From 9f90940ca8db6f59aa96b36bb937cf2e846e5537 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 2 Jan 2024 12:29:36 +0200 Subject: [PATCH 01/26] cypress updating --- package-lock.json | 8 ++++---- package.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/package-lock.json b/package-lock.json index de8c7db6d..99ebeb857 100755 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@frsource/cypress-plugin-visual-regression-diff": "^3.3.10", - "cypress": "^13.6.1", + "cypress": "^13.6.2", "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", @@ -820,9 +820,9 @@ } }, "node_modules/cypress": { - "version": "13.6.1", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.1.tgz", - "integrity": "sha512-k1Wl5PQcA/4UoTffYKKaxA0FJKwg8yenYNYRzLt11CUR0Kln+h7Udne6mdU1cUIdXBDTVZWtmiUjzqGs7/pEpw==", + "version": "13.6.2", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", + "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", "dev": true, "hasInstallScript": true, "dependencies": { diff --git a/package.json b/package.json index 186463a1e..68ef50c25 100755 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/mollie/PrestaShop#readme", "devDependencies": { "@frsource/cypress-plugin-visual-regression-diff": "^3.3.10", - "cypress": "^13.6.1", + "cypress": "^13.6.2", "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", From d523252f2497597557782da51cc34f26740bd98a Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 3 Jan 2024 16:36:30 +0200 Subject: [PATCH 02/26] PS17 CI docker improvements --- .docker/.htaccess1785 | 32 ---- Makefile | 29 ++- docker-compose.1785.yml | 10 +- tests/seed/settings1785/defines.inc.php | 232 ------------------------ tests/seed/settings1785/index.php | 20 -- tests/seed/settings1785/parameters.php | 26 --- 6 files changed, 29 insertions(+), 320 deletions(-) delete mode 100644 tests/seed/settings1785/defines.inc.php delete mode 100644 tests/seed/settings1785/index.php delete mode 100755 tests/seed/settings1785/parameters.php diff --git a/.docker/.htaccess1785 b/.docker/.htaccess1785 index ff2028dfb..1341a811a 100755 --- a/.docker/.htaccess1785 +++ b/.docker/.htaccess1785 @@ -36,38 +36,6 @@ RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg # AlphaImageLoader for IE and fancybox RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] - -#Domain: demoshop1785.ngrok.io -RewriteRule . - [E=REWRITEBASE:/] -RewriteRule ^api(?:/(.*))?$ %{ENV:REWRITEBASE}webservice/dispatcher.php?url=$1 [QSA,L] - -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^SHOP2$ /SHOP2/ [L,R] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^SHOP2/(.*) /$1 [L] - -# Images -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$1$2$3.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$1$2$3$4.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$1$2$3$4$5.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$1$2$3$4$5$6.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$1$2$3$4$5$6$7.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$1$2$3$4$5$6$7$8.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])([0-9])(\-[_a-zA-Z0-9-]*)?(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/p/$1/$2/$3/$4/$5/$6/$7/$1$2$3$4$5$6$7$8$9.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^c/([0-9]+)(\-[\.*_a-zA-Z0-9-]*)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2$3.jpg [L] -RewriteCond %{HTTP_HOST} ^demoshop1785.ngrok.io$ -RewriteRule ^c/([a-zA-Z_-]+)(-[0-9]+)?/.+\.jpg$ %{ENV:REWRITEBASE}img/c/$1$2.jpg [L] -# AlphaImageLoader for IE and fancybox -RewriteRule ^images_ie/?([^/]+)\.(jpe?g|png|gif)$ js/jquery/plugins/fancybox/images/$1.$2 [L] - # Dispatcher RewriteCond %{REQUEST_FILENAME} -s [OR] RewriteCond %{REQUEST_FILENAME} -l [OR] diff --git a/Makefile b/Makefile index 0e9f37a69..97322df9c 100755 --- a/Makefile +++ b/Makefile @@ -4,16 +4,35 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" -#PS1785 without PS autoinstall, both CI and local +#PS1785 for local machine docker build with PS autoinstall +e2eh1785_local: + # detaching containers + docker-compose -f docker-compose.1785.yml up -d --force-recreate + # sees what containers are running + docker-compose -f docker-compose.1785.yml ps + # waiting for app containers to build up + /bin/bash .docker/wait-loader.sh 8002 + # seeding the customized settings for PS + mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_1785_2.sql + # installing module + docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + # uninstalling module + docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" + # installing the module again + docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + # enabling the module + docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" + # chmod all folders + docker exec -i prestashop-mollie-1785 sh -c "chmod -R 777 /var/www/html" + +#PS1785 for CI build with PS autoinstall e2eh1785: # detaching containers docker-compose -f docker-compose.1785.yml up -d --force-recreate # sees what containers are running docker-compose -f docker-compose.1785.yml ps - # waits for mysql to load - /bin/bash .docker/wait-for-container.sh mysql-mollie-1785 - # configuring your prestashop - docker exec -i prestashop-mollie-1785 sh -c "rm -rf /var/www/html/install" + # waiting for app containers to build up + sleep 90s # configuring base database mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_1785_2.sql # installing module diff --git a/docker-compose.1785.yml b/docker-compose.1785.yml index 56f255801..3f4afb6ee 100755 --- a/docker-compose.1785.yml +++ b/docker-compose.1785.yml @@ -16,6 +16,7 @@ services: interval: 10s networks: - prestashop_mollie_net_1785 + prestashop-17: #platform: linux/amd64 container_name: prestashop-mollie-1785 @@ -23,11 +24,12 @@ services: context: . dockerfile: .docker/Dockerfile.1785 environment: - PS_INSTALL_AUTO: 0 + PS_INSTALL_AUTO: 1 + PS_ENABLE_SSL: 1 DB_PASSWD: $DB_PASSWD DB_NAME: prestashop DB_SERVER: mysql - PS_DOMAIN: demoshop1785.ngrok.io:8002 + PS_DOMAIN: demoshop1785.ngrok.io PS_FOLDER_INSTALL: install PS_FOLDER_ADMIN: admin1 depends_on: @@ -35,9 +37,7 @@ services: ports: - "8002:80" volumes: - - ./:/var/www/html/modules/mollie:cached - - ./tests/seed/settings1785/defines.inc.php:/var/www/html/config/defines.inc.php - - ./tests/seed/settings1785/parameters.php:/var/www/html/app/config/parameters.php + - ./:/var/www/html/modules/mollie - ./.docker/.htaccess1785:/var/www/html/.htaccess networks: - prestashop_mollie_net_1785 diff --git a/tests/seed/settings1785/defines.inc.php b/tests/seed/settings1785/defines.inc.php deleted file mode 100644 index 47f30550d..000000000 --- a/tests/seed/settings1785/defines.inc.php +++ /dev/null @@ -1,232 +0,0 @@ - - * @copyright Since 2007 PrestaShop SA and Contributors - * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) - */ - -/* Debug only */ -if (!defined('_PS_MODE_DEV_')) { - define('_PS_MODE_DEV_', true); -} -/* Compatibility warning */ -define('_PS_DISPLAY_COMPATIBILITY_WARNING_', true); -if (_PS_MODE_DEV_ === true) { - $errorReportingLevel = E_ALL | E_STRICT; - if (_PS_DISPLAY_COMPATIBILITY_WARNING_ === false) { - $errorReportingLevel = $errorReportingLevel & ~E_DEPRECATED & ~E_USER_DEPRECATED; - } - @ini_set('display_errors', 'on'); - @error_reporting($errorReportingLevel); - define('_PS_DEBUG_SQL_', true); -} else { - @ini_set('display_errors', 'off'); - define('_PS_DEBUG_SQL_', false); -} - -if (!defined('_PS_DEBUG_PROFILING_')) { - define('_PS_DEBUG_PROFILING_', false); -} -if (!defined('_PS_MODE_DEMO_')) { - define('_PS_MODE_DEMO_', false); -} - -$currentDir = dirname(__FILE__); - -if (!defined('_PS_HOST_MODE_') && (getenv('_PS_HOST_MODE_') || getenv('REDIRECT__PS_HOST_MODE_'))) { - define('_PS_HOST_MODE_', getenv('_PS_HOST_MODE_') ? getenv('_PS_HOST_MODE_') : getenv('REDIRECT__PS_HOST_MODE_')); -} - -if (!defined('_PS_ROOT_DIR_') && (getenv('_PS_ROOT_DIR_') || getenv('REDIRECT__PS_ROOT_DIR_'))) { - define('_PS_ROOT_DIR_', getenv('_PS_ROOT_DIR_') ? getenv('_PS_ROOT_DIR_') : getenv('REDIRECT__PS_ROOT_DIR_')); -} - -/* Directories */ -if (!defined('_PS_ROOT_DIR_')) { - define('_PS_ROOT_DIR_', realpath($currentDir . '/..')); -} - -if (!defined('_PS_CORE_DIR_')) { - define('_PS_CORE_DIR_', realpath($currentDir . '/..')); -} - -define('_PS_ALL_THEMES_DIR_', _PS_ROOT_DIR_ . '/themes/'); -/* BO THEMES */ -if (defined('_PS_ADMIN_DIR_')) { - define('_PS_BO_ALL_THEMES_DIR_', _PS_ADMIN_DIR_ . '/themes/'); -} - -// Find if we are running under a Symfony command -$cliEnvValue = null; -if (isset($argv) && is_array($argv)) { - if (in_array('--env', $argv)) { - $cliEnvValue = $argv[array_search('--env', $argv) + 1]; - } elseif (in_array('-e', $argv)) { - $cliEnvValue = $argv[array_search('-e', $argv) + 1]; - } -} - -if ((defined('_PS_IN_TEST_') && _PS_IN_TEST_) - || $cliEnvValue === 'test' -) { - define('_PS_ENV_', 'test'); -} else { - define('_PS_ENV_', _PS_MODE_DEV_ ? 'dev' : 'prod'); -} - -if (!defined('_PS_CACHE_DIR_')) { - define('_PS_CACHE_DIR_', _PS_ROOT_DIR_ . '/var/cache/' . _PS_ENV_ . DIRECTORY_SEPARATOR); -} - -define('_PS_CONFIG_DIR_', _PS_CORE_DIR_ . '/config/'); -define('_PS_CUSTOM_CONFIG_FILE_', _PS_CONFIG_DIR_ . 'settings_custom.inc.php'); -define('_PS_CLASS_DIR_', _PS_CORE_DIR_ . '/classes/'); -if (!defined('_PS_DOWNLOAD_DIR_')) { - $dir = (defined('_PS_IN_TEST_') && _PS_IN_TEST_) ? '/tests/Resources/download/' : '/download/'; - define('_PS_DOWNLOAD_DIR_', _PS_ROOT_DIR_ . $dir); -} -define('_PS_MAIL_DIR_', _PS_CORE_DIR_ . '/mails/'); -if (!defined('_PS_MODULE_DIR_')) { - define('_PS_MODULE_DIR_', _PS_ROOT_DIR_ . '/modules/'); -} -if (!defined('_PS_OVERRIDE_DIR_')) { - define('_PS_OVERRIDE_DIR_', _PS_ROOT_DIR_ . '/override/'); -} -define('_PS_PDF_DIR_', _PS_CORE_DIR_ . '/pdf/'); -define('_PS_TRANSLATIONS_DIR_', _PS_ROOT_DIR_ . '/translations/'); -if (!defined('_PS_UPLOAD_DIR_')) { - define('_PS_UPLOAD_DIR_', _PS_ROOT_DIR_ . '/upload/'); -} -define('_PS_CONTROLLER_DIR_', _PS_CORE_DIR_ . '/controllers/'); -define('_PS_ADMIN_CONTROLLER_DIR_', _PS_CORE_DIR_ . '/controllers/admin/'); -define('_PS_FRONT_CONTROLLER_DIR_', _PS_CORE_DIR_ . '/controllers/front/'); - -define('_PS_TOOL_DIR_', _PS_CORE_DIR_ . '/tools/'); -if (!defined('_PS_GEOIP_DIR_')) { - define('_PS_GEOIP_DIR_', _PS_CORE_DIR_ . '/app/Resources/geoip/'); -} -if (!defined('_PS_GEOIP_CITY_FILE_')) { - define('_PS_GEOIP_CITY_FILE_', 'GeoLite2-City.mmdb'); -} - -define('_PS_VENDOR_DIR_', _PS_CORE_DIR_ . '/vendor/'); -define('_PS_PEAR_XML_PARSER_PATH_', _PS_TOOL_DIR_ . 'pear_xml_parser/'); -define('_PS_SWIFT_DIR_', _PS_TOOL_DIR_ . 'swift/'); -define('_PS_TAASC_PATH_', _PS_TOOL_DIR_ . 'taasc/'); -define('_PS_TCPDF_PATH_', _PS_TOOL_DIR_ . 'tcpdf/'); - -define('_PS_IMG_SOURCE_DIR_', _PS_ROOT_DIR_ . '/img/'); -if (!defined('_PS_IMG_DIR_')) { - $dir = (defined('_PS_IN_TEST_') && _PS_IN_TEST_) ? '/tests/Resources/img/' : '/img/'; - define('_PS_IMG_DIR_', _PS_ROOT_DIR_ . $dir); -} - -if (!defined('_PS_HOST_MODE_')) { - define('_PS_CORE_IMG_DIR_', _PS_CORE_DIR_ . '/img/'); -} else { - define('_PS_CORE_IMG_DIR_', _PS_ROOT_DIR_ . '/img/'); -} - -define('_PS_CAT_IMG_DIR_', _PS_IMG_DIR_ . 'c/'); -define('_PS_COL_IMG_DIR_', _PS_IMG_DIR_ . 'co/'); -define('_PS_EMPLOYEE_IMG_DIR_', _PS_IMG_DIR_ . 'e/'); -define('_PS_GENDERS_DIR_', _PS_IMG_DIR_ . 'genders/'); -define('_PS_LANG_IMG_DIR_', _PS_IMG_DIR_ . 'l/'); -define('_PS_MANU_IMG_DIR_', _PS_IMG_DIR_ . 'm/'); -define('_PS_ORDER_STATE_IMG_DIR_', _PS_IMG_DIR_ . 'os/'); -define('_PS_PROD_IMG_DIR_', _PS_IMG_DIR_ . 'p/'); -define('_PS_PROFILE_IMG_DIR_', _PS_IMG_DIR_ . 'pr/'); -define('_PS_SHIP_IMG_DIR_', _PS_IMG_DIR_ . 's/'); -define('_PS_STORE_IMG_DIR_', _PS_IMG_DIR_ . 'st/'); -define('_PS_SUPP_IMG_DIR_', _PS_IMG_DIR_ . 'su/'); -define('_PS_TMP_IMG_DIR_', _PS_IMG_DIR_ . 'tmp/'); - -/* settings php */ -define('_PS_TRANS_PATTERN_', '(.*[^\\\\])'); -define('_PS_MIN_TIME_GENERATE_PASSWD_', '360'); - -if (!defined('_PS_MAGIC_QUOTES_GPC_')) { - define('_PS_MAGIC_QUOTES_GPC_', false); -} - -define('_CAN_LOAD_FILES_', 1); - -/* Order statuses -Order statuses have been moved into config.inc.php file for backward compatibility reasons */ - -/* Tax behavior */ -define('PS_PRODUCT_TAX', 0); -define('PS_STATE_TAX', 1); -define('PS_BOTH_TAX', 2); - -define('PS_TAX_EXC', 1); -define('PS_TAX_INC', 0); - -define('PS_ROUND_UP', 0); -define('PS_ROUND_DOWN', 1); -define('PS_ROUND_HALF_UP', 2); -define('PS_ROUND_HALF_DOWN', 3); -define('PS_ROUND_HALF_EVEN', 4); -define('PS_ROUND_HALF_ODD', 5); - -/* Backward compatibility */ -define('PS_ROUND_HALF', PS_ROUND_HALF_UP); - -/* Carrier::getCarriers() filter */ -// these defines are DEPRECATED since 1.4.5 version -define('PS_CARRIERS_ONLY', 1); -define('CARRIERS_MODULE', 2); -define('CARRIERS_MODULE_NEED_RANGE', 3); -define('PS_CARRIERS_AND_CARRIER_MODULES_NEED_RANGE', 4); -define('ALL_CARRIERS', 5); - -/* SQL Replication management */ -define('_PS_USE_SQL_SLAVE_', 0); - -/* PS Technical configuration */ -define('_PS_ADMIN_PROFILE_', 1); - -/* Stock Movement */ -define('_STOCK_MOVEMENT_ORDER_REASON_', 3); -define('_STOCK_MOVEMENT_MISSING_REASON_', 4); - -define('_PS_CACHEFS_DIRECTORY_', _PS_ROOT_DIR_ . '/cache/cachefs/'); - -/* Geolocation */ -define('_PS_GEOLOCATION_NO_CATALOG_', 0); -define('_PS_GEOLOCATION_NO_ORDER_', 1); - -define('MIN_PASSWD_LENGTH', 8); - -define('_PS_SMARTY_NO_COMPILE_', 0); -define('_PS_SMARTY_CHECK_COMPILE_', 1); -define('_PS_SMARTY_FORCE_COMPILE_', 2); - -define('_PS_SMARTY_CONSOLE_CLOSE_', 0); -define('_PS_SMARTY_CONSOLE_OPEN_BY_URL_', 1); -define('_PS_SMARTY_CONSOLE_OPEN_', 2); - -if (!defined('_PS_JQUERY_VERSION_')) { - define('_PS_JQUERY_VERSION_', '3.4.1'); -} - -define('_PS_CACHE_CA_CERT_FILE_', _PS_CACHE_DIR_ . 'cacert.pem'); diff --git a/tests/seed/settings1785/index.php b/tests/seed/settings1785/index.php deleted file mode 100644 index d3343995f..000000000 --- a/tests/seed/settings1785/index.php +++ /dev/null @@ -1,20 +0,0 @@ - - * @copyright Mollie B.V. - * @license https://github.com/mollie/PrestaShop/blob/master/LICENSE.md - * - * @see https://github.com/mollie/PrestaShop - * @codingStandardsIgnoreStart - */ -header('Expires: Mon, 26 Jul 1997 05:00:00 GMT'); -header('Last-Modified: ' . gmdate('D, d M Y H:i:s') . ' GMT'); - -header('Cache-Control: no-store, no-cache, must-revalidate'); -header('Cache-Control: post-check=0, pre-check=0', false); -header('Pragma: no-cache'); - -header('Location: ../'); -exit; diff --git a/tests/seed/settings1785/parameters.php b/tests/seed/settings1785/parameters.php deleted file mode 100755 index e84112375..000000000 --- a/tests/seed/settings1785/parameters.php +++ /dev/null @@ -1,26 +0,0 @@ - [ - 'database_host' => 'mysql', - 'database_port' => '', - 'database_name' => 'prestashop', - 'database_user' => 'root', - 'database_password' => 'prestashop', - 'database_prefix' => 'ps_', - 'database_engine' => 'InnoDB', - 'mailer_transport' => 'smtp', - 'mailer_host' => '127.0.0.1', - 'mailer_user' => null, - 'mailer_password' => null, - 'secret' => '$${PS_SECRET}', - 'ps_caching' => 'CacheMemcache', - 'ps_cache_enable' => false, - 'ps_creation_date' => '2020-12-23', - 'locale' => 'en-US', - 'use_debug_toolbar' => true, - 'cookie_key' => '6NiLzzVp8Z9LiOtHgBNScv929I2K8a2A8jNppJVz1t5WjnnRGPbXVXKS', - 'cookie_iv' => 'TtPM0O7S', - 'new_cookie_key' => 'def000001b90465d16f2aa760abe76e1a88fb80071075978db96754d16fd83cef2c9d8d1218a6dba2f28cee48e527700e85ddf87731652776449d60f9f4e1cceb90198b2', - ], -]; From c364195ae09c034eec923349f0e1c7d145524d7a Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 3 Jan 2024 16:42:10 +0200 Subject: [PATCH 03/26] Update wait-loader.sh --- .docker/wait-loader.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/wait-loader.sh b/.docker/wait-loader.sh index 28f16b4bd..2bba66802 100755 --- a/.docker/wait-loader.sh +++ b/.docker/wait-loader.sh @@ -50,4 +50,4 @@ if [ "$#" -lt 1 ]; then fi port=$1 -show_loader "Building app containers. Please wait " "$port" sleep 60 +show_loader "Building app containers. Please wait " "$port" sleep 120 From 59c1041f795c4035395ea93159ce23198aa3a898 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 8 Jan 2024 10:18:11 +0200 Subject: [PATCH 04/26] cypress-testrail extension update --- package-lock.json | 33 ++++++++++++++++++++------------- package.json | 2 +- 2 files changed, 21 insertions(+), 14 deletions(-) diff --git a/package-lock.json b/package-lock.json index 99ebeb857..7c54bbb34 100755 --- a/package-lock.json +++ b/package-lock.json @@ -14,7 +14,7 @@ "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", - "cypress-testrail": "^2.8.2", + "cypress-testrail": "^2.9.0", "human-signals": "^3.0.1" } }, @@ -336,13 +336,14 @@ "dev": true }, "node_modules/axios": { - "version": "0.27.2", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.27.2.tgz", - "integrity": "sha512-t+yRIyySRTp/wua5xEr+z1q60QmLq8ABsS5O9Me1AsE5dfKqgnCFzwiCZZ/cGNd1lq4/7akDWMxdhVlucjmnOQ==", + "version": "1.6.5", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.6.5.tgz", + "integrity": "sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==", "dev": true, "dependencies": { - "follow-redirects": "^1.14.9", - "form-data": "^4.0.0" + "follow-redirects": "^1.15.4", + "form-data": "^4.0.0", + "proxy-from-env": "^1.1.0" } }, "node_modules/axios/node_modules/form-data": { @@ -359,6 +360,12 @@ "node": ">= 6" } }, + "node_modules/axios/node_modules/proxy-from-env": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/proxy-from-env/-/proxy-from-env-1.1.0.tgz", + "integrity": "sha512-D+zkORCbA9f1tdWRK0RaCR3GPv50cMxcrz4X8k5LTSUD1Dkw47mKJEZQNunItRTkWwgtaUSo1RVFRIG9ZXiFYg==", + "dev": true + }, "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", @@ -933,13 +940,13 @@ } }, "node_modules/cypress-testrail": { - "version": "2.8.2", - "resolved": "https://registry.npmjs.org/cypress-testrail/-/cypress-testrail-2.8.2.tgz", - "integrity": "sha512-TOU1KtzcE3hS4Q44sklod8oN1aKwAZSW9Nd9chYnl+EpsobZ79Q7p5bpFKwIxEByBJG7I/ZKKSf1m0dHVTwpVg==", + "version": "2.9.0", + "resolved": "https://registry.npmjs.org/cypress-testrail/-/cypress-testrail-2.9.0.tgz", + "integrity": "sha512-zZ8BOlKjcsezhMU09dcwK80s2IEuUElZa0Q6WW6c6Ke+QVhNlHFuNV1Px61M3YCyzpXqN5e4A28UfMMuOveJGg==", "dev": true, "dependencies": { "await-to-js": "^3.0.0", - "axios": "^0.27.2", + "axios": "^1.6.2", "cli-handle-error": "^4.4.0", "cli-handle-unhandled": "^1.1.1", "enquirer": "^2.3.6", @@ -1206,9 +1213,9 @@ } }, "node_modules/follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==", + "version": "1.15.4", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.4.tgz", + "integrity": "sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==", "dev": true, "funding": [ { diff --git a/package.json b/package.json index 68ef50c25..34fcd98a7 100755 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", - "cypress-testrail": "^2.8.2", + "cypress-testrail": "^2.9.0", "human-signals": "^3.0.1" } } From 018313e2601fce88baf1442106ca0c14b9bc2915 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 16 Jan 2024 17:59:25 +0200 Subject: [PATCH 05/26] updating the makefile variables --- Makefile | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Makefile b/Makefile index 97322df9c..27a6af244 100755 --- a/Makefile +++ b/Makefile @@ -1,29 +1,32 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) +VERSION1785 ?= 1785 + # target: fix-lint - Launch php cs fixer fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" + #PS1785 for local machine docker build with PS autoinstall -e2eh1785_local: +e2eh$(VERSION1785)_local: # detaching containers - docker-compose -f docker-compose.1785.yml up -d --force-recreate + docker-compose -f docker-compose.$(VERSION1785).yml up -d --force-recreate # sees what containers are running - docker-compose -f docker-compose.1785.yml ps + docker-compose -f docker-compose.$(VERSION1785).yml ps # waiting for app containers to build up /bin/bash .docker/wait-loader.sh 8002 # seeding the customized settings for PS - mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_1785_2.sql + mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION1785)_2.sql # installing module - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # uninstalling module - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" + docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" # installing the module again - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # enabling the module - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" + docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" # chmod all folders - docker exec -i prestashop-mollie-1785 sh -c "chmod -R 777 /var/www/html" + docker exec -i prestashop-mollie-$(VERSION1785) sh -c "chmod -R 777 /var/www/html" #PS1785 for CI build with PS autoinstall e2eh1785: From 6bd8e45fad7675320f9220282ac8732ce94462d3 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 16 Jan 2024 18:00:24 +0200 Subject: [PATCH 06/26] correcting the makefile --- Makefile | 39 +++++++++++++++++++-------------------- 1 file changed, 19 insertions(+), 20 deletions(-) diff --git a/Makefile b/Makefile index 27a6af244..39030e3f3 100755 --- a/Makefile +++ b/Makefile @@ -1,53 +1,52 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) -VERSION1785 ?= 1785 - # target: fix-lint - Launch php cs fixer fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" +# target example: make VERSION=1785 e2eh1785_local #PS1785 for local machine docker build with PS autoinstall -e2eh$(VERSION1785)_local: +e2eh$(VERSION)_local: # detaching containers - docker-compose -f docker-compose.$(VERSION1785).yml up -d --force-recreate + docker-compose -f docker-compose.$(VERSION).yml up -d --force-recreate # sees what containers are running - docker-compose -f docker-compose.$(VERSION1785).yml ps + docker-compose -f docker-compose.$(VERSION).yml ps # waiting for app containers to build up /bin/bash .docker/wait-loader.sh 8002 # seeding the customized settings for PS - mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION1785)_2.sql + mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION)_2.sql # installing module - docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # uninstalling module - docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" # installing the module again - docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # enabling the module - docker exec -i prestashop-mollie-$(VERSION1785) sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" # chmod all folders - docker exec -i prestashop-mollie-$(VERSION1785) sh -c "chmod -R 777 /var/www/html" + docker exec -i prestashop-mollie-$(VERSION) sh -c "chmod -R 777 /var/www/html" #PS1785 for CI build with PS autoinstall -e2eh1785: +e2eh$(VERSION): # detaching containers - docker-compose -f docker-compose.1785.yml up -d --force-recreate + docker-compose -f docker-compose.$(VERSION).yml up -d --force-recreate # sees what containers are running - docker-compose -f docker-compose.1785.yml ps + docker-compose -f docker-compose.$(VERSION).yml ps # waiting for app containers to build up sleep 90s # configuring base database - mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_1785_2.sql + mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION)_2.sql # installing module - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # uninstalling module - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" # installing the module again - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # enabling the module - docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" + docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" # chmod all folders - docker exec -i prestashop-mollie-1785 sh -c "chmod -R 777 /var/www/html" + docker exec -i prestashop-mollie-$(VERSION) sh -c "chmod -R 777 /var/www/html" #PS8 for local machine docker build with PS autoinstall e2eh8_local: From 74a6b10370faefa505a83d4964577c595980107a Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 17 Jan 2024 09:24:43 +0200 Subject: [PATCH 07/26] improving CI files --- Makefile | 53 ++----------------- docker-compose.8.yml | 6 +-- ...stashop_1785_2.sql => prestashop_1785.sql} | 0 3 files changed, 8 insertions(+), 51 deletions(-) rename tests/seed/database/{prestashop_1785_2.sql => prestashop_1785.sql} (100%) mode change 100644 => 100755 diff --git a/Makefile b/Makefile index 39030e3f3..fdff4a06b 100755 --- a/Makefile +++ b/Makefile @@ -4,9 +4,8 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" -# target example: make VERSION=1785 e2eh1785_local - -#PS1785 for local machine docker build with PS autoinstall +# Launch example: make VERSION=1785 e2eh1785_local, make VERSION=8 e2eh8_local etc. +# Local machine docker build with PS autoinstall e2eh$(VERSION)_local: # detaching containers docker-compose -f docker-compose.$(VERSION).yml up -d --force-recreate @@ -15,7 +14,7 @@ e2eh$(VERSION)_local: # waiting for app containers to build up /bin/bash .docker/wait-loader.sh 8002 # seeding the customized settings for PS - mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION)_2.sql + mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION).sql # installing module docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # uninstalling module @@ -27,7 +26,7 @@ e2eh$(VERSION)_local: # chmod all folders docker exec -i prestashop-mollie-$(VERSION) sh -c "chmod -R 777 /var/www/html" -#PS1785 for CI build with PS autoinstall +# For CI build with PS autoinstall e2eh$(VERSION): # detaching containers docker-compose -f docker-compose.$(VERSION).yml up -d --force-recreate @@ -36,7 +35,7 @@ e2eh$(VERSION): # waiting for app containers to build up sleep 90s # configuring base database - mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION)_2.sql + mysql -h 127.0.0.1 -P 9002 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_$(VERSION).sql # installing module docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" # uninstalling module @@ -48,48 +47,6 @@ e2eh$(VERSION): # chmod all folders docker exec -i prestashop-mollie-$(VERSION) sh -c "chmod -R 777 /var/www/html" -#PS8 for local machine docker build with PS autoinstall -e2eh8_local: - # detaching containers - docker-compose -f docker-compose.8.yml up -d --force-recreate - # sees what containers are running - docker-compose -f docker-compose.8.yml ps - # waiting for app containers to build up - /bin/bash .docker/wait-loader.sh 8142 - # seeding the customized settings for PS - mysql -h 127.0.0.1 -P 9459 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_8.sql - # installing module - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" - # uninstalling module - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" - # installing the module again - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" - # enabling the module - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" - # chmod all folders - docker exec -i prestashop-mollie-8 sh -c "chmod -R 777 /var/www/html" - -#PS8 for CI build with PS autoinstall -e2eh8: - # detaching containers - docker-compose -f docker-compose.8.yml up -d --force-recreate - # sees what containers are running - docker-compose -f docker-compose.8.yml ps - # waiting for app containers to build up - sleep 90s - # seeding the customized settings for PS - mysql -h 127.0.0.1 -P 9459 --protocol=tcp -u root -pprestashop prestashop < ${PWD}/tests/seed/database/prestashop_8.sql - # installing module - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" - # uninstalling module - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module uninstall mollie" - # installing the module again - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" - # enabling the module - docker exec -i prestashop-mollie-8 sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" - # chmod all folders - docker exec -i prestashop-mollie-8 sh -c "chmod -R 777 /var/www/html" - npm-package-install: cd views/assets && npm i && npm run build diff --git a/docker-compose.8.yml b/docker-compose.8.yml index 6754676aa..9329134b7 100755 --- a/docker-compose.8.yml +++ b/docker-compose.8.yml @@ -6,7 +6,7 @@ services: container_name: mysql-mollie-8 image: mysql:5.7 ports: - - "9459:3306" + - "9002:3306" environment: MYSQL_ROOT_PASSWORD: prestashop MYSQL_DATABASE: prestashop @@ -34,14 +34,14 @@ services: depends_on: - mysql ports: - - "8142:80" + - "8002:80" volumes: - ./:/var/www/html/modules/mollie - ./.docker/.htaccess8:/var/www/html/.htaccess networks: - prestashop_mollie_net_8 healthcheck: - test: "curl -f localhost:8142" + test: "curl -f localhost:8002" interval: 5s timeout: 5s retries: 10 diff --git a/tests/seed/database/prestashop_1785_2.sql b/tests/seed/database/prestashop_1785.sql old mode 100644 new mode 100755 similarity index 100% rename from tests/seed/database/prestashop_1785_2.sql rename to tests/seed/database/prestashop_1785.sql From f950dd3b59bff3ebd82d0b6c0f7cd09bd159aab8 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 17 Jan 2024 09:27:36 +0200 Subject: [PATCH 08/26] unnecessary files --- docker-compose.e2e.1785.yml | 20 ----------- docker-compose.e2e.local.yml | 22 ------------ docker-compose.e2e.yml | 20 ----------- docker-compose.local.yml | 15 -------- docker-compose.yml | 67 ------------------------------------ 5 files changed, 144 deletions(-) delete mode 100644 docker-compose.e2e.1785.yml delete mode 100644 docker-compose.e2e.local.yml delete mode 100644 docker-compose.e2e.yml delete mode 100644 docker-compose.local.yml delete mode 100644 docker-compose.yml diff --git a/docker-compose.e2e.1785.yml b/docker-compose.e2e.1785.yml deleted file mode 100644 index 360dc63d7..000000000 --- a/docker-compose.e2e.1785.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: "3.7" - -services: - cypress: - # the Docker image to use from https://github.com/cypress-io/cypress-docker-images - image: "cypress/included:9.5.2" - environment: - # pass base url to test pointing at the web application - - CYPRESS_baseUrl=https://demoshop1785.ngrok.io - - CYPRESS_EVERY_NTH_FRAME=1 - entrypoint: cypress run --spec "**/cypress/integration/PS1785/**" - command: /bin/sh -c "--config npx browserslist@latest --update-db" - # share the current folder as volume to avoid copying - working_dir: /e2e - volumes: - - ./:/e2e - #platform: linux/x86_64 -networks: - prestashop_mollie_net_1784: - name: 'prestashop_mollie_net_1784' diff --git a/docker-compose.e2e.local.yml b/docker-compose.e2e.local.yml deleted file mode 100644 index 16660c562..000000000 --- a/docker-compose.e2e.local.yml +++ /dev/null @@ -1,22 +0,0 @@ -version: "3.7" - -services: - cypress: - # pass custom command to start Cypress otherwise it will use the entrypoint - # specified in the Cypress Docker image. - # also pass "--project " so that when Cypress opens - # it can find file "cypress.json" and show integration specs - # https://on.cypress.io/command-line#cypress-open - entrypoint: cypress open --project /e2e - environment: - DISPLAY: :0.0 - # get the IP address of the host machine and allow X11 to accept - # incoming connections from that IP address - # IP=$(ipconfig getifaddr en0) - # /usr/X11/bin/xhost + $IP - # then pass the environment variable DISPLAY to show Cypress GUI on the host system - # DISPLAY=$IP:0 - volumes: - # for Cypress to communicate with the X11 server pass this socket file - # in addition to any other mapped volumes - - /tmp/.X11-unix:/tmp/.X11-unix diff --git a/docker-compose.e2e.yml b/docker-compose.e2e.yml deleted file mode 100644 index ac1e6f5bd..000000000 --- a/docker-compose.e2e.yml +++ /dev/null @@ -1,20 +0,0 @@ -version: "3.7" - -services: - cypress: - # the Docker image to use from https://github.com/cypress-io/cypress-docker-images - image: "cypress/included:9.5.2" - environment: - # pass base url to test pointing at the web application - - CYPRESS_baseUrl=https://demoshop.eu.ngrok.io - - CYPRESS_EVERY_NTH_FRAME=1 - entrypoint: cypress run --spec "**/cypress/integration/ps1770/**" - command: /bin/sh -c "--config npx browserslist@latest --update-db" - # share the current folder as volume to avoid copying - working_dir: /e2e - volumes: - - ./:/e2e - #platform: linux/x86_64 -networks: - prestashop_mollie_net: - name: 'prestashop_mollie_net' \ No newline at end of file diff --git a/docker-compose.local.yml b/docker-compose.local.yml deleted file mode 100644 index b37af9ea7..000000000 --- a/docker-compose.local.yml +++ /dev/null @@ -1,15 +0,0 @@ -version: "3.7" - -services: - mysql: - volumes: - - '~/mollie-mysql-db:/var/lib/mysql' - - adminer: - image: adminer - restart: always - ports: - - '8082:8080' - networks: - - prestashop_mollie_net - diff --git a/docker-compose.yml b/docker-compose.yml deleted file mode 100644 index 56fd29134..000000000 --- a/docker-compose.yml +++ /dev/null @@ -1,67 +0,0 @@ -version: "3.7" - -services: - node: - image: node:latest - volumes: - - ./:/var/www/html - working_dir: /var/www/html - environment: - PATH: /var/www/html/_dev/node_modules/.bin/:$PATH - - mysql: - #platform: linux/amd64 - container_name: mollie-mysql - image: mysql:5.7 - ports: - - "9001:3306" - environment: - MYSQL_ROOT_PASSWORD: prestashop - MYSQL_DATABASE: prestashop - restart: always - healthcheck: - test: "mysqladmin ping -h127.0.0.1 -uroot -pprestashop --silent" - interval: 10s - networks: - - prestashop_mollie_net - - prestashop-17: - #platform: linux/amd64 - container_name: prestashop-17 - build: - context: . - dockerfile: .docker/Dockerfile.1770 - environment: - PS_INSTALL_AUTO: 0 - DB_PASSWD: prestashop - DB_NAME: prestashop - DB_SERVER: mysql - PS_DOMAIN: demoshop.eu.ngrok.io:8001 - PS_FOLDER_INSTALL: install - PS_FOLDER_ADMIN: admin1 - depends_on: - - mysql - ports: - - "8001:80" - volumes: - - ./:/var/www/html/modules/mollie:cached - - ./tests/seed/settings/defines.inc.php:/var/www/html/config/defines.inc.php - - ./tests/seed/settings/parameters.php:/var/www/html/app/config/parameters.php - - ./.docker/.htaccess:/var/www/html/.htaccess - networks: - - prestashop_mollie_net - healthcheck: - test: "wget --no-verbose --tries=1 --spider http://localhost:80 || exit 1" - interval: 10s - - php: - image: phpdockerio/php72-cli - volumes: - - ./:/var/www/html - working_dir: /var/www/html - environment: - _PS_ROOT_DIR_: /var/www/html - -networks: - prestashop_mollie_net: - name: 'prestashop_mollie_net' From 9493037defd9dd92dc262271f2e513aed033a171 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 17 Jan 2024 09:28:36 +0200 Subject: [PATCH 09/26] unnecessary files --- tests/seed/database/prestashop_17.sql | 8127 -------------------- tests/seed/database/prestashop_1768.sql | 9149 ----------------------- 2 files changed, 17276 deletions(-) delete mode 100644 tests/seed/database/prestashop_17.sql delete mode 100644 tests/seed/database/prestashop_1768.sql diff --git a/tests/seed/database/prestashop_17.sql b/tests/seed/database/prestashop_17.sql deleted file mode 100644 index c0cfe046a..000000000 --- a/tests/seed/database/prestashop_17.sql +++ /dev/null @@ -1,8127 +0,0 @@ --- MySQL dump 10.13 Distrib 5.7.37, for Linux (x86_64) --- --- Host: localhost Database: prestashop --- ------------------------------------------------------ --- Server version 5.7.37 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `ps_access` --- - -DROP TABLE IF EXISTS `ps_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_access` ( - `id_profile` int(10) unsigned NOT NULL, - `id_authorization_role` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_profile`,`id_authorization_role`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_access` --- - -LOCK TABLES `ps_access` WRITE; -/*!40000 ALTER TABLE `ps_access` DISABLE KEYS */; -INSERT INTO `ps_access` VALUES (1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(1,11),(1,12),(1,13),(1,14),(1,15),(1,16),(1,17),(1,18),(1,19),(1,20),(1,21),(1,22),(1,23),(1,24),(1,25),(1,26),(1,27),(1,28),(1,29),(1,30),(1,31),(1,32),(1,33),(1,34),(1,35),(1,36),(1,37),(1,38),(1,39),(1,40),(1,41),(1,42),(1,43),(1,44),(1,45),(1,46),(1,47),(1,48),(1,49),(1,50),(1,51),(1,52),(1,53),(1,54),(1,55),(1,56),(1,57),(1,58),(1,59),(1,60),(1,61),(1,62),(1,63),(1,64),(1,65),(1,66),(1,67),(1,68),(1,69),(1,70),(1,71),(1,72),(1,73),(1,74),(1,75),(1,76),(1,77),(1,78),(1,79),(1,80),(1,81),(1,82),(1,83),(1,84),(1,85),(1,86),(1,87),(1,88),(1,89),(1,90),(1,91),(1,92),(1,93),(1,94),(1,95),(1,96),(1,97),(1,98),(1,99),(1,100),(1,101),(1,102),(1,103),(1,104),(1,105),(1,106),(1,107),(1,108),(1,109),(1,110),(1,111),(1,112),(1,113),(1,114),(1,115),(1,116),(1,117),(1,118),(1,119),(1,120),(1,121),(1,122),(1,123),(1,124),(1,125),(1,126),(1,127),(1,128),(1,129),(1,130),(1,131),(1,132),(1,133),(1,134),(1,135),(1,136),(1,137),(1,138),(1,139),(1,140),(1,141),(1,142),(1,143),(1,144),(1,145),(1,146),(1,147),(1,148),(1,149),(1,150),(1,151),(1,152),(1,153),(1,154),(1,155),(1,156),(1,157),(1,158),(1,159),(1,160),(1,161),(1,162),(1,163),(1,164),(1,165),(1,166),(1,167),(1,168),(1,169),(1,170),(1,171),(1,172),(1,173),(1,174),(1,175),(1,176),(1,177),(1,178),(1,179),(1,180),(1,181),(1,182),(1,183),(1,184),(1,185),(1,186),(1,187),(1,188),(1,189),(1,190),(1,191),(1,192),(1,193),(1,194),(1,195),(1,196),(1,197),(1,198),(1,199),(1,200),(1,201),(1,202),(1,203),(1,204),(1,205),(1,206),(1,207),(1,208),(1,209),(1,210),(1,211),(1,212),(1,213),(1,214),(1,215),(1,216),(1,217),(1,218),(1,219),(1,220),(1,221),(1,222),(1,223),(1,224),(1,225),(1,226),(1,227),(1,228),(1,229),(1,230),(1,231),(1,232),(1,233),(1,234),(1,235),(1,236),(1,237),(1,238),(1,239),(1,240),(1,241),(1,242),(1,243),(1,244),(1,245),(1,246),(1,247),(1,248),(1,249),(1,250),(1,251),(1,252),(1,253),(1,254),(1,255),(1,256),(1,257),(1,258),(1,259),(1,260),(1,261),(1,262),(1,263),(1,264),(1,265),(1,266),(1,267),(1,268),(1,269),(1,270),(1,271),(1,272),(1,273),(1,274),(1,275),(1,276),(1,277),(1,278),(1,279),(1,280),(1,281),(1,282),(1,283),(1,284),(1,285),(1,286),(1,287),(1,288),(1,289),(1,290),(1,291),(1,292),(1,293),(1,294),(1,295),(1,296),(1,297),(1,298),(1,299),(1,300),(1,301),(1,302),(1,303),(1,304),(1,305),(1,306),(1,307),(1,308),(1,309),(1,310),(1,311),(1,312),(1,313),(1,314),(1,315),(1,316),(1,317),(1,318),(1,319),(1,320),(1,321),(1,322),(1,323),(1,324),(1,325),(1,326),(1,327),(1,328),(1,329),(1,330),(1,331),(1,332),(1,333),(1,334),(1,335),(1,336),(1,337),(1,338),(1,339),(1,340),(1,341),(1,342),(1,343),(1,344),(1,345),(1,346),(1,347),(1,348),(1,349),(1,350),(1,351),(1,352),(1,353),(1,354),(1,355),(1,356),(1,357),(1,358),(1,359),(1,360),(1,361),(1,362),(1,363),(1,364),(1,365),(1,366),(1,367),(1,368),(1,369),(1,370),(1,371),(1,372),(1,373),(1,374),(1,375),(1,376),(1,377),(1,378),(1,379),(1,380),(1,381),(1,382),(1,383),(1,384),(1,385),(1,386),(1,387),(1,388),(1,389),(1,390),(1,391),(1,392),(1,393),(1,394),(1,395),(1,396),(1,397),(1,398),(1,399),(1,400),(1,401),(1,402),(1,403),(1,404),(1,405),(1,406),(1,407),(1,408),(1,409),(1,410),(1,411),(1,412),(1,413),(1,414),(1,415),(1,416),(1,417),(1,418),(1,419),(1,420),(1,421),(1,422),(1,423),(1,424),(1,425),(1,426),(1,427),(1,428),(1,429),(1,430),(1,431),(1,432),(1,433),(1,434),(1,435),(1,436),(1,437),(1,438),(1,439),(1,440),(1,441),(1,442),(1,443),(1,444),(1,445),(1,446),(1,447),(1,448),(1,449),(1,450),(1,451),(1,452),(1,453),(1,454),(1,455),(1,456),(1,457),(1,458),(1,459),(1,460),(1,461),(1,462),(1,463),(1,464),(1,465),(1,466),(1,467),(1,468),(1,489),(1,490),(1,491),(1,492),(1,577),(1,578),(1,579),(1,580),(1,621),(1,622),(1,623),(1,624),(1,625),(1,626),(1,627),(1,628),(1,629),(1,630),(1,631),(1,632),(1,729),(1,730),(1,731),(1,732),(1,733),(1,734),(1,735),(1,736),(1,749),(1,750),(1,751),(1,752),(1,753),(1,754),(1,755),(1,756),(1,761),(1,762),(1,763),(1,764),(1,765),(1,766),(1,767),(1,768),(1,769),(1,770),(1,771),(1,772),(1,773),(1,774),(1,775),(1,776),(1,781),(1,782),(1,783),(1,784),(1,789),(1,790),(1,791),(1,792),(1,793),(1,794),(1,795),(1,796),(1,797),(1,798),(1,799),(1,800),(1,801),(1,802),(1,803),(1,804),(1,805),(1,806),(1,807),(1,808),(1,809),(1,810),(1,811),(1,812),(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,841),(1,842),(1,843),(1,844),(1,845),(1,846),(1,847),(1,848),(1,857),(1,858),(1,859),(1,860),(1,869),(1,870),(1,871),(1,872),(1,873),(1,874),(1,875),(1,876),(1,881),(1,882),(1,883),(1,884),(1,885),(1,886),(1,887),(1,888),(1,893),(1,894),(1,895),(1,896),(1,897),(1,898),(1,899),(1,900),(1,905),(1,906),(1,907),(1,908),(1,909),(1,910),(1,911),(1,912),(1,917),(1,918),(1,919),(1,920),(1,921),(1,922),(1,923),(1,924),(1,929),(1,930),(1,931),(1,932),(1,933),(1,934),(1,935),(1,936),(1,941),(1,942),(1,943),(1,944),(1,945),(1,946),(1,947),(1,948),(1,953),(1,954),(1,955),(1,956),(1,957),(1,958),(1,959),(1,960),(2,9),(2,10),(2,11),(2,12),(2,33),(2,34),(2,35),(2,36),(2,45),(2,46),(2,47),(2,48),(2,49),(2,50),(2,51),(2,52),(2,85),(2,86),(2,87),(2,88),(2,129),(2,130),(2,131),(2,132),(2,189),(2,190),(2,191),(2,192),(2,209),(2,210),(2,211),(2,212),(2,217),(2,218),(2,219),(2,220),(2,229),(2,230),(2,231),(2,232),(2,242),(2,243),(2,249),(2,250),(2,251),(2,252),(2,269),(2,270),(2,271),(2,272),(2,273),(2,274),(2,275),(2,276),(2,309),(2,310),(2,311),(2,312),(2,325),(2,326),(2,327),(2,328),(2,337),(2,338),(2,339),(2,340),(2,349),(2,350),(2,351),(2,352),(2,373),(2,374),(2,375),(2,376),(2,389),(2,390),(2,391),(2,392),(2,397),(2,398),(2,399),(2,400),(2,401),(2,402),(2,403),(2,404),(2,425),(2,426),(2,427),(2,428),(2,433),(2,434),(2,435),(2,436),(2,449),(2,450),(2,451),(2,452),(2,453),(2,454),(2,455),(2,456),(3,45),(3,46),(3,47),(3,48),(3,49),(3,50),(3,51),(3,52),(3,125),(3,126),(3,127),(3,128),(3,141),(3,142),(3,143),(3,144),(3,225),(3,226),(3,227),(3,228),(3,265),(3,266),(3,267),(3,268),(3,309),(3,310),(3,311),(3,312),(3,329),(3,330),(3,331),(3,332),(3,429),(3,430),(3,431),(3,432),(3,445),(3,446),(3,447),(3,448),(3,449),(3,450),(3,451),(3,452),(3,453),(3,454),(3,455),(3,456),(3,457),(3,458),(3,459),(3,460),(4,0),(4,9),(4,10),(4,11),(4,12),(4,17),(4,18),(4,19),(4,20),(4,41),(4,42),(4,43),(4,44),(4,45),(4,46),(4,47),(4,48),(4,49),(4,50),(4,51),(4,52),(4,129),(4,130),(4,131),(4,132),(4,154),(4,181),(4,182),(4,183),(4,184),(4,189),(4,190),(4,191),(4,192),(4,209),(4,210),(4,211),(4,212),(4,217),(4,218),(4,219),(4,220),(4,229),(4,230),(4,231),(4,232),(4,237),(4,238),(4,239),(4,240),(4,242),(4,243),(4,249),(4,250),(4,251),(4,252),(4,266),(4,309),(4,310),(4,311),(4,312),(4,317),(4,318),(4,319),(4,320),(4,330),(4,349),(4,350),(4,351),(4,352),(4,401),(4,402),(4,403),(4,404),(4,437),(4,438),(4,439),(4,440),(4,445),(4,446),(4,447),(4,448),(4,453),(4,454),(4,455),(4,456),(4,457),(4,458),(4,459),(4,460); -/*!40000 ALTER TABLE `ps_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_accessory` --- - -DROP TABLE IF EXISTS `ps_accessory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_accessory` ( - `id_product_1` int(10) unsigned NOT NULL, - `id_product_2` int(10) unsigned NOT NULL, - KEY `accessory_product` (`id_product_1`,`id_product_2`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_accessory` --- - -LOCK TABLES `ps_accessory` WRITE; -/*!40000 ALTER TABLE `ps_accessory` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_accessory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_address` --- - -DROP TABLE IF EXISTS `ps_address`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_address` ( - `id_address` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_country` int(10) unsigned NOT NULL, - `id_state` int(10) unsigned DEFAULT NULL, - `id_customer` int(10) unsigned NOT NULL DEFAULT '0', - `id_manufacturer` int(10) unsigned NOT NULL DEFAULT '0', - `id_supplier` int(10) unsigned NOT NULL DEFAULT '0', - `id_warehouse` int(10) unsigned NOT NULL DEFAULT '0', - `alias` varchar(32) NOT NULL, - `company` varchar(255) DEFAULT NULL, - `lastname` varchar(255) NOT NULL, - `firstname` varchar(255) NOT NULL, - `address1` varchar(128) NOT NULL, - `address2` varchar(128) DEFAULT NULL, - `postcode` varchar(12) DEFAULT NULL, - `city` varchar(64) NOT NULL, - `other` text, - `phone` varchar(32) DEFAULT NULL, - `phone_mobile` varchar(32) DEFAULT NULL, - `vat_number` varchar(32) DEFAULT NULL, - `dni` varchar(16) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_address`), - KEY `address_customer` (`id_customer`), - KEY `id_country` (`id_country`), - KEY `id_state` (`id_state`), - KEY `id_manufacturer` (`id_manufacturer`), - KEY `id_supplier` (`id_supplier`), - KEY `id_warehouse` (`id_warehouse`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_address` --- - -LOCK TABLES `ps_address` WRITE; -/*!40000 ALTER TABLE `ps_address` DISABLE KEYS */; -INSERT INTO `ps_address` VALUES (1,131,0,1,0,0,0,'Anonymous','Anonymous','Anonymous','Anonymous','Anonymous','','00000','Anonymous','','0000000000','0000000000','0000','0000','2022-01-27 14:25:03','2022-01-27 14:25:03',1,0),(2,8,0,2,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(3,21,35,0,0,0,0,'supplier','Fashion','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(4,21,35,0,1,0,0,'manufacturer','Fashion','manufacturer','manufacturer','767 Fifth Ave.','','10154','New York','','(212) 336-1666','','','','2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(5,21,12,2,0,0,0,'My address','My Company','DOE','John','16, Main street','2nd floor','33133','Miami','','0102030405','','','','2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(6,131,0,3,0,0,0,'LT','TEST COMP','demo','demo','demo 123 123','','54467','Kaunas','','+370123456','','011123','','2022-01-27 16:03:11','2022-03-15 07:50:06',1,0),(7,1,0,3,0,0,0,'DE','','demo','demo','demo 123','TEST','10115','Berlin','','+49000','','23423523','','2022-01-27 16:43:51','2022-03-15 07:48:49',1,0),(8,131,0,4,0,0,0,'My Address','123456','AUT','AUT','ADDR','','54469','CIT','','085','','123456','','2022-03-10 14:34:17','2022-03-10 14:34:17',1,0); -/*!40000 ALTER TABLE `ps_address` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_address_format` --- - -DROP TABLE IF EXISTS `ps_address_format`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_address_format` ( - `id_country` int(10) unsigned NOT NULL, - `format` varchar(255) NOT NULL DEFAULT '', - PRIMARY KEY (`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_address_format` --- - -LOCK TABLES `ps_address_format` WRITE; -/*!40000 ALTER TABLE `ps_address_format` DISABLE KEYS */; -INSERT INTO `ps_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\ncity\npostcode\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\ncity State:iso_code postcode\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\ncity\npostcode\nState:name\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'); -/*!40000 ALTER TABLE `ps_address_format` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_admin_filter` --- - -DROP TABLE IF EXISTS `ps_admin_filter`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_admin_filter` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `employee` int(11) NOT NULL, - `shop` int(11) NOT NULL, - `controller` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL, - `action` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL, - `filter` longtext COLLATE utf8mb4_unicode_ci NOT NULL, - `filter_id` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `admin_filter_search_id_idx` (`employee`,`shop`,`controller`,`action`,`filter_id`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_admin_filter` --- - -LOCK TABLES `ps_admin_filter` WRITE; -/*!40000 ALTER TABLE `ps_admin_filter` DISABLE KEYS */; -INSERT INTO `ps_admin_filter` VALUES (1,1,1,'meta','index','{\"limit\":50,\"orderBy\":\"id_meta\",\"sortOrder\":\"asc\",\"filters\":[]}',''),(2,1,1,'','','{\"limit\":50,\"orderBy\":\"id_order\",\"sortOrder\":\"DESC\",\"filters\":[]}','order'),(3,1,1,'email','index','{\"limit\":50,\"orderBy\":\"id_mail\",\"sortOrder\":\"desc\",\"filters\":[]}',''),(4,1,1,'','','{\"limit\":50,\"orderBy\":\"id_currency\",\"sortOrder\":\"asc\",\"filters\":[]}','currency'),(5,1,1,'','','{\"limit\":50,\"orderBy\":\"date_add\",\"sortOrder\":\"DESC\",\"filters\":[]}','customer'),(6,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\"}',''); -/*!40000 ALTER TABLE `ps_admin_filter` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_advice` --- - -DROP TABLE IF EXISTS `ps_advice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_advice` ( - `id_advice` int(11) NOT NULL AUTO_INCREMENT, - `id_ps_advice` int(11) NOT NULL, - `id_tab` int(11) NOT NULL, - `ids_tab` text, - `validated` tinyint(1) unsigned NOT NULL DEFAULT '0', - `hide` tinyint(1) NOT NULL DEFAULT '0', - `location` enum('after','before') NOT NULL, - `selector` varchar(255) DEFAULT NULL, - `start_day` int(11) NOT NULL DEFAULT '0', - `stop_day` int(11) NOT NULL DEFAULT '0', - `weight` int(11) DEFAULT '1', - PRIMARY KEY (`id_advice`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_advice` --- - -LOCK TABLES `ps_advice` WRITE; -/*!40000 ALTER TABLE `ps_advice` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_advice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_advice_lang` --- - -DROP TABLE IF EXISTS `ps_advice_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_advice_lang` ( - `id_advice` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `html` text, - PRIMARY KEY (`id_advice`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_advice_lang` --- - -LOCK TABLES `ps_advice_lang` WRITE; -/*!40000 ALTER TABLE `ps_advice_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_advice_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_alias` --- - -DROP TABLE IF EXISTS `ps_alias`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_alias` ( - `id_alias` int(10) unsigned NOT NULL AUTO_INCREMENT, - `alias` varchar(191) NOT NULL, - `search` varchar(255) NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_alias`), - UNIQUE KEY `alias` (`alias`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_alias` --- - -LOCK TABLES `ps_alias` WRITE; -/*!40000 ALTER TABLE `ps_alias` DISABLE KEYS */; -INSERT INTO `ps_alias` VALUES (1,'bloose','blouse',1),(2,'blues','blouse',1); -/*!40000 ALTER TABLE `ps_alias` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attachment` --- - -DROP TABLE IF EXISTS `ps_attachment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attachment` ( - `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `file` varchar(40) NOT NULL, - `file_name` varchar(128) NOT NULL, - `file_size` bigint(10) unsigned NOT NULL DEFAULT '0', - `mime` varchar(128) NOT NULL, - PRIMARY KEY (`id_attachment`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attachment` --- - -LOCK TABLES `ps_attachment` WRITE; -/*!40000 ALTER TABLE `ps_attachment` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_attachment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attachment_lang` --- - -DROP TABLE IF EXISTS `ps_attachment_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attachment_lang` ( - `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) DEFAULT NULL, - `description` text, - PRIMARY KEY (`id_attachment`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attachment_lang` --- - -LOCK TABLES `ps_attachment_lang` WRITE; -/*!40000 ALTER TABLE `ps_attachment_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_attachment_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute` --- - -DROP TABLE IF EXISTS `ps_attribute`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute` ( - `id_attribute` int(11) NOT NULL AUTO_INCREMENT, - `id_attribute_group` int(11) NOT NULL, - `color` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, - `position` int(11) NOT NULL, - PRIMARY KEY (`id_attribute`), - KEY `attribute_group` (`id_attribute_group`) -) ENGINE=InnoDB AUTO_INCREMENT=26 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute` --- - -LOCK TABLES `ps_attribute` WRITE; -/*!40000 ALTER TABLE `ps_attribute` DISABLE KEYS */; -INSERT INTO `ps_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,1,'',2),(4,1,'',3),(5,2,'#AAB2BD',0),(6,2,'#CFC4A6',1),(7,2,'#f5f5dc',2),(8,2,'#ffffff',3),(9,2,'#faebd7',4),(10,2,'#E84C3D',5),(11,2,'#434A54',6),(12,2,'#C19A6B',7),(13,2,'#F39C11',8),(14,2,'#5D9CEC',9),(15,2,'#A0D468',10),(16,2,'#F1C40F',11),(17,2,'#964B00',12),(18,2,'#FCCACD',13),(19,3,'',0),(20,3,'',1),(21,3,'',2),(22,4,'',0),(23,4,'',1),(24,4,'',2),(25,4,'',3); -/*!40000 ALTER TABLE `ps_attribute` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_group` --- - -DROP TABLE IF EXISTS `ps_attribute_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_group` ( - `id_attribute_group` int(11) NOT NULL AUTO_INCREMENT, - `is_color_group` tinyint(1) NOT NULL, - `group_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `position` int(11) NOT NULL, - PRIMARY KEY (`id_attribute_group`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_group` --- - -LOCK TABLES `ps_attribute_group` WRITE; -/*!40000 ALTER TABLE `ps_attribute_group` DISABLE KEYS */; -INSERT INTO `ps_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2),(4,0,'select',3); -/*!40000 ALTER TABLE `ps_attribute_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_group_lang` --- - -DROP TABLE IF EXISTS `ps_attribute_group_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_group_lang` ( - `id_attribute_group` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, - `public_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, - PRIMARY KEY (`id_attribute_group`,`id_lang`), - KEY `IDX_4653726C67A664FB` (`id_attribute_group`), - KEY `IDX_4653726CBA299860` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_group_lang` --- - -LOCK TABLES `ps_attribute_group_lang` WRITE; -/*!40000 ALTER TABLE `ps_attribute_group_lang` DISABLE KEYS */; -INSERT INTO `ps_attribute_group_lang` VALUES (1,1,'Size','Size'),(1,2,'Dydis','Dydis'),(1,3,'Größe','Größe'),(2,1,'Color','Color'),(2,2,'Spalva','Spalva'),(2,3,'Farbe','Farbe'),(3,1,'Dimension','Dimension'),(3,2,'Dimension','Dimension'),(3,3,'Dimension','Dimension'),(4,1,'Paper Type','Paper Type'),(4,2,'Paper Type','Paper Type'),(4,3,'Paper Type','Paper Type'); -/*!40000 ALTER TABLE `ps_attribute_group_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_group_shop` --- - -DROP TABLE IF EXISTS `ps_attribute_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_group_shop` ( - `id_attribute_group` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_attribute_group`,`id_shop`), - KEY `IDX_DB30BAAC67A664FB` (`id_attribute_group`), - KEY `IDX_DB30BAAC274A50A0` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_group_shop` --- - -LOCK TABLES `ps_attribute_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_attribute_group_shop` DISABLE KEYS */; -INSERT INTO `ps_attribute_group_shop` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2); -/*!40000 ALTER TABLE `ps_attribute_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_impact` --- - -DROP TABLE IF EXISTS `ps_attribute_impact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_impact` ( - `id_attribute_impact` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_attribute` int(11) unsigned NOT NULL, - `weight` decimal(20,6) NOT NULL, - `price` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_attribute_impact`), - UNIQUE KEY `id_product` (`id_product`,`id_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_impact` --- - -LOCK TABLES `ps_attribute_impact` WRITE; -/*!40000 ALTER TABLE `ps_attribute_impact` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_attribute_impact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_lang` --- - -DROP TABLE IF EXISTS `ps_attribute_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_lang` ( - `id_attribute` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, - PRIMARY KEY (`id_attribute`,`id_lang`), - KEY `IDX_3ABE46A77A4F53DC` (`id_attribute`), - KEY `IDX_3ABE46A7BA299860` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_lang` --- - -LOCK TABLES `ps_attribute_lang` WRITE; -/*!40000 ALTER TABLE `ps_attribute_lang` DISABLE KEYS */; -INSERT INTO `ps_attribute_lang` VALUES (1,1,'S'),(1,2,'S'),(1,3,'S'),(2,1,'M'),(2,2,'M'),(2,3,'M'),(3,1,'L'),(3,2,'L'),(3,3,'L'),(4,1,'XL'),(4,2,'XL'),(4,3,'XL'),(5,1,'Grey'),(5,2,'Pilka'),(5,3,'Grau'),(6,1,'Taupe'),(6,2,'Rusvai pilka'),(6,3,'Taupe'),(7,1,'Beige'),(7,2,'Rusvai gelsva'),(7,3,'Beige'),(8,1,'White'),(8,2,'Balta'),(8,3,'Weiß'),(9,1,'Off White'),(9,2,'Balkšva'),(9,3,'Wollweiß'),(10,1,'Red'),(10,2,'Raudona'),(10,3,'Rot'),(11,1,'Black'),(11,2,'Juoda'),(11,3,'Schwarz'),(12,1,'Camel'),(12,2,'Smėlio'),(12,3,'Camel'),(13,1,'Orange'),(13,2,'Oranžinė'),(13,3,'Orange'),(14,1,'Blue'),(14,2,'Mėlyna'),(14,3,'Blau'),(15,1,'Green'),(15,2,'Žalia'),(15,3,'Grün'),(16,1,'Yellow'),(16,2,'Geltona'),(16,3,'Gelb'),(17,1,'Brown'),(17,2,'Ruda'),(17,3,'Braun'),(18,1,'Pink'),(18,2,'Rožinė'),(18,3,'Pink'),(19,1,'40x60cm'),(19,2,'40x60cm'),(19,3,'40x60cm'),(20,1,'60x90cm'),(20,2,'60x90cm'),(20,3,'60x90cm'),(21,1,'80x120cm'),(21,2,'80x120cm'),(21,3,'80x120cm'),(22,1,'Ruled'),(22,2,'Ruled'),(22,3,'Ruled'),(23,1,'Plain'),(23,2,'Plain'),(23,3,'Plain'),(24,1,'Squarred'),(24,2,'Squarred'),(24,3,'Squarred'),(25,1,'Doted'),(25,2,'Doted'),(25,3,'Doted'); -/*!40000 ALTER TABLE `ps_attribute_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_shop` --- - -DROP TABLE IF EXISTS `ps_attribute_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_shop` ( - `id_attribute` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_attribute`,`id_shop`), - KEY `IDX_A7DD8E677A4F53DC` (`id_attribute`), - KEY `IDX_A7DD8E67274A50A0` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_shop` --- - -LOCK TABLES `ps_attribute_shop` WRITE; -/*!40000 ALTER TABLE `ps_attribute_shop` DISABLE KEYS */; -INSERT INTO `ps_attribute_shop` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2),(5,1),(5,2),(6,1),(6,2),(7,1),(7,2),(8,1),(8,2),(9,1),(9,2),(10,1),(10,2),(11,1),(11,2),(12,1),(12,2),(13,1),(13,2),(14,1),(14,2),(15,1),(15,2),(16,1),(16,2),(17,1),(17,2),(18,1),(18,2),(19,1),(19,2),(20,1),(20,2),(21,1),(21,2),(22,1),(22,2),(23,1),(23,2),(24,1),(24,2),(25,1),(25,2); -/*!40000 ALTER TABLE `ps_attribute_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_authorization_role` --- - -DROP TABLE IF EXISTS `ps_authorization_role`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_authorization_role` ( - `id_authorization_role` int(10) unsigned NOT NULL AUTO_INCREMENT, - `slug` varchar(191) NOT NULL, - PRIMARY KEY (`id_authorization_role`), - UNIQUE KEY `slug` (`slug`) -) ENGINE=InnoDB AUTO_INCREMENT=961 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_authorization_role` --- - -LOCK TABLES `ps_authorization_role` WRITE; -/*!40000 ALTER TABLE `ps_authorization_role` DISABLE KEYS */; -INSERT INTO `ps_authorization_role` VALUES (853,'ROLE_MOD_MODULE_BLOCKREASSURANCE_CREATE'),(856,'ROLE_MOD_MODULE_BLOCKREASSURANCE_DELETE'),(854,'ROLE_MOD_MODULE_BLOCKREASSURANCE_READ'),(855,'ROLE_MOD_MODULE_BLOCKREASSURANCE_UPDATE'),(481,'ROLE_MOD_MODULE_CONTACTFORM_CREATE'),(484,'ROLE_MOD_MODULE_CONTACTFORM_DELETE'),(482,'ROLE_MOD_MODULE_CONTACTFORM_READ'),(483,'ROLE_MOD_MODULE_CONTACTFORM_UPDATE'),(485,'ROLE_MOD_MODULE_DASHACTIVITY_CREATE'),(488,'ROLE_MOD_MODULE_DASHACTIVITY_DELETE'),(486,'ROLE_MOD_MODULE_DASHACTIVITY_READ'),(487,'ROLE_MOD_MODULE_DASHACTIVITY_UPDATE'),(493,'ROLE_MOD_MODULE_DASHGOALS_CREATE'),(496,'ROLE_MOD_MODULE_DASHGOALS_DELETE'),(494,'ROLE_MOD_MODULE_DASHGOALS_READ'),(495,'ROLE_MOD_MODULE_DASHGOALS_UPDATE'),(497,'ROLE_MOD_MODULE_DASHPRODUCTS_CREATE'),(500,'ROLE_MOD_MODULE_DASHPRODUCTS_DELETE'),(498,'ROLE_MOD_MODULE_DASHPRODUCTS_READ'),(499,'ROLE_MOD_MODULE_DASHPRODUCTS_UPDATE'),(501,'ROLE_MOD_MODULE_DASHTRENDS_CREATE'),(504,'ROLE_MOD_MODULE_DASHTRENDS_DELETE'),(502,'ROLE_MOD_MODULE_DASHTRENDS_READ'),(503,'ROLE_MOD_MODULE_DASHTRENDS_UPDATE'),(737,'ROLE_MOD_MODULE_GAMIFICATION_CREATE'),(740,'ROLE_MOD_MODULE_GAMIFICATION_DELETE'),(738,'ROLE_MOD_MODULE_GAMIFICATION_READ'),(739,'ROLE_MOD_MODULE_GAMIFICATION_UPDATE'),(505,'ROLE_MOD_MODULE_GRAPHNVD3_CREATE'),(508,'ROLE_MOD_MODULE_GRAPHNVD3_DELETE'),(506,'ROLE_MOD_MODULE_GRAPHNVD3_READ'),(507,'ROLE_MOD_MODULE_GRAPHNVD3_UPDATE'),(509,'ROLE_MOD_MODULE_GRIDHTML_CREATE'),(512,'ROLE_MOD_MODULE_GRIDHTML_DELETE'),(510,'ROLE_MOD_MODULE_GRIDHTML_READ'),(511,'ROLE_MOD_MODULE_GRIDHTML_UPDATE'),(513,'ROLE_MOD_MODULE_GSITEMAP_CREATE'),(516,'ROLE_MOD_MODULE_GSITEMAP_DELETE'),(514,'ROLE_MOD_MODULE_GSITEMAP_READ'),(515,'ROLE_MOD_MODULE_GSITEMAP_UPDATE'),(517,'ROLE_MOD_MODULE_PAGESNOTFOUND_CREATE'),(520,'ROLE_MOD_MODULE_PAGESNOTFOUND_DELETE'),(518,'ROLE_MOD_MODULE_PAGESNOTFOUND_READ'),(519,'ROLE_MOD_MODULE_PAGESNOTFOUND_UPDATE'),(521,'ROLE_MOD_MODULE_PRODUCTCOMMENTS_CREATE'),(524,'ROLE_MOD_MODULE_PRODUCTCOMMENTS_DELETE'),(522,'ROLE_MOD_MODULE_PRODUCTCOMMENTS_READ'),(523,'ROLE_MOD_MODULE_PRODUCTCOMMENTS_UPDATE'),(741,'ROLE_MOD_MODULE_PSADDONSCONNECT_CREATE'),(744,'ROLE_MOD_MODULE_PSADDONSCONNECT_DELETE'),(742,'ROLE_MOD_MODULE_PSADDONSCONNECT_READ'),(743,'ROLE_MOD_MODULE_PSADDONSCONNECT_UPDATE'),(745,'ROLE_MOD_MODULE_PSGDPR_CREATE'),(748,'ROLE_MOD_MODULE_PSGDPR_DELETE'),(746,'ROLE_MOD_MODULE_PSGDPR_READ'),(747,'ROLE_MOD_MODULE_PSGDPR_UPDATE'),(849,'ROLE_MOD_MODULE_PSXMARKETINGWITHGOOGLE_CREATE'),(852,'ROLE_MOD_MODULE_PSXMARKETINGWITHGOOGLE_DELETE'),(850,'ROLE_MOD_MODULE_PSXMARKETINGWITHGOOGLE_READ'),(851,'ROLE_MOD_MODULE_PSXMARKETINGWITHGOOGLE_UPDATE'),(525,'ROLE_MOD_MODULE_PS_BANNER_CREATE'),(528,'ROLE_MOD_MODULE_PS_BANNER_DELETE'),(526,'ROLE_MOD_MODULE_PS_BANNER_READ'),(527,'ROLE_MOD_MODULE_PS_BANNER_UPDATE'),(777,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_CREATE'),(780,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_DELETE'),(778,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_READ'),(779,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_UPDATE'),(529,'ROLE_MOD_MODULE_PS_CATEGORYTREE_CREATE'),(532,'ROLE_MOD_MODULE_PS_CATEGORYTREE_DELETE'),(530,'ROLE_MOD_MODULE_PS_CATEGORYTREE_READ'),(531,'ROLE_MOD_MODULE_PS_CATEGORYTREE_UPDATE'),(533,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_CREATE'),(536,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_DELETE'),(534,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_READ'),(535,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_UPDATE'),(537,'ROLE_MOD_MODULE_PS_CONTACTINFO_CREATE'),(540,'ROLE_MOD_MODULE_PS_CONTACTINFO_DELETE'),(538,'ROLE_MOD_MODULE_PS_CONTACTINFO_READ'),(539,'ROLE_MOD_MODULE_PS_CONTACTINFO_UPDATE'),(541,'ROLE_MOD_MODULE_PS_CROSSSELLING_CREATE'),(544,'ROLE_MOD_MODULE_PS_CROSSSELLING_DELETE'),(542,'ROLE_MOD_MODULE_PS_CROSSSELLING_READ'),(543,'ROLE_MOD_MODULE_PS_CROSSSELLING_UPDATE'),(545,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_CREATE'),(548,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_DELETE'),(546,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_READ'),(547,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_UPDATE'),(549,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_CREATE'),(552,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_DELETE'),(550,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_READ'),(551,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_UPDATE'),(553,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_CREATE'),(556,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_DELETE'),(554,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_READ'),(555,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_UPDATE'),(557,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_CREATE'),(560,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_DELETE'),(558,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_READ'),(559,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_UPDATE'),(561,'ROLE_MOD_MODULE_PS_DATAPRIVACY_CREATE'),(564,'ROLE_MOD_MODULE_PS_DATAPRIVACY_DELETE'),(562,'ROLE_MOD_MODULE_PS_DATAPRIVACY_READ'),(563,'ROLE_MOD_MODULE_PS_DATAPRIVACY_UPDATE'),(565,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_CREATE'),(568,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_DELETE'),(566,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_READ'),(567,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_UPDATE'),(837,'ROLE_MOD_MODULE_PS_FACEBOOK_CREATE'),(840,'ROLE_MOD_MODULE_PS_FACEBOOK_DELETE'),(838,'ROLE_MOD_MODULE_PS_FACEBOOK_READ'),(839,'ROLE_MOD_MODULE_PS_FACEBOOK_UPDATE'),(861,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_CREATE'),(864,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_DELETE'),(862,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_READ'),(863,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_UPDATE'),(573,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_CREATE'),(576,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_DELETE'),(574,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_READ'),(575,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_UPDATE'),(581,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_CREATE'),(584,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_DELETE'),(582,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_READ'),(583,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_UPDATE'),(585,'ROLE_MOD_MODULE_PS_IMAGESLIDER_CREATE'),(588,'ROLE_MOD_MODULE_PS_IMAGESLIDER_DELETE'),(586,'ROLE_MOD_MODULE_PS_IMAGESLIDER_READ'),(587,'ROLE_MOD_MODULE_PS_IMAGESLIDER_UPDATE'),(589,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_CREATE'),(592,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_DELETE'),(590,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_READ'),(591,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_UPDATE'),(593,'ROLE_MOD_MODULE_PS_LINKLIST_CREATE'),(596,'ROLE_MOD_MODULE_PS_LINKLIST_DELETE'),(594,'ROLE_MOD_MODULE_PS_LINKLIST_READ'),(595,'ROLE_MOD_MODULE_PS_LINKLIST_UPDATE'),(597,'ROLE_MOD_MODULE_PS_MAINMENU_CREATE'),(600,'ROLE_MOD_MODULE_PS_MAINMENU_DELETE'),(598,'ROLE_MOD_MODULE_PS_MAINMENU_READ'),(599,'ROLE_MOD_MODULE_PS_MAINMENU_UPDATE'),(757,'ROLE_MOD_MODULE_PS_MBO_CREATE'),(760,'ROLE_MOD_MODULE_PS_MBO_DELETE'),(758,'ROLE_MOD_MODULE_PS_MBO_READ'),(759,'ROLE_MOD_MODULE_PS_MBO_UPDATE'),(785,'ROLE_MOD_MODULE_PS_METRICS_CREATE'),(788,'ROLE_MOD_MODULE_PS_METRICS_DELETE'),(786,'ROLE_MOD_MODULE_PS_METRICS_READ'),(787,'ROLE_MOD_MODULE_PS_METRICS_UPDATE'),(601,'ROLE_MOD_MODULE_PS_SEARCHBAR_CREATE'),(604,'ROLE_MOD_MODULE_PS_SEARCHBAR_DELETE'),(602,'ROLE_MOD_MODULE_PS_SEARCHBAR_READ'),(603,'ROLE_MOD_MODULE_PS_SEARCHBAR_UPDATE'),(605,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_CREATE'),(608,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_DELETE'),(606,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_READ'),(607,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_UPDATE'),(609,'ROLE_MOD_MODULE_PS_SHOPPINGCART_CREATE'),(612,'ROLE_MOD_MODULE_PS_SHOPPINGCART_DELETE'),(610,'ROLE_MOD_MODULE_PS_SHOPPINGCART_READ'),(611,'ROLE_MOD_MODULE_PS_SHOPPINGCART_UPDATE'),(613,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_CREATE'),(616,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_DELETE'),(614,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_READ'),(615,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_UPDATE'),(617,'ROLE_MOD_MODULE_PS_THEMECUSTO_CREATE'),(620,'ROLE_MOD_MODULE_PS_THEMECUSTO_DELETE'),(618,'ROLE_MOD_MODULE_PS_THEMECUSTO_READ'),(619,'ROLE_MOD_MODULE_PS_THEMECUSTO_UPDATE'),(633,'ROLE_MOD_MODULE_PS_WIREPAYMENT_CREATE'),(636,'ROLE_MOD_MODULE_PS_WIREPAYMENT_DELETE'),(634,'ROLE_MOD_MODULE_PS_WIREPAYMENT_READ'),(635,'ROLE_MOD_MODULE_PS_WIREPAYMENT_UPDATE'),(637,'ROLE_MOD_MODULE_SEKEYWORDS_CREATE'),(640,'ROLE_MOD_MODULE_SEKEYWORDS_DELETE'),(638,'ROLE_MOD_MODULE_SEKEYWORDS_READ'),(639,'ROLE_MOD_MODULE_SEKEYWORDS_UPDATE'),(641,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_CREATE'),(644,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_DELETE'),(642,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_READ'),(643,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_UPDATE'),(645,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_CREATE'),(648,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_DELETE'),(646,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_READ'),(647,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_UPDATE'),(649,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_CREATE'),(652,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_DELETE'),(650,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_READ'),(651,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_UPDATE'),(653,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_CREATE'),(656,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_DELETE'),(654,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_READ'),(655,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_UPDATE'),(657,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_CREATE'),(660,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_DELETE'),(658,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_READ'),(659,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_UPDATE'),(661,'ROLE_MOD_MODULE_STATSCARRIER_CREATE'),(664,'ROLE_MOD_MODULE_STATSCARRIER_DELETE'),(662,'ROLE_MOD_MODULE_STATSCARRIER_READ'),(663,'ROLE_MOD_MODULE_STATSCARRIER_UPDATE'),(665,'ROLE_MOD_MODULE_STATSCATALOG_CREATE'),(668,'ROLE_MOD_MODULE_STATSCATALOG_DELETE'),(666,'ROLE_MOD_MODULE_STATSCATALOG_READ'),(667,'ROLE_MOD_MODULE_STATSCATALOG_UPDATE'),(669,'ROLE_MOD_MODULE_STATSCHECKUP_CREATE'),(672,'ROLE_MOD_MODULE_STATSCHECKUP_DELETE'),(670,'ROLE_MOD_MODULE_STATSCHECKUP_READ'),(671,'ROLE_MOD_MODULE_STATSCHECKUP_UPDATE'),(673,'ROLE_MOD_MODULE_STATSDATA_CREATE'),(676,'ROLE_MOD_MODULE_STATSDATA_DELETE'),(674,'ROLE_MOD_MODULE_STATSDATA_READ'),(675,'ROLE_MOD_MODULE_STATSDATA_UPDATE'),(677,'ROLE_MOD_MODULE_STATSEQUIPMENT_CREATE'),(680,'ROLE_MOD_MODULE_STATSEQUIPMENT_DELETE'),(678,'ROLE_MOD_MODULE_STATSEQUIPMENT_READ'),(679,'ROLE_MOD_MODULE_STATSEQUIPMENT_UPDATE'),(681,'ROLE_MOD_MODULE_STATSFORECAST_CREATE'),(684,'ROLE_MOD_MODULE_STATSFORECAST_DELETE'),(682,'ROLE_MOD_MODULE_STATSFORECAST_READ'),(683,'ROLE_MOD_MODULE_STATSFORECAST_UPDATE'),(685,'ROLE_MOD_MODULE_STATSLIVE_CREATE'),(688,'ROLE_MOD_MODULE_STATSLIVE_DELETE'),(686,'ROLE_MOD_MODULE_STATSLIVE_READ'),(687,'ROLE_MOD_MODULE_STATSLIVE_UPDATE'),(689,'ROLE_MOD_MODULE_STATSNEWSLETTER_CREATE'),(692,'ROLE_MOD_MODULE_STATSNEWSLETTER_DELETE'),(690,'ROLE_MOD_MODULE_STATSNEWSLETTER_READ'),(691,'ROLE_MOD_MODULE_STATSNEWSLETTER_UPDATE'),(693,'ROLE_MOD_MODULE_STATSORIGIN_CREATE'),(696,'ROLE_MOD_MODULE_STATSORIGIN_DELETE'),(694,'ROLE_MOD_MODULE_STATSORIGIN_READ'),(695,'ROLE_MOD_MODULE_STATSORIGIN_UPDATE'),(697,'ROLE_MOD_MODULE_STATSPERSONALINFOS_CREATE'),(700,'ROLE_MOD_MODULE_STATSPERSONALINFOS_DELETE'),(698,'ROLE_MOD_MODULE_STATSPERSONALINFOS_READ'),(699,'ROLE_MOD_MODULE_STATSPERSONALINFOS_UPDATE'),(701,'ROLE_MOD_MODULE_STATSPRODUCT_CREATE'),(704,'ROLE_MOD_MODULE_STATSPRODUCT_DELETE'),(702,'ROLE_MOD_MODULE_STATSPRODUCT_READ'),(703,'ROLE_MOD_MODULE_STATSPRODUCT_UPDATE'),(705,'ROLE_MOD_MODULE_STATSREGISTRATIONS_CREATE'),(708,'ROLE_MOD_MODULE_STATSREGISTRATIONS_DELETE'),(706,'ROLE_MOD_MODULE_STATSREGISTRATIONS_READ'),(707,'ROLE_MOD_MODULE_STATSREGISTRATIONS_UPDATE'),(709,'ROLE_MOD_MODULE_STATSSALES_CREATE'),(712,'ROLE_MOD_MODULE_STATSSALES_DELETE'),(710,'ROLE_MOD_MODULE_STATSSALES_READ'),(711,'ROLE_MOD_MODULE_STATSSALES_UPDATE'),(713,'ROLE_MOD_MODULE_STATSSEARCH_CREATE'),(716,'ROLE_MOD_MODULE_STATSSEARCH_DELETE'),(714,'ROLE_MOD_MODULE_STATSSEARCH_READ'),(715,'ROLE_MOD_MODULE_STATSSEARCH_UPDATE'),(717,'ROLE_MOD_MODULE_STATSSTOCK_CREATE'),(720,'ROLE_MOD_MODULE_STATSSTOCK_DELETE'),(718,'ROLE_MOD_MODULE_STATSSTOCK_READ'),(719,'ROLE_MOD_MODULE_STATSSTOCK_UPDATE'),(721,'ROLE_MOD_MODULE_STATSVISITS_CREATE'),(724,'ROLE_MOD_MODULE_STATSVISITS_DELETE'),(722,'ROLE_MOD_MODULE_STATSVISITS_READ'),(723,'ROLE_MOD_MODULE_STATSVISITS_UPDATE'),(725,'ROLE_MOD_MODULE_WELCOME_CREATE'),(728,'ROLE_MOD_MODULE_WELCOME_DELETE'),(726,'ROLE_MOD_MODULE_WELCOME_READ'),(727,'ROLE_MOD_MODULE_WELCOME_UPDATE'),(1,'ROLE_MOD_TAB_ADMINACCESS_CREATE'),(4,'ROLE_MOD_TAB_ADMINACCESS_DELETE'),(2,'ROLE_MOD_TAB_ADMINACCESS_READ'),(3,'ROLE_MOD_TAB_ADMINACCESS_UPDATE'),(5,'ROLE_MOD_TAB_ADMINADDONSCATALOG_CREATE'),(8,'ROLE_MOD_TAB_ADMINADDONSCATALOG_DELETE'),(6,'ROLE_MOD_TAB_ADMINADDONSCATALOG_READ'),(7,'ROLE_MOD_TAB_ADMINADDONSCATALOG_UPDATE'),(9,'ROLE_MOD_TAB_ADMINADDRESSES_CREATE'),(12,'ROLE_MOD_TAB_ADMINADDRESSES_DELETE'),(10,'ROLE_MOD_TAB_ADMINADDRESSES_READ'),(11,'ROLE_MOD_TAB_ADMINADDRESSES_UPDATE'),(13,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_CREATE'),(16,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_DELETE'),(14,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_READ'),(15,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_UPDATE'),(17,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_CREATE'),(20,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_DELETE'),(18,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_READ'),(19,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_UPDATE'),(797,'ROLE_MOD_TAB_ADMINAJAXDASHBOARD_CREATE'),(800,'ROLE_MOD_TAB_ADMINAJAXDASHBOARD_DELETE'),(798,'ROLE_MOD_TAB_ADMINAJAXDASHBOARD_READ'),(799,'ROLE_MOD_TAB_ADMINAJAXDASHBOARD_UPDATE'),(813,'ROLE_MOD_TAB_ADMINAJAXMETRICS_CREATE'),(816,'ROLE_MOD_TAB_ADMINAJAXMETRICS_DELETE'),(814,'ROLE_MOD_TAB_ADMINAJAXMETRICS_READ'),(815,'ROLE_MOD_TAB_ADMINAJAXMETRICS_UPDATE'),(833,'ROLE_MOD_TAB_ADMINAJAXPSFACEBOOK_CREATE'),(836,'ROLE_MOD_TAB_ADMINAJAXPSFACEBOOK_DELETE'),(834,'ROLE_MOD_TAB_ADMINAJAXPSFACEBOOK_READ'),(835,'ROLE_MOD_TAB_ADMINAJAXPSFACEBOOK_UPDATE'),(749,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_CREATE'),(752,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_DELETE'),(750,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_READ'),(751,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_UPDATE'),(845,'ROLE_MOD_TAB_ADMINAJAXPSXMKTGWITHGOOGLE_CREATE'),(848,'ROLE_MOD_TAB_ADMINAJAXPSXMKTGWITHGOOGLE_DELETE'),(846,'ROLE_MOD_TAB_ADMINAJAXPSXMKTGWITHGOOGLE_READ'),(847,'ROLE_MOD_TAB_ADMINAJAXPSXMKTGWITHGOOGLE_UPDATE'),(781,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_CREATE'),(784,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_DELETE'),(782,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_READ'),(783,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_UPDATE'),(801,'ROLE_MOD_TAB_ADMINAJAXSETTINGS_CREATE'),(804,'ROLE_MOD_TAB_ADMINAJAXSETTINGS_DELETE'),(802,'ROLE_MOD_TAB_ADMINAJAXSETTINGS_READ'),(803,'ROLE_MOD_TAB_ADMINAJAXSETTINGS_UPDATE'),(21,'ROLE_MOD_TAB_ADMINATTACHMENTS_CREATE'),(24,'ROLE_MOD_TAB_ADMINATTACHMENTS_DELETE'),(22,'ROLE_MOD_TAB_ADMINATTACHMENTS_READ'),(23,'ROLE_MOD_TAB_ADMINATTACHMENTS_UPDATE'),(25,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_CREATE'),(28,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_DELETE'),(26,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_READ'),(27,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_UPDATE'),(29,'ROLE_MOD_TAB_ADMINBACKUP_CREATE'),(32,'ROLE_MOD_TAB_ADMINBACKUP_DELETE'),(30,'ROLE_MOD_TAB_ADMINBACKUP_READ'),(31,'ROLE_MOD_TAB_ADMINBACKUP_UPDATE'),(857,'ROLE_MOD_TAB_ADMINBLOCKLISTING_CREATE'),(860,'ROLE_MOD_TAB_ADMINBLOCKLISTING_DELETE'),(858,'ROLE_MOD_TAB_ADMINBLOCKLISTING_READ'),(859,'ROLE_MOD_TAB_ADMINBLOCKLISTING_UPDATE'),(33,'ROLE_MOD_TAB_ADMINCARRIERS_CREATE'),(36,'ROLE_MOD_TAB_ADMINCARRIERS_DELETE'),(34,'ROLE_MOD_TAB_ADMINCARRIERS_READ'),(35,'ROLE_MOD_TAB_ADMINCARRIERS_UPDATE'),(37,'ROLE_MOD_TAB_ADMINCARTRULES_CREATE'),(40,'ROLE_MOD_TAB_ADMINCARTRULES_DELETE'),(38,'ROLE_MOD_TAB_ADMINCARTRULES_READ'),(39,'ROLE_MOD_TAB_ADMINCARTRULES_UPDATE'),(41,'ROLE_MOD_TAB_ADMINCARTS_CREATE'),(44,'ROLE_MOD_TAB_ADMINCARTS_DELETE'),(42,'ROLE_MOD_TAB_ADMINCARTS_READ'),(43,'ROLE_MOD_TAB_ADMINCARTS_UPDATE'),(45,'ROLE_MOD_TAB_ADMINCATALOG_CREATE'),(48,'ROLE_MOD_TAB_ADMINCATALOG_DELETE'),(46,'ROLE_MOD_TAB_ADMINCATALOG_READ'),(47,'ROLE_MOD_TAB_ADMINCATALOG_UPDATE'),(49,'ROLE_MOD_TAB_ADMINCATEGORIES_CREATE'),(52,'ROLE_MOD_TAB_ADMINCATEGORIES_DELETE'),(50,'ROLE_MOD_TAB_ADMINCATEGORIES_READ'),(51,'ROLE_MOD_TAB_ADMINCATEGORIES_UPDATE'),(53,'ROLE_MOD_TAB_ADMINCMSCONTENT_CREATE'),(56,'ROLE_MOD_TAB_ADMINCMSCONTENT_DELETE'),(54,'ROLE_MOD_TAB_ADMINCMSCONTENT_READ'),(55,'ROLE_MOD_TAB_ADMINCMSCONTENT_UPDATE'),(577,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_CREATE'),(580,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_DELETE'),(578,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_READ'),(579,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_UPDATE'),(57,'ROLE_MOD_TAB_ADMINCONTACTS_CREATE'),(60,'ROLE_MOD_TAB_ADMINCONTACTS_DELETE'),(58,'ROLE_MOD_TAB_ADMINCONTACTS_READ'),(59,'ROLE_MOD_TAB_ADMINCONTACTS_UPDATE'),(61,'ROLE_MOD_TAB_ADMINCOUNTRIES_CREATE'),(64,'ROLE_MOD_TAB_ADMINCOUNTRIES_DELETE'),(62,'ROLE_MOD_TAB_ADMINCOUNTRIES_READ'),(63,'ROLE_MOD_TAB_ADMINCOUNTRIES_UPDATE'),(65,'ROLE_MOD_TAB_ADMINCURRENCIES_CREATE'),(68,'ROLE_MOD_TAB_ADMINCURRENCIES_DELETE'),(66,'ROLE_MOD_TAB_ADMINCURRENCIES_READ'),(67,'ROLE_MOD_TAB_ADMINCURRENCIES_UPDATE'),(69,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_CREATE'),(72,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_DELETE'),(70,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_READ'),(71,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_UPDATE'),(73,'ROLE_MOD_TAB_ADMINCUSTOMERS_CREATE'),(76,'ROLE_MOD_TAB_ADMINCUSTOMERS_DELETE'),(74,'ROLE_MOD_TAB_ADMINCUSTOMERS_READ'),(75,'ROLE_MOD_TAB_ADMINCUSTOMERS_UPDATE'),(77,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_CREATE'),(80,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_DELETE'),(78,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_READ'),(79,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_UPDATE'),(81,'ROLE_MOD_TAB_ADMINDASHBOARD_CREATE'),(84,'ROLE_MOD_TAB_ADMINDASHBOARD_DELETE'),(82,'ROLE_MOD_TAB_ADMINDASHBOARD_READ'),(83,'ROLE_MOD_TAB_ADMINDASHBOARD_UPDATE'),(489,'ROLE_MOD_TAB_ADMINDASHGOALS_CREATE'),(492,'ROLE_MOD_TAB_ADMINDASHGOALS_DELETE'),(490,'ROLE_MOD_TAB_ADMINDASHGOALS_READ'),(491,'ROLE_MOD_TAB_ADMINDASHGOALS_UPDATE'),(85,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_CREATE'),(88,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_DELETE'),(86,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_READ'),(87,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_UPDATE'),(753,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_CREATE'),(756,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_DELETE'),(754,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_READ'),(755,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_UPDATE'),(89,'ROLE_MOD_TAB_ADMINEMAILS_CREATE'),(92,'ROLE_MOD_TAB_ADMINEMAILS_DELETE'),(90,'ROLE_MOD_TAB_ADMINEMAILS_READ'),(91,'ROLE_MOD_TAB_ADMINEMAILS_UPDATE'),(93,'ROLE_MOD_TAB_ADMINEMPLOYEES_CREATE'),(96,'ROLE_MOD_TAB_ADMINEMPLOYEES_DELETE'),(94,'ROLE_MOD_TAB_ADMINEMPLOYEES_READ'),(95,'ROLE_MOD_TAB_ADMINEMPLOYEES_UPDATE'),(97,'ROLE_MOD_TAB_ADMINFEATURES_CREATE'),(100,'ROLE_MOD_TAB_ADMINFEATURES_DELETE'),(98,'ROLE_MOD_TAB_ADMINFEATURES_READ'),(99,'ROLE_MOD_TAB_ADMINFEATURES_UPDATE'),(733,'ROLE_MOD_TAB_ADMINGAMIFICATION_CREATE'),(736,'ROLE_MOD_TAB_ADMINGAMIFICATION_DELETE'),(734,'ROLE_MOD_TAB_ADMINGAMIFICATION_READ'),(735,'ROLE_MOD_TAB_ADMINGAMIFICATION_UPDATE'),(101,'ROLE_MOD_TAB_ADMINGENDERS_CREATE'),(104,'ROLE_MOD_TAB_ADMINGENDERS_DELETE'),(102,'ROLE_MOD_TAB_ADMINGENDERS_READ'),(103,'ROLE_MOD_TAB_ADMINGENDERS_UPDATE'),(105,'ROLE_MOD_TAB_ADMINGEOLOCATION_CREATE'),(108,'ROLE_MOD_TAB_ADMINGEOLOCATION_DELETE'),(106,'ROLE_MOD_TAB_ADMINGEOLOCATION_READ'),(107,'ROLE_MOD_TAB_ADMINGEOLOCATION_UPDATE'),(793,'ROLE_MOD_TAB_ADMINGRAPHQL_CREATE'),(796,'ROLE_MOD_TAB_ADMINGRAPHQL_DELETE'),(794,'ROLE_MOD_TAB_ADMINGRAPHQL_READ'),(795,'ROLE_MOD_TAB_ADMINGRAPHQL_UPDATE'),(109,'ROLE_MOD_TAB_ADMINGROUPS_CREATE'),(112,'ROLE_MOD_TAB_ADMINGROUPS_DELETE'),(110,'ROLE_MOD_TAB_ADMINGROUPS_READ'),(111,'ROLE_MOD_TAB_ADMINGROUPS_UPDATE'),(113,'ROLE_MOD_TAB_ADMINIMAGES_CREATE'),(116,'ROLE_MOD_TAB_ADMINIMAGES_DELETE'),(114,'ROLE_MOD_TAB_ADMINIMAGES_READ'),(115,'ROLE_MOD_TAB_ADMINIMAGES_UPDATE'),(117,'ROLE_MOD_TAB_ADMINIMPORT_CREATE'),(120,'ROLE_MOD_TAB_ADMINIMPORT_DELETE'),(118,'ROLE_MOD_TAB_ADMINIMPORT_READ'),(119,'ROLE_MOD_TAB_ADMINIMPORT_UPDATE'),(121,'ROLE_MOD_TAB_ADMININFORMATION_CREATE'),(124,'ROLE_MOD_TAB_ADMININFORMATION_DELETE'),(122,'ROLE_MOD_TAB_ADMININFORMATION_READ'),(123,'ROLE_MOD_TAB_ADMININFORMATION_UPDATE'),(125,'ROLE_MOD_TAB_ADMININTERNATIONAL_CREATE'),(128,'ROLE_MOD_TAB_ADMININTERNATIONAL_DELETE'),(126,'ROLE_MOD_TAB_ADMININTERNATIONAL_READ'),(127,'ROLE_MOD_TAB_ADMININTERNATIONAL_UPDATE'),(129,'ROLE_MOD_TAB_ADMININVOICES_CREATE'),(132,'ROLE_MOD_TAB_ADMININVOICES_DELETE'),(130,'ROLE_MOD_TAB_ADMININVOICES_READ'),(131,'ROLE_MOD_TAB_ADMININVOICES_UPDATE'),(133,'ROLE_MOD_TAB_ADMINLANGUAGES_CREATE'),(136,'ROLE_MOD_TAB_ADMINLANGUAGES_DELETE'),(134,'ROLE_MOD_TAB_ADMINLANGUAGES_READ'),(135,'ROLE_MOD_TAB_ADMINLANGUAGES_UPDATE'),(817,'ROLE_MOD_TAB_ADMINLEGACYSTATSMETRICS_CREATE'),(820,'ROLE_MOD_TAB_ADMINLEGACYSTATSMETRICS_DELETE'),(818,'ROLE_MOD_TAB_ADMINLEGACYSTATSMETRICS_READ'),(819,'ROLE_MOD_TAB_ADMINLEGACYSTATSMETRICS_UPDATE'),(137,'ROLE_MOD_TAB_ADMINLINKWIDGET_CREATE'),(140,'ROLE_MOD_TAB_ADMINLINKWIDGET_DELETE'),(138,'ROLE_MOD_TAB_ADMINLINKWIDGET_READ'),(139,'ROLE_MOD_TAB_ADMINLINKWIDGET_UPDATE'),(141,'ROLE_MOD_TAB_ADMINLOCALIZATION_CREATE'),(144,'ROLE_MOD_TAB_ADMINLOCALIZATION_DELETE'),(142,'ROLE_MOD_TAB_ADMINLOCALIZATION_READ'),(143,'ROLE_MOD_TAB_ADMINLOCALIZATION_UPDATE'),(145,'ROLE_MOD_TAB_ADMINLOGS_CREATE'),(148,'ROLE_MOD_TAB_ADMINLOGS_DELETE'),(146,'ROLE_MOD_TAB_ADMINLOGS_READ'),(147,'ROLE_MOD_TAB_ADMINLOGS_UPDATE'),(465,'ROLE_MOD_TAB_ADMINMAILTHEME_CREATE'),(468,'ROLE_MOD_TAB_ADMINMAILTHEME_DELETE'),(466,'ROLE_MOD_TAB_ADMINMAILTHEME_READ'),(467,'ROLE_MOD_TAB_ADMINMAILTHEME_UPDATE'),(149,'ROLE_MOD_TAB_ADMINMAINTENANCE_CREATE'),(152,'ROLE_MOD_TAB_ADMINMAINTENANCE_DELETE'),(150,'ROLE_MOD_TAB_ADMINMAINTENANCE_READ'),(151,'ROLE_MOD_TAB_ADMINMAINTENANCE_UPDATE'),(153,'ROLE_MOD_TAB_ADMINMANUFACTURERS_CREATE'),(156,'ROLE_MOD_TAB_ADMINMANUFACTURERS_DELETE'),(154,'ROLE_MOD_TAB_ADMINMANUFACTURERS_READ'),(155,'ROLE_MOD_TAB_ADMINMANUFACTURERS_UPDATE'),(157,'ROLE_MOD_TAB_ADMINMETA_CREATE'),(160,'ROLE_MOD_TAB_ADMINMETA_DELETE'),(158,'ROLE_MOD_TAB_ADMINMETA_READ'),(159,'ROLE_MOD_TAB_ADMINMETA_UPDATE'),(805,'ROLE_MOD_TAB_ADMINMETRICSSETTINGS_CREATE'),(808,'ROLE_MOD_TAB_ADMINMETRICSSETTINGS_DELETE'),(806,'ROLE_MOD_TAB_ADMINMETRICSSETTINGS_READ'),(807,'ROLE_MOD_TAB_ADMINMETRICSSETTINGS_UPDATE'),(821,'ROLE_MOD_TAB_ADMINMETRICSSTATS_CREATE'),(824,'ROLE_MOD_TAB_ADMINMETRICSSTATS_DELETE'),(822,'ROLE_MOD_TAB_ADMINMETRICSSTATS_READ'),(823,'ROLE_MOD_TAB_ADMINMETRICSSTATS_UPDATE'),(809,'ROLE_MOD_TAB_ADMINMETRICSUPGRADE_CREATE'),(812,'ROLE_MOD_TAB_ADMINMETRICSUPGRADE_DELETE'),(810,'ROLE_MOD_TAB_ADMINMETRICSUPGRADE_READ'),(811,'ROLE_MOD_TAB_ADMINMETRICSUPGRADE_UPDATE'),(473,'ROLE_MOD_TAB_ADMINMODULESCATALOG_CREATE'),(476,'ROLE_MOD_TAB_ADMINMODULESCATALOG_DELETE'),(474,'ROLE_MOD_TAB_ADMINMODULESCATALOG_READ'),(475,'ROLE_MOD_TAB_ADMINMODULESCATALOG_UPDATE'),(469,'ROLE_MOD_TAB_ADMINMODULESMANAGE_CREATE'),(472,'ROLE_MOD_TAB_ADMINMODULESMANAGE_DELETE'),(470,'ROLE_MOD_TAB_ADMINMODULESMANAGE_READ'),(471,'ROLE_MOD_TAB_ADMINMODULESMANAGE_UPDATE'),(173,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_CREATE'),(176,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_DELETE'),(174,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_READ'),(175,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_UPDATE'),(165,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_CREATE'),(168,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_DELETE'),(166,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_READ'),(167,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_UPDATE'),(177,'ROLE_MOD_TAB_ADMINMODULESSF_CREATE'),(180,'ROLE_MOD_TAB_ADMINMODULESSF_DELETE'),(178,'ROLE_MOD_TAB_ADMINMODULESSF_READ'),(179,'ROLE_MOD_TAB_ADMINMODULESSF_UPDATE'),(169,'ROLE_MOD_TAB_ADMINMODULESUPDATES_CREATE'),(172,'ROLE_MOD_TAB_ADMINMODULESUPDATES_DELETE'),(170,'ROLE_MOD_TAB_ADMINMODULESUPDATES_READ'),(171,'ROLE_MOD_TAB_ADMINMODULESUPDATES_UPDATE'),(161,'ROLE_MOD_TAB_ADMINMODULES_CREATE'),(164,'ROLE_MOD_TAB_ADMINMODULES_DELETE'),(162,'ROLE_MOD_TAB_ADMINMODULES_READ'),(163,'ROLE_MOD_TAB_ADMINMODULES_UPDATE'),(789,'ROLE_MOD_TAB_ADMINOAUTHCALLBACK_CREATE'),(792,'ROLE_MOD_TAB_ADMINOAUTHCALLBACK_DELETE'),(790,'ROLE_MOD_TAB_ADMINOAUTHCALLBACK_READ'),(791,'ROLE_MOD_TAB_ADMINOAUTHCALLBACK_UPDATE'),(181,'ROLE_MOD_TAB_ADMINORDERMESSAGE_CREATE'),(184,'ROLE_MOD_TAB_ADMINORDERMESSAGE_DELETE'),(182,'ROLE_MOD_TAB_ADMINORDERMESSAGE_READ'),(183,'ROLE_MOD_TAB_ADMINORDERMESSAGE_UPDATE'),(185,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_CREATE'),(188,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_DELETE'),(186,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_READ'),(187,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_UPDATE'),(189,'ROLE_MOD_TAB_ADMINORDERS_CREATE'),(192,'ROLE_MOD_TAB_ADMINORDERS_DELETE'),(190,'ROLE_MOD_TAB_ADMINORDERS_READ'),(191,'ROLE_MOD_TAB_ADMINORDERS_UPDATE'),(193,'ROLE_MOD_TAB_ADMINOUTSTANDING_CREATE'),(196,'ROLE_MOD_TAB_ADMINOUTSTANDING_DELETE'),(194,'ROLE_MOD_TAB_ADMINOUTSTANDING_READ'),(195,'ROLE_MOD_TAB_ADMINOUTSTANDING_UPDATE'),(197,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_CREATE'),(200,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_DELETE'),(198,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_READ'),(199,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_UPDATE'),(201,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_CREATE'),(204,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_DELETE'),(202,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_READ'),(203,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_UPDATE'),(205,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_CREATE'),(208,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_DELETE'),(206,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_READ'),(207,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_UPDATE'),(213,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_CREATE'),(216,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_DELETE'),(214,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_READ'),(215,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_UPDATE'),(217,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_CREATE'),(220,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_DELETE'),(218,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_READ'),(219,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_UPDATE'),(209,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_CREATE'),(212,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_DELETE'),(210,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_READ'),(211,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_UPDATE'),(221,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_CREATE'),(224,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_DELETE'),(222,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_READ'),(223,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_UPDATE'),(225,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_CREATE'),(228,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_DELETE'),(226,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_READ'),(227,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_UPDATE'),(461,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_CREATE'),(464,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_DELETE'),(462,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_READ'),(463,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_UPDATE'),(229,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_CREATE'),(232,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_DELETE'),(230,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_READ'),(231,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_UPDATE'),(237,'ROLE_MOD_TAB_ADMINPARENTMETA_CREATE'),(240,'ROLE_MOD_TAB_ADMINPARENTMETA_DELETE'),(238,'ROLE_MOD_TAB_ADMINPARENTMETA_READ'),(239,'ROLE_MOD_TAB_ADMINPARENTMETA_UPDATE'),(477,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_CREATE'),(480,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_DELETE'),(478,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_READ'),(479,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_UPDATE'),(233,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_CREATE'),(236,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_DELETE'),(234,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_READ'),(235,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_UPDATE'),(241,'ROLE_MOD_TAB_ADMINPARENTMODULES_CREATE'),(244,'ROLE_MOD_TAB_ADMINPARENTMODULES_DELETE'),(242,'ROLE_MOD_TAB_ADMINPARENTMODULES_READ'),(243,'ROLE_MOD_TAB_ADMINPARENTMODULES_UPDATE'),(245,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_CREATE'),(248,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_DELETE'),(246,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_READ'),(247,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_UPDATE'),(249,'ROLE_MOD_TAB_ADMINPARENTORDERS_CREATE'),(252,'ROLE_MOD_TAB_ADMINPARENTORDERS_DELETE'),(250,'ROLE_MOD_TAB_ADMINPARENTORDERS_READ'),(251,'ROLE_MOD_TAB_ADMINPARENTORDERS_UPDATE'),(253,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_CREATE'),(256,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_DELETE'),(254,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_READ'),(255,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_UPDATE'),(257,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_CREATE'),(260,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_DELETE'),(258,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_READ'),(259,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_UPDATE'),(261,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_CREATE'),(264,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_DELETE'),(262,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_READ'),(263,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_UPDATE'),(265,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_CREATE'),(268,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_DELETE'),(266,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_READ'),(267,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_UPDATE'),(269,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_CREATE'),(272,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_DELETE'),(270,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_READ'),(271,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_UPDATE'),(273,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_CREATE'),(276,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_DELETE'),(274,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_READ'),(275,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_UPDATE'),(277,'ROLE_MOD_TAB_ADMINPARENTSTORES_CREATE'),(280,'ROLE_MOD_TAB_ADMINPARENTSTORES_DELETE'),(278,'ROLE_MOD_TAB_ADMINPARENTSTORES_READ'),(279,'ROLE_MOD_TAB_ADMINPARENTSTORES_UPDATE'),(281,'ROLE_MOD_TAB_ADMINPARENTTAXES_CREATE'),(284,'ROLE_MOD_TAB_ADMINPARENTTAXES_DELETE'),(282,'ROLE_MOD_TAB_ADMINPARENTTAXES_READ'),(283,'ROLE_MOD_TAB_ADMINPARENTTAXES_UPDATE'),(285,'ROLE_MOD_TAB_ADMINPARENTTHEMES_CREATE'),(288,'ROLE_MOD_TAB_ADMINPARENTTHEMES_DELETE'),(286,'ROLE_MOD_TAB_ADMINPARENTTHEMES_READ'),(287,'ROLE_MOD_TAB_ADMINPARENTTHEMES_UPDATE'),(293,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_CREATE'),(296,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_DELETE'),(294,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_READ'),(295,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_UPDATE'),(289,'ROLE_MOD_TAB_ADMINPAYMENT_CREATE'),(292,'ROLE_MOD_TAB_ADMINPAYMENT_DELETE'),(290,'ROLE_MOD_TAB_ADMINPAYMENT_READ'),(291,'ROLE_MOD_TAB_ADMINPAYMENT_UPDATE'),(297,'ROLE_MOD_TAB_ADMINPERFORMANCE_CREATE'),(300,'ROLE_MOD_TAB_ADMINPERFORMANCE_DELETE'),(298,'ROLE_MOD_TAB_ADMINPERFORMANCE_READ'),(299,'ROLE_MOD_TAB_ADMINPERFORMANCE_UPDATE'),(301,'ROLE_MOD_TAB_ADMINPPREFERENCES_CREATE'),(304,'ROLE_MOD_TAB_ADMINPPREFERENCES_DELETE'),(302,'ROLE_MOD_TAB_ADMINPPREFERENCES_READ'),(303,'ROLE_MOD_TAB_ADMINPPREFERENCES_UPDATE'),(305,'ROLE_MOD_TAB_ADMINPREFERENCES_CREATE'),(308,'ROLE_MOD_TAB_ADMINPREFERENCES_DELETE'),(306,'ROLE_MOD_TAB_ADMINPREFERENCES_READ'),(307,'ROLE_MOD_TAB_ADMINPREFERENCES_UPDATE'),(309,'ROLE_MOD_TAB_ADMINPRODUCTS_CREATE'),(312,'ROLE_MOD_TAB_ADMINPRODUCTS_DELETE'),(310,'ROLE_MOD_TAB_ADMINPRODUCTS_READ'),(311,'ROLE_MOD_TAB_ADMINPRODUCTS_UPDATE'),(313,'ROLE_MOD_TAB_ADMINPROFILES_CREATE'),(316,'ROLE_MOD_TAB_ADMINPROFILES_DELETE'),(314,'ROLE_MOD_TAB_ADMINPROFILES_READ'),(315,'ROLE_MOD_TAB_ADMINPROFILES_UPDATE'),(829,'ROLE_MOD_TAB_ADMINPSFACEBOOKMODULE_CREATE'),(832,'ROLE_MOD_TAB_ADMINPSFACEBOOKMODULE_DELETE'),(830,'ROLE_MOD_TAB_ADMINPSFACEBOOKMODULE_READ'),(831,'ROLE_MOD_TAB_ADMINPSFACEBOOKMODULE_UPDATE'),(765,'ROLE_MOD_TAB_ADMINPSMBOADDONS_CREATE'),(768,'ROLE_MOD_TAB_ADMINPSMBOADDONS_DELETE'),(766,'ROLE_MOD_TAB_ADMINPSMBOADDONS_READ'),(767,'ROLE_MOD_TAB_ADMINPSMBOADDONS_UPDATE'),(761,'ROLE_MOD_TAB_ADMINPSMBOMODULE_CREATE'),(764,'ROLE_MOD_TAB_ADMINPSMBOMODULE_DELETE'),(762,'ROLE_MOD_TAB_ADMINPSMBOMODULE_READ'),(763,'ROLE_MOD_TAB_ADMINPSMBOMODULE_UPDATE'),(769,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_CREATE'),(772,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_DELETE'),(770,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_READ'),(771,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_UPDATE'),(773,'ROLE_MOD_TAB_ADMINPSMBOTHEME_CREATE'),(776,'ROLE_MOD_TAB_ADMINPSMBOTHEME_DELETE'),(774,'ROLE_MOD_TAB_ADMINPSMBOTHEME_READ'),(775,'ROLE_MOD_TAB_ADMINPSMBOTHEME_UPDATE'),(629,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_CREATE'),(632,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_DELETE'),(630,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_READ'),(631,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_UPDATE'),(625,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_CREATE'),(628,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_DELETE'),(626,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_READ'),(627,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_UPDATE'),(841,'ROLE_MOD_TAB_ADMINPSXMKTGWITHGOOGLEMODULE_CREATE'),(844,'ROLE_MOD_TAB_ADMINPSXMKTGWITHGOOGLEMODULE_DELETE'),(842,'ROLE_MOD_TAB_ADMINPSXMKTGWITHGOOGLEMODULE_READ'),(843,'ROLE_MOD_TAB_ADMINPSXMKTGWITHGOOGLEMODULE_UPDATE'),(317,'ROLE_MOD_TAB_ADMINREFERRERS_CREATE'),(320,'ROLE_MOD_TAB_ADMINREFERRERS_DELETE'),(318,'ROLE_MOD_TAB_ADMINREFERRERS_READ'),(319,'ROLE_MOD_TAB_ADMINREFERRERS_UPDATE'),(321,'ROLE_MOD_TAB_ADMINREQUESTSQL_CREATE'),(324,'ROLE_MOD_TAB_ADMINREQUESTSQL_DELETE'),(322,'ROLE_MOD_TAB_ADMINREQUESTSQL_READ'),(323,'ROLE_MOD_TAB_ADMINREQUESTSQL_UPDATE'),(325,'ROLE_MOD_TAB_ADMINRETURN_CREATE'),(328,'ROLE_MOD_TAB_ADMINRETURN_DELETE'),(326,'ROLE_MOD_TAB_ADMINRETURN_READ'),(327,'ROLE_MOD_TAB_ADMINRETURN_UPDATE'),(329,'ROLE_MOD_TAB_ADMINSEARCHCONF_CREATE'),(332,'ROLE_MOD_TAB_ADMINSEARCHCONF_DELETE'),(330,'ROLE_MOD_TAB_ADMINSEARCHCONF_READ'),(331,'ROLE_MOD_TAB_ADMINSEARCHCONF_UPDATE'),(333,'ROLE_MOD_TAB_ADMINSEARCHENGINES_CREATE'),(336,'ROLE_MOD_TAB_ADMINSEARCHENGINES_DELETE'),(334,'ROLE_MOD_TAB_ADMINSEARCHENGINES_READ'),(335,'ROLE_MOD_TAB_ADMINSEARCHENGINES_UPDATE'),(337,'ROLE_MOD_TAB_ADMINSHIPPING_CREATE'),(340,'ROLE_MOD_TAB_ADMINSHIPPING_DELETE'),(338,'ROLE_MOD_TAB_ADMINSHIPPING_READ'),(339,'ROLE_MOD_TAB_ADMINSHIPPING_UPDATE'),(341,'ROLE_MOD_TAB_ADMINSHOPGROUP_CREATE'),(344,'ROLE_MOD_TAB_ADMINSHOPGROUP_DELETE'),(342,'ROLE_MOD_TAB_ADMINSHOPGROUP_READ'),(343,'ROLE_MOD_TAB_ADMINSHOPGROUP_UPDATE'),(345,'ROLE_MOD_TAB_ADMINSHOPURL_CREATE'),(348,'ROLE_MOD_TAB_ADMINSHOPURL_DELETE'),(346,'ROLE_MOD_TAB_ADMINSHOPURL_READ'),(347,'ROLE_MOD_TAB_ADMINSHOPURL_UPDATE'),(349,'ROLE_MOD_TAB_ADMINSLIP_CREATE'),(352,'ROLE_MOD_TAB_ADMINSLIP_DELETE'),(350,'ROLE_MOD_TAB_ADMINSLIP_READ'),(351,'ROLE_MOD_TAB_ADMINSLIP_UPDATE'),(353,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_CREATE'),(356,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_DELETE'),(354,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_READ'),(355,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_UPDATE'),(357,'ROLE_MOD_TAB_ADMINSTATES_CREATE'),(360,'ROLE_MOD_TAB_ADMINSTATES_DELETE'),(358,'ROLE_MOD_TAB_ADMINSTATES_READ'),(359,'ROLE_MOD_TAB_ADMINSTATES_UPDATE'),(361,'ROLE_MOD_TAB_ADMINSTATS_CREATE'),(364,'ROLE_MOD_TAB_ADMINSTATS_DELETE'),(362,'ROLE_MOD_TAB_ADMINSTATS_READ'),(363,'ROLE_MOD_TAB_ADMINSTATS_UPDATE'),(365,'ROLE_MOD_TAB_ADMINSTATUSES_CREATE'),(368,'ROLE_MOD_TAB_ADMINSTATUSES_DELETE'),(366,'ROLE_MOD_TAB_ADMINSTATUSES_READ'),(367,'ROLE_MOD_TAB_ADMINSTATUSES_UPDATE'),(373,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_CREATE'),(376,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_DELETE'),(374,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_READ'),(375,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_UPDATE'),(377,'ROLE_MOD_TAB_ADMINSTOCKCOVER_CREATE'),(380,'ROLE_MOD_TAB_ADMINSTOCKCOVER_DELETE'),(378,'ROLE_MOD_TAB_ADMINSTOCKCOVER_READ'),(379,'ROLE_MOD_TAB_ADMINSTOCKCOVER_UPDATE'),(381,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_CREATE'),(384,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_DELETE'),(382,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_READ'),(383,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_UPDATE'),(385,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_CREATE'),(388,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_DELETE'),(386,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_READ'),(387,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_UPDATE'),(389,'ROLE_MOD_TAB_ADMINSTOCKMVT_CREATE'),(392,'ROLE_MOD_TAB_ADMINSTOCKMVT_DELETE'),(390,'ROLE_MOD_TAB_ADMINSTOCKMVT_READ'),(391,'ROLE_MOD_TAB_ADMINSTOCKMVT_UPDATE'),(369,'ROLE_MOD_TAB_ADMINSTOCK_CREATE'),(372,'ROLE_MOD_TAB_ADMINSTOCK_DELETE'),(370,'ROLE_MOD_TAB_ADMINSTOCK_READ'),(371,'ROLE_MOD_TAB_ADMINSTOCK_UPDATE'),(393,'ROLE_MOD_TAB_ADMINSTORES_CREATE'),(396,'ROLE_MOD_TAB_ADMINSTORES_DELETE'),(394,'ROLE_MOD_TAB_ADMINSTORES_READ'),(395,'ROLE_MOD_TAB_ADMINSTORES_UPDATE'),(397,'ROLE_MOD_TAB_ADMINSUPPLIERS_CREATE'),(400,'ROLE_MOD_TAB_ADMINSUPPLIERS_DELETE'),(398,'ROLE_MOD_TAB_ADMINSUPPLIERS_READ'),(399,'ROLE_MOD_TAB_ADMINSUPPLIERS_UPDATE'),(401,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_CREATE'),(404,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_DELETE'),(402,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_READ'),(403,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_UPDATE'),(405,'ROLE_MOD_TAB_ADMINTAGS_CREATE'),(408,'ROLE_MOD_TAB_ADMINTAGS_DELETE'),(406,'ROLE_MOD_TAB_ADMINTAGS_READ'),(407,'ROLE_MOD_TAB_ADMINTAGS_UPDATE'),(409,'ROLE_MOD_TAB_ADMINTAXES_CREATE'),(412,'ROLE_MOD_TAB_ADMINTAXES_DELETE'),(410,'ROLE_MOD_TAB_ADMINTAXES_READ'),(411,'ROLE_MOD_TAB_ADMINTAXES_UPDATE'),(413,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_CREATE'),(416,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_DELETE'),(414,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_READ'),(415,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_UPDATE'),(421,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_CREATE'),(424,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_DELETE'),(422,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_READ'),(423,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_UPDATE'),(621,'ROLE_MOD_TAB_ADMINTHEMESPARENT_CREATE'),(624,'ROLE_MOD_TAB_ADMINTHEMESPARENT_DELETE'),(622,'ROLE_MOD_TAB_ADMINTHEMESPARENT_READ'),(623,'ROLE_MOD_TAB_ADMINTHEMESPARENT_UPDATE'),(417,'ROLE_MOD_TAB_ADMINTHEMES_CREATE'),(420,'ROLE_MOD_TAB_ADMINTHEMES_DELETE'),(418,'ROLE_MOD_TAB_ADMINTHEMES_READ'),(419,'ROLE_MOD_TAB_ADMINTHEMES_UPDATE'),(425,'ROLE_MOD_TAB_ADMINTRACKING_CREATE'),(428,'ROLE_MOD_TAB_ADMINTRACKING_DELETE'),(426,'ROLE_MOD_TAB_ADMINTRACKING_READ'),(427,'ROLE_MOD_TAB_ADMINTRACKING_UPDATE'),(429,'ROLE_MOD_TAB_ADMINTRANSLATIONS_CREATE'),(432,'ROLE_MOD_TAB_ADMINTRANSLATIONS_DELETE'),(430,'ROLE_MOD_TAB_ADMINTRANSLATIONS_READ'),(431,'ROLE_MOD_TAB_ADMINTRANSLATIONS_UPDATE'),(433,'ROLE_MOD_TAB_ADMINWAREHOUSES_CREATE'),(436,'ROLE_MOD_TAB_ADMINWAREHOUSES_DELETE'),(434,'ROLE_MOD_TAB_ADMINWAREHOUSES_READ'),(435,'ROLE_MOD_TAB_ADMINWAREHOUSES_UPDATE'),(437,'ROLE_MOD_TAB_ADMINWEBSERVICE_CREATE'),(440,'ROLE_MOD_TAB_ADMINWEBSERVICE_DELETE'),(438,'ROLE_MOD_TAB_ADMINWEBSERVICE_READ'),(439,'ROLE_MOD_TAB_ADMINWEBSERVICE_UPDATE'),(729,'ROLE_MOD_TAB_ADMINWELCOME_CREATE'),(732,'ROLE_MOD_TAB_ADMINWELCOME_DELETE'),(730,'ROLE_MOD_TAB_ADMINWELCOME_READ'),(731,'ROLE_MOD_TAB_ADMINWELCOME_UPDATE'),(441,'ROLE_MOD_TAB_ADMINZONES_CREATE'),(444,'ROLE_MOD_TAB_ADMINZONES_DELETE'),(442,'ROLE_MOD_TAB_ADMINZONES_READ'),(443,'ROLE_MOD_TAB_ADMINZONES_UPDATE'),(445,'ROLE_MOD_TAB_CONFIGURE_CREATE'),(448,'ROLE_MOD_TAB_CONFIGURE_DELETE'),(446,'ROLE_MOD_TAB_CONFIGURE_READ'),(447,'ROLE_MOD_TAB_CONFIGURE_UPDATE'),(449,'ROLE_MOD_TAB_IMPROVE_CREATE'),(452,'ROLE_MOD_TAB_IMPROVE_DELETE'),(450,'ROLE_MOD_TAB_IMPROVE_READ'),(451,'ROLE_MOD_TAB_IMPROVE_UPDATE'),(825,'ROLE_MOD_TAB_MARKETING_CREATE'),(828,'ROLE_MOD_TAB_MARKETING_DELETE'),(826,'ROLE_MOD_TAB_MARKETING_READ'),(827,'ROLE_MOD_TAB_MARKETING_UPDATE'),(453,'ROLE_MOD_TAB_SELL_CREATE'),(456,'ROLE_MOD_TAB_SELL_DELETE'),(454,'ROLE_MOD_TAB_SELL_READ'),(455,'ROLE_MOD_TAB_SELL_UPDATE'),(457,'ROLE_MOD_TAB_SHOPPARAMETERS_CREATE'),(460,'ROLE_MOD_TAB_SHOPPARAMETERS_DELETE'),(458,'ROLE_MOD_TAB_SHOPPARAMETERS_READ'),(459,'ROLE_MOD_TAB_SHOPPARAMETERS_UPDATE'); -/*!40000 ALTER TABLE `ps_authorization_role` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_badge` --- - -DROP TABLE IF EXISTS `ps_badge`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_badge` ( - `id_badge` int(11) NOT NULL AUTO_INCREMENT, - `id_ps_badge` int(11) NOT NULL, - `type` varchar(32) NOT NULL, - `id_group` int(11) NOT NULL, - `group_position` int(11) NOT NULL, - `scoring` int(11) NOT NULL, - `awb` int(11) DEFAULT '0', - `validated` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_badge`) -) ENGINE=InnoDB AUTO_INCREMENT=235 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_badge` --- - -LOCK TABLES `ps_badge` WRITE; -/*!40000 ALTER TABLE `ps_badge` DISABLE KEYS */; -INSERT INTO `ps_badge` VALUES (1,159,'feature',41,1,5,1,0),(2,160,'feature',41,2,10,1,0),(3,161,'feature',41,3,15,1,0),(4,162,'feature',41,4,20,1,0),(5,163,'feature',41,1,5,1,0),(6,164,'feature',41,2,10,1,0),(7,165,'feature',41,3,15,1,0),(8,166,'feature',41,4,20,1,0),(9,195,'feature',41,1,5,1,0),(10,196,'feature',41,2,10,1,0),(11,229,'feature',41,1,5,1,0),(12,230,'feature',41,2,10,1,0),(13,231,'feature',41,3,15,1,0),(14,232,'feature',41,4,20,1,0),(15,233,'feature',41,1,5,1,0),(16,234,'feature',41,2,10,1,0),(17,235,'feature',41,3,15,1,0),(18,236,'feature',41,4,20,1,0),(19,241,'feature',41,1,5,1,0),(20,242,'feature',41,2,10,1,0),(21,243,'feature',41,3,15,1,0),(22,244,'feature',41,4,20,1,0),(23,249,'feature',41,1,5,1,0),(24,250,'feature',41,2,10,1,0),(25,251,'feature',41,3,15,1,0),(26,252,'feature',41,4,20,1,0),(27,253,'feature',41,1,5,1,0),(28,254,'feature',41,2,10,1,0),(29,255,'feature',41,3,15,1,0),(30,256,'feature',41,4,20,1,0),(31,261,'feature',41,1,5,1,0),(32,262,'feature',41,2,10,1,0),(33,269,'feature',41,1,5,1,0),(34,270,'feature',41,2,10,1,0),(35,271,'feature',41,3,15,1,0),(36,272,'feature',41,4,20,1,0),(37,273,'feature',41,1,5,1,0),(38,274,'feature',41,2,10,1,0),(39,275,'feature',41,3,15,1,0),(40,276,'feature',41,4,20,1,0),(41,277,'feature',41,1,5,1,0),(42,278,'feature',41,2,10,1,0),(43,279,'feature',41,3,15,1,0),(44,280,'feature',41,4,20,1,0),(45,281,'feature',41,1,5,1,0),(46,282,'feature',41,2,10,1,0),(47,283,'feature',41,3,15,1,0),(48,284,'feature',41,4,20,1,0),(49,285,'feature',41,1,5,1,0),(50,286,'feature',41,2,10,1,0),(51,287,'feature',41,3,15,1,0),(52,288,'feature',41,4,20,1,0),(53,289,'feature',41,1,5,1,0),(54,290,'feature',41,2,10,1,0),(55,291,'feature',41,3,15,1,0),(56,292,'feature',41,4,20,1,0),(57,293,'feature',41,1,5,1,0),(58,294,'feature',41,2,10,1,0),(59,295,'feature',41,3,15,1,0),(60,296,'feature',41,4,20,1,0),(61,297,'feature',41,1,5,1,0),(62,298,'feature',41,2,10,1,0),(63,299,'feature',41,3,15,1,0),(64,300,'feature',41,4,20,1,0),(65,301,'feature',41,1,5,1,0),(66,302,'feature',41,2,10,1,0),(67,303,'feature',41,3,15,1,0),(68,304,'feature',41,4,20,1,0),(69,305,'feature',41,1,5,1,0),(70,306,'feature',41,2,10,1,0),(71,307,'feature',41,3,15,1,0),(72,308,'feature',41,4,20,1,0),(73,309,'feature',41,1,5,1,0),(74,310,'feature',41,2,10,1,0),(75,311,'feature',41,3,15,1,0),(76,312,'feature',41,4,20,1,0),(77,313,'feature',41,1,5,1,0),(78,314,'feature',41,2,10,1,0),(79,315,'feature',41,3,15,1,0),(80,316,'feature',41,4,20,1,0),(81,317,'feature',41,1,5,1,0),(82,318,'feature',41,2,10,1,0),(83,319,'feature',41,3,15,1,0),(84,320,'feature',41,4,20,1,0),(85,321,'feature',41,1,5,1,0),(86,322,'feature',41,2,10,1,0),(87,323,'feature',41,3,15,1,0),(88,324,'feature',41,4,20,1,0),(89,325,'feature',41,1,5,1,0),(90,326,'feature',41,2,10,1,0),(91,327,'feature',41,3,15,1,0),(92,328,'feature',41,4,20,1,0),(93,329,'feature',41,1,5,1,0),(94,330,'feature',41,2,10,1,0),(95,331,'feature',41,3,15,1,0),(96,332,'feature',41,4,20,1,0),(97,333,'feature',41,1,5,1,0),(98,334,'feature',41,2,10,1,0),(99,335,'feature',41,3,15,1,0),(100,336,'feature',41,4,20,1,0),(101,337,'feature',41,1,5,1,0),(102,338,'feature',41,2,10,1,0),(103,339,'feature',41,3,15,1,0),(104,340,'feature',41,4,20,1,0),(105,341,'feature',41,1,5,1,0),(106,342,'feature',41,2,10,1,0),(107,343,'feature',41,3,15,1,0),(108,344,'feature',41,4,20,1,0),(109,345,'feature',41,1,5,1,0),(110,346,'feature',41,2,10,1,0),(111,347,'feature',41,3,15,1,0),(112,348,'feature',41,4,20,1,0),(113,349,'feature',41,1,5,1,0),(114,350,'feature',41,2,10,1,0),(115,351,'feature',41,3,15,1,0),(116,352,'feature',41,4,20,1,0),(117,353,'feature',41,1,5,1,0),(118,354,'feature',41,2,10,1,0),(119,355,'feature',41,3,15,1,0),(120,356,'feature',41,4,20,1,0),(121,357,'feature',41,1,5,1,0),(122,358,'feature',41,2,10,1,0),(123,359,'feature',41,3,15,1,0),(124,360,'feature',41,4,20,1,0),(125,1,'feature',1,1,10,0,1),(126,2,'feature',2,1,10,0,0),(127,3,'feature',2,2,15,0,0),(128,4,'feature',3,1,15,0,0),(129,5,'feature',3,2,15,0,0),(130,6,'feature',4,1,15,0,1),(131,7,'feature',4,2,15,0,1),(132,8,'feature',5,1,5,0,0),(133,9,'feature',5,2,10,0,0),(134,10,'feature',6,1,15,0,0),(135,11,'feature',6,2,10,0,0),(136,12,'feature',6,3,10,0,0),(137,13,'feature',5,3,10,0,0),(138,14,'feature',5,4,15,0,0),(139,15,'feature',5,5,20,0,0),(140,16,'feature',5,6,20,0,0),(141,17,'achievement',7,1,5,0,1),(142,18,'achievement',7,2,10,0,0),(143,19,'feature',8,1,15,0,1),(144,20,'feature',8,2,15,0,0),(145,21,'feature',9,1,15,0,0),(146,22,'feature',10,1,10,0,1),(147,23,'feature',10,2,10,0,1),(148,24,'feature',10,3,10,0,0),(149,25,'feature',10,4,10,0,0),(150,26,'feature',10,5,10,0,0),(151,27,'feature',4,3,10,0,0),(152,28,'feature',3,3,10,0,0),(153,29,'achievement',11,1,5,0,0),(154,30,'achievement',11,2,10,0,0),(155,31,'achievement',11,3,15,0,0),(156,32,'achievement',11,4,20,0,0),(157,33,'achievement',11,5,25,0,0),(158,34,'achievement',11,6,30,0,0),(159,35,'achievement',7,3,15,0,0),(160,36,'achievement',7,4,20,0,0),(161,37,'achievement',7,5,25,0,0),(162,38,'achievement',7,6,30,0,0),(163,39,'achievement',12,1,5,0,0),(164,40,'achievement',12,2,10,0,0),(165,41,'achievement',12,3,15,0,0),(166,42,'achievement',12,4,20,0,0),(167,43,'achievement',12,5,25,0,0),(168,44,'achievement',12,6,30,0,0),(169,45,'achievement',13,1,5,0,0),(170,46,'achievement',13,2,10,0,0),(171,47,'achievement',13,3,15,0,0),(172,48,'achievement',13,4,20,0,0),(173,49,'achievement',13,5,25,0,0),(174,50,'achievement',13,6,30,0,0),(175,51,'achievement',14,1,5,0,0),(176,52,'achievement',14,2,10,0,0),(177,53,'achievement',14,3,15,0,0),(178,54,'achievement',14,4,20,0,0),(179,55,'achievement',14,5,25,0,0),(180,56,'achievement',14,6,30,0,0),(181,57,'achievement',15,1,5,0,0),(182,58,'achievement',15,2,10,0,0),(183,59,'achievement',15,3,15,0,0),(184,60,'achievement',15,4,20,0,0),(185,61,'achievement',15,5,25,0,0),(186,62,'achievement',15,6,30,0,0),(187,63,'achievement',16,1,5,0,1),(188,64,'achievement',16,2,10,0,0),(189,65,'achievement',16,3,15,0,0),(190,66,'achievement',16,4,20,0,0),(191,67,'achievement',16,5,25,0,0),(192,68,'achievement',16,6,30,0,0),(193,74,'international',22,1,10,0,0),(194,75,'international',23,1,10,0,0),(195,83,'international',31,1,10,0,0),(196,84,'international',25,1,10,0,0),(197,85,'international',32,1,10,0,0),(198,86,'international',33,1,10,0,0),(199,87,'international',34,1,10,0,0),(200,88,'feature',35,1,5,0,0),(201,89,'feature',35,2,10,0,0),(202,90,'feature',35,3,10,0,0),(203,91,'feature',35,4,10,0,0),(204,92,'feature',35,5,10,0,0),(205,93,'feature',35,6,10,0,0),(206,94,'feature',36,1,5,0,0),(207,95,'feature',36,2,5,0,0),(208,96,'feature',36,3,10,0,0),(209,97,'feature',36,4,10,0,0),(210,98,'feature',36,5,20,0,0),(211,99,'feature',36,6,20,0,0),(212,100,'feature',8,3,15,0,0),(213,101,'achievement',37,1,5,0,0),(214,102,'achievement',37,2,5,0,0),(215,103,'achievement',37,3,10,0,0),(216,104,'achievement',37,4,10,0,0),(217,105,'achievement',37,5,15,0,0),(218,106,'achievement',37,6,15,0,0),(219,107,'achievement',38,1,10,0,0),(220,108,'achievement',38,2,10,0,0),(221,109,'achievement',38,3,15,0,0),(222,110,'achievement',38,4,20,0,0),(223,111,'achievement',38,5,25,0,0),(224,112,'achievement',38,6,30,0,0),(225,113,'achievement',39,1,10,0,0),(226,114,'achievement',39,2,20,0,0),(227,115,'achievement',39,3,30,0,0),(228,116,'achievement',39,4,40,0,0),(229,117,'achievement',39,5,50,0,0),(230,118,'achievement',39,6,50,0,0),(231,119,'feature',40,1,10,0,0),(232,120,'feature',40,2,15,0,0),(233,121,'feature',40,3,20,0,0),(234,122,'feature',40,4,25,0,0); -/*!40000 ALTER TABLE `ps_badge` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_badge_lang` --- - -DROP TABLE IF EXISTS `ps_badge_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_badge_lang` ( - `id_badge` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(64) DEFAULT NULL, - `description` varchar(255) DEFAULT NULL, - `group_name` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_badge`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_badge_lang` --- - -LOCK TABLES `ps_badge_lang` WRITE; -/*!40000 ALTER TABLE `ps_badge_lang` DISABLE KEYS */; -INSERT INTO `ps_badge_lang` VALUES (1,1,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,2,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,3,'Shopgate installed','You have installed the Shopgate module','Partners'),(2,1,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,2,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,3,'Shopgate configured','You have configured the Shopgate module','Partners'),(3,1,'Shopgate active','Your Shopgate module is active','Partners'),(3,2,'Shopgate active','Your Shopgate module is active','Partners'),(3,3,'Shopgate active','Your Shopgate module is active','Partners'),(4,1,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,2,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,3,'Shopgate very active','Your Shopgate module is very active','Partners'),(5,1,'Skrill installed','You have installed the Skrill module','Partners'),(5,2,'Skrill installed','You have installed the Skrill module','Partners'),(5,3,'Skrill installed','You have installed the Skrill module','Partners'),(6,1,'Skrill configured','You have configured the Skrill module','Partners'),(6,2,'Skrill configured','You have configured the Skrill module','Partners'),(6,3,'Skrill configured','You have configured the Skrill module','Partners'),(7,1,'Skrill active','Your Skrill module is active','Partners'),(7,2,'Skrill active','Your Skrill module is active','Partners'),(7,3,'Skrill active','Your Skrill module is active','Partners'),(8,1,'Skrill very active','Your Skrill module is very active','Partners'),(8,2,'Skrill very active','Your Skrill module is very active','Partners'),(8,3,'Skrill very active','Your Skrill module is very active','Partners'),(9,1,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,2,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,3,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(10,1,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,2,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,3,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(11,1,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,2,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,3,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(12,1,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,2,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,3,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(13,1,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,2,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,3,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(14,1,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,2,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,3,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(15,1,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,2,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,3,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(16,1,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,2,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,3,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(17,1,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,2,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,3,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(18,1,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,2,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,3,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(19,1,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,2,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,3,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(20,1,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,2,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,3,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(21,1,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,2,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,3,'Blue Pay active','Your Blue Pay module is active','Partners'),(22,1,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,2,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,3,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(23,1,'Ebay installed','You have installed the Ebay module','Partners'),(23,2,'Ebay installed','You have installed the Ebay module','Partners'),(23,3,'Ebay installed','You have installed the Ebay module','Partners'),(24,1,'Ebay configured','You have configured the Ebay module','Partners'),(24,2,'Ebay configured','You have configured the Ebay module','Partners'),(24,3,'Ebay configured','You have configured the Ebay module','Partners'),(25,1,'Ebay active','Your Ebay module is active','Partners'),(25,2,'Ebay active','Your Ebay module is active','Partners'),(25,3,'Ebay active','Your Ebay module is active','Partners'),(26,1,'Ebay very active','Your Ebay module is very active','Partners'),(26,2,'Ebay very active','Your Ebay module is very active','Partners'),(26,3,'Ebay very active','Your Ebay module is very active','Partners'),(27,1,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,2,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,3,'PayPlug installed','You have installed the PayPlug module','Partners'),(28,1,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,2,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,3,'PayPlug configured','You have configured the PayPlug module','Partners'),(29,1,'PayPlug active','Your PayPlug module is active','Partners'),(29,2,'PayPlug active','Your PayPlug module is active','Partners'),(29,3,'PayPlug active','Your PayPlug module is active','Partners'),(30,1,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,2,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,3,'PayPlug very active','Your PayPlug module is very active','Partners'),(31,1,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,2,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,3,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(32,1,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,2,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,3,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(33,1,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,2,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,3,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(34,1,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,2,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,3,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(35,1,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,2,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,3,'DPD Poland active','Your DPD Poland module is active','Partners'),(36,1,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,2,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,3,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(37,1,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,2,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,3,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(38,1,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,2,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,3,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(39,1,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,2,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,3,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(40,1,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,2,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,3,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(41,1,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,2,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,3,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(42,1,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,2,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,3,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(43,1,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,2,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,3,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(44,1,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,2,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,3,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(45,1,'Clickline installed','You have installed the Clickline module','Partners'),(45,2,'Clickline installed','You have installed the Clickline module','Partners'),(45,3,'Clickline installed','You have installed the Clickline module','Partners'),(46,1,'Clickline configured','You have configured the Clickline module','Partners'),(46,2,'Clickline configured','You have configured the Clickline module','Partners'),(46,3,'Clickline configured','You have configured the Clickline module','Partners'),(47,1,'Clickline active','Your Clickline module is active','Partners'),(47,2,'Clickline active','Your Clickline module is active','Partners'),(47,3,'Clickline active','Your Clickline module is active','Partners'),(48,1,'Clickline very active','Your Clickline module is very active','Partners'),(48,2,'Clickline very active','Your Clickline module is very active','Partners'),(48,3,'Clickline very active','Your Clickline module is very active','Partners'),(49,1,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,2,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,3,'CDiscount installed','You have installed the CDiscount module','Partners'),(50,1,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,2,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,3,'CDiscount configured','You have configured the CDiscount module','Partners'),(51,1,'CDiscount active','Your CDiscount module is active','Partners'),(51,2,'CDiscount active','Your CDiscount module is active','Partners'),(51,3,'CDiscount active','Your CDiscount module is active','Partners'),(52,1,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,2,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,3,'CDiscount very active','Your CDiscount module is very active','Partners'),(53,1,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,2,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,3,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(54,1,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,2,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,3,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(55,1,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,2,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,3,'illicoPresta active','Your illicoPresta module is active','Partners'),(56,1,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,2,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,3,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(57,1,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,2,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,3,'NetReviews installed','You have installed the NetReviews module','Partners'),(58,1,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,2,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,3,'NetReviews configured','You have configured the NetReviews module','Partners'),(59,1,'NetReviews active','Your NetReviews module is active','Partners'),(59,2,'NetReviews active','Your NetReviews module is active','Partners'),(59,3,'NetReviews active','Your NetReviews module is active','Partners'),(60,1,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,2,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,3,'NetReviews very active','Your NetReviews module is very active','Partners'),(61,1,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,2,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,3,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(62,1,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,2,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,3,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(63,1,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,2,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,3,'Bluesnap active','Your Bluesnap module is active','Partners'),(64,1,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,2,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,3,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(65,1,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,2,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,3,'Desjardins installed','You have installed the Desjardins module','Partners'),(66,1,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,2,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,3,'Desjardins configured','You have configured the Desjardins module','Partners'),(67,1,'Desjardins active','Your Desjardins module is active','Partners'),(67,2,'Desjardins active','Your Desjardins module is active','Partners'),(67,3,'Desjardins active','Your Desjardins module is active','Partners'),(68,1,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,2,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,3,'Desjardins very active','Your Desjardins module is very active','Partners'),(69,1,'First Data installed','You have installed the First Data module','Partners'),(69,2,'First Data installed','You have installed the First Data module','Partners'),(69,3,'First Data installed','You have installed the First Data module','Partners'),(70,1,'First Data configured','You have configured the First Data module','Partners'),(70,2,'First Data configured','You have configured the First Data module','Partners'),(70,3,'First Data configured','You have configured the First Data module','Partners'),(71,1,'First Data active','Your First Data module is active','Partners'),(71,2,'First Data active','Your First Data module is active','Partners'),(71,3,'First Data active','Your First Data module is active','Partners'),(72,1,'First Data very active','Your First Data module is very active','Partners'),(72,2,'First Data very active','Your First Data module is very active','Partners'),(72,3,'First Data very active','Your First Data module is very active','Partners'),(73,1,'Give.it installed','You have installed the Give.it module','Partners'),(73,2,'Give.it installed','You have installed the Give.it module','Partners'),(73,3,'Give.it installed','You have installed the Give.it module','Partners'),(74,1,'Give.it configured','You have configured the Give.it module','Partners'),(74,2,'Give.it configured','You have configured the Give.it module','Partners'),(74,3,'Give.it configured','You have configured the Give.it module','Partners'),(75,1,'Give.it active','Your Give.it module is active','Partners'),(75,2,'Give.it active','Your Give.it module is active','Partners'),(75,3,'Give.it active','Your Give.it module is active','Partners'),(76,1,'Give.it very active','Your Give.it module is very active','Partners'),(76,2,'Give.it very active','Your Give.it module is very active','Partners'),(76,3,'Give.it very active','Your Give.it module is very active','Partners'),(77,1,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,2,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,3,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(78,1,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,2,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,3,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(79,1,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,2,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,3,'Google Analytics active','Your Google Analytics module is active','Partners'),(80,1,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,2,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,3,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(81,1,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,2,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,3,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(82,1,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,2,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,3,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(83,1,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,2,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,3,'PagSeguro active','Your PagSeguro module is active','Partners'),(84,1,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,2,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,3,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(85,1,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,2,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,3,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(86,1,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,2,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,3,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(87,1,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,2,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,3,'Paypal MX active','Your Paypal MX module is active','Partners'),(88,1,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,2,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,3,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(89,1,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,2,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,3,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(90,1,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,2,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,3,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(91,1,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,2,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,3,'Paypal USA active','Your Paypal USA module is active','Partners'),(92,1,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,2,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,3,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(93,1,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,2,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,3,'PayULatam installed','You have installed the PayULatam module','Partners'),(94,1,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,2,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,3,'PayULatam configured','You have configured the PayULatam module','Partners'),(95,1,'PayULatam active','Your PayULatam module is active','Partners'),(95,2,'PayULatam active','Your PayULatam module is active','Partners'),(95,3,'PayULatam active','Your PayULatam module is active','Partners'),(96,1,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,2,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,3,'PayULatam very active','Your PayULatam module is very active','Partners'),(97,1,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,2,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,3,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(98,1,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,2,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,3,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(99,1,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,2,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,3,'PrestaStats active','Your PrestaStats module is active','Partners'),(100,1,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,2,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,3,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(101,1,'Riskified installed','You have installed the Riskified module','Partners'),(101,2,'Riskified installed','You have installed the Riskified module','Partners'),(101,3,'Riskified installed','You have installed the Riskified module','Partners'),(102,1,'Riskified configured','You have configured the Riskified module','Partners'),(102,2,'Riskified configured','You have configured the Riskified module','Partners'),(102,3,'Riskified configured','You have configured the Riskified module','Partners'),(103,1,'Riskified active','Your Riskified module is active','Partners'),(103,2,'Riskified active','Your Riskified module is active','Partners'),(103,3,'Riskified active','Your Riskified module is active','Partners'),(104,1,'Riskified very active','Your Riskified module is very active','Partners'),(104,2,'Riskified very active','Your Riskified module is very active','Partners'),(104,3,'Riskified very active','Your Riskified module is very active','Partners'),(105,1,'Simplify installed','You have installed the Simplify module','Partners'),(105,2,'Simplify installed','You have installed the Simplify module','Partners'),(105,3,'Simplify installed','You have installed the Simplify module','Partners'),(106,1,'Simplify configured','You have configured the Simplify module','Partners'),(106,2,'Simplify configured','You have configured the Simplify module','Partners'),(106,3,'Simplify configured','You have configured the Simplify module','Partners'),(107,1,'Simplify active','Your Simplify module is active','Partners'),(107,2,'Simplify active','Your Simplify module is active','Partners'),(107,3,'Simplify active','Your Simplify module is active','Partners'),(108,1,'Simplify very active','Your Simplify module is very active','Partners'),(108,2,'Simplify very active','Your Simplify module is very active','Partners'),(108,3,'Simplify very active','Your Simplify module is very active','Partners'),(109,1,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,2,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,3,'VTPayment installed','You have installed the VTPayment module','Partners'),(110,1,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,2,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,3,'VTPayment configured','You have configured the VTPayment module','Partners'),(111,1,'VTPayment active','Your VTPayment module is active','Partners'),(111,2,'VTPayment active','Your VTPayment module is active','Partners'),(111,3,'VTPayment active','Your VTPayment module is active','Partners'),(112,1,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,2,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,3,'VTPayment very active','Your VTPayment module is very active','Partners'),(113,1,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,2,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,3,'Yotpo installed','You have installed the Yotpo module','Partners'),(114,1,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,2,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,3,'Yotpo configured','You have configured the Yotpo module','Partners'),(115,1,'Yotpo active','Your Yotpo module is active','Partners'),(115,2,'Yotpo active','Your Yotpo module is active','Partners'),(115,3,'Yotpo active','Your Yotpo module is active','Partners'),(116,1,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,2,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,3,'Yotpo very active','Your Yotpo module is very active','Partners'),(117,1,'Youstice installed','You have installed the Youstice module','Partners'),(117,2,'Youstice installed','You have installed the Youstice module','Partners'),(117,3,'Youstice installed','You have installed the Youstice module','Partners'),(118,1,'Youstice configured','You have configured the Youstice module','Partners'),(118,2,'Youstice configured','You have configured the Youstice module','Partners'),(118,3,'Youstice configured','You have configured the Youstice module','Partners'),(119,1,'Youstice active','Your Youstice module is active','Partners'),(119,2,'Youstice active','Your Youstice module is active','Partners'),(119,3,'Youstice active','Your Youstice module is active','Partners'),(120,1,'Youstice very active','Your Youstice module is very active','Partners'),(120,2,'Youstice very active','Your Youstice module is very active','Partners'),(120,3,'Youstice very active','Your Youstice module is very active','Partners'),(121,1,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,2,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,3,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(122,1,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,2,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,3,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(123,1,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,2,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,3,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(124,1,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,2,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,3,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(125,1,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,2,'SEO','',''),(125,3,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(126,1,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,2,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,3,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(127,1,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,2,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,3,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(128,1,'Payment','You configured a payment solution on your shop.','Payment'),(128,2,'Payment','You configured a payment solution on your shop.','Payment'),(128,3,'Payment','You configured a payment solution on your shop.','Payment'),(129,1,'Payment','You offer two different payment methods to your customers.','Payment'),(129,2,'Payment','You offer two different payment methods to your customers.','Payment'),(129,3,'Payment','You offer two different payment methods to your customers.','Payment'),(130,1,'Shipping','You configured a carrier on your shop.','Shipping'),(130,2,'Shipping','',''),(130,3,'Shipping','You configured a carrier on your shop.','Shipping'),(131,1,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,2,'Shipping','',''),(131,3,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(132,1,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,2,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,3,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(133,1,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,2,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,3,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(134,1,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,2,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,3,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(135,1,'Contact information','You added a third email address to your contact form.','Contact information'),(135,2,'Contact information','You added a third email address to your contact form.','Contact information'),(135,3,'Contact information','You added a third email address to your contact form.','Contact information'),(136,1,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,2,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,3,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(137,1,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,2,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,3,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(138,1,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,2,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,3,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(139,1,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,2,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,3,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(140,1,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,2,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,3,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(141,1,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,2,'Days of Experience','',''),(141,3,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(142,1,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,2,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,3,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(143,1,'Customization','You uploaded your own logo.','Customization'),(143,2,'Customization','',''),(143,3,'Customization','You uploaded your own logo.','Customization'),(144,1,'Customization','You installed a new template.','Customization'),(144,2,'Customization','You installed a new template.','Customization'),(144,3,'Customization','You installed a new template.','Customization'),(145,1,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,2,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,3,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(146,1,'Multistores','You enabled the Multistores feature.','Multistores'),(146,2,'Multistores','',''),(146,3,'Multistores','You enabled the Multistores feature.','Multistores'),(147,1,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,2,'Multistores','',''),(147,3,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(148,1,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,2,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,3,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(149,1,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,2,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,3,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(150,1,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,2,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,3,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(151,1,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,2,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,3,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(152,1,'Payment','You offer three different payment methods to your customers.','Payment'),(152,2,'Payment','You offer three different payment methods to your customers.','Payment'),(152,3,'Payment','You offer three different payment methods to your customers.','Payment'),(153,1,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,2,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,3,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(154,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,2,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,2,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(156,1,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,2,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,3,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(157,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,2,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,2,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(159,1,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,2,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,3,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(160,1,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,2,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,3,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(161,1,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,2,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,3,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(162,1,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,2,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,3,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(163,1,'Visitors','You reached 10 visitors!','Visitors'),(163,2,'Visitors','You reached 10 visitors!','Visitors'),(163,3,'Visitors','You reached 10 visitors!','Visitors'),(164,1,'Visitors','You reached 100 visitors!','Visitors'),(164,2,'Visitors','You reached 100 visitors!','Visitors'),(164,3,'Visitors','You reached 100 visitors!','Visitors'),(165,1,'Visitors','You reached 1,000 visitors!','Visitors'),(165,2,'Visitors','You reached 1,000 visitors!','Visitors'),(165,3,'Visitors','You reached 1,000 visitors!','Visitors'),(166,1,'Visitors','You reached 10,000 visitors!','Visitors'),(166,2,'Visitors','You reached 10,000 visitors!','Visitors'),(166,3,'Visitors','You reached 10,000 visitors!','Visitors'),(167,1,'Visitors','You reached 100,000 visitors!','Visitors'),(167,2,'Visitors','You reached 100,000 visitors!','Visitors'),(167,3,'Visitors','You reached 100,000 visitors!','Visitors'),(168,1,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,2,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,3,'Visitors','You reached 1,000,000 visitors!','Visitors'),(169,1,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,2,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,3,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(170,1,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,2,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,3,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(171,1,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,2,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,3,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(172,1,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,2,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,3,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(173,1,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,2,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,3,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(174,1,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,2,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,3,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(175,1,'Orders','You received your first order.','Orders'),(175,2,'Orders','You received your first order.','Orders'),(175,3,'Orders','You received your first order.','Orders'),(176,1,'Orders','10 orders have been placed through your online shop.','Orders'),(176,2,'Orders','10 orders have been placed through your online shop.','Orders'),(176,3,'Orders','10 orders have been placed through your online shop.','Orders'),(177,1,'Orders','You received 100 orders through your online shop!','Orders'),(177,2,'Orders','You received 100 orders through your online shop!','Orders'),(177,3,'Orders','You received 100 orders through your online shop!','Orders'),(178,1,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,2,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,3,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(179,1,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,2,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,3,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(180,1,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,2,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,3,'Orders','You received 100,000 orders through your online shop!','Orders'),(181,1,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,2,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,3,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(182,1,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,2,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,3,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(183,1,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,2,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,3,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(184,1,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,2,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,3,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(185,1,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,2,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,3,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(186,1,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,2,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,3,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(187,1,'Customers','You got the first customer registered on your shop!','Customers'),(187,2,'Customers','',''),(187,3,'Customers','You got the first customer registered on your shop!','Customers'),(188,1,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,2,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,3,'Customers','You have over 10 customers registered on your shop.','Customers'),(189,1,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,2,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,3,'Customers','You have over 100 customers registered on your shop.','Customers'),(190,1,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,2,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,3,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(191,1,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,2,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,3,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(192,1,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,2,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,3,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(193,1,'North America','You got your first sale in North America','North America'),(193,2,'North America','You got your first sale in North America','North America'),(193,3,'North America','You got your first sale in North America','North America'),(194,1,'Oceania','You got your first sale in Oceania','Oceania'),(194,2,'Oceania','You got your first sale in Oceania','Oceania'),(194,3,'Oceania','You got your first sale in Oceania','Oceania'),(195,1,'Asia','You got your first sale in Asia','Asia'),(195,2,'Asia','You got your first sale in Asia','Asia'),(195,3,'Asia','You got your first sale in Asia','Asia'),(196,1,'South America','You got your first sale in South America','South America'),(196,2,'South America','You got your first sale in South America','South America'),(196,3,'South America','You got your first sale in South America','South America'),(197,1,'Europe','You got your first sale in Europe!','Europe'),(197,2,'Europe','You got your first sale in Europe!','Europe'),(197,3,'Europe','You got your first sale in Europe!','Europe'),(198,1,'Africa','You got your first sale in Africa','Africa'),(198,2,'Africa','You got your first sale in Africa','Africa'),(198,3,'Africa','You got your first sale in Africa','Africa'),(199,1,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,2,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,3,'Maghreb','You got your first sale in Maghreb','Maghreb'),(200,1,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,2,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,3,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(201,1,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,2,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,3,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(202,1,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,2,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,3,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(203,1,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,2,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,3,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(204,1,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,2,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,3,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(205,1,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,2,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,3,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(206,1,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,2,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,3,'Product Pictures','First photo added to your catalog','Product Pictures'),(207,1,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,2,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,3,'Product Pictures','50 photos added to your catalog','Product Pictures'),(208,1,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,2,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,3,'Product Pictures','100 photos added to your catalog','Product Pictures'),(209,1,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,2,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,3,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(210,1,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,2,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,3,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(211,1,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,2,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,3,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(212,1,'Customization','First CMS page added to your catalog','Customization'),(212,2,'Customization','First CMS page added to your catalog','Customization'),(212,3,'Customization','First CMS page added to your catalog','Customization'),(213,1,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,2,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,3,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(214,1,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,2,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,3,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(215,1,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,2,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,3,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(216,1,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,2,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,3,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(217,1,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,2,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,3,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(218,1,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,2,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,3,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(219,1,'International Orders','First international order placed on your shop.','International Orders'),(219,2,'International Orders','First international order placed on your shop.','International Orders'),(219,3,'International Orders','First international order placed on your shop.','International Orders'),(220,1,'International Orders','10 international orders placed on your shop.','International Orders'),(220,2,'International Orders','10 international orders placed on your shop.','International Orders'),(220,3,'International Orders','10 international orders placed on your shop.','International Orders'),(221,1,'International Orders','100 international orders placed on your shop!','International Orders'),(221,2,'International Orders','100 international orders placed on your shop!','International Orders'),(221,3,'International Orders','100 international orders placed on your shop!','International Orders'),(222,1,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,2,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,3,'International Orders','1,000 international orders placed on your shop!','International Orders'),(223,1,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,2,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,3,'International Orders','5,000 international orders placed on your shop!','International Orders'),(224,1,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,2,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,3,'International Orders','10,000 international orders placed on your shop!','International Orders'),(225,1,'Store','First store configured on your shop!','Store'),(225,2,'Store','First store configured on your shop!','Store'),(225,3,'Store','First store configured on your shop!','Store'),(226,1,'Store','You have 2 stores configured on your shop','Store'),(226,2,'Store','You have 2 stores configured on your shop','Store'),(226,3,'Store','You have 2 stores configured on your shop','Store'),(227,1,'Store','You have 5 stores configured on your shop','Store'),(227,2,'Store','You have 5 stores configured on your shop','Store'),(227,3,'Store','You have 5 stores configured on your shop','Store'),(228,1,'Store','You have 10 stores configured on your shop','Store'),(228,2,'Store','You have 10 stores configured on your shop','Store'),(228,3,'Store','You have 10 stores configured on your shop','Store'),(229,1,'Store','You have 20 stores configured on your shop','Store'),(229,2,'Store','You have 20 stores configured on your shop','Store'),(229,3,'Store','You have 20 stores configured on your shop','Store'),(230,1,'Store','You have 50 stores configured on your shop','Store'),(230,2,'Store','You have 50 stores configured on your shop','Store'),(230,3,'Store','You have 50 stores configured on your shop','Store'),(231,1,'Webservice x1','First webservice account added to your shop','WebService'),(231,2,'Webservice x1','First webservice account added to your shop','WebService'),(231,3,'Webservice x1','First webservice account added to your shop','WebService'),(232,1,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,2,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,3,'Webservice x2','2 webservice accounts added to your shop','WebService'),(233,1,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,2,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,3,'Webservice x3','3 webservice accounts added to your shop','WebService'),(234,1,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,2,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,3,'Webservice x4','4 webservice accounts added to your shop','WebService'); -/*!40000 ALTER TABLE `ps_badge_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier` --- - -DROP TABLE IF EXISTS `ps_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier` ( - `id_carrier` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_reference` int(10) unsigned NOT NULL, - `id_tax_rules_group` int(10) unsigned DEFAULT '0', - `name` varchar(64) NOT NULL, - `url` varchar(255) DEFAULT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shipping_handling` tinyint(1) unsigned NOT NULL DEFAULT '1', - `range_behavior` tinyint(1) unsigned NOT NULL DEFAULT '0', - `is_module` tinyint(1) unsigned NOT NULL DEFAULT '0', - `is_free` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shipping_external` tinyint(1) unsigned NOT NULL DEFAULT '0', - `need_range` tinyint(1) unsigned NOT NULL DEFAULT '0', - `external_module_name` varchar(64) DEFAULT NULL, - `shipping_method` int(2) NOT NULL DEFAULT '0', - `position` int(10) unsigned NOT NULL DEFAULT '0', - `max_width` int(10) DEFAULT '0', - `max_height` int(10) DEFAULT '0', - `max_depth` int(10) DEFAULT '0', - `max_weight` decimal(20,6) DEFAULT '0.000000', - `grade` int(10) DEFAULT '0', - PRIMARY KEY (`id_carrier`), - KEY `deleted` (`deleted`,`active`), - KEY `id_tax_rules_group` (`id_tax_rules_group`), - KEY `reference` (`id_reference`,`deleted`,`active`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier` --- - -LOCK TABLES `ps_carrier` WRITE; -/*!40000 ALTER TABLE `ps_carrier` DISABLE KEYS */; -INSERT INTO `ps_carrier` VALUES (1,1,0,'0','',1,0,0,0,0,1,0,0,'',0,0,0,0,0,0.000000,0),(2,2,0,'My carrier','',1,0,1,0,0,0,0,0,'',0,1,0,0,0,0.000000,0),(3,3,0,'My cheap carrier','',0,0,1,0,0,0,0,0,'',2,2,0,0,0,0.000000,0),(4,4,0,'My light carrier','',0,0,1,0,0,0,0,0,'',1,3,0,0,0,0.000000,0); -/*!40000 ALTER TABLE `ps_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_group` --- - -DROP TABLE IF EXISTS `ps_carrier_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_group` ( - `id_carrier` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_group` --- - -LOCK TABLES `ps_carrier_group` WRITE; -/*!40000 ALTER TABLE `ps_carrier_group` DISABLE KEYS */; -INSERT INTO `ps_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3); -/*!40000 ALTER TABLE `ps_carrier_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_lang` --- - -DROP TABLE IF EXISTS `ps_carrier_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_lang` ( - `id_carrier` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `delay` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_lang` --- - -LOCK TABLES `ps_carrier_lang` WRITE; -/*!40000 ALTER TABLE `ps_carrier_lang` DISABLE KEYS */; -INSERT INTO `ps_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'),(3,1,1,'Buy more to pay less!'),(4,1,1,'The lighter the cheaper!'),(1,2,1,'Pick up in-store'),(2,2,1,'Delivery next day!'),(3,2,1,'Buy more to pay less!'),(4,2,1,'The lighter the cheaper!'),(1,1,2,'Atsiimkite parduotuvėje'),(2,1,2,'Pristatymas kitą dieną!'),(3,1,2,'Buy more to pay less!'),(4,1,2,'The lighter the cheaper!'),(1,2,2,'Atsiimkite parduotuvėje'),(2,2,2,'Pristatymas kitą dieną!'),(3,2,2,'Buy more to pay less!'),(4,2,2,'The lighter the cheaper!'),(1,1,3,'Abholung im Geschäft'),(2,1,3,'Lieferung am nächsten Tag!'),(3,1,3,'Buy more to pay less!'),(4,1,3,'The lighter the cheaper!'),(1,2,3,'Abholung im Geschäft'),(2,2,3,'Lieferung am nächsten Tag!'),(3,2,3,'Buy more to pay less!'),(4,2,3,'The lighter the cheaper!'); -/*!40000 ALTER TABLE `ps_carrier_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_shop` --- - -DROP TABLE IF EXISTS `ps_carrier_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_shop` ( - `id_carrier` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_shop` --- - -LOCK TABLES `ps_carrier_shop` WRITE; -/*!40000 ALTER TABLE `ps_carrier_shop` DISABLE KEYS */; -INSERT INTO `ps_carrier_shop` VALUES (1,1),(2,1),(3,1),(4,1),(1,2),(2,2),(3,2),(4,2); -/*!40000 ALTER TABLE `ps_carrier_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_tax_rules_group_shop` --- - -DROP TABLE IF EXISTS `ps_carrier_tax_rules_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_tax_rules_group_shop` ( - `id_carrier` int(11) unsigned NOT NULL, - `id_tax_rules_group` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_tax_rules_group_shop` --- - -LOCK TABLES `ps_carrier_tax_rules_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` DISABLE KEYS */; -INSERT INTO `ps_carrier_tax_rules_group_shop` VALUES (1,1,1),(1,1,2),(2,1,1),(2,1,2),(3,1,1),(3,1,2),(4,1,1),(4,1,2); -/*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_zone` --- - -DROP TABLE IF EXISTS `ps_carrier_zone`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_zone` ( - `id_carrier` int(10) unsigned NOT NULL, - `id_zone` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_zone`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_zone` --- - -LOCK TABLES `ps_carrier_zone` WRITE; -/*!40000 ALTER TABLE `ps_carrier_zone` DISABLE KEYS */; -INSERT INTO `ps_carrier_zone` VALUES (1,1),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2); -/*!40000 ALTER TABLE `ps_carrier_zone` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart` --- - -DROP TABLE IF EXISTS `ps_cart`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart` ( - `id_cart` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_carrier` int(10) unsigned NOT NULL, - `delivery_option` text NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_address_delivery` int(10) unsigned NOT NULL, - `id_address_invoice` int(10) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_guest` int(10) unsigned NOT NULL, - `secure_key` varchar(32) NOT NULL DEFAULT '-1', - `recyclable` tinyint(1) unsigned NOT NULL DEFAULT '1', - `gift` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift_message` text, - `mobile_theme` tinyint(1) NOT NULL DEFAULT '0', - `allow_seperated_package` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `checkout_session_data` mediumtext, - PRIMARY KEY (`id_cart`), - KEY `cart_customer` (`id_customer`), - KEY `id_address_delivery` (`id_address_delivery`), - KEY `id_address_invoice` (`id_address_invoice`), - KEY `id_carrier` (`id_carrier`), - KEY `id_lang` (`id_lang`), - KEY `id_currency` (`id_currency`), - KEY `id_guest` (`id_guest`), - KEY `id_shop_group` (`id_shop_group`), - KEY `id_shop_2` (`id_shop`,`date_upd`), - KEY `id_shop` (`id_shop`,`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=64 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart` --- - -LOCK TABLES `ps_cart` WRITE; -/*!40000 ALTER TABLE `ps_cart` DISABLE KEYS */; -INSERT INTO `ps_cart` VALUES (1,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',NULL),(2,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',NULL),(3,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',NULL),(4,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',NULL),(5,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',NULL),(6,1,1,1,'{\"7\":\"1,\"}',1,7,7,1,3,316,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:02:22','2022-01-27 16:43: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\":\"a24585de37a4cae3f5e4cd6ba1b80b70ba05a285\"}'),(7,1,1,0,'',1,6,6,1,3,156,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:06:34','2022-01-27 16:06:34',NULL),(8,1,1,0,'',1,6,6,1,3,157,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:06:36','2022-01-27 16:06:36',NULL),(9,1,1,0,'',1,6,6,1,3,158,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:06:37','2022-01-27 16:06:37',NULL),(10,1,1,0,'',1,6,6,1,3,163,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:07:13','2022-01-27 16:07:13',NULL),(11,1,1,0,'',1,6,6,1,3,164,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:07:15','2022-01-27 16:07:15',NULL),(12,1,1,0,'',1,6,6,1,3,165,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:07:16','2022-01-27 16:07:16',NULL),(13,1,1,0,'',1,6,6,1,3,169,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:07:51','2022-01-27 16:07:51',NULL),(14,1,1,0,'',1,6,6,1,3,170,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:07:53','2022-01-27 16:07:53',NULL),(15,1,1,0,'',1,6,6,1,3,172,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:07:55','2022-01-27 16:07:55',NULL),(16,1,1,0,'',1,6,6,1,3,176,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:08:30','2022-01-27 16:08:30',NULL),(17,1,1,0,'',1,6,6,1,3,177,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:08:31','2022-01-27 16:08:31',NULL),(18,1,1,0,'',1,6,6,1,3,178,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:08:33','2022-01-27 16:08:33',NULL),(19,1,1,0,'',1,6,6,1,3,183,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:09:09','2022-01-27 16:09:09',NULL),(20,1,1,0,'',1,6,6,1,3,184,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:09:11','2022-01-27 16:09:11',NULL),(21,1,1,0,'',1,6,6,1,3,185,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:09:13','2022-01-27 16:09:13',NULL),(22,1,1,0,'',1,6,6,1,3,199,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:11:23','2022-01-27 16:11:52','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"f16811069183ed7190100cbe2f09c4b494d5b5d1\"}'),(23,1,1,0,'',1,6,6,1,3,213,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:13:34','2022-01-27 16:14:02','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"07d29a5d4b10bccc3ec7a053a58a302b36ceb8c8\"}'),(24,1,1,0,'',1,6,6,1,3,225,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:15:12','2022-01-27 16:15:12',NULL),(25,1,1,0,'',1,6,6,1,3,229,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:15:45','2022-01-27 16:16:33','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"05e18fd52f00c0056a05f2251ddd69796e7ddaaa\"}'),(26,1,1,0,'',1,6,6,1,3,244,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:18:20','2022-01-27 16:18:49','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"7ab773e721367796b46fa4a3477084e6a0f87ed7\"}'),(27,1,1,0,'',1,6,6,1,3,258,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:20:33','2022-01-27 16:21:01','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"861efefc3bbd342bc87041584cd30700dfa7f803\"}'),(28,1,1,0,'',1,6,6,1,3,272,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:22:48','2022-01-27 16:23:16','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"5f47009ca1b9f746d9d21b17cfaed2bf7275d6d3\"}'),(29,1,1,0,'',1,6,6,1,3,283,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:24:33','2022-01-27 16:24:35','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"27dde33c48166179c9398d00a9ad07678aa7f34b\"}'),(30,1,1,0,'',1,6,6,1,3,310,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:28:58','2022-01-27 16:29:26','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"51bf369a1bd07fe750ff4a0981ebe0ab6b580eea\"}'),(31,1,1,0,'',1,6,6,1,3,332,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:32:42','2022-01-27 16:32:52','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"23891d9c4e013473bb72c1339566ad4d1ca57d4c\"}'),(32,1,1,0,'',1,6,6,1,3,344,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:34:28','2022-01-27 16:34:30','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"bcdb38105e4c807a2cb55ccf3be0dbdaf4ca27a9\"}'),(33,1,1,0,'',1,6,6,1,3,371,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:38:39','2022-01-27 16:41:23','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"956c3ba48d5169df00d5e71bae255714dab85173\"}'),(34,1,1,1,'{\"7\":\"1,\"}',1,7,7,1,3,416,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-01-27 16:45:33','2022-01-27 16:46:13','{\"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\":\"bc30de05c0d5d219f28b93c569a90db0b9d878e7\"}'),(35,1,1,0,'',1,6,6,1,3,614,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-03-10 14:34:02','2022-03-15 07:46:39','{\"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\":\"19c7833bd9938550ea5f1db7da9013c9d2c1f66e\"}'),(36,1,1,0,'',1,0,0,1,0,1608,'',0,0,'',0,0,'2022-03-15 08:20:45','2022-03-15 08:20:45','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(37,1,1,0,'',1,0,0,1,0,1610,'',0,0,'',0,0,'2022-03-15 08:20:59','2022-03-15 08:20:59',NULL),(38,1,1,0,'',1,0,0,1,0,1620,'',0,0,'',0,0,'2022-03-15 08:22:31','2022-03-15 08:22:32','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(39,1,1,0,'',1,0,0,1,0,1621,'',0,0,'',0,0,'2022-03-15 08:22:42','2022-03-15 08:22:42','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(40,1,1,0,'',1,0,0,1,0,1646,'',0,0,'',0,0,'2022-03-15 08:24:59','2022-03-15 08:24:59','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(41,1,1,0,'',1,0,0,1,0,1653,'',0,0,'',0,0,'2022-03-15 08:25:30','2022-03-15 08:25:30','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(42,1,1,0,'',1,0,0,1,0,1672,'',0,0,'',0,0,'2022-03-15 08:28:44','2022-03-15 08:28:44','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(43,1,1,0,'',1,0,0,1,0,1687,'',0,0,'',0,0,'2022-03-15 08:31:36','2022-03-15 08:31:36',NULL),(44,1,1,0,'',1,0,0,1,0,1691,'',0,0,'',0,0,'2022-03-15 08:32:20','2022-03-15 08:32:20',NULL),(45,1,1,0,'',1,0,0,1,0,1696,'',0,0,'',0,0,'2022-03-15 08:32:54','2022-03-15 08:32:54','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(46,1,1,0,'',1,0,0,1,0,1701,'',0,0,'',0,0,'2022-03-15 08:33:48','2022-03-15 08:33:48','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(47,1,1,0,'',1,0,0,1,0,1703,'',0,0,'',0,0,'2022-03-15 08:34:00','2022-03-15 08:34:00','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(48,1,1,0,'',1,0,0,1,0,1705,'',0,0,'',0,0,'2022-03-15 08:34:11','2022-03-15 08:34:11','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(49,1,1,0,'',1,0,0,1,0,1711,'',0,0,'',0,0,'2022-03-15 08:35:01','2022-03-15 08:35:01','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(50,1,1,0,'',1,0,0,1,0,1713,'',0,0,'',0,0,'2022-03-15 08:35:19','2022-03-15 08:35:19','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(51,1,1,0,'',1,0,0,1,0,1716,'',0,0,'',0,0,'2022-03-15 08:35:38','2022-03-15 08:35:38','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(52,1,1,0,'',1,0,0,1,0,1722,'',0,0,'',0,0,'2022-03-15 08:36:42','2022-03-15 08:36:42','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(53,1,1,0,'',1,0,0,1,0,1724,'',0,0,'',0,0,'2022-03-15 08:36:54','2022-03-15 08:36:54','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(54,1,1,0,'',1,0,0,1,0,1726,'',0,0,'',0,0,'2022-03-15 08:37:05','2022-03-15 08:37:05','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(55,1,1,0,'',1,0,0,1,0,1730,'',0,0,'',0,0,'2022-03-15 08:37:38','2022-03-15 08:37:38','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(56,1,1,0,'',1,0,0,1,0,1733,'',0,0,'',0,0,'2022-03-15 08:38:02','2022-03-15 08:38:02','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(57,1,1,0,'',1,0,0,1,0,1742,'',0,0,'',0,0,'2022-03-15 08:38:43','2022-03-15 08:38:43','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(58,1,1,0,'',1,0,0,1,0,1746,'',0,0,'',0,0,'2022-03-15 08:39:05','2022-03-15 08:39:05','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(59,1,1,0,'',1,0,0,1,0,1748,'',0,0,'',0,0,'2022-03-15 08:39:24','2022-03-15 08:39:24','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(60,1,1,0,'',1,6,6,1,3,1752,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-03-15 08:39:56','2022-03-15 08:40:05','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"da6ebfb712f4acb6e4680720f235b69d1ba93cfa\"}'),(61,1,1,0,'',1,6,6,1,3,1757,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-03-15 08:40:38','2022-03-15 08:40:52','{\"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\":\"5ba060391050ebbcff8903436d4d09be1ef07b56\"}'),(62,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,1762,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-03-15 08:41:31','2022-03-15 08:41:48','{\"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\":\"17948302b3222a6b94c7fbc7f13e893cf667ce82\"}'),(63,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,1762,'ef6a5954d5273e91a436c710677fc747',0,0,'',0,0,'2022-03-15 08:43:18','2022-03-15 08:43:18','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"17948302b3222a6b94c7fbc7f13e893cf667ce82\"}'); -/*!40000 ALTER TABLE `ps_cart` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_cart_rule` --- - -DROP TABLE IF EXISTS `ps_cart_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_cart_rule` ( - `id_cart` int(10) unsigned NOT NULL, - `id_cart_rule` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart`,`id_cart_rule`), - KEY `id_cart_rule` (`id_cart_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_cart_rule` --- - -LOCK TABLES `ps_cart_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_cart_cart_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_product` --- - -DROP TABLE IF EXISTS `ps_cart_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_product` ( - `id_cart` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_address_delivery` int(10) unsigned NOT NULL DEFAULT '0', - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_product_attribute` int(10) unsigned NOT NULL DEFAULT '0', - `id_customization` int(10) unsigned NOT NULL DEFAULT '0', - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_cart`,`id_product`,`id_product_attribute`,`id_customization`,`id_address_delivery`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_cart_order` (`id_cart`,`date_add`,`id_product`,`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_product` --- - -LOCK TABLES `ps_cart_product` WRITE; -/*!40000 ALTER TABLE `ps_cart_product` DISABLE KEYS */; -INSERT INTO `ps_cart_product` VALUES (1,1,3,1,1,0,1,'0000-00-00 00:00:00'),(1,2,3,1,9,0,1,'0000-00-00 00:00:00'),(2,4,3,1,18,0,1,'0000-00-00 00:00:00'),(2,8,3,1,0,0,1,'0000-00-00 00:00:00'),(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,1,'2022-01-27 16:02:49'),(22,4,6,1,16,0,3,'2022-01-27 16:11:25'),(23,4,6,1,16,0,3,'2022-01-27 16:13:35'),(25,4,6,1,16,0,3,'2022-01-27 16:15:47'),(26,4,6,1,16,0,3,'2022-01-27 16:18:22'),(27,4,6,1,16,0,3,'2022-01-27 16:20:35'),(28,4,6,1,16,0,3,'2022-01-27 16:22:50'),(29,4,6,1,16,0,1,'2022-01-27 16:24:35'),(30,4,6,1,16,0,3,'2022-01-27 16:29:00'),(31,4,6,1,16,0,1,'2022-01-27 16:32:52'),(32,4,6,1,16,0,1,'2022-01-27 16:34:30'),(33,4,6,1,16,0,8,'2022-01-27 16:38:41'),(34,4,7,1,16,0,3,'2022-01-27 16:45:34'),(36,1,0,1,1,0,1,'2022-03-15 08:20:45'),(37,1,0,1,1,0,1,'2022-03-15 08:20:59'),(38,1,0,1,1,0,1,'2022-03-15 08:22:32'),(39,1,0,1,1,0,1,'2022-03-15 08:22:42'),(40,1,0,1,1,0,1,'2022-03-15 08:24:59'),(41,1,0,1,1,0,1,'2022-03-15 08:25:30'),(42,1,0,1,1,0,1,'2022-03-15 08:28:44'),(43,1,0,1,1,0,1,'2022-03-15 08:31:36'),(44,1,0,1,1,0,1,'2022-03-15 08:32:20'),(45,1,0,1,1,0,1,'2022-03-15 08:32:54'),(46,1,0,1,1,0,1,'2022-03-15 08:33:48'),(47,1,0,1,1,0,1,'2022-03-15 08:34:00'),(48,1,0,1,1,0,1,'2022-03-15 08:34:11'),(49,1,0,1,1,0,1,'2022-03-15 08:35:01'),(50,1,0,1,1,0,1,'2022-03-15 08:35:19'),(51,1,0,1,1,0,1,'2022-03-15 08:35:38'),(52,1,0,1,1,0,1,'2022-03-15 08:36:42'),(53,1,0,1,1,0,1,'2022-03-15 08:36:54'),(54,1,0,1,1,0,1,'2022-03-15 08:37:05'),(55,1,0,1,1,0,1,'2022-03-15 08:37:38'),(56,1,0,1,1,0,1,'2022-03-15 08:38:02'),(57,1,0,1,1,0,1,'2022-03-15 08:38:43'),(58,1,0,1,1,0,1,'2022-03-15 08:39:05'),(59,1,0,1,1,0,1,'2022-03-15 08:39:24'),(60,1,6,1,1,0,1,'2022-03-15 08:39:56'),(61,1,6,1,1,0,1,'2022-03-15 08:40:38'),(62,1,6,1,1,0,1,'2022-03-15 08:41:31'),(63,1,6,1,1,0,1,'2022-03-15 08:43:18'); -/*!40000 ALTER TABLE `ps_cart_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule` --- - -DROP TABLE IF EXISTS `ps_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule` ( - `id_cart_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned NOT NULL DEFAULT '0', - `date_from` datetime NOT NULL, - `date_to` datetime NOT NULL, - `description` text, - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `quantity_per_user` int(10) unsigned NOT NULL DEFAULT '0', - `priority` int(10) unsigned NOT NULL DEFAULT '1', - `partial_use` tinyint(1) unsigned NOT NULL DEFAULT '0', - `code` varchar(254) NOT NULL, - `minimum_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `minimum_amount_tax` tinyint(1) NOT NULL DEFAULT '0', - `minimum_amount_currency` int(10) unsigned NOT NULL DEFAULT '0', - `minimum_amount_shipping` tinyint(1) NOT NULL DEFAULT '0', - `country_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `carrier_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `group_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `cart_rule_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `product_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shop_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `free_shipping` tinyint(1) NOT NULL DEFAULT '0', - `reduction_percent` decimal(5,2) NOT NULL DEFAULT '0.00', - `reduction_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_tax` tinyint(1) unsigned NOT NULL DEFAULT '0', - `reduction_currency` int(10) unsigned NOT NULL DEFAULT '0', - `reduction_product` int(10) NOT NULL DEFAULT '0', - `reduction_exclude_special` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift_product` int(10) unsigned NOT NULL DEFAULT '0', - `gift_product_attribute` int(10) unsigned NOT NULL DEFAULT '0', - `highlight` tinyint(1) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_cart_rule`), - KEY `id_customer` (`id_customer`,`active`,`date_to`), - KEY `group_restriction` (`group_restriction`,`active`,`date_to`), - KEY `id_customer_2` (`id_customer`,`active`,`highlight`,`date_to`), - KEY `group_restriction_2` (`group_restriction`,`active`,`highlight`,`date_to`), - KEY `date_from` (`date_from`), - KEY `date_to` (`date_to`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule` --- - -LOCK TABLES `ps_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_carrier` --- - -DROP TABLE IF EXISTS `ps_cart_rule_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_carrier` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_carrier` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_carrier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_carrier` --- - -LOCK TABLES `ps_cart_rule_carrier` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_carrier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_combination` --- - -DROP TABLE IF EXISTS `ps_cart_rule_combination`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_combination` ( - `id_cart_rule_1` int(10) unsigned NOT NULL, - `id_cart_rule_2` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`), - KEY `id_cart_rule_1` (`id_cart_rule_1`), - KEY `id_cart_rule_2` (`id_cart_rule_2`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_combination` --- - -LOCK TABLES `ps_cart_rule_combination` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_combination` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_combination` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_country` --- - -DROP TABLE IF EXISTS `ps_cart_rule_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_country` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_country` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_country` --- - -LOCK TABLES `ps_cart_rule_country` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_country` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_group` --- - -DROP TABLE IF EXISTS `ps_cart_rule_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_group` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_group` --- - -LOCK TABLES `ps_cart_rule_group` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_lang` --- - -DROP TABLE IF EXISTS `ps_cart_rule_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_lang` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(254) NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_lang` --- - -LOCK TABLES `ps_cart_rule_lang` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_product_rule` --- - -DROP TABLE IF EXISTS `ps_cart_rule_product_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_product_rule` ( - `id_product_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product_rule_group` int(10) unsigned NOT NULL, - `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, - PRIMARY KEY (`id_product_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_product_rule` --- - -LOCK TABLES `ps_cart_rule_product_rule` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_product_rule_group` --- - -DROP TABLE IF EXISTS `ps_cart_rule_product_rule_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_product_rule_group` ( - `id_product_rule_group` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart_rule` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_product_rule_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_product_rule_group` --- - -LOCK TABLES `ps_cart_rule_product_rule_group` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_product_rule_value` --- - -DROP TABLE IF EXISTS `ps_cart_rule_product_rule_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_product_rule_value` ( - `id_product_rule` int(10) unsigned NOT NULL, - `id_item` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_rule`,`id_item`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_product_rule_value` --- - -LOCK TABLES `ps_cart_rule_product_rule_value` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_shop` --- - -DROP TABLE IF EXISTS `ps_cart_rule_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_shop` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_shop` --- - -LOCK TABLES `ps_cart_rule_shop` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category` --- - -DROP TABLE IF EXISTS `ps_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category` ( - `id_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_parent` int(10) unsigned NOT NULL, - `id_shop_default` int(10) unsigned NOT NULL DEFAULT '1', - `level_depth` tinyint(3) unsigned NOT NULL DEFAULT '0', - `nleft` int(10) unsigned NOT NULL DEFAULT '0', - `nright` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `is_root_category` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_category`), - KEY `category_parent` (`id_parent`), - KEY `nleftrightactive` (`nleft`,`nright`,`active`), - KEY `level_depth` (`level_depth`), - KEY `nright` (`nright`), - KEY `activenleft` (`active`,`nleft`), - KEY `activenright` (`active`,`nright`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category` --- - -LOCK TABLES `ps_category` WRITE; -/*!40000 ALTER TABLE `ps_category` DISABLE KEYS */; -INSERT INTO `ps_category` VALUES (1,0,1,0,1,18,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0,0),(2,1,1,1,2,17,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0,1),(3,2,1,2,3,8,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(4,3,1,3,4,5,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',0,0),(5,3,1,3,6,7,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(6,2,1,2,9,14,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',2,0),(7,6,1,3,10,11,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',0,0),(8,6,1,3,12,13,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',1,0),(9,2,1,2,15,16,1,'2022-01-27 14:25:28','2022-01-27 14:25:28',3,0); -/*!40000 ALTER TABLE `ps_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_group` --- - -DROP TABLE IF EXISTS `ps_category_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_group` ( - `id_category` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_category`,`id_group`), - KEY `id_category` (`id_category`), - KEY `id_group` (`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_group` --- - -LOCK TABLES `ps_category_group` WRITE; -/*!40000 ALTER TABLE `ps_category_group` DISABLE KEYS */; -INSERT INTO `ps_category_group` VALUES (2,0),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3),(6,1),(6,2),(6,3),(7,1),(7,2),(7,3),(8,1),(8,2),(8,3),(9,1),(9,2),(9,3); -/*!40000 ALTER TABLE `ps_category_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_lang` --- - -DROP TABLE IF EXISTS `ps_category_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_lang` ( - `id_category` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(128) NOT NULL, - `description` text, - `link_rewrite` varchar(128) NOT NULL, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), - KEY `category_name` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_lang` --- - -LOCK TABLES `ps_category_lang` WRITE; -/*!40000 ALTER TABLE `ps_category_lang` DISABLE KEYS */; -INSERT INTO `ps_category_lang` VALUES (1,1,1,'Root','','root','','',''),(1,1,2,'Šakninis','','sakninis','','',''),(1,1,3,'Stammverzeichnis','','stammverzeichnis','','',''),(1,2,1,'Root','','root','','',''),(1,2,2,'Šakninis','','sakninis','','',''),(1,2,3,'Stammverzeichnis','','stammverzeichnis','','',''),(2,1,1,'Home','','home','','',''),(2,1,2,'Pagrindinis','','pagrindinis','','',''),(2,1,3,'Startseite','','startseite','','',''),(2,2,1,'Home','','home','','',''),(2,2,2,'Pagrindinis','','pagrindinis','','',''),(2,2,3,'Startseite','','startseite','','',''),(3,1,1,'Clothes','

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

','accessories','','',''),(6,1,2,'Priedai','

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

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

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

','accessories','','',''),(6,2,1,'Accessories','

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

','accessories','','',''),(6,2,2,'Priedai','

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

','art','','',''); -/*!40000 ALTER TABLE `ps_category_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_product` --- - -DROP TABLE IF EXISTS `ps_category_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_product` ( - `id_category` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_category`,`id_product`), - KEY `id_product` (`id_product`), - KEY `id_category` (`id_category`,`position`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_product` --- - -LOCK TABLES `ps_category_product` WRITE; -/*!40000 ALTER TABLE `ps_category_product` DISABLE KEYS */; -INSERT INTO `ps_category_product` VALUES (2,1,1),(2,2,2),(2,3,3),(2,4,4),(2,5,5),(2,6,6),(2,7,7),(2,8,8),(2,9,9),(2,10,10),(2,11,11),(2,12,12),(2,13,13),(2,14,14),(2,15,15),(2,16,16),(2,17,17),(2,18,18),(2,19,19),(3,1,1),(3,2,2),(4,1,1),(5,2,1),(6,7,1),(6,6,2),(6,8,3),(6,10,4),(6,9,5),(6,11,6),(6,15,7),(6,16,8),(6,17,9),(6,18,10),(6,19,11),(7,16,1),(7,17,2),(7,18,3),(8,6,1),(8,7,2),(8,8,3),(8,9,4),(8,10,5),(8,11,6),(8,15,7),(8,19,8),(9,3,1),(9,4,2),(9,5,3),(9,12,4),(9,13,5),(9,14,6),(9,15,7); -/*!40000 ALTER TABLE `ps_category_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_shop` --- - -DROP TABLE IF EXISTS `ps_category_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_shop` ( - `id_category` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_category`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_shop` --- - -LOCK TABLES `ps_category_shop` WRITE; -/*!40000 ALTER TABLE `ps_category_shop` DISABLE KEYS */; -INSERT INTO `ps_category_shop` VALUES (1,1,0),(1,2,0),(2,1,0),(2,2,0),(3,1,0),(3,2,1),(4,1,0),(5,1,1),(6,1,1),(6,2,2),(7,1,0),(8,1,1),(9,1,2),(9,2,3); -/*!40000 ALTER TABLE `ps_category_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms` --- - -DROP TABLE IF EXISTS `ps_cms`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms` ( - `id_cms` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cms_category` int(10) unsigned NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_cms`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms` --- - -LOCK TABLES `ps_cms` WRITE; -/*!40000 ALTER TABLE `ps_cms` DISABLE KEYS */; -INSERT INTO `ps_cms` VALUES (1,1,0,1,0),(2,1,1,1,0),(3,1,2,1,0),(4,1,3,1,0),(5,1,4,1,0); -/*!40000 ALTER TABLE `ps_cms` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_category` --- - -DROP TABLE IF EXISTS `ps_cms_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_category` ( - `id_cms_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_parent` int(10) unsigned NOT NULL, - `level_depth` tinyint(3) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_cms_category`), - KEY `category_parent` (`id_parent`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_category` --- - -LOCK TABLES `ps_cms_category` WRITE; -/*!40000 ALTER TABLE `ps_cms_category` DISABLE KEYS */; -INSERT INTO `ps_cms_category` VALUES (1,0,1,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0); -/*!40000 ALTER TABLE `ps_cms_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_category_lang` --- - -DROP TABLE IF EXISTS `ps_cms_category_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_category_lang` ( - `id_cms_category` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `name` varchar(128) NOT NULL, - `description` text, - `link_rewrite` varchar(128) NOT NULL, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_cms_category`,`id_shop`,`id_lang`), - KEY `category_name` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_category_lang` --- - -LOCK TABLES `ps_cms_category_lang` WRITE; -/*!40000 ALTER TABLE `ps_cms_category_lang` DISABLE KEYS */; -INSERT INTO `ps_cms_category_lang` VALUES (1,1,1,'Home','','home','','',''),(1,2,1,'Pagrindinis','','pagrindinis','','',''),(1,3,1,'Startseite','','startseite','','',''),(1,1,2,'Home','','home','','',''),(1,2,2,'Pagrindinis','','pagrindinis','','',''),(1,3,2,'Startseite','','startseite','','',''); -/*!40000 ALTER TABLE `ps_cms_category_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_category_shop` --- - -DROP TABLE IF EXISTS `ps_cms_category_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_category_shop` ( - `id_cms_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cms_category`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_category_shop` --- - -LOCK TABLES `ps_cms_category_shop` WRITE; -/*!40000 ALTER TABLE `ps_cms_category_shop` DISABLE KEYS */; -INSERT INTO `ps_cms_category_shop` VALUES (1,1),(1,2); -/*!40000 ALTER TABLE `ps_cms_category_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_lang` --- - -DROP TABLE IF EXISTS `ps_cms_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_lang` ( - `id_cms` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `meta_title` varchar(255) NOT NULL, - `head_seo_title` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `content` longtext, - `link_rewrite` varchar(128) NOT NULL, - PRIMARY KEY (`id_cms`,`id_shop`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_lang` --- - -LOCK TABLES `ps_cms_lang` WRITE; -/*!40000 ALTER TABLE `ps_cms_lang` DISABLE KEYS */; -INSERT INTO `ps_cms_lang` VALUES (1,1,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

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

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

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

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

Shipments and returns

Your pack shipment

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

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

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

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

Shipments and returns

Your pack shipment

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

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

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

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

Shipments and returns

Your pack shipment

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

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

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

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

Shipments and returns

Your pack shipment

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

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

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

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

Shipments and returns

Your pack shipment

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

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

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

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

Legal

Credits

Concept and production:

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

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

Legal

Credits

Concept and production:

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

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

Legal

Credits

Concept and production:

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

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

Legal

Credits

Concept and production:

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

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

Legal

Credits

Concept and production:

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

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

Legal

Credits

Concept and production:

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

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

Terms and conditions of use

\n

Rule 1

\n

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

\n

Rule 2

\n

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

\n

Rule 3

\n

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

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

Terms and conditions of use

\n

Rule 1

\n

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

\n

Rule 2

\n

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

\n

Rule 3

\n

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

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

Terms and conditions of use

\n

Rule 1

\n

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

\n

Rule 2

\n

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

\n

Rule 3

\n

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

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

Terms and conditions of use

\n

Rule 1

\n

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

\n

Rule 2

\n

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

\n

Rule 3

\n

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

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

Terms and conditions of use

\n

Rule 1

\n

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

\n

Rule 2

\n

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

\n

Rule 3

\n

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

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

Terms and conditions of use

\n

Rule 1

\n

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

\n

Rule 2

\n

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

\n

Rule 3

\n

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

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

About us

\n
\n
\n
\n

Our company

\n

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

\n

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

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

Our team

\n

Lorem set sint occaecat cupidatat non

\n

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

\n
\n
\n
\n
\n

Testimonials

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

Lorem ipsum dolor sit

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

Ipsum dolor sit

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

About us

\n
\n
\n
\n

Our company

\n

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

\n

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

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

Our team

\n

Lorem set sint occaecat cupidatat non

\n

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

\n
\n
\n
\n
\n

Testimonials

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

Lorem ipsum dolor sit

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

Ipsum dolor sit

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

About us

\n
\n
\n
\n

Our company

\n

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

\n

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

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

Our team

\n

Lorem set sint occaecat cupidatat non

\n

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

\n
\n
\n
\n
\n

Testimonials

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

Lorem ipsum dolor sit

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

Ipsum dolor sit

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

About us

\n
\n
\n
\n

Our company

\n

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

\n

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

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

Our team

\n

Lorem set sint occaecat cupidatat non

\n

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

\n
\n
\n
\n
\n

Testimonials

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

Lorem ipsum dolor sit

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

Ipsum dolor sit

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

About us

\n
\n
\n
\n

Our company

\n

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

\n

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

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

Our team

\n

Lorem set sint occaecat cupidatat non

\n

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

\n
\n
\n
\n
\n

Testimonials

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

Lorem ipsum dolor sit

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

Ipsum dolor sit

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

About us

\n
\n
\n
\n

Our company

\n

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

\n

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

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

Our team

\n

Lorem set sint occaecat cupidatat non

\n

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

\n
\n
\n
\n
\n

Testimonials

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

Lorem ipsum dolor sit

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

Ipsum dolor sit

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

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

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

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

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

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

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

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

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

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

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

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'); -/*!40000 ALTER TABLE `ps_cms_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_role` --- - -DROP TABLE IF EXISTS `ps_cms_role`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_role` ( - `id_cms_role` int(11) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `id_cms` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cms_role`,`id_cms`), - UNIQUE KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_role` --- - -LOCK TABLES `ps_cms_role` WRITE; -/*!40000 ALTER TABLE `ps_cms_role` DISABLE KEYS */; -INSERT INTO `ps_cms_role` VALUES (1,'LEGAL_CONDITIONS',3),(2,'LEGAL_NOTICE',2); -/*!40000 ALTER TABLE `ps_cms_role` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_role_lang` --- - -DROP TABLE IF EXISTS `ps_cms_role_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_role_lang` ( - `id_cms_role` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `name` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_cms_role`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_role_lang` --- - -LOCK TABLES `ps_cms_role_lang` WRITE; -/*!40000 ALTER TABLE `ps_cms_role_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cms_role_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_shop` --- - -DROP TABLE IF EXISTS `ps_cms_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_shop` ( - `id_cms` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cms`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_shop` --- - -LOCK TABLES `ps_cms_shop` WRITE; -/*!40000 ALTER TABLE `ps_cms_shop` DISABLE KEYS */; -INSERT INTO `ps_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2),(4,2),(5,2); -/*!40000 ALTER TABLE `ps_cms_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_condition` --- - -DROP TABLE IF EXISTS `ps_condition`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_condition` ( - `id_condition` int(11) NOT NULL AUTO_INCREMENT, - `id_ps_condition` int(11) NOT NULL, - `type` enum('configuration','install','sql') NOT NULL, - `request` text, - `operator` varchar(32) DEFAULT NULL, - `value` varchar(64) DEFAULT NULL, - `result` varchar(64) DEFAULT NULL, - `calculation_type` enum('hook','time') DEFAULT NULL, - `calculation_detail` varchar(64) DEFAULT NULL, - `validated` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_condition`,`id_ps_condition`) -) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_condition` --- - -LOCK TABLES `ps_condition` WRITE; -/*!40000 ALTER TABLE `ps_condition` DISABLE KEYS */; -INSERT INTO `ps_condition` VALUES (1,1,'configuration','PS_REWRITING_SETTINGS','==','1','1','hook','actionAdminMetaControllerUpdate_optionsAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(2,2,'configuration','PS_SMARTY_FORCE_COMPILE','!=','2','1','hook','actionAdminPerformanceControllerSaveAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(3,3,'configuration','PS_CSS_THEME_CACHE','==','1','','hook','actionAdminPerformanceControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(4,4,'configuration','PS_CIPHER_ALGORITHM','==','1','1','hook','actionAdminPerformanceControllerSaveAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(5,5,'configuration','PS_MEDIA_SERVERS','==','1','','hook','actionAdminPerformanceControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(6,6,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','0','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(7,7,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(8,8,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','0','2','hook','actionObjectCarrierAddAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(9,9,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','1','2','hook','actionObjectCarrierAddAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(10,10,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','0','0','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(11,11,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','9','0','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(12,12,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','99','0','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(13,13,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','999','0','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(14,14,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','9999','0','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(15,15,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','99999','0','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(16,16,'configuration','PS_SHOP_PHONE','!=','0','','hook','actionAdminStoresControllerUpdate_optionsAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(17,17,'sql','SELECT COUNT(*) FROM PREFIX_contact','>','2','2','hook','actionObjectContactAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(18,18,'sql','SELECT COUNT(*) FROM PREFIX_contact','>','4','2','hook','actionObjectContactAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(19,19,'install','','>','0','1','time','1',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(20,20,'install','','>=','7','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(21,21,'configuration','PS_LOGO','!=','logo.jpg','1','hook','actionAdminThemesControllerUpdate_optionsAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(22,22,'sql','SELECT COUNT(*) FROM PREFIX_theme WHERE directory != \"default\" AND directory != \"prestashop\" AND directory ! \"default-bootstrap\"','>','0','0','hook','actionObjectShopUpdateAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(23,23,'configuration','PS_LOGGED_ON_ADDONS','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(24,24,'configuration','PS_MULTISHOP_FEATURE_ACTIVE','==','1','1','hook','actionAdminPreferencesControllerUpdate_optionsAfter',1,'2022-01-27 14:26:43','2022-01-27 15:13:52'),(25,25,'sql','SELECT COUNT(*) FROM PREFIX_shop','>','1','2','hook','actionObjectShopAddAfter',1,'2022-01-27 14:26:43','2022-01-27 15:13:51'),(26,26,'sql','SELECT COUNT(*) FROM PREFIX_shop','>','4','2','hook','actionObjectShopAddAfter',0,'2022-01-27 14:26:43','2022-01-27 15:13:53'),(27,27,'sql','SELECT COUNT(*) FROM PREFIX_shop_group','>','5','1','hook','actionObjectShopGroupAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 15:13:53'),(28,28,'sql','SELECT COUNT(*) FROM PREFIX_shop_group','>','1','1','hook','actionObjectShopGroupAddAfter',0,'2022-01-27 14:26:43','2022-01-27 15:13:53'),(29,29,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','2','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(30,30,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','2','2','hook','actionObjectCarrierAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(31,31,'sql','SELECT SUM(total_paid_tax_excl / c.conversion_rate)\r\nFROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','200','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(32,32,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','2000','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(33,33,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','20000','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(34,34,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','200000','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(35,35,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','2000000','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(36,36,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','20000000','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(37,37,'install','','>=','30','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(38,38,'install','','>=','182','','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(39,39,'install','','>=','365','','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(40,40,'install','','>=','730','','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(41,41,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','10','3','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(42,42,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','100','3','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(43,43,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','1000','3','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(44,44,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','10000','3','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(45,45,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','100000','3','time','3',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(46,46,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','1000000','3','time','4',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(47,47,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','2','0','hook','actionObjectCartAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(48,48,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','10','0','hook','actionObjectCartAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(49,49,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','100','0','hook','actionObjectCartAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(50,50,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','1000','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(51,51,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','10000','0','time','4',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(52,52,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','100000','0','time','8',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(53,53,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','1','0','hook','actionObjectOrderAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(54,54,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','10','0','hook','actionObjectOrderAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(55,55,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','100','0','hook','actionObjectOrderAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(56,56,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','1000','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(57,57,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','10000','0','time','4',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(58,58,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','100000','0','time','8',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(59,59,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','1','1','hook','actionObjectCustomerAddAfter',1,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(60,60,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','10','1','hook','actionObjectCustomerAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(61,61,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','100','1','hook','actionObjectCustomerAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(62,62,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','1000','1','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(63,63,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','10000','1','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(64,64,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','100000','1','time','4',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(65,65,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','1','0','hook','actionObjectCustomerThreadAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(66,66,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','10','0','hook','actionObjectCustomerThreadAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(67,67,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','100','0','hook','actionObjectCustomerThreadAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(68,68,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','1000','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(69,69,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','10000','0','time','4',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(70,70,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','100000','0','time','8',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(71,76,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"CA\",\r\n\"GL\",\r\n\"PM\",\r\n\"US\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(72,79,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"UM\",\r\n\"AS\",\r\n\"AU\",\r\n\"CK\",\r\n\"FJ\",\r\n\"FM\",\r\n\"GU\",\r\n\"KI\",\r\n\"MH,\"\r\n\"MP\",\r\n\"NC\",\r\n\"NF\",\r\n\"NR\",\r\n\"NU\",\r\n\"NZ\",\r\n\"PF\",\r\n\"PG\",\r\n\"PN\",\r\n\"PW\",\r\n\"SB\",\r\n\"TK\",\r\n\"TO\",\r\n\"TV\",\r\n\"VU\",\r\n\"WF\",\r\n\"WS\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(73,85,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"KG\",\r\n\"KZ\",\r\n\"TJ\",\r\n\"TM\",\r\n\"UZ\",\r\n\"AE\",\r\n\"AM\",\r\n\"AZ\",\r\n\"BH\",\r\n\"CY\",\r\n\"GE\",\r\n\"IL\",\r\n\"IQ\",\r\n\"IR\",\r\n\"JO\",\r\n\"KW\",\r\n\"LB\",\r\n\"OM\",\r\n\"QA\",\r\n\"SA\",\r\n\"SY\",\r\n\"TR\",\r\n\"YE\",\r\n\"AF\",\r\n\"BD\",\r\n\"BT\",\r\n\"IN\",\r\n\"IO\",\r\n\"LK\",\r\n\"MV\",\r\n\"NP\",\r\n\"PK\",\r\n\"CN\",\r\n\"HK\",\r\n\"JP\",\r\n\"KP\",\r\n\"KR\",\r\n\"MO\",\r\n\"TW\",\r\n\"MN\",\r\n\"BN\",\r\n\"CC\",\r\n\"CX\",\r\n\"ID\",\r\n\"KH\",\r\n\"LA\",\r\n\"MM\",\r\n\"MY\",\r\n\"PH\",\r\n\"SG\",\r\n\"TH\",\r\n\"TP\",\r\n\"VN\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(74,86,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BZ\",\r\n\"CR\",\r\n\"GT\",\r\n\"HN\",\r\n\"MX\",\r\n\"NI\",\r\n\"PA\",\r\n\"SV\",\r\n\"AG\",\r\n\"AI\",\r\n\"AN\",\r\n\"AW\",\r\n\"BB\",\r\n\"BM\",\r\n\"BS\",\r\n\"CU\",\r\n\"DM\",\r\n\"DO\",\r\n\"GD\",\r\n\"GP\",\r\n\"HT\",\r\n\"JM\",\r\n\"KN\",\r\n\"KY\",\r\n\"LC\",\r\n\"MQ\",\r\n\"MS\",\r\n\"PR\",\r\n\"TC\",\r\n\"TT\",\r\n\"VC\",\r\n\"VG\",\r\n\"VI\",\r\n\"AR\",\r\n\"BO\",\r\n\"BR\",\r\n\"CL\",\r\n\"CO\",\r\n\"EC\",\r\n\"FK\",\r\n\"GF\",\r\n\"GY\",\r\n\"PE\",\r\n\"PY\",\r\n\"SR\",\r\n\"UY\",\r\n\"VE\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(75,87,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BE\",\r\n\"DE\",\r\n\"FR\",\r\n\"FX\",\r\n\"GB\",\r\n\"IE\",\r\n\"LU\",\r\n\"MC\",\r\n\"NL\",\r\n\"IT\",\r\n\"MT\",\r\n\"SM\",\r\n\"VA\",\r\n\"AD\",\r\n\"ES\",\r\n\"GI\",\r\n\"PT\",\r\n\"BY\",\r\n\"EE\",\r\n\"LT\",\r\n\"LV\",\r\n\"MD\",\r\n\"PL\",\r\n\"UA\",\r\n\"AL\",\r\n\"BA\",\r\n\"BG\",\r\n\"GR\",\r\n\"HR\",\r\n\"MK\",\r\n\"RO\",\r\n\"SI\",\r\n\"YU\",\r\n\"RU\",\r\n\"AT\",\r\n\"CH\",\r\n\"CZ\",\r\n\"HU\",\r\n\"LI\",\r\n\"SK\",\r\n\"DK\",\r\n\"FI\",\r\n\"FO\",\r\n\"IS\",\r\n\"NO\",\r\n\"SE\",\r\n\"SJ\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(76,88,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BI\",\r\n\"CF\",\r\n\"CG\",\r\n\"RW\",\r\n\"TD\",\r\n\"ZR\",\r\n\"DJ\",\r\n\"ER\",\r\n\"ET\",\r\n\"KE\",\r\n\"SO\",\r\n\"TZ\",\r\n\"UG\",\r\n\"KM\",\r\n\"MG\",\r\n\"MU\",\r\n\"RE\",\r\n\"SC\",\r\n\"YT\",\r\n\"AO\",\r\n\"BW\",\r\n\"LS\",\r\n\"MW\",\r\n\"MZ\",\r\n\"NA\",\r\n\"SZ\",\r\n\"ZA\",\r\n\"ZM\",\r\n\"ZW\",\r\n\"BF\",\r\n\"BJ\",\r\n\"CI\",\r\n\"CM\",\r\n\"CV\",\r\n\"GA\",\r\n\"GH\",\r\n\"GM\",\r\n\"GN\",\r\n\"GQ\",\r\n\"GW\",\r\n\"LR\",\r\n\"ML\",\r\n\"MR\",\r\n\"NE\",\r\n\"NG\",\r\n\"SL\",\r\n\"SN\",\r\n\"ST\",\r\n\"TG\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(77,89,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"DZ\",\r\n\"EG\",\r\n\"EH\",\r\n\"LY\",\r\n\"MA\",\r\n\"SD\",\r\n\"TN\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(78,90,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','2','1','hook','actionObjectEmployeeAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(79,91,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','3','1','hook','actionObjectEmployeeAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(80,92,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','5','1','hook','actionObjectEmployeeAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(81,93,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','10','1','hook','actionObjectEmployeeAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(82,94,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','20','1','hook','actionObjectEmployeeAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(83,95,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','40','1','hook','actionObjectEmployeeAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(84,96,'sql','SELECT id_image FROM PREFIX_image WHERE id_image > 26','>','0','0','hook','actionObjectImageAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(85,97,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','50','23','hook','actionObjectImageAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(86,98,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','100','23','hook','actionObjectImageAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(87,99,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','1000','23','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(88,100,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','10000','23','time','4',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(89,101,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','50000','23','time','8',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(90,102,'sql','SELECT id_cms FROM PREFIX_cms WHERE id_cms > 5','>','0','0','hook','actionObjectCMSAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(91,103,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','1','0','hook','actionObjectCartRuleAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(92,104,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','10','0','hook','actionObjectCartRuleAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(93,105,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','100','0','hook','actionObjectCartRuleAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(94,106,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','1000','0','hook','actionObjectCartRuleAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(95,107,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','500','0','hook','actionObjectCartRuleAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(96,108,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','5000','0','hook','actionObjectCartRuleAddAfter ',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(97,109,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','1','0','hook','newOrder',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(98,110,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','10','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(99,111,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','100','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(100,112,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','10000','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(101,113,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','1000','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(102,114,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','5000','0','hook','actionOrderStatusUpdate',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(103,132,'sql','SELECT count(id_configuration) FROM PREFIX_configuration WHERE `name` = \'PS_SHOP_DOMAIN\' AND value IN (\'127.0.0.1\', \'demoshop.eu.ngrok.io\' )','==','1','1','time','1',1,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(104,136,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%ebay%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(105,140,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%moneybookers%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(106,142,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypal%\"','>=','1','','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:43'),(107,158,'install','','>=','90','','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(108,159,'install','','<=','90','1','time','2',1,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(109,165,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','0','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(110,166,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','1','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(111,167,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','4','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(112,168,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','9','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(113,169,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','19','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(114,170,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','49','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(115,171,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','1','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(116,172,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','2','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(117,173,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','3','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(118,174,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','4','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(119,175,'sql','SELECT count(*) FROM PREFIX_configuration WHERE name = \'PS_HOSTED_MODE\'','==','0','0','time','1',1,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(120,209,'configuration','EBAY_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(121,320,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shopgate%\" ','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(122,322,'configuration','SHOPGATE_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(123,323,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shoppingfluxexport%\" ','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(124,324,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shoppingfluxexport%\" ','==','0','0','time','1',1,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(125,325,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE name LIKE \'SHOPPINGFLUXEXPORT_CONFIGURATION_OK\' OR name LIKE \'SHOPPINGFLUXEXPORT_CONFIGURED\'','>=','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(126,326,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'MONEYBOOKERS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'MB_PAY_TO_EMAIL \') AND ( value != \'testaccount2@moneybookers.com \'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(127,358,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ebay%\" AND os.logable = 1','>=','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(128,359,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ebay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(129,375,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%shopgate%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(130,376,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%shopgate%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(131,377,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%moneybookers%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(132,394,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%sofortbanking%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(133,399,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','499','','hook','actionObjectProductAddAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:43'),(134,424,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%alliance3%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(135,425,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ALLIANCE3_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'ALLIANCE_DEMO\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(136,426,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%alliance3%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(137,427,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%alliance3%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(138,428,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%authorizeaim%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(139,429,'configuration','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'AUTHORIZEAIM_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'AUTHORIZE_AIM_SANDBOX\') AND ( value = \'0\'))','==','2','','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(140,430,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%authorizeaim%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(141,431,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%authorizeaim%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(142,434,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%bluepay%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(143,435,'configuration','BLUEPAY_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(144,436,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluepay%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(145,437,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluepay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(146,438,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%payplug%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(147,439,'configuration','PAYPLUG_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(148,440,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payplug%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(149,441,'sql','SELECT SUM(o.total_paid) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payplug%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','10000','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(150,442,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%affinityitems%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(151,443,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE name LIKE \'AFFINITYITEMS_CONFIGURATION_OK\' AND value = \'1\'','==','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(152,446,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%dpdpoland%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(153,447,'configuration','DPDPOLAND_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(154,448,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%dpdpoland%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(155,449,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%dpdpoland%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(156,450,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%envoimoinscher%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(157,451,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ENVOIMOINSCHER_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'EMC_ENV \') AND ( value != \'TEST\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(158,452,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%envoimoinscher%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(159,453,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%envoimoinscher%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(160,454,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%klikandpay%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(161,455,'configuration','KLIKANDPAY_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(162,456,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%klikandpay%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(163,457,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%klikandpay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(164,458,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%clickline%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(165,459,'configuration','CLICKLINE_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(166,460,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%clickline%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(167,461,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%clickline%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(168,462,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%cdiscount%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(169,463,'sql','SELECT 1','!=','1','1','time','100',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(170,464,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%cdiscount%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(171,465,'sql','SELECT SUM(o.total_paid) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%cdiscount%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 365 DAY)','>=','500','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(172,467,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%erpillicopresta%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(173,468,'configuration','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ERPILLICOPRESTA_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'ERP_LICENCE_VALIDITY \') AND ( value == \'1\')) OR (( name LIKE \'ERP_MONTH_FREE_ACTIVE \') AND ( value == \'0\'))','==','3','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(174,469,'sql','SELECT 1','!=','1','1','time','100',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(175,470,'sql','SELECT 1','!=','1','1','time','100',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(176,471,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%netreviews%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(177,472,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'NETREVIEWS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'AVISVERIFIES_URLCERTIFICAT \') AND ( value IS NOT LIKE \'%preprod%\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(178,473,'sql','SELECT 1','!=','1','1','time','100',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(179,474,'sql','SELECT 1','!=','1','1','time','100',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(180,475,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%bluesnap%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(181,476,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'BLUESNAP_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'BLUESNAP_SANDBOX \') AND ( value NOT LIKE \'%sandbox%\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(182,477,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluesnap%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(183,478,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluesnap%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(184,479,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%desjardins%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(185,480,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'DESJARDINS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'DESJARDINS_MODE \') AND ( value NOT LIKE \'%test%\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(186,481,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%desjardins%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(187,482,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%desjardins%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(188,483,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%firstdata%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(189,484,'configuration','FIRSTDATA_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(190,485,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%firstdata%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(191,486,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%firstdata%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(192,487,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%giveit%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(193,488,'sql','GIVEIT_CONFIGURATION_OK','>=','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(194,489,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(195,490,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(196,491,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%ganalytics%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(197,492,'configuration','GANALYTICS_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(198,493,'sql','SELECT 1','!=','1','1','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(199,494,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(200,496,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%pagseguro%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(201,497,'configuration','PAGSEGURO_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(202,498,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pagseguro%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(203,499,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pagseguro%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(204,500,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypalmx%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(205,501,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPALMX_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_MX_SANDBOX\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(206,502,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(207,503,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(208,505,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypalusa%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(209,506,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPALUSA_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_USA_SANDBOX\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(210,507,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalusa%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(211,508,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(212,509,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%payulatam%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(213,510,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYULATAM_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYU_LATAM_TEST\') AND ( value = \'1\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(214,511,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payulatam%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(215,512,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payulatam%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(216,513,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%prestastats%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(217,514,'configuration','PRESTASTATS_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(218,515,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(219,516,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(220,517,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%riskified%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(221,518,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'RISKIFIED_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'RISKIFIED_MODE\') AND ( value = \'1\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(222,519,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%riskified%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(223,520,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%riskified%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(224,521,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%simplifycommerce%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(225,522,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'SIMPLIFY_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'SIMPLIFY_MODE\') AND ( value = \'1\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(226,523,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%simplifycommerce%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(227,524,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%simplifycommerce%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(228,525,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%vtpayment%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(229,526,'configuration','VTPAYMENT_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(230,527,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%vtpayment%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(231,528,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%vtpayment%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(232,529,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%yotpo%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(233,530,'configuration','YOTPO_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(234,531,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(235,532,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(236,533,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%yotpo%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(237,534,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'YOUSTICERESOLUTIONSYSTEM_CONF_OK\') AND ( value = \'1\')) OR (( name LIKE \'YRS_SANDBOX\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(238,535,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(239,536,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(240,537,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%loyaltylion%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(241,538,'configuration','LOYALTYLION_CONFIGURATION_OK','==','1','','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:44'),(242,539,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(243,540,'sql','SELECT 1','!=','1','1','time','365',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'),(244,542,'sql','SELECT \'{config} PS_VERSION_DB{/config}\' >= \'1.7.0.0\' AND < \'1.8.0.0\'','==','1','0','time','1',0,'2022-01-27 14:26:43','2022-01-27 14:26:45'); -/*!40000 ALTER TABLE `ps_condition` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_condition_advice` --- - -DROP TABLE IF EXISTS `ps_condition_advice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_condition_advice` ( - `id_condition` int(11) NOT NULL, - `id_advice` int(11) NOT NULL, - `display` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_condition`,`id_advice`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_condition_advice` --- - -LOCK TABLES `ps_condition_advice` WRITE; -/*!40000 ALTER TABLE `ps_condition_advice` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_condition_advice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_condition_badge` --- - -DROP TABLE IF EXISTS `ps_condition_badge`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_condition_badge` ( - `id_condition` int(11) NOT NULL, - `id_badge` int(11) NOT NULL, - PRIMARY KEY (`id_condition`,`id_badge`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_condition_badge` --- - -LOCK TABLES `ps_condition_badge` WRITE; -/*!40000 ALTER TABLE `ps_condition_badge` DISABLE KEYS */; -INSERT INTO `ps_condition_badge` VALUES (1,125),(2,126),(3,126),(4,126),(5,127),(6,128),(7,129),(8,130),(9,131),(10,132),(11,133),(12,137),(13,138),(14,139),(15,140),(16,134),(17,135),(18,136),(19,141),(20,142),(21,143),(22,144),(23,145),(24,146),(25,147),(26,149),(27,150),(28,148),(29,152),(30,151),(31,153),(32,154),(33,155),(34,156),(35,157),(36,158),(37,159),(38,160),(39,161),(40,162),(41,163),(42,164),(43,165),(44,166),(45,167),(46,168),(47,169),(48,170),(49,171),(50,172),(51,173),(52,174),(53,175),(54,176),(55,177),(56,178),(57,179),(58,180),(59,187),(60,188),(61,189),(62,190),(63,191),(64,192),(65,181),(66,182),(67,183),(68,184),(69,185),(70,186),(71,193),(72,194),(73,195),(74,196),(75,197),(76,198),(77,199),(78,200),(79,201),(80,202),(81,203),(82,204),(83,205),(84,206),(85,207),(86,208),(87,209),(88,210),(89,211),(90,212),(91,213),(92,214),(93,215),(94,217),(95,216),(96,218),(97,219),(98,220),(99,221),(100,224),(101,222),(102,223),(104,23),(105,5),(109,225),(110,226),(111,227),(112,228),(113,229),(114,230),(115,231),(116,232),(117,233),(118,234),(120,24),(121,1),(122,2),(123,9),(125,10),(126,6),(127,25),(128,26),(129,3),(130,4),(131,7),(132,8),(134,11),(135,12),(136,13),(137,14),(138,15),(139,16),(140,17),(141,18),(142,19),(143,20),(144,21),(145,22),(146,27),(147,28),(148,29),(149,30),(150,31),(151,32),(152,33),(153,34),(154,35),(155,36),(156,37),(157,38),(158,39),(159,40),(160,41),(161,42),(162,43),(163,44),(164,45),(165,46),(166,47),(167,48),(168,49),(169,50),(170,51),(171,52),(172,53),(173,54),(174,55),(175,56),(176,57),(177,58),(178,59),(179,60),(180,61),(181,62),(182,63),(183,64),(184,65),(185,66),(186,67),(187,68),(188,69),(189,70),(190,71),(191,72),(192,73),(193,74),(194,75),(195,76),(196,77),(197,78),(198,79),(199,80),(200,81),(201,82),(202,83),(203,84),(204,85),(205,86),(206,87),(207,88),(208,89),(209,90),(210,91),(211,92),(212,93),(213,94),(214,95),(215,96),(216,97),(217,98),(218,99),(219,100),(220,101),(221,102),(222,103),(223,104),(224,105),(225,106),(226,107),(227,108),(228,109),(229,110),(230,111),(231,112),(232,113),(233,114),(234,115),(235,116),(236,117),(237,118),(238,119),(239,120),(240,121),(241,122),(242,123),(243,124); -/*!40000 ALTER TABLE `ps_condition_badge` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration` --- - -DROP TABLE IF EXISTS `ps_configuration`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration` ( - `id_configuration` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned DEFAULT NULL, - `id_shop` int(11) unsigned DEFAULT NULL, - `name` varchar(254) NOT NULL, - `value` text, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_configuration`), - KEY `name` (`name`), - KEY `id_shop` (`id_shop`), - KEY `id_shop_group` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=783 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration` --- - -LOCK TABLES `ps_configuration` WRITE; -/*!40000 ALTER TABLE `ps_configuration` DISABLE KEYS */; -INSERT INTO `ps_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2022-01-27 14:24:19','2022-01-27 14:24:19'),(2,NULL,NULL,'PS_VERSION_DB','1.7.7.7','2022-01-27 14:24:19','2022-01-27 14:24:19'),(3,NULL,NULL,'PS_INSTALL_VERSION','1.7.7.7','2022-01-27 14:24:19','2022-01-27 14:24:19'),(4,NULL,NULL,'PS_CARRIER_DEFAULT','1','2022-01-27 14:24:20','2022-01-27 14:24:20'),(5,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2022-01-27 14:24:20','2022-01-27 14:24:20'),(6,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,NULL,NULL,'PS_COUNTRY_DEFAULT','131','0000-00-00 00:00:00','2022-01-27 14:24:21'),(8,NULL,NULL,'PS_REWRITING_SETTINGS','0','0000-00-00 00:00:00','2022-01-27 15:28:24'),(9,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(10,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(11,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_PRODUCTS_PER_PAGE','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_SSL_ENABLED','1','0000-00-00 00:00:00','2022-01-27 15:13:35'),(30,NULL,NULL,'PS_WEIGHT_UNIT','kg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(31,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','14','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_INVOICE_PREFIX','#IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_INVCE_INVOICE_ADDR_RULES','{\"avoid\":[]}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVCE_DELIVERY_ADDR_RULES','{\"avoid\":[]}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_DELIVERY_PREFIX','#DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_NUMBER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_RETURN_PREFIX','#RE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(44,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_PASSWD_RESET_VALIDITY','1440','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_FUZZY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_FUZZY_MAX_LOOP','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_MAX_WORD_LENGTH','15','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(61,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(63,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_TIMEZONE','Europe/Vilnius','0000-00-00 00:00:00','2022-01-27 14:24:21'),(66,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(74,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(75,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_VOLUME_UNIT','L','0000-00-00 00:00:00','2022-03-10 17:48:21'),(77,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(85,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(86,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(88,NULL,NULL,'PS_DISTANCE_UNIT','km','0000-00-00 00:00:00','0000-00-00 00:00:00'),(89,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'SHOP_LOGO_WIDTH','100','0000-00-00 00:00:00','2022-01-27 14:24:21'),(91,NULL,NULL,'SHOP_LOGO_HEIGHT','28','0000-00-00 00:00:00','2022-01-27 14:24:21'),(92,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(93,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(98,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(99,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2022-01-27 14:24:21'),(101,NULL,NULL,'PS_LOCALE_COUNTRY','lt','0000-00-00 00:00:00','2022-01-27 14:24:21'),(102,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(103,NULL,NULL,'PS_SMARTY_CACHE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(104,NULL,NULL,'PS_DIMENSION_UNIT','cm','0000-00-00 00:00:00','0000-00-00 00:00:00'),(105,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(106,NULL,NULL,'PS_DISPLAY_SUPPLIERS',NULL,'0000-00-00 00:00:00','2022-01-27 15:13:35'),(107,NULL,NULL,'PS_DISPLAY_MANUFACTURERS','1','0000-00-00 00:00:00','2022-01-27 15:13:35'),(108,NULL,NULL,'PS_DISPLAY_BEST_SELLERS','1','0000-00-00 00:00:00','2022-01-27 15:13:35'),(109,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;::1;188.165.122;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;91.240.109;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_OS_WS_PAYMENT','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_OS_OUTOFSTOCK_PAID','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(129,NULL,NULL,'PS_OS_OUTOFSTOCK_UNPAID','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_OS_COD_VALIDATION','13','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_IMAGE_QUALITY','png','0000-00-00 00:00:00','2022-01-27 14:25:15'),(133,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(138,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(139,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(140,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(141,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(143,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(144,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2022-01-27 14:25:29'),(145,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2022-03-15 08:02:04'),(148,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_CANCEL_REASON','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_STOCK_CUSTOMER_RETURN_REASON','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_STOCK_MVT_INC_EMPLOYEE_EDITION','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_STOCK_MVT_DEC_EMPLOYEE_EDITION','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(182,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(183,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(184,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(185,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(186,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(187,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(188,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(190,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','2022-01-27 15:13:35'),(192,NULL,NULL,'PS_STATS_RENDER','graphnvd3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(193,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(202,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(203,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(204,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(205,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(207,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(208,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(209,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(210,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT3,CAT6,CAT9','0000-00-00 00:00:00','2022-01-27 14:24:25'),(211,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(212,NULL,NULL,'BLOCKSOCIAL_FACEBOOK',NULL,'0000-00-00 00:00:00','2022-01-27 14:24:25'),(213,NULL,NULL,'BLOCKSOCIAL_TWITTER',NULL,'0000-00-00 00:00:00','2022-01-27 14:24:25'),(214,NULL,NULL,'BLOCKSOCIAL_RSS',NULL,'0000-00-00 00:00:00','2022-01-27 14:24:25'),(215,NULL,NULL,'BLOCKCONTACTINFOS_COMPANY','Your company','0000-00-00 00:00:00','0000-00-00 00:00:00'),(216,NULL,NULL,'BLOCKCONTACTINFOS_ADDRESS','Address line 1\nCity\nCountry','0000-00-00 00:00:00','0000-00-00 00:00:00'),(217,NULL,NULL,'BLOCKCONTACTINFOS_PHONE','0123-456-789','0000-00-00 00:00:00','0000-00-00 00:00:00'),(218,NULL,NULL,'BLOCKCONTACTINFOS_EMAIL','pub@prestashop.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(219,NULL,NULL,'BLOCKCONTACT_TELNUMBER','0123-456-789','0000-00-00 00:00:00','0000-00-00 00:00:00'),(220,NULL,NULL,'BLOCKCONTACT_EMAIL','pub@prestashop.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(221,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(225,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(226,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'BLOCKREINSURANCE_NBBLOCKS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(228,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(229,NULL,NULL,'HOMESLIDER_SPEED','5000','0000-00-00 00:00:00','2022-01-27 14:24:24'),(230,NULL,NULL,'HOMESLIDER_PAUSE','7700','0000-00-00 00:00:00','0000-00-00 00:00:00'),(231,NULL,NULL,'HOMESLIDER_LOOP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(232,NULL,NULL,'PS_BASE_DISTANCE_UNIT','m','0000-00-00 00:00:00','0000-00-00 00:00:00'),(233,NULL,NULL,'PS_SHOP_DOMAIN','demoshop.eu.ngrok.io','0000-00-00 00:00:00','2022-01-27 15:28:24'),(234,NULL,NULL,'PS_SHOP_DOMAIN_SSL','demoshop.eu.ngrok.io','0000-00-00 00:00:00','0000-00-00 00:00:00'),(235,NULL,NULL,'PS_SHOP_NAME','prestashop177','0000-00-00 00:00:00','2022-01-27 14:24:21'),(236,NULL,NULL,'PS_SHOP_EMAIL','demo@demo.com','0000-00-00 00:00:00','2022-01-27 14:24:21'),(237,NULL,NULL,'PS_MAIL_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(238,NULL,NULL,'PS_SHOP_ACTIVITY',NULL,'0000-00-00 00:00:00','2022-01-27 15:13:35'),(239,NULL,NULL,'PS_LOGO','logo.png','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_STORES_ICON','logo_stores.png','0000-00-00 00:00:00','0000-00-00 00:00:00'),(242,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(243,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(244,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(245,NULL,NULL,'PS_MAIL_SERVER','smtp.','0000-00-00 00:00:00','0000-00-00 00:00:00'),(246,NULL,NULL,'PS_MAIL_USER','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'PS_MAIL_PASSWD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(248,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION','off','0000-00-00 00:00:00','0000-00-00 00:00:00'),(249,NULL,NULL,'PS_MAIL_SMTP_PORT','25','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(251,NULL,NULL,'NW_SALT','NtviJQrG6Rf1ox2m','0000-00-00 00:00:00','2022-01-27 14:24:24'),(252,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(253,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(254,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(259,NULL,NULL,'PS_DASHBOARD_USE_PUSH','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(260,NULL,NULL,'PS_ATTRIBUTE_ANCHOR_SEPARATOR','-','0000-00-00 00:00:00','0000-00-00 00:00:00'),(261,NULL,NULL,'CONF_AVERAGE_PRODUCT_MARGIN','40','0000-00-00 00:00:00','0000-00-00 00:00:00'),(262,NULL,NULL,'PS_DASHBOARD_SIMULATION','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(263,NULL,NULL,'PS_USE_HTMLPURIFIER','1','0000-00-00 00:00:00','2022-01-27 15:13:35'),(264,NULL,NULL,'PS_SMARTY_CACHING_TYPE','filesystem','0000-00-00 00:00:00','0000-00-00 00:00:00'),(265,NULL,NULL,'PS_SMARTY_LOCAL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(266,NULL,NULL,'PS_SMARTY_CLEAR_CACHE','everytime','0000-00-00 00:00:00','0000-00-00 00:00:00'),(267,NULL,NULL,'PS_DETECT_LANG','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(268,NULL,NULL,'PS_DETECT_COUNTRY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(269,NULL,NULL,'PS_ROUND_TYPE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(270,NULL,NULL,'PS_LOG_EMAILS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(271,NULL,NULL,'PS_CUSTOMER_OPTIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(272,NULL,NULL,'PS_CUSTOMER_BIRTHDATE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(273,NULL,NULL,'PS_PACK_STOCK_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(274,NULL,NULL,'PS_LOG_MODULE_PERFS_MODULO','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(275,NULL,NULL,'PS_DISALLOW_HISTORY_REORDERING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(276,NULL,NULL,'PS_DISPLAY_PRODUCT_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(277,NULL,NULL,'PS_PRODUCT_WEIGHT_PRECISION','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(278,NULL,NULL,'PS_ACTIVE_CRONJOB_EXCHANGE_RATE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(279,NULL,NULL,'PS_ORDER_RECALCULATE_SHIPPING','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(280,NULL,NULL,'PS_MAINTENANCE_TEXT','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(281,NULL,NULL,'PS_PRODUCT_SHORT_DESC_LIMIT','800','0000-00-00 00:00:00','0000-00-00 00:00:00'),(282,NULL,NULL,'PS_LABEL_IN_STOCK_PRODUCTS','In Stock','0000-00-00 00:00:00','0000-00-00 00:00:00'),(283,NULL,NULL,'PS_LABEL_OOS_PRODUCTS_BOA','Product available for orders','0000-00-00 00:00:00','0000-00-00 00:00:00'),(284,NULL,NULL,'PS_LABEL_OOS_PRODUCTS_BOD','Out-of-Stock','0000-00-00 00:00:00','0000-00-00 00:00:00'),(285,NULL,NULL,'PS_CATALOG_MODE_WITH_PRICES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(286,NULL,NULL,'PS_MAIL_THEME','modern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(287,NULL,NULL,'PS_ORDER_PRODUCTS_NB_PER_PAGE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(288,NULL,NULL,'PS_SSL_ENABLED_EVERYWHERE','1','2022-01-27 14:24:21','2022-01-27 15:13:35'),(289,NULL,NULL,'DASHACTIVITY_CART_ACTIVE','30','2022-01-27 14:24:22','2022-01-27 14:24:22'),(290,NULL,NULL,'DASHACTIVITY_CART_ABANDONED_MIN','24','2022-01-27 14:24:22','2022-01-27 14:24:22'),(291,NULL,NULL,'DASHACTIVITY_CART_ABANDONED_MAX','48','2022-01-27 14:24:22','2022-01-27 14:24:22'),(292,NULL,NULL,'DASHACTIVITY_VISITOR_ONLINE','30','2022-01-27 14:24:22','2022-01-27 14:24:22'),(293,NULL,NULL,'PS_DASHGOALS_CURRENT_YEAR','2022','2022-01-27 14:24:22','2022-01-27 14:24:22'),(294,NULL,NULL,'DASHPRODUCT_NBR_SHOW_LAST_ORDER','10','2022-01-27 14:24:22','2022-01-27 14:24:22'),(295,NULL,NULL,'DASHPRODUCT_NBR_SHOW_BEST_SELLER','10','2022-01-27 14:24:22','2022-01-27 14:24:22'),(296,NULL,NULL,'DASHPRODUCT_NBR_SHOW_MOST_VIEWED','10','2022-01-27 14:24:22','2022-01-27 14:24:22'),(297,NULL,NULL,'DASHPRODUCT_NBR_SHOW_TOP_SEARCH','10','2022-01-27 14:24:22','2022-01-27 14:24:22'),(298,NULL,NULL,'GSITEMAP_PRIORITY_HOME','1','2022-01-27 14:24:23','2022-01-27 14:24:23'),(299,NULL,NULL,'GSITEMAP_PRIORITY_PRODUCT','0.9','2022-01-27 14:24:23','2022-01-27 14:24:23'),(300,NULL,NULL,'GSITEMAP_PRIORITY_CATEGORY','0.8','2022-01-27 14:24:23','2022-01-27 14:24:23'),(301,NULL,NULL,'GSITEMAP_PRIORITY_CMS','0.7','2022-01-27 14:24:23','2022-01-27 14:24:23'),(302,NULL,NULL,'GSITEMAP_FREQUENCY','weekly','2022-01-27 14:24:23','2022-01-27 14:24:23'),(303,NULL,NULL,'PRODUCT_COMMENTS_MINIMAL_TIME','30','2022-01-27 14:24:23','2022-01-27 14:24:23'),(304,NULL,NULL,'PRODUCT_COMMENTS_ALLOW_GUESTS','0','2022-01-27 14:24:23','2022-01-27 14:24:23'),(305,NULL,NULL,'PRODUCT_COMMENTS_USEFULNESS','1','2022-01-27 14:24:23','2022-01-27 14:24:23'),(306,NULL,NULL,'PRODUCT_COMMENTS_COMMENTS_PER_PAGE','5','2022-01-27 14:24:23','2022-01-27 14:24:23'),(307,NULL,NULL,'PRODUCT_COMMENTS_ANONYMISATION','0','2022-01-27 14:24:23','2022-01-27 14:24:23'),(308,NULL,NULL,'PRODUCT_COMMENTS_MODERATE','1','2022-01-27 14:24:23','2022-01-27 14:24:23'),(309,NULL,NULL,'BANNER_IMG',NULL,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(310,NULL,NULL,'BANNER_LINK',NULL,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(311,NULL,NULL,'BANNER_DESC',NULL,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(312,NULL,NULL,'BLOCK_CATEG_ROOT_CATEGORY','1','2022-01-27 14:24:23','2022-01-27 14:24:23'),(313,NULL,NULL,'CONF_PS_CHECKPAYMENT_FIXED','0.2','2022-01-27 14:24:23','2022-01-27 14:24:23'),(314,NULL,NULL,'CONF_PS_CHECKPAYMENT_VAR','2','2022-01-27 14:24:23','2022-01-27 14:24:23'),(315,NULL,NULL,'CONF_PS_CHECKPAYMENT_FIXED_FOREIGN','0.2','2022-01-27 14:24:23','2022-01-27 14:24:23'),(316,NULL,NULL,'CONF_PS_CHECKPAYMENT_VAR_FOREIGN','2','2022-01-27 14:24:23','2022-01-27 14:24:23'),(317,NULL,NULL,'PS_CONTACT_INFO_DISPLAY_EMAIL','1','2022-01-27 14:24:23','2022-01-27 14:24:23'),(318,NULL,NULL,'CROSSSELLING_DISPLAY_PRICE','1','2022-01-27 14:24:23','2022-01-27 14:24:23'),(319,NULL,NULL,'CROSSSELLING_NBR','8','2022-01-27 14:24:23','2022-01-27 14:24:23'),(320,NULL,NULL,'CUSTPRIV_MSG_AUTH',NULL,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(321,NULL,NULL,'PS_NEWSLETTER_RAND','13153990281420452835','2022-01-27 14:24:24','2022-01-27 14:24:24'),(322,NULL,NULL,'NW_CONDITIONS',NULL,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(332,NULL,NULL,'CHECKBOX_ORDER','1','2022-01-27 14:24:24','2022-01-27 14:24:24'),(333,NULL,NULL,'CHECKBOX_CUSTOMER','1','2022-01-27 14:24:24','2022-01-27 14:24:24'),(334,NULL,NULL,'CHECKBOX_MESSAGE','1','2022-01-27 14:24:24','2022-01-27 14:24:24'),(335,NULL,NULL,'BACKGROUND_COLOR_FAVICONBO','#DF0067','2022-01-27 14:24:24','2022-01-27 14:24:24'),(336,NULL,NULL,'TEXT_COLOR_FAVICONBO','#FFFFFF','2022-01-27 14:24:24','2022-01-27 14:24:24'),(337,NULL,NULL,'HOME_FEATURED_CAT','2','2022-01-27 14:24:24','2022-01-27 14:24:24'),(338,NULL,NULL,'HOMESLIDER_PAUSE_ON_HOVER','1','2022-01-27 14:24:24','2022-01-27 14:24:24'),(339,NULL,NULL,'HOMESLIDER_WRAP','1','2022-01-27 14:24:24','2022-01-27 14:24:24'),(340,NULL,NULL,'PS_SC_TWITTER','1','2022-01-27 14:24:25','2022-01-27 14:24:25'),(341,NULL,NULL,'PS_SC_FACEBOOK','1','2022-01-27 14:24:25','2022-01-27 14:24:25'),(342,NULL,NULL,'PS_SC_PINTEREST','1','2022-01-27 14:24:25','2022-01-27 14:24:25'),(343,NULL,NULL,'BLOCKSOCIAL_YOUTUBE',NULL,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(344,NULL,NULL,'BLOCKSOCIAL_PINTEREST',NULL,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(345,NULL,NULL,'BLOCKSOCIAL_VIMEO',NULL,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(346,NULL,NULL,'BLOCKSOCIAL_INSTAGRAM',NULL,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(347,NULL,NULL,'BLOCKSOCIAL_LINKEDIN',NULL,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(348,NULL,NULL,'BANK_WIRE_PAYMENT_INVITE','1','2022-01-27 14:24:25','2022-01-27 14:24:25'),(349,NULL,NULL,'CONF_PS_WIREPAYMENT_FIXED','0.2','2022-01-27 14:24:25','2022-01-27 14:24:25'),(350,NULL,NULL,'CONF_PS_WIREPAYMENT_VAR','2','2022-01-27 14:24:25','2022-01-27 14:24:25'),(351,NULL,NULL,'CONF_PS_WIREPAYMENT_FIXED_FOREIGN','0.2','2022-01-27 14:24:25','2022-01-27 14:24:25'),(352,NULL,NULL,'CONF_PS_WIREPAYMENT_VAR_FOREIGN','2','2022-01-27 14:24:25','2022-01-27 14:24:25'),(353,NULL,NULL,'GF_INSTALL_CALC','1','2022-01-27 14:25:03','2022-01-27 14:26:45'),(354,NULL,NULL,'GF_CURRENT_LEVEL','1','2022-01-27 14:25:03','2022-01-27 14:25:03'),(355,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','75','2022-01-27 14:25:03','2022-01-27 15:13:53'),(356,NULL,NULL,'GF_NOTIFICATION','7','2022-01-27 14:25:03','2022-01-27 15:13:53'),(357,NULL,NULL,'PSGDPR_CREATION_FORM_SWITCH','1','2022-01-27 14:25:03','2022-01-27 14:25:03'),(358,NULL,NULL,'PSGDPR_CREATION_FORM',NULL,'2022-01-27 14:25:03','2022-01-27 14:25:03'),(359,NULL,NULL,'PSGDPR_CUSTOMER_FORM_SWITCH','1','2022-01-27 14:25:03','2022-01-27 14:25:03'),(360,NULL,NULL,'PSGDPR_CUSTOMER_FORM',NULL,'2022-01-27 14:25:03','2022-01-27 14:25:03'),(361,NULL,NULL,'PSGDPR_ANONYMOUS_CUSTOMER','1','2022-01-27 14:25:03','2022-01-27 14:25:03'),(362,NULL,NULL,'PSGDPR_ANONYMOUS_ADDRESS','1','2022-01-27 14:25:03','2022-01-27 14:25:03'),(363,NULL,NULL,'PS_METRICS_MODULES_STATES',NULL,'2022-01-27 14:25:04','2022-01-27 14:25:04'),(364,NULL,NULL,'0','PS_FACEBOOK_PIXEL_ID','2022-01-27 14:25:05','2022-01-27 14:25:05'),(365,NULL,NULL,'1','PS_FACEBOOK_ACCESS_TOKEN','2022-01-27 14:25:05','2022-01-27 14:25:05'),(366,NULL,NULL,'2','PS_FACEBOOK_PROFILES','2022-01-27 14:25:05','2022-01-27 14:25:05'),(367,NULL,NULL,'3','PS_FACEBOOK_PAGES','2022-01-27 14:25:05','2022-01-27 14:25:05'),(368,NULL,NULL,'4','PS_FACEBOOK_BUSINESS_MANAGER_ID','2022-01-27 14:25:05','2022-01-27 14:25:05'),(369,NULL,NULL,'5','PS_FACEBOOK_AD_ACCOUNT_ID','2022-01-27 14:25:05','2022-01-27 14:25:05'),(370,NULL,NULL,'6','PS_FACEBOOK_CATALOG_ID','2022-01-27 14:25:05','2022-01-27 14:25:05'),(371,NULL,NULL,'7','PS_FACEBOOK_EXTERNAL_BUSINESS_ID','2022-01-27 14:25:05','2022-01-27 14:25:05'),(372,NULL,NULL,'8','PS_FACEBOOK_PIXEL_ENABLED','2022-01-27 14:25:05','2022-01-27 14:25:05'),(373,NULL,NULL,'9','PS_FACEBOOK_PRODUCT_SYNC_FIRST_START','2022-01-27 14:25:05','2022-01-27 14:25:05'),(374,NULL,NULL,'10','PS_FACEBOOK_PRODUCT_SYNC_ON','2022-01-27 14:25:05','2022-01-27 14:25:05'),(375,NULL,NULL,'PSR_HOOK_HEADER','0','2022-01-27 14:25:16','2022-01-27 14:25:16'),(376,NULL,NULL,'PSR_HOOK_FOOTER','0','2022-01-27 14:25:16','2022-01-27 14:25:16'),(377,NULL,NULL,'PSR_HOOK_PRODUCT','1','2022-01-27 14:25:16','2022-01-27 14:25:16'),(378,NULL,NULL,'PSR_HOOK_CHECKOUT','1','2022-01-27 14:25:16','2022-01-27 14:25:16'),(379,NULL,NULL,'PSR_ICON_COLOR','#F19D76','2022-01-27 14:25:16','2022-01-27 14:25:16'),(380,NULL,NULL,'PSR_TEXT_COLOR','#000000','2022-01-27 14:25:16','2022-01-27 14:25:16'),(381,NULL,NULL,'PS_LAYERED_CACHE_ENABLED','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(382,NULL,NULL,'PS_LAYERED_SHOW_QTIES','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(383,NULL,NULL,'PS_LAYERED_FULL_TREE','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(384,NULL,NULL,'PS_LAYERED_FILTER_PRICE_USETAX','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(385,NULL,NULL,'PS_LAYERED_FILTER_CATEGORY_DEPTH','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(386,NULL,NULL,'PS_LAYERED_FILTER_PRICE_ROUNDING','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(387,NULL,NULL,'PS_LAYERED_FILTER_SHOW_OUT_OF_STOCK_LAST','0','2022-01-27 14:25:31','2022-01-27 14:25:31'),(388,NULL,NULL,'PS_LAYERED_FILTER_BY_DEFAULT_CATEGORY','0','2022-01-27 14:25:31','2022-01-27 14:25:31'),(389,NULL,NULL,'PS_LAYERED_INDEXED','1','2022-01-27 14:25:31','2022-01-27 14:25:31'),(390,NULL,NULL,'GF_NOT_VIEWED_BADGE','147','2022-01-27 14:26:45','2022-01-27 15:13:53'),(391,NULL,NULL,'ONBOARDINGV2_SHUT_DOWN','1','2022-01-27 14:26:52','2022-01-27 14:26:52'),(392,NULL,NULL,'ONBOARDINGV2_CURRENT_STEP','14','2022-01-27 14:26:53','2022-01-27 14:26:53'),(393,NULL,NULL,'PS_MULTISHOP_FEATURE_ACTIVE','1','2022-01-27 15:13:35','2022-01-27 15:13:35'),(394,NULL,NULL,'PS_CCCJS_VERSION','3','2022-01-27 15:14:09','2022-01-27 15:28:24'),(395,NULL,NULL,'PS_CCCCSS_VERSION','3','2022-01-27 15:14:09','2022-01-27 15:28:24'),(396,1,1,'CONF_MOLLIE_FIXED','0.2','2022-01-27 15:24:38','2022-01-27 15:24:38'),(397,1,1,'CONF_MOLLIE_VAR','2','2022-01-27 15:24:38','2022-01-27 15:24:38'),(398,1,1,'CONF_MOLLIE_FIXED_FOREIGN','0.2','2022-01-27 15:24:38','2022-01-27 15:24:38'),(399,1,1,'CONF_MOLLIE_VAR_FOREIGN','2','2022-01-27 15:24:38','2022-01-27 15:24:38'),(400,1,1,'MOLLIE_STATUS_PARTIAL_REFUND','14','2022-01-27 15:24:39','2022-03-15 08:20:01'),(401,1,2,'MOLLIE_STATUS_PARTIAL_REFUND','14','2022-01-27 15:24:39','2022-03-15 08:05:09'),(402,1,1,'MOLLIE_STATUS_AWAITING','15','2022-01-27 15:24:39','2022-03-15 08:20:01'),(403,1,2,'MOLLIE_STATUS_AWAITING','15','2022-01-27 15:24:39','2022-01-27 15:24:39'),(404,1,1,'MOLLIE_PARTIALLY_SHIPPED','16','2022-01-27 15:24:39','2022-01-27 15:24:39'),(405,1,2,'MOLLIE_PARTIALLY_SHIPPED','16','2022-01-27 15:24:39','2022-01-27 15:24:39'),(406,1,1,'MOLLIE_STATUS_ORDER_COMPLETED','17','2022-01-27 15:24:39','2022-01-27 15:24:39'),(407,1,2,'MOLLIE_STATUS_ORDER_COMPLETED','17','2022-01-27 15:24:39','2022-01-27 15:24:39'),(408,1,1,'MOLLIE_STATUS_KLARNA_AUTHORIZED','18','2022-01-27 15:24:39','2022-01-27 15:24:39'),(409,1,2,'MOLLIE_STATUS_KLARNA_AUTHORIZED','18','2022-01-27 15:24:39','2022-01-27 15:24:39'),(410,1,1,'MOLLIE_KLARNA_INVOICE_ON','MOLLIE_STATUS_DEFAULT','2022-01-27 15:24:39','2022-03-15 08:20:01'),(411,1,2,'MOLLIE_KLARNA_INVOICE_ON','MOLLIE_STATUS_KLARNA_AUTHORIZED','2022-01-27 15:24:39','2022-01-27 15:24:39'),(412,1,1,'MOLLIE_STATUS_KLARNA_SHIPPED','19','2022-01-27 15:24:39','2022-01-27 15:24:39'),(413,1,2,'MOLLIE_STATUS_KLARNA_SHIPPED','19','2022-01-27 15:24:39','2022-01-27 15:24:39'),(418,1,1,'MOLLIE_ENVIRONMENT','0','2022-01-27 15:24:39','2022-03-15 08:20:01'),(419,1,2,'MOLLIE_ENVIRONMENT','0','2022-01-27 15:24:39','2022-03-15 08:05:09'),(440,1,1,'MOLLIE_STATUS_OPEN','15','2022-01-27 15:24:39','2022-03-15 08:20:01'),(441,1,2,'MOLLIE_STATUS_OPEN','15','2022-01-27 15:24:39','2022-03-15 08:05:09'),(442,1,1,'MOLLIE_STATUS_PAID','2','2022-01-27 15:24:39','2022-03-15 08:20:01'),(443,1,2,'MOLLIE_STATUS_PAID','2','2022-01-27 15:24:39','2022-03-15 08:05:09'),(444,1,1,'MOLLIE_STATUS_COMPLETED','17','2022-01-27 15:24:39','2022-03-15 08:20:01'),(445,1,2,'MOLLIE_STATUS_COMPLETED','17','2022-01-27 15:24:39','2022-03-15 08:05:09'),(446,1,1,'MOLLIE_STATUS_CANCELED','6','2022-01-27 15:24:39','2022-03-15 08:20:01'),(447,1,2,'MOLLIE_STATUS_CANCELED','6','2022-01-27 15:24:39','2022-03-15 08:05:09'),(448,1,1,'MOLLIE_STATUS_EXPIRED','6','2022-01-27 15:24:39','2022-03-15 08:20:01'),(449,1,2,'MOLLIE_STATUS_EXPIRED','6','2022-01-27 15:24:39','2022-03-15 08:05:09'),(450,1,1,'MOLLIE_STATUS_REFUNDED','7','2022-01-27 15:24:39','2022-03-15 08:20:01'),(451,1,2,'MOLLIE_STATUS_REFUNDED','7','2022-01-27 15:24:39','2022-03-15 08:05:09'),(452,1,1,'MOLLIE_STATUS_SHIPPING','16','2022-01-27 15:24:39','2022-03-15 08:20:01'),(453,1,2,'MOLLIE_STATUS_SHIPPING','16','2022-01-27 15:24:39','2022-03-15 08:05:09'),(470,1,1,'MOLLIE_VOUCHER_FEATURE_meal','11','2022-01-27 15:24:39','2022-01-27 15:24:39'),(471,1,2,'MOLLIE_VOUCHER_FEATURE_meal','11','2022-01-27 15:24:39','2022-01-27 15:24:39'),(472,1,1,'MOLLIE_VOUCHER_FEATURE_gift','12','2022-01-27 15:24:39','2022-01-27 15:24:39'),(473,1,2,'MOLLIE_VOUCHER_FEATURE_gift','12','2022-01-27 15:24:39','2022-01-27 15:24:39'),(474,1,1,'MOLLIE_VOUCHER_FEATURE_eco','13','2022-01-27 15:24:39','2022-01-27 15:24:39'),(475,1,2,'MOLLIE_VOUCHER_FEATURE_eco','13','2022-01-27 15:24:39','2022-01-27 15:24:39'),(476,1,1,'MOLLIE_VOUCHER_FEATURE_ID','3','2022-01-27 15:24:39','2022-01-27 15:24:39'),(477,1,2,'MOLLIE_VOUCHER_FEATURE_ID','3','2022-01-27 15:24:39','2022-01-27 15:24:39'),(478,NULL,NULL,'PS_ROUTE_category_rule','{id}-{rewrite}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(479,NULL,NULL,'PS_ROUTE_supplier_rule','supplier/{id}-{rewrite}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(480,NULL,NULL,'PS_ROUTE_manufacturer_rule','brand/{id}-{rewrite}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(481,NULL,NULL,'PS_ROUTE_cms_rule','content/{id}-{rewrite}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(482,NULL,NULL,'PS_ROUTE_cms_category_rule','content/category/{id}-{rewrite}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(483,NULL,NULL,'PS_ROUTE_module','module/{module}{/:controller}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(484,NULL,NULL,'PS_ROUTE_product_rule','{category:/}{id}{-:id_product_attribute}-{rewrite}{-:ean13}.html','2022-01-27 15:28:24','2022-01-27 15:28:24'),(485,NULL,NULL,'PS_ROUTE_layered_rule','{id}-{rewrite}{/:selected_filters}','2022-01-27 15:28:24','2022-01-27 15:28:24'),(486,1,1,'PS_MAIL_EMAIL_MESSAGE','2','2022-01-27 16:02:41','2022-01-27 16:02:41'),(487,1,1,'PS_MAIL_METHOD','3','2022-01-27 16:02:41','2022-01-27 16:02:41'),(488,1,1,'PS_LOG_EMAILS','1','2022-01-27 16:02:41','2022-01-27 16:02:41'),(489,1,1,'PS_MAIL_DOMAIN',NULL,'2022-01-27 16:02:41','2022-01-27 16:02:41'),(491,1,1,'MOLLIE_SHOW_CUSTOM_LOGO','0','2022-01-27 16:38:32','2022-03-15 08:20:01'),(493,1,1,'MOLLIE_SINGLE_CLICK_PAYMENT',NULL,'2022-01-27 16:38:32','2022-03-15 08:17:17'),(494,1,1,'MOLLIE_VOUCHER_CATEGORY','null','2022-01-27 16:38:32','2022-03-15 08:20:01'),(495,1,1,'BANNER_IMG',NULL,'2022-01-27 16:43:24','2022-01-27 16:43:24'),(496,1,1,'BANNER_LINK',NULL,'2022-01-27 16:43:24','2022-01-27 16:43:24'),(497,1,1,'BANNER_DESC',NULL,'2022-01-27 16:43:24','2022-01-27 16:43:24'),(498,1,1,'PS_VOLUME_UNIT','L','2022-01-27 16:43:28','2022-01-27 16:43:28'),(620,NULL,NULL,'PS_SHOWCASECARD_CUSTOMERS_CLOSED','1','2022-03-15 07:45:47','2022-03-15 07:45:47'); -/*!40000 ALTER TABLE `ps_configuration` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration_kpi` --- - -DROP TABLE IF EXISTS `ps_configuration_kpi`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration_kpi` ( - `id_configuration_kpi` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned DEFAULT NULL, - `id_shop` int(11) unsigned DEFAULT NULL, - `name` varchar(64) NOT NULL, - `value` text, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_configuration_kpi`), - KEY `name` (`name`), - KEY `id_shop` (`id_shop`), - KEY `id_shop_group` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=69 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration_kpi` --- - -LOCK TABLES `ps_configuration_kpi` WRITE; -/*!40000 ALTER TABLE `ps_configuration_kpi` DISABLE KEYS */; -INSERT INTO `ps_configuration_kpi` VALUES (1,NULL,NULL,'DASHGOALS_TRAFFIC_01_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(2,NULL,NULL,'DASHGOALS_CONVERSION_01_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(3,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_01_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(4,NULL,NULL,'DASHGOALS_TRAFFIC_02_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(5,NULL,NULL,'DASHGOALS_CONVERSION_02_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(6,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_02_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(7,NULL,NULL,'DASHGOALS_TRAFFIC_03_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(8,NULL,NULL,'DASHGOALS_CONVERSION_03_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(9,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_03_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(10,NULL,NULL,'DASHGOALS_TRAFFIC_04_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(11,NULL,NULL,'DASHGOALS_CONVERSION_04_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(12,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_04_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(13,NULL,NULL,'DASHGOALS_TRAFFIC_05_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(14,NULL,NULL,'DASHGOALS_CONVERSION_05_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(15,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_05_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(16,NULL,NULL,'DASHGOALS_TRAFFIC_06_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(17,NULL,NULL,'DASHGOALS_CONVERSION_06_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(18,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_06_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(19,NULL,NULL,'DASHGOALS_TRAFFIC_07_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(20,NULL,NULL,'DASHGOALS_CONVERSION_07_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(21,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_07_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(22,NULL,NULL,'DASHGOALS_TRAFFIC_08_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(23,NULL,NULL,'DASHGOALS_CONVERSION_08_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(24,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_08_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(25,NULL,NULL,'DASHGOALS_TRAFFIC_09_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(26,NULL,NULL,'DASHGOALS_CONVERSION_09_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(27,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_09_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(28,NULL,NULL,'DASHGOALS_TRAFFIC_10_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(29,NULL,NULL,'DASHGOALS_CONVERSION_10_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(30,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_10_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(31,NULL,NULL,'DASHGOALS_TRAFFIC_11_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(32,NULL,NULL,'DASHGOALS_CONVERSION_11_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(33,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_11_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(34,NULL,NULL,'DASHGOALS_TRAFFIC_12_2022','600','2022-01-27 14:24:22','2022-01-27 14:24:22'),(35,NULL,NULL,'DASHGOALS_CONVERSION_12_2022','2','2022-01-27 14:24:22','2022-01-27 14:24:22'),(36,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_12_2022','80','2022-01-27 14:24:22','2022-01-27 14:24:22'),(37,1,1,'CONVERSION_RATE','0%','2022-01-27 15:13:57','2022-01-27 15:13:57'),(38,1,1,'CONVERSION_RATE_EXPIRE','1643320800','2022-01-27 15:13:57','2022-01-27 15:13:57'),(39,1,1,'AVG_ORDER_VALUE','€0.00','2022-01-27 15:13:57','2022-01-27 15:13:57'),(40,1,1,'AVG_ORDER_VALUE_EXPIRE','1643320800','2022-01-27 15:13:57','2022-01-27 15:13:57'),(41,1,1,'ABANDONED_CARTS','0','2022-01-27 15:13:57','2022-01-27 15:13:57'),(42,1,1,'ABANDONED_CARTS_EXPIRE','1643292837','2022-01-27 15:13:57','2022-01-27 15:13:57'),(43,1,1,'NETPROFIT_VISIT','€0.00','2022-01-27 15:13:57','2022-01-27 15:13:57'),(44,1,1,'NETPROFIT_VISIT_EXPIRE','1643320800','2022-01-27 15:13:57','2022-01-27 15:13:57'),(45,NULL,NULL,'CONVERSION_RATE','0%','2022-01-27 15:28:07','2022-01-27 15:28:07'),(46,NULL,NULL,'CONVERSION_RATE_EXPIRE','1643320800','2022-01-27 15:28:07','2022-01-27 15:28:07'),(47,NULL,NULL,'ABANDONED_CARTS','0','2022-01-27 15:28:07','2022-01-27 15:28:07'),(48,NULL,NULL,'ABANDONED_CARTS_EXPIRE','1643293687','2022-01-27 15:28:07','2022-01-27 15:28:07'),(49,NULL,NULL,'AVG_ORDER_VALUE','€0.00','2022-01-27 15:28:07','2022-01-27 15:28:07'),(50,NULL,NULL,'AVG_ORDER_VALUE_EXPIRE','1643320800','2022-01-27 15:28:07','2022-01-27 15:28:07'),(51,NULL,NULL,'NETPROFIT_VISIT','€0.00','2022-01-27 15:28:07','2022-01-27 15:28:07'),(52,NULL,NULL,'NETPROFIT_VISIT_EXPIRE','1643320800','2022-01-27 15:28:07','2022-01-27 15:28:07'),(53,NULL,NULL,'NEWSLETTER_REGISTRATIONS','1','2022-03-15 07:45:31','2022-03-15 07:45:31'),(54,NULL,NULL,'NEWSLETTER_REGISTRATIONS_EXPIRE','1647344731','2022-03-15 07:45:31','2022-03-15 07:45:31'),(55,NULL,NULL,'ORDERS_PER_CUSTOMER','0','2022-03-15 07:45:31','2022-03-15 07:45:31'),(56,NULL,NULL,'ORDERS_PER_CUSTOMER_EXPIRE','1647409531','2022-03-15 07:45:31','2022-03-15 07:45:31'),(57,NULL,NULL,'AVG_CUSTOMER_AGE',NULL,'2022-03-15 07:45:31','2022-03-15 07:45:31'),(58,NULL,NULL,'AVG_CUSTOMER_AGE_EXPIRE',NULL,'2022-03-15 07:45:31','2022-03-15 07:45:31'),(59,NULL,NULL,'CUSTOMER_MAIN_GENDER',NULL,'2022-03-15 07:45:32','2022-03-15 07:45:32'),(60,NULL,NULL,'CUSTOMER_MAIN_GENDER_EXPIRE',NULL,'2022-03-15 07:45:32','2022-03-15 07:45:32'),(61,1,1,'CUSTOMER_MAIN_GENDER',NULL,'2022-03-15 07:46:10','2022-03-15 07:46:10'),(62,1,1,'CUSTOMER_MAIN_GENDER_EXPIRE',NULL,'2022-03-15 07:46:10','2022-03-15 07:46:10'),(63,1,1,'NEWSLETTER_REGISTRATIONS','1','2022-03-15 07:46:10','2022-03-15 07:46:10'),(64,1,1,'NEWSLETTER_REGISTRATIONS_EXPIRE','1647344770','2022-03-15 07:46:10','2022-03-15 07:46:10'),(65,1,1,'AVG_CUSTOMER_AGE',NULL,'2022-03-15 07:46:10','2022-03-15 07:46:10'),(66,1,1,'AVG_CUSTOMER_AGE_EXPIRE',NULL,'2022-03-15 07:46:10','2022-03-15 07:46:10'),(67,1,1,'ORDERS_PER_CUSTOMER','0','2022-03-15 07:46:10','2022-03-15 07:46:10'),(68,1,1,'ORDERS_PER_CUSTOMER_EXPIRE','1647409570','2022-03-15 07:46:10','2022-03-15 07:46:10'); -/*!40000 ALTER TABLE `ps_configuration_kpi` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration_kpi_lang` --- - -DROP TABLE IF EXISTS `ps_configuration_kpi_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration_kpi_lang` ( - `id_configuration_kpi` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `value` text, - `date_upd` datetime DEFAULT NULL, - PRIMARY KEY (`id_configuration_kpi`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration_kpi_lang` --- - -LOCK TABLES `ps_configuration_kpi_lang` WRITE; -/*!40000 ALTER TABLE `ps_configuration_kpi_lang` DISABLE KEYS */; -INSERT INTO `ps_configuration_kpi_lang` VALUES (57,1,'52 years','2022-03-15 07:45:31'),(58,1,'1647409531','2022-03-15 07:45:31'),(59,1,'100% Male Customers','2022-03-15 07:45:32'),(60,1,'1647409532','2022-03-15 07:45:32'),(61,1,'100% Male Customers','2022-03-15 07:46:10'),(62,1,'1647409570','2022-03-15 07:46:10'),(65,1,'52 years','2022-03-15 07:46:10'),(66,1,'1647409570','2022-03-15 07:46:10'); -/*!40000 ALTER TABLE `ps_configuration_kpi_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration_lang` --- - -DROP TABLE IF EXISTS `ps_configuration_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration_lang` ( - `id_configuration` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `value` text, - `date_upd` datetime DEFAULT NULL, - PRIMARY KEY (`id_configuration`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration_lang` --- - -LOCK TABLES `ps_configuration_lang` WRITE; -/*!40000 ALTER TABLE `ps_configuration_lang` DISABLE KEYS */; -INSERT INTO `ps_configuration_lang` VALUES (38,1,'#IN',NULL),(38,2,'#IN',NULL),(38,3,'RE',NULL),(41,1,'#DE',NULL),(41,2,'#DE',NULL),(41,3,'LI',NULL),(43,1,'#RE',NULL),(43,2,'#RE',NULL),(43,3,'RET',NULL),(54,1,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(54,2,'abi|abidvi|abiejose|abiejų|abiejuose|abiem|abigaliai|abipus|abu|abudu|ai|ana|anaiptol|anaisiais|anąja|anąją|anajai|anajam|anajame|anąjį|anapus|anas|anasai|anąsias|anasis|anei|aniedvi|anieji|aniesiems|anoji|anojo|anojoje|anokia|anoks|anosiomis|anosioms|anosios|anosiose|anot|ant|antai|anųjų|anuodu|anuoju|anuosiuose|anuosius|apie|aplink|ar|arba|argi|arti|aš|aukščiau|be|bei|beje|bemaž|bent|bet|betgi|beveik|dar|dargi|daugmaž|deja|dėka|dėl|dėlei|dėlto|ech|et|gal|galbūt|galgi|gan|gana|gi|greta|į|idant|iki|įkypai|ir|irgi|iš|išilgai|įstrižai|išvis|it|itin|jaisiais|jąja|jąją|jajai|jajam|jajame|jąsias|jei|jeigu|ji|jiedu|jiedvi|jieji|jiesiems|jįjį|jinai|jis|jisai|jog|joji|jojo|jojoje|jokia|joks|josiomis|josioms|josios|josiose|judu|judvi|jųjų|juk|jumis|jums|jumyse|juodu|juoju|juosiuose|juosius|jus|jūs|jūsiškė|jūsiškis|jūsų|kad|kada|kadangi|kai|kaip|kaipgi|kas|katra|katras|katriedvi|katruodu|kažin|kažkas|kažkatra|kažkatras|kažkokia|kažkoks|kažkuri|kažkuris|kiaurai|kiek|kiekvienas|kieno|kita|kitas|kitokia|kitoks|kodėl|kokia|koks|kol|kolei|kone|kuomet|kur|kurgi|kuri|kuriedvi|kuris|kuriuodu|lai|lig|ligi|link|lyg|man|manaisiais|manąja|manąją|manajai|manajam|manajame|manąjį|manas|manasai|manąsias|manasis|mane|manęs|manieji|maniesiems|manim|manimi|maniškė|maniškis|mano|manoji|manojo|manojoje|manosiomis|manosioms|manosios|manosiose|manųjų|manuoju|manuosiuose|manuosius|manyje|mat|maždaug|mažne|mes|mudu|mudvi|mumis|mums|mumyse|mus|mūsiškė|mūsiškis|mūsų|na|nagi|ne|nė|nebe|nebent|negi|negu|nei|nejau|nejaugi|nekaip|nelyginant|nes|net|netgi|netoli|neva|nors|nuo|o|ogi|oi|pačiais|pačiam|pačiame|pačiu|pačių|pačiuose|pačius|paeiliui|pagal|pakeliui|palaipsniui|palei|pas|pasak|paskos|paskui|paskum|pat|pati|patį|patiems|paties|pats|patys|per|pernelyg|pirm|pirma|pirmiau|po|prie|prieš|priešais|pro|pusiau|rasi|rodos|šalia|sau|savaisiais|savąja|savąją|savajai|savajam|savajame|savąjį|savas|savasai|savąsias|savasis|save|savęs|savieji|saviesiems|savimi|saviškė|saviškis|savo|savoji|savojo|savojoje|savosiomis|savosioms|savosios|savosiose|savųjų|savuoju|savuosiuose|savuosius|savyje|še|ši|šiaisiais|šiąja|šiąją|šiajai|šiajam|šiajame|šiapus|šiąsias|šiedvi|šieji|šiesiems|šįjį|šioji|šiojo|šiojoje|šiokia|šioks|šiosiomis|šiosioms|šiosios|šiosiose|šis|šisai|šit|šita|šitas|šitiedvi|šitokia|šitoks|šituodu|šiųjų|šiuodu|šiuoju|šiuosiuose|šiuosius|skersai|skradžiai|stačiai|štai|su|sulig|ta|tačiau|tad|tai|taigi|taip|taipogi|taisiais|tąja|tąją|tajai|tajam|tajame|tąjį|tamsta|tarp|tarsi|tartum|tarytum|tas|tasai|tąsias|tau|tavaisiais|tavąja|tavąją|tavajai|tavajam|tavajame|tavąjį|tavas|tavasai|tavąsias|tavasis|tave|tavęs|tavieji|taviesiems|tavimi|taviškė|taviškis|tavo|tavoji|tavojo|tavojoje|tavosiomis|tavosioms|tavosios|tavosiose|tavųjų|tavuoju|tavuosiuose|tavuosius|tavyje|te|tegu|tegul|tiedvi|tieji|ties|tiesiems|tiesiog|tik|tikriausiai|tiktai|toji|tojo|tojoje|tokia|toks|tol|tolei|toliau|tosiomis|tosioms|tosios|tosiose|tu|tųjų|tūlas|tuodu|tuoju|tuosiuose|tuosius|turbūt|už|užtat|užvis|va|vai|vėl|vėlgi|viduj|vidury|vien|vienas|vienokia|vienoks|vietoj|virš|viršuj|viršum|vis|vis dėlto|visa|visas|visgi|visokia|visoks|vos|ypač|žemiau',NULL),(54,3,'aber|als|auch|auf|aus|bei|bin|bis|bist|dadurch|daher|darum|das|daß|dass|dein|deine|dem|den|der|des|dessen|deshalb|die|dies|dieser|dieses|doch|dort|durch|ein|eine|einem|einen|einer|eines|euer|eure|für|hatte|hatten|hattest|hattet|hier|hinter|ich|ihr|ihre|im|in|ist|ja|jede|jedem|jeden|jeder|jedes|jener|jenes|jetzt|kann|kannst|können|könnt|machen|mein|meine|muß|mußt|musst|müssen|müßt|nach|nachdem|nein|nicht|oder|seid|sein|seine|sich|sind|soll|sollen|sollst|sollt|sonst|soweit|sowie|und|unser|unsere|unter|vom|von|vor|wann|warum|was|weiter|weitere|wenn|wer|werde|werden|werdet|weshalb|wie|wieder|wieso|wir|wird|wirst|woher|wohin|zum|zur|über',NULL),(80,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(80,2,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(80,3,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(280,1,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(280,2,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(280,3,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(282,1,'',NULL),(282,2,'',NULL),(282,3,'',NULL),(283,1,'',NULL),(283,2,'',NULL),(283,3,'',NULL),(284,1,'Out-of-Stock',NULL),(284,2,'Išparduota',NULL),(284,3,'Nicht auf Lager',NULL),(309,1,'sale70.png','2022-01-27 14:24:23'),(309,2,'sale70.png','2022-01-27 14:24:23'),(309,3,'sale70.png','2022-01-27 14:24:23'),(310,1,'','2022-01-27 14:24:23'),(310,2,'','2022-01-27 14:24:23'),(310,3,'','2022-01-27 14:24:23'),(311,1,'','2022-01-27 14:24:23'),(311,2,'','2022-01-27 14:24:23'),(311,3,'','2022-01-27 14:24:23'),(320,1,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.','2022-01-27 14:24:24'),(320,2,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.','2022-01-27 14:24:24'),(320,3,'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.','2022-01-27 14:24:24'),(322,1,'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.','2022-01-27 14:24:24'),(322,2,'Prenumeratos galėsite atsisakyti bet kuriuo metu. Tam tikslui mūsų kontaktinę informaciją rasite parduotuvės taisyklėse.','2022-01-27 14:24:24'),(322,3,'Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in der Datenschutzerklärung.','2022-01-27 14:24:24'),(358,1,'I agree to the terms and conditions and the privacy policy','2022-01-27 14:25:03'),(358,2,'I agree to the terms and conditions and the privacy policy','2022-01-27 14:25:03'),(358,3,'I agree to the terms and conditions and the privacy policy','2022-01-27 14:25:03'),(360,1,'I agree to the terms and conditions and the privacy policy','2022-01-27 14:25:03'),(360,2,'I agree to the terms and conditions and the privacy policy','2022-01-27 14:25:03'),(360,3,'I agree to the terms and conditions and the privacy policy','2022-01-27 14:25:03'),(495,1,NULL,NULL),(495,2,NULL,NULL),(495,3,'sale70.png','2022-01-27 16:43:24'),(496,1,NULL,NULL),(496,2,NULL,NULL),(496,3,'','2022-01-27 16:43:24'),(497,1,NULL,NULL),(497,2,NULL,NULL),(497,3,'','2022-01-27 16:43:24'); -/*!40000 ALTER TABLE `ps_configuration_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_connections` --- - -DROP TABLE IF EXISTS `ps_connections`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_connections` ( - `id_connections` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_guest` int(10) unsigned NOT NULL, - `id_page` int(10) unsigned NOT NULL, - `ip_address` bigint(20) DEFAULT NULL, - `date_add` datetime NOT NULL, - `http_referer` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_connections`), - KEY `id_guest` (`id_guest`), - KEY `date_add` (`date_add`), - KEY `id_page` (`id_page`) -) ENGINE=InnoDB AUTO_INCREMENT=135 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_connections` --- - -LOCK TABLES `ps_connections` WRITE; -/*!40000 ALTER TABLE `ps_connections` DISABLE KEYS */; -INSERT INTO `ps_connections` VALUES (1,1,1,1,1,2130706433,'2022-01-27 14:25:29','http://www.prestashop.com'),(2,1,1,3,1,2130706433,'2022-01-27 14:26:33',''),(3,1,1,4,1,2130706433,'2022-01-27 14:26:46',''),(4,1,1,5,2,2130706433,'2022-01-27 14:27:12',''),(5,1,2,6,2,0,'2022-01-27 15:14:19',''),(6,1,1,7,2,0,'2022-01-27 15:14:29',''),(7,1,1,8,2,2886926337,'2022-01-27 15:24:33',''),(8,1,1,27,3,2886926337,'2022-01-27 15:28:51',''),(9,1,1,28,3,2886926337,'2022-01-27 15:28:54',''),(10,1,1,29,3,2886926337,'2022-01-27 15:28:54',''),(11,1,1,59,2,2886926337,'2022-01-27 15:52:29','http://demoshop.eu.ngrok.io/'),(12,1,1,69,3,2886926337,'2022-01-27 15:54:07',''),(13,1,1,71,3,2886926337,'2022-01-27 15:54:09',''),(14,1,1,72,3,2886926337,'2022-01-27 15:54:09',''),(15,1,1,76,3,2886926337,'2022-01-27 15:54:44',''),(16,1,1,77,3,2886926337,'2022-01-27 15:54:45',''),(17,1,1,78,3,2886926337,'2022-01-27 15:54:45',''),(18,1,1,82,3,2886926337,'2022-01-27 15:55:19',''),(19,1,1,83,3,2886926337,'2022-01-27 15:55:20',''),(20,1,1,85,3,2886926337,'2022-01-27 15:55:20',''),(21,1,1,98,3,2886926337,'2022-01-27 15:57:33',''),(22,1,1,99,3,2886926337,'2022-01-27 15:57:37',''),(23,1,1,100,3,2886926337,'2022-01-27 15:57:38',''),(24,1,1,105,3,2886926337,'2022-01-27 15:58:13',''),(25,1,1,106,3,2886926337,'2022-01-27 15:58:15',''),(26,1,1,107,3,2886926337,'2022-01-27 15:58:16',''),(27,1,1,156,3,2886926337,'2022-01-27 16:06:31',''),(28,1,1,156,3,2886926337,'2022-01-27 16:06:35',''),(29,1,1,156,3,2886926337,'2022-01-27 16:06:37',''),(30,1,1,156,3,2886926337,'2022-01-27 16:07:12',''),(31,1,1,156,3,2886926337,'2022-01-27 16:07:14',''),(32,1,1,156,3,2886926337,'2022-01-27 16:07:15',''),(33,1,1,156,3,2886926337,'2022-01-27 16:07:50',''),(34,1,1,156,3,2886926337,'2022-01-27 16:07:52',''),(35,1,1,156,3,2886926337,'2022-01-27 16:07:54',''),(36,1,1,156,3,2886926337,'2022-01-27 16:08:29',''),(37,1,1,156,3,2886926337,'2022-01-27 16:08:30',''),(38,1,1,156,3,2886926337,'2022-01-27 16:08:32',''),(39,1,1,156,3,2886926337,'2022-01-27 16:09:08',''),(40,1,1,156,3,2886926337,'2022-01-27 16:09:10',''),(41,1,1,156,3,2886926337,'2022-01-27 16:09:12',''),(42,1,1,156,3,2886926337,'2022-01-27 16:11:20',''),(43,1,1,212,1,2886926337,'2022-01-27 16:13:25','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminMollieModule'),(44,1,1,156,3,2886926337,'2022-01-27 16:13:31',''),(45,1,1,221,1,2886926337,'2022-01-27 16:14:39','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminMollieModule'),(46,1,1,156,3,2886926337,'2022-01-27 16:15:08',''),(47,1,1,156,3,2886926337,'2022-01-27 16:15:44',''),(48,1,1,156,3,2886926337,'2022-01-27 16:18:18',''),(49,1,1,316,1,2886926337,'2022-01-27 16:18:32',''),(50,1,1,156,3,2886926337,'2022-01-27 16:20:30',''),(51,1,1,156,3,2886926337,'2022-01-27 16:22:45',''),(52,1,1,156,3,2886926337,'2022-01-27 16:24:31',''),(53,1,1,156,3,2886926337,'2022-01-27 16:28:55',''),(54,1,1,156,3,2886926337,'2022-01-27 16:32:39',''),(55,1,1,156,3,2886926337,'2022-01-27 16:34:26',''),(56,1,1,362,1,2886926337,'2022-01-27 16:37:27','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82'),(57,1,1,370,1,2886926337,'2022-01-27 16:38:34','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82'),(58,1,1,156,3,2886926337,'2022-01-27 16:38:36',''),(59,1,1,408,1,2886926337,'2022-01-27 16:44:51','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82'),(60,1,1,409,1,2886926337,'2022-01-27 16:44:54','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82'),(61,1,1,412,1,2886926337,'2022-01-27 16:45:06','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82'),(62,1,1,414,1,2886926337,'2022-01-27 16:45:19','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82'),(63,1,1,156,3,2886926337,'2022-01-27 16:45:30',''),(64,1,1,427,2,2886926337,'2022-02-11 15:56:22',''),(65,1,1,435,2,2886926337,'2022-02-11 15:57:47','http://demoshop.eu.ngrok.io/'),(66,1,1,576,2,2887057409,'2022-03-10 14:26:45',''),(67,1,1,614,2,2887057409,'2022-03-10 14:33:54',''),(68,1,1,628,1,2887057409,'2022-03-10 14:36:26',''),(69,1,1,642,2,2887057409,'2022-03-10 15:29:22',''),(70,1,1,803,2,2887057409,'2022-03-10 16:00:08',''),(71,1,1,966,2,2887057409,'2022-03-10 16:31:08',''),(72,1,1,1128,2,2887057409,'2022-03-10 17:02:04',''),(73,1,1,1291,2,2887057409,'2022-03-10 17:33:02',''),(74,1,1,156,2,2887057409,'2022-03-10 17:46:10',''),(75,1,1,1373,2,2887122945,'2022-03-10 18:07:30',''),(76,1,1,1402,1,2887122945,'2022-03-10 18:13:03',''),(77,1,1,1415,2,2887122945,'2022-03-15 07:36:53',''),(78,1,1,156,2,2887122945,'2022-03-15 07:42:13',''),(79,1,1,1571,2,2887122945,'2022-03-15 08:14:10',''),(80,1,1,1588,1,2887122945,'2022-03-15 08:17:21',''),(81,1,1,1599,1,2887122945,'2022-03-15 08:19:20',''),(82,1,1,1604,1,2887122945,'2022-03-15 08:20:06',''),(83,1,1,1608,2,2887122945,'2022-03-15 08:20:37',''),(84,1,1,1610,2,2887122945,'2022-03-15 08:20:55',''),(85,1,1,156,2,2887122945,'2022-03-15 08:21:13',''),(86,1,1,1620,4,2887122945,'2022-03-15 08:22:29',''),(87,1,1,1621,4,2887122945,'2022-03-15 08:22:40',''),(88,1,1,1624,1,2887122945,'2022-03-15 08:22:54',''),(89,1,1,1625,1,2887122945,'2022-03-15 08:22:54',''),(90,1,1,1626,1,2887122945,'2022-03-15 08:22:54',''),(91,1,1,1627,1,2887122945,'2022-03-15 08:23:00',''),(92,1,1,1628,1,2887122945,'2022-03-15 08:23:00',''),(93,1,1,1629,1,2887122945,'2022-03-15 08:23:00',''),(94,1,1,1630,1,2887122945,'2022-03-15 08:23:03',''),(95,1,1,1631,1,2887122945,'2022-03-15 08:23:03',''),(96,1,1,1632,1,2887122945,'2022-03-15 08:23:03',''),(97,1,1,1634,1,2887122945,'2022-03-15 08:23:04',''),(98,1,1,1635,1,2887122945,'2022-03-15 08:23:04',''),(99,1,1,1636,1,2887122945,'2022-03-15 08:23:04',''),(100,1,1,1646,4,2887122945,'2022-03-15 08:24:57',''),(101,1,1,1649,1,2887122945,'2022-03-15 08:25:20',''),(102,1,1,1650,1,2887122945,'2022-03-15 08:25:20',''),(103,1,1,1651,1,2887122945,'2022-03-15 08:25:20',''),(104,1,1,1653,4,2887122945,'2022-03-15 08:25:27',''),(105,1,1,1655,2,2887122945,'2022-03-15 08:25:40',''),(106,1,1,1672,4,2887122945,'2022-03-15 08:28:41',''),(107,1,1,1685,4,2887122945,'2022-03-15 08:31:00',''),(108,1,1,1687,4,2887122945,'2022-03-15 08:31:19',''),(109,1,1,1691,4,2887122945,'2022-03-15 08:32:05',''),(110,1,1,1693,4,2887122945,'2022-03-15 08:32:29',''),(111,1,1,1696,4,2887122945,'2022-03-15 08:32:48',''),(112,1,1,1701,4,2887122945,'2022-03-15 08:33:42',''),(113,1,1,1703,4,2887122945,'2022-03-15 08:33:57',''),(114,1,1,1705,4,2887122945,'2022-03-15 08:34:08',''),(115,1,1,1711,4,2887122945,'2022-03-15 08:34:58',''),(116,1,1,1713,4,2887122945,'2022-03-15 08:35:17',''),(117,1,1,1716,4,2887122945,'2022-03-15 08:35:36',''),(118,1,1,1722,4,2887122945,'2022-03-15 08:36:38',''),(119,1,1,1724,4,2887122945,'2022-03-15 08:36:51',''),(120,1,1,1726,4,2887122945,'2022-03-15 08:37:03',''),(121,1,1,1730,4,2887122945,'2022-03-15 08:37:36',''),(122,1,1,1733,4,2887122945,'2022-03-15 08:37:59',''),(123,1,1,1736,4,2887122945,'2022-03-15 08:38:18',''),(124,1,1,1737,1,2887122945,'2022-03-15 08:38:21',''),(125,1,1,1738,1,2887122945,'2022-03-15 08:38:21',''),(126,1,1,1739,1,2887122945,'2022-03-15 08:38:21',''),(127,1,1,1742,4,2887122945,'2022-03-15 08:38:41',''),(128,1,1,1745,4,2887122945,'2022-03-15 08:39:01',''),(129,1,1,1746,4,2887122945,'2022-03-15 08:39:03',''),(130,1,1,1748,4,2887122945,'2022-03-15 08:39:22',''),(131,1,1,156,4,2887122945,'2022-03-15 08:39:54',''),(132,1,1,156,4,2887122945,'2022-03-15 08:40:34',''),(133,1,1,156,4,2887122945,'2022-03-15 08:41:26',''),(134,1,1,1767,2,2887122945,'2022-03-15 08:42:07','https://www.mollie.com/'); -/*!40000 ALTER TABLE `ps_connections` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_connections_page` --- - -DROP TABLE IF EXISTS `ps_connections_page`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_connections_page` ( - `id_connections` int(10) unsigned NOT NULL, - `id_page` int(10) unsigned NOT NULL, - `time_start` datetime NOT NULL, - `time_end` datetime DEFAULT NULL, - PRIMARY KEY (`id_connections`,`id_page`,`time_start`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_connections_page` --- - -LOCK TABLES `ps_connections_page` WRITE; -/*!40000 ALTER TABLE `ps_connections_page` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_connections_page` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_connections_source` --- - -DROP TABLE IF EXISTS `ps_connections_source`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_connections_source` ( - `id_connections_source` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_connections` int(10) unsigned NOT NULL, - `http_referer` varchar(255) DEFAULT NULL, - `request_uri` varchar(255) DEFAULT NULL, - `keywords` varchar(255) DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_connections_source`), - KEY `connections` (`id_connections`), - KEY `orderby` (`date_add`), - KEY `http_referer` (`http_referer`), - KEY `request_uri` (`request_uri`) -) ENGINE=InnoDB AUTO_INCREMENT=954 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_connections_source` --- - -LOCK TABLES `ps_connections_source` WRITE; -/*!40000 ALTER TABLE `ps_connections_source` DISABLE KEYS */; -INSERT INTO `ps_connections_source` VALUES (1,5,'http://demoshop.eu.ngrok.io/admin1/index.php/improve/modules/manage?_token=nTf59yzBPOa1bcWhO-OQRwhhc6H8b5LerlQEScrXeGE','demoshop.eu.ngrok.io/shop2/en/','','2022-01-27 15:14:19'),(2,6,'http://demoshop.eu.ngrok.io/admin1/index.php/configure/shop/seo-urls/?_token=7I_s2I17z8Z19IJP41eFX5K0djmRcf2vlrg5CIeRUHw','demoshop.eu.ngrok.io/en/','','2022-01-27 15:28:31'),(3,11,'http://demoshop.eu.ngrok.io/','demoshop.eu.ngrok.io/en/','','2022-01-27 15:52:29'),(4,21,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:57:36'),(5,21,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 15:57:36'),(6,22,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:57:37'),(7,22,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 15:57:38'),(8,23,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:57:39'),(9,23,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 15:57:39'),(10,11,'http://demoshop.eu.ngrok.io/en/','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:57:44'),(11,11,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:57:55'),(12,11,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:58:09'),(13,24,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:58:14'),(14,24,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 15:58:14'),(15,25,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:58:16'),(16,25,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 15:58:16'),(17,26,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:58:17'),(18,26,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 15:58:17'),(19,11,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?back=my-account','','2022-01-27 15:58:25'),(20,11,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/login?create_account=1','','2022-01-27 16:02:05'),(21,11,'http://demoshop.eu.ngrok.io/en/login?create_account=1','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:02:28'),(22,11,'http://demoshop.eu.ngrok.io/en/my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:02:46'),(23,11,'http://demoshop.eu.ngrok.io/en/my-account','demoshop.eu.ngrok.io/en/','','2022-01-27 16:02:47'),(24,11,'http://demoshop.eu.ngrok.io/en/','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:02:51'),(25,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:02:51'),(26,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:02:51'),(27,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:02:51'),(28,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:02:52'),(29,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:02:52'),(30,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:02:52'),(31,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:02:54'),(32,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:02:54'),(33,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:02:54'),(34,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:02:54'),(35,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:02:54'),(36,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:02:54'),(37,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:02:54'),(38,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:03:11'),(39,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:03:11'),(40,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:03:11'),(41,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:03:11'),(42,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:03:11'),(43,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:03:11'),(44,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:03:11'),(45,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:03:12'),(46,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:03:13'),(47,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:03:13'),(48,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:03:13'),(49,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:03:13'),(50,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:03:13'),(51,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:03:13'),(52,27,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:06:34'),(53,27,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:06:35'),(54,28,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:06:36'),(55,28,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:06:36'),(56,29,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:06:38'),(57,29,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:06:38'),(58,30,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:07:13'),(59,30,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:07:13'),(60,31,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:07:15'),(61,31,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:07:15'),(62,32,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:07:16'),(63,32,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:07:17'),(64,33,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:07:51'),(65,33,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:07:52'),(66,34,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:07:53'),(67,34,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:07:53'),(68,35,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:07:55'),(69,35,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:07:55'),(70,36,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:08:30'),(71,36,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:08:30'),(72,37,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:08:32'),(73,37,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:08:32'),(74,38,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:08:33'),(75,38,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:08:34'),(76,39,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:09:09'),(77,39,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:09:09'),(78,40,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:09:11'),(79,40,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:09:11'),(80,41,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:09:14'),(81,41,'http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','demoshop.eu.ngrok.io/en/index.php?controller=404','','2022-01-27 16:09:14'),(82,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/','','2022-01-27 16:09:44'),(83,11,'http://demoshop.eu.ngrok.io/en/','demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','','2022-01-27 16:09:47'),(84,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:09:47'),(85,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:09:47'),(86,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:09:47'),(87,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:09:47'),(88,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:09:47'),(89,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:09:47'),(90,42,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:11:23'),(91,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:24'),(92,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:24'),(93,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:24'),(94,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:24'),(95,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:24'),(96,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:24'),(97,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:24'),(98,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:24'),(99,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:25'),(100,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:25'),(101,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:25'),(102,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:25'),(103,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:11:26'),(104,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:26'),(105,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:26'),(106,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:26'),(107,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:26'),(108,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:26'),(109,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:26'),(110,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:11:27'),(111,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:27'),(112,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:27'),(113,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:27'),(114,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:27'),(115,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:27'),(116,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:27'),(117,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:38'),(118,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:38'),(119,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:38'),(120,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:38'),(121,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:38'),(122,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:38'),(123,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:11:39'),(124,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:40'),(125,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:40'),(126,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:40'),(127,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:40'),(128,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:40'),(129,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:40'),(130,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:11:40'),(131,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:40'),(132,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:40'),(133,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:40'),(134,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:41'),(135,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:41'),(136,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:41'),(137,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:52'),(138,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:52'),(139,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:52'),(140,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:52'),(141,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:52'),(142,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:52'),(143,42,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:11:53'),(144,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:53'),(145,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:53'),(146,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:53'),(147,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:53'),(148,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:53'),(149,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:53'),(150,42,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:11:54'),(151,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:54'),(152,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:54'),(153,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:54'),(154,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:11:54'),(155,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:11:54'),(156,42,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:11:54'),(157,43,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminMollieModule','demoshop.eu.ngrok.io/favicon.ico','','2022-01-27 16:13:25'),(158,44,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:13:34'),(159,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:34'),(160,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:34'),(161,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:34'),(162,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:35'),(163,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:35'),(164,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:35'),(165,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:35'),(166,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:35'),(167,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:35'),(168,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:35'),(169,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:35'),(170,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:35'),(171,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:13:36'),(172,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:36'),(173,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:36'),(174,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:37'),(175,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:37'),(176,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:37'),(177,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:37'),(178,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:13:37'),(179,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:37'),(180,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:37'),(181,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:37'),(182,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:37'),(183,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:37'),(184,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:37'),(185,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:48'),(186,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:48'),(187,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:48'),(188,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:48'),(189,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:48'),(190,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:48'),(191,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:13:49'),(192,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:50'),(193,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:50'),(194,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:50'),(195,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:50'),(196,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:50'),(197,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:50'),(198,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:13:50'),(199,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:50'),(200,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:50'),(201,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:51'),(202,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:13:51'),(203,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:13:51'),(204,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:13:51'),(205,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:14:02'),(206,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:14:02'),(207,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:14:02'),(208,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:14:02'),(209,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:14:02'),(210,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:14:02'),(211,44,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:14:03'),(212,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:14:03'),(213,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:14:03'),(214,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:14:03'),(215,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:14:03'),(216,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:14:03'),(217,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:14:03'),(218,44,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:14:04'),(219,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:14:04'),(220,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:14:04'),(221,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:14:04'),(222,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:14:04'),(223,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:14:04'),(224,44,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:14:04'),(225,45,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminMollieModule','demoshop.eu.ngrok.io/favicon.ico','','2022-01-27 16:14:39'),(226,46,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:15:12'),(227,46,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:13'),(228,46,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:13'),(229,47,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:15:45'),(230,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:46'),(231,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:46'),(232,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:46'),(233,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:47'),(234,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:47'),(235,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:47'),(236,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:47'),(237,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:47'),(238,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:47'),(239,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:15:48'),(240,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:48'),(241,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:48'),(242,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:48'),(243,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:48'),(244,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:48'),(245,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:48'),(246,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:15:49'),(247,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:49'),(248,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:49'),(249,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:49'),(250,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:49'),(251,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:49'),(252,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:49'),(253,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:51'),(254,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:51'),(255,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:51'),(256,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:51'),(257,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:51'),(258,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:51'),(259,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:15:52'),(260,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:53'),(261,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:53'),(262,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:53'),(263,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:53'),(264,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:53'),(265,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:53'),(266,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:15:53'),(267,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:53'),(268,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:53'),(269,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:53'),(270,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:15:54'),(271,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:15:54'),(272,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:15:54'),(273,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:16:33'),(274,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:16:33'),(275,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:16:33'),(276,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:16:33'),(277,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:16:33'),(278,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:16:33'),(279,47,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:16:34'),(280,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:16:35'),(281,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:16:35'),(282,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:16:35'),(283,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:16:35'),(284,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:16:35'),(285,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:16:35'),(286,47,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:16:35'),(287,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:16:35'),(288,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:16:35'),(289,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:16:36'),(290,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:16:36'),(291,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:16:36'),(292,47,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:16:36'),(293,48,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:18:21'),(294,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:21'),(295,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:21'),(296,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:21'),(297,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:22'),(298,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:22'),(299,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:22'),(300,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:22'),(301,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:22'),(302,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:22'),(303,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:18:23'),(304,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:24'),(305,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:24'),(306,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:24'),(307,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:24'),(308,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:24'),(309,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:24'),(310,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:18:24'),(311,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:24'),(312,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:24'),(313,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:24'),(314,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:24'),(315,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:24'),(316,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:24'),(317,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:35'),(318,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:35'),(319,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:35'),(320,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:35'),(321,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:35'),(322,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:35'),(323,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:18:36'),(324,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:37'),(325,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:37'),(326,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:37'),(327,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:37'),(328,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:37'),(329,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:37'),(330,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:18:37'),(331,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:37'),(332,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:37'),(333,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:37'),(334,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:38'),(335,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:38'),(336,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:38'),(337,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:48'),(338,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:48'),(339,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:48'),(340,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:49'),(341,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:49'),(342,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:49'),(343,48,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:18:50'),(344,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:50'),(345,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:50'),(346,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:50'),(347,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:50'),(348,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:50'),(349,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:50'),(350,48,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:18:51'),(351,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:51'),(352,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:51'),(353,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:51'),(354,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:18:51'),(355,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:18:51'),(356,48,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:18:51'),(357,50,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:20:33'),(358,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:34'),(359,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:34'),(360,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:34'),(361,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:35'),(362,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:35'),(363,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:35'),(364,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:35'),(365,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:35'),(366,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:35'),(367,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:20:36'),(368,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:36'),(369,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:36'),(370,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:36'),(371,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:36'),(372,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:36'),(373,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:36'),(374,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:20:37'),(375,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:37'),(376,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:37'),(377,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:37'),(378,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:37'),(379,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:37'),(380,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:37'),(381,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:48'),(382,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:48'),(383,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:48'),(384,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:48'),(385,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:48'),(386,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:48'),(387,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:20:49'),(388,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:49'),(389,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:49'),(390,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:49'),(391,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:49'),(392,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:49'),(393,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:49'),(394,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:20:50'),(395,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:50'),(396,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:50'),(397,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:50'),(398,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:20:50'),(399,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:20:50'),(400,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:20:50'),(401,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:21:01'),(402,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:21:01'),(403,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:21:01'),(404,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:21:01'),(405,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:21:01'),(406,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:21:01'),(407,50,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:21:02'),(408,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:21:02'),(409,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:21:03'),(410,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:21:03'),(411,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:21:03'),(412,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:21:03'),(413,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:21:03'),(414,50,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:21:03'),(415,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:21:03'),(416,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:21:03'),(417,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:21:03'),(418,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:21:03'),(419,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:21:03'),(420,50,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:21:04'),(421,51,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:22:48'),(422,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:49'),(423,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:49'),(424,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:49'),(425,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:49'),(426,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:49'),(427,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:49'),(428,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:49'),(429,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:49'),(430,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:49'),(431,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:50'),(432,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:50'),(433,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:50'),(434,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:22:50'),(435,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:51'),(436,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:51'),(437,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:51'),(438,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:51'),(439,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:51'),(440,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:51'),(441,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:22:51'),(442,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:51'),(443,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:51'),(444,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:52'),(445,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:22:52'),(446,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:22:52'),(447,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:22:52'),(448,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:02'),(449,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:03'),(450,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:03'),(451,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:03'),(452,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:03'),(453,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:03'),(454,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:23:04'),(455,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:04'),(456,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:04'),(457,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:04'),(458,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:04'),(459,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:04'),(460,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:04'),(461,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:23:04'),(462,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:05'),(463,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:05'),(464,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:05'),(465,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:05'),(466,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:05'),(467,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:05'),(468,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:16'),(469,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:16'),(470,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:16'),(471,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:16'),(472,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:16'),(473,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:16'),(474,51,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:23:17'),(475,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:18'),(476,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:18'),(477,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:18'),(478,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:18'),(479,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:18'),(480,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:18'),(481,51,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:23:18'),(482,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:18'),(483,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:18'),(484,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:19'),(485,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:23:19'),(486,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:23:19'),(487,51,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:23:19'),(488,52,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:24:34'),(489,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:34'),(490,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:34'),(491,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:34'),(492,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:34'),(493,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:34'),(494,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:34'),(495,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:35'),(496,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:35'),(497,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:35'),(498,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:35'),(499,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:35'),(500,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:35'),(501,52,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:24:36'),(502,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:37'),(503,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:37'),(504,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:37'),(505,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:37'),(506,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:37'),(507,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:37'),(508,52,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:24:37'),(509,52,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:37'),(510,52,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:37'),(511,52,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:37'),(512,52,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:24:37'),(513,52,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:24:37'),(514,52,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:24:37'),(515,53,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:28:58'),(516,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:28:58'),(517,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:28:58'),(518,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:28:59'),(519,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:28:59'),(520,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:28:59'),(521,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:28:59'),(522,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:00'),(523,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:00'),(524,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:00'),(525,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:29:00'),(526,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:01'),(527,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:01'),(528,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:01'),(529,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:01'),(530,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:01'),(531,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:01'),(532,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:29:01'),(533,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:02'),(534,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:02'),(535,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:02'),(536,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:02'),(537,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:02'),(538,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:02'),(539,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:13'),(540,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:13'),(541,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:13'),(542,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:13'),(543,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:13'),(544,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:13'),(545,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:29:14'),(546,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:14'),(547,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:14'),(548,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:14'),(549,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:14'),(550,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:14'),(551,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:15'),(552,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:29:15'),(553,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:15'),(554,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:15'),(555,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:15'),(556,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:15'),(557,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:15'),(558,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:15'),(559,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:26'),(560,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:26'),(561,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:26'),(562,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:26'),(563,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:26'),(564,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:26'),(565,53,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:29:27'),(566,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:28'),(567,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:28'),(568,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:28'),(569,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:28'),(570,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:28'),(571,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:28'),(572,53,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:29:28'),(573,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:29'),(574,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:29'),(575,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:29'),(576,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:29:29'),(577,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:29:29'),(578,53,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:29:29'),(579,54,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:32:42'),(580,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:48'),(581,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:49'),(582,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:32:49'),(583,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:32:49'),(584,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:32:49'),(585,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:32:49'),(586,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:51'),(587,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:51'),(588,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:32:51'),(589,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:32:51'),(590,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:32:52'),(591,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:32:52'),(592,54,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:32:54'),(593,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:55'),(594,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:55'),(595,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:32:55'),(596,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:32:56'),(597,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:32:56'),(598,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:32:56'),(599,54,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:32:56'),(600,54,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:57'),(601,54,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:32:57'),(602,55,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:34:28'),(603,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:29'),(604,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:29'),(605,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:29'),(606,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:29'),(607,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:29'),(608,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:30'),(609,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:30'),(610,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:30'),(611,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:30'),(612,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:30'),(613,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:30'),(614,55,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:34:31'),(615,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:31'),(616,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:31'),(617,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:31'),(618,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:31'),(619,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:31'),(620,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:31'),(621,55,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:34:32'),(622,55,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:32'),(623,55,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:32'),(624,55,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:32'),(625,55,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:34:32'),(626,55,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:34:32'),(627,55,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:34:32'),(628,56,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294246','','2022-01-27 16:37:27'),(629,57,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294313','','2022-01-27 16:38:34'),(630,58,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:38:39'),(631,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:40'),(632,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:40'),(633,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:40'),(634,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:40'),(635,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:40'),(636,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:40'),(637,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:40'),(638,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:40'),(639,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:40'),(640,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:40'),(641,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:41'),(642,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:41'),(643,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:38:41'),(644,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:42'),(645,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:42'),(646,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:42'),(647,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:42'),(648,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:42'),(649,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:38:43'),(650,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:43'),(651,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:43'),(652,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:43'),(653,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:43'),(654,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:43'),(655,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:43'),(656,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:54'),(657,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:54'),(658,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:54'),(659,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:54'),(660,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:54'),(661,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:54'),(662,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:38:55'),(663,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:56'),(664,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:56'),(665,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:56'),(666,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:56'),(667,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:56'),(668,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:56'),(669,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:38:56'),(670,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:57'),(671,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:57'),(672,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:57'),(673,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:38:57'),(674,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:38:57'),(675,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:38:57'),(676,11,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294337','','2022-01-27 16:38:58'),(677,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:08'),(678,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:08'),(679,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:08'),(680,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:08'),(681,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:08'),(682,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:08'),(683,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:39:09'),(684,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:10'),(685,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:10'),(686,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:10'),(687,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:10'),(688,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:10'),(689,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:10'),(690,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:39:10'),(691,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:11'),(692,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:11'),(693,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:11'),(694,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:11'),(695,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:11'),(696,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:11'),(697,11,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:39:32'),(698,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:32'),(699,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:32'),(700,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:32'),(701,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:32'),(702,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:32'),(703,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:32'),(704,11,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:39:33'),(705,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:34'),(706,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:34'),(707,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:34'),(708,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:34'),(709,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:34'),(710,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:34'),(711,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order?newAddress=delivery','','2022-01-27 16:39:39'),(712,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:40'),(713,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:40'),(714,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:40'),(715,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:40'),(716,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:40'),(717,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:40'),(718,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:56'),(719,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:56'),(720,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:56'),(721,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:56'),(722,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:56'),(723,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:56'),(724,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:39:57'),(725,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:57'),(726,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:57'),(727,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:57'),(728,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:58'),(729,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:58'),(730,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:58'),(731,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:39:58'),(732,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:58'),(733,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:58'),(734,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:58'),(735,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:39:58'),(736,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:39:58'),(737,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:39:58'),(738,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:09'),(739,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:09'),(740,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:09'),(741,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:09'),(742,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:09'),(743,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:09'),(744,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:40:10'),(745,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:11'),(746,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:11'),(747,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:11'),(748,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:11'),(749,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:11'),(750,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:11'),(751,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:40:12'),(752,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:12'),(753,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:12'),(754,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:12'),(755,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:12'),(756,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:12'),(757,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:12'),(758,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:23'),(759,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:23'),(760,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:23'),(761,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:23'),(762,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:23'),(763,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:23'),(764,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:40:24'),(765,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:24'),(766,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:24'),(767,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:24'),(768,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:24'),(769,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:24'),(770,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:24'),(771,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:40:25'),(772,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:25'),(773,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:25'),(774,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:25'),(775,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:40:25'),(776,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:40:25'),(777,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:40:26'),(778,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:10'),(779,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:10'),(780,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:10'),(781,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:10'),(782,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:10'),(783,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:10'),(784,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:41:11'),(785,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:11'),(786,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:11'),(787,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:11'),(788,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:11'),(789,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:11'),(790,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:11'),(791,58,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:41:12'),(792,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:12'),(793,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:12'),(794,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:12'),(795,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:12'),(796,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:12'),(797,58,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:12'),(798,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:23'),(799,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:23'),(800,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:23'),(801,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:41:23'),(802,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:41:23'),(803,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:41:23'),(804,58,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:41:24'),(805,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order?newAddress=delivery','','2022-01-27 16:43:34'),(806,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:34'),(807,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:34'),(808,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:34'),(809,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:34'),(810,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:34'),(811,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:34'),(812,11,'http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','demoshop.eu.ngrok.io/en/order?id_address=0','','2022-01-27 16:43:46'),(813,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:46'),(814,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:46'),(815,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:46'),(816,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:46'),(817,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:46'),(818,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:46'),(819,11,'http://demoshop.eu.ngrok.io/en/order?id_address=0','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:43:52'),(820,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:52'),(821,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:52'),(822,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:52'),(823,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:52'),(824,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:52'),(825,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:52'),(826,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:43:53'),(827,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:54'),(828,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:54'),(829,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:54'),(830,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:43:54'),(831,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:43:54'),(832,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:43:54'),(833,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:44:22'),(834,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:44:22'),(835,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:44:22'),(836,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:44:22'),(837,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:44:22'),(838,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:44:22'),(839,11,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:44:22'),(840,59,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294690','','2022-01-27 16:44:51'),(841,60,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294693','','2022-01-27 16:44:54'),(842,61,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294705','','2022-01-27 16:45:06'),(843,62,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294718','','2022-01-27 16:45:19'),(844,63,'http://demoshop.eu.ngrok.io/en/login?back=my-account','demoshop.eu.ngrok.io/en/my-account','','2022-01-27 16:45:33'),(845,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:33'),(846,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:33'),(847,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:33'),(848,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:34'),(849,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:34'),(850,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:34'),(851,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:34'),(852,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:34'),(853,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:34'),(854,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:45:35'),(855,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:36'),(856,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:36'),(857,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:36'),(858,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:36'),(859,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:36'),(860,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:36'),(861,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:45:36'),(862,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:37'),(863,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:37'),(864,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:37'),(865,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:37'),(866,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:37'),(867,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:37'),(868,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:45:38'),(869,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:38'),(870,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:38'),(871,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:38'),(872,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:38'),(873,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:38'),(874,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:38'),(875,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:45:39'),(876,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:39'),(877,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:39'),(878,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:39'),(879,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:40'),(880,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:40'),(881,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:40'),(882,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:51'),(883,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:51'),(884,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:51'),(885,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:51'),(886,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:51'),(887,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:51'),(888,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:45:53'),(889,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:53'),(890,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:53'),(891,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:53'),(892,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:53'),(893,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:53'),(894,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:53'),(895,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:45:53'),(896,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:54'),(897,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:54'),(898,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:54'),(899,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:54'),(900,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:54'),(901,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:54'),(902,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:45:55'),(903,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:55'),(904,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:55'),(905,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:55'),(906,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:55'),(907,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:55'),(908,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:55'),(909,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:45:56'),(910,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:56'),(911,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:56'),(912,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:56'),(913,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:45:57'),(914,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:45:57'),(915,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:45:57'),(916,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:08'),(917,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:08'),(918,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:08'),(919,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:08'),(920,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:08'),(921,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:08'),(922,63,'http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','demoshop.eu.ngrok.io/en/cart?action=show','','2022-01-27 16:46:09'),(923,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:10'),(924,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:10'),(925,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:10'),(926,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:10'),(927,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:10'),(928,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:10'),(929,63,'http://demoshop.eu.ngrok.io/en/cart?action=show','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:46:11'),(930,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:11'),(931,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:11'),(932,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:11'),(933,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:11'),(934,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:11'),(935,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:11'),(936,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:46:12'),(937,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:13'),(938,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:13'),(939,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:13'),(940,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:13'),(941,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:13'),(942,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:13'),(943,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/en/order','','2022-01-27 16:46:14'),(944,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:14'),(945,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:14'),(946,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:14'),(947,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-01-27 16:46:14'),(948,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-01-27 16:46:14'),(949,63,'http://demoshop.eu.ngrok.io/en/order','demoshop.eu.ngrok.io/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-01-27 16:46:14'),(950,65,'http://demoshop.eu.ngrok.io/','demoshop.eu.ngrok.io/en/','','2022-02-11 15:57:47'),(951,73,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1644589112','','2022-02-11 16:18:33'),(952,73,'http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','demoshop.eu.ngrok.io/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1644589130','','2022-02-11 16:18:51'),(953,134,'https://www.mollie.com/','demoshop.eu.ngrok.io/index.php','','2022-03-15 08:42:07'); -/*!40000 ALTER TABLE `ps_connections_source` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_contact` --- - -DROP TABLE IF EXISTS `ps_contact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_contact` ( - `id_contact` int(10) unsigned NOT NULL AUTO_INCREMENT, - `email` varchar(255) NOT NULL, - `customer_service` tinyint(1) NOT NULL DEFAULT '0', - `position` tinyint(2) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_contact`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_contact` --- - -LOCK TABLES `ps_contact` WRITE; -/*!40000 ALTER TABLE `ps_contact` DISABLE KEYS */; -INSERT INTO `ps_contact` VALUES (1,'demo@demo.com',1,0),(2,'demo@demo.com',1,0); -/*!40000 ALTER TABLE `ps_contact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_contact_lang` --- - -DROP TABLE IF EXISTS `ps_contact_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_contact_lang` ( - `id_contact` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `description` text, - PRIMARY KEY (`id_contact`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_contact_lang` --- - -LOCK TABLES `ps_contact_lang` WRITE; -/*!40000 ALTER TABLE `ps_contact_lang` DISABLE KEYS */; -INSERT INTO `ps_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(1,2,'El. parduotuvės administratorius','Jei atsiranda techninė problema el. parduotuvėje'),(1,3,'Webmaster','Falls ein technisches Problem auf der Webseite auftritt'),(2,1,'Customer service','For any question about a product, an order'),(2,2,'Vartotojų pagalba','Jei turite klausimų apie prekes, užsakymus'),(2,3,'Kundenservice','Bei Fragen zu einem Artikel oder einer Bestellung'); -/*!40000 ALTER TABLE `ps_contact_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_contact_shop` --- - -DROP TABLE IF EXISTS `ps_contact_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_contact_shop` ( - `id_contact` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_contact`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_contact_shop` --- - -LOCK TABLES `ps_contact_shop` WRITE; -/*!40000 ALTER TABLE `ps_contact_shop` DISABLE KEYS */; -INSERT INTO `ps_contact_shop` VALUES (1,1),(2,1),(1,2),(2,2); -/*!40000 ALTER TABLE `ps_contact_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_country` --- - -DROP TABLE IF EXISTS `ps_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_country` ( - `id_country` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_zone` int(10) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL DEFAULT '0', - `iso_code` varchar(3) NOT NULL, - `call_prefix` int(10) NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `contains_states` tinyint(1) NOT NULL DEFAULT '0', - `need_identification_number` tinyint(1) NOT NULL DEFAULT '0', - `need_zip_code` tinyint(1) NOT NULL DEFAULT '1', - `zip_code_format` varchar(12) NOT NULL DEFAULT '', - `display_tax_label` tinyint(1) NOT NULL, - PRIMARY KEY (`id_country`), - KEY `country_iso_code` (`iso_code`), - KEY `country_` (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_country` --- - -LOCK TABLES `ps_country` WRITE; -/*!40000 ALTER TABLE `ps_country` DISABLE KEYS */; -INSERT INTO `ps_country` VALUES (1,1,0,'DE',49,1,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,0,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,0,0,0,1,'NNNNN',1),(8,1,0,'FR',33,0,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,0,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,0,0,0,1,'NNNN LL',1),(14,1,0,'PL',48,0,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN-NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,0,0,0,1,'NNNN',1),(21,2,0,'US',1,0,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,1,0,1,'NNNN',1),(25,3,0,'SG',65,0,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,0,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNNNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNNLLL',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,1,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,1,'NNNNN',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,1,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,7,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,1,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,7,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,1,'NNNN',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,7,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1); -/*!40000 ALTER TABLE `ps_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_country_lang` --- - -DROP TABLE IF EXISTS `ps_country_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_country_lang` ( - `id_country` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id_country`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_country_lang` --- - -LOCK TABLES `ps_country_lang` WRITE; -/*!40000 ALTER TABLE `ps_country_lang` DISABLE KEYS */; -INSERT INTO `ps_country_lang` VALUES (1,1,'Germany'),(1,2,'Germany'),(1,3,'Germany'),(2,1,'Austria'),(2,2,'Austria'),(2,3,'Austria'),(3,1,'Belgium'),(3,2,'Belgium'),(3,3,'Belgium'),(4,1,'Canada'),(4,2,'Canada'),(4,3,'Canada'),(5,1,'China'),(5,2,'China'),(5,3,'China'),(6,1,'Spain'),(6,2,'Spain'),(6,3,'Spain'),(7,1,'Finland'),(7,2,'Finland'),(7,3,'Finland'),(8,1,'France'),(8,2,'France'),(8,3,'France'),(9,1,'Greece'),(9,2,'Greece'),(9,3,'Greece'),(10,1,'Italy'),(10,2,'Italy'),(10,3,'Italy'),(11,1,'Japan'),(11,2,'Japan'),(11,3,'Japan'),(12,1,'Luxemburg'),(12,2,'Luxemburg'),(12,3,'Luxemburg'),(13,1,'Netherlands'),(13,2,'Netherlands'),(13,3,'Netherlands'),(14,1,'Poland'),(14,2,'Poland'),(14,3,'Poland'),(15,1,'Portugal'),(15,2,'Portugal'),(15,3,'Portugal'),(16,1,'Czech Republic'),(16,2,'Czech Republic'),(16,3,'Czech Republic'),(17,1,'United Kingdom'),(17,2,'United Kingdom'),(17,3,'United Kingdom'),(18,1,'Sweden'),(18,2,'Sweden'),(18,3,'Sweden'),(19,1,'Switzerland'),(19,2,'Switzerland'),(19,3,'Switzerland'),(20,1,'Denmark'),(20,2,'Denmark'),(20,3,'Denmark'),(21,1,'United States'),(21,2,'United States'),(21,3,'United States'),(22,1,'HongKong'),(22,2,'HongKong'),(22,3,'HongKong'),(23,1,'Norway'),(23,2,'Norway'),(23,3,'Norway'),(24,1,'Australia'),(24,2,'Australia'),(24,3,'Australia'),(25,1,'Singapore'),(25,2,'Singapore'),(25,3,'Singapore'),(26,1,'Ireland'),(26,2,'Ireland'),(26,3,'Ireland'),(27,1,'New Zealand'),(27,2,'New Zealand'),(27,3,'New Zealand'),(28,1,'South Korea'),(28,2,'South Korea'),(28,3,'South Korea'),(29,1,'Israel'),(29,2,'Israel'),(29,3,'Israel'),(30,1,'South Africa'),(30,2,'South Africa'),(30,3,'South Africa'),(31,1,'Nigeria'),(31,2,'Nigeria'),(31,3,'Nigeria'),(32,1,'Ivory Coast'),(32,2,'Ivory Coast'),(32,3,'Ivory Coast'),(33,1,'Togo'),(33,2,'Togo'),(33,3,'Togo'),(34,1,'Bolivia'),(34,2,'Bolivia'),(34,3,'Bolivia'),(35,1,'Mauritius'),(35,2,'Mauritius'),(35,3,'Mauritius'),(36,1,'Romania'),(36,2,'Romania'),(36,3,'Romania'),(37,1,'Slovakia'),(37,2,'Slovakia'),(37,3,'Slovakia'),(38,1,'Algeria'),(38,2,'Algeria'),(38,3,'Algeria'),(39,1,'American Samoa'),(39,2,'American Samoa'),(39,3,'American Samoa'),(40,1,'Andorra'),(40,2,'Andorra'),(40,3,'Andorra'),(41,1,'Angola'),(41,2,'Angola'),(41,3,'Angola'),(42,1,'Anguilla'),(42,2,'Anguilla'),(42,3,'Anguilla'),(43,1,'Antigua and Barbuda'),(43,2,'Antigua and Barbuda'),(43,3,'Antigua and Barbuda'),(44,1,'Argentina'),(44,2,'Argentina'),(44,3,'Argentina'),(45,1,'Armenia'),(45,2,'Armenia'),(45,3,'Armenia'),(46,1,'Aruba'),(46,2,'Aruba'),(46,3,'Aruba'),(47,1,'Azerbaijan'),(47,2,'Azerbaijan'),(47,3,'Azerbaijan'),(48,1,'Bahamas'),(48,2,'Bahamas'),(48,3,'Bahamas'),(49,1,'Bahrain'),(49,2,'Bahrain'),(49,3,'Bahrain'),(50,1,'Bangladesh'),(50,2,'Bangladesh'),(50,3,'Bangladesh'),(51,1,'Barbados'),(51,2,'Barbados'),(51,3,'Barbados'),(52,1,'Belarus'),(52,2,'Belarus'),(52,3,'Belarus'),(53,1,'Belize'),(53,2,'Belize'),(53,3,'Belize'),(54,1,'Benin'),(54,2,'Benin'),(54,3,'Benin'),(55,1,'Bermuda'),(55,2,'Bermuda'),(55,3,'Bermuda'),(56,1,'Bhutan'),(56,2,'Bhutan'),(56,3,'Bhutan'),(57,1,'Botswana'),(57,2,'Botswana'),(57,3,'Botswana'),(58,1,'Brazil'),(58,2,'Brazil'),(58,3,'Brazil'),(59,1,'Brunei'),(59,2,'Brunei'),(59,3,'Brunei'),(60,1,'Burkina Faso'),(60,2,'Burkina Faso'),(60,3,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(61,2,'Burma (Myanmar)'),(61,3,'Burma (Myanmar)'),(62,1,'Burundi'),(62,2,'Burundi'),(62,3,'Burundi'),(63,1,'Cambodia'),(63,2,'Cambodia'),(63,3,'Cambodia'),(64,1,'Cameroon'),(64,2,'Cameroon'),(64,3,'Cameroon'),(65,1,'Cape Verde'),(65,2,'Cape Verde'),(65,3,'Cape Verde'),(66,1,'Central African Republic'),(66,2,'Central African Republic'),(66,3,'Central African Republic'),(67,1,'Chad'),(67,2,'Chad'),(67,3,'Chad'),(68,1,'Chile'),(68,2,'Chile'),(68,3,'Chile'),(69,1,'Colombia'),(69,2,'Colombia'),(69,3,'Colombia'),(70,1,'Comoros'),(70,2,'Comoros'),(70,3,'Comoros'),(71,1,'Congo, Dem. Republic'),(71,2,'Congo, Dem. Republic'),(71,3,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(72,2,'Congo, Republic'),(72,3,'Congo, Republic'),(73,1,'Costa Rica'),(73,2,'Costa Rica'),(73,3,'Costa Rica'),(74,1,'Croatia'),(74,2,'Croatia'),(74,3,'Croatia'),(75,1,'Cuba'),(75,2,'Cuba'),(75,3,'Cuba'),(76,1,'Cyprus'),(76,2,'Cyprus'),(76,3,'Cyprus'),(77,1,'Djibouti'),(77,2,'Djibouti'),(77,3,'Djibouti'),(78,1,'Dominica'),(78,2,'Dominica'),(78,3,'Dominica'),(79,1,'Dominican Republic'),(79,2,'Dominican Republic'),(79,3,'Dominican Republic'),(80,1,'East Timor'),(80,2,'East Timor'),(80,3,'East Timor'),(81,1,'Ecuador'),(81,2,'Ecuador'),(81,3,'Ecuador'),(82,1,'Egypt'),(82,2,'Egypt'),(82,3,'Egypt'),(83,1,'El Salvador'),(83,2,'El Salvador'),(83,3,'El Salvador'),(84,1,'Equatorial Guinea'),(84,2,'Equatorial Guinea'),(84,3,'Equatorial Guinea'),(85,1,'Eritrea'),(85,2,'Eritrea'),(85,3,'Eritrea'),(86,1,'Estonia'),(86,2,'Estonia'),(86,3,'Estonia'),(87,1,'Ethiopia'),(87,2,'Ethiopia'),(87,3,'Ethiopia'),(88,1,'Falkland Islands'),(88,2,'Falkland Islands'),(88,3,'Falkland Islands'),(89,1,'Faroe Islands'),(89,2,'Faroe Islands'),(89,3,'Faroe Islands'),(90,1,'Fiji'),(90,2,'Fiji'),(90,3,'Fiji'),(91,1,'Gabon'),(91,2,'Gabon'),(91,3,'Gabon'),(92,1,'Gambia'),(92,2,'Gambia'),(92,3,'Gambia'),(93,1,'Georgia'),(93,2,'Georgia'),(93,3,'Georgia'),(94,1,'Ghana'),(94,2,'Ghana'),(94,3,'Ghana'),(95,1,'Grenada'),(95,2,'Grenada'),(95,3,'Grenada'),(96,1,'Greenland'),(96,2,'Greenland'),(96,3,'Greenland'),(97,1,'Gibraltar'),(97,2,'Gibraltar'),(97,3,'Gibraltar'),(98,1,'Guadeloupe'),(98,2,'Guadeloupe'),(98,3,'Guadeloupe'),(99,1,'Guam'),(99,2,'Guam'),(99,3,'Guam'),(100,1,'Guatemala'),(100,2,'Guatemala'),(100,3,'Guatemala'),(101,1,'Guernsey'),(101,2,'Guernsey'),(101,3,'Guernsey'),(102,1,'Guinea'),(102,2,'Guinea'),(102,3,'Guinea'),(103,1,'Guinea-Bissau'),(103,2,'Guinea-Bissau'),(103,3,'Guinea-Bissau'),(104,1,'Guyana'),(104,2,'Guyana'),(104,3,'Guyana'),(105,1,'Haiti'),(105,2,'Haiti'),(105,3,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(106,2,'Heard Island and McDonald Islands'),(106,3,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(107,2,'Vatican City State'),(107,3,'Vatican City State'),(108,1,'Honduras'),(108,2,'Honduras'),(108,3,'Honduras'),(109,1,'Iceland'),(109,2,'Iceland'),(109,3,'Iceland'),(110,1,'India'),(110,2,'India'),(110,3,'India'),(111,1,'Indonesia'),(111,2,'Indonesia'),(111,3,'Indonesia'),(112,1,'Iran'),(112,2,'Iran'),(112,3,'Iran'),(113,1,'Iraq'),(113,2,'Iraq'),(113,3,'Iraq'),(114,1,'Man Island'),(114,2,'Man Island'),(114,3,'Man Island'),(115,1,'Jamaica'),(115,2,'Jamaica'),(115,3,'Jamaica'),(116,1,'Jersey'),(116,2,'Jersey'),(116,3,'Jersey'),(117,1,'Jordan'),(117,2,'Jordan'),(117,3,'Jordan'),(118,1,'Kazakhstan'),(118,2,'Kazakhstan'),(118,3,'Kazakhstan'),(119,1,'Kenya'),(119,2,'Kenya'),(119,3,'Kenya'),(120,1,'Kiribati'),(120,2,'Kiribati'),(120,3,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(121,2,'Korea, Dem. Republic of'),(121,3,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(122,2,'Kuwait'),(122,3,'Kuwait'),(123,1,'Kyrgyzstan'),(123,2,'Kyrgyzstan'),(123,3,'Kyrgyzstan'),(124,1,'Laos'),(124,2,'Laos'),(124,3,'Laos'),(125,1,'Latvia'),(125,2,'Latvia'),(125,3,'Latvia'),(126,1,'Lebanon'),(126,2,'Lebanon'),(126,3,'Lebanon'),(127,1,'Lesotho'),(127,2,'Lesotho'),(127,3,'Lesotho'),(128,1,'Liberia'),(128,2,'Liberia'),(128,3,'Liberia'),(129,1,'Libya'),(129,2,'Libya'),(129,3,'Libya'),(130,1,'Liechtenstein'),(130,2,'Liechtenstein'),(130,3,'Liechtenstein'),(131,1,'Lithuania'),(131,2,'Lithuania'),(131,3,'Lithuania'),(132,1,'Macau'),(132,2,'Macau'),(132,3,'Macau'),(133,1,'Macedonia'),(133,2,'Macedonia'),(133,3,'Macedonia'),(134,1,'Madagascar'),(134,2,'Madagascar'),(134,3,'Madagascar'),(135,1,'Malawi'),(135,2,'Malawi'),(135,3,'Malawi'),(136,1,'Malaysia'),(136,2,'Malaysia'),(136,3,'Malaysia'),(137,1,'Maldives'),(137,2,'Maldives'),(137,3,'Maldives'),(138,1,'Mali'),(138,2,'Mali'),(138,3,'Mali'),(139,1,'Malta'),(139,2,'Malta'),(139,3,'Malta'),(140,1,'Marshall Islands'),(140,2,'Marshall Islands'),(140,3,'Marshall Islands'),(141,1,'Martinique'),(141,2,'Martinique'),(141,3,'Martinique'),(142,1,'Mauritania'),(142,2,'Mauritania'),(142,3,'Mauritania'),(143,1,'Hungary'),(143,2,'Hungary'),(143,3,'Hungary'),(144,1,'Mayotte'),(144,2,'Mayotte'),(144,3,'Mayotte'),(145,1,'Mexico'),(145,2,'Mexico'),(145,3,'Mexico'),(146,1,'Micronesia'),(146,2,'Micronesia'),(146,3,'Micronesia'),(147,1,'Moldova'),(147,2,'Moldova'),(147,3,'Moldova'),(148,1,'Monaco'),(148,2,'Monaco'),(148,3,'Monaco'),(149,1,'Mongolia'),(149,2,'Mongolia'),(149,3,'Mongolia'),(150,1,'Montenegro'),(150,2,'Montenegro'),(150,3,'Montenegro'),(151,1,'Montserrat'),(151,2,'Montserrat'),(151,3,'Montserrat'),(152,1,'Morocco'),(152,2,'Morocco'),(152,3,'Morocco'),(153,1,'Mozambique'),(153,2,'Mozambique'),(153,3,'Mozambique'),(154,1,'Namibia'),(154,2,'Namibia'),(154,3,'Namibia'),(155,1,'Nauru'),(155,2,'Nauru'),(155,3,'Nauru'),(156,1,'Nepal'),(156,2,'Nepal'),(156,3,'Nepal'),(157,1,'Netherlands Antilles'),(157,2,'Netherlands Antilles'),(157,3,'Netherlands Antilles'),(158,1,'New Caledonia'),(158,2,'New Caledonia'),(158,3,'New Caledonia'),(159,1,'Nicaragua'),(159,2,'Nicaragua'),(159,3,'Nicaragua'),(160,1,'Niger'),(160,2,'Niger'),(160,3,'Niger'),(161,1,'Niue'),(161,2,'Niue'),(161,3,'Niue'),(162,1,'Norfolk Island'),(162,2,'Norfolk Island'),(162,3,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(163,2,'Northern Mariana Islands'),(163,3,'Northern Mariana Islands'),(164,1,'Oman'),(164,2,'Oman'),(164,3,'Oman'),(165,1,'Pakistan'),(165,2,'Pakistan'),(165,3,'Pakistan'),(166,1,'Palau'),(166,2,'Palau'),(166,3,'Palau'),(167,1,'Palestinian Territories'),(167,2,'Palestinian Territories'),(167,3,'Palestinian Territories'),(168,1,'Panama'),(168,2,'Panama'),(168,3,'Panama'),(169,1,'Papua New Guinea'),(169,2,'Papua New Guinea'),(169,3,'Papua New Guinea'),(170,1,'Paraguay'),(170,2,'Paraguay'),(170,3,'Paraguay'),(171,1,'Peru'),(171,2,'Peru'),(171,3,'Peru'),(172,1,'Philippines'),(172,2,'Philippines'),(172,3,'Philippines'),(173,1,'Pitcairn'),(173,2,'Pitcairn'),(173,3,'Pitcairn'),(174,1,'Puerto Rico'),(174,2,'Puerto Rico'),(174,3,'Puerto Rico'),(175,1,'Qatar'),(175,2,'Qatar'),(175,3,'Qatar'),(176,1,'Reunion Island'),(176,2,'Reunion Island'),(176,3,'Reunion Island'),(177,1,'Russian Federation'),(177,2,'Russian Federation'),(177,3,'Russian Federation'),(178,1,'Rwanda'),(178,2,'Rwanda'),(178,3,'Rwanda'),(179,1,'Saint Barthelemy'),(179,2,'Saint Barthelemy'),(179,3,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(180,2,'Saint Kitts and Nevis'),(180,3,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(181,2,'Saint Lucia'),(181,3,'Saint Lucia'),(182,1,'Saint Martin'),(182,2,'Saint Martin'),(182,3,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(183,2,'Saint Pierre and Miquelon'),(183,3,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(184,2,'Saint Vincent and the Grenadines'),(184,3,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(185,2,'Samoa'),(185,3,'Samoa'),(186,1,'San Marino'),(186,2,'San Marino'),(186,3,'San Marino'),(187,1,'São Tomé and Príncipe'),(187,2,'São Tomé and Príncipe'),(187,3,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(188,2,'Saudi Arabia'),(188,3,'Saudi Arabia'),(189,1,'Senegal'),(189,2,'Senegal'),(189,3,'Senegal'),(190,1,'Serbia'),(190,2,'Serbia'),(190,3,'Serbia'),(191,1,'Seychelles'),(191,2,'Seychelles'),(191,3,'Seychelles'),(192,1,'Sierra Leone'),(192,2,'Sierra Leone'),(192,3,'Sierra Leone'),(193,1,'Slovenia'),(193,2,'Slovenia'),(193,3,'Slovenia'),(194,1,'Solomon Islands'),(194,2,'Solomon Islands'),(194,3,'Solomon Islands'),(195,1,'Somalia'),(195,2,'Somalia'),(195,3,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(196,2,'South Georgia and the South Sandwich Islands'),(196,3,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(197,2,'Sri Lanka'),(197,3,'Sri Lanka'),(198,1,'Sudan'),(198,2,'Sudan'),(198,3,'Sudan'),(199,1,'Suriname'),(199,2,'Suriname'),(199,3,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(200,2,'Svalbard and Jan Mayen'),(200,3,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(201,2,'Swaziland'),(201,3,'Swaziland'),(202,1,'Syria'),(202,2,'Syria'),(202,3,'Syria'),(203,1,'Taiwan'),(203,2,'Taiwan'),(203,3,'Taiwan'),(204,1,'Tajikistan'),(204,2,'Tajikistan'),(204,3,'Tajikistan'),(205,1,'Tanzania'),(205,2,'Tanzania'),(205,3,'Tanzania'),(206,1,'Thailand'),(206,2,'Thailand'),(206,3,'Thailand'),(207,1,'Tokelau'),(207,2,'Tokelau'),(207,3,'Tokelau'),(208,1,'Tonga'),(208,2,'Tonga'),(208,3,'Tonga'),(209,1,'Trinidad and Tobago'),(209,2,'Trinidad and Tobago'),(209,3,'Trinidad and Tobago'),(210,1,'Tunisia'),(210,2,'Tunisia'),(210,3,'Tunisia'),(211,1,'Turkey'),(211,2,'Turkey'),(211,3,'Turkey'),(212,1,'Turkmenistan'),(212,2,'Turkmenistan'),(212,3,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(213,2,'Turks and Caicos Islands'),(213,3,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(214,2,'Tuvalu'),(214,3,'Tuvalu'),(215,1,'Uganda'),(215,2,'Uganda'),(215,3,'Uganda'),(216,1,'Ukraine'),(216,2,'Ukraine'),(216,3,'Ukraine'),(217,1,'United Arab Emirates'),(217,2,'United Arab Emirates'),(217,3,'United Arab Emirates'),(218,1,'Uruguay'),(218,2,'Uruguay'),(218,3,'Uruguay'),(219,1,'Uzbekistan'),(219,2,'Uzbekistan'),(219,3,'Uzbekistan'),(220,1,'Vanuatu'),(220,2,'Vanuatu'),(220,3,'Vanuatu'),(221,1,'Venezuela'),(221,2,'Venezuela'),(221,3,'Venezuela'),(222,1,'Vietnam'),(222,2,'Vietnam'),(222,3,'Vietnam'),(223,1,'Virgin Islands (British)'),(223,2,'Virgin Islands (British)'),(223,3,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(224,2,'Virgin Islands (U.S.)'),(224,3,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(225,2,'Wallis and Futuna'),(225,3,'Wallis and Futuna'),(226,1,'Western Sahara'),(226,2,'Western Sahara'),(226,3,'Western Sahara'),(227,1,'Yemen'),(227,2,'Yemen'),(227,3,'Yemen'),(228,1,'Zambia'),(228,2,'Zambia'),(228,3,'Zambia'),(229,1,'Zimbabwe'),(229,2,'Zimbabwe'),(229,3,'Zimbabwe'),(230,1,'Albania'),(230,2,'Albania'),(230,3,'Albania'),(231,1,'Afghanistan'),(231,2,'Afghanistan'),(231,3,'Afghanistan'),(232,1,'Antarctica'),(232,2,'Antarctica'),(232,3,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(233,2,'Bosnia and Herzegovina'),(233,3,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(234,2,'Bouvet Island'),(234,3,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(235,2,'British Indian Ocean Territory'),(235,3,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(236,2,'Bulgaria'),(236,3,'Bulgaria'),(237,1,'Cayman Islands'),(237,2,'Cayman Islands'),(237,3,'Cayman Islands'),(238,1,'Christmas Island'),(238,2,'Christmas Island'),(238,3,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(239,2,'Cocos (Keeling) Islands'),(239,3,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(240,2,'Cook Islands'),(240,3,'Cook Islands'),(241,1,'French Guiana'),(241,2,'French Guiana'),(241,3,'French Guiana'),(242,1,'French Polynesia'),(242,2,'French Polynesia'),(242,3,'French Polynesia'),(243,1,'French Southern Territories'),(243,2,'French Southern Territories'),(243,3,'French Southern Territories'),(244,1,'Åland Islands'),(244,2,'Åland Islands'),(244,3,'Åland Islands'); -/*!40000 ALTER TABLE `ps_country_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_country_shop` --- - -DROP TABLE IF EXISTS `ps_country_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_country_shop` ( - `id_country` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_country`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_country_shop` --- - -LOCK TABLES `ps_country_shop` WRITE; -/*!40000 ALTER TABLE `ps_country_shop` DISABLE KEYS */; -INSERT INTO `ps_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2),(7,2),(8,2),(9,2),(10,2),(11,2),(12,2),(13,2),(14,2),(15,2),(16,2),(17,2),(18,2),(19,2),(20,2),(21,2),(22,2),(23,2),(24,2),(25,2),(26,2),(27,2),(28,2),(29,2),(30,2),(31,2),(32,2),(33,2),(34,2),(35,2),(36,2),(37,2),(38,2),(39,2),(40,2),(41,2),(42,2),(43,2),(44,2),(45,2),(46,2),(47,2),(48,2),(49,2),(50,2),(51,2),(52,2),(53,2),(54,2),(55,2),(56,2),(57,2),(58,2),(59,2),(60,2),(61,2),(62,2),(63,2),(64,2),(65,2),(66,2),(67,2),(68,2),(69,2),(70,2),(71,2),(72,2),(73,2),(74,2),(75,2),(76,2),(77,2),(78,2),(79,2),(80,2),(81,2),(82,2),(83,2),(84,2),(85,2),(86,2),(87,2),(88,2),(89,2),(90,2),(91,2),(92,2),(93,2),(94,2),(95,2),(96,2),(97,2),(98,2),(99,2),(100,2),(101,2),(102,2),(103,2),(104,2),(105,2),(106,2),(107,2),(108,2),(109,2),(110,2),(111,2),(112,2),(113,2),(114,2),(115,2),(116,2),(117,2),(118,2),(119,2),(120,2),(121,2),(122,2),(123,2),(124,2),(125,2),(126,2),(127,2),(128,2),(129,2),(130,2),(131,2),(132,2),(133,2),(134,2),(135,2),(136,2),(137,2),(138,2),(139,2),(140,2),(141,2),(142,2),(143,2),(144,2),(145,2),(146,2),(147,2),(148,2),(149,2),(150,2),(151,2),(152,2),(153,2),(154,2),(155,2),(156,2),(157,2),(158,2),(159,2),(160,2),(161,2),(162,2),(163,2),(164,2),(165,2),(166,2),(167,2),(168,2),(169,2),(170,2),(171,2),(172,2),(173,2),(174,2),(175,2),(176,2),(177,2),(178,2),(179,2),(180,2),(181,2),(182,2),(183,2),(184,2),(185,2),(186,2),(187,2),(188,2),(189,2),(190,2),(191,2),(192,2),(193,2),(194,2),(195,2),(196,2),(197,2),(198,2),(199,2),(200,2),(201,2),(202,2),(203,2),(204,2),(205,2),(206,2),(207,2),(208,2),(209,2),(210,2),(211,2),(212,2),(213,2),(214,2),(215,2),(216,2),(217,2),(218,2),(219,2),(220,2),(221,2),(222,2),(223,2),(224,2),(225,2),(226,2),(227,2),(228,2),(229,2),(230,2),(231,2),(232,2),(233,2),(234,2),(235,2),(236,2),(237,2),(238,2),(239,2),(240,2),(241,2),(242,2),(243,2),(244,2); -/*!40000 ALTER TABLE `ps_country_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_currency` --- - -DROP TABLE IF EXISTS `ps_currency`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_currency` ( - `id_currency` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `iso_code` varchar(3) NOT NULL DEFAULT '0', - `numeric_iso_code` varchar(3) DEFAULT NULL, - `precision` int(2) NOT NULL DEFAULT '6', - `conversion_rate` decimal(13,6) NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `unofficial` tinyint(1) unsigned NOT NULL DEFAULT '0', - `modified` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_currency`), - KEY `currency_iso_code` (`iso_code`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_currency` --- - -LOCK TABLES `ps_currency` WRITE; -/*!40000 ALTER TABLE `ps_currency` DISABLE KEYS */; -INSERT INTO `ps_currency` VALUES (1,'','EUR','978',2,1.000000,0,1,0,0); -/*!40000 ALTER TABLE `ps_currency` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_currency_lang` --- - -DROP TABLE IF EXISTS `ps_currency_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_currency_lang` ( - `id_currency` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `symbol` varchar(255) NOT NULL, - `pattern` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_currency`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_currency_lang` --- - -LOCK TABLES `ps_currency_lang` WRITE; -/*!40000 ALTER TABLE `ps_currency_lang` DISABLE KEYS */; -INSERT INTO `ps_currency_lang` VALUES (1,1,'Euro','€',''),(1,2,'Euras','€',''),(1,3,'Euro','€',''); -/*!40000 ALTER TABLE `ps_currency_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_currency_shop` --- - -DROP TABLE IF EXISTS `ps_currency_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_currency_shop` ( - `id_currency` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `conversion_rate` decimal(13,6) NOT NULL, - PRIMARY KEY (`id_currency`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_currency_shop` --- - -LOCK TABLES `ps_currency_shop` WRITE; -/*!40000 ALTER TABLE `ps_currency_shop` DISABLE KEYS */; -INSERT INTO `ps_currency_shop` VALUES (1,1,1.000000),(1,2,1.000000); -/*!40000 ALTER TABLE `ps_currency_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer` --- - -DROP TABLE IF EXISTS `ps_customer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer` ( - `id_customer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_gender` int(10) unsigned NOT NULL, - `id_default_group` int(10) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned DEFAULT NULL, - `id_risk` int(10) unsigned NOT NULL DEFAULT '1', - `company` varchar(255) DEFAULT NULL, - `siret` varchar(14) DEFAULT NULL, - `ape` varchar(5) DEFAULT NULL, - `firstname` varchar(255) NOT NULL, - `lastname` varchar(255) NOT NULL, - `email` varchar(255) NOT NULL, - `passwd` varchar(255) NOT NULL, - `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `birthday` date DEFAULT NULL, - `newsletter` tinyint(1) unsigned NOT NULL DEFAULT '0', - `ip_registration_newsletter` varchar(15) DEFAULT NULL, - `newsletter_date_add` datetime DEFAULT NULL, - `optin` tinyint(1) unsigned NOT NULL DEFAULT '0', - `website` varchar(128) DEFAULT NULL, - `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT '0', - `max_payment_days` int(10) unsigned NOT NULL DEFAULT '60', - `secure_key` varchar(32) NOT NULL DEFAULT '-1', - `note` text, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `is_guest` tinyint(1) NOT NULL DEFAULT '0', - `deleted` tinyint(1) NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `reset_password_token` varchar(40) DEFAULT NULL, - `reset_password_validity` datetime DEFAULT NULL, - PRIMARY KEY (`id_customer`), - KEY `customer_email` (`email`), - KEY `customer_login` (`email`,`passwd`), - KEY `id_customer_passwd` (`id_customer`,`passwd`), - KEY `id_gender` (`id_gender`), - KEY `id_shop_group` (`id_shop_group`), - KEY `id_shop` (`id_shop`,`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer` --- - -LOCK TABLES `ps_customer` WRITE; -/*!40000 ALTER TABLE `ps_customer` DISABLE KEYS */; -INSERT INTO `ps_customer` VALUES (1,1,1,1,3,1,0,'','','','Anonymous','Anonymous','anonymous@psgdpr.com','prestashop','2022-01-27 06:25:03','0000-00-00',0,'','0000-00-00 00:00:00',1,'',0.000000,0,0,'58136753c5a320ade9084fc546ff45dd','',0,0,0,'2022-01-27 14:25:03','2022-01-27 14:25:03','','0000-00-00 00:00:00'),(2,1,1,1,3,1,0,'','','','John','DOE','pub@prestashop.com','76c5fa300532f4aba582294ebd9681d8','2022-01-27 06:25:28','1970-01-15',1,'','2013-12-13 08:19:15',1,'',0.000000,0,0,'bec2c3c04a4f04627d1a357fcf64fe6f','',1,0,0,'2022-01-27 14:25:28','2022-01-27 14:25:28','','0000-00-00 00:00:00'),(3,1,1,0,3,1,0,'','','','demo','demo','demo@demo.com','$2y$10$yU.9nP5n0tJD0yrjKOsH2OrMzoQy760lJHuLx8XpNerbVHfsH/OT6','2022-01-27 10:02:22','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'ef6a5954d5273e91a436c710677fc747','',1,0,0,'2022-01-27 16:02:22','2022-01-27 16:02:22','','0000-00-00 00:00:00'),(4,1,1,1,3,1,0,'','','','AUT','AUT','testemail270429@testing.com','$2y$10$JsfsiTp.3xEChc4xo0rOzOkdhvw78laaCwQFuqPg4wTRR6OQLoWbe','2022-03-10 08:34:12','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'3e0a38a4294e65e27e22d8bbd77a89a1','',1,0,0,'2022-03-10 14:34:12','2022-03-10 14:34:12','','0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `ps_customer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_group` --- - -DROP TABLE IF EXISTS `ps_customer_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_group` ( - `id_customer` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_customer`,`id_group`), - KEY `customer_login` (`id_group`), - KEY `id_customer` (`id_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_group` --- - -LOCK TABLES `ps_customer_group` WRITE; -/*!40000 ALTER TABLE `ps_customer_group` DISABLE KEYS */; -INSERT INTO `ps_customer_group` VALUES (1,3),(2,3),(3,3),(4,3); -/*!40000 ALTER TABLE `ps_customer_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_message` --- - -DROP TABLE IF EXISTS `ps_customer_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_message` ( - `id_customer_message` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer_thread` int(11) DEFAULT NULL, - `id_employee` int(10) unsigned DEFAULT NULL, - `message` mediumtext NOT NULL, - `file_name` varchar(18) DEFAULT NULL, - `ip_address` varchar(16) DEFAULT NULL, - `user_agent` varchar(128) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `private` tinyint(4) NOT NULL DEFAULT '0', - `read` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_customer_message`), - KEY `id_customer_thread` (`id_customer_thread`), - KEY `id_employee` (`id_employee`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_message` --- - -LOCK TABLES `ps_customer_message` WRITE; -/*!40000 ALTER TABLE `ps_customer_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customer_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_message_sync_imap` --- - -DROP TABLE IF EXISTS `ps_customer_message_sync_imap`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_message_sync_imap` ( - `md5_header` varbinary(32) NOT NULL, - KEY `md5_header_index` (`md5_header`(4)) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_message_sync_imap` --- - -LOCK TABLES `ps_customer_message_sync_imap` WRITE; -/*!40000 ALTER TABLE `ps_customer_message_sync_imap` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customer_message_sync_imap` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_session` --- - -DROP TABLE IF EXISTS `ps_customer_session`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_session` ( - `id_customer_session` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned DEFAULT NULL, - `token` varchar(40) DEFAULT NULL, - PRIMARY KEY (`id_customer_session`) -) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_session` --- - -LOCK TABLES `ps_customer_session` WRITE; -/*!40000 ALTER TABLE `ps_customer_session` DISABLE KEYS */; -INSERT INTO `ps_customer_session` VALUES (1,3,'3dc65635760a46ae72d1fc7cc18f921ed795248d'),(2,3,'79358f13bc4a24b3da340c1a07cfe200702596b3'),(3,3,'19c7b86e61d3ed217b9a970148a58d0f26f8d712'),(4,3,'12ebedb89d49b9e40f20c130d0e9d1cac384bb68'),(5,3,'4061ab989139be7d54965fc583404edfbfe8cd88'),(6,3,'df56f8285893887ce997adb05f01e7ab725b988a'),(7,3,'b40cf9cc52936e5929be292be4aa45d6ac6c06fb'),(8,3,'fde6c7e8625dc07627c330ed5691fb8bdabe8681'),(9,3,'cb74f83a7e55f94b49dadbc1061a4d37d81edae3'),(10,3,'6c2e88f12efa002100390d5de363672136bf25ed'),(11,3,'de550a3508ecb2a0a7755c4d6bcf55bbb921098e'),(12,3,'4d6a8bbe0b9ee9000cce98b531c5e5a17f365586'),(13,3,'98a14f40e39e38feedaac0997112182dc5eac39e'),(14,3,'cc979b6b81d00303afaaa4a2fe5cdf6487fc300e'),(15,3,'c21b60bec8cd7525bbd3c1f5df1b90fb9604cbad'),(16,3,'0a21bafdd52ede9a6ea77d00a5217d25f4ebf2c7'),(17,3,'54e0da75a2135b906e3193a4a54d44412be02ebd'),(18,3,'ee1b3e116f988a66c31eab495cceaf02ae9baa5c'),(19,3,'5fd5c41fa23adea17b3a008835a5ccd1c580fc96'),(20,3,'2d041085e49b2b1875b79f117ca4db9d4b4ccf91'),(21,3,'aca7aed6d4bf08abbbb6febdd9453c789a419b3f'),(22,3,'6b77c2803599fdf5910cc3f04488e767f25ed748'),(23,3,'58f1d091d5ac82807a5b4ed5bacd06b2d6ecce63'),(24,3,'b31e03f266575476c1dbe1b1ab3131bcbc6b5258'),(25,3,'9371d6697690d499c932dba3283ae8b261a045ba'),(26,3,'7bff9312b568ebb619c5b11b0d7528452354a1f4'),(27,3,'f84730c0172a66ab82c0a223bb03bf5a9712f02b'),(28,3,'57f9a3e98f367eb5277b77b3689cc573a8da7166'),(29,3,'ed9ccb1b8d514aed2ebebf30e81d65167c96cdb3'),(30,4,'b78ec95028c99d38f512d263e294c78470cb2b8a'),(31,3,'2025a85529a612b6e20dfc06cf817f82b13708dc'),(32,3,'abef58302b4e4774ef0368693958252ebff1fda6'),(33,3,'b769a968365c0c761d41822965d29b0fd6de45ab'),(34,3,'aaaae85b9a7c432ea2a622d09d93ead3e0c7525b'); -/*!40000 ALTER TABLE `ps_customer_session` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_thread` --- - -DROP TABLE IF EXISTS `ps_customer_thread`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_thread` ( - `id_customer_thread` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `id_contact` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned DEFAULT NULL, - `id_order` int(10) unsigned DEFAULT NULL, - `id_product` int(10) unsigned DEFAULT NULL, - `status` enum('open','closed','pending1','pending2') NOT NULL DEFAULT 'open', - `email` varchar(255) NOT NULL, - `token` varchar(12) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_customer_thread`), - KEY `id_shop` (`id_shop`), - KEY `id_lang` (`id_lang`), - KEY `id_contact` (`id_contact`), - KEY `id_customer` (`id_customer`), - KEY `id_order` (`id_order`), - KEY `id_product` (`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_thread` --- - -LOCK TABLES `ps_customer_thread` WRITE; -/*!40000 ALTER TABLE `ps_customer_thread` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customer_thread` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customization` --- - -DROP TABLE IF EXISTS `ps_customization`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customization` ( - `id_customization` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product_attribute` int(10) unsigned NOT NULL DEFAULT '0', - `id_address_delivery` int(10) unsigned NOT NULL DEFAULT '0', - `id_cart` int(10) unsigned NOT NULL, - `id_product` int(10) NOT NULL, - `quantity` int(10) NOT NULL, - `quantity_refunded` int(11) NOT NULL DEFAULT '0', - `quantity_returned` int(11) NOT NULL DEFAULT '0', - `in_cart` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_cart_product` (`id_cart`,`id_product`,`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customization` --- - -LOCK TABLES `ps_customization` WRITE; -/*!40000 ALTER TABLE `ps_customization` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customization` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customization_field` --- - -DROP TABLE IF EXISTS `ps_customization_field`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customization_field` ( - `id_customization_field` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `type` tinyint(1) NOT NULL, - `required` tinyint(1) NOT NULL, - `is_module` tinyint(1) NOT NULL DEFAULT '0', - `is_deleted` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_customization_field`), - KEY `id_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customization_field` --- - -LOCK TABLES `ps_customization_field` WRITE; -/*!40000 ALTER TABLE `ps_customization_field` DISABLE KEYS */; -INSERT INTO `ps_customization_field` VALUES (1,19,1,1,0,0); -/*!40000 ALTER TABLE `ps_customization_field` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customization_field_lang` --- - -DROP TABLE IF EXISTS `ps_customization_field_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customization_field_lang` ( - `id_customization_field` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `name` varchar(255) NOT NULL, - PRIMARY KEY (`id_customization_field`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customization_field_lang` --- - -LOCK TABLES `ps_customization_field_lang` WRITE; -/*!40000 ALTER TABLE `ps_customization_field_lang` DISABLE KEYS */; -INSERT INTO `ps_customization_field_lang` VALUES (1,1,0,''),(1,1,1,'Type your text here'),(1,2,0,''),(1,2,1,'Type your text here'),(1,3,0,''),(1,3,1,'Type your text here'); -/*!40000 ALTER TABLE `ps_customization_field_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customized_data` --- - -DROP TABLE IF EXISTS `ps_customized_data`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customized_data` ( - `id_customization` int(10) unsigned NOT NULL, - `type` tinyint(1) NOT NULL, - `index` int(3) NOT NULL, - `value` varchar(255) NOT NULL, - `id_module` int(10) NOT NULL DEFAULT '0', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - PRIMARY KEY (`id_customization`,`type`,`index`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customized_data` --- - -LOCK TABLES `ps_customized_data` WRITE; -/*!40000 ALTER TABLE `ps_customized_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customized_data` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_date_range` --- - -DROP TABLE IF EXISTS `ps_date_range`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_date_range` ( - `id_date_range` int(10) unsigned NOT NULL AUTO_INCREMENT, - `time_start` datetime NOT NULL, - `time_end` datetime NOT NULL, - PRIMARY KEY (`id_date_range`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_date_range` --- - -LOCK TABLES `ps_date_range` WRITE; -/*!40000 ALTER TABLE `ps_date_range` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_date_range` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_delivery` --- - -DROP TABLE IF EXISTS `ps_delivery`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_delivery` ( - `id_delivery` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned DEFAULT NULL, - `id_shop_group` int(10) unsigned DEFAULT NULL, - `id_carrier` int(10) unsigned NOT NULL, - `id_range_price` int(10) unsigned DEFAULT NULL, - `id_range_weight` int(10) unsigned DEFAULT NULL, - `id_zone` int(10) unsigned NOT NULL, - `price` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_delivery`), - KEY `id_zone` (`id_zone`), - KEY `id_carrier` (`id_carrier`,`id_zone`), - KEY `id_range_price` (`id_range_price`), - KEY `id_range_weight` (`id_range_weight`) -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_delivery` --- - -LOCK TABLES `ps_delivery` WRITE; -/*!40000 ALTER TABLE `ps_delivery` DISABLE KEYS */; -INSERT INTO `ps_delivery` VALUES (1,NULL,NULL,2,0,1,1,5.000000),(2,NULL,NULL,2,0,1,2,5.000000),(3,NULL,NULL,2,1,0,1,5.000000),(4,NULL,NULL,2,1,0,2,5.000000),(5,NULL,NULL,3,2,0,1,3.000000),(6,NULL,NULL,3,2,0,2,4.000000),(7,NULL,NULL,3,3,0,1,1.000000),(8,NULL,NULL,3,3,0,2,2.000000),(9,NULL,NULL,3,4,0,1,0.000000),(10,NULL,NULL,3,4,0,2,0.000000),(11,NULL,NULL,4,0,2,1,0.000000),(12,NULL,NULL,4,0,2,2,0.000000),(13,NULL,NULL,4,0,3,1,2.000000),(14,NULL,NULL,4,0,3,2,3.000000),(15,NULL,NULL,4,0,4,1,5.000000),(16,NULL,NULL,4,0,4,2,6.000000); -/*!40000 ALTER TABLE `ps_delivery` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_emailsubscription` --- - -DROP TABLE IF EXISTS `ps_emailsubscription`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_emailsubscription` ( - `id` int(6) NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `email` varchar(255) NOT NULL, - `newsletter_date_add` datetime DEFAULT NULL, - `ip_registration_newsletter` varchar(15) NOT NULL, - `http_referer` varchar(255) DEFAULT NULL, - `active` tinyint(1) NOT NULL DEFAULT '0', - `id_lang` int(10) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_emailsubscription` --- - -LOCK TABLES `ps_emailsubscription` WRITE; -/*!40000 ALTER TABLE `ps_emailsubscription` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_emailsubscription` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_employee` --- - -DROP TABLE IF EXISTS `ps_employee`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_employee` ( - `id_employee` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_profile` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL DEFAULT '0', - `lastname` varchar(255) NOT NULL, - `firstname` varchar(255) NOT NULL, - `email` varchar(255) NOT NULL, - `passwd` varchar(255) NOT NULL, - `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `stats_date_from` date DEFAULT NULL, - `stats_date_to` date DEFAULT NULL, - `stats_compare_from` date DEFAULT NULL, - `stats_compare_to` date DEFAULT NULL, - `stats_compare_option` int(1) unsigned NOT NULL DEFAULT '1', - `preselect_date_range` varchar(32) DEFAULT NULL, - `bo_color` varchar(32) DEFAULT NULL, - `bo_theme` varchar(32) DEFAULT NULL, - `bo_css` varchar(64) DEFAULT NULL, - `default_tab` int(10) unsigned NOT NULL DEFAULT '0', - `bo_width` int(10) unsigned NOT NULL DEFAULT '0', - `bo_menu` tinyint(1) NOT NULL DEFAULT '1', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `optin` tinyint(1) unsigned DEFAULT NULL, - `id_last_order` int(10) unsigned NOT NULL DEFAULT '0', - `id_last_customer_message` int(10) unsigned NOT NULL DEFAULT '0', - `id_last_customer` int(10) unsigned NOT NULL DEFAULT '0', - `last_connection_date` date DEFAULT NULL, - `reset_password_token` varchar(40) DEFAULT NULL, - `reset_password_validity` datetime DEFAULT NULL, - PRIMARY KEY (`id_employee`), - KEY `employee_login` (`email`,`passwd`), - KEY `id_employee_passwd` (`id_employee`,`passwd`), - KEY `id_profile` (`id_profile`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_employee` --- - -LOCK TABLES `ps_employee` WRITE; -/*!40000 ALTER TABLE `ps_employee` DISABLE KEYS */; -INSERT INTO `ps_employee` VALUES (1,1,1,'Demo','Demo','demo@demo.com','$2y$10$8VRHtHuHxdXQ1o8JorFEyOtcjXZ66n.KXw4LfiGs8njHI2FhpNZhS','2022-01-27 06:24:21','2021-12-27','2022-01-27','0000-00-00','0000-00-00',1,NULL,NULL,'default','theme.css',1,0,1,1,NULL,0,0,0,'2022-03-15',NULL,'0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `ps_employee` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_employee_session` --- - -DROP TABLE IF EXISTS `ps_employee_session`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_employee_session` ( - `id_employee_session` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_employee` int(10) unsigned DEFAULT NULL, - `token` varchar(40) DEFAULT NULL, - PRIMARY KEY (`id_employee_session`) -) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_employee_session` --- - -LOCK TABLES `ps_employee_session` WRITE; -/*!40000 ALTER TABLE `ps_employee_session` DISABLE KEYS */; -INSERT INTO `ps_employee_session` VALUES (1,1,'4d351a89b56c3290f4e684dfa86818ead335ddfb'),(2,1,'871f13dbfc85d0c1474f098a04c9583e8b15f637'),(3,1,'438d1a285ba56eb5d50f038286a9ad23316b0d7b'),(5,1,'b15cecf239bff97fe198f5e6962fded6f7d3812e'),(6,1,'351f67bf22c4ccaf9c1f396c940a0185756a5589'),(7,1,'ab56844e803ed0023d87d4a8305b08d7163f3667'),(8,1,'37d17ac10ad2e32c9251374cf291d4888dbf1cb2'),(9,1,'ca140955fdf77415d3663981ec6f607457ec345a'),(10,1,'029d53d2b20ac31c57d35e497e071367a84e6e6a'),(11,1,'8d1dbb171ba974353e70d6970093ae26e87e5915'),(12,1,'a7841691d9b2006e3c62352f649f8d2d9208fa24'),(13,1,'c744b006a393da34ba8e89a5878a553b75658d2a'),(14,1,'15b6bced00e7dedd828915c1f180c3cc46bd12cb'),(15,1,'e9bb39797444d35dc60acc1364180237766fa3ec'),(16,1,'8140a43342b5c34f21344305a47aa33e3859a5b0'),(17,1,'bb35b5a334621bde9c1da7ce52dfe0d9cf3bb26a'),(18,1,'b919fe2674c3a32e681edd8e25b65bd245bb4337'),(19,1,'1ad49c955ecd9c002044448cd077a5defd41da0e'),(20,1,'5c8196fa445039338b0492c53e66c0bcb3ace1e3'),(21,1,'5f4ef2cac4014636c1b2e76c1bdee8904ae6c5d9'),(22,1,'474a5a23102337a5c81d00a47656eddd23ddb60f'),(23,1,'5ce168a424d79aac9300c922e2429e37b8f26c24'),(24,1,'210f23f861c09d76824492ed9e86a5cdf391dd0b'),(26,1,'f618a7a194f76d54a17daf48b78fb525935b947e'),(27,1,'2224b3355cb90fc79ddcc3571116137d6f3eaa59'),(28,1,'e57310d38778220b92258f75610dae8a38c9a815'),(29,1,'d3d04635817c165f46498aae32c246bfced33270'),(31,1,'9f7faa34412b640fb2a67a43c6928fd733f4529b'),(33,1,'dd19cb8301f753d22a22c3eb2e39a6b517daef0d'),(34,1,'a6558ea77ca0067df9b553059738eb14c0d14883'),(35,1,'aa6361b68b81e835fe3291df0416e245d03ec503'),(36,1,'540077e9bad67d88773518dcc8e25d9c689ba696'),(37,1,'0655f433b8c04d244dff0358616f53ea29361842'),(38,1,'e69221be84ceb7774dc40c10a417621a4697050e'); -/*!40000 ALTER TABLE `ps_employee_session` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_employee_shop` --- - -DROP TABLE IF EXISTS `ps_employee_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_employee_shop` ( - `id_employee` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_employee`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_employee_shop` --- - -LOCK TABLES `ps_employee_shop` WRITE; -/*!40000 ALTER TABLE `ps_employee_shop` DISABLE KEYS */; -INSERT INTO `ps_employee_shop` VALUES (1,1),(1,2); -/*!40000 ALTER TABLE `ps_employee_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_fb_category_match` --- - -DROP TABLE IF EXISTS `ps_fb_category_match`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_fb_category_match` ( - `id_category` int(11) NOT NULL, - `google_category_id` int(64) NOT NULL, - `google_category_name` varchar(255) NOT NULL, - `google_category_parent_id` int(64) NOT NULL, - `google_category_parent_name` varchar(255) NOT NULL, - `is_parent_category` tinyint(1) DEFAULT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_category`,`id_shop`), - KEY `id_category` (`id_category`,`google_category_id`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_fb_category_match` --- - -LOCK TABLES `ps_fb_category_match` WRITE; -/*!40000 ALTER TABLE `ps_fb_category_match` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_fb_category_match` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature` --- - -DROP TABLE IF EXISTS `ps_feature`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature` ( - `id_feature` int(10) unsigned NOT NULL AUTO_INCREMENT, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_feature`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature` --- - -LOCK TABLES `ps_feature` WRITE; -/*!40000 ALTER TABLE `ps_feature` DISABLE KEYS */; -INSERT INTO `ps_feature` VALUES (1,0),(2,1),(3,2); -/*!40000 ALTER TABLE `ps_feature` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_lang` --- - -DROP TABLE IF EXISTS `ps_feature_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_lang` ( - `id_feature` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_feature`,`id_lang`), - KEY `id_lang` (`id_lang`,`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_lang` --- - -LOCK TABLES `ps_feature_lang` WRITE; -/*!40000 ALTER TABLE `ps_feature_lang` DISABLE KEYS */; -INSERT INTO `ps_feature_lang` VALUES (1,1,'Composition'),(2,1,'Property'),(3,1,'Voucher'),(1,2,'Composition'),(2,2,'Property'),(3,2,'Voucher'),(1,3,'Composition'),(2,3,'Property'),(3,3,'Voucher'); -/*!40000 ALTER TABLE `ps_feature_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_product` --- - -DROP TABLE IF EXISTS `ps_feature_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_product` ( - `id_feature` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_feature_value` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_feature`,`id_product`,`id_feature_value`), - KEY `id_feature_value` (`id_feature_value`), - KEY `id_product` (`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_product` --- - -LOCK TABLES `ps_feature_product` WRITE; -/*!40000 ALTER TABLE `ps_feature_product` DISABLE KEYS */; -INSERT INTO `ps_feature_product` VALUES (1,9,1),(1,10,1),(1,11,1),(1,6,3),(1,7,3),(1,8,3),(1,19,3),(1,1,4),(1,2,4),(1,16,5),(1,17,5),(1,18,5),(1,3,6),(1,4,6),(1,5,6),(2,2,7),(2,1,8),(2,9,9),(2,10,9),(2,11,9),(2,16,10),(2,17,10),(2,18,10); -/*!40000 ALTER TABLE `ps_feature_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_shop` --- - -DROP TABLE IF EXISTS `ps_feature_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_shop` ( - `id_feature` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_feature`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_shop` --- - -LOCK TABLES `ps_feature_shop` WRITE; -/*!40000 ALTER TABLE `ps_feature_shop` DISABLE KEYS */; -INSERT INTO `ps_feature_shop` VALUES (1,1),(2,1),(3,1),(1,2),(2,2); -/*!40000 ALTER TABLE `ps_feature_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_value` --- - -DROP TABLE IF EXISTS `ps_feature_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_value` ( - `id_feature_value` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_feature` int(10) unsigned NOT NULL, - `custom` tinyint(3) unsigned DEFAULT NULL, - PRIMARY KEY (`id_feature_value`), - KEY `feature` (`id_feature`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_value` --- - -LOCK TABLES `ps_feature_value` WRITE; -/*!40000 ALTER TABLE `ps_feature_value` DISABLE KEYS */; -INSERT INTO `ps_feature_value` VALUES (1,1,0),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,0),(7,2,0),(8,2,0),(9,2,0),(10,2,0),(11,3,0),(12,3,0),(13,3,0); -/*!40000 ALTER TABLE `ps_feature_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_value_lang` --- - -DROP TABLE IF EXISTS `ps_feature_value_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_value_lang` ( - `id_feature_value` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `value` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_feature_value`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_value_lang` --- - -LOCK TABLES `ps_feature_value_lang` WRITE; -/*!40000 ALTER TABLE `ps_feature_value_lang` DISABLE KEYS */; -INSERT INTO `ps_feature_value_lang` VALUES (1,1,'Polyester'),(1,2,'Poliesteris'),(1,3,'Polyester'),(2,1,'Wool'),(2,2,'Vilna'),(2,3,'Wolle'),(3,1,'Ceramic'),(3,2,'Ceramic'),(3,3,'Ceramic'),(4,1,'Cotton'),(4,2,'Medvilnė'),(4,3,'Baumwolle'),(5,1,'Recycled cardboard'),(5,2,'Recycled cardboard'),(5,3,'Recycled cardboard'),(6,1,'Matt paper'),(6,2,'Matt paper'),(6,3,'Matt paper'),(7,1,'Long sleeves'),(7,2,'Long sleeves'),(7,3,'Long sleeves'),(8,1,'Short sleeves'),(8,2,'Short sleeves'),(8,3,'Short sleeves'),(9,1,'Removable cover'),(9,2,'Removable cover'),(9,3,'Removable cover'),(10,1,'120 pages'),(10,2,'120 pages'),(10,3,'120 pages'),(11,1,'meal'),(11,2,'meal'),(11,3,'meal'),(12,1,'gift'),(12,2,'gift'),(12,3,'gift'),(13,1,'eco'),(13,2,'eco'),(13,3,'eco'); -/*!40000 ALTER TABLE `ps_feature_value_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_gender` --- - -DROP TABLE IF EXISTS `ps_gender`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_gender` ( - `id_gender` int(11) NOT NULL AUTO_INCREMENT, - `type` tinyint(1) NOT NULL, - PRIMARY KEY (`id_gender`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_gender` --- - -LOCK TABLES `ps_gender` WRITE; -/*!40000 ALTER TABLE `ps_gender` DISABLE KEYS */; -INSERT INTO `ps_gender` VALUES (1,0),(2,1); -/*!40000 ALTER TABLE `ps_gender` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_gender_lang` --- - -DROP TABLE IF EXISTS `ps_gender_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_gender_lang` ( - `id_gender` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(20) NOT NULL, - PRIMARY KEY (`id_gender`,`id_lang`), - KEY `id_gender` (`id_gender`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_gender_lang` --- - -LOCK TABLES `ps_gender_lang` WRITE; -/*!40000 ALTER TABLE `ps_gender_lang` DISABLE KEYS */; -INSERT INTO `ps_gender_lang` VALUES (1,1,'Mr.'),(1,2,'Ponas'),(1,3,'Herr'),(2,1,'Mrs.'),(2,2,'Ponia'),(2,3,'Frau'); -/*!40000 ALTER TABLE `ps_gender_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group` --- - -DROP TABLE IF EXISTS `ps_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group` ( - `id_group` int(10) unsigned NOT NULL AUTO_INCREMENT, - `reduction` decimal(5,2) NOT NULL DEFAULT '0.00', - `price_display_method` tinyint(4) NOT NULL DEFAULT '0', - `show_prices` tinyint(1) unsigned NOT NULL DEFAULT '1', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_group`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group` --- - -LOCK TABLES `ps_group` WRITE; -/*!40000 ALTER TABLE `ps_group` DISABLE KEYS */; -INSERT INTO `ps_group` VALUES (1,0.00,0,1,'2022-01-27 14:24:20','2022-01-27 14:24:20'),(2,0.00,0,1,'2022-01-27 14:24:20','2022-01-27 14:24:20'),(3,0.00,0,1,'2022-01-27 14:24:20','2022-01-27 14:24:20'); -/*!40000 ALTER TABLE `ps_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group_lang` --- - -DROP TABLE IF EXISTS `ps_group_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group_lang` ( - `id_group` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_group`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group_lang` --- - -LOCK TABLES `ps_group_lang` WRITE; -/*!40000 ALTER TABLE `ps_group_lang` DISABLE KEYS */; -INSERT INTO `ps_group_lang` VALUES (1,1,'Visitor'),(1,2,'Lankytojas'),(1,3,'Besucher'),(2,1,'Guest'),(2,2,'Svečias'),(2,3,'Gast'),(3,1,'Customer'),(3,2,'Klientas'),(3,3,'Kunde'); -/*!40000 ALTER TABLE `ps_group_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group_reduction` --- - -DROP TABLE IF EXISTS `ps_group_reduction`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group_reduction` ( - `id_group_reduction` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `id_group` int(10) unsigned NOT NULL, - `id_category` int(10) unsigned NOT NULL, - `reduction` decimal(5,4) NOT NULL, - PRIMARY KEY (`id_group_reduction`), - UNIQUE KEY `id_group` (`id_group`,`id_category`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group_reduction` --- - -LOCK TABLES `ps_group_reduction` WRITE; -/*!40000 ALTER TABLE `ps_group_reduction` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_group_reduction` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group_shop` --- - -DROP TABLE IF EXISTS `ps_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group_shop` ( - `id_group` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_group`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group_shop` --- - -LOCK TABLES `ps_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_group_shop` DISABLE KEYS */; -INSERT INTO `ps_group_shop` VALUES (1,1),(2,1),(3,1),(1,2),(2,2),(3,2); -/*!40000 ALTER TABLE `ps_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_gsitemap_sitemap` --- - -DROP TABLE IF EXISTS `ps_gsitemap_sitemap`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_gsitemap_sitemap` ( - `link` varchar(255) DEFAULT NULL, - `id_shop` int(11) DEFAULT '0' -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_gsitemap_sitemap` --- - -LOCK TABLES `ps_gsitemap_sitemap` WRITE; -/*!40000 ALTER TABLE `ps_gsitemap_sitemap` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_gsitemap_sitemap` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_guest` --- - -DROP TABLE IF EXISTS `ps_guest`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_guest` ( - `id_guest` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_operating_system` int(10) unsigned DEFAULT NULL, - `id_web_browser` int(10) unsigned DEFAULT NULL, - `id_customer` int(10) unsigned DEFAULT NULL, - `javascript` tinyint(1) DEFAULT '0', - `screen_resolution_x` smallint(5) unsigned DEFAULT NULL, - `screen_resolution_y` smallint(5) unsigned DEFAULT NULL, - `screen_color` tinyint(3) unsigned DEFAULT NULL, - `sun_java` tinyint(1) DEFAULT NULL, - `adobe_flash` tinyint(1) DEFAULT NULL, - `adobe_director` tinyint(1) DEFAULT NULL, - `apple_quicktime` tinyint(1) DEFAULT NULL, - `real_player` tinyint(1) DEFAULT NULL, - `windows_media` tinyint(1) DEFAULT NULL, - `accept_language` varchar(8) DEFAULT NULL, - `mobile_theme` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_guest`), - KEY `id_customer` (`id_customer`), - KEY `id_operating_system` (`id_operating_system`), - KEY `id_web_browser` (`id_web_browser`) -) ENGINE=InnoDB AUTO_INCREMENT=1793 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_guest` --- - -LOCK TABLES `ps_guest` WRITE; -/*!40000 ALTER TABLE `ps_guest` DISABLE KEYS */; -INSERT INTO `ps_guest` 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,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(4,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(5,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(6,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(7,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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,0,0,0,0,0,0,0,0,0,0,0,0,0,'',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),(18,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(28,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(29,8,11,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),(33,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),(54,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,8,11,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,8,11,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(72,8,11,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(77,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(78,8,11,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(83,8,11,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,8,11,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(99,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(100,8,11,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(106,8,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(107,8,11,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,7,11,3,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),(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),(171,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),(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),(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),(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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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),(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),(228,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),(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),(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),(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),(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),(286,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),(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),(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),(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),(349,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),(354,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),(361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(362,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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),(406,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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(409,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(414,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(415,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,8,11,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),(602,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),(613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(614,7,11,4,0,0,0,0,0,0,0,0,0,0,'',0),(615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(620,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(621,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(624,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(625,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(626,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(627,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(628,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(629,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(630,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(631,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(632,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(634,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(635,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(636,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(646,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(649,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(650,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(651,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(653,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(655,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(672,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(685,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(687,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(691,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(693,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(696,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(701,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(703,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(705,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(711,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(713,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(716,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(722,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(724,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(726,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(730,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(733,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(736,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(737,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(738,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(739,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(742,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(745,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(746,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(748,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(752,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(757,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(762,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(767,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(793,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(794,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(795,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(796,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(797,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(798,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(799,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(800,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(801,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(802,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(803,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(804,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(805,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(806,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(807,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(808,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(809,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(810,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(811,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(812,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(813,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(814,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(815,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(816,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(817,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(818,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(819,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(820,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(821,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(822,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(823,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(824,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(825,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(826,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(827,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(828,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(829,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(830,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(831,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(832,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(833,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(834,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(835,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(836,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(837,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(838,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(839,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(840,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(841,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(842,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(843,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(844,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(845,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(846,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(847,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(848,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(849,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(850,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(851,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(852,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(853,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(854,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(855,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(856,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(857,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(858,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(859,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(860,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(861,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(862,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(863,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(864,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(865,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(866,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(867,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(868,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(869,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(870,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(871,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(872,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(873,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(874,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(875,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(876,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(877,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(878,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(879,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(880,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(881,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(882,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(883,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(884,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(885,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(886,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(887,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(888,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(889,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(890,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(891,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(892,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(893,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(894,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(895,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(896,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(897,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(898,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(899,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(900,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(901,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(902,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(903,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(904,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(905,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(906,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(907,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(908,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(909,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(910,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(911,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(912,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(913,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(914,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(915,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(916,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(917,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(918,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(919,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(920,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(921,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(922,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(923,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(924,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(925,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(926,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(927,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(928,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(929,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(930,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(931,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(932,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(933,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(934,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(935,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(936,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(937,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(938,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(939,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(940,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(941,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(942,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(943,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(944,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(945,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(946,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(947,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(948,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(949,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(950,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(951,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(952,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(953,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(954,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(955,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(956,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(957,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(958,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(959,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(960,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(961,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(962,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(963,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(964,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(965,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(966,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(967,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(968,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(969,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(970,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(971,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(972,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(973,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(974,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(975,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(976,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(977,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(978,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(979,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(980,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(981,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(982,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(983,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(984,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(985,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(986,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(987,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(988,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(989,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(990,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(991,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(992,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(993,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(994,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(995,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(996,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(997,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(998,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(999,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1000,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1001,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1002,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1003,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1004,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1005,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1006,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1007,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1008,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1009,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1010,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1011,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1012,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1013,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1014,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1015,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1016,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1017,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1018,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1019,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1020,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1021,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1022,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1023,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1024,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1025,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1026,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1027,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1028,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1029,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1030,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1031,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1032,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1033,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1034,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1035,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1036,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1037,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1038,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1039,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1040,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1041,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1042,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1043,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1044,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1045,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1046,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1047,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1048,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1049,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1050,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1051,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1052,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1053,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1054,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1055,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1056,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1057,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1058,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1059,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1060,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1061,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1062,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1063,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1064,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1065,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1066,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1067,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1068,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1069,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1070,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1071,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1072,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1073,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1074,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1075,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1076,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1077,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1078,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1079,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1080,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1081,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1082,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1083,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1084,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1085,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1086,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1087,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1088,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1089,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1090,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1091,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1092,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1093,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1094,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1095,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1096,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1097,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1098,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1099,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1100,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1101,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1102,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1103,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1104,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1105,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1106,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1107,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1108,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1109,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1110,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1111,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1112,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1113,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1114,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1115,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1116,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1117,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1118,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1119,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1120,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1121,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1122,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1123,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1124,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1125,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1126,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1127,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1128,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1129,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1130,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1131,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1132,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1133,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1134,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1135,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1136,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1137,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1138,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1139,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1140,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1141,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1142,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1143,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1144,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1145,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1146,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1147,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1148,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1149,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1150,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1151,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1152,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1153,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1155,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1156,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1157,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1158,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1159,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1160,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1161,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1162,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1163,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1164,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1165,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1167,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1168,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1169,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1170,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1171,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1172,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1173,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1174,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1175,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1176,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1177,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1178,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1179,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1180,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1181,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1182,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1183,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1184,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1185,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1186,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1187,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1188,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1189,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1190,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1191,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1192,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1193,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1194,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1195,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1196,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1197,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1198,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1199,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1200,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1201,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1202,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1203,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1204,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1205,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1206,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1207,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1208,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1209,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1210,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1211,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1212,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1213,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1214,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1215,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1216,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1217,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1218,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1219,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1220,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1221,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1222,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1223,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1224,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1225,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1226,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1227,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1228,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1229,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1230,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1231,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1232,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1233,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1234,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1235,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1236,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1237,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1238,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1239,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1240,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1241,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1242,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1243,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1244,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1245,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1246,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1247,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1248,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1249,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1250,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1251,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1252,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1253,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1254,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1255,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1257,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1258,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1259,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1260,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1261,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1262,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1263,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1264,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1265,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1266,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1267,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1268,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1269,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1270,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1271,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1272,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1273,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1274,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1275,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1276,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1277,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1278,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1279,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1280,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1281,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1282,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1283,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1284,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1285,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1286,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1288,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1289,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1290,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1291,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1292,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1293,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1294,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1295,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1296,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1297,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1298,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1299,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1300,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1301,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1302,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1303,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1304,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1305,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1306,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1307,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1308,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1309,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1310,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1311,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1312,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1313,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1314,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1315,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1316,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1317,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1318,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1319,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1320,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1321,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1322,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1323,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1325,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1326,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1327,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1328,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1329,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1330,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1331,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1332,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1333,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1334,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1335,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1336,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1337,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1338,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1339,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1340,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1341,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1342,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1343,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1345,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1346,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1347,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1348,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1349,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1350,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1351,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1352,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1353,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1354,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1355,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1356,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1357,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1358,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1359,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1360,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1361,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1362,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1364,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1365,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1366,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1367,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1368,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1369,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1370,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1371,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1372,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1373,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1374,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1375,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1376,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1377,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1378,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1379,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1380,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1381,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1382,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1383,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1384,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1385,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1386,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1387,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1388,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1389,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1390,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1391,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1392,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1393,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1394,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1395,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1397,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1398,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1399,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1400,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1401,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1402,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1403,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1404,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1405,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1406,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1407,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1408,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1409,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1410,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1411,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1412,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1413,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1414,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1415,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1416,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1417,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1418,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1419,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1420,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1421,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1422,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1423,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1424,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1426,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1427,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1428,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1429,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1430,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1431,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1432,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1433,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1434,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1435,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1436,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1437,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1438,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1439,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1440,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1441,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1442,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1444,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1445,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1446,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1447,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1449,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1450,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1451,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1453,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1454,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1456,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1457,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1458,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1459,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1460,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1461,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1462,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1463,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1464,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1465,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1466,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1467,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1468,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1469,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1470,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1471,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1472,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1473,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1474,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1475,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1476,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1477,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1478,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1479,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1480,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1481,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1482,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1483,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1484,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1485,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1486,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1487,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1488,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1489,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1490,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1491,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1492,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1493,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1495,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1496,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1497,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1498,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1499,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1500,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1501,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1502,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1503,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1504,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1505,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1506,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1507,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1508,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1509,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1510,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1511,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1512,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1514,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1515,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1516,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1517,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1518,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1519,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1520,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1521,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1522,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1523,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1524,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1525,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1526,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1527,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1528,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1529,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1531,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1532,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1533,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1534,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1535,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1536,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1537,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1538,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1539,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1540,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1541,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1542,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1543,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1544,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1545,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1546,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1547,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1548,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1549,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1550,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1551,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1552,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1553,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1554,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1555,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1557,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1558,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1559,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1560,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1561,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1562,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1563,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1564,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1565,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1566,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1567,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1568,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1569,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1570,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1571,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1572,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1573,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1574,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1575,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1576,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1577,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1578,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1579,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1580,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1581,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1582,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1583,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1584,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1585,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1586,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1587,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1588,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1589,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1590,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1591,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1592,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1593,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1594,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1595,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1596,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1597,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1598,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1599,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1600,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1601,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1602,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1603,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1604,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1605,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1606,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1607,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1608,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1609,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1610,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1611,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1612,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1613,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1614,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1615,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1616,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1617,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1618,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1619,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1620,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1621,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1622,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1623,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1624,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1625,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1626,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1627,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1628,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1629,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1630,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1631,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1632,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1633,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1634,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1635,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1636,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1637,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1638,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1639,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1640,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1641,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1642,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1643,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1644,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1645,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1646,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1647,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1648,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1649,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1650,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1651,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1652,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1653,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1654,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1655,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1656,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1657,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1658,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1659,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1660,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1661,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1662,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1663,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1664,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1665,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1666,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1667,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1668,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1669,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1670,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1671,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1672,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1673,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1674,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1675,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1676,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1677,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1678,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1679,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1680,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1681,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1682,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1683,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1684,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1685,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1686,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1687,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1688,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1689,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1690,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1691,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1692,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1693,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1694,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1695,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1696,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1697,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1698,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1699,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1700,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1701,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1702,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1703,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1704,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1705,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1706,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1707,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1708,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1709,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1710,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1711,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1712,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1713,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1714,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1715,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1716,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1717,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1718,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1719,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1720,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1721,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1722,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1723,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1724,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1725,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1726,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1727,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1728,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1729,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1730,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1731,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1732,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1733,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1734,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1735,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1736,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1737,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1738,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1739,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1740,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1741,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1742,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1743,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1744,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1745,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1746,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1747,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1748,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(1749,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1750,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1751,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1753,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1754,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1755,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1756,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1758,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1759,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1760,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1761,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1763,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1764,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1765,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1766,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1767,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(1768,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1769,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1770,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1771,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1772,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1773,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1774,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1775,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1776,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1777,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1778,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1779,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1780,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1781,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1782,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1783,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1784,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1785,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1786,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1787,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1788,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1789,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1790,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1791,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(1792,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0); -/*!40000 ALTER TABLE `ps_guest` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_homeslider` --- - -DROP TABLE IF EXISTS `ps_homeslider`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_homeslider` ( - `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_homeslider_slides`,`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_homeslider` --- - -LOCK TABLES `ps_homeslider` WRITE; -/*!40000 ALTER TABLE `ps_homeslider` DISABLE KEYS */; -INSERT INTO `ps_homeslider` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2); -/*!40000 ALTER TABLE `ps_homeslider` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_homeslider_slides` --- - -DROP TABLE IF EXISTS `ps_homeslider_slides`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_homeslider_slides` ( - `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_homeslider_slides`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_homeslider_slides` --- - -LOCK TABLES `ps_homeslider_slides` WRITE; -/*!40000 ALTER TABLE `ps_homeslider_slides` DISABLE KEYS */; -INSERT INTO `ps_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1); -/*!40000 ALTER TABLE `ps_homeslider_slides` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_homeslider_slides_lang` --- - -DROP TABLE IF EXISTS `ps_homeslider_slides_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_homeslider_slides_lang` ( - `id_homeslider_slides` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `title` varchar(255) NOT NULL, - `description` text NOT NULL, - `legend` varchar(255) NOT NULL, - `url` varchar(255) NOT NULL, - `image` varchar(255) NOT NULL, - PRIMARY KEY (`id_homeslider_slides`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_homeslider_slides_lang` --- - -LOCK TABLES `ps_homeslider_slides_lang` WRITE; -/*!40000 ALTER TABLE `ps_homeslider_slides_lang` DISABLE KEYS */; -INSERT INTO `ps_homeslider_slides_lang` VALUES (1,1,'Sample 1','

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

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

EXCEPTEUR OCCAECAT

\n

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

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'); -/*!40000 ALTER TABLE `ps_homeslider_slides_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook` --- - -DROP TABLE IF EXISTS `ps_hook`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook` ( - `id_hook` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(191) NOT NULL, - `title` varchar(255) NOT NULL, - `description` text, - `position` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_hook`), - UNIQUE KEY `hook_name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=614 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook` --- - -LOCK TABLES `ps_hook` WRITE; -/*!40000 ALTER TABLE `ps_hook` DISABLE KEYS */; -INSERT INTO `ps_hook` VALUES (1,'actionValidateOrder','New orders','',1),(2,'displayMaintenance','Maintenance Page','This hook displays new elements on the maintenance page',1),(3,'displayProductPageDrawer','Product Page Drawer','This hook displays content in the right sidebar of the product page',1),(4,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1),(5,'displayPaymentReturn','Payment return','',1),(6,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1),(7,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1),(8,'displayWrapperTop','Main wrapper section (top)','This hook displays new elements in the top of the main wrapper',1),(9,'displayWrapperBottom','Main wrapper section (bottom)','This hook displays new elements in the bottom of the main wrapper',1),(10,'displayContentWrapperTop','Content wrapper section (top)','This hook displays new elements in the top of the content wrapper',1),(11,'displayContentWrapperBottom','Content wrapper section (bottom)','This hook displays new elements in the bottom of the content wrapper',1),(12,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1),(13,'displayHome','Homepage content','This hook displays new elements on the homepage',1),(14,'displayHeader','Pages html head section','This hook adds additional elements in the head section of your pages (head section of html)',1),(15,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1),(16,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1),(17,'actionProductAdd','Product creation','This hook is displayed after a product is created',1),(18,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1),(19,'displayAfterBodyOpeningTag','Very top of pages','Use this hook for advertisement or modals you want to load first',1),(20,'displayBeforeBodyClosingTag','Very bottom of pages','Use this hook for your modals or any content you want to load at the very end',1),(21,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1),(22,'displayNavFullWidth','Navigation','This hook displays full width navigation menu at the top of your pages',1),(23,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1),(24,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1),(25,'actionObjectProductInCartDeleteBefore','Cart product removal','This hook is called before a product is removed from a cart',1),(26,'actionObjectProductInCartDeleteAfter','Cart product removal','This hook is called after a product is removed from a cart',1),(27,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1),(28,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1),(29,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes',1),(30,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder tab is displayed in the Back Office',1),(31,'displayAdminOrderTabOrder','Display new elements in Back Office, AdminOrder, panel Order','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel tabs',1),(32,'displayAdminOrderTabShip','Display new elements in Back Office, AdminOrder, panel Shipping','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel tabs',1),(33,'displayAdminOrderContentOrder','Display new elements in Back Office, AdminOrder, panel Order','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel content',1),(34,'displayAdminOrderContentShip','Display new elements in Back Office, AdminOrder, panel Shipping','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel content',1),(35,'displayFooter','Footer','This hook displays new blocks in the footer',1),(36,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1),(37,'displayInvoiceLegalFreeText','PDF Invoice - Legal Free Text','This hook allows you to modify the legal free text on PDF invoices',1),(38,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers tab is displayed in the Back Office',1),(39,'displayAdminCustomersAddressesItemAction','Display new elements in the Back Office, tab AdminCustomers, Addresses actions','This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office',1),(40,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1),(41,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1),(42,'actionCustomerAccountUpdate','Successful customer account update','This hook is called when a customer updates its account successfully',1),(43,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1),(44,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1),(45,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1),(46,'displayCreateAccountEmailFormBottom','Customer authentication form','This hook displays some information on the bottom of the email form',1),(47,'displayAuthenticateFormBottom','Customer authentication form','This hook displays some information on the bottom of the authentication form',1),(48,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1),(49,'displayAdminStatsModules','Stats - Modules','',1),(50,'displayAdminStatsGraphEngine','Graph engines','',1),(51,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1),(52,'displayProductAdditionalInfo','Product page additional info','This hook adds additional information on the product page',1),(53,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1),(54,'displayAdminStatsGridEngine','Grid engines','',1),(55,'actionWatermark','Watermark','',1),(56,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1),(57,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1),(58,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1),(59,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1),(60,'displayCarrierList','Extra carrier (module mode)','',1),(61,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1),(62,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1),(63,'actionOrderStatusPostUpdate','Post update of order status','',1),(64,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1),(65,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1),(66,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1),(67,'displayAdminEndContent','Administration end of content','This hook is displayed at the end of the main content, before the footer',1),(68,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1),(69,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1),(70,'actionCarrierProcess','Carrier process','',1),(71,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1),(72,'displayAfterCarrier','After carriers list','This hook is displayed after the carrier list in Front Office',1),(73,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1),(74,'actionPaymentCCAdd','Payment CC added','',1),(75,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1),(76,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1),(77,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1),(78,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1),(79,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1),(80,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1),(81,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1),(82,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1),(83,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1),(84,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1),(85,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1),(86,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1),(87,'actionProductSave','Saving products','This hook is called while saving products',1),(88,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1),(89,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1),(90,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1),(91,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1),(92,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1),(93,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1),(94,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1),(95,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1),(96,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1),(97,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1),(98,'actionTaxManager','Tax Manager Factory','',1),(99,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1),(100,'actionModuleInstallBefore','actionModuleInstallBefore','',1),(101,'actionModuleInstallAfter','actionModuleInstallAfter','',1),(102,'displayTopColumn','Top column blocks','This hook displays new elements in the top of columns',1),(103,'displayBackOfficeCategory','Display new elements in the Back Office, tab AdminCategories','This hook launches modules when the AdminCategories tab is displayed in the Back Office',1),(104,'displayProductListFunctionalButtons','Display new elements in the Front Office, products list','This hook launches modules when the products list is displayed in the Front Office',1),(105,'displayNav','Navigation','',1),(106,'displayOverrideTemplate','Change the default template of current controller','',1),(107,'actionAdminLoginControllerSetMedia','Set media on admin login page header','This hook is called after adding media to admin login page header',1),(108,'actionOrderEdited','Order edited','This hook is called when an order is edited',1),(109,'actionEmailAddBeforeContent','Add extra content before mail content','This hook is called just before fetching mail template',1),(110,'actionEmailAddAfterContent','Add extra content after mail content','This hook is called just after fetching mail template',1),(111,'sendMailAlterTemplateVars','Alter template vars on the fly','This hook is called when Mail::send() is called',1),(112,'displayCartExtraProductActions','Extra buttons in shopping cart','This hook adds extra buttons to the product lines, in the shopping cart',1),(113,'displayPaymentByBinaries','Payment form generated by binaries','This hook displays form generated by binaries during the checkout',1),(114,'additionalCustomerFormFields','Add fields to the Customer form','This hook returns an array of FormFields to add them to the customer registration form',1),(115,'additionalCustomerAddressFields','Add fields to the Customer address form','This hook returns an array of FormFields to add them to the customer address registration form',1),(116,'addWebserviceResources','Add extra webservice resource','This hook is called when webservice resources list in webservice controller',1),(117,'displayCustomerLoginFormAfter','Display elements after login form','This hook displays new elements after the login form',1),(118,'actionClearCache','Clear smarty cache','This hook is called when smarty\'s cache is cleared',1),(119,'actionClearCompileCache','Clear smarty compile cache','This hook is called when smarty\'s compile cache is cleared',1),(120,'actionClearSf2Cache','Clear Sf2 cache','This hook is called when the Symfony cache is cleared',1),(121,'actionValidateCustomerAddressForm','Customer address form validation','This hook is called when a customer submit its address form',1),(122,'displayCarrierExtraContent','Display additional content for a carrier (e.g pickup points)','This hook calls only the module related to the carrier, in order to add options when needed',1),(123,'validateCustomerFormFields','Customer registration form validation','This hook is called to a module when it has sent additional fields with additionalCustomerFormFields',1),(124,'displayProductExtraContent','Display extra content on the product page','This hook expects ProductExtraContent instances, which will be properly displayed by the template on the product page',1),(125,'filterCmsContent','Filter the content page','This hook is called just before fetching content page',1),(126,'filterCmsCategoryContent','Filter the content page category','This hook is called just before fetching content page category',1),(127,'filterProductContent','Filter the content page product','This hook is called just before fetching content page product',1),(128,'filterCategoryContent','Filter the content page category','This hook is called just before fetching content page category',1),(129,'filterManufacturerContent','Filter the content page manufacturer','This hook is called just before fetching content page manufacturer',1),(130,'filterSupplierContent','Filter the content page supplier','This hook is called just before fetching content page supplier',1),(131,'filterHtmlContent','Filter HTML field before rending a page','This hook is called just before fetching a page on HTML field',1),(132,'displayDashboardTop','Dashboard Top','Displays the content in the dashboard\'s top area',1),(133,'actionUpdateLangAfter','Update \"lang\" tables','Update \"lang\" tables after adding or updating a language',1),(134,'actionOutputHTMLBefore','Before HTML output','This hook is used to filter the whole HTML page before it is rendered (only front)',1),(135,'displayAfterProductThumbs','Display extra content below product thumbs','This hook displays new elements below product images ex. additional media',1),(136,'actionDispatcherBefore','Before dispatch','This hook is called at the beginning of the dispatch method of the Dispatcher',1),(137,'actionDispatcherAfter','After dispatch','This hook is called at the end of the dispatch method of the Dispatcher',1),(138,'filterProductSearch','Filter search products result','This hook is called in order to allow to modify search product result',1),(139,'actionProductSearchAfter','Event triggered after search product completed','This hook is called after the product search. Parameters are already filter',1),(140,'actionEmailSendBefore','Before sending an email','This hook is used to filter the content or the metadata of an email before sending it or even prevent its sending',1),(141,'displayAdminProductsMainStepLeftColumnMiddle','Display new elements in back office product page, left column of the Basic settings tab','This hook launches modules when the back office product page is displayed',1),(142,'displayAdminProductsMainStepLeftColumnBottom','Display new elements in back office product page, left column of the Basic settings tab','This hook launches modules when the back office product page is displayed',1),(143,'displayAdminProductsMainStepRightColumnBottom','Display new elements in back office product page, right column of the Basic settings tab','This hook launches modules when the back office product page is displayed',1),(144,'displayAdminProductsQuantitiesStepBottom','Display new elements in back office product page, Quantities/Combinations tab','This hook launches modules when the back office product page is displayed',1),(145,'displayAdminProductsPriceStepBottom','Display new elements in back office product page, Price tab','This hook launches modules when the back office product page is displayed',1),(146,'displayAdminProductsOptionsStepTop','Display new elements in back office product page, Options tab','This hook launches modules when the back office product page is displayed',1),(147,'displayAdminProductsOptionsStepBottom','Display new elements in back office product page, Options tab','This hook launches modules when the back office product page is displayed',1),(148,'displayAdminProductsSeoStepBottom','Display new elements in back office product page, SEO tab','This hook launches modules when the back office product page is displayed',1),(149,'displayAdminProductsShippingStepBottom','Display new elements in back office product page, Shipping tab','This hook launches modules when the back office product page is displayed',1),(150,'displayAdminProductsExtra','Admin Product Extra Module Tab','This hook displays extra content in the Module tab on the product edit page',1),(151,'displayAdminProductsCombinationBottom','Display new elements in back office product page, Combination tab','This hook launches modules when the back office product page is displayed',1),(152,'displayDashboardToolbarTopMenu','Display new elements in back office page with a dashboard, on top Menu','This hook launches modules when a page with a dashboard is displayed',1),(153,'displayDashboardToolbarIcons','Display new elements in back office page with dashboard, on icons list','This hook launches modules when the back office with dashboard is displayed',1),(154,'actionBuildFrontEndObject','Manage elements added to the \"prestashop\" javascript object','This hook allows you to customize the \"prestashop\" javascript object that is included in all front office pages',1),(155,'actionFrontControllerInitAfter','Perform actions after front office controller initialization','This hook is launched after the initialization of all front office controllers',1),(156,'actionFrontControllerInitBefore','Perform actions before front office controller initialization','This hook is launched before the initialization of all front office controllers',1),(157,'actionAdminControllerInitAfter','Perform actions after admin controller initialization','This hook is launched after the initialization of all admin controllers',1),(158,'actionAdminControllerInitBefore','Perform actions before admin controller initialization','This hook is launched before the initialization of all admin controllers',1),(159,'actionControllerInitAfter','Perform actions after controller initialization','This hook is launched after the initialization of all controllers',1),(160,'actionControllerInitBefore','Perform actions before controller initialization','This hook is launched before the initialization of all controllers',1),(161,'actionAdminLoginControllerBefore','Perform actions before admin login controller initialization','This hook is launched before the initialization of the login controller',1),(162,'actionAdminLoginControllerLoginBefore','Perform actions before admin login controller login action initialization','This hook is launched before the initialization of the login action in login controller',1),(163,'actionAdminLoginControllerLoginAfter','Perform actions after admin login controller login action initialization','This hook is launched after the initialization of the login action in login controller',1),(164,'actionAdminLoginControllerForgotBefore','Perform actions before admin login controller forgot action initialization','This hook is launched before the initialization of the forgot action in login controller',1),(165,'actionAdminLoginControllerForgotAfter','Perform actions after admin login controller forgot action initialization','This hook is launched after the initialization of the forgot action in login controller',1),(166,'actionAdminLoginControllerResetBefore','Perform actions before admin login controller reset action initialization','This hook is launched before the initialization of the reset action in login controller',1),(167,'actionAdminLoginControllerResetAfter','Perform actions after admin login controller reset action initialization','This hook is launched after the initialization of the reset action in login controller',1),(168,'actionAdministrationPageForm','Manage Administration Page form fields','This hook adds, update or remove fields of the Administration Page form',1),(169,'actionPerformancePageForm','Manage Performance Page form fields','This hook adds, update or remove fields of the Performance Page form',1),(170,'actionMaintenancePageForm','Manage Maintenance Page form fields','This hook adds, update or remove fields of the Maintenance Page form',1),(171,'actionWebserviceKeyGridPresenterModifier','Modify Webservice grid view data','This hook allows to alter presented Webservice grid data',1),(172,'actionWebserviceKeyGridDefinitionModifier','Modifying Webservice grid definition','This hook allows to alter Webservice grid columns, actions and filters',1),(173,'actionWebserviceKeyGridQueryBuilderModifier','Modify Webservice grid query builder','This hook allows to alter Doctrine query builder for Webservice grid',1),(174,'actionWebserviceKeyGridFilterFormModifier','Modify filters form for Webservice grid','This hook allows to alter filters form used in Webservice',1),(175,'actionSqlRequestGridPresenterModifier','Modify SQL Manager grid view data','This hook allows to alter presented SQL Manager grid data',1),(176,'actionSqlRequestGridDefinitionModifier','Modifying SQL Manager grid definition','This hook allows to alter SQL Manager grid columns, actions and filters',1),(177,'actionSqlRequestGridQueryBuilderModifier','Modify SQL Manager grid query builder','This hook allows to alter Doctrine query builder for SQL Manager grid',1),(178,'actionSqlRequestGridFilterFormModifier','Modify filters form for SQL Manager grid','This hook allows to alter filters form used in SQL Manager',1),(179,'actionMetaGridPresenterModifier','Modify SEO and URLs grid view data','This hook allows to alter presented SEO and URLs grid data',1),(180,'actionMetaGridDefinitionModifier','Modifying SEO and URLs grid definition','This hook allows to alter SEO and URLs grid columns, actions and filters',1),(181,'actionMetaGridQueryBuilderModifier','Modify SEO and URLs grid query builder','This hook allows to alter Doctrine query builder for SEO and URLs grid',1),(182,'actionMetaGridFilterFormModifier','Modify filters form for SEO and URLs grid','This hook allows to alter filters form used in SEO and URLs',1),(183,'actionLogsGridPresenterModifier','Modify Logs grid view data','This hook allows to alter presented Logs grid data',1),(184,'actionLogsGridDefinitionModifier','Modifying Logs grid definition','This hook allows to alter Logs grid columns, actions and filters',1),(185,'actionLogsGridQueryBuilderModifier','Modify Logs grid query builder','This hook allows to alter Doctrine query builder for Logs grid',1),(186,'actionLogsGridFilterFormModifier','Modify filters form for Logs grid','This hook allows to alter filters form used in Logs',1),(187,'actionEmailLogsGridPresenterModifier','Modify E-mail grid view data','This hook allows to alter presented E-mail grid data',1),(188,'actionEmailLogsGridDefinitionModifier','Modifying E-mail grid definition','This hook allows to alter E-mail grid columns, actions and filters',1),(189,'actionEmailLogsGridQueryBuilderModifier','Modify E-mail grid query builder','This hook allows to alter Doctrine query builder for E-mail grid',1),(190,'actionEmailLogsGridFilterFormModifier','Modify filters form for E-mail grid','This hook allows to alter filters form used in E-mail',1),(191,'actionBackupGridPresenterModifier','Modify DB Backup grid view data','This hook allows to alter presented DB Backup grid data',1),(192,'actionBackupGridDefinitionModifier','Modifying DB Backup grid definition','This hook allows to alter DB Backup grid columns, actions and filters',1),(193,'actionBackupGridFilterFormModifier','Modify filters form for DB Backup grid','This hook allows to alter filters form used in DB Backup',1),(194,'actionProductFlagsModifier','Customize product labels displayed on the product list on FO','This hook allows to add and remove product labels displayed on top of product images',1),(195,'actionListMailThemes','List the available email themes and layouts','This hook allows to add/remove available email themes (ThemeInterface) and/or to add/remove their layouts (LayoutInterface)',1),(196,'actionGetMailThemeFolder','Define the folder of an email theme','This hook allows to change the folder of an email theme (useful if you theme is in a module for example)',1),(197,'actionBuildMailLayoutVariables','Build the variables used in email layout rendering','This hook allows to change the variables used when an email layout is rendered',1),(198,'actionGetMailLayoutTransformations','Define the transformation to apply on layout','This hook allows to add/remove TransformationInterface used to generate an email layout',1),(199,'displayProductActions','Display additional action button on the product page','This hook allow additional actions to be triggered, near the add to cart button.',1),(200,'displayPersonalInformationTop','Content in the checkout funnel, on top of the personal information panel','Display actions or additional content in the personal details tab of the checkout funnel.',1),(201,'actionSqlRequestFormBuilderModifier','Modify sql request identifiable object form','This hook allows to modify sql request identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(202,'actionCustomerFormBuilderModifier','Modify customer identifiable object form','This hook allows to modify customer identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(203,'actionLanguageFormBuilderModifier','Modify language identifiable object form','This hook allows to modify language identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(204,'actionCurrencyFormBuilderModifier','Modify currency identifiable object form','This hook allows to modify currency identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(205,'actionWebserviceKeyFormBuilderModifier','Modify webservice key identifiable object form','This hook allows to modify webservice key identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(206,'actionMetaFormBuilderModifier','Modify meta identifiable object form','This hook allows to modify meta identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(207,'actionCategoryFormBuilderModifier','Modify category identifiable object form','This hook allows to modify category identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(208,'actionRootCategoryFormBuilderModifier','Modify root category identifiable object form','This hook allows to modify root category identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(209,'actionContactFormBuilderModifier','Modify contact identifiable object form','This hook allows to modify contact identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(210,'actionCmsPageCategoryFormBuilderModifier','Modify cms page category identifiable object form','This hook allows to modify cms page category identifiable object forms content by modifying\n form builder data or FormBuilder itself\n ',1),(211,'actionTaxFormBuilderModifier','Modify tax identifiable object form','This hook allows to modify tax identifiable object forms content by modifying form builder data\n or FormBuilder itself\n ',1),(212,'actionManufacturerFormBuilderModifier','Modify manufacturer identifiable object form','This hook allows to modify manufacturer identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(213,'actionEmployeeFormBuilderModifier','Modify employee identifiable object form','This hook allows to modify employee identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(214,'actionProfileFormBuilderModifier','Modify profile identifiable object form','This hook allows to modify profile identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(215,'actionCmsPageFormBuilderModifier','Modify cms page identifiable object form','This hook allows to modify cms page identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(216,'actionManufacturerAddressFormBuilderModifier','Modify manufacturer address identifiable object form','This hook allows to modify manufacturer address identifiable object forms content by modifying\n form builder data or FormBuilder itself\n ',1),(217,'actionBeforeUpdateSqlRequestFormHandler','Modify sql request identifiable object data before updating it','This hook allows to modify sql request identifiable object forms data before it was updated\n ',1),(218,'actionBeforeUpdateCustomerFormHandler','Modify customer identifiable object data before updating it','This hook allows to modify customer identifiable object forms data before it was updated\n ',1),(219,'actionBeforeUpdateLanguageFormHandler','Modify language identifiable object data before updating it','This hook allows to modify language identifiable object forms data before it was updated\n ',1),(220,'actionBeforeUpdateCurrencyFormHandler','Modify currency identifiable object data before updating it','This hook allows to modify currency identifiable object forms data before it was updated\n ',1),(221,'actionBeforeUpdateWebserviceKeyFormHandler','Modify webservice key identifiable object data before updating it','This hook allows to modify webservice key identifiable object forms data before it was\n updated\n ',1),(222,'actionBeforeUpdateMetaFormHandler','Modify meta identifiable object data before updating it','This hook allows to modify meta identifiable object forms data before it was updated\n ',1),(223,'actionBeforeUpdateCategoryFormHandler','Modify category identifiable object data before updating it','This hook allows to modify category identifiable object forms data before it was updated\n ',1),(224,'actionBeforeUpdateRootCategoryFormHandler','Modify root category identifiable object data before updating it','This hook allows to modify root category identifiable object forms data before it was updated\n ',1),(225,'actionBeforeUpdateContactFormHandler','Modify contact identifiable object data before updating it','This hook allows to modify contact identifiable object forms data before it was updated\n ',1),(226,'actionBeforeUpdateCmsPageCategoryFormHandler','Modify cms page category identifiable object data before updating it','This hook allows to modify cms page category identifiable object forms data before it was\n updated\n ',1),(227,'actionBeforeUpdateTaxFormHandler','Modify tax identifiable object data before updating it','This hook allows to modify tax identifiable object forms data before it was updated\n ',1),(228,'actionBeforeUpdateManufacturerFormHandler','Modify manufacturer identifiable object data before updating it','This hook allows to modify manufacturer identifiable object forms data before it was updated\n ',1),(229,'actionBeforeUpdateEmployeeFormHandler','Modify employee identifiable object data before updating it','This hook allows to modify employee identifiable object forms data before it was updated\n ',1),(230,'actionBeforeUpdateProfileFormHandler','Modify profile identifiable object data before updating it','This hook allows to modify profile identifiable object forms data before it was updated\n ',1),(231,'actionBeforeUpdateCmsPageFormHandler','Modify cms page identifiable object data before updating it','This hook allows to modify cms page identifiable object forms data before it was updated\n ',1),(232,'actionBeforeUpdateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data before updating it','This hook allows to modify manufacturer address identifiable object forms data before it was\n updated\n ',1),(233,'actionAfterUpdateSqlRequestFormHandler','Modify sql request identifiable object data after updating it','This hook allows to modify sql request identifiable object forms data after it was updated\n ',1),(234,'actionAfterUpdateCustomerFormHandler','Modify customer identifiable object data after updating it','This hook allows to modify customer identifiable object forms data after it was updated\n ',1),(235,'actionAfterUpdateLanguageFormHandler','Modify language identifiable object data after updating it','This hook allows to modify language identifiable object forms data after it was updated\n ',1),(236,'actionAfterUpdateCurrencyFormHandler','Modify currency identifiable object data after updating it','This hook allows to modify currency identifiable object forms data after it was updated\n ',1),(237,'actionAfterUpdateWebserviceKeyFormHandler','Modify webservice key identifiable object data after updating it','This hook allows to modify webservice key identifiable object forms data after it was updated\n ',1),(238,'actionAfterUpdateMetaFormHandler','Modify meta identifiable object data after updating it','This hook allows to modify meta identifiable object forms data after it was updated\n ',1),(239,'actionAfterUpdateCategoryFormHandler','Modify category identifiable object data after updating it','This hook allows to modify category identifiable object forms data after it was updated\n ',1),(240,'actionAfterUpdateRootCategoryFormHandler','Modify root category identifiable object data after updating it','This hook allows to modify root category identifiable object forms data after it was updated\n ',1),(241,'actionAfterUpdateContactFormHandler','Modify contact identifiable object data after updating it','This hook allows to modify contact identifiable object forms data after it was updated\n ',1),(242,'actionAfterUpdateCmsPageCategoryFormHandler','Modify cms page category identifiable object data after updating it','This hook allows to modify cms page category identifiable object forms data after it was\n updated\n ',1),(243,'actionAfterUpdateTaxFormHandler','Modify tax identifiable object data after updating it','This hook allows to modify tax identifiable object forms data after it was updated\n ',1),(244,'actionAfterUpdateManufacturerFormHandler','Modify manufacturer identifiable object data after updating it','This hook allows to modify manufacturer identifiable object forms data after it was updated\n ',1),(245,'actionAfterUpdateEmployeeFormHandler','Modify employee identifiable object data after updating it','This hook allows to modify employee identifiable object forms data after it was updated\n ',1),(246,'actionAfterUpdateProfileFormHandler','Modify profile identifiable object data after updating it','This hook allows to modify profile identifiable object forms data after it was updated\n ',1),(247,'actionAfterUpdateCmsPageFormHandler','Modify cms page identifiable object data after updating it','This hook allows to modify cms page identifiable object forms data after it was updated\n ',1),(248,'actionAfterUpdateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data after updating it','This hook allows to modify manufacturer address identifiable object forms data after it was\n updated\n ',1),(249,'actionBeforeCreateSqlRequestFormHandler','Modify sql request identifiable object data before creating it','This hook allows to modify sql request identifiable object forms data before it was created\n ',1),(250,'actionBeforeCreateCustomerFormHandler','Modify customer identifiable object data before creating it','This hook allows to modify customer identifiable object forms data before it was created\n ',1),(251,'actionBeforeCreateLanguageFormHandler','Modify language identifiable object data before creating it','This hook allows to modify language identifiable object forms data before it was created\n ',1),(252,'actionBeforeCreateCurrencyFormHandler','Modify currency identifiable object data before creating it','This hook allows to modify currency identifiable object forms data before it was created\n ',1),(253,'actionBeforeCreateWebserviceKeyFormHandler','Modify webservice key identifiable object data before creating it','This hook allows to modify webservice key identifiable object forms data before it was\n created\n ',1),(254,'actionBeforeCreateMetaFormHandler','Modify meta identifiable object data before creating it','This hook allows to modify meta identifiable object forms data before it was created\n ',1),(255,'actionBeforeCreateCategoryFormHandler','Modify category identifiable object data before creating it','This hook allows to modify category identifiable object forms data before it was created\n ',1),(256,'actionBeforeCreateRootCategoryFormHandler','Modify root category identifiable object data before creating it','This hook allows to modify root category identifiable object forms data before it was created\n ',1),(257,'actionBeforeCreateContactFormHandler','Modify contact identifiable object data before creating it','This hook allows to modify contact identifiable object forms data before it was created\n ',1),(258,'actionBeforeCreateCmsPageCategoryFormHandler','Modify cms page category identifiable object data before creating it','This hook allows to modify cms page category identifiable object forms data before it was\n created\n ',1),(259,'actionBeforeCreateTaxFormHandler','Modify tax identifiable object data before creating it','This hook allows to modify tax identifiable object forms data before it was created\n ',1),(260,'actionBeforeCreateManufacturerFormHandler','Modify manufacturer identifiable object data before creating it','This hook allows to modify manufacturer identifiable object forms data before it was created\n ',1),(261,'actionBeforeCreateEmployeeFormHandler','Modify employee identifiable object data before creating it','This hook allows to modify employee identifiable object forms data before it was created\n ',1),(262,'actionBeforeCreateProfileFormHandler','Modify profile identifiable object data before creating it','This hook allows to modify profile identifiable object forms data before it was created\n ',1),(263,'actionBeforeCreateCmsPageFormHandler','Modify cms page identifiable object data before creating it','This hook allows to modify cms page identifiable object forms data before it was created\n ',1),(264,'actionBeforeCreateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data before creating it','This hook allows to modify manufacturer address identifiable object forms data before it was\n created\n ',1),(265,'actionAfterCreateSqlRequestFormHandler','Modify sql request identifiable object data after creating it','This hook allows to modify sql request identifiable object forms data after it was created\n ',1),(266,'actionAfterCreateCustomerFormHandler','Modify customer identifiable object data after creating it','This hook allows to modify customer identifiable object forms data after it was created\n ',1),(267,'actionAfterCreateLanguageFormHandler','Modify language identifiable object data after creating it','This hook allows to modify language identifiable object forms data after it was created\n ',1),(268,'actionAfterCreateCurrencyFormHandler','Modify currency identifiable object data after creating it','This hook allows to modify currency identifiable object forms data after it was created\n ',1),(269,'actionAfterCreateWebserviceKeyFormHandler','Modify webservice key identifiable object data after creating it','This hook allows to modify webservice key identifiable object forms data after it was created\n ',1),(270,'actionAfterCreateMetaFormHandler','Modify meta identifiable object data after creating it','This hook allows to modify meta identifiable object forms data after it was created\n ',1),(271,'actionAfterCreateCategoryFormHandler','Modify category identifiable object data after creating it','This hook allows to modify category identifiable object forms data after it was created\n ',1),(272,'actionAfterCreateRootCategoryFormHandler','Modify root category identifiable object data after creating it','This hook allows to modify root category identifiable object forms data after it was created\n ',1),(273,'actionAfterCreateContactFormHandler','Modify contact identifiable object data after creating it','This hook allows to modify contact identifiable object forms data after it was created\n ',1),(274,'actionAfterCreateCmsPageCategoryFormHandler','Modify cms page category identifiable object data after creating it','This hook allows to modify cms page category identifiable object forms data after it was\n created\n ',1),(275,'actionAfterCreateTaxFormHandler','Modify tax identifiable object data after creating it','This hook allows to modify tax identifiable object forms data after it was created\n ',1),(276,'actionAfterCreateManufacturerFormHandler','Modify manufacturer identifiable object data after creating it','This hook allows to modify manufacturer identifiable object forms data after it was created\n ',1),(277,'actionAfterCreateEmployeeFormHandler','Modify employee identifiable object data after creating it','This hook allows to modify employee identifiable object forms data after it was created\n ',1),(278,'actionAfterCreateProfileFormHandler','Modify profile identifiable object data after creating it','This hook allows to modify profile identifiable object forms data after it was created\n ',1),(279,'actionAfterCreateCmsPageFormHandler','Modify cms page identifiable object data after creating it','This hook allows to modify cms page identifiable object forms data after it was created\n ',1),(280,'actionAfterCreateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data after creating it','This hook allows to modify manufacturer address identifiable object forms data after it was\n created\n ',1),(281,'actionShippingPreferencesPageForm','Modify shipping preferences page options form content','This hook allows to modify shipping preferences page options form FormBuilder',1),(282,'actionOrdersInvoicesByDateForm','Modify orders invoices by date options form content','This hook allows to modify orders invoices by date options form FormBuilder',1),(283,'actionOrdersInvoicesByStatusForm','Modify orders invoices by status options form content','This hook allows to modify orders invoices by status options form FormBuilder',1),(284,'actionOrdersInvoicesOptionsForm','Modify orders invoices options options form content','This hook allows to modify orders invoices options options form FormBuilder',1),(285,'actionCustomerPreferencesPageForm','Modify customer preferences page options form content','This hook allows to modify customer preferences page options form FormBuilder',1),(286,'actionOrderPreferencesPageForm','Modify order preferences page options form content','This hook allows to modify order preferences page options form FormBuilder',1),(287,'actionProductPreferencesPageForm','Modify product preferences page options form content','This hook allows to modify product preferences page options form FormBuilder',1),(288,'actionGeneralPageForm','Modify general page options form content','This hook allows to modify general page options form FormBuilder',1),(289,'actionLogsPageForm','Modify logs page options form content','This hook allows to modify logs page options form FormBuilder',1),(290,'actionOrderDeliverySlipOptionsForm','Modify order delivery slip options options form content','This hook allows to modify order delivery slip options options form FormBuilder',1),(291,'actionOrderDeliverySlipPdfForm','Modify order delivery slip pdf options form content','This hook allows to modify order delivery slip pdf options form FormBuilder',1),(292,'actionGeolocationPageForm','Modify geolocation page options form content','This hook allows to modify geolocation page options form FormBuilder',1),(293,'actionLocalizationPageForm','Modify localization page options form content','This hook allows to modify localization page options form FormBuilder',1),(294,'actionPaymentPreferencesForm','Modify payment preferences options form content','This hook allows to modify payment preferences options form FormBuilder',1),(295,'actionEmailConfigurationForm','Modify email configuration options form content','This hook allows to modify email configuration options form FormBuilder',1),(296,'actionRequestSqlForm','Modify request sql options form content','This hook allows to modify request sql options form FormBuilder',1),(297,'actionBackupForm','Modify backup options form content','This hook allows to modify backup options form FormBuilder',1),(298,'actionWebservicePageForm','Modify webservice page options form content','This hook allows to modify webservice page options form FormBuilder',1),(299,'actionMetaPageForm','Modify meta page options form content','This hook allows to modify meta page options form FormBuilder',1),(300,'actionEmployeeForm','Modify employee options form content','This hook allows to modify employee options form FormBuilder',1),(301,'actionCurrencyForm','Modify currency options form content','This hook allows to modify currency options form FormBuilder',1),(302,'actionShopLogoForm','Modify shop logo options form content','This hook allows to modify shop logo options form FormBuilder',1),(303,'actionTaxForm','Modify tax options form content','This hook allows to modify tax options form FormBuilder',1),(304,'actionMailThemeForm','Modify mail theme options form content','This hook allows to modify mail theme options form FormBuilder',1),(305,'actionPerformancePageSave','Modify performance page options form saved data','This hook allows to modify data of performance page options form after it was saved\n ',1),(306,'actionMaintenancePageSave','Modify maintenance page options form saved data','This hook allows to modify data of maintenance page options form after it was saved\n ',1),(307,'actionAdministrationPageSave','Modify administration page options form saved data','This hook allows to modify data of administration page options form after it was saved\n ',1),(308,'actionShippingPreferencesPageSave','Modify shipping preferences page options form saved data','This hook allows to modify data of shipping preferences page options form after it was saved\n ',1),(309,'actionOrdersInvoicesByDateSave','Modify orders invoices by date options form saved data','This hook allows to modify data of orders invoices by date options form after it was saved\n ',1),(310,'actionOrdersInvoicesByStatusSave','Modify orders invoices by status options form saved data','This hook allows to modify data of orders invoices by status options form after it was saved\n ',1),(311,'actionOrdersInvoicesOptionsSave','Modify orders invoices options options form saved data','This hook allows to modify data of orders invoices options options form after it was saved\n ',1),(312,'actionCustomerPreferencesPageSave','Modify customer preferences page options form saved data','This hook allows to modify data of customer preferences page options form after it was saved\n ',1),(313,'actionOrderPreferencesPageSave','Modify order preferences page options form saved data','This hook allows to modify data of order preferences page options form after it was saved\n ',1),(314,'actionProductPreferencesPageSave','Modify product preferences page options form saved data','This hook allows to modify data of product preferences page options form after it was saved\n ',1),(315,'actionGeneralPageSave','Modify general page options form saved data','This hook allows to modify data of general page options form after it was saved',1),(316,'actionLogsPageSave','Modify logs page options form saved data','This hook allows to modify data of logs page options form after it was saved',1),(317,'actionOrderDeliverySlipOptionsSave','Modify order delivery slip options options form saved data','This hook allows to modify data of order delivery slip options options form after it was\n saved\n ',1),(318,'actionOrderDeliverySlipPdfSave','Modify order delivery slip pdf options form saved data','This hook allows to modify data of order delivery slip pdf options form after it was saved\n ',1),(319,'actionGeolocationPageSave','Modify geolocation page options form saved data','This hook allows to modify data of geolocation page options form after it was saved\n ',1),(320,'actionLocalizationPageSave','Modify localization page options form saved data','This hook allows to modify data of localization page options form after it was saved\n ',1),(321,'actionPaymentPreferencesSave','Modify payment preferences options form saved data','This hook allows to modify data of payment preferences options form after it was saved\n ',1),(322,'actionEmailConfigurationSave','Modify email configuration options form saved data','This hook allows to modify data of email configuration options form after it was saved\n ',1),(323,'actionRequestSqlSave','Modify request sql options form saved data','This hook allows to modify data of request sql options form after it was saved',1),(324,'actionBackupSave','Modify backup options form saved data','This hook allows to modify data of backup options form after it was saved',1),(325,'actionWebservicePageSave','Modify webservice page options form saved data','This hook allows to modify data of webservice page options form after it was saved\n ',1),(326,'actionMetaPageSave','Modify meta page options form saved data','This hook allows to modify data of meta page options form after it was saved',1),(327,'actionEmployeeSave','Modify employee options form saved data','This hook allows to modify data of employee options form after it was saved',1),(328,'actionCurrencySave','Modify currency options form saved data','This hook allows to modify data of currency options form after it was saved',1),(329,'actionShopLogoSave','Modify shop logo options form saved data','This hook allows to modify data of shop logo options form after it was saved',1),(330,'actionTaxSave','Modify tax options form saved data','This hook allows to modify data of tax options form after it was saved',1),(331,'actionMailThemeSave','Modify mail theme options form saved data','This hook allows to modify data of mail theme options form after it was saved',1),(332,'actionCategoryGridDefinitionModifier','Modify category grid definition','This hook allows to alter category grid columns, actions and filters',1),(333,'actionEmployeeGridDefinitionModifier','Modify employee grid definition','This hook allows to alter employee grid columns, actions and filters',1),(334,'actionContactGridDefinitionModifier','Modify contact grid definition','This hook allows to alter contact grid columns, actions and filters',1),(335,'actionCustomerGridDefinitionModifier','Modify customer grid definition','This hook allows to alter customer grid columns, actions and filters',1),(336,'actionLanguageGridDefinitionModifier','Modify language grid definition','This hook allows to alter language grid columns, actions and filters',1),(337,'actionCurrencyGridDefinitionModifier','Modify currency grid definition','This hook allows to alter currency grid columns, actions and filters',1),(338,'actionSupplierGridDefinitionModifier','Modify supplier grid definition','This hook allows to alter supplier grid columns, actions and filters',1),(339,'actionProfileGridDefinitionModifier','Modify profile grid definition','This hook allows to alter profile grid columns, actions and filters',1),(340,'actionCmsPageCategoryGridDefinitionModifier','Modify cms page category grid definition','This hook allows to alter cms page category grid columns, actions and filters',1),(341,'actionTaxGridDefinitionModifier','Modify tax grid definition','This hook allows to alter tax grid columns, actions and filters',1),(342,'actionManufacturerGridDefinitionModifier','Modify manufacturer grid definition','This hook allows to alter manufacturer grid columns, actions and filters',1),(343,'actionManufacturerAddressGridDefinitionModifier','Modify manufacturer address grid definition','This hook allows to alter manufacturer address grid columns, actions and filters',1),(344,'actionCmsPageGridDefinitionModifier','Modify cms page grid definition','This hook allows to alter cms page grid columns, actions and filters',1),(345,'actionBackupGridQueryBuilderModifier','Modify backup grid query builder','This hook allows to alter Doctrine query builder for backup grid',1),(346,'actionCategoryGridQueryBuilderModifier','Modify category grid query builder','This hook allows to alter Doctrine query builder for category grid',1),(347,'actionEmployeeGridQueryBuilderModifier','Modify employee grid query builder','This hook allows to alter Doctrine query builder for employee grid',1),(348,'actionContactGridQueryBuilderModifier','Modify contact grid query builder','This hook allows to alter Doctrine query builder for contact grid',1),(349,'actionCustomerGridQueryBuilderModifier','Modify customer grid query builder','This hook allows to alter Doctrine query builder for customer grid',1),(350,'actionLanguageGridQueryBuilderModifier','Modify language grid query builder','This hook allows to alter Doctrine query builder for language grid',1),(351,'actionCurrencyGridQueryBuilderModifier','Modify currency grid query builder','This hook allows to alter Doctrine query builder for currency grid',1),(352,'actionSupplierGridQueryBuilderModifier','Modify supplier grid query builder','This hook allows to alter Doctrine query builder for supplier grid',1),(353,'actionProfileGridQueryBuilderModifier','Modify profile grid query builder','This hook allows to alter Doctrine query builder for profile grid',1),(354,'actionCmsPageCategoryGridQueryBuilderModifier','Modify cms page category grid query builder','This hook allows to alter Doctrine query builder for cms page category grid',1),(355,'actionTaxGridQueryBuilderModifier','Modify tax grid query builder','This hook allows to alter Doctrine query builder for tax grid',1),(356,'actionManufacturerGridQueryBuilderModifier','Modify manufacturer grid query builder','This hook allows to alter Doctrine query builder for manufacturer grid',1),(357,'actionManufacturerAddressGridQueryBuilderModifier','Modify manufacturer address grid query builder','This hook allows to alter Doctrine query builder for manufacturer address grid',1),(358,'actionCmsPageGridQueryBuilderModifier','Modify cms page grid query builder','This hook allows to alter Doctrine query builder for cms page grid',1),(359,'actionLogsGridDataModifier','Modify logs grid data','This hook allows to modify logs grid data',1),(360,'actionEmailLogsGridDataModifier','Modify email logs grid data','This hook allows to modify email logs grid data',1),(361,'actionSqlRequestGridDataModifier','Modify sql request grid data','This hook allows to modify sql request grid data',1),(362,'actionBackupGridDataModifier','Modify backup grid data','This hook allows to modify backup grid data',1),(363,'actionWebserviceKeyGridDataModifier','Modify webservice key grid data','This hook allows to modify webservice key grid data',1),(364,'actionMetaGridDataModifier','Modify meta grid data','This hook allows to modify meta grid data',1),(365,'actionCategoryGridDataModifier','Modify category grid data','This hook allows to modify category grid data',1),(366,'actionEmployeeGridDataModifier','Modify employee grid data','This hook allows to modify employee grid data',1),(367,'actionContactGridDataModifier','Modify contact grid data','This hook allows to modify contact grid data',1),(368,'actionCustomerGridDataModifier','Modify customer grid data','This hook allows to modify customer grid data',1),(369,'actionLanguageGridDataModifier','Modify language grid data','This hook allows to modify language grid data',1),(370,'actionCurrencyGridDataModifier','Modify currency grid data','This hook allows to modify currency grid data',1),(371,'actionSupplierGridDataModifier','Modify supplier grid data','This hook allows to modify supplier grid data',1),(372,'actionProfileGridDataModifier','Modify profile grid data','This hook allows to modify profile grid data',1),(373,'actionCmsPageCategoryGridDataModifier','Modify cms page category grid data','This hook allows to modify cms page category grid data',1),(374,'actionTaxGridDataModifier','Modify tax grid data','This hook allows to modify tax grid data',1),(375,'actionManufacturerGridDataModifier','Modify manufacturer grid data','This hook allows to modify manufacturer grid data',1),(376,'actionManufacturerAddressGridDataModifier','Modify manufacturer address grid data','This hook allows to modify manufacturer address grid data',1),(377,'actionCmsPageGridDataModifier','Modify cms page grid data','This hook allows to modify cms page grid data',1),(378,'actionCategoryGridFilterFormModifier','Modify category grid filters','This hook allows to modify filters for category grid',1),(379,'actionEmployeeGridFilterFormModifier','Modify employee grid filters','This hook allows to modify filters for employee grid',1),(380,'actionContactGridFilterFormModifier','Modify contact grid filters','This hook allows to modify filters for contact grid',1),(381,'actionCustomerGridFilterFormModifier','Modify customer grid filters','This hook allows to modify filters for customer grid',1),(382,'actionLanguageGridFilterFormModifier','Modify language grid filters','This hook allows to modify filters for language grid',1),(383,'actionCurrencyGridFilterFormModifier','Modify currency grid filters','This hook allows to modify filters for currency grid',1),(384,'actionSupplierGridFilterFormModifier','Modify supplier grid filters','This hook allows to modify filters for supplier grid',1),(385,'actionProfileGridFilterFormModifier','Modify profile grid filters','This hook allows to modify filters for profile grid',1),(386,'actionCmsPageCategoryGridFilterFormModifier','Modify cms page category grid filters','This hook allows to modify filters for cms page category grid',1),(387,'actionTaxGridFilterFormModifier','Modify tax grid filters','This hook allows to modify filters for tax grid',1),(388,'actionManufacturerGridFilterFormModifier','Modify manufacturer grid filters','This hook allows to modify filters for manufacturer grid',1),(389,'actionManufacturerAddressGridFilterFormModifier','Modify manufacturer address grid filters','This hook allows to modify filters for manufacturer address grid',1),(390,'actionCmsPageGridFilterFormModifier','Modify cms page grid filters','This hook allows to modify filters for cms page grid',1),(391,'actionCategoryGridPresenterModifier','Modify category grid template data','This hook allows to modify data which is about to be used in template for category grid\n ',1),(392,'actionEmployeeGridPresenterModifier','Modify employee grid template data','This hook allows to modify data which is about to be used in template for employee grid\n ',1),(393,'actionContactGridPresenterModifier','Modify contact grid template data','This hook allows to modify data which is about to be used in template for contact grid\n ',1),(394,'actionCustomerGridPresenterModifier','Modify customer grid template data','This hook allows to modify data which is about to be used in template for customer grid\n ',1),(395,'actionLanguageGridPresenterModifier','Modify language grid template data','This hook allows to modify data which is about to be used in template for language grid\n ',1),(396,'actionCurrencyGridPresenterModifier','Modify currency grid template data','This hook allows to modify data which is about to be used in template for currency grid\n ',1),(397,'actionSupplierGridPresenterModifier','Modify supplier grid template data','This hook allows to modify data which is about to be used in template for supplier grid\n ',1),(398,'actionProfileGridPresenterModifier','Modify profile grid template data','This hook allows to modify data which is about to be used in template for profile grid\n ',1),(399,'actionCmsPageCategoryGridPresenterModifier','Modify cms page category grid template data','This hook allows to modify data which is about to be used in template for cms page category\n grid\n ',1),(400,'actionTaxGridPresenterModifier','Modify tax grid template data','This hook allows to modify data which is about to be used in template for tax grid\n ',1),(401,'actionManufacturerGridPresenterModifier','Modify manufacturer grid template data','This hook allows to modify data which is about to be used in template for manufacturer grid\n ',1),(402,'actionManufacturerAddressGridPresenterModifier','Modify manufacturer address grid template data','This hook allows to modify data which is about to be used in template for manufacturer address\n grid\n ',1),(403,'actionCmsPageGridPresenterModifier','Modify cms page grid template data','This hook allows to modify data which is about to be used in template for cms page grid\n ',1),(404,'displayAdminOrderTop','Admin Order Top','This hook displays content at the top of the order view page',1),(405,'displayBackOfficeOrderActions','Admin Order Actions','This hook displays content in the order view page after action buttons (or aliased to side column in migrated page)',1),(406,'displayAdminOrderSide','Admin Order Side Column','This hook displays content in the order view page in the side column under the customer view',1),(407,'displayAdminOrderBottom','Admin Order Side Column Bottom','This hook displays content in the order view page at the bottom of the side column',1),(408,'displayAdminOrderMain','Admin Order Main Column','This hook displays content in the order view page in the main column under the details view',1),(409,'displayAdminOrderMainBottom','Admin Order Main Column Bottom','This hook displays content in the order view page at the bottom of the main column',1),(410,'displayAdminOrderTabLink','Admin Order Tab Link','This hook displays new tab links on the order view page',1),(411,'displayAdminOrderTabContent','Admin Order Tab Content','This hook displays new tab contents on the order view page',1),(412,'actionGetAdminOrderButtons','Admin Order Buttons','This hook is used to generate the buttons collection on the order view page (see ActionsBarButtonsCollection)',1),(413,'actionAdminAdminPreferencesControllerPostProcessBefore','On post-process in Admin Preferences','This hook is called on Admin Preferences post-process before processing the form',1),(414,'actionFeatureFormBuilderModifier','Modify feature identifiable object form','This hook allows to modify feature identifiable object forms content by modifying form builder data\n or FormBuilder itself\n ',1),(415,'actionOrderMessageFormBuilderModifier','Modify order message identifiable object form','This hook allows to modify order message identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(416,'actionCatalogPriceRuleFormBuilderModifier','Modify catalog price rule identifiable object form','This hook allows to modify catalog price rule identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(417,'actionAttachmentFormBuilderModifier','Modify attachment identifiable object form','This hook allows to modify attachment identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(418,'actionBeforeUpdateFeatureFormHandler','Modify feature identifiable object data before updating it','This hook allows to modify feature identifiable object forms data before it was updated',1),(419,'actionBeforeUpdateOrderMessageFormHandler','Modify order message identifiable object data before updating it','This hook allows to modify order message identifiable object forms data before it was updated\n ',1),(420,'actionBeforeUpdateCatalogPriceRuleFormHandler','Modify catalog price rule identifiable object data before updating it','This hook allows to modify catalog price rule identifiable object forms data before it was updated\n ',1),(421,'actionBeforeUpdateAttachmentFormHandler','Modify attachment identifiable object data before updating it','This hook allows to modify attachment identifiable object forms data before it was updated\n ',1),(422,'actionAfterUpdateFeatureFormHandler','Modify feature identifiable object data after updating it','This hook allows to modify feature identifiable object forms data after it was updated',1),(423,'actionAfterUpdateOrderMessageFormHandler','Modify order message identifiable object data after updating it','This hook allows to modify order message identifiable object forms data after it was updated\n ',1),(424,'actionAfterUpdateCatalogPriceRuleFormHandler','Modify catalog price rule identifiable object data after updating it','This hook allows to modify catalog price rule identifiable object forms data after it was updated\n ',1),(425,'actionAfterUpdateAttachmentFormHandler','Modify attachment identifiable object data after updating it','This hook allows to modify attachment identifiable object forms data after it was updated\n ',1),(426,'actionBeforeCreateFeatureFormHandler','Modify feature identifiable object data before creating it','This hook allows to modify feature identifiable object forms data before it was created',1),(427,'actionBeforeCreateOrderMessageFormHandler','Modify order message identifiable object data before creating it','This hook allows to modify order message identifiable object forms data before it was created\n ',1),(428,'actionBeforeCreateCatalogPriceRuleFormHandler','Modify catalog price rule identifiable object data before creating it','This hook allows to modify catalog price rule identifiable object forms data before it was created\n ',1),(429,'actionBeforeCreateAttachmentFormHandler','Modify attachment identifiable object data before creating it','This hook allows to modify attachment identifiable object forms data before it was created\n ',1),(430,'actionAfterCreateFeatureFormHandler','Modify feature identifiable object data after creating it','This hook allows to modify feature identifiable object forms data after it was created',1),(431,'actionAfterCreateOrderMessageFormHandler','Modify order message identifiable object data after creating it','This hook allows to modify order message identifiable object forms data after it was created\n ',1),(432,'actionAfterCreateCatalogPriceRuleFormHandler','Modify catalog price rule identifiable object data after creating it','This hook allows to modify catalog price rule identifiable object forms data after it was created\n ',1),(433,'actionAfterCreateAttachmentFormHandler','Modify attachment identifiable object data after creating it','This hook allows to modify attachment identifiable object forms data after it was created\n ',1),(434,'actionMerchandiseReturnForm','Modify merchandise return options form content','This hook allows to modify merchandise return options form FormBuilder',1),(435,'actionCreditSlipForm','Modify credit slip options form content','This hook allows to modify credit slip options form FormBuilder',1),(436,'actionMerchandiseReturnSave','Modify merchandise return options form saved data','This hook allows to modify data of merchandise return options form after it was saved',1),(437,'actionCreditSlipSave','Modify credit slip options form saved data','This hook allows to modify data of credit slip options form after it was saved',1),(438,'actionEmptyCategoryGridDefinitionModifier','Modify empty category grid definition','This hook allows to alter empty category grid columns, actions and filters',1),(439,'actionNoQtyProductWithCombinationGridDefinitionModifier','Modify no qty product with combination grid definition','This hook allows to alter no qty product with combination grid columns, actions and filters\n ',1),(440,'actionNoQtyProductWithoutCombinationGridDefinitionModifier','Modify no qty product without combination grid definition','This hook allows to alter no qty product without combination grid columns, actions and filters\n ',1),(441,'actionDisabledProductGridDefinitionModifier','Modify disabled product grid definition','This hook allows to alter disabled product grid columns, actions and filters',1),(442,'actionProductWithoutImageGridDefinitionModifier','Modify product without image grid definition','This hook allows to alter product without image grid columns, actions and filters',1),(443,'actionProductWithoutDescriptionGridDefinitionModifier','Modify product without description grid definition','This hook allows to alter product without description grid columns, actions and filters',1),(444,'actionProductWithoutPriceGridDefinitionModifier','Modify product without price grid definition','This hook allows to alter product without price grid columns, actions and filters',1),(445,'actionOrderGridDefinitionModifier','Modify order grid definition','This hook allows to alter order grid columns, actions and filters',1),(446,'actionCatalogPriceRuleGridDefinitionModifier','Modify catalog price rule grid definition','This hook allows to alter catalog price rule grid columns, actions and filters',1),(447,'actionOrderMessageGridDefinitionModifier','Modify order message grid definition','This hook allows to alter order message grid columns, actions and filters',1),(448,'actionAttachmentGridDefinitionModifier','Modify attachment grid definition','This hook allows to alter attachment grid columns, actions and filters',1),(449,'actionAttributeGroupGridDefinitionModifier','Modify attribute group grid definition','This hook allows to alter attribute group grid columns, actions and filters',1),(450,'actionMerchandiseReturnGridDefinitionModifier','Modify merchandise return grid definition','This hook allows to alter merchandise return grid columns, actions and filters',1),(451,'actionTaxRulesGroupGridDefinitionModifier','Modify tax rules group grid definition','This hook allows to alter tax rules group grid columns, actions and filters',1),(452,'actionAddressGridDefinitionModifier','Modify address grid definition','This hook allows to alter address grid columns, actions and filters',1),(453,'actionCreditSlipGridDefinitionModifier','Modify credit slip grid definition','This hook allows to alter credit slip grid columns, actions and filters',1),(454,'actionEmptyCategoryGridQueryBuilderModifier','Modify empty category grid query builder','This hook allows to alter Doctrine query builder for empty category grid',1),(455,'actionNoQtyProductWithCombinationGridQueryBuilderModifier','Modify no qty product with combination grid query builder','This hook allows to alter Doctrine query builder for no qty product with combination grid\n ',1),(456,'actionNoQtyProductWithoutCombinationGridQueryBuilderModifier','Modify no qty product without combination grid query builder','This hook allows to alter Doctrine query builder for no qty product without combination grid\n ',1),(457,'actionDisabledProductGridQueryBuilderModifier','Modify disabled product grid query builder','This hook allows to alter Doctrine query builder for disabled product grid',1),(458,'actionProductWithoutImageGridQueryBuilderModifier','Modify product without image grid query builder','This hook allows to alter Doctrine query builder for product without image grid',1),(459,'actionProductWithoutDescriptionGridQueryBuilderModifier','Modify product without description grid query builder','This hook allows to alter Doctrine query builder for product without description grid',1),(460,'actionProductWithoutPriceGridQueryBuilderModifier','Modify product without price grid query builder','This hook allows to alter Doctrine query builder for product without price grid',1),(461,'actionOrderGridQueryBuilderModifier','Modify order grid query builder','This hook allows to alter Doctrine query builder for order grid',1),(462,'actionCatalogPriceRuleGridQueryBuilderModifier','Modify catalog price rule grid query builder','This hook allows to alter Doctrine query builder for catalog price rule grid',1),(463,'actionOrderMessageGridQueryBuilderModifier','Modify order message grid query builder','This hook allows to alter Doctrine query builder for order message grid',1),(464,'actionAttachmentGridQueryBuilderModifier','Modify attachment grid query builder','This hook allows to alter Doctrine query builder for attachment grid',1),(465,'actionAttributeGroupGridQueryBuilderModifier','Modify attribute group grid query builder','This hook allows to alter Doctrine query builder for attribute group grid',1),(466,'actionMerchandiseReturnGridQueryBuilderModifier','Modify merchandise return grid query builder','This hook allows to alter Doctrine query builder for merchandise return grid',1),(467,'actionTaxRulesGroupGridQueryBuilderModifier','Modify tax rules group grid query builder','This hook allows to alter Doctrine query builder for tax rules group grid',1),(468,'actionAddressGridQueryBuilderModifier','Modify address grid query builder','This hook allows to alter Doctrine query builder for address grid',1),(469,'actionCreditSlipGridQueryBuilderModifier','Modify credit slip grid query builder','This hook allows to alter Doctrine query builder for credit slip grid',1),(470,'actionEmptyCategoryGridDataModifier','Modify empty category grid data','This hook allows to modify empty category grid data',1),(471,'actionNoQtyProductWithCombinationGridDataModifier','Modify no qty product with combination grid data','This hook allows to modify no qty product with combination grid data',1),(472,'actionNoQtyProductWithoutCombinationGridDataModifier','Modify no qty product without combination grid data','This hook allows to modify no qty product without combination grid data',1),(473,'actionDisabledProductGridDataModifier','Modify disabled product grid data','This hook allows to modify disabled product grid data',1),(474,'actionProductWithoutImageGridDataModifier','Modify product without image grid data','This hook allows to modify product without image grid data',1),(475,'actionProductWithoutDescriptionGridDataModifier','Modify product without description grid data','This hook allows to modify product without description grid data',1),(476,'actionProductWithoutPriceGridDataModifier','Modify product without price grid data','This hook allows to modify product without price grid data',1),(477,'actionOrderGridDataModifier','Modify order grid data','This hook allows to modify order grid data',1),(478,'actionCatalogPriceRuleGridDataModifier','Modify catalog price rule grid data','This hook allows to modify catalog price rule grid data',1),(479,'actionOrderMessageGridDataModifier','Modify order message grid data','This hook allows to modify order message grid data',1),(480,'actionAttachmentGridDataModifier','Modify attachment grid data','This hook allows to modify attachment grid data',1),(481,'actionAttributeGroupGridDataModifier','Modify attribute group grid data','This hook allows to modify attribute group grid data',1),(482,'actionMerchandiseReturnGridDataModifier','Modify merchandise return grid data','This hook allows to modify merchandise return grid data',1),(483,'actionTaxRulesGroupGridDataModifier','Modify tax rules group grid data','This hook allows to modify tax rules group grid data',1),(484,'actionAddressGridDataModifier','Modify address grid data','This hook allows to modify address grid data',1),(485,'actionCreditSlipGridDataModifier','Modify credit slip grid data','This hook allows to modify credit slip grid data',1),(486,'actionEmptyCategoryGridFilterFormModifier','Modify empty category grid filters','This hook allows to modify filters for empty category grid',1),(487,'actionNoQtyProductWithCombinationGridFilterFormModifier','Modify no qty product with combination grid filters','This hook allows to modify filters for no qty product with combination grid',1),(488,'actionNoQtyProductWithoutCombinationGridFilterFormModifier','Modify no qty product without combination grid filters','This hook allows to modify filters for no qty product without combination grid',1),(489,'actionDisabledProductGridFilterFormModifier','Modify disabled product grid filters','This hook allows to modify filters for disabled product grid',1),(490,'actionProductWithoutImageGridFilterFormModifier','Modify product without image grid filters','This hook allows to modify filters for product without image grid',1),(491,'actionProductWithoutDescriptionGridFilterFormModifier','Modify product without description grid filters','This hook allows to modify filters for product without description grid',1),(492,'actionProductWithoutPriceGridFilterFormModifier','Modify product without price grid filters','This hook allows to modify filters for product without price grid',1),(493,'actionOrderGridFilterFormModifier','Modify order grid filters','This hook allows to modify filters for order grid',1),(494,'actionCatalogPriceRuleGridFilterFormModifier','Modify catalog price rule grid filters','This hook allows to modify filters for catalog price rule grid',1),(495,'actionOrderMessageGridFilterFormModifier','Modify order message grid filters','This hook allows to modify filters for order message grid',1),(496,'actionAttachmentGridFilterFormModifier','Modify attachment grid filters','This hook allows to modify filters for attachment grid',1),(497,'actionAttributeGroupGridFilterFormModifier','Modify attribute group grid filters','This hook allows to modify filters for attribute group grid',1),(498,'actionMerchandiseReturnGridFilterFormModifier','Modify merchandise return grid filters','This hook allows to modify filters for merchandise return grid',1),(499,'actionTaxRulesGroupGridFilterFormModifier','Modify tax rules group grid filters','This hook allows to modify filters for tax rules group grid',1),(500,'actionAddressGridFilterFormModifier','Modify address grid filters','This hook allows to modify filters for address grid',1),(501,'actionCreditSlipGridFilterFormModifier','Modify credit slip grid filters','This hook allows to modify filters for credit slip grid',1),(502,'actionEmptyCategoryGridPresenterModifier','Modify empty category grid template data','This hook allows to modify data which is about to be used in template for empty category grid\n ',1),(503,'actionNoQtyProductWithCombinationGridPresenterModifier','Modify no qty product with combination grid template data','This hook allows to modify data which is about to be used in template for no qty product with\n combination grid\n ',1),(504,'actionNoQtyProductWithoutCombinationGridPresenterModifier','Modify no qty product without combination grid template data','This hook allows to modify data which is about to be used in template for no qty product without\n combination grid\n ',1),(505,'actionDisabledProductGridPresenterModifier','Modify disabled product grid template data','This hook allows to modify data which is about to be used in template for disabled product grid\n ',1),(506,'actionProductWithoutImageGridPresenterModifier','Modify product without image grid template data','This hook allows to modify data which is about to be used in template for product without image\n grid\n ',1),(507,'actionProductWithoutDescriptionGridPresenterModifier','Modify product without description grid template data','This hook allows to modify data which is about to be used in template for product without description\n grid\n ',1),(508,'actionProductWithoutPriceGridPresenterModifier','Modify product without price grid template data','This hook allows to modify data which is about to be used in template for product without price\n grid\n ',1),(509,'actionOrderGridPresenterModifier','Modify order grid template data','This hook allows to modify data which is about to be used in template for order grid',1),(510,'actionCatalogPriceRuleGridPresenterModifier','Modify catalog price rule grid template data','This hook allows to modify data which is about to be used in template for catalog price rule grid\n ',1),(511,'actionOrderMessageGridPresenterModifier','Modify order message grid template data','This hook allows to modify data which is about to be used in template for order message grid\n ',1),(512,'actionAttachmentGridPresenterModifier','Modify attachment grid template data','This hook allows to modify data which is about to be used in template for attachment grid\n ',1),(513,'actionAttributeGroupGridPresenterModifier','Modify attribute group grid template data','This hook allows to modify data which is about to be used in template for attribute group grid\n ',1),(514,'actionMerchandiseReturnGridPresenterModifier','Modify merchandise return grid template data','This hook allows to modify data which is about to be used in template for merchandise return grid\n ',1),(515,'actionTaxRulesGroupGridPresenterModifier','Modify tax rules group grid template data','This hook allows to modify data which is about to be used in template for tax rules group grid\n ',1),(516,'actionAddressGridPresenterModifier','Modify address grid template data','This hook allows to modify data which is about to be used in template for address grid',1),(517,'actionCreditSlipGridPresenterModifier','Modify credit slip grid template data','This hook allows to modify data which is about to be used in template for credit slip grid\n ',1),(518,'displayAdditionalCustomerAddressFields','Display additional customer address fields','This hook allows to display extra field values added in an address form using hook \'additionalCustomerAddressFields\'',1),(519,'displayFooterCategory','Category footer','This hook adds new blocks under the products listing in a category/search',1),(520,'displayAdminGridTableBefore','Display before Grid table','This hook adds new blocks before Grid component table',1),(521,'displayAdminGridTableAfter','Display after Grid table','This hook adds new blocks after Grid component table',1),(522,'registerGDPRConsent','registerGDPRConsent','',1),(523,'dashboardZoneOne','dashboardZoneOne','',1),(524,'dashboardData','dashboardData','',1),(525,'actionObjectOrderAddAfter','actionObjectOrderAddAfter','',1),(526,'actionObjectCustomerAddAfter','actionObjectCustomerAddAfter','',1),(527,'actionObjectCustomerMessageAddAfter','actionObjectCustomerMessageAddAfter','',1),(528,'actionObjectCustomerThreadAddAfter','actionObjectCustomerThreadAddAfter','',1),(529,'actionObjectOrderReturnAddAfter','actionObjectOrderReturnAddAfter','',1),(530,'actionAdminControllerSetMedia','actionAdminControllerSetMedia','',1),(531,'dashboardZoneTwo','dashboardZoneTwo','',1),(532,'actionSearch','actionSearch','',1),(533,'GraphEngine','GraphEngine','',1),(534,'GridEngine','GridEngine','',1),(535,'gSitemapAppendUrls','GSitemap Append URLs','This hook allows a module to add URLs to a generated sitemap',1),(536,'top','top','',1),(537,'AdminStatsModules','AdminStatsModules','',1),(538,'header','header','',1),(539,'displayProductListReviews','displayProductListReviews','',1),(540,'actionDeleteGDPRCustomer','actionDeleteGDPRCustomer','',1),(541,'actionExportGDPRData','actionExportGDPRData','',1),(542,'actionObjectLanguageAddAfter','actionObjectLanguageAddAfter','',1),(543,'paymentOptions','paymentOptions','',1),(544,'paymentReturn','paymentReturn','',1),(545,'displayNav1','displayNav1','',1),(546,'actionAdminStoresControllerUpdate_optionsAfter','actionAdminStoresControllerUpdate_optionsAfter','',1),(547,'actionAdminCurrenciesControllerSaveAfter','actionAdminCurrenciesControllerSaveAfter','',1),(548,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',1),(549,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',1),(550,'actionShopDataDuplication','actionShopDataDuplication','',1),(551,'actionSubmitAccountBefore','actionSubmitAccountBefore','',1),(552,'actionFrontControllerSetMedia','actionFrontControllerSetMedia','',1),(553,'displayFooterBefore','displayFooterBefore','',1),(554,'actionObjectCustomerUpdateBefore','actionObjectCustomerUpdateBefore','',1),(555,'displayAdminCustomersForm','displayAdminCustomersForm','',1),(556,'productSearchProvider','productSearchProvider','',1),(557,'actionObjectSpecificPriceRuleUpdateBefore','actionObjectSpecificPriceRuleUpdateBefore','',1),(558,'actionAdminSpecificPriceRuleControllerSaveAfter','actionAdminSpecificPriceRuleControllerSaveAfter','',1),(559,'addproduct','addproduct','',1),(560,'updateproduct','updateproduct','',1),(561,'deleteproduct','deleteproduct','',1),(562,'categoryUpdate','categoryUpdate','',1),(563,'displayOrderConfirmation2','displayOrderConfirmation2','',1),(564,'displayCrossSellingShoppingCart','displayCrossSellingShoppingCart','',1),(565,'actionAdminGroupsControllerSaveAfter','actionAdminGroupsControllerSaveAfter','',1),(566,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',1),(567,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',1),(568,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',1),(569,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',1),(570,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',1),(571,'actionObjectCmsAddAfter','actionObjectCmsAddAfter','',1),(572,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',1),(573,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',1),(574,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',1),(575,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',1),(576,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',1),(577,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',1),(578,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',1),(579,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',1),(580,'actionObjectProductAddAfter','actionObjectProductAddAfter','',1),(581,'displaySearch','displaySearch','',1),(582,'displayProductButtons','displayProductButtons','',1),(583,'displayNav2','displayNav2','',1),(584,'authentication','authentication','',1),(585,'createAccount','createAccount','',1),(586,'displayAdminNavBarBeforeEnd','displayAdminNavBarBeforeEnd','',1),(587,'displayAdminAfterHeader','displayAdminAfterHeader','',1),(588,'displayGDPRConsent','displayGDPRConsent','',1),(589,'actionObjectContactAddAfter','actionObjectContactAddAfter','',1),(590,'actionAjaxDieProductControllerDisplayAjaxQuickviewAfter','actionAjaxDieProductControllerDisplayAjaxQuickviewAfter','',1),(591,'actionNewsletterRegistrationAfter','actionNewsletterRegistrationAfter','',1),(592,'actionFacebookCallPixel','actionFacebookCallPixel','',1),(593,'actionCartUpdateQuantityBefore','actionCartUpdateQuantityBefore','',1),(594,'displayFooterAfter','displayFooterAfter','',1),(595,'displayReassurance','displayReassurance','',1),(596,'actionAdminMetaControllerUpdate_optionsAfter','actionAdminMetaControllerUpdate_optionsAfter','',1),(597,'actionAdminPerformanceControllerSaveAfter','actionAdminPerformanceControllerSaveAfter','',1),(598,'actionObjectCarrierAddAfter','actionObjectCarrierAddAfter','',1),(599,'actionAdminThemesControllerUpdate_optionsAfter','actionAdminThemesControllerUpdate_optionsAfter','',1),(600,'actionObjectShopUpdateAfter','actionObjectShopUpdateAfter','',1),(601,'actionAdminPreferencesControllerUpdate_optionsAfter','actionAdminPreferencesControllerUpdate_optionsAfter','',1),(602,'actionObjectShopAddAfter','actionObjectShopAddAfter','',1),(603,'actionObjectShopGroupAddAfter','actionObjectShopGroupAddAfter','',1),(604,'actionObjectCartAddAfter','actionObjectCartAddAfter','',1),(605,'actionObjectEmployeeAddAfter','actionObjectEmployeeAddAfter','',1),(606,'actionObjectImageAddAfter','actionObjectImageAddAfter','',1),(607,'actionObjectCartRuleAddAfter','actionObjectCartRuleAddAfter','',1),(608,'newOrder','newOrder','',1),(609,'actionAdminStoresControllerSaveAfter','actionAdminStoresControllerSaveAfter','',1),(610,'actionAdminWebserviceControllerSaveAfter','actionAdminWebserviceControllerSaveAfter','',1),(611,'displayPayment','displayPayment','',1),(612,'actionAdminOrdersListingFieldsModifier','actionAdminOrdersListingFieldsModifier','',1),(613,'actionObjectCurrencyUpdateAfter','actionObjectCurrencyUpdateAfter','',1); -/*!40000 ALTER TABLE `ps_hook` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook_alias` --- - -DROP TABLE IF EXISTS `ps_hook_alias`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook_alias` ( - `id_hook_alias` int(10) unsigned NOT NULL AUTO_INCREMENT, - `alias` varchar(191) NOT NULL, - `name` varchar(191) NOT NULL, - PRIMARY KEY (`id_hook_alias`), - UNIQUE KEY `alias` (`alias`) -) ENGINE=InnoDB AUTO_INCREMENT=89 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook_alias` --- - -LOCK TABLES `ps_hook_alias` WRITE; -/*!40000 ALTER TABLE `ps_hook_alias` DISABLE KEYS */; -INSERT INTO `ps_hook_alias` VALUES (1,'newOrder','actionValidateOrder'),(2,'paymentConfirm','actionPaymentConfirmation'),(3,'paymentReturn','displayPaymentReturn'),(4,'updateQuantity','actionUpdateQuantity'),(5,'rightColumn','displayRightColumn'),(6,'leftColumn','displayLeftColumn'),(7,'home','displayHome'),(8,'Header','displayHeader'),(9,'cart','actionCartSave'),(10,'authentication','actionAuthentication'),(11,'addproduct','actionProductAdd'),(12,'updateproduct','actionProductUpdate'),(13,'top','displayTop'),(14,'extraRight','displayRightColumnProduct'),(15,'deleteproduct','actionProductDelete'),(16,'productfooter','displayFooterProduct'),(17,'invoice','displayInvoice'),(18,'updateOrderStatus','actionOrderStatusUpdate'),(19,'adminOrder','displayAdminOrder'),(20,'footer','displayFooter'),(21,'PDFInvoice','displayPDFInvoice'),(22,'adminCustomers','displayAdminCustomers'),(23,'orderConfirmation','displayOrderConfirmation'),(24,'createAccount','actionCustomerAccountAdd'),(25,'customerAccount','displayCustomerAccount'),(26,'orderSlip','actionOrderSlipAdd'),(27,'shoppingCart','displayShoppingCartFooter'),(28,'createAccountForm','displayCustomerAccountForm'),(29,'AdminStatsModules','displayAdminStatsModules'),(30,'GraphEngine','displayAdminStatsGraphEngine'),(31,'orderReturn','actionOrderReturn'),(32,'productActions','displayProductAdditionalInfo'),(33,'displayProductButtons','displayProductAdditionalInfo'),(34,'backOfficeHome','displayBackOfficeHome'),(35,'GridEngine','displayAdminStatsGridEngine'),(36,'watermark','actionWatermark'),(37,'cancelProduct','actionProductCancel'),(38,'extraLeft','displayLeftColumnProduct'),(39,'productOutOfStock','actionProductOutOfStock'),(40,'updateProductAttribute','actionProductAttributeUpdate'),(41,'extraCarrier','displayCarrierList'),(42,'shoppingCartExtra','displayShoppingCart'),(43,'updateCarrier','actionCarrierUpdate'),(44,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(45,'createAccountTop','displayCustomerAccountFormTop'),(46,'backOfficeHeader','displayBackOfficeHeader'),(47,'backOfficeTop','displayBackOfficeTop'),(48,'backOfficeFooter','displayBackOfficeFooter'),(49,'deleteProductAttribute','actionProductAttributeDelete'),(50,'processCarrier','actionCarrierProcess'),(51,'beforeCarrier','displayBeforeCarrier'),(52,'orderDetailDisplayed','displayOrderDetail'),(53,'paymentCCAdded','actionPaymentCCAdd'),(54,'categoryAddition','actionCategoryAdd'),(55,'categoryUpdate','actionCategoryUpdate'),(56,'categoryDeletion','actionCategoryDelete'),(57,'paymentTop','displayPaymentTop'),(58,'afterCreateHtaccess','actionHtaccessCreate'),(59,'afterSaveAdminMeta','actionAdminMetaSave'),(60,'attributeGroupForm','displayAttributeGroupForm'),(61,'afterSaveAttributeGroup','actionAttributeGroupSave'),(62,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(63,'featureForm','displayFeatureForm'),(64,'afterSaveFeature','actionFeatureSave'),(65,'afterDeleteFeature','actionFeatureDelete'),(66,'afterSaveProduct','actionProductSave'),(67,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(68,'postProcessFeature','displayFeaturePostProcess'),(69,'featureValueForm','displayFeatureValueForm'),(70,'postProcessFeatureValue','displayFeatureValuePostProcess'),(71,'afterDeleteFeatureValue','actionFeatureValueDelete'),(72,'afterSaveFeatureValue','actionFeatureValueSave'),(73,'attributeForm','displayAttributeForm'),(74,'postProcessAttribute','actionAttributePostProcess'),(75,'afterDeleteAttribute','actionAttributeDelete'),(76,'afterSaveAttribute','actionAttributeSave'),(77,'taxManager','actionTaxManager'),(78,'myAccountBlock','displayMyAccountBlock'),(79,'actionBeforeCartUpdateQty','actionCartUpdateQuantityBefore'),(80,'actionBeforeAjaxDie','actionAjaxDieBefore'),(81,'actionBeforeAuthentication','actionAuthenticationBefore'),(82,'actionBeforeSubmitAccount','actionSubmitAccountBefore'),(83,'actionAfterDeleteProductInCart','actionDeleteProductInCartAfter'),(84,'displayInvoice','displayAdminOrderTop'),(85,'displayBackOfficeOrderActions','displayAdminOrderSide'),(86,'actionFrontControllerAfterInit','actionFrontControllerInitAfter'),(87,'displayAdminListBefore','displayAdminGridTableBefore'),(88,'displayAdminListAfter','displayAdminGridTableAfter'); -/*!40000 ALTER TABLE `ps_hook_alias` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook_module` --- - -DROP TABLE IF EXISTS `ps_hook_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook_module` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_hook` int(10) unsigned NOT NULL, - `position` tinyint(2) unsigned NOT NULL, - PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), - KEY `id_hook` (`id_hook`), - KEY `id_module` (`id_module`), - KEY `position` (`id_shop`,`position`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook_module` --- - -LOCK TABLES `ps_hook_module` WRITE; -/*!40000 ALTER TABLE `ps_hook_module` DISABLE KEYS */; -INSERT INTO `ps_hook_module` VALUES (63,1,531,0),(1,1,522,1),(2,1,524,1),(2,1,525,1),(2,1,526,1),(2,1,527,1),(2,1,528,1),(2,1,529,1),(2,1,530,1),(3,1,531,1),(4,1,532,1),(5,1,63,1),(6,1,533,1),(7,1,534,1),(9,1,536,1),(9,1,537,1),(10,1,27,1),(10,1,538,1),(10,1,539,1),(10,1,540,1),(10,1,541,1),(11,1,542,1),(12,1,12,1),(13,1,543,1),(13,1,544,1),(14,1,545,1),(14,1,546,1),(16,1,547,1),(17,1,548,1),(17,1,549,1),(19,1,550,1),(20,1,114,1),(20,1,551,1),(21,1,41,1),(21,1,42,1),(21,1,552,1),(21,1,554,1),(23,1,65,1),(24,1,559,1),(24,1,560,1),(24,1,561,1),(24,1,562,1),(24,1,563,1),(24,1,564,1),(24,1,565,1),(25,1,13,1),(25,1,14,1),(26,1,583,1),(27,1,35,1),(27,1,133,1),(28,1,21,1),(28,1,566,1),(28,1,567,1),(28,1,568,1),(28,1,569,1),(28,1,570,1),(28,1,571,1),(28,1,572,1),(28,1,573,1),(28,1,574,1),(28,1,575,1),(28,1,576,1),(28,1,577,1),(28,1,578,1),(28,1,579,1),(28,1,580,1),(29,1,581,1),(30,1,52,1),(44,1,20,1),(44,1,584,1),(44,1,585,1),(57,1,586,1),(57,1,587,1),(58,1,29,1),(58,1,101,1),(58,1,596,1),(58,1,597,1),(58,1,598,1),(58,1,599,1),(58,1,600,1),(58,1,601,1),(58,1,602,1),(58,1,603,1),(58,1,604,1),(58,1,605,1),(58,1,606,1),(58,1,607,1),(58,1,608,1),(58,1,609,1),(58,1,610,1),(59,1,523,1),(60,1,43,1),(60,1,588,1),(61,1,132,1),(64,1,15,1),(64,1,40,1),(64,1,200,1),(64,1,589,1),(64,1,590,1),(64,1,591,1),(64,1,592,1),(65,1,593,1),(66,1,19,1),(66,1,22,1),(66,1,553,1),(66,1,594,1),(66,1,595,1),(67,1,75,1),(67,1,76,1),(67,1,77,1),(67,1,81,1),(67,1,82,1),(67,1,83,1),(67,1,84,1),(67,1,85,1),(67,1,86,1),(67,1,87,1),(67,1,88,1),(67,1,89,1),(67,1,90,1),(67,1,91,1),(67,1,92,1),(67,1,93,1),(67,1,94,1),(67,1,95,1),(67,1,97,1),(67,1,414,1),(67,1,422,1),(67,1,430,1),(67,1,556,1),(67,1,557,1),(67,1,558,1),(2,1,523,2),(3,1,524,2),(3,1,530,2),(4,1,525,2),(4,1,531,2),(10,1,522,2),(15,1,27,2),(15,1,63,2),(16,1,583,2),(17,1,35,2),(21,1,114,2),(21,1,540,2),(21,1,541,2),(21,1,553,2),(24,1,13,2),(25,1,550,2),(28,1,562,2),(29,1,21,2),(29,1,538,2),(34,1,543,2),(34,1,544,2),(35,1,536,2),(35,1,537,2),(54,1,532,2),(57,1,65,2),(58,1,526,2),(58,1,528,2),(58,1,546,2),(58,1,571,2),(58,1,580,2),(58,1,589,2),(60,1,41,2),(63,1,587,2),(64,1,14,2),(64,1,527,2),(64,1,552,2),(65,1,40,2),(67,1,12,2),(4,1,524,3),(5,1,530,3),(5,1,531,3),(11,1,13,3),(14,1,35,3),(18,1,583,3),(21,1,522,3),(28,1,550,3),(31,1,538,3),(32,1,553,3),(36,1,537,3),(58,1,65,3),(58,1,525,3),(60,1,114,3),(60,1,540,3),(64,1,41,3),(64,1,532,3),(65,1,14,3),(66,1,552,3),(5,1,524,4),(6,1,530,4),(19,1,13,4),(31,1,583,4),(37,1,537,4),(60,1,522,4),(64,1,65,4),(38,1,537,5),(58,1,530,5),(65,1,65,5),(39,1,537,6),(60,1,530,6),(40,1,537,7),(61,1,530,7),(41,1,537,8),(63,1,530,8),(42,1,537,9),(43,1,537,10),(45,1,537,11),(46,1,537,12),(47,1,537,13),(48,1,537,14),(49,1,537,15),(50,1,537,16),(51,1,537,17),(52,1,537,18),(53,1,537,19),(54,1,537,20),(55,1,537,21),(56,1,537,22),(63,2,531,0),(1,2,522,1),(2,2,524,1),(2,2,525,1),(2,2,526,1),(2,2,527,1),(2,2,528,1),(2,2,529,1),(2,2,530,1),(3,2,531,1),(4,2,532,1),(5,2,63,1),(6,2,533,1),(7,2,534,1),(9,2,536,1),(9,2,537,1),(10,2,27,1),(10,2,538,1),(10,2,539,1),(10,2,540,1),(10,2,541,1),(11,2,542,1),(12,2,12,1),(13,2,543,1),(13,2,544,1),(14,2,545,1),(14,2,546,1),(16,2,547,1),(17,2,548,1),(17,2,549,1),(19,2,550,1),(20,2,114,1),(20,2,551,1),(21,2,41,1),(21,2,42,1),(21,2,552,1),(21,2,554,1),(23,2,65,1),(24,2,559,1),(24,2,560,1),(24,2,561,1),(24,2,562,1),(24,2,563,1),(24,2,564,1),(24,2,565,1),(25,2,13,1),(25,2,14,1),(26,2,583,1),(27,2,35,1),(27,2,133,1),(28,2,21,1),(28,2,566,1),(28,2,567,1),(28,2,568,1),(28,2,569,1),(28,2,570,1),(28,2,571,1),(28,2,572,1),(28,2,573,1),(28,2,574,1),(28,2,575,1),(28,2,576,1),(28,2,577,1),(28,2,578,1),(28,2,579,1),(28,2,580,1),(29,2,581,1),(30,2,52,1),(44,2,20,1),(44,2,584,1),(44,2,585,1),(57,2,586,1),(57,2,587,1),(58,2,29,1),(58,2,101,1),(58,2,596,1),(58,2,597,1),(58,2,598,1),(58,2,599,1),(58,2,600,1),(58,2,601,1),(58,2,602,1),(58,2,603,1),(58,2,604,1),(58,2,605,1),(58,2,606,1),(58,2,607,1),(58,2,608,1),(58,2,609,1),(58,2,610,1),(59,2,523,1),(60,2,43,1),(60,2,588,1),(61,2,132,1),(64,2,15,1),(64,2,40,1),(64,2,200,1),(64,2,589,1),(64,2,590,1),(64,2,591,1),(64,2,592,1),(65,2,593,1),(66,2,19,1),(66,2,22,1),(66,2,553,1),(66,2,594,1),(66,2,595,1),(67,2,75,1),(67,2,76,1),(67,2,77,1),(67,2,81,1),(67,2,82,1),(67,2,83,1),(67,2,84,1),(67,2,85,1),(67,2,86,1),(67,2,87,1),(67,2,88,1),(67,2,89,1),(67,2,90,1),(67,2,91,1),(67,2,92,1),(67,2,93,1),(67,2,94,1),(67,2,95,1),(67,2,97,1),(67,2,414,1),(67,2,422,1),(67,2,430,1),(67,2,556,1),(67,2,557,1),(67,2,558,1),(2,2,523,2),(3,2,524,2),(3,2,530,2),(4,2,525,2),(4,2,531,2),(10,2,522,2),(15,2,27,2),(15,2,63,2),(16,2,583,2),(17,2,35,2),(21,2,114,2),(21,2,540,2),(21,2,541,2),(21,2,553,2),(24,2,13,2),(25,2,550,2),(28,2,562,2),(29,2,21,2),(29,2,538,2),(34,2,543,2),(34,2,544,2),(35,2,536,2),(35,2,537,2),(54,2,532,2),(57,2,65,2),(58,2,526,2),(58,2,528,2),(58,2,546,2),(58,2,571,2),(58,2,580,2),(58,2,589,2),(60,2,41,2),(63,2,587,2),(64,2,14,2),(64,2,527,2),(64,2,552,2),(65,2,40,2),(67,2,12,2),(4,2,524,3),(5,2,530,3),(5,2,531,3),(11,2,13,3),(14,2,35,3),(18,2,583,3),(21,2,522,3),(28,2,550,3),(31,2,538,3),(32,2,553,3),(36,2,537,3),(58,2,65,3),(58,2,525,3),(60,2,114,3),(60,2,540,3),(64,2,41,3),(64,2,532,3),(65,2,14,3),(66,2,552,3),(5,2,524,4),(6,2,530,4),(19,2,13,4),(31,2,583,4),(37,2,537,4),(60,2,522,4),(64,2,65,4),(38,2,537,5),(58,2,530,5),(65,2,65,5),(39,2,537,6),(60,2,530,6),(40,2,537,7),(61,2,530,7),(41,2,537,8),(63,2,530,8),(42,2,537,9),(43,2,537,10),(45,2,537,11),(46,2,537,12),(47,2,537,13),(48,2,537,14),(49,2,537,15),(50,2,537,16),(51,2,537,17),(52,2,537,18),(53,2,537,19),(54,2,537,20),(55,2,537,21),(56,2,537,22); -/*!40000 ALTER TABLE `ps_hook_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook_module_exceptions` --- - -DROP TABLE IF EXISTS `ps_hook_module_exceptions`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook_module_exceptions` ( - `id_hook_module_exceptions` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_module` int(10) unsigned NOT NULL, - `id_hook` int(10) unsigned NOT NULL, - `file_name` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_hook_module_exceptions`), - KEY `id_module` (`id_module`), - KEY `id_hook` (`id_hook`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook_module_exceptions` --- - -LOCK TABLES `ps_hook_module_exceptions` WRITE; -/*!40000 ALTER TABLE `ps_hook_module_exceptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_hook_module_exceptions` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image` --- - -DROP TABLE IF EXISTS `ps_image`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image` ( - `id_image` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `position` smallint(2) unsigned NOT NULL DEFAULT '0', - `cover` tinyint(1) unsigned DEFAULT NULL, - PRIMARY KEY (`id_image`), - UNIQUE KEY `id_product_cover` (`id_product`,`cover`), - UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), - KEY `image_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image` --- - -LOCK TABLES `ps_image` WRITE; -/*!40000 ALTER TABLE `ps_image` DISABLE KEYS */; -INSERT INTO `ps_image` VALUES (1,1,1,1),(2,1,2,NULL),(3,3,1,1),(4,4,1,1),(5,5,1,1),(6,6,1,1),(7,7,1,1),(8,8,1,1),(9,9,1,1),(10,9,2,NULL),(11,10,1,1),(12,10,2,NULL),(13,11,1,1),(14,11,2,NULL),(15,12,1,1),(16,13,1,1),(17,14,1,1),(18,16,1,1),(19,17,1,1),(20,18,1,1),(21,2,1,1),(22,19,1,1),(23,15,1,1); -/*!40000 ALTER TABLE `ps_image` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image_lang` --- - -DROP TABLE IF EXISTS `ps_image_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image_lang` ( - `id_image` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `legend` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_image`,`id_lang`), - KEY `id_image` (`id_image`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image_lang` --- - -LOCK TABLES `ps_image_lang` WRITE; -/*!40000 ALTER TABLE `ps_image_lang` DISABLE KEYS */; -INSERT INTO `ps_image_lang` VALUES (1,1,'Hummingbird printed t-shirt'),(1,2,'Hummingbird printed t-shirt'),(1,3,'Hummingbird printed t-shirt'),(2,1,'Hummingbird printed t-shirt'),(2,2,'Hummingbird printed t-shirt'),(2,3,'Hummingbird printed t-shirt'),(3,1,'The best is yet to come\' Framed poster'),(3,2,'The best is yet to come\' Framed poster'),(3,3,'The best is yet to come\' Framed poster'),(4,1,'The adventure begins Framed poster'),(4,2,'The adventure begins Framed poster'),(4,3,'The adventure begins Framed poster'),(5,1,'Today is a good day Framed poster'),(5,2,'Today is a good day Framed poster'),(5,3,'Today is a good day Framed poster'),(6,1,'Mug The best is yet to come'),(6,2,'Mug The best is yet to come'),(6,3,'Mug The best is yet to come'),(7,1,'Mug The adventure begins'),(7,2,'Mug The adventure begins'),(7,3,'Mug The adventure begins'),(8,1,'Mug Today is a good day'),(8,2,'Mug Today is a good day'),(8,3,'Mug Today is a good day'),(9,1,'Mountain fox cushion'),(9,2,'Mountain fox cushion'),(9,3,'Mountain fox cushion'),(10,1,'Mountain fox cushion'),(10,2,'Mountain fox cushion'),(10,3,'Mountain fox cushion'),(11,1,'Brown bear cushion'),(11,2,'Brown bear cushion'),(11,3,'Brown bear cushion'),(12,1,'Brown bear cushion'),(12,2,'Brown bear cushion'),(12,3,'Brown bear cushion'),(13,1,'Hummingbird cushion'),(13,2,'Hummingbird cushion'),(13,3,'Hummingbird cushion'),(14,1,'Hummingbird cushion'),(14,2,'Hummingbird cushion'),(14,3,'Hummingbird cushion'),(15,1,'Mountain fox - Vector graphics'),(15,2,'Mountain fox - Vector graphics'),(15,3,'Mountain fox - Vector graphics'),(16,1,'Brown bear - Vector graphics'),(16,2,'Brown bear - Vector graphics'),(16,3,'Brown bear - Vector graphics'),(17,1,'Hummingbird - Vector graphics'),(17,2,'Hummingbird - Vector graphics'),(17,3,'Hummingbird - Vector graphics'),(18,1,'Mountain fox notebook'),(18,2,'Mountain fox notebook'),(18,3,'Mountain fox notebook'),(19,1,'Mountain fox notebook'),(19,2,'Mountain fox notebook'),(19,3,'Mountain fox notebook'),(20,1,'Mountain fox notebook'),(20,2,'Mountain fox notebook'),(20,3,'Mountain fox notebook'),(21,1,'Brown bear printed sweater'),(21,2,'Brown bear printed sweater'),(21,3,'Brown bear printed sweater'),(22,1,'Customizable mug'),(22,2,'Customizable mug'),(22,3,'Customizable mug'),(23,1,'Pack Mug + Framed poster'),(23,2,'Pack Mug + Framed poster'),(23,3,'Pack Mug + Framed poster'); -/*!40000 ALTER TABLE `ps_image_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image_shop` --- - -DROP TABLE IF EXISTS `ps_image_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image_shop` ( - `id_product` int(10) unsigned NOT NULL, - `id_image` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `cover` tinyint(1) unsigned DEFAULT NULL, - PRIMARY KEY (`id_image`,`id_shop`), - UNIQUE KEY `id_product` (`id_product`,`id_shop`,`cover`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image_shop` --- - -LOCK TABLES `ps_image_shop` WRITE; -/*!40000 ALTER TABLE `ps_image_shop` DISABLE KEYS */; -INSERT INTO `ps_image_shop` VALUES (1,2,1,NULL),(1,1,1,1),(1,2,2,NULL),(1,1,2,1),(2,21,1,1),(2,21,2,1),(3,3,1,1),(3,3,2,1),(4,4,1,1),(4,4,2,1),(5,5,1,1),(5,5,2,1),(6,6,1,1),(6,6,2,1),(7,7,1,1),(7,7,2,1),(8,8,1,1),(8,8,2,1),(9,10,1,NULL),(9,9,1,1),(9,10,2,NULL),(9,9,2,1),(10,12,1,NULL),(10,11,1,1),(10,12,2,NULL),(10,11,2,1),(11,14,1,NULL),(11,13,1,1),(11,14,2,NULL),(11,13,2,1),(12,15,1,1),(12,15,2,1),(13,16,1,1),(13,16,2,1),(14,17,1,1),(14,17,2,1),(15,23,1,1),(15,23,2,1),(16,18,1,1),(16,18,2,1),(17,19,1,1),(17,19,2,1),(18,20,1,1),(18,20,2,1),(19,22,1,1),(19,22,2,1); -/*!40000 ALTER TABLE `ps_image_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image_type` --- - -DROP TABLE IF EXISTS `ps_image_type`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image_type` ( - `id_image_type` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `width` int(10) unsigned NOT NULL, - `height` int(10) unsigned NOT NULL, - `products` tinyint(1) NOT NULL DEFAULT '1', - `categories` tinyint(1) NOT NULL DEFAULT '1', - `manufacturers` tinyint(1) NOT NULL DEFAULT '1', - `suppliers` tinyint(1) NOT NULL DEFAULT '1', - `stores` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_image_type`), - KEY `image_type_name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image_type` --- - -LOCK TABLES `ps_image_type` WRITE; -/*!40000 ALTER TABLE `ps_image_type` DISABLE KEYS */; -INSERT INTO `ps_image_type` VALUES (1,'cart_default',125,125,1,0,0,0,0),(2,'small_default',98,98,1,1,1,1,0),(3,'medium_default',452,452,1,0,1,1,0),(4,'home_default',250,250,1,0,0,0,0),(5,'large_default',800,800,1,0,1,1,0),(6,'category_default',141,180,0,1,0,0,0),(7,'stores_default',170,115,0,0,0,0,1); -/*!40000 ALTER TABLE `ps_image_type` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_import_match` --- - -DROP TABLE IF EXISTS `ps_import_match`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_import_match` ( - `id_import_match` int(10) NOT NULL AUTO_INCREMENT, - `name` varchar(32) NOT NULL, - `match` text NOT NULL, - `skip` int(2) NOT NULL, - PRIMARY KEY (`id_import_match`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_import_match` --- - -LOCK TABLES `ps_import_match` WRITE; -/*!40000 ALTER TABLE `ps_import_match` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_import_match` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_info` --- - -DROP TABLE IF EXISTS `ps_info`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_info` ( - `id_info` int(10) unsigned NOT NULL AUTO_INCREMENT, - PRIMARY KEY (`id_info`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_info` --- - -LOCK TABLES `ps_info` WRITE; -/*!40000 ALTER TABLE `ps_info` DISABLE KEYS */; -INSERT INTO `ps_info` VALUES (1); -/*!40000 ALTER TABLE `ps_info` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_info_lang` --- - -DROP TABLE IF EXISTS `ps_info_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_info_lang` ( - `id_info` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `text` text NOT NULL, - PRIMARY KEY (`id_info`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_info_lang` --- - -LOCK TABLES `ps_info_lang` WRITE; -/*!40000 ALTER TABLE `ps_info_lang` DISABLE KEYS */; -INSERT INTO `ps_info_lang` VALUES (1,1,1,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

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

'),(1,2,1,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

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

'),(1,1,2,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

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

'),(1,2,2,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

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

'),(1,1,3,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

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

'),(1,2,3,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

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

'); -/*!40000 ALTER TABLE `ps_info_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_info_shop` --- - -DROP TABLE IF EXISTS `ps_info_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_info_shop` ( - `id_info` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_info`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_info_shop` --- - -LOCK TABLES `ps_info_shop` WRITE; -/*!40000 ALTER TABLE `ps_info_shop` DISABLE KEYS */; -INSERT INTO `ps_info_shop` VALUES (1,1),(1,2); -/*!40000 ALTER TABLE `ps_info_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_lang` --- - -DROP TABLE IF EXISTS `ps_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_lang` ( - `id_lang` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, - `active` tinyint(1) NOT NULL, - `iso_code` varchar(2) COLLATE utf8mb4_unicode_ci NOT NULL, - `language_code` varchar(5) COLLATE utf8mb4_unicode_ci NOT NULL, - `locale` varchar(5) COLLATE utf8mb4_unicode_ci NOT NULL, - `date_format_lite` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, - `date_format_full` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, - `is_rtl` tinyint(1) NOT NULL, - PRIMARY KEY (`id_lang`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_lang` --- - -LOCK TABLES `ps_lang` WRITE; -/*!40000 ALTER TABLE `ps_lang` DISABLE KEYS */; -INSERT INTO `ps_lang` VALUES (1,'English (English)',1,'en','en-us','en-US','m/d/Y','m/d/Y H:i:s',0),(2,'lietuvių kalba (Lithuanian)',1,'lt','lt-lt','lt-LT','Y-m-d','Y-m-d H:i:s',0),(3,'Deutsch (German)',1,'de','de-de','de-DE','d.m.Y','d.m.Y H:i:s',0); -/*!40000 ALTER TABLE `ps_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_lang_shop` --- - -DROP TABLE IF EXISTS `ps_lang_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_lang_shop` ( - `id_lang` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_lang`,`id_shop`), - KEY `IDX_2F43BFC7BA299860` (`id_lang`), - KEY `IDX_2F43BFC7274A50A0` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_lang_shop` --- - -LOCK TABLES `ps_lang_shop` WRITE; -/*!40000 ALTER TABLE `ps_lang_shop` DISABLE KEYS */; -INSERT INTO `ps_lang_shop` VALUES (1,1),(1,2),(2,1),(2,2),(3,1); -/*!40000 ALTER TABLE `ps_lang_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_category` --- - -DROP TABLE IF EXISTS `ps_layered_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_category` ( - `id_layered_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - `id_category` int(10) unsigned NOT NULL, - `id_value` int(10) unsigned DEFAULT '0', - `type` enum('category','id_feature','id_attribute_group','quantity','condition','manufacturer','weight','price') NOT NULL, - `position` int(10) unsigned NOT NULL, - `filter_type` int(10) unsigned NOT NULL DEFAULT '0', - `filter_show_limit` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_layered_category`), - KEY `id_category_shop` (`id_category`,`id_shop`,`type`,`id_value`,`position`), - KEY `id_category` (`id_category`,`type`) -) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_category` --- - -LOCK TABLES `ps_layered_category` WRITE; -/*!40000 ALTER TABLE `ps_layered_category` DISABLE KEYS */; -INSERT INTO `ps_layered_category` VALUES (1,1,2,NULL,'category',1,0,0),(2,1,2,1,'id_attribute_group',2,0,0),(3,1,2,2,'id_attribute_group',3,0,0),(4,1,2,1,'id_feature',4,0,0),(5,1,2,2,'id_feature',5,0,0),(6,1,2,NULL,'quantity',6,0,0),(7,1,2,NULL,'manufacturer',7,0,0),(8,1,2,NULL,'condition',8,0,0),(9,1,2,NULL,'weight',9,0,0),(10,1,2,NULL,'price',10,0,0),(11,1,2,3,'id_attribute_group',11,0,0),(12,1,2,4,'id_attribute_group',12,0,0),(13,1,3,NULL,'category',1,0,0),(14,1,3,1,'id_attribute_group',2,0,0),(15,1,3,2,'id_attribute_group',3,0,0),(16,1,3,1,'id_feature',4,0,0),(17,1,3,2,'id_feature',5,0,0),(18,1,3,NULL,'quantity',6,0,0),(19,1,3,NULL,'manufacturer',7,0,0),(20,1,3,NULL,'condition',8,0,0),(21,1,3,NULL,'weight',9,0,0),(22,1,3,NULL,'price',10,0,0),(23,1,3,3,'id_attribute_group',11,0,0),(24,1,3,4,'id_attribute_group',12,0,0),(25,1,4,NULL,'category',1,0,0),(26,1,4,1,'id_attribute_group',2,0,0),(27,1,4,2,'id_attribute_group',3,0,0),(28,1,4,1,'id_feature',4,0,0),(29,1,4,2,'id_feature',5,0,0),(30,1,4,NULL,'quantity',6,0,0),(31,1,4,NULL,'manufacturer',7,0,0),(32,1,4,NULL,'condition',8,0,0),(33,1,4,NULL,'weight',9,0,0),(34,1,4,NULL,'price',10,0,0),(35,1,4,3,'id_attribute_group',11,0,0),(36,1,4,4,'id_attribute_group',12,0,0),(37,1,5,NULL,'category',1,0,0),(38,1,5,1,'id_attribute_group',2,0,0),(39,1,5,2,'id_attribute_group',3,0,0),(40,1,5,1,'id_feature',4,0,0),(41,1,5,2,'id_feature',5,0,0),(42,1,5,NULL,'quantity',6,0,0),(43,1,5,NULL,'manufacturer',7,0,0),(44,1,5,NULL,'condition',8,0,0),(45,1,5,NULL,'weight',9,0,0),(46,1,5,NULL,'price',10,0,0),(47,1,5,3,'id_attribute_group',11,0,0),(48,1,5,4,'id_attribute_group',12,0,0),(49,1,9,NULL,'category',1,0,0),(50,1,9,1,'id_attribute_group',2,0,0),(51,1,9,2,'id_attribute_group',3,0,0),(52,1,9,1,'id_feature',4,0,0),(53,1,9,2,'id_feature',5,0,0),(54,1,9,NULL,'quantity',6,0,0),(55,1,9,NULL,'manufacturer',7,0,0),(56,1,9,NULL,'condition',8,0,0),(57,1,9,NULL,'weight',9,0,0),(58,1,9,NULL,'price',10,0,0),(59,1,9,3,'id_attribute_group',11,0,0),(60,1,9,4,'id_attribute_group',12,0,0),(61,1,6,NULL,'category',1,0,0),(62,1,6,1,'id_attribute_group',2,0,0),(63,1,6,2,'id_attribute_group',3,0,0),(64,1,6,1,'id_feature',4,0,0),(65,1,6,2,'id_feature',5,0,0),(66,1,6,NULL,'quantity',6,0,0),(67,1,6,NULL,'manufacturer',7,0,0),(68,1,6,NULL,'condition',8,0,0),(69,1,6,NULL,'weight',9,0,0),(70,1,6,NULL,'price',10,0,0),(71,1,6,3,'id_attribute_group',11,0,0),(72,1,6,4,'id_attribute_group',12,0,0),(73,1,8,NULL,'category',1,0,0),(74,1,8,1,'id_attribute_group',2,0,0),(75,1,8,2,'id_attribute_group',3,0,0),(76,1,8,1,'id_feature',4,0,0),(77,1,8,2,'id_feature',5,0,0),(78,1,8,NULL,'quantity',6,0,0),(79,1,8,NULL,'manufacturer',7,0,0),(80,1,8,NULL,'condition',8,0,0),(81,1,8,NULL,'weight',9,0,0),(82,1,8,NULL,'price',10,0,0),(83,1,8,3,'id_attribute_group',11,0,0),(84,1,8,4,'id_attribute_group',12,0,0),(85,1,7,NULL,'category',1,0,0),(86,1,7,1,'id_attribute_group',2,0,0),(87,1,7,2,'id_attribute_group',3,0,0),(88,1,7,1,'id_feature',4,0,0),(89,1,7,2,'id_feature',5,0,0),(90,1,7,NULL,'quantity',6,0,0),(91,1,7,NULL,'manufacturer',7,0,0),(92,1,7,NULL,'condition',8,0,0),(93,1,7,NULL,'weight',9,0,0),(94,1,7,NULL,'price',10,0,0),(95,1,7,3,'id_attribute_group',11,0,0),(96,1,7,4,'id_attribute_group',12,0,0); -/*!40000 ALTER TABLE `ps_layered_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_filter` --- - -DROP TABLE IF EXISTS `ps_layered_filter`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_filter` ( - `id_layered_filter` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `filters` longtext, - `n_categories` int(10) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_layered_filter`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_filter` --- - -LOCK TABLES `ps_layered_filter` WRITE; -/*!40000 ALTER TABLE `ps_layered_filter` DISABLE KEYS */; -INSERT INTO `ps_layered_filter` VALUES (1,'My template 2022-01-27','a:14:{s:10:\"categories\";a:8:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;i:4;i:9;i:5;i:6;i:6;i:8;i:7;i:7;}s:9:\"shop_list\";a:1:{i:1;i:1;}s:31:\"layered_selection_subcategories\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:23:\"layered_selection_stock\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_manufacturer\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:27:\"layered_selection_condition\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:31:\"layered_selection_weight_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_price_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_3\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_4\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}}',8,'2022-01-27 14:25:31'); -/*!40000 ALTER TABLE `ps_layered_filter` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_filter_block` --- - -DROP TABLE IF EXISTS `ps_layered_filter_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_filter_block` ( - `hash` char(32) NOT NULL DEFAULT '', - `data` text, - PRIMARY KEY (`hash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_filter_block` --- - -LOCK TABLES `ps_layered_filter_block` WRITE; -/*!40000 ALTER TABLE `ps_layered_filter_block` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_filter_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_filter_shop` --- - -DROP TABLE IF EXISTS `ps_layered_filter_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_filter_shop` ( - `id_layered_filter` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_layered_filter`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_filter_shop` --- - -LOCK TABLES `ps_layered_filter_shop` WRITE; -/*!40000 ALTER TABLE `ps_layered_filter_shop` DISABLE KEYS */; -INSERT INTO `ps_layered_filter_shop` VALUES (1,1); -/*!40000 ALTER TABLE `ps_layered_filter_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_attribute_group` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_attribute_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_attribute_group` ( - `id_attribute_group` int(11) NOT NULL, - `indexable` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_attribute_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_attribute_group` --- - -LOCK TABLES `ps_layered_indexable_attribute_group` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group` DISABLE KEYS */; -INSERT INTO `ps_layered_indexable_attribute_group` VALUES (1,1),(2,1),(3,1),(4,1); -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_attribute_group_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_attribute_group_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_attribute_group_lang_value` ( - `id_attribute_group` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_attribute_group`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_attribute_group_lang_value` --- - -LOCK TABLES `ps_layered_indexable_attribute_group_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_attribute_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_attribute_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_attribute_lang_value` ( - `id_attribute` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_attribute`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_attribute_lang_value` --- - -LOCK TABLES `ps_layered_indexable_attribute_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_feature` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_feature`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_feature` ( - `id_feature` int(11) NOT NULL, - `indexable` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_feature`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_feature` --- - -LOCK TABLES `ps_layered_indexable_feature` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_feature` DISABLE KEYS */; -INSERT INTO `ps_layered_indexable_feature` VALUES (1,1),(2,1); -/*!40000 ALTER TABLE `ps_layered_indexable_feature` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_feature_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_feature_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_feature_lang_value` ( - `id_feature` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) NOT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_feature`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_feature_lang_value` --- - -LOCK TABLES `ps_layered_indexable_feature_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_feature_value_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_feature_value_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_feature_value_lang_value` ( - `id_feature_value` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_feature_value`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_feature_value_lang_value` --- - -LOCK TABLES `ps_layered_indexable_feature_value_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_value_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_value_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_price_index` --- - -DROP TABLE IF EXISTS `ps_layered_price_index`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_price_index` ( - `id_product` int(11) NOT NULL, - `id_currency` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - `price_min` decimal(11,5) NOT NULL, - `price_max` decimal(11,5) NOT NULL, - `id_country` int(11) NOT NULL, - PRIMARY KEY (`id_product`,`id_currency`,`id_shop`,`id_country`), - KEY `id_currency` (`id_currency`), - KEY `price_min` (`price_min`), - KEY `price_max` (`price_max`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_price_index` --- - -LOCK TABLES `ps_layered_price_index` WRITE; -/*!40000 ALTER TABLE `ps_layered_price_index` DISABLE KEYS */; -INSERT INTO `ps_layered_price_index` VALUES (1,1,1,193.60000,242.00000,1),(1,1,1,193.60000,242.00000,131),(1,1,2,23.13520,28.91900,1),(1,1,2,23.13520,28.91900,131),(2,1,1,34.75120,43.43900,131),(3,1,1,35.09000,35.09000,131),(4,1,1,35.09000,35.09000,131),(5,1,1,35.09000,35.09000,131),(6,1,1,14.39900,14.39900,131),(7,1,1,14.39900,14.39900,131),(8,1,1,14.39900,14.39900,131),(9,1,1,22.86900,22.86900,131),(10,1,1,22.86900,22.86900,131),(11,1,1,22.86900,22.86900,131),(12,1,1,10.89000,10.89000,131),(13,1,1,10.89000,10.89000,131),(14,1,1,10.89000,10.89000,131),(15,1,1,42.35000,42.35000,131),(16,1,1,15.60900,15.60900,131),(17,1,1,15.60900,15.60900,131),(18,1,1,15.60900,15.60900,131),(19,1,1,16.81900,16.81900,131); -/*!40000 ALTER TABLE `ps_layered_price_index` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_product_attribute` --- - -DROP TABLE IF EXISTS `ps_layered_product_attribute`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_product_attribute` ( - `id_attribute` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_attribute_group` int(10) unsigned NOT NULL DEFAULT '0', - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_attribute`,`id_product`,`id_shop`), - UNIQUE KEY `id_attribute_group` (`id_attribute_group`,`id_attribute`,`id_product`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_product_attribute` --- - -LOCK TABLES `ps_layered_product_attribute` WRITE; -/*!40000 ALTER TABLE `ps_layered_product_attribute` DISABLE KEYS */; -INSERT INTO `ps_layered_product_attribute` VALUES (1,1,1,1),(1,2,1,1),(2,1,1,1),(2,2,1,1),(3,1,1,1),(3,2,1,1),(4,1,1,1),(4,2,1,1),(8,1,2,1),(8,9,2,1),(8,10,2,1),(8,11,2,1),(11,1,2,1),(11,9,2,1),(11,10,2,1),(11,11,2,1),(19,3,3,1),(19,4,3,1),(19,5,3,1),(20,3,3,1),(20,4,3,1),(20,5,3,1),(21,3,3,1),(21,4,3,1),(21,5,3,1),(22,16,4,1),(22,17,4,1),(22,18,4,1),(23,16,4,1),(23,17,4,1),(23,18,4,1),(24,16,4,1),(24,17,4,1),(24,18,4,1),(25,16,4,1),(25,17,4,1),(25,18,4,1); -/*!40000 ALTER TABLE `ps_layered_product_attribute` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_link_block` --- - -DROP TABLE IF EXISTS `ps_link_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_link_block` ( - `id_link_block` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_hook` int(1) unsigned DEFAULT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `content` text, - PRIMARY KEY (`id_link_block`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_link_block` --- - -LOCK TABLES `ps_link_block` WRITE; -/*!40000 ALTER TABLE `ps_link_block` DISABLE KEYS */; -INSERT INTO `ps_link_block` VALUES (1,35,0,'{\"cms\":[false],\"product\":[\"prices-drop\",\"new-products\",\"best-sales\"],\"static\":[false],\"category\":[false]}'),(2,35,1,'{\"cms\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"product\":[false],\"static\":[\"contact\",\"sitemap\",\"stores\"],\"category\":[false]}'); -/*!40000 ALTER TABLE `ps_link_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_link_block_lang` --- - -DROP TABLE IF EXISTS `ps_link_block_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_link_block_lang` ( - `id_link_block` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(40) NOT NULL DEFAULT '', - `custom_content` text, - PRIMARY KEY (`id_link_block`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_link_block_lang` --- - -LOCK TABLES `ps_link_block_lang` WRITE; -/*!40000 ALTER TABLE `ps_link_block_lang` DISABLE KEYS */; -INSERT INTO `ps_link_block_lang` VALUES (1,1,'Products',NULL),(1,2,'Prekės',NULL),(1,3,'Artikel',NULL),(2,1,'Our company',NULL),(2,2,'Mūsų įmonė',NULL),(2,3,'Unternehmen',NULL); -/*!40000 ALTER TABLE `ps_link_block_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_link_block_shop` --- - -DROP TABLE IF EXISTS `ps_link_block_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_link_block_shop` ( - `id_link_block` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_link_block`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_link_block_shop` --- - -LOCK TABLES `ps_link_block_shop` WRITE; -/*!40000 ALTER TABLE `ps_link_block_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_link_block_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_linksmenutop` --- - -DROP TABLE IF EXISTS `ps_linksmenutop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_linksmenutop` ( - `id_linksmenutop` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - `new_window` tinyint(1) NOT NULL, - PRIMARY KEY (`id_linksmenutop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_linksmenutop` --- - -LOCK TABLES `ps_linksmenutop` WRITE; -/*!40000 ALTER TABLE `ps_linksmenutop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_linksmenutop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_linksmenutop_lang` --- - -DROP TABLE IF EXISTS `ps_linksmenutop_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_linksmenutop_lang` ( - `id_linksmenutop` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `label` varchar(128) NOT NULL, - `link` varchar(128) NOT NULL, - KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_linksmenutop_lang` --- - -LOCK TABLES `ps_linksmenutop_lang` WRITE; -/*!40000 ALTER TABLE `ps_linksmenutop_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_linksmenutop_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_log` --- - -DROP TABLE IF EXISTS `ps_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_log` ( - `id_log` int(10) unsigned NOT NULL AUTO_INCREMENT, - `severity` tinyint(1) NOT NULL, - `error_code` int(11) DEFAULT NULL, - `message` text NOT NULL, - `object_type` varchar(32) DEFAULT NULL, - `object_id` int(10) unsigned DEFAULT NULL, - `id_employee` int(10) unsigned DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_log`) -) ENGINE=InnoDB AUTO_INCREMENT=491 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_log` --- - -LOCK TABLES `ps_log` WRITE; -/*!40000 ALTER TABLE `ps_log` DISABLE KEYS */; -INSERT INTO `ps_log` VALUES (1,1,0,'Exporting mail with theme modern for language English (English)','',0,0,'2022-01-27 14:24:14','2022-01-27 14:24:14'),(2,1,0,'Core output folder: /var/www/html/docker177/mails','',0,0,'2022-01-27 14:24:14','2022-01-27 14:24:14'),(3,1,0,'Modules output folder: /var/www/html/docker177/modules/','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(4,1,0,'Generate html template account at /var/www/html/docker177/mails/en/account.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(5,1,0,'Generate txt template account at /var/www/html/docker177/mails/en/account.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(6,1,0,'Generate html template backoffice_order at /var/www/html/docker177/mails/en/backoffice_order.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(7,1,0,'Generate txt template backoffice_order at /var/www/html/docker177/mails/en/backoffice_order.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(8,1,0,'Generate html template bankwire at /var/www/html/docker177/mails/en/bankwire.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(9,1,0,'Generate txt template bankwire at /var/www/html/docker177/mails/en/bankwire.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(10,1,0,'Generate html template cheque at /var/www/html/docker177/mails/en/cheque.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(11,1,0,'Generate txt template cheque at /var/www/html/docker177/mails/en/cheque.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(12,1,0,'Generate html template contact at /var/www/html/docker177/mails/en/contact.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(13,1,0,'Generate txt template contact at /var/www/html/docker177/mails/en/contact.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(14,1,0,'Generate html template contact_form at /var/www/html/docker177/mails/en/contact_form.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(15,1,0,'Generate txt template contact_form at /var/www/html/docker177/mails/en/contact_form.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(16,1,0,'Generate html template credit_slip at /var/www/html/docker177/mails/en/credit_slip.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(17,1,0,'Generate txt template credit_slip at /var/www/html/docker177/mails/en/credit_slip.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(18,1,0,'Generate html template download_product at /var/www/html/docker177/mails/en/download_product.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(19,1,0,'Generate txt template download_product at /var/www/html/docker177/mails/en/download_product.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(20,1,0,'Generate html template employee_password at /var/www/html/docker177/mails/en/employee_password.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(21,1,0,'Generate txt template employee_password at /var/www/html/docker177/mails/en/employee_password.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(22,1,0,'Generate html template forward_msg at /var/www/html/docker177/mails/en/forward_msg.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(23,1,0,'Generate txt template forward_msg at /var/www/html/docker177/mails/en/forward_msg.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(24,1,0,'Generate html template guest_to_customer at /var/www/html/docker177/mails/en/guest_to_customer.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(25,1,0,'Generate txt template guest_to_customer at /var/www/html/docker177/mails/en/guest_to_customer.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(26,1,0,'Generate html template import at /var/www/html/docker177/mails/en/import.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(27,1,0,'Generate txt template import at /var/www/html/docker177/mails/en/import.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(28,1,0,'Generate html template in_transit at /var/www/html/docker177/mails/en/in_transit.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(29,1,0,'Generate txt template in_transit at /var/www/html/docker177/mails/en/in_transit.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(30,1,0,'Generate html template log_alert at /var/www/html/docker177/mails/en/log_alert.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(31,1,0,'Generate txt template log_alert at /var/www/html/docker177/mails/en/log_alert.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(32,1,0,'Generate html template newsletter at /var/www/html/docker177/mails/en/newsletter.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(33,1,0,'Generate txt template newsletter at /var/www/html/docker177/mails/en/newsletter.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(34,1,0,'Generate html template order_canceled at /var/www/html/docker177/mails/en/order_canceled.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(35,1,0,'Generate txt template order_canceled at /var/www/html/docker177/mails/en/order_canceled.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(36,1,0,'Generate html template order_changed at /var/www/html/docker177/mails/en/order_changed.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(37,1,0,'Generate txt template order_changed at /var/www/html/docker177/mails/en/order_changed.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(38,1,0,'Generate html template order_conf at /var/www/html/docker177/mails/en/order_conf.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(39,1,0,'Generate txt template order_conf at /var/www/html/docker177/mails/en/order_conf.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(40,1,0,'Generate html template order_customer_comment at /var/www/html/docker177/mails/en/order_customer_comment.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(41,1,0,'Generate txt template order_customer_comment at /var/www/html/docker177/mails/en/order_customer_comment.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(42,1,0,'Generate html template order_merchant_comment at /var/www/html/docker177/mails/en/order_merchant_comment.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(43,1,0,'Generate txt template order_merchant_comment at /var/www/html/docker177/mails/en/order_merchant_comment.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(44,1,0,'Generate html template order_return_state at /var/www/html/docker177/mails/en/order_return_state.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(45,1,0,'Generate txt template order_return_state at /var/www/html/docker177/mails/en/order_return_state.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(46,1,0,'Generate html template outofstock at /var/www/html/docker177/mails/en/outofstock.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(47,1,0,'Generate txt template outofstock at /var/www/html/docker177/mails/en/outofstock.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(48,1,0,'Generate html template password at /var/www/html/docker177/mails/en/password.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(49,1,0,'Generate txt template password at /var/www/html/docker177/mails/en/password.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(50,1,0,'Generate html template password_query at /var/www/html/docker177/mails/en/password_query.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(51,1,0,'Generate txt template password_query at /var/www/html/docker177/mails/en/password_query.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(52,1,0,'Generate html template payment at /var/www/html/docker177/mails/en/payment.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(53,1,0,'Generate txt template payment at /var/www/html/docker177/mails/en/payment.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(54,1,0,'Generate html template payment_error at /var/www/html/docker177/mails/en/payment_error.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(55,1,0,'Generate txt template payment_error at /var/www/html/docker177/mails/en/payment_error.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(56,1,0,'Generate html template preparation at /var/www/html/docker177/mails/en/preparation.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(57,1,0,'Generate txt template preparation at /var/www/html/docker177/mails/en/preparation.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(58,1,0,'Generate html template productoutofstock at /var/www/html/docker177/mails/en/productoutofstock.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(59,1,0,'Generate txt template productoutofstock at /var/www/html/docker177/mails/en/productoutofstock.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(60,1,0,'Generate html template refund at /var/www/html/docker177/mails/en/refund.html','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(61,1,0,'Generate txt template refund at /var/www/html/docker177/mails/en/refund.txt','',0,0,'2022-01-27 14:24:15','2022-01-27 14:24:15'),(62,1,0,'Generate html template reply_msg at /var/www/html/docker177/mails/en/reply_msg.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(63,1,0,'Generate txt template reply_msg at /var/www/html/docker177/mails/en/reply_msg.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(64,1,0,'Generate html template shipped at /var/www/html/docker177/mails/en/shipped.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(65,1,0,'Generate txt template shipped at /var/www/html/docker177/mails/en/shipped.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(66,1,0,'Generate html template test at /var/www/html/docker177/mails/en/test.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(67,1,0,'Generate txt template test at /var/www/html/docker177/mails/en/test.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(68,1,0,'Generate html template voucher at /var/www/html/docker177/mails/en/voucher.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(69,1,0,'Generate txt template voucher at /var/www/html/docker177/mails/en/voucher.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(70,1,0,'Generate html template voucher_new at /var/www/html/docker177/mails/en/voucher_new.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(71,1,0,'Generate txt template voucher_new at /var/www/html/docker177/mails/en/voucher_new.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(72,1,0,'Generate html template newsletter_conf at /var/www/html/docker177/modules//ps_emailsubscription/mails/en/newsletter_conf.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(73,1,0,'Generate txt template newsletter_conf at /var/www/html/docker177/modules//ps_emailsubscription/mails/en/newsletter_conf.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(74,1,0,'Generate html template newsletter_verif at /var/www/html/docker177/modules//ps_emailsubscription/mails/en/newsletter_verif.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(75,1,0,'Generate txt template newsletter_verif at /var/www/html/docker177/modules//ps_emailsubscription/mails/en/newsletter_verif.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(76,1,0,'Generate html template newsletter_voucher at /var/www/html/docker177/modules//ps_emailsubscription/mails/en/newsletter_voucher.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(77,1,0,'Generate txt template newsletter_voucher at /var/www/html/docker177/modules//ps_emailsubscription/mails/en/newsletter_voucher.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(78,1,0,'Generate html template followup_1 at /var/www/html/docker177/modules//followup/mails/en/followup_1.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(79,1,0,'Generate txt template followup_1 at /var/www/html/docker177/modules//followup/mails/en/followup_1.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(80,1,0,'Generate html template followup_2 at /var/www/html/docker177/modules//followup/mails/en/followup_2.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(81,1,0,'Generate txt template followup_2 at /var/www/html/docker177/modules//followup/mails/en/followup_2.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(82,1,0,'Generate html template followup_3 at /var/www/html/docker177/modules//followup/mails/en/followup_3.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(83,1,0,'Generate txt template followup_3 at /var/www/html/docker177/modules//followup/mails/en/followup_3.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(84,1,0,'Generate html template followup_4 at /var/www/html/docker177/modules//followup/mails/en/followup_4.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(85,1,0,'Generate txt template followup_4 at /var/www/html/docker177/modules//followup/mails/en/followup_4.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(86,1,0,'Generate html template customer_qty at /var/www/html/docker177/modules//ps_emailalerts/mails/en/customer_qty.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(87,1,0,'Generate txt template customer_qty at /var/www/html/docker177/modules//ps_emailalerts/mails/en/customer_qty.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(88,1,0,'Generate html template new_order at /var/www/html/docker177/modules//ps_emailalerts/mails/en/new_order.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(89,1,0,'Generate txt template new_order at /var/www/html/docker177/modules//ps_emailalerts/mails/en/new_order.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(90,1,0,'Generate html template order_changed at /var/www/html/docker177/modules//ps_emailalerts/mails/en/order_changed.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(91,1,0,'Generate txt template order_changed at /var/www/html/docker177/modules//ps_emailalerts/mails/en/order_changed.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(92,1,0,'Generate html template productcoverage at /var/www/html/docker177/modules//ps_emailalerts/mails/en/productcoverage.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(93,1,0,'Generate txt template productcoverage at /var/www/html/docker177/modules//ps_emailalerts/mails/en/productcoverage.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(94,1,0,'Generate html template productoutofstock at /var/www/html/docker177/modules//ps_emailalerts/mails/en/productoutofstock.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(95,1,0,'Generate txt template productoutofstock at /var/www/html/docker177/modules//ps_emailalerts/mails/en/productoutofstock.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(96,1,0,'Generate html template return_slip at /var/www/html/docker177/modules//ps_emailalerts/mails/en/return_slip.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(97,1,0,'Generate txt template return_slip at /var/www/html/docker177/modules//ps_emailalerts/mails/en/return_slip.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(98,1,0,'Generate html template referralprogram-congratulations at /var/www/html/docker177/modules//referralprogram/mails/en/referralprogram-congratulations.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(99,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/docker177/modules//referralprogram/mails/en/referralprogram-congratulations.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(100,1,0,'Generate html template referralprogram-invitation at /var/www/html/docker177/modules//referralprogram/mails/en/referralprogram-invitation.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(101,1,0,'Generate txt template referralprogram-invitation at /var/www/html/docker177/modules//referralprogram/mails/en/referralprogram-invitation.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(102,1,0,'Generate html template referralprogram-voucher at /var/www/html/docker177/modules//referralprogram/mails/en/referralprogram-voucher.html','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(103,1,0,'Generate txt template referralprogram-voucher at /var/www/html/docker177/modules//referralprogram/mails/en/referralprogram-voucher.txt','',0,0,'2022-01-27 14:24:16','2022-01-27 14:24:16'),(104,1,0,'Exporting mail with theme modern for language lietuvių kalba (Lithuanian)','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(105,1,0,'Generate html template account at /var/www/html/docker177/mails/lt/account.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(106,1,0,'Generate txt template account at /var/www/html/docker177/mails/lt/account.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(107,1,0,'Generate html template backoffice_order at /var/www/html/docker177/mails/lt/backoffice_order.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(108,1,0,'Generate txt template backoffice_order at /var/www/html/docker177/mails/lt/backoffice_order.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(109,1,0,'Generate html template bankwire at /var/www/html/docker177/mails/lt/bankwire.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(110,1,0,'Generate txt template bankwire at /var/www/html/docker177/mails/lt/bankwire.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(111,1,0,'Generate html template cheque at /var/www/html/docker177/mails/lt/cheque.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(112,1,0,'Generate txt template cheque at /var/www/html/docker177/mails/lt/cheque.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(113,1,0,'Generate html template contact at /var/www/html/docker177/mails/lt/contact.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(114,1,0,'Generate txt template contact at /var/www/html/docker177/mails/lt/contact.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(115,1,0,'Generate html template contact_form at /var/www/html/docker177/mails/lt/contact_form.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(116,1,0,'Generate txt template contact_form at /var/www/html/docker177/mails/lt/contact_form.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(117,1,0,'Generate html template credit_slip at /var/www/html/docker177/mails/lt/credit_slip.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(118,1,0,'Generate txt template credit_slip at /var/www/html/docker177/mails/lt/credit_slip.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(119,1,0,'Generate html template download_product at /var/www/html/docker177/mails/lt/download_product.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(120,1,0,'Generate txt template download_product at /var/www/html/docker177/mails/lt/download_product.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(121,1,0,'Generate html template employee_password at /var/www/html/docker177/mails/lt/employee_password.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(122,1,0,'Generate txt template employee_password at /var/www/html/docker177/mails/lt/employee_password.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(123,1,0,'Generate html template forward_msg at /var/www/html/docker177/mails/lt/forward_msg.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(124,1,0,'Generate txt template forward_msg at /var/www/html/docker177/mails/lt/forward_msg.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(125,1,0,'Generate html template guest_to_customer at /var/www/html/docker177/mails/lt/guest_to_customer.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(126,1,0,'Generate txt template guest_to_customer at /var/www/html/docker177/mails/lt/guest_to_customer.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(127,1,0,'Generate html template import at /var/www/html/docker177/mails/lt/import.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(128,1,0,'Generate txt template import at /var/www/html/docker177/mails/lt/import.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(129,1,0,'Generate html template in_transit at /var/www/html/docker177/mails/lt/in_transit.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(130,1,0,'Generate txt template in_transit at /var/www/html/docker177/mails/lt/in_transit.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(131,1,0,'Generate html template log_alert at /var/www/html/docker177/mails/lt/log_alert.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(132,1,0,'Generate txt template log_alert at /var/www/html/docker177/mails/lt/log_alert.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(133,1,0,'Generate html template newsletter at /var/www/html/docker177/mails/lt/newsletter.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(134,1,0,'Generate txt template newsletter at /var/www/html/docker177/mails/lt/newsletter.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(135,1,0,'Generate html template order_canceled at /var/www/html/docker177/mails/lt/order_canceled.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(136,1,0,'Generate txt template order_canceled at /var/www/html/docker177/mails/lt/order_canceled.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(137,1,0,'Generate html template order_changed at /var/www/html/docker177/mails/lt/order_changed.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(138,1,0,'Generate txt template order_changed at /var/www/html/docker177/mails/lt/order_changed.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(139,1,0,'Generate html template order_conf at /var/www/html/docker177/mails/lt/order_conf.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(140,1,0,'Generate txt template order_conf at /var/www/html/docker177/mails/lt/order_conf.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(141,1,0,'Generate html template order_customer_comment at /var/www/html/docker177/mails/lt/order_customer_comment.html','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(142,1,0,'Generate txt template order_customer_comment at /var/www/html/docker177/mails/lt/order_customer_comment.txt','',0,0,'2022-01-27 14:24:18','2022-01-27 14:24:18'),(143,1,0,'Generate html template order_merchant_comment at /var/www/html/docker177/mails/lt/order_merchant_comment.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(144,1,0,'Generate txt template order_merchant_comment at /var/www/html/docker177/mails/lt/order_merchant_comment.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(145,1,0,'Generate html template order_return_state at /var/www/html/docker177/mails/lt/order_return_state.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(146,1,0,'Generate txt template order_return_state at /var/www/html/docker177/mails/lt/order_return_state.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(147,1,0,'Generate html template outofstock at /var/www/html/docker177/mails/lt/outofstock.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(148,1,0,'Generate txt template outofstock at /var/www/html/docker177/mails/lt/outofstock.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(149,1,0,'Generate html template password at /var/www/html/docker177/mails/lt/password.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(150,1,0,'Generate txt template password at /var/www/html/docker177/mails/lt/password.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(151,1,0,'Generate html template password_query at /var/www/html/docker177/mails/lt/password_query.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(152,1,0,'Generate txt template password_query at /var/www/html/docker177/mails/lt/password_query.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(153,1,0,'Generate html template payment at /var/www/html/docker177/mails/lt/payment.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(154,1,0,'Generate txt template payment at /var/www/html/docker177/mails/lt/payment.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(155,1,0,'Generate html template payment_error at /var/www/html/docker177/mails/lt/payment_error.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(156,1,0,'Generate txt template payment_error at /var/www/html/docker177/mails/lt/payment_error.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(157,1,0,'Generate html template preparation at /var/www/html/docker177/mails/lt/preparation.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(158,1,0,'Generate txt template preparation at /var/www/html/docker177/mails/lt/preparation.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(159,1,0,'Generate html template productoutofstock at /var/www/html/docker177/mails/lt/productoutofstock.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(160,1,0,'Generate txt template productoutofstock at /var/www/html/docker177/mails/lt/productoutofstock.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(161,1,0,'Generate html template refund at /var/www/html/docker177/mails/lt/refund.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(162,1,0,'Generate txt template refund at /var/www/html/docker177/mails/lt/refund.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(163,1,0,'Generate html template reply_msg at /var/www/html/docker177/mails/lt/reply_msg.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(164,1,0,'Generate txt template reply_msg at /var/www/html/docker177/mails/lt/reply_msg.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(165,1,0,'Generate html template shipped at /var/www/html/docker177/mails/lt/shipped.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(166,1,0,'Generate txt template shipped at /var/www/html/docker177/mails/lt/shipped.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(167,1,0,'Generate html template test at /var/www/html/docker177/mails/lt/test.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(168,1,0,'Generate txt template test at /var/www/html/docker177/mails/lt/test.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(169,1,0,'Generate html template voucher at /var/www/html/docker177/mails/lt/voucher.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(170,1,0,'Generate txt template voucher at /var/www/html/docker177/mails/lt/voucher.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(171,1,0,'Generate html template voucher_new at /var/www/html/docker177/mails/lt/voucher_new.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(172,1,0,'Generate txt template voucher_new at /var/www/html/docker177/mails/lt/voucher_new.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(173,1,0,'Generate html template newsletter_conf at /var/www/html/docker177/modules//ps_emailsubscription/mails/lt/newsletter_conf.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(174,1,0,'Generate txt template newsletter_conf at /var/www/html/docker177/modules//ps_emailsubscription/mails/lt/newsletter_conf.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(175,1,0,'Generate html template newsletter_verif at /var/www/html/docker177/modules//ps_emailsubscription/mails/lt/newsletter_verif.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(176,1,0,'Generate txt template newsletter_verif at /var/www/html/docker177/modules//ps_emailsubscription/mails/lt/newsletter_verif.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(177,1,0,'Generate html template newsletter_voucher at /var/www/html/docker177/modules//ps_emailsubscription/mails/lt/newsletter_voucher.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(178,1,0,'Generate txt template newsletter_voucher at /var/www/html/docker177/modules//ps_emailsubscription/mails/lt/newsletter_voucher.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(179,1,0,'Generate html template followup_1 at /var/www/html/docker177/modules//followup/mails/lt/followup_1.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(180,1,0,'Generate txt template followup_1 at /var/www/html/docker177/modules//followup/mails/lt/followup_1.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(181,1,0,'Generate html template followup_2 at /var/www/html/docker177/modules//followup/mails/lt/followup_2.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(182,1,0,'Generate txt template followup_2 at /var/www/html/docker177/modules//followup/mails/lt/followup_2.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(183,1,0,'Generate html template followup_3 at /var/www/html/docker177/modules//followup/mails/lt/followup_3.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(184,1,0,'Generate txt template followup_3 at /var/www/html/docker177/modules//followup/mails/lt/followup_3.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(185,1,0,'Generate html template followup_4 at /var/www/html/docker177/modules//followup/mails/lt/followup_4.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(186,1,0,'Generate txt template followup_4 at /var/www/html/docker177/modules//followup/mails/lt/followup_4.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(187,1,0,'Generate html template customer_qty at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/customer_qty.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(188,1,0,'Generate txt template customer_qty at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/customer_qty.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(189,1,0,'Generate html template new_order at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/new_order.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(190,1,0,'Generate txt template new_order at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/new_order.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(191,1,0,'Generate html template order_changed at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/order_changed.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(192,1,0,'Generate txt template order_changed at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/order_changed.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(193,1,0,'Generate html template productcoverage at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/productcoverage.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(194,1,0,'Generate txt template productcoverage at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/productcoverage.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(195,1,0,'Generate html template productoutofstock at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/productoutofstock.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(196,1,0,'Generate txt template productoutofstock at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/productoutofstock.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(197,1,0,'Generate html template return_slip at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/return_slip.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(198,1,0,'Generate txt template return_slip at /var/www/html/docker177/modules//ps_emailalerts/mails/lt/return_slip.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(199,1,0,'Generate html template referralprogram-congratulations at /var/www/html/docker177/modules//referralprogram/mails/lt/referralprogram-congratulations.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(200,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/docker177/modules//referralprogram/mails/lt/referralprogram-congratulations.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(201,1,0,'Generate html template referralprogram-invitation at /var/www/html/docker177/modules//referralprogram/mails/lt/referralprogram-invitation.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(202,1,0,'Generate txt template referralprogram-invitation at /var/www/html/docker177/modules//referralprogram/mails/lt/referralprogram-invitation.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(203,1,0,'Generate html template referralprogram-voucher at /var/www/html/docker177/modules//referralprogram/mails/lt/referralprogram-voucher.html','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(204,1,0,'Generate txt template referralprogram-voucher at /var/www/html/docker177/modules//referralprogram/mails/lt/referralprogram-voucher.txt','',0,0,'2022-01-27 14:24:19','2022-01-27 14:24:19'),(205,1,0,'Protect vendor folder in module contactform','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(206,1,0,'Module contactform has no vendor folder','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(207,1,0,'Protect vendor folder in module dashactivity','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(208,1,0,'Module dashactivity has no vendor folder','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(209,1,0,'Protect vendor folder in module dashgoals','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(210,1,0,'Module dashgoals has no vendor folder','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(211,1,0,'Protect vendor folder in module dashproducts','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(212,1,0,'Module dashproducts has no vendor folder','',0,1,'2022-01-27 14:24:22','2022-01-27 14:24:22'),(213,1,0,'Protect vendor folder in module dashtrends','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(214,1,0,'Module dashtrends has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(215,1,0,'Protect vendor folder in module graphnvd3','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(216,1,0,'Module graphnvd3 has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(217,1,0,'Protect vendor folder in module gridhtml','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(218,1,0,'Module gridhtml has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(219,1,0,'Protect vendor folder in module gsitemap','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(220,1,0,'Module gsitemap has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(221,1,0,'Protect vendor folder in module pagesnotfound','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(222,1,0,'Module pagesnotfound has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(223,1,0,'Protect vendor folder in module productcomments','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(224,1,0,'Module productcomments has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(225,1,0,'Protect vendor folder in module ps_banner','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(226,1,0,'Module ps_banner has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(227,1,0,'Protect vendor folder in module ps_categorytree','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(228,1,0,'Module ps_categorytree has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(229,1,0,'Protect vendor folder in module ps_checkpayment','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(230,1,0,'Module ps_checkpayment has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(231,1,0,'Protect vendor folder in module ps_contactinfo','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(232,1,0,'Module ps_contactinfo has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(233,1,0,'Protect vendor folder in module ps_crossselling','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(234,1,0,'Module ps_crossselling has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(235,1,0,'Protect vendor folder in module ps_currencyselector','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(236,1,0,'Module ps_currencyselector has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(237,1,0,'Protect vendor folder in module ps_customeraccountlinks','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(238,1,0,'Module ps_customeraccountlinks has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(239,1,0,'Protect vendor folder in module ps_customersignin','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(240,1,0,'Module ps_customersignin has no vendor folder','',0,1,'2022-01-27 14:24:23','2022-01-27 14:24:23'),(241,1,0,'Protect vendor folder in module ps_customtext','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(242,1,0,'Module ps_customtext has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(243,1,0,'Protect vendor folder in module ps_dataprivacy','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(244,1,0,'Module ps_dataprivacy has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(245,1,0,'Protect vendor folder in module ps_emailsubscription','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(246,1,0,'Module ps_emailsubscription has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(247,1,0,'Protect vendor folder in module ps_facetedsearch','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(248,1,0,'Module ps_facetedsearch has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(249,1,0,'Protect vendor folder in module ps_faviconnotificationbo','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(250,1,0,'Module ps_faviconnotificationbo has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(251,1,0,'Protect vendor folder in module ps_featuredproducts','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(252,1,0,'Module ps_featuredproducts has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(253,1,0,'Protect vendor folder in module ps_imageslider','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(254,1,0,'Module ps_imageslider has no vendor folder','',0,1,'2022-01-27 14:24:24','2022-01-27 14:24:24'),(255,1,0,'Protect vendor folder in module ps_languageselector','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(256,1,0,'Module ps_languageselector has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(257,1,0,'Protect vendor folder in module ps_linklist','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(258,1,0,'Module ps_linklist has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(259,1,0,'Protect vendor folder in module ps_mainmenu','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(260,1,0,'Module ps_mainmenu has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(261,1,0,'Protect vendor folder in module ps_searchbar','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(262,1,0,'Module ps_searchbar has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(263,1,0,'Protect vendor folder in module ps_sharebuttons','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(264,1,0,'Module ps_sharebuttons has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(265,1,0,'Protect vendor folder in module ps_shoppingcart','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(266,1,0,'Module ps_shoppingcart has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(267,1,0,'Protect vendor folder in module ps_socialfollow','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(268,1,0,'Module ps_socialfollow has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(269,1,0,'Protect vendor folder in module ps_themecusto','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(270,1,0,'Module ps_themecusto has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(271,1,0,'Protect vendor folder in module ps_wirepayment','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(272,1,0,'Module ps_wirepayment has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(273,1,0,'Protect vendor folder in module sekeywords','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(274,1,0,'Module sekeywords has no vendor folder','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(275,1,0,'Protect vendor folder in module statsbestcategories','',0,1,'2022-01-27 14:24:25','2022-01-27 14:24:25'),(276,1,0,'Module statsbestcategories has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(277,1,0,'Protect vendor folder in module statsbestcustomers','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(278,1,0,'Module statsbestcustomers has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(279,1,0,'Protect vendor folder in module statsbestproducts','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(280,1,0,'Module statsbestproducts has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(281,1,0,'Protect vendor folder in module statsbestsuppliers','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(282,1,0,'Module statsbestsuppliers has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(283,1,0,'Protect vendor folder in module statsbestvouchers','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(284,1,0,'Module statsbestvouchers has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(285,1,0,'Protect vendor folder in module statscarrier','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(286,1,0,'Module statscarrier has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(287,1,0,'Protect vendor folder in module statscatalog','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(288,1,0,'Module statscatalog has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(289,1,0,'Protect vendor folder in module statscheckup','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(290,1,0,'Module statscheckup has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(291,1,0,'Protect vendor folder in module statsdata','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(292,1,0,'Module statsdata has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(293,1,0,'Protect vendor folder in module statsequipment','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(294,1,0,'Module statsequipment has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(295,1,0,'Protect vendor folder in module statsforecast','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(296,1,0,'Module statsforecast has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(297,1,0,'Protect vendor folder in module statslive','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(298,1,0,'Module statslive has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(299,1,0,'Protect vendor folder in module statsnewsletter','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(300,1,0,'Module statsnewsletter has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(301,1,0,'Protect vendor folder in module statsorigin','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(302,1,0,'Module statsorigin has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(303,1,0,'Protect vendor folder in module statspersonalinfos','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(304,1,0,'Module statspersonalinfos has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(305,1,0,'Protect vendor folder in module statsproduct','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(306,1,0,'Module statsproduct has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(307,1,0,'Protect vendor folder in module statsregistrations','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(308,1,0,'Module statsregistrations has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(309,1,0,'Protect vendor folder in module statssales','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(310,1,0,'Module statssales has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(311,1,0,'Protect vendor folder in module statssearch','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(312,1,0,'Module statssearch has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(313,1,0,'Protect vendor folder in module statsstock','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(314,1,0,'Module statsstock has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(315,1,0,'Protect vendor folder in module statsvisits','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(316,1,0,'Module statsvisits has no vendor folder','',0,1,'2022-01-27 14:24:26','2022-01-27 14:24:26'),(317,1,0,'Protect vendor folder in module welcome','',0,1,'2022-01-27 14:24:27','2022-01-27 14:24:27'),(318,1,0,'Module welcome has no vendor folder','',0,1,'2022-01-27 14:24:27','2022-01-27 14:24:27'),(319,1,0,'Protect vendor folder in module gamification','',0,1,'2022-01-27 14:25:03','2022-01-27 14:25:03'),(320,1,0,'Protect vendor folder in module psaddonsconnect','',0,1,'2022-01-27 14:25:03','2022-01-27 14:25:03'),(321,1,0,'Protect vendor folder in module psgdpr','',0,1,'2022-01-27 14:25:03','2022-01-27 14:25:03'),(322,1,0,'Protect vendor folder in module ps_mbo','',0,1,'2022-01-27 14:25:04','2022-01-27 14:25:04'),(323,1,0,'Protect vendor folder in module ps_buybuttonlite','',0,1,'2022-01-27 14:25:04','2022-01-27 14:25:04'),(324,1,0,'Protect vendor folder in module ps_metrics','',0,1,'2022-01-27 14:25:05','2022-01-27 14:25:05'),(325,1,0,'Protect vendor folder in module ps_facebook','',0,1,'2022-01-27 14:25:05','2022-01-27 14:25:05'),(326,1,0,'Protect vendor folder in module psxmarketingwithgoogle','',0,1,'2022-01-27 14:25:06','2022-01-27 14:25:06'),(327,1,0,'Protect vendor folder in module blockreassurance','',0,1,'2022-01-27 14:25:16','2022-01-27 14:25:16'),(328,1,0,'Module blockreassurance has no vendor folder','',0,1,'2022-01-27 14:25:16','2022-01-27 14:25:16'),(329,1,0,'Back office connection from 127.0.0.1','',0,1,'2022-01-27 14:26:40','2022-01-27 14:26:40'),(330,1,0,'Back office connection from ::1','',0,1,'2022-01-27 15:13:19','2022-01-27 15:13:19'),(331,1,0,'ShopUrl addition','ShopUrl',2,1,'2022-01-27 15:14:09','2022-01-27 15:14:09'),(332,1,0,'Protect vendor folder in module mollie','',0,0,'2022-01-27 15:24:39','2022-01-27 15:24:39'),(333,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-01-27 15:24:39','2022-01-27 15:24:39'),(334,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-01-27 15:24:39','2022-01-27 15:24:39'),(335,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 15:26:15','2022-01-27 15:26:15'),(336,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 15:27:57','2022-01-27 15:27:57'),(337,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 15:52:35','2022-01-27 15:52:35'),(338,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 15:53:20','2022-01-27 15:53:20'),(339,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 15:56:46','2022-01-27 15:56:46'),(340,1,0,'Error - The following e-mail template is missing: en/account.txt','',0,0,'2022-01-27 16:02:22','2022-01-27 16:02:22'),(341,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:05:45','2022-01-27 16:05:45'),(342,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:10:34','2022-01-27 16:10:34'),(343,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:12:44','2022-01-27 16:12:44'),(344,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:14:23','2022-01-27 16:14:23'),(345,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:17:23','2022-01-27 16:17:23'),(346,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:19:40','2022-01-27 16:19:40'),(347,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:21:56','2022-01-27 16:21:56'),(348,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:24:12','2022-01-27 16:24:12'),(349,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:28:04','2022-01-27 16:28:04'),(350,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:30:58','2022-01-27 16:30:58'),(351,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:31:47','2022-01-27 16:31:47'),(352,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:34:06','2022-01-27 16:34:06'),(353,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:35:38','2022-01-27 16:35:38'),(354,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:37:10','2022-01-27 16:37:10'),(355,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:38:47','2022-01-27 16:38:47'),(356,1,0,'Exporting mail with theme modern for language Deutsch (German)','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(357,1,0,'Core output folder: /var/www/html/mails','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(358,1,0,'Modules output folder: /var/www/html/modules/','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(359,1,0,'Generate html template account at /var/www/html/mails/de/account.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(360,1,0,'Generate txt template account at /var/www/html/mails/de/account.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(361,1,0,'Generate html template backoffice_order at /var/www/html/mails/de/backoffice_order.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(362,1,0,'Generate txt template backoffice_order at /var/www/html/mails/de/backoffice_order.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(363,1,0,'Generate html template bankwire at /var/www/html/mails/de/bankwire.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(364,1,0,'Generate txt template bankwire at /var/www/html/mails/de/bankwire.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(365,1,0,'Generate html template cheque at /var/www/html/mails/de/cheque.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(366,1,0,'Generate txt template cheque at /var/www/html/mails/de/cheque.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(367,1,0,'Generate html template contact at /var/www/html/mails/de/contact.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(368,1,0,'Generate txt template contact at /var/www/html/mails/de/contact.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(369,1,0,'Generate html template contact_form at /var/www/html/mails/de/contact_form.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(370,1,0,'Generate txt template contact_form at /var/www/html/mails/de/contact_form.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(371,1,0,'Generate html template credit_slip at /var/www/html/mails/de/credit_slip.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(372,1,0,'Generate txt template credit_slip at /var/www/html/mails/de/credit_slip.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(373,1,0,'Generate html template download_product at /var/www/html/mails/de/download_product.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(374,1,0,'Generate txt template download_product at /var/www/html/mails/de/download_product.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(375,1,0,'Generate html template employee_password at /var/www/html/mails/de/employee_password.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(376,1,0,'Generate txt template employee_password at /var/www/html/mails/de/employee_password.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(377,1,0,'Generate html template forward_msg at /var/www/html/mails/de/forward_msg.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(378,1,0,'Generate txt template forward_msg at /var/www/html/mails/de/forward_msg.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(379,1,0,'Generate html template guest_to_customer at /var/www/html/mails/de/guest_to_customer.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(380,1,0,'Generate txt template guest_to_customer at /var/www/html/mails/de/guest_to_customer.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(381,1,0,'Generate html template import at /var/www/html/mails/de/import.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(382,1,0,'Generate txt template import at /var/www/html/mails/de/import.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(383,1,0,'Generate html template in_transit at /var/www/html/mails/de/in_transit.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(384,1,0,'Generate txt template in_transit at /var/www/html/mails/de/in_transit.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(385,1,0,'Generate html template log_alert at /var/www/html/mails/de/log_alert.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(386,1,0,'Generate txt template log_alert at /var/www/html/mails/de/log_alert.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(387,1,0,'Generate html template newsletter at /var/www/html/mails/de/newsletter.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(388,1,0,'Generate txt template newsletter at /var/www/html/mails/de/newsletter.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(389,1,0,'Generate html template order_canceled at /var/www/html/mails/de/order_canceled.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(390,1,0,'Generate txt template order_canceled at /var/www/html/mails/de/order_canceled.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(391,1,0,'Generate html template order_changed at /var/www/html/mails/de/order_changed.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(392,1,0,'Generate txt template order_changed at /var/www/html/mails/de/order_changed.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(393,1,0,'Generate html template order_conf at /var/www/html/mails/de/order_conf.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(394,1,0,'Generate txt template order_conf at /var/www/html/mails/de/order_conf.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(395,1,0,'Generate html template order_customer_comment at /var/www/html/mails/de/order_customer_comment.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(396,1,0,'Generate txt template order_customer_comment at /var/www/html/mails/de/order_customer_comment.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(397,1,0,'Generate html template order_merchant_comment at /var/www/html/mails/de/order_merchant_comment.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(398,1,0,'Generate txt template order_merchant_comment at /var/www/html/mails/de/order_merchant_comment.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(399,1,0,'Generate html template order_return_state at /var/www/html/mails/de/order_return_state.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(400,1,0,'Generate txt template order_return_state at /var/www/html/mails/de/order_return_state.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(401,1,0,'Generate html template outofstock at /var/www/html/mails/de/outofstock.html','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(402,1,0,'Generate txt template outofstock at /var/www/html/mails/de/outofstock.txt','',0,1,'2022-01-27 16:43:26','2022-01-27 16:43:26'),(403,1,0,'Generate html template password at /var/www/html/mails/de/password.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(404,1,0,'Generate txt template password at /var/www/html/mails/de/password.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(405,1,0,'Generate html template password_query at /var/www/html/mails/de/password_query.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(406,1,0,'Generate txt template password_query at /var/www/html/mails/de/password_query.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(407,1,0,'Generate html template payment at /var/www/html/mails/de/payment.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(408,1,0,'Generate txt template payment at /var/www/html/mails/de/payment.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(409,1,0,'Generate html template payment_error at /var/www/html/mails/de/payment_error.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(410,1,0,'Generate txt template payment_error at /var/www/html/mails/de/payment_error.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(411,1,0,'Generate html template preparation at /var/www/html/mails/de/preparation.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(412,1,0,'Generate txt template preparation at /var/www/html/mails/de/preparation.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(413,1,0,'Generate html template productoutofstock at /var/www/html/mails/de/productoutofstock.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(414,1,0,'Generate txt template productoutofstock at /var/www/html/mails/de/productoutofstock.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(415,1,0,'Generate html template refund at /var/www/html/mails/de/refund.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(416,1,0,'Generate txt template refund at /var/www/html/mails/de/refund.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(417,1,0,'Generate html template reply_msg at /var/www/html/mails/de/reply_msg.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(418,1,0,'Generate txt template reply_msg at /var/www/html/mails/de/reply_msg.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(419,1,0,'Generate html template shipped at /var/www/html/mails/de/shipped.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(420,1,0,'Generate txt template shipped at /var/www/html/mails/de/shipped.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(421,1,0,'Generate html template test at /var/www/html/mails/de/test.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(422,1,0,'Generate txt template test at /var/www/html/mails/de/test.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(423,1,0,'Generate html template voucher at /var/www/html/mails/de/voucher.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(424,1,0,'Generate txt template voucher at /var/www/html/mails/de/voucher.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(425,1,0,'Generate html template voucher_new at /var/www/html/mails/de/voucher_new.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(426,1,0,'Generate txt template voucher_new at /var/www/html/mails/de/voucher_new.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(427,1,0,'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_conf.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(428,1,0,'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_conf.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(429,1,0,'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_verif.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(430,1,0,'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_verif.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(431,1,0,'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_voucher.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(432,1,0,'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_voucher.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(433,1,0,'Generate html template followup_1 at /var/www/html/modules//followup/mails/de/followup_1.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(434,1,0,'Generate txt template followup_1 at /var/www/html/modules//followup/mails/de/followup_1.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(435,1,0,'Generate html template followup_2 at /var/www/html/modules//followup/mails/de/followup_2.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(436,1,0,'Generate txt template followup_2 at /var/www/html/modules//followup/mails/de/followup_2.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(437,1,0,'Generate html template followup_3 at /var/www/html/modules//followup/mails/de/followup_3.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(438,1,0,'Generate txt template followup_3 at /var/www/html/modules//followup/mails/de/followup_3.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(439,1,0,'Generate html template followup_4 at /var/www/html/modules//followup/mails/de/followup_4.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(440,1,0,'Generate txt template followup_4 at /var/www/html/modules//followup/mails/de/followup_4.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(441,1,0,'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/de/customer_qty.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(442,1,0,'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/de/customer_qty.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(443,1,0,'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/de/new_order.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(444,1,0,'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/de/new_order.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(445,1,0,'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/de/order_changed.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(446,1,0,'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/de/order_changed.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(447,1,0,'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/de/productcoverage.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(448,1,0,'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/de/productcoverage.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(449,1,0,'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/de/productoutofstock.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(450,1,0,'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/de/productoutofstock.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(451,1,0,'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/de/return_slip.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(452,1,0,'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/de/return_slip.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(453,1,0,'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/de/referralprogram-congratulations.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(454,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/de/referralprogram-congratulations.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(455,1,0,'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/de/referralprogram-invitation.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(456,1,0,'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/de/referralprogram-invitation.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(457,1,0,'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/de/referralprogram-voucher.html','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(458,1,0,'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/de/referralprogram-voucher.txt','',0,1,'2022-01-27 16:43:27','2022-01-27 16:43:27'),(459,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-01-27 16:44:37','2022-01-27 16:44:37'),(460,1,0,'Back office connection from 172.19.0.1','',0,1,'2022-02-11 16:18:25','2022-02-11 16:18:25'),(461,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-10 13:58:30','2022-03-10 13:58:30'),(462,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-10 13:58:30','2022-03-10 13:58:30'),(463,1,0,'Back office connection from 172.21.0.1','',0,1,'2022-03-10 14:33:36','2022-03-10 14:33:36'),(464,1,0,'Back office connection from 172.21.0.1','',0,1,'2022-03-10 14:34:47','2022-03-10 14:34:47'),(465,1,0,'Back office connection from 172.21.0.1','',0,1,'2022-03-10 14:35:56','2022-03-10 14:35:56'),(466,1,0,'Back office connection from 172.21.0.1','',0,1,'2022-03-10 14:37:19','2022-03-10 14:37:19'),(467,1,0,'Back office connection from 172.21.0.1','',0,1,'2022-03-10 15:31:04','2022-03-10 15:31:04'),(468,1,0,'Back office connection from 172.21.0.1','',0,1,'2022-03-10 17:46:48','2022-03-10 17:46:48'),(469,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-10 18:12:26','2022-03-10 18:12:26'),(470,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-10 18:14:29','2022-03-10 18:14:29'),(471,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:37:07','2022-03-15 07:37:07'),(472,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:37:07','2022-03-15 07:37:07'),(473,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:37:37','2022-03-15 07:37:37'),(474,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:37:37','2022-03-15 07:37:37'),(475,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-15 07:43:03','2022-03-15 07:43:03'),(476,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:54:48','2022-03-15 07:54:48'),(477,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:54:48','2022-03-15 07:54:48'),(478,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:55:14','2022-03-15 07:55:14'),(479,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 07:55:14','2022-03-15 07:55:14'),(480,1,0,'Product modification','Product',1,1,'2022-03-15 08:02:04','2022-03-15 08:02:04'),(481,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 08:04:44','2022-03-15 08:04:44'),(482,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 08:04:44','2022-03-15 08:04:44'),(483,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 08:05:09','2022-03-15 08:05:09'),(484,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin nor routing file','',0,0,'2022-03-15 08:05:09','2022-03-15 08:05:09'),(485,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-15 08:16:42','2022-03-15 08:16:42'),(486,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-15 08:17:41','2022-03-15 08:17:41'),(487,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-15 08:18:50','2022-03-15 08:18:50'),(488,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-15 08:20:23','2022-03-15 08:20:23'),(489,1,0,'Back office connection from 172.22.0.1','',0,1,'2022-03-15 08:31:49','2022-03-15 08:31:49'),(490,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',62,0,'2022-03-15 08:42:08','2022-03-15 08:42:08'); -/*!40000 ALTER TABLE `ps_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mail` --- - -DROP TABLE IF EXISTS `ps_mail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mail` ( - `id_mail` int(11) unsigned NOT NULL AUTO_INCREMENT, - `recipient` varchar(126) NOT NULL, - `template` varchar(62) NOT NULL, - `subject` varchar(254) NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `date_add` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - PRIMARY KEY (`id_mail`), - KEY `recipient` (`recipient`(10)) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mail` --- - -LOCK TABLES `ps_mail` WRITE; -/*!40000 ALTER TABLE `ps_mail` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_manufacturer` --- - -DROP TABLE IF EXISTS `ps_manufacturer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_manufacturer` ( - `id_manufacturer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_manufacturer`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_manufacturer` --- - -LOCK TABLES `ps_manufacturer` WRITE; -/*!40000 ALTER TABLE `ps_manufacturer` DISABLE KEYS */; -INSERT INTO `ps_manufacturer` VALUES (1,'Studio Design','2022-01-27 14:25:28','2022-01-27 14:25:28',1),(2,'Graphic Corner','2022-01-27 14:25:28','2022-01-27 14:25:28',1); -/*!40000 ALTER TABLE `ps_manufacturer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_manufacturer_lang` --- - -DROP TABLE IF EXISTS `ps_manufacturer_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_manufacturer_lang` ( - `id_manufacturer` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `description` text, - `short_description` text, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_manufacturer`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_manufacturer_lang` --- - -LOCK TABLES `ps_manufacturer_lang` WRITE; -/*!40000 ALTER TABLE `ps_manufacturer_lang` DISABLE KEYS */; -INSERT INTO `ps_manufacturer_lang` VALUES (1,1,'

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

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

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

','','','',''),(1,3,'

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

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

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

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

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

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

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

','','','',''); -/*!40000 ALTER TABLE `ps_manufacturer_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_manufacturer_shop` --- - -DROP TABLE IF EXISTS `ps_manufacturer_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_manufacturer_shop` ( - `id_manufacturer` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_manufacturer`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_manufacturer_shop` --- - -LOCK TABLES `ps_manufacturer_shop` WRITE; -/*!40000 ALTER TABLE `ps_manufacturer_shop` DISABLE KEYS */; -INSERT INTO `ps_manufacturer_shop` VALUES (1,1),(2,1),(1,2),(2,2); -/*!40000 ALTER TABLE `ps_manufacturer_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_memcached_servers` --- - -DROP TABLE IF EXISTS `ps_memcached_servers`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_memcached_servers` ( - `id_memcached_server` int(11) unsigned NOT NULL AUTO_INCREMENT, - `ip` varchar(254) NOT NULL, - `port` int(11) unsigned NOT NULL, - `weight` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_memcached_server`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_memcached_servers` --- - -LOCK TABLES `ps_memcached_servers` WRITE; -/*!40000 ALTER TABLE `ps_memcached_servers` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_memcached_servers` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_message` --- - -DROP TABLE IF EXISTS `ps_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_message` ( - `id_message` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart` int(10) unsigned DEFAULT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_employee` int(10) unsigned DEFAULT NULL, - `id_order` int(10) unsigned NOT NULL, - `message` text NOT NULL, - `private` tinyint(1) unsigned NOT NULL DEFAULT '1', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_message`), - KEY `message_order` (`id_order`), - KEY `id_cart` (`id_cart`), - KEY `id_customer` (`id_customer`), - KEY `id_employee` (`id_employee`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_message` --- - -LOCK TABLES `ps_message` WRITE; -/*!40000 ALTER TABLE `ps_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_message_readed` --- - -DROP TABLE IF EXISTS `ps_message_readed`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_message_readed` ( - `id_message` int(10) unsigned NOT NULL, - `id_employee` int(10) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_message`,`id_employee`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_message_readed` --- - -LOCK TABLES `ps_message_readed` WRITE; -/*!40000 ALTER TABLE `ps_message_readed` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_message_readed` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_meta` --- - -DROP TABLE IF EXISTS `ps_meta`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_meta` ( - `id_meta` int(10) unsigned NOT NULL AUTO_INCREMENT, - `page` varchar(64) NOT NULL, - `configurable` tinyint(1) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_meta`), - UNIQUE KEY `page` (`page`) -) ENGINE=InnoDB AUTO_INCREMENT=48 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_meta` --- - -LOCK TABLES `ps_meta` WRITE; -/*!40000 ALTER TABLE `ps_meta` DISABLE KEYS */; -INSERT INTO `ps_meta` VALUES (1,'pagenotfound',1),(2,'best-sales',1),(3,'contact',1),(4,'index',1),(5,'manufacturer',1),(6,'new-products',1),(7,'password',1),(8,'prices-drop',1),(9,'sitemap',1),(10,'supplier',1),(11,'address',1),(12,'addresses',1),(13,'authentication',1),(14,'cart',1),(15,'discount',1),(16,'history',1),(17,'identity',1),(18,'my-account',1),(19,'order-follow',1),(20,'order-slip',1),(21,'order',1),(22,'search',1),(23,'stores',1),(24,'guest-tracking',1),(25,'order-confirmation',1),(26,'product',0),(27,'category',0),(28,'cms',0),(29,'module-cheque-payment',0),(30,'module-cheque-validation',0),(31,'module-bankwire-validation',0),(32,'module-bankwire-payment',0),(33,'module-cashondelivery-validation',0),(34,'module-ps_checkpayment-payment',1),(35,'module-ps_checkpayment-validation',1),(36,'module-ps_emailsubscription-verification',1),(37,'module-ps_emailsubscription-subscription',1),(38,'module-ps_shoppingcart-ajax',1),(39,'module-ps_wirepayment-payment',1),(40,'module-ps_wirepayment-validation',1),(41,'module-ps_metrics-AdminOauthCallback',1),(42,'module-ps_metrics-AdminGraphql',1),(43,'module-ps_metrics-AdminAjaxDashboard',1),(44,'module-ps_metrics-AdminAjaxSettings',1),(45,'module-ps_metrics-AdminMetricsSettings',1),(46,'module-ps_metrics-AdminMetricsUpgrade',1),(47,'module-ps_metrics-AdminAjaxMetrics',1); -/*!40000 ALTER TABLE `ps_meta` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_meta_lang` --- - -DROP TABLE IF EXISTS `ps_meta_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_meta_lang` ( - `id_meta` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `title` varchar(128) DEFAULT NULL, - `description` varchar(255) DEFAULT NULL, - `keywords` varchar(255) DEFAULT NULL, - `url_rewrite` varchar(254) NOT NULL, - PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), - KEY `id_shop` (`id_shop`), - KEY `id_lang` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_meta_lang` --- - -LOCK TABLES `ps_meta_lang` WRITE; -/*!40000 ALTER TABLE `ps_meta_lang` DISABLE KEYS */; -INSERT INTO `ps_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(1,1,2,'404 klaida','Šis puslapis nerastas','','puslapis-nerastas'),(1,1,3,'Fehler 404','Seite wurde nicht gefunden','','seite-nicht-gefunden'),(1,2,1,'404 error','This page cannot be found','','page-not-found'),(1,2,2,'404 klaida','Šis puslapis nerastas','','puslapis-nerastas'),(1,2,3,'Fehler 404','Seite wurde nicht gefunden','','seite-nicht-gefunden'),(2,1,1,'Best sales','Our best sales','','best-sales'),(2,1,2,'Perkamiausios prekės','Mūsų perkamiausios prekės','','perkamiausios-prekes'),(2,1,3,'Verkaufshits','Verkaufshits','','verkaufshits'),(2,2,1,'Best sales','Our best sales','','best-sales'),(2,2,2,'Perkamiausios prekės','Mūsų perkamiausios prekės','','perkamiausios-prekes'),(2,2,3,'Verkaufshits','Verkaufshits','','verkaufshits'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(3,1,2,'Susisiekite su mumis','Naudokite formą norėdami su mumis susisiekti','','susisiekite-su-mumis'),(3,1,3,'Kontakt','Nutzen Sie unser Kontaktformular','','kontakt'),(3,2,1,'Contact us','Use our form to contact us','','contact-us'),(3,2,2,'Susisiekite su mumis','Naudokite formą norėdami su mumis susisiekti','','susisiekite-su-mumis'),(3,2,3,'Kontakt','Nutzen Sie unser Kontaktformular','','kontakt'),(4,1,1,'','Shop powered by PrestaShop','',''),(4,1,2,'','Parduotuvė sukurta naudojant PrestaShop','',''),(4,1,3,'','Powered by PrestaShop','',''),(4,2,1,'','Shop powered by PrestaShop','',''),(4,2,2,'','Parduotuvė sukurta naudojant PrestaShop','',''),(4,2,3,'','Powered by PrestaShop','',''),(5,1,1,'Brands','Brands list','','brands'),(5,1,2,'Brands','Brands list','','brands'),(5,1,3,'Brands','Brands list','','brands'),(5,2,1,'Brands','Brands list','','brands'),(5,2,2,'Brands','Brands list','','brands'),(5,2,3,'Brands','Brands list','','brands'),(6,1,1,'New products','Our new products','','new-products'),(6,1,2,'Naujos prekės','Mūsų naujos prekės','','naujos-prekes'),(6,1,3,'Neue Artikel','Neue Artikel','','neue-artikel'),(6,2,1,'New products','Our new products','','new-products'),(6,2,2,'Naujos prekės','Mūsų naujos prekės','','naujos-prekes'),(6,2,3,'Neue Artikel','Neue Artikel','','neue-artikel'),(7,1,1,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,1,2,'Pamiršote slatapžodį','Įveskite elektroninio pašto adresą, kurį naudojate prisijungdami, kad gautumėte elektroninį laišką su nauju slaptažodžiu','','slaptazodzio-atkurimas'),(7,1,3,'Passwort vergessen?','Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.','','passwort-zuruecksetzen'),(7,2,1,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,2,2,'Pamiršote slatapžodį','Įveskite elektroninio pašto adresą, kurį naudojate prisijungdami, kad gautumėte elektroninį laišką su nauju slaptažodžiu','','slaptazodzio-atkurimas'),(7,2,3,'Passwort vergessen?','Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.','','passwort-zuruecksetzen'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(8,1,2,'Sumažinta kaina','Our special products','','sumazinta-kaina'),(8,1,3,'Angebote','Our special products','','angebote'),(8,2,1,'Prices drop','Our special products','','prices-drop'),(8,2,2,'Sumažinta kaina','Our special products','','sumazinta-kaina'),(8,2,3,'Angebote','Our special products','','angebote'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,1,2,'Svetainės žemėlapis','Dingo? Pabandykite ieškoti dar kartą','','svetaines-zemelapis'),(9,1,3,'Sitemap','Wissen Sie nicht weiter? Vielleicht finden Sie es hier','','Sitemap'),(9,2,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,2,2,'Svetainės žemėlapis','Dingo? Pabandykite ieškoti dar kartą','','svetaines-zemelapis'),(9,2,3,'Sitemap','Wissen Sie nicht weiter? Vielleicht finden Sie es hier','','Sitemap'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(10,1,2,'Tiekėjai','Tiekėjų sąrašas','','tiekejas'),(10,1,3,'Lieferanten','Lieferanten-Liste','','lieferant'),(10,2,1,'Suppliers','Suppliers list','','supplier'),(10,2,2,'Tiekėjai','Tiekėjų sąrašas','','tiekejas'),(10,2,3,'Lieferanten','Lieferanten-Liste','','lieferant'),(11,1,1,'Address','','','address'),(11,1,2,'Adresas','','','adresas'),(11,1,3,'Straße','','','adresse'),(11,2,1,'Address','','','address'),(11,2,2,'Adresas','','','adresas'),(11,2,3,'Straße','','','adresse'),(12,1,1,'Addresses','','','addresses'),(12,1,2,'Adresai','','','adresai'),(12,1,3,'Adressen','','','adressen'),(12,2,1,'Addresses','','','addresses'),(12,2,2,'Adresai','','','adresai'),(12,2,3,'Adressen','','','adressen'),(13,1,1,'Login','','','login'),(13,1,2,'Prisijungimas','','','prisijungimas'),(13,1,3,'Anmelden','','','anmeldung'),(13,2,1,'Login','','','login'),(13,2,2,'Prisijungimas','','','prisijungimas'),(13,2,3,'Anmelden','','','anmeldung'),(14,1,1,'Cart','','','cart'),(14,1,2,'Krepšelis','','','krepselis'),(14,1,3,'Warenkorb','','','warenkorb'),(14,2,1,'Cart','','','cart'),(14,2,2,'Krepšelis','','','krepselis'),(14,2,3,'Warenkorb','','','warenkorb'),(15,1,1,'Discount','','','discount'),(15,1,2,'Nuolaida','','','nuolaida'),(15,1,3,'Rabatt','','','Rabatt'),(15,2,1,'Discount','','','discount'),(15,2,2,'Nuolaida','','','nuolaida'),(15,2,3,'Rabatt','','','Rabatt'),(16,1,1,'Order history','','','order-history'),(16,1,2,'Užsakymų istorija','','','uzsakymo-istorija'),(16,1,3,'Bestellverlauf','','','bestellungsverlauf'),(16,2,1,'Order history','','','order-history'),(16,2,2,'Užsakymų istorija','','','uzsakymo-istorija'),(16,2,3,'Bestellverlauf','','','bestellungsverlauf'),(17,1,1,'Identity','','','identity'),(17,1,2,'Asmeninė informacija','','','asmenine-informacija'),(17,1,3,'Profil','','','profil'),(17,2,1,'Identity','','','identity'),(17,2,2,'Asmeninė informacija','','','asmenine-informacija'),(17,2,3,'Profil','','','profil'),(18,1,1,'My account','','','my-account'),(18,1,2,'Mano paskyra','','','mano-paskyra'),(18,1,3,'Ihr Kundenbereich','','','mein-Konto'),(18,2,1,'My account','','','my-account'),(18,2,2,'Mano paskyra','','','mano-paskyra'),(18,2,3,'Ihr Kundenbereich','','','mein-Konto'),(19,1,1,'Order follow','','','order-follow'),(19,1,2,'Prekių grąžinimas','','','uzsakymo-sekimas'),(19,1,3,'Bestellung verfolgen','','','bestellverfolgung'),(19,2,1,'Order follow','','','order-follow'),(19,2,2,'Prekių grąžinimas','','','uzsakymo-sekimas'),(19,2,3,'Bestellung verfolgen','','','bestellverfolgung'),(20,1,1,'Credit slip','','','credit-slip'),(20,1,2,'Grąžinimo kvitas','','','kredito-kvitas'),(20,1,3,'Rechnungskorrektur','','','bestellschein'),(20,2,1,'Credit slip','','','credit-slip'),(20,2,2,'Grąžinimo kvitas','','','kredito-kvitas'),(20,2,3,'Rechnungskorrektur','','','bestellschein'),(21,1,1,'Order','','','order'),(21,1,2,'Užsakymas','','','uzsakymas'),(21,1,3,'Bestellung','','','Bestellung'),(21,2,1,'Order','','','order'),(21,2,2,'Užsakymas','','','uzsakymas'),(21,2,3,'Bestellung','','','Bestellung'),(22,1,1,'Search','','','search'),(22,1,2,'Paieška','','','paieska'),(22,1,3,'Suche','','','suche'),(22,2,1,'Search','','','search'),(22,2,2,'Paieška','','','paieska'),(22,2,3,'Suche','','','suche'),(23,1,1,'Stores','','','stores'),(23,1,2,'Parduotuvės','','','parduotuves'),(23,1,3,'Shops','','','shops'),(23,2,1,'Stores','','','stores'),(23,2,2,'Parduotuvės','','','parduotuves'),(23,2,3,'Shops','','','shops'),(24,1,1,'Guest tracking','','','guest-tracking'),(24,1,2,'Svečio paskyra','','','svecio-paskyra'),(24,1,3,'Auftragsverfolgung Gast','','','auftragsverfolgung-gast'),(24,2,1,'Guest tracking','','','guest-tracking'),(24,2,2,'Svečio paskyra','','','svecio-paskyra'),(24,2,3,'Auftragsverfolgung Gast','','','auftragsverfolgung-gast'),(25,1,1,'Order confirmation','','','order-confirmation'),(25,1,2,'Užsakymo patvirtinimas','','','uzsakymo-patvirtinimas'),(25,1,3,'Bestellbestätigung','','','bestellbestatigung'),(25,2,1,'Order confirmation','','','order-confirmation'),(25,2,2,'Užsakymo patvirtinimas','','','uzsakymo-patvirtinimas'),(25,2,3,'Bestellbestätigung','','','bestellbestatigung'),(34,1,1,'','','',''),(34,1,2,'','','',''),(34,1,3,'','','',''),(34,2,1,'','','',''),(34,2,2,'','','',''),(34,2,3,'','','',''),(35,1,1,'','','',''),(35,1,2,'','','',''),(35,1,3,'','','',''),(35,2,1,'','','',''),(35,2,2,'','','',''),(35,2,3,'','','',''),(36,1,1,'','','',''),(36,1,2,'','','',''),(36,1,3,'','','',''),(36,2,1,'','','',''),(36,2,2,'','','',''),(36,2,3,'','','',''),(37,1,1,'','','',''),(37,1,2,'','','',''),(37,1,3,'','','',''),(37,2,1,'','','',''),(37,2,2,'','','',''),(37,2,3,'','','',''),(38,1,1,'','','',''),(38,1,2,'','','',''),(38,1,3,'','','',''),(38,2,1,'','','',''),(38,2,2,'','','',''),(38,2,3,'','','',''),(39,1,1,'','','',''),(39,1,2,'','','',''),(39,1,3,'','','',''),(39,2,1,'','','',''),(39,2,2,'','','',''),(39,2,3,'','','',''),(40,1,1,'','','',''),(40,1,2,'','','',''),(40,1,3,'','','',''),(40,2,1,'','','',''),(40,2,2,'','','',''),(40,2,3,'','','',''),(41,1,1,'','','',''),(41,1,2,'','','',''),(41,1,3,'','','',''),(41,2,1,'','','',''),(41,2,2,'','','',''),(41,2,3,'','','',''),(42,1,1,'','','',''),(42,1,2,'','','',''),(42,1,3,'','','',''),(42,2,1,'','','',''),(42,2,2,'','','',''),(42,2,3,'','','',''),(43,1,1,'','','',''),(43,1,2,'','','',''),(43,1,3,'','','',''),(43,2,1,'','','',''),(43,2,2,'','','',''),(43,2,3,'','','',''),(44,1,1,'','','',''),(44,1,2,'','','',''),(44,1,3,'','','',''),(44,2,1,'','','',''),(44,2,2,'','','',''),(44,2,3,'','','',''),(45,1,1,'','','',''),(45,1,2,'','','',''),(45,1,3,'','','',''),(45,2,1,'','','',''),(45,2,2,'','','',''),(45,2,3,'','','',''),(46,1,1,'','','',''),(46,1,2,'','','',''),(46,1,3,'','','',''),(46,2,1,'','','',''),(46,2,2,'','','',''),(46,2,3,'','','',''),(47,1,1,'','','',''),(47,1,2,'','','',''),(47,1,3,'','','',''),(47,2,1,'','','',''),(47,2,2,'','','',''),(47,2,3,'','','',''); -/*!40000 ALTER TABLE `ps_meta_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module` --- - -DROP TABLE IF EXISTS `ps_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module` ( - `id_module` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `version` varchar(8) NOT NULL, - PRIMARY KEY (`id_module`), - UNIQUE KEY `name_UNIQUE` (`name`), - KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=76 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module` --- - -LOCK TABLES `ps_module` WRITE; -/*!40000 ALTER TABLE `ps_module` DISABLE KEYS */; -INSERT INTO `ps_module` VALUES (1,'contactform',1,'4.3.0'),(2,'dashactivity',1,'2.0.2'),(3,'dashgoals',1,'2.0.2'),(4,'dashproducts',1,'2.1.1'),(5,'dashtrends',1,'2.0.3'),(6,'graphnvd3',1,'2.0.1'),(7,'gridhtml',1,'2.0.1'),(8,'gsitemap',1,'4.2.0'),(9,'pagesnotfound',1,'2.0.0'),(10,'productcomments',1,'4.2.2'),(11,'ps_banner',1,'2.1.1'),(12,'ps_categorytree',1,'2.0.2'),(13,'ps_checkpayment',1,'2.0.5'),(14,'ps_contactinfo',1,'3.3.0'),(15,'ps_crossselling',1,'2.0.1'),(16,'ps_currencyselector',1,'2.0.1'),(17,'ps_customeraccountlinks',1,'3.1.1'),(18,'ps_customersignin',1,'2.0.4'),(19,'ps_customtext',1,'4.1.1'),(20,'ps_dataprivacy',1,'2.0.1'),(21,'ps_emailsubscription',1,'2.7.0'),(23,'ps_faviconnotificationbo',1,'2.1.0'),(24,'ps_featuredproducts',1,'2.1.0'),(25,'ps_imageslider',1,'3.1.0'),(26,'ps_languageselector',1,'2.1.0'),(27,'ps_linklist',1,'4.0.0'),(28,'ps_mainmenu',1,'2.3.0'),(29,'ps_searchbar',1,'2.0.2'),(30,'ps_sharebuttons',1,'2.1.1'),(31,'ps_shoppingcart',1,'2.0.4'),(32,'ps_socialfollow',1,'2.2.0'),(33,'ps_themecusto',1,'1.2.1'),(34,'ps_wirepayment',1,'2.1.0'),(35,'sekeywords',1,'2.0.0'),(36,'statsbestcategories',1,'2.0.0'),(37,'statsbestcustomers',1,'2.0.2'),(38,'statsbestproducts',1,'2.0.0'),(39,'statsbestsuppliers',1,'2.0.0'),(40,'statsbestvouchers',1,'2.0.0'),(41,'statscarrier',1,'2.0.0'),(42,'statscatalog',1,'2.0.1'),(43,'statscheckup',1,'2.0.1'),(44,'statsdata',1,'2.1.0'),(45,'statsequipment',1,'2.0.0'),(46,'statsforecast',1,'2.0.3'),(47,'statslive',1,'2.1.0'),(48,'statsnewsletter',1,'2.0.2'),(49,'statsorigin',1,'2.0.2'),(50,'statspersonalinfos',1,'2.0.3'),(51,'statsproduct',1,'2.0.3'),(52,'statsregistrations',1,'2.0.0'),(53,'statssales',1,'2.0.0'),(54,'statssearch',1,'2.0.1'),(55,'statsstock',1,'2.0.0'),(56,'statsvisits',1,'2.0.3'),(57,'welcome',1,'6.0.6'),(58,'gamification',1,'2.3.2'),(59,'psaddonsconnect',1,'2.1.2'),(60,'psgdpr',1,'1.2.1'),(61,'ps_mbo',1,'2.0.1'),(62,'ps_buybuttonlite',1,'1.0.1'),(63,'ps_metrics',1,'2.7.0'),(64,'ps_facebook',1,'1.14.0'),(65,'psxmarketingwithgoogle',1,'1.11.0'),(66,'blockreassurance',1,'5.0.0'),(67,'ps_facetedsearch',1,'3.7.1'); -/*!40000 ALTER TABLE `ps_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_access` --- - -DROP TABLE IF EXISTS `ps_module_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_access` ( - `id_profile` int(10) unsigned NOT NULL, - `id_authorization_role` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_profile`,`id_authorization_role`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_access` --- - -LOCK TABLES `ps_module_access` WRITE; -/*!40000 ALTER TABLE `ps_module_access` DISABLE KEYS */; -INSERT INTO `ps_module_access` VALUES (1,481),(1,482),(1,483),(1,484),(1,485),(1,486),(1,487),(1,488),(1,493),(1,494),(1,495),(1,496),(1,497),(1,498),(1,499),(1,500),(1,501),(1,502),(1,503),(1,504),(1,505),(1,506),(1,507),(1,508),(1,509),(1,510),(1,511),(1,512),(1,513),(1,514),(1,515),(1,516),(1,517),(1,518),(1,519),(1,520),(1,521),(1,522),(1,523),(1,524),(1,525),(1,526),(1,527),(1,528),(1,529),(1,530),(1,531),(1,532),(1,533),(1,534),(1,535),(1,536),(1,537),(1,538),(1,539),(1,540),(1,541),(1,542),(1,543),(1,544),(1,545),(1,546),(1,547),(1,548),(1,549),(1,550),(1,551),(1,552),(1,553),(1,554),(1,555),(1,556),(1,557),(1,558),(1,559),(1,560),(1,561),(1,562),(1,563),(1,564),(1,565),(1,566),(1,567),(1,568),(1,573),(1,574),(1,575),(1,576),(1,581),(1,582),(1,583),(1,584),(1,585),(1,586),(1,587),(1,588),(1,589),(1,590),(1,591),(1,592),(1,593),(1,594),(1,595),(1,596),(1,597),(1,598),(1,599),(1,600),(1,601),(1,602),(1,603),(1,604),(1,605),(1,606),(1,607),(1,608),(1,609),(1,610),(1,611),(1,612),(1,613),(1,614),(1,615),(1,616),(1,617),(1,618),(1,619),(1,620),(1,633),(1,634),(1,635),(1,636),(1,637),(1,638),(1,639),(1,640),(1,641),(1,642),(1,643),(1,644),(1,645),(1,646),(1,647),(1,648),(1,649),(1,650),(1,651),(1,652),(1,653),(1,654),(1,655),(1,656),(1,657),(1,658),(1,659),(1,660),(1,661),(1,662),(1,663),(1,664),(1,665),(1,666),(1,667),(1,668),(1,669),(1,670),(1,671),(1,672),(1,673),(1,674),(1,675),(1,676),(1,677),(1,678),(1,679),(1,680),(1,681),(1,682),(1,683),(1,684),(1,685),(1,686),(1,687),(1,688),(1,689),(1,690),(1,691),(1,692),(1,693),(1,694),(1,695),(1,696),(1,697),(1,698),(1,699),(1,700),(1,701),(1,702),(1,703),(1,704),(1,705),(1,706),(1,707),(1,708),(1,709),(1,710),(1,711),(1,712),(1,713),(1,714),(1,715),(1,716),(1,717),(1,718),(1,719),(1,720),(1,721),(1,722),(1,723),(1,724),(1,725),(1,726),(1,727),(1,728),(1,737),(1,738),(1,739),(1,740),(1,741),(1,742),(1,743),(1,744),(1,745),(1,746),(1,747),(1,748),(1,757),(1,758),(1,759),(1,760),(1,777),(1,778),(1,779),(1,780),(1,785),(1,786),(1,787),(1,788),(1,837),(1,838),(1,839),(1,840),(1,849),(1,850),(1,851),(1,852),(1,853),(1,854),(1,855),(1,856),(1,861),(1,862),(1,863),(1,864); -/*!40000 ALTER TABLE `ps_module_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_carrier` --- - -DROP TABLE IF EXISTS `ps_module_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_carrier` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_reference` int(11) NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_reference`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_carrier` --- - -LOCK TABLES `ps_module_carrier` WRITE; -/*!40000 ALTER TABLE `ps_module_carrier` DISABLE KEYS */; -INSERT INTO `ps_module_carrier` VALUES (13,1,1),(13,1,2),(13,1,3),(13,1,4),(34,1,1),(34,1,2),(34,1,3),(34,1,4); -/*!40000 ALTER TABLE `ps_module_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_country` --- - -DROP TABLE IF EXISTS `ps_module_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_country` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_country` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_country` --- - -LOCK TABLES `ps_module_country` WRITE; -/*!40000 ALTER TABLE `ps_module_country` DISABLE KEYS */; -INSERT INTO `ps_module_country` VALUES (13,1,1),(13,1,2),(13,1,3),(13,1,4),(13,1,5),(13,1,6),(13,1,7),(13,1,8),(13,1,9),(13,1,10),(13,1,11),(13,1,12),(13,1,13),(13,1,14),(13,1,15),(13,1,16),(13,1,17),(13,1,18),(13,1,19),(13,1,20),(13,1,21),(13,1,22),(13,1,23),(13,1,24),(13,1,25),(13,1,26),(13,1,27),(13,1,28),(13,1,29),(13,1,30),(13,1,31),(13,1,32),(13,1,33),(13,1,34),(13,1,35),(13,1,36),(13,1,37),(13,1,38),(13,1,39),(13,1,40),(13,1,41),(13,1,42),(13,1,43),(13,1,44),(13,1,45),(13,1,46),(13,1,47),(13,1,48),(13,1,49),(13,1,50),(13,1,51),(13,1,52),(13,1,53),(13,1,54),(13,1,55),(13,1,56),(13,1,57),(13,1,58),(13,1,59),(13,1,60),(13,1,61),(13,1,62),(13,1,63),(13,1,64),(13,1,65),(13,1,66),(13,1,67),(13,1,68),(13,1,69),(13,1,70),(13,1,71),(13,1,72),(13,1,73),(13,1,74),(13,1,75),(13,1,76),(13,1,77),(13,1,78),(13,1,79),(13,1,80),(13,1,81),(13,1,82),(13,1,83),(13,1,84),(13,1,85),(13,1,86),(13,1,87),(13,1,88),(13,1,89),(13,1,90),(13,1,91),(13,1,92),(13,1,93),(13,1,94),(13,1,95),(13,1,96),(13,1,97),(13,1,98),(13,1,99),(13,1,100),(13,1,101),(13,1,102),(13,1,103),(13,1,104),(13,1,105),(13,1,106),(13,1,107),(13,1,108),(13,1,109),(13,1,110),(13,1,111),(13,1,112),(13,1,113),(13,1,114),(13,1,115),(13,1,116),(13,1,117),(13,1,118),(13,1,119),(13,1,120),(13,1,121),(13,1,122),(13,1,123),(13,1,124),(13,1,125),(13,1,126),(13,1,127),(13,1,128),(13,1,129),(13,1,130),(13,1,131),(13,1,132),(13,1,133),(13,1,134),(13,1,135),(13,1,136),(13,1,137),(13,1,138),(13,1,139),(13,1,140),(13,1,141),(13,1,142),(13,1,143),(13,1,144),(13,1,145),(13,1,146),(13,1,147),(13,1,148),(13,1,149),(13,1,150),(13,1,151),(13,1,152),(13,1,153),(13,1,154),(13,1,155),(13,1,156),(13,1,157),(13,1,158),(13,1,159),(13,1,160),(13,1,161),(13,1,162),(13,1,163),(13,1,164),(13,1,165),(13,1,166),(13,1,167),(13,1,168),(13,1,169),(13,1,170),(13,1,171),(13,1,172),(13,1,173),(13,1,174),(13,1,175),(13,1,176),(13,1,177),(13,1,178),(13,1,179),(13,1,180),(13,1,181),(13,1,182),(13,1,183),(13,1,184),(13,1,185),(13,1,186),(13,1,187),(13,1,188),(13,1,189),(13,1,190),(13,1,191),(13,1,192),(13,1,193),(13,1,194),(13,1,195),(13,1,196),(13,1,197),(13,1,198),(13,1,199),(13,1,200),(13,1,201),(13,1,202),(13,1,203),(13,1,204),(13,1,205),(13,1,206),(13,1,207),(13,1,208),(13,1,209),(13,1,210),(13,1,211),(13,1,212),(13,1,213),(13,1,214),(13,1,215),(13,1,216),(13,1,217),(13,1,218),(13,1,219),(13,1,220),(13,1,221),(13,1,222),(13,1,223),(13,1,224),(13,1,225),(13,1,226),(13,1,227),(13,1,228),(13,1,229),(13,1,230),(13,1,231),(13,1,232),(13,1,233),(13,1,234),(13,1,235),(13,1,236),(13,1,237),(13,1,238),(13,1,239),(13,1,240),(13,1,241),(13,1,242),(13,1,243),(13,1,244),(13,2,131),(34,1,1),(34,1,2),(34,1,3),(34,1,4),(34,1,5),(34,1,6),(34,1,7),(34,1,8),(34,1,9),(34,1,10),(34,1,11),(34,1,12),(34,1,13),(34,1,14),(34,1,15),(34,1,16),(34,1,17),(34,1,18),(34,1,19),(34,1,20),(34,1,21),(34,1,22),(34,1,23),(34,1,24),(34,1,25),(34,1,26),(34,1,27),(34,1,28),(34,1,29),(34,1,30),(34,1,31),(34,1,32),(34,1,33),(34,1,34),(34,1,35),(34,1,36),(34,1,37),(34,1,38),(34,1,39),(34,1,40),(34,1,41),(34,1,42),(34,1,43),(34,1,44),(34,1,45),(34,1,46),(34,1,47),(34,1,48),(34,1,49),(34,1,50),(34,1,51),(34,1,52),(34,1,53),(34,1,54),(34,1,55),(34,1,56),(34,1,57),(34,1,58),(34,1,59),(34,1,60),(34,1,61),(34,1,62),(34,1,63),(34,1,64),(34,1,65),(34,1,66),(34,1,67),(34,1,68),(34,1,69),(34,1,70),(34,1,71),(34,1,72),(34,1,73),(34,1,74),(34,1,75),(34,1,76),(34,1,77),(34,1,78),(34,1,79),(34,1,80),(34,1,81),(34,1,82),(34,1,83),(34,1,84),(34,1,85),(34,1,86),(34,1,87),(34,1,88),(34,1,89),(34,1,90),(34,1,91),(34,1,92),(34,1,93),(34,1,94),(34,1,95),(34,1,96),(34,1,97),(34,1,98),(34,1,99),(34,1,100),(34,1,101),(34,1,102),(34,1,103),(34,1,104),(34,1,105),(34,1,106),(34,1,107),(34,1,108),(34,1,109),(34,1,110),(34,1,111),(34,1,112),(34,1,113),(34,1,114),(34,1,115),(34,1,116),(34,1,117),(34,1,118),(34,1,119),(34,1,120),(34,1,121),(34,1,122),(34,1,123),(34,1,124),(34,1,125),(34,1,126),(34,1,127),(34,1,128),(34,1,129),(34,1,130),(34,1,131),(34,1,132),(34,1,133),(34,1,134),(34,1,135),(34,1,136),(34,1,137),(34,1,138),(34,1,139),(34,1,140),(34,1,141),(34,1,142),(34,1,143),(34,1,144),(34,1,145),(34,1,146),(34,1,147),(34,1,148),(34,1,149),(34,1,150),(34,1,151),(34,1,152),(34,1,153),(34,1,154),(34,1,155),(34,1,156),(34,1,157),(34,1,158),(34,1,159),(34,1,160),(34,1,161),(34,1,162),(34,1,163),(34,1,164),(34,1,165),(34,1,166),(34,1,167),(34,1,168),(34,1,169),(34,1,170),(34,1,171),(34,1,172),(34,1,173),(34,1,174),(34,1,175),(34,1,176),(34,1,177),(34,1,178),(34,1,179),(34,1,180),(34,1,181),(34,1,182),(34,1,183),(34,1,184),(34,1,185),(34,1,186),(34,1,187),(34,1,188),(34,1,189),(34,1,190),(34,1,191),(34,1,192),(34,1,193),(34,1,194),(34,1,195),(34,1,196),(34,1,197),(34,1,198),(34,1,199),(34,1,200),(34,1,201),(34,1,202),(34,1,203),(34,1,204),(34,1,205),(34,1,206),(34,1,207),(34,1,208),(34,1,209),(34,1,210),(34,1,211),(34,1,212),(34,1,213),(34,1,214),(34,1,215),(34,1,216),(34,1,217),(34,1,218),(34,1,219),(34,1,220),(34,1,221),(34,1,222),(34,1,223),(34,1,224),(34,1,225),(34,1,226),(34,1,227),(34,1,228),(34,1,229),(34,1,230),(34,1,231),(34,1,232),(34,1,233),(34,1,234),(34,1,235),(34,1,236),(34,1,237),(34,1,238),(34,1,239),(34,1,240),(34,1,241),(34,1,242),(34,1,243),(34,1,244),(34,2,131); -/*!40000 ALTER TABLE `ps_module_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_currency` --- - -DROP TABLE IF EXISTS `ps_module_currency`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_currency` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_currency` int(11) NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), - KEY `id_module` (`id_module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_currency` --- - -LOCK TABLES `ps_module_currency` WRITE; -/*!40000 ALTER TABLE `ps_module_currency` DISABLE KEYS */; -INSERT INTO `ps_module_currency` VALUES (13,1,1),(13,2,1),(34,1,1),(34,2,1); -/*!40000 ALTER TABLE `ps_module_currency` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_group` --- - -DROP TABLE IF EXISTS `ps_module_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_group` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_group` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_group` --- - -LOCK TABLES `ps_module_group` WRITE; -/*!40000 ALTER TABLE `ps_module_group` DISABLE KEYS */; -INSERT INTO `ps_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(1,2,1),(1,2,2),(1,2,3),(2,1,1),(2,1,2),(2,1,3),(2,2,1),(2,2,2),(2,2,3),(3,1,1),(3,1,2),(3,1,3),(3,2,1),(3,2,2),(3,2,3),(4,1,1),(4,1,2),(4,1,3),(4,2,1),(4,2,2),(4,2,3),(5,1,1),(5,1,2),(5,1,3),(5,2,1),(5,2,2),(5,2,3),(6,1,1),(6,1,2),(6,1,3),(6,2,1),(6,2,2),(6,2,3),(7,1,1),(7,1,2),(7,1,3),(7,2,1),(7,2,2),(7,2,3),(8,1,1),(8,1,2),(8,1,3),(8,2,1),(8,2,2),(8,2,3),(9,1,1),(9,1,2),(9,1,3),(9,2,1),(9,2,2),(9,2,3),(10,1,1),(10,1,2),(10,1,3),(10,2,1),(10,2,2),(10,2,3),(11,1,1),(11,1,2),(11,1,3),(11,2,1),(11,2,2),(11,2,3),(12,1,1),(12,1,2),(12,1,3),(12,2,1),(12,2,2),(12,2,3),(13,1,1),(13,1,2),(13,1,3),(13,2,1),(13,2,2),(13,2,3),(14,1,1),(14,1,2),(14,1,3),(14,2,1),(14,2,2),(14,2,3),(15,1,1),(15,1,2),(15,1,3),(15,2,1),(15,2,2),(15,2,3),(16,1,1),(16,1,2),(16,1,3),(16,2,1),(16,2,2),(16,2,3),(17,1,1),(17,1,2),(17,1,3),(17,2,1),(17,2,2),(17,2,3),(18,1,1),(18,1,2),(18,1,3),(18,2,1),(18,2,2),(18,2,3),(19,1,1),(19,1,2),(19,1,3),(19,2,1),(19,2,2),(19,2,3),(20,1,1),(20,1,2),(20,1,3),(20,2,1),(20,2,2),(20,2,3),(21,1,1),(21,1,2),(21,1,3),(21,2,1),(21,2,2),(21,2,3),(23,1,1),(23,1,2),(23,1,3),(23,2,1),(23,2,2),(23,2,3),(24,1,1),(24,1,2),(24,1,3),(24,2,1),(24,2,2),(24,2,3),(25,1,1),(25,1,2),(25,1,3),(25,2,1),(25,2,2),(25,2,3),(26,1,1),(26,1,2),(26,1,3),(26,2,1),(26,2,2),(26,2,3),(27,1,1),(27,1,2),(27,1,3),(27,2,1),(27,2,2),(27,2,3),(28,1,1),(28,1,2),(28,1,3),(28,2,1),(28,2,2),(28,2,3),(29,1,1),(29,1,2),(29,1,3),(29,2,1),(29,2,2),(29,2,3),(30,1,1),(30,1,2),(30,1,3),(30,2,1),(30,2,2),(30,2,3),(31,1,1),(31,1,2),(31,1,3),(31,2,1),(31,2,2),(31,2,3),(32,1,1),(32,1,2),(32,1,3),(32,2,1),(32,2,2),(32,2,3),(33,1,1),(33,1,2),(33,1,3),(33,2,1),(33,2,2),(33,2,3),(34,1,1),(34,1,2),(34,1,3),(34,2,1),(34,2,2),(34,2,3),(35,1,1),(35,1,2),(35,1,3),(35,2,1),(35,2,2),(35,2,3),(36,1,1),(36,1,2),(36,1,3),(36,2,1),(36,2,2),(36,2,3),(37,1,1),(37,1,2),(37,1,3),(37,2,1),(37,2,2),(37,2,3),(38,1,1),(38,1,2),(38,1,3),(38,2,1),(38,2,2),(38,2,3),(39,1,1),(39,1,2),(39,1,3),(39,2,1),(39,2,2),(39,2,3),(40,1,1),(40,1,2),(40,1,3),(40,2,1),(40,2,2),(40,2,3),(41,1,1),(41,1,2),(41,1,3),(41,2,1),(41,2,2),(41,2,3),(42,1,1),(42,1,2),(42,1,3),(42,2,1),(42,2,2),(42,2,3),(43,1,1),(43,1,2),(43,1,3),(43,2,1),(43,2,2),(43,2,3),(44,1,1),(44,1,2),(44,1,3),(44,2,1),(44,2,2),(44,2,3),(45,1,1),(45,1,2),(45,1,3),(45,2,1),(45,2,2),(45,2,3),(46,1,1),(46,1,2),(46,1,3),(46,2,1),(46,2,2),(46,2,3),(47,1,1),(47,1,2),(47,1,3),(47,2,1),(47,2,2),(47,2,3),(48,1,1),(48,1,2),(48,1,3),(48,2,1),(48,2,2),(48,2,3),(49,1,1),(49,1,2),(49,1,3),(49,2,1),(49,2,2),(49,2,3),(50,1,1),(50,1,2),(50,1,3),(50,2,1),(50,2,2),(50,2,3),(51,1,1),(51,1,2),(51,1,3),(51,2,1),(51,2,2),(51,2,3),(52,1,1),(52,1,2),(52,1,3),(52,2,1),(52,2,2),(52,2,3),(53,1,1),(53,1,2),(53,1,3),(53,2,1),(53,2,2),(53,2,3),(54,1,1),(54,1,2),(54,1,3),(54,2,1),(54,2,2),(54,2,3),(55,1,1),(55,1,2),(55,1,3),(55,2,1),(55,2,2),(55,2,3),(56,1,1),(56,1,2),(56,1,3),(56,2,1),(56,2,2),(56,2,3),(57,1,1),(57,1,2),(57,1,3),(57,2,1),(57,2,2),(57,2,3),(58,1,1),(58,1,2),(58,1,3),(58,2,1),(58,2,2),(58,2,3),(59,1,1),(59,1,2),(59,1,3),(59,2,1),(59,2,2),(59,2,3),(60,1,1),(60,1,2),(60,1,3),(60,2,1),(60,2,2),(60,2,3),(61,1,1),(61,1,2),(61,1,3),(61,2,1),(61,2,2),(61,2,3),(62,1,1),(62,1,2),(62,1,3),(62,2,1),(62,2,2),(62,2,3),(63,1,1),(63,1,2),(63,1,3),(63,2,1),(63,2,2),(63,2,3),(64,1,1),(64,1,2),(64,1,3),(64,2,1),(64,2,2),(64,2,3),(65,1,1),(65,1,2),(65,1,3),(65,2,1),(65,2,2),(65,2,3),(66,1,1),(66,1,2),(66,1,3),(66,2,1),(66,2,2),(66,2,3),(67,1,1),(67,1,2),(67,1,3),(67,2,1),(67,2,2),(67,2,3); -/*!40000 ALTER TABLE `ps_module_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_history` --- - -DROP TABLE IF EXISTS `ps_module_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_history` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `id_employee` int(11) NOT NULL, - `id_module` int(11) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_history` --- - -LOCK TABLES `ps_module_history` WRITE; -/*!40000 ALTER TABLE `ps_module_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_module_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_preference` --- - -DROP TABLE IF EXISTS `ps_module_preference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_preference` ( - `id_module_preference` int(11) NOT NULL AUTO_INCREMENT, - `id_employee` int(11) NOT NULL, - `module` varchar(191) NOT NULL, - `interest` tinyint(1) DEFAULT NULL, - `favorite` tinyint(1) DEFAULT NULL, - PRIMARY KEY (`id_module_preference`), - UNIQUE KEY `employee_module` (`id_employee`,`module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_preference` --- - -LOCK TABLES `ps_module_preference` WRITE; -/*!40000 ALTER TABLE `ps_module_preference` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_module_preference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_shop` --- - -DROP TABLE IF EXISTS `ps_module_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_shop` ( - `id_module` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `enable_device` tinyint(1) NOT NULL DEFAULT '7', - PRIMARY KEY (`id_module`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_shop` --- - -LOCK TABLES `ps_module_shop` WRITE; -/*!40000 ALTER TABLE `ps_module_shop` DISABLE KEYS */; -INSERT INTO `ps_module_shop` VALUES (1,1,7),(1,2,7),(2,1,7),(2,2,7),(3,1,7),(3,2,7),(4,1,7),(4,2,7),(5,1,7),(5,2,7),(6,1,7),(6,2,7),(7,1,7),(7,2,7),(8,1,7),(8,2,7),(9,1,7),(9,2,7),(10,1,7),(10,2,7),(11,1,3),(11,2,3),(12,1,7),(12,2,7),(13,1,7),(13,2,7),(14,1,7),(14,2,7),(15,1,7),(15,2,7),(16,1,7),(16,2,7),(17,1,7),(17,2,7),(18,1,7),(18,2,7),(19,1,7),(19,2,7),(20,1,7),(20,2,7),(21,1,7),(21,2,7),(23,1,7),(23,2,7),(24,1,7),(24,2,7),(25,1,3),(25,2,3),(26,1,7),(26,2,7),(27,1,7),(27,2,7),(28,1,7),(28,2,7),(29,1,7),(29,2,7),(30,1,7),(30,2,7),(31,1,7),(31,2,7),(32,1,7),(32,2,7),(33,1,7),(33,2,7),(34,1,7),(34,2,7),(35,1,7),(35,2,7),(36,1,7),(36,2,7),(37,1,7),(37,2,7),(38,1,7),(38,2,7),(39,1,7),(39,2,7),(40,1,7),(40,2,7),(41,1,7),(41,2,7),(42,1,7),(42,2,7),(43,1,7),(43,2,7),(44,1,7),(44,2,7),(45,1,7),(45,2,7),(46,1,7),(46,2,7),(47,1,7),(47,2,7),(48,1,7),(48,2,7),(49,1,7),(49,2,7),(50,1,7),(50,2,7),(51,1,7),(51,2,7),(52,1,7),(52,2,7),(53,1,7),(53,2,7),(54,1,7),(54,2,7),(55,1,7),(55,2,7),(56,1,7),(56,2,7),(57,1,7),(57,2,7),(58,1,7),(58,2,7),(59,1,7),(59,2,7),(60,1,7),(60,2,7),(61,1,7),(61,2,7),(62,1,7),(62,2,7),(63,1,7),(63,2,7),(64,1,7),(64,2,7),(65,1,7),(65,2,7),(66,1,7),(66,2,7),(67,1,7),(67,2,7); -/*!40000 ALTER TABLE `ps_module_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mollie_payments` --- - -DROP TABLE IF EXISTS `ps_mollie_payments`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mollie_payments` ( - `transaction_id` varchar(64) NOT NULL, - `cart_id` int(64) DEFAULT NULL, - `order_id` int(64) DEFAULT NULL, - `order_reference` varchar(191) DEFAULT NULL, - `method` varchar(128) NOT NULL, - `bank_status` varchar(64) NOT NULL, - `reason` varchar(64) DEFAULT NULL, - `created_at` datetime NOT NULL, - `updated_at` datetime DEFAULT NULL, - PRIMARY KEY (`transaction_id`), - KEY `cart_id` (`cart_id`,`order_reference`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mollie_payments` --- - -LOCK TABLES `ps_mollie_payments` WRITE; -/*!40000 ALTER TABLE `ps_mollie_payments` DISABLE KEYS */; -INSERT INTO `ps_mollie_payments` VALUES ('ord_w8q3jm',62,6,'mol_626230353380b7b1647326515','bancontact','paid',NULL,'2022-03-15 06:41:56','2022-03-15 06:42:05'); -/*!40000 ALTER TABLE `ps_mollie_payments` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_operating_system` --- - -DROP TABLE IF EXISTS `ps_operating_system`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_operating_system` ( - `id_operating_system` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) DEFAULT NULL, - PRIMARY KEY (`id_operating_system`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_operating_system` --- - -LOCK TABLES `ps_operating_system` WRITE; -/*!40000 ALTER TABLE `ps_operating_system` DISABLE KEYS */; -INSERT INTO `ps_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'Windows 8.1'),(6,'Windows 10'),(7,'MacOsX'),(8,'Linux'),(9,'Android'); -/*!40000 ALTER TABLE `ps_operating_system` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_carrier` --- - -DROP TABLE IF EXISTS `ps_order_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_carrier` ( - `id_order_carrier` int(11) NOT NULL AUTO_INCREMENT, - `id_order` int(11) unsigned NOT NULL, - `id_carrier` int(11) unsigned NOT NULL, - `id_order_invoice` int(11) unsigned DEFAULT NULL, - `weight` decimal(20,6) DEFAULT NULL, - `shipping_cost_tax_excl` decimal(20,6) DEFAULT NULL, - `shipping_cost_tax_incl` decimal(20,6) DEFAULT NULL, - `tracking_number` varchar(64) DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_carrier`), - KEY `id_order` (`id_order`), - KEY `id_carrier` (`id_carrier`), - KEY `id_order_invoice` (`id_order_invoice`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_carrier` --- - -LOCK TABLES `ps_order_carrier` WRITE; -/*!40000 ALTER TABLE `ps_order_carrier` DISABLE KEYS */; -INSERT INTO `ps_order_carrier` VALUES (1,1,2,0,0.000000,2.000000,2.000000,'','2022-01-27 14:25:29'),(2,2,2,0,0.000000,2.000000,2.000000,'','2022-01-27 14:25:29'),(3,3,2,0,0.000000,2.000000,2.000000,'','2022-01-27 14:25:29'),(4,4,2,0,0.000000,2.000000,2.000000,'','2022-01-27 14:25:29'),(5,5,2,0,0.000000,2.000000,2.000000,'','2022-01-27 14:25:29'),(6,6,1,1,0.300000,0.000000,0.000000,'','2022-03-15 08:42:00'); -/*!40000 ALTER TABLE `ps_order_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_cart_rule` --- - -DROP TABLE IF EXISTS `ps_order_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_cart_rule` ( - `id_order_cart_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_order` int(10) unsigned NOT NULL, - `id_cart_rule` int(10) unsigned NOT NULL, - `id_order_invoice` int(10) unsigned DEFAULT '0', - `name` varchar(254) NOT NULL, - `value` decimal(20,6) NOT NULL DEFAULT '0.000000', - `value_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `free_shipping` tinyint(1) NOT NULL DEFAULT '0', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_order_cart_rule`), - KEY `id_order` (`id_order`), - KEY `id_cart_rule` (`id_cart_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_cart_rule` --- - -LOCK TABLES `ps_order_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_order_cart_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_detail` --- - -DROP TABLE IF EXISTS `ps_order_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_detail` ( - `id_order_detail` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_order` int(10) unsigned NOT NULL, - `id_order_invoice` int(11) DEFAULT NULL, - `id_warehouse` int(10) unsigned DEFAULT '0', - `id_shop` int(11) unsigned NOT NULL, - `product_id` int(10) unsigned NOT NULL, - `product_attribute_id` int(10) unsigned DEFAULT NULL, - `id_customization` int(10) unsigned DEFAULT '0', - `product_name` varchar(255) NOT NULL, - `product_quantity` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity_in_stock` int(10) NOT NULL DEFAULT '0', - `product_quantity_refunded` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity_return` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity_reinjected` int(10) unsigned NOT NULL DEFAULT '0', - `product_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_percent` decimal(5,2) NOT NULL DEFAULT '0.00', - `reduction_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_amount_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_amount_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `group_reduction` decimal(5,2) NOT NULL DEFAULT '0.00', - `product_quantity_discount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `product_ean13` varchar(13) DEFAULT NULL, - `product_isbn` varchar(32) DEFAULT NULL, - `product_upc` varchar(12) DEFAULT NULL, - `product_mpn` varchar(40) DEFAULT NULL, - `product_reference` varchar(64) DEFAULT NULL, - `product_supplier_reference` varchar(64) DEFAULT NULL, - `product_weight` decimal(20,6) NOT NULL, - `id_tax_rules_group` int(11) unsigned DEFAULT '0', - `tax_computation_method` tinyint(1) unsigned NOT NULL DEFAULT '0', - `tax_name` varchar(16) NOT NULL, - `tax_rate` decimal(10,3) NOT NULL DEFAULT '0.000', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `ecotax_tax_rate` decimal(5,3) NOT NULL DEFAULT '0.000', - `discount_quantity_applied` tinyint(1) NOT NULL DEFAULT '0', - `download_hash` varchar(255) DEFAULT NULL, - `download_nb` int(10) unsigned DEFAULT '0', - `download_deadline` datetime DEFAULT NULL, - `total_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `purchase_supplier_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `original_product_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `original_wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_refunded_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_refunded_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - PRIMARY KEY (`id_order_detail`), - KEY `order_detail_order` (`id_order`), - KEY `product_id` (`product_id`,`product_attribute_id`), - KEY `product_attribute_id` (`product_attribute_id`), - KEY `id_tax_rules_group` (`id_tax_rules_group`), - KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_detail` --- - -LOCK TABLES `ps_order_detail` WRITE; -/*!40000 ALTER TABLE `ps_order_detail` DISABLE KEYS */; -INSERT INTO `ps_order_detail` VALUES (1,1,0,0,1,1,1,0,'Hummingbird printed t-shirt - Color : White, Size : S',1,1,0,0,0,23.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','','demo_1','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',23.900000,23.900000,23.900000,23.900000,0.000000,0.000000,0.000000,23.900000,0.000000,0.000000,0.000000),(2,1,0,0,1,2,9,0,'Hummingbird printed sweater - Color : White, Size : S',1,1,0,0,0,35.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','','demo_3','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.900000,35.900000,35.900000,35.900000,0.000000,0.000000,0.000000,35.900000,0.000000,0.000000,0.000000),(3,2,0,0,1,4,18,0,'The adventure begins Framed poster - Size : 80x120cm',2,3,0,0,0,79.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','','demo_5','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',158.000000,79.000000,79.000000,79.000000,0.000000,0.000000,0.000000,79.000000,0.000000,0.000000,0.000000),(4,2,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,11.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','','demo_13','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.900000,11.900000,11.900000,11.900000,0.000000,0.000000,0.000000,11.900000,0.000000,0.000000,0.000000),(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,0.000000,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,0.000000,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,0.000000,0.000000,0.000000),(8,6,1,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,200.000000,20.00,0.000000,0.000000,0.000000,0.00,194.810000,'','','','','demo_1','',0.300000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',193.600000,160.000000,193.600000,160.000000,0.000000,0.000000,0.000000,200.000000,0.000000,0.000000,0.000000); -/*!40000 ALTER TABLE `ps_order_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_detail_tax` --- - -DROP TABLE IF EXISTS `ps_order_detail_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_detail_tax` ( - `id_order_detail` int(11) NOT NULL, - `id_tax` int(11) NOT NULL, - `unit_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - `total_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - KEY `id_order_detail` (`id_order_detail`), - KEY `id_tax` (`id_tax`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_detail_tax` --- - -LOCK TABLES `ps_order_detail_tax` WRITE; -/*!40000 ALTER TABLE `ps_order_detail_tax` DISABLE KEYS */; -INSERT INTO `ps_order_detail_tax` VALUES (8,1,33.600000,33.600000); -/*!40000 ALTER TABLE `ps_order_detail_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_history` --- - -DROP TABLE IF EXISTS `ps_order_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_history` ( - `id_order_history` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_employee` int(10) unsigned NOT NULL, - `id_order` int(10) unsigned NOT NULL, - `id_order_state` int(10) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_history`), - KEY `order_history_order` (`id_order`), - KEY `id_employee` (`id_employee`), - KEY `id_order_state` (`id_order_state`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_history` --- - -LOCK TABLES `ps_order_history` WRITE; -/*!40000 ALTER TABLE `ps_order_history` DISABLE KEYS */; -INSERT INTO `ps_order_history` VALUES (1,0,1,1,'2022-01-27 14:25:29'),(2,0,2,1,'2022-01-27 14:25:29'),(3,0,3,1,'2022-01-27 14:25:29'),(4,0,4,1,'2022-01-27 14:25:29'),(5,0,5,10,'2022-01-27 14:25:29'),(6,1,1,6,'2022-01-27 14:25:29'),(7,1,3,8,'2022-01-27 14:25:29'),(8,0,6,15,'2022-03-15 08:42:00'),(9,0,6,2,'2022-03-15 08:42:01'); -/*!40000 ALTER TABLE `ps_order_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_invoice` --- - -DROP TABLE IF EXISTS `ps_order_invoice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_invoice` ( - `id_order_invoice` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_order` int(11) NOT NULL, - `number` int(11) NOT NULL, - `delivery_number` int(11) NOT NULL, - `delivery_date` datetime DEFAULT NULL, - `total_discount_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_discount_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products_wt` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `shipping_tax_computation_method` int(10) unsigned NOT NULL, - `total_wrapping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_wrapping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `shop_address` text, - `note` text, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_invoice`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_invoice` --- - -LOCK TABLES `ps_order_invoice` WRITE; -/*!40000 ALTER TABLE `ps_order_invoice` DISABLE KEYS */; -INSERT INTO `ps_order_invoice` VALUES (1,6,1,0,'0000-00-00 00:00:00',0.000000,0.000000,193.000000,226.600000,160.000000,193.600000,0.000000,0.000000,0,0.000000,0.000000,'prestashop177','','2022-03-15 08:42:01'); -/*!40000 ALTER TABLE `ps_order_invoice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_invoice_payment` --- - -DROP TABLE IF EXISTS `ps_order_invoice_payment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_invoice_payment` ( - `id_order_invoice` int(11) unsigned NOT NULL, - `id_order_payment` int(11) unsigned NOT NULL, - `id_order` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_order_invoice`,`id_order_payment`), - KEY `order_payment` (`id_order_payment`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_invoice_payment` --- - -LOCK TABLES `ps_order_invoice_payment` WRITE; -/*!40000 ALTER TABLE `ps_order_invoice_payment` DISABLE KEYS */; -INSERT INTO `ps_order_invoice_payment` VALUES (1,1,6); -/*!40000 ALTER TABLE `ps_order_invoice_payment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_invoice_tax` --- - -DROP TABLE IF EXISTS `ps_order_invoice_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_invoice_tax` ( - `id_order_invoice` int(11) NOT NULL, - `type` varchar(15) NOT NULL, - `id_tax` int(11) NOT NULL, - `amount` decimal(10,6) NOT NULL DEFAULT '0.000000', - KEY `id_tax` (`id_tax`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_invoice_tax` --- - -LOCK TABLES `ps_order_invoice_tax` WRITE; -/*!40000 ALTER TABLE `ps_order_invoice_tax` DISABLE KEYS */; -INSERT INTO `ps_order_invoice_tax` VALUES (1,'shipping',1,0.000000); -/*!40000 ALTER TABLE `ps_order_invoice_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_message` --- - -DROP TABLE IF EXISTS `ps_order_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_message` ( - `id_order_message` int(10) unsigned NOT NULL AUTO_INCREMENT, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_message`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_message` --- - -LOCK TABLES `ps_order_message` WRITE; -/*!40000 ALTER TABLE `ps_order_message` DISABLE KEYS */; -INSERT INTO `ps_order_message` VALUES (1,'2022-01-27 14:25:29'); -/*!40000 ALTER TABLE `ps_order_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_message_lang` --- - -DROP TABLE IF EXISTS `ps_order_message_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_message_lang` ( - `id_order_message` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(128) NOT NULL, - `message` text NOT NULL, - PRIMARY KEY (`id_order_message`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_message_lang` --- - -LOCK TABLES `ps_order_message_lang` WRITE; -/*!40000 ALTER TABLE `ps_order_message_lang` DISABLE KEYS */; -INSERT INTO `ps_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'),(1,2,'Trukmė','Sveiki,\n\nInformuojame, kad vienos ar daugiau prekių pagal Jūsų užsakymą šiuo metu sandėlyje nėra. Gali užtrukti kol bus pristatyta nauja siunta. Atsiprašome už sukeltus nepatogumus.\n\nLinkėjimai,'),(1,3,'Lieferung','Leider sind ein oder mehrere Artikel Ihrer Bestellung derzeit nicht auf Lager. Dies kann zu einer leichten Verzögerung bei Auslieferung führen. Wir entschuldigen uns und versichern Ihnen, dass Sie Ihre Bestellung schnellstmöglich erhalten.'); -/*!40000 ALTER TABLE `ps_order_message_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_payment` --- - -DROP TABLE IF EXISTS `ps_order_payment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_payment` ( - `id_order_payment` int(11) NOT NULL AUTO_INCREMENT, - `order_reference` varchar(9) DEFAULT NULL, - `id_currency` int(10) unsigned NOT NULL, - `amount` decimal(20,6) NOT NULL, - `payment_method` varchar(255) NOT NULL, - `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000', - `transaction_id` varchar(254) DEFAULT NULL, - `card_number` varchar(254) DEFAULT NULL, - `card_brand` varchar(254) DEFAULT NULL, - `card_expiration` char(7) DEFAULT NULL, - `card_holder` varchar(254) DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_payment`), - KEY `order_reference` (`order_reference`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_payment` --- - -LOCK TABLES `ps_order_payment` WRITE; -/*!40000 ALTER TABLE `ps_order_payment` DISABLE KEYS */; -INSERT INTO `ps_order_payment` VALUES (1,'TNEXAGQSR',1,226.600000,'Mollie',1.000000,'ord_w8q3jm','','','','','2022-03-15 08:42:01'); -/*!40000 ALTER TABLE `ps_order_payment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return` --- - -DROP TABLE IF EXISTS `ps_order_return`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return` ( - `id_order_return` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned NOT NULL, - `id_order` int(10) unsigned NOT NULL, - `state` tinyint(1) unsigned NOT NULL DEFAULT '1', - `question` text NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_order_return`), - KEY `order_return_customer` (`id_customer`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return` --- - -LOCK TABLES `ps_order_return` WRITE; -/*!40000 ALTER TABLE `ps_order_return` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_return` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return_detail` --- - -DROP TABLE IF EXISTS `ps_order_return_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return_detail` ( - `id_order_return` int(10) unsigned NOT NULL, - `id_order_detail` int(10) unsigned NOT NULL, - `id_customization` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return_detail` --- - -LOCK TABLES `ps_order_return_detail` WRITE; -/*!40000 ALTER TABLE `ps_order_return_detail` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_return_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return_state` --- - -DROP TABLE IF EXISTS `ps_order_return_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return_state` ( - `id_order_return_state` int(10) unsigned NOT NULL AUTO_INCREMENT, - `color` varchar(32) DEFAULT NULL, - PRIMARY KEY (`id_order_return_state`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return_state` --- - -LOCK TABLES `ps_order_return_state` WRITE; -/*!40000 ALTER TABLE `ps_order_return_state` DISABLE KEYS */; -INSERT INTO `ps_order_return_state` VALUES (1,'#4169E1'),(2,'#8A2BE2'),(3,'#32CD32'),(4,'#DC143C'),(5,'#108510'); -/*!40000 ALTER TABLE `ps_order_return_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return_state_lang` --- - -DROP TABLE IF EXISTS `ps_order_return_state_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return_state_lang` ( - `id_order_return_state` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id_order_return_state`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return_state_lang` --- - -LOCK TABLES `ps_order_return_state_lang` WRITE; -/*!40000 ALTER TABLE `ps_order_return_state_lang` DISABLE KEYS */; -INSERT INTO `ps_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(1,2,'Laukiama patvirtinimo'),(1,3,'Warten auf Bestätigung'),(2,1,'Waiting for package'),(2,2,'Laukiama siuntinio'),(2,3,'Sendung erwartet'),(3,1,'Package received'),(3,2,'Siuntinys gautas'),(3,3,'Sendung erhalten'),(4,1,'Return denied'),(4,2,'Grąžinimas atšauktas'),(4,3,'Rücksendung verweigert'),(5,1,'Return completed'),(5,2,'Grąžinimas įvykdytas'),(5,3,'Rücksendung abgeschlossen'); -/*!40000 ALTER TABLE `ps_order_return_state_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_slip` --- - -DROP TABLE IF EXISTS `ps_order_slip`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_slip` ( - `id_order_slip` int(10) unsigned NOT NULL AUTO_INCREMENT, - `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000', - `id_customer` int(10) unsigned NOT NULL, - `id_order` int(10) unsigned NOT NULL, - `total_products_tax_excl` decimal(20,6) DEFAULT NULL, - `total_products_tax_incl` decimal(20,6) DEFAULT NULL, - `total_shipping_tax_excl` decimal(20,6) DEFAULT NULL, - `total_shipping_tax_incl` decimal(20,6) DEFAULT NULL, - `shipping_cost` tinyint(3) unsigned NOT NULL DEFAULT '0', - `amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `shipping_cost_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `partial` tinyint(1) NOT NULL, - `order_slip_type` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_order_slip`), - KEY `order_slip_customer` (`id_customer`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_slip` --- - -LOCK TABLES `ps_order_slip` WRITE; -/*!40000 ALTER TABLE `ps_order_slip` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_slip` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_slip_detail` --- - -DROP TABLE IF EXISTS `ps_order_slip_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_slip_detail` ( - `id_order_slip` int(10) unsigned NOT NULL, - `id_order_detail` int(10) unsigned NOT NULL, - `product_quantity` int(10) unsigned NOT NULL DEFAULT '0', - `unit_price_tax_excl` decimal(20,6) DEFAULT NULL, - `unit_price_tax_incl` decimal(20,6) DEFAULT NULL, - `total_price_tax_excl` decimal(20,6) DEFAULT NULL, - `total_price_tax_incl` decimal(20,6) DEFAULT NULL, - `amount_tax_excl` decimal(20,6) DEFAULT NULL, - `amount_tax_incl` decimal(20,6) DEFAULT NULL, - PRIMARY KEY (`id_order_slip`,`id_order_detail`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_slip_detail` --- - -LOCK TABLES `ps_order_slip_detail` WRITE; -/*!40000 ALTER TABLE `ps_order_slip_detail` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_slip_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_slip_detail_tax` --- - -DROP TABLE IF EXISTS `ps_order_slip_detail_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_slip_detail_tax` ( - `id_order_slip_detail` int(11) unsigned NOT NULL, - `id_tax` int(11) unsigned NOT NULL, - `unit_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - `total_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - KEY `id_order_slip_detail` (`id_order_slip_detail`), - KEY `id_tax` (`id_tax`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_slip_detail_tax` --- - -LOCK TABLES `ps_order_slip_detail_tax` WRITE; -/*!40000 ALTER TABLE `ps_order_slip_detail_tax` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_slip_detail_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_state` --- - -DROP TABLE IF EXISTS `ps_order_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_state` ( - `id_order_state` int(10) unsigned NOT NULL AUTO_INCREMENT, - `invoice` tinyint(1) unsigned DEFAULT '0', - `send_email` tinyint(1) unsigned NOT NULL DEFAULT '0', - `module_name` varchar(255) DEFAULT NULL, - `color` varchar(32) DEFAULT NULL, - `unremovable` tinyint(1) unsigned NOT NULL, - `hidden` tinyint(1) unsigned NOT NULL DEFAULT '0', - `logable` tinyint(1) NOT NULL DEFAULT '0', - `delivery` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shipped` tinyint(1) unsigned NOT NULL DEFAULT '0', - `paid` tinyint(1) unsigned NOT NULL DEFAULT '0', - `pdf_invoice` tinyint(1) unsigned NOT NULL DEFAULT '0', - `pdf_delivery` tinyint(1) unsigned NOT NULL DEFAULT '0', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_order_state`), - KEY `module_name` (`module_name`) -) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_state` --- - -LOCK TABLES `ps_order_state` WRITE; -/*!40000 ALTER TABLE `ps_order_state` DISABLE KEYS */; -INSERT INTO `ps_order_state` VALUES (1,0,1,'ps_checkpayment','#34209E',1,0,0,0,0,0,0,0,0),(2,1,1,'','#3498D8',1,0,1,0,0,1,1,0,0),(3,1,1,'','#3498D8',1,0,1,1,0,1,0,0,0),(4,1,1,'','#01B887',1,0,1,1,1,1,0,0,0),(5,1,0,'','#01B887',1,0,1,1,1,1,0,0,0),(6,0,1,'','#2C3E50',1,0,0,0,0,0,0,0,0),(7,1,1,'','#01B887',1,0,0,0,0,0,0,0,0),(8,0,1,'','#E74C3C',1,0,0,0,0,0,0,0,0),(9,1,1,'','#3498D8',1,0,0,0,0,1,0,0,0),(10,0,1,'ps_wirepayment','#34209E',1,0,0,0,0,0,0,0,0),(11,1,1,'','#3498D8',1,0,1,0,0,1,0,0,0),(12,0,1,'','#34209E',1,0,0,0,0,0,0,0,0),(13,0,0,'ps_cashondelivery','#34209E',1,0,0,0,0,0,0,0,0),(14,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(15,0,0,'mollie','#4169E1',0,0,0,0,0,0,0,0,0),(16,0,0,'mollie','#8A2BE2',0,0,0,0,0,0,0,0,0),(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); -/*!40000 ALTER TABLE `ps_order_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_state_lang` --- - -DROP TABLE IF EXISTS `ps_order_state_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_state_lang` ( - `id_order_state` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - `template` varchar(64) NOT NULL, - PRIMARY KEY (`id_order_state`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_state_lang` --- - -LOCK TABLES `ps_order_state_lang` WRITE; -/*!40000 ALTER TABLE `ps_order_state_lang` DISABLE KEYS */; -INSERT INTO `ps_order_state_lang` VALUES (1,1,'Awaiting check payment','cheque'),(1,2,'Laukiama apmokėjimo čekiu','cheque'),(1,3,'Scheckzahlung wird erwartet','cheque'),(2,1,'Payment accepted','payment'),(2,2,'Mokėjimas gautas','payment'),(2,3,'Zahlung eingegangen','payment'),(3,1,'Processing in progress','preparation'),(3,2,'Užsakymas vykdomas','preparation'),(3,3,'Bestellung in Bearbeitung','preparation'),(4,1,'Shipped','shipped'),(4,2,'Užsakymas išsiųstas','shipped'),(4,3,'Versand','shipped'),(5,1,'Delivered',''),(5,2,'Pristatyta',''),(5,3,'Bestellung ausgeliefert',''),(6,1,'Canceled','order_canceled'),(6,2,'Atšauktas','order_canceled'),(6,3,'Bestellung storniert','order_canceled'),(7,1,'Refunded','refund'),(7,2,'Grąžinta','refund'),(7,3,'Erstattet','refund'),(8,1,'Payment error','payment_error'),(8,2,'Mokėjimo klaida','payment_error'),(8,3,'Fehler bei der Bezahlung','payment_error'),(9,1,'On backorder (paid)','outofstock'),(9,2,'Užlaikyta (sumokėta)','outofstock'),(9,3,'Artikel nicht auf Lager (bezahlt)','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(10,2,'Laukiama apmokėjimo pavedimu','bankwire'),(10,3,'Warten auf Zahlungseingang Überweisung','bankwire'),(11,1,'Remote payment accepted','payment'),(11,2,'Nuotolinis apmokėjimas priimtas','payment'),(11,3,'Zahlung ausserhalb von PrestaShop eingegangen','payment'),(12,1,'On backorder (not paid)','outofstock'),(12,2,'Užlaikyta (nesumokėta)','outofstock'),(12,3,'Artikel nicht auf Lager','outofstock'),(13,1,'Awaiting Cash On Delivery validation','cashondelivery'),(13,2,'Awaiting cod validation','cashondelivery'),(13,3,'Warten auf Zahlungseingang Nachnahme','cashondelivery'),(14,1,'Mollie partially refunded',''),(14,2,'Mollie partially refunded',''),(14,3,'Mollie partially refunded',''),(15,1,'Awaiting Mollie payment',''),(15,2,'Awaiting Mollie payment',''),(15,3,'Awaiting Mollie payment',''),(16,1,'Partially shipped',''),(16,2,'Partially shipped',''),(16,3,'Partially shipped',''),(17,1,'Completed',''),(17,2,'Completed',''),(17,3,'Completed',''),(18,1,'Klarna payment authorized','payment'),(18,2,'Klarna payment authorized','payment'),(18,3,'Klarna payment authorized','payment'),(19,1,'Klarna payment shipped','shipped'),(19,2,'Klarna payment shipped','shipped'),(19,3,'Klarna payment shipped','shipped'); -/*!40000 ALTER TABLE `ps_order_state_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_orders` --- - -DROP TABLE IF EXISTS `ps_orders`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_orders` ( - `id_order` int(10) unsigned NOT NULL AUTO_INCREMENT, - `reference` varchar(9) DEFAULT NULL, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_carrier` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_cart` int(10) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL, - `id_address_delivery` int(10) unsigned NOT NULL, - `id_address_invoice` int(10) unsigned NOT NULL, - `current_state` int(10) unsigned NOT NULL, - `secure_key` varchar(32) NOT NULL DEFAULT '-1', - `payment` varchar(255) NOT NULL, - `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000', - `module` varchar(255) DEFAULT NULL, - `recyclable` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift_message` text, - `mobile_theme` tinyint(1) NOT NULL DEFAULT '0', - `shipping_number` varchar(64) DEFAULT NULL, - `total_discounts` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_discounts_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_discounts_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_real` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products_wt` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `carrier_tax_rate` decimal(10,3) NOT NULL DEFAULT '0.000', - `total_wrapping` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_wrapping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_wrapping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `round_mode` tinyint(1) NOT NULL DEFAULT '2', - `round_type` tinyint(1) NOT NULL DEFAULT '1', - `invoice_number` int(10) unsigned NOT NULL DEFAULT '0', - `delivery_number` int(10) unsigned NOT NULL DEFAULT '0', - `invoice_date` datetime NOT NULL, - `delivery_date` datetime NOT NULL, - `valid` int(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_order`), - KEY `reference` (`reference`), - KEY `id_customer` (`id_customer`), - KEY `id_cart` (`id_cart`), - KEY `invoice_number` (`invoice_number`), - KEY `id_carrier` (`id_carrier`), - KEY `id_lang` (`id_lang`), - KEY `id_currency` (`id_currency`), - KEY `id_address_delivery` (`id_address_delivery`), - KEY `id_address_invoice` (`id_address_invoice`), - KEY `id_shop_group` (`id_shop_group`), - KEY `current_state` (`current_state`), - KEY `id_shop` (`id_shop`), - KEY `date_add` (`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_orders` --- - -LOCK TABLES `ps_orders` WRITE; -/*!40000 ALTER TABLE `ps_orders` DISABLE KEYS */; -INSERT INTO `ps_orders` VALUES (1,'XKBKNABJK',1,1,2,1,2,1,1,5,5,6,'b44a6d9efd7a0076a0fbce6b15eaf3b1','Payment by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,61.800000,61.800000,61.800000,0.000000,59.800000,59.800000,2.000000,2.000000,2.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,'2022-01-27 14:25:29','2022-01-27 14:25:29'),(2,'OHSATSERP',1,1,2,1,2,2,1,5,5,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1','Payment by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,169.900000,169.900000,169.900000,0.000000,169.900000,169.900000,0.000000,0.000000,0.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,'2022-01-27 14:25:29','2022-01-27 14:25:29'),(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,14.900000,14.900000,0.000000,12.900000,12.900000,2.000000,2.000000,2.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,'2022-01-27 14:25:29','2022-01-27 14:25:29'),(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,14.900000,14.900000,0.000000,12.900000,12.900000,2.000000,2.000000,2.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,'2022-01-27 14:25:29','2022-01-27 14:25:29'),(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,20.900000,20.900000,0.000000,18.900000,18.900000,2.000000,2.000000,2.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,'2022-01-27 14:25:29','2022-01-27 14:25:29'),(6,'TNEXAGQSR',1,1,1,1,3,62,1,6,6,2,'ef6a5954d5273e91a436c710677fc747','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,226.600000,226.600000,193.000000,453.200000,160.000000,193.600000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,1,0,'2022-03-15 08:42:01','0000-00-00 00:00:00',1,'2022-03-15 08:42:00','2022-03-15 08:42:01'); -/*!40000 ALTER TABLE `ps_orders` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_pack` --- - -DROP TABLE IF EXISTS `ps_pack`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_pack` ( - `id_product_pack` int(10) unsigned NOT NULL, - `id_product_item` int(10) unsigned NOT NULL, - `id_product_attribute_item` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_product_pack`,`id_product_item`,`id_product_attribute_item`), - KEY `product_item` (`id_product_item`,`id_product_attribute_item`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_pack` --- - -LOCK TABLES `ps_pack` WRITE; -/*!40000 ALTER TABLE `ps_pack` DISABLE KEYS */; -INSERT INTO `ps_pack` VALUES (15,5,19,5),(15,7,0,5); -/*!40000 ALTER TABLE `ps_pack` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_page` --- - -DROP TABLE IF EXISTS `ps_page`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_page` ( - `id_page` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_page_type` int(10) unsigned NOT NULL, - `id_object` int(10) unsigned DEFAULT NULL, - PRIMARY KEY (`id_page`), - KEY `id_page_type` (`id_page_type`), - KEY `id_object` (`id_object`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_page` --- - -LOCK TABLES `ps_page` WRITE; -/*!40000 ALTER TABLE `ps_page` DISABLE KEYS */; -INSERT INTO `ps_page` VALUES (1,1,NULL),(2,2,NULL),(3,3,NULL),(4,4,1); -/*!40000 ALTER TABLE `ps_page` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_page_type` --- - -DROP TABLE IF EXISTS `ps_page_type`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_page_type` ( - `id_page_type` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - PRIMARY KEY (`id_page_type`), - KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_page_type` --- - -LOCK TABLES `ps_page_type` WRITE; -/*!40000 ALTER TABLE `ps_page_type` DISABLE KEYS */; -INSERT INTO `ps_page_type` VALUES (3,'authentication'),(2,'index'),(1,'pagenotfound'),(4,'product'); -/*!40000 ALTER TABLE `ps_page_type` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_page_viewed` --- - -DROP TABLE IF EXISTS `ps_page_viewed`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_page_viewed` ( - `id_page` int(10) unsigned NOT NULL, - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_date_range` int(10) unsigned NOT NULL, - `counter` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_page_viewed` --- - -LOCK TABLES `ps_page_viewed` WRITE; -/*!40000 ALTER TABLE `ps_page_viewed` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_page_viewed` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_pagenotfound` --- - -DROP TABLE IF EXISTS `ps_pagenotfound`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_pagenotfound` ( - `id_pagenotfound` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `request_uri` varchar(256) NOT NULL, - `http_referer` varchar(256) NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_pagenotfound`), - KEY `date_add` (`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=1429 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_pagenotfound` --- - -LOCK TABLES `ps_pagenotfound` WRITE; -/*!40000 ALTER TABLE `ps_pagenotfound` DISABLE KEYS */; -INSERT INTO `ps_pagenotfound` VALUES (1,1,1,'/docker177/img/app_icon.png','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminLogin&token=8bbab1dfeb45bb7d7c885d5f13322e1e','2022-01-27 14:26:33'),(2,1,1,'/docker177/img/app_icon.png','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminDashboard&token=2520cc7b7277c72c9f590a0b1461d36c','2022-01-27 14:26:46'),(3,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 13:57:36'),(4,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 13:57:38'),(5,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 13:57:39'),(6,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 13:58:14'),(7,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 13:58:16'),(8,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 13:58:17'),(9,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:02:51'),(10,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:02:51'),(11,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:02:51'),(12,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:02:52'),(13,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:02:52'),(14,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:02:52'),(15,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:02:54'),(16,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:02:54'),(17,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:02:54'),(18,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:02:54'),(19,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:02:54'),(20,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:02:54'),(21,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:11'),(22,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:11'),(23,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:11'),(24,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:11'),(25,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:11'),(26,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:11'),(27,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:13'),(28,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:13'),(29,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:13'),(30,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:13'),(31,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:13'),(32,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:03:13'),(33,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:06:35'),(34,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:06:36'),(35,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:06:38'),(36,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:07:13'),(37,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:07:15'),(38,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:07:17'),(39,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:07:52'),(40,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:07:53'),(41,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:07:55'),(42,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:08:30'),(43,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:08:32'),(44,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:08:34'),(45,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:09:09'),(46,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:09:11'),(47,1,1,'/en/index.php?controller=404','http://demoshop.eu.ngrok.io/en/home/21-testproduct1.html','2022-01-27 14:09:14'),(48,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:09:47'),(49,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:09:47'),(50,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:09:47'),(51,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:09:47'),(52,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:09:47'),(53,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:09:47'),(54,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(55,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(56,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(57,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(58,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(59,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(60,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(61,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(62,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:24'),(63,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:25'),(64,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:25'),(65,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:25'),(66,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:26'),(67,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:26'),(68,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:26'),(69,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:26'),(70,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:26'),(71,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:26'),(72,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:27'),(73,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:27'),(74,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:27'),(75,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:27'),(76,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:27'),(77,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:27'),(78,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:38'),(79,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:38'),(80,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:38'),(81,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:38'),(82,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:38'),(83,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:38'),(84,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:40'),(85,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:40'),(86,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:40'),(87,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:40'),(88,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:40'),(89,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:40'),(90,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:40'),(91,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:40'),(92,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:40'),(93,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:41'),(94,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:41'),(95,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:41'),(96,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:52'),(97,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:52'),(98,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:52'),(99,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:52'),(100,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:52'),(101,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:11:52'),(102,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:53'),(103,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:53'),(104,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:53'),(105,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:53'),(106,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:53'),(107,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:11:53'),(108,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:54'),(109,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:54'),(110,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:54'),(111,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:54'),(112,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:54'),(113,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:11:54'),(114,1,1,'/favicon.ico','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminMollieModule','2022-01-27 14:13:25'),(115,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:34'),(116,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:34'),(117,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:34'),(118,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(119,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(120,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(121,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(122,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(123,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(124,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(125,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(126,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:35'),(127,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:36'),(128,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:36'),(129,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:36'),(130,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:37'),(131,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:37'),(132,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:37'),(133,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:37'),(134,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:37'),(135,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:37'),(136,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:37'),(137,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:37'),(138,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:37'),(139,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:48'),(140,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:48'),(141,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:48'),(142,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:48'),(143,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:48'),(144,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:13:48'),(145,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:50'),(146,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:50'),(147,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:50'),(148,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:50'),(149,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:50'),(150,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:13:50'),(151,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:50'),(152,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:50'),(153,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:51'),(154,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:51'),(155,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:51'),(156,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:13:51'),(157,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:14:02'),(158,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:14:02'),(159,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:14:02'),(160,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:14:02'),(161,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:14:02'),(162,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:14:02'),(163,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:14:03'),(164,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:14:03'),(165,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:14:03'),(166,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:14:03'),(167,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:14:03'),(168,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:14:03'),(169,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:14:04'),(170,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:14:04'),(171,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:14:04'),(172,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:14:04'),(173,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:14:04'),(174,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:14:04'),(175,1,1,'/favicon.ico','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminMollieModule','2022-01-27 14:14:39'),(176,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:13'),(177,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:13'),(178,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:46'),(179,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:46'),(180,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:46'),(181,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:47'),(182,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:47'),(183,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:47'),(184,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:47'),(185,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:47'),(186,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:47'),(187,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:48'),(188,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:48'),(189,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:48'),(190,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:48'),(191,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:48'),(192,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:48'),(193,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:49'),(194,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:49'),(195,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:49'),(196,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:49'),(197,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:49'),(198,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:49'),(199,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:51'),(200,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:51'),(201,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:51'),(202,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:51'),(203,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:51'),(204,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:15:51'),(205,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:53'),(206,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:53'),(207,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:53'),(208,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:53'),(209,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:53'),(210,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:15:53'),(211,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:53'),(212,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:53'),(213,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:53'),(214,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:54'),(215,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:54'),(216,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:15:54'),(217,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:16:33'),(218,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:16:33'),(219,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:16:33'),(220,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:16:33'),(221,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:16:33'),(222,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:16:33'),(223,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:16:35'),(224,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:16:35'),(225,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:16:35'),(226,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:16:35'),(227,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:16:35'),(228,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:16:35'),(229,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:16:35'),(230,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:16:35'),(231,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:16:35'),(232,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:16:36'),(233,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:16:36'),(234,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:16:36'),(235,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:21'),(236,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:21'),(237,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:21'),(238,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:22'),(239,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:22'),(240,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:22'),(241,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:22'),(242,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:22'),(243,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:22'),(244,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:24'),(245,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:24'),(246,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:24'),(247,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:24'),(248,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:24'),(249,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:24'),(250,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:24'),(251,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:24'),(252,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:24'),(253,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:24'),(254,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:24'),(255,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:24'),(256,1,1,'/js/jquery/jquery-migrate.min.map','','2022-01-27 14:18:32'),(257,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:35'),(258,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:35'),(259,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:35'),(260,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:35'),(261,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:35'),(262,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:35'),(263,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:37'),(264,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:37'),(265,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:37'),(266,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:37'),(267,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:37'),(268,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:37'),(269,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:37'),(270,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:37'),(271,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:37'),(272,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:38'),(273,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:38'),(274,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:38'),(275,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:48'),(276,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:48'),(277,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:48'),(278,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:49'),(279,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:49'),(280,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:18:49'),(281,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:50'),(282,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:50'),(283,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:50'),(284,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:50'),(285,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:50'),(286,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:18:50'),(287,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:51'),(288,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:51'),(289,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:51'),(290,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:51'),(291,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:51'),(292,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:18:51'),(293,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:34'),(294,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:34'),(295,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:34'),(296,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:35'),(297,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:35'),(298,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:35'),(299,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:35'),(300,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:35'),(301,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:35'),(302,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:36'),(303,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:36'),(304,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:36'),(305,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:36'),(306,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:36'),(307,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:36'),(308,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:37'),(309,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:37'),(310,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:37'),(311,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:37'),(312,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:37'),(313,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:37'),(314,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:48'),(315,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:48'),(316,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:48'),(317,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:48'),(318,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:48'),(319,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:20:48'),(320,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:49'),(321,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:49'),(322,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:49'),(323,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:49'),(324,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:49'),(325,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:20:49'),(326,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:50'),(327,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:50'),(328,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:50'),(329,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:50'),(330,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:50'),(331,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:20:50'),(332,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:21:01'),(333,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:21:01'),(334,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:21:01'),(335,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:21:01'),(336,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:21:01'),(337,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:21:01'),(338,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:21:02'),(339,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:21:03'),(340,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:21:03'),(341,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:21:03'),(342,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:21:03'),(343,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:21:03'),(344,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:21:03'),(345,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:21:03'),(346,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:21:03'),(347,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:21:03'),(348,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:21:03'),(349,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:21:04'),(350,1,1,'/js/jquery/jquery-migrate.min.map','','2022-01-27 14:22:28'),(351,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(352,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(353,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(354,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(355,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(356,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(357,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(358,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(359,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:49'),(360,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:50'),(361,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:50'),(362,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:22:50'),(363,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:22:51'),(364,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:22:51'),(365,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:22:51'),(366,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:22:51'),(367,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:22:51'),(368,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:22:51'),(369,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:22:51'),(370,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:22:51'),(371,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:22:52'),(372,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:22:52'),(373,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:22:52'),(374,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:22:52'),(375,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:02'),(376,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:03'),(377,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:03'),(378,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:03'),(379,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:03'),(380,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:03'),(381,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:04'),(382,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:04'),(383,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:04'),(384,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:04'),(385,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:04'),(386,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:04'),(387,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:05'),(388,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:05'),(389,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:05'),(390,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:05'),(391,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:05'),(392,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:05'),(393,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:16'),(394,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:16'),(395,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:16'),(396,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:16'),(397,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:16'),(398,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:23:16'),(399,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:18'),(400,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:18'),(401,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:18'),(402,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:18'),(403,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:18'),(404,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:23:18'),(405,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:18'),(406,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:18'),(407,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:19'),(408,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:19'),(409,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:19'),(410,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:23:19'),(411,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:34'),(412,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:34'),(413,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:34'),(414,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:34'),(415,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:34'),(416,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:34'),(417,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:35'),(418,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:35'),(419,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:35'),(420,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:35'),(421,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:35'),(422,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:24:35'),(423,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:24:36'),(424,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:24:37'),(425,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:24:37'),(426,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:24:37'),(427,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:24:37'),(428,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:24:37'),(429,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:24:37'),(430,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:24:37'),(431,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:24:37'),(432,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:24:37'),(433,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:24:37'),(434,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:24:37'),(435,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:58'),(436,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:58'),(437,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:58'),(438,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:59'),(439,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:59'),(440,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:59'),(441,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:28:59'),(442,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:00'),(443,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:00'),(444,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:01'),(445,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:01'),(446,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:01'),(447,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:01'),(448,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:01'),(449,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:01'),(450,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:02'),(451,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:02'),(452,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:02'),(453,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:02'),(454,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:02'),(455,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:02'),(456,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:13'),(457,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:13'),(458,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:13'),(459,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:13'),(460,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:13'),(461,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:13'),(462,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:14'),(463,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:14'),(464,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:14'),(465,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:14'),(466,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:14'),(467,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:14'),(468,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:15'),(469,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:15'),(470,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:15'),(471,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:15'),(472,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:15'),(473,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:15'),(474,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:26'),(475,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:26'),(476,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:26'),(477,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:26'),(478,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:26'),(479,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:29:26'),(480,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:28'),(481,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:28'),(482,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:28'),(483,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:28'),(484,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:28'),(485,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:29:28'),(486,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:29'),(487,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:29'),(488,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:29'),(489,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:29'),(490,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:29'),(491,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:29:29'),(492,1,1,'/modules/blockreassurance/views/dist/front.css.map','','2022-01-27 14:32:40'),(493,1,1,'/modules/blockreassurance/views/dist/front.css.map','','2022-01-27 14:32:43'),(494,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:48'),(495,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:49'),(496,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:49'),(497,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:49'),(498,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:49'),(499,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:49'),(500,1,1,'/modules/blockreassurance/views/dist/front.css.map','','2022-01-27 14:32:50'),(501,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:51'),(502,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:51'),(503,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:51'),(504,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:51'),(505,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:52'),(506,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:32:52'),(507,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:32:55'),(508,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:32:55'),(509,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:32:55'),(510,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:32:55'),(511,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:32:56'),(512,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:32:56'),(513,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:32:57'),(514,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:32:57'),(515,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:29'),(516,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:29'),(517,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:29'),(518,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:29'),(519,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:29'),(520,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:30'),(521,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:30'),(522,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:30'),(523,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:30'),(524,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:30'),(525,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:34:30'),(526,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:34:31'),(527,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:34:31'),(528,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:34:31'),(529,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:34:31'),(530,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:34:31'),(531,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:34:31'),(532,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:34:32'),(533,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:34:32'),(534,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:34:32'),(535,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:34:32'),(536,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:34:32'),(537,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:34:32'),(538,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294246','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:37:27'),(539,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294313','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:38:34'),(540,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(541,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(542,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(543,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(544,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(545,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(546,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(547,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(548,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(549,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:40'),(550,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:41'),(551,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:41'),(552,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:42'),(553,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:42'),(554,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:42'),(555,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:42'),(556,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:42'),(557,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:43'),(558,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:43'),(559,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:43'),(560,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:43'),(561,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:43'),(562,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:43'),(563,1,1,'/js/jquery/jquery-migrate.min.map','','2022-01-27 14:38:53'),(564,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:54'),(565,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:54'),(566,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:54'),(567,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:54'),(568,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:54'),(569,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:38:54'),(570,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:56'),(571,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:56'),(572,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:56'),(573,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:56'),(574,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:56'),(575,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:38:56'),(576,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:57'),(577,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:57'),(578,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:57'),(579,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:57'),(580,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:57'),(581,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:38:57'),(582,1,1,'/js/jquery/jquery-migrate.min.map','','2022-01-27 14:38:58'),(583,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294337','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:38:58'),(584,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:08'),(585,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:08'),(586,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:08'),(587,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:08'),(588,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:08'),(589,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:08'),(590,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:10'),(591,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:10'),(592,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:10'),(593,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:10'),(594,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:10'),(595,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:10'),(596,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:11'),(597,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:11'),(598,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:11'),(599,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:11'),(600,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:11'),(601,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:11'),(602,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:32'),(603,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:32'),(604,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:32'),(605,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:32'),(606,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:32'),(607,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:32'),(608,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:34'),(609,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:34'),(610,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:34'),(611,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:34'),(612,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:34'),(613,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:34'),(614,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:39:40'),(615,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:39:40'),(616,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:39:40'),(617,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:39:40'),(618,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:39:40'),(619,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:39:40'),(620,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:56'),(621,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:56'),(622,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:56'),(623,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:56'),(624,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:56'),(625,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:39:56'),(626,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:57'),(627,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:57'),(628,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:57'),(629,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:58'),(630,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:58'),(631,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:39:58'),(632,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:58'),(633,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:58'),(634,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:58'),(635,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:58'),(636,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:58'),(637,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:39:58'),(638,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:09'),(639,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:09'),(640,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:09'),(641,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:09'),(642,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:09'),(643,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:09'),(644,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:11'),(645,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:11'),(646,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:11'),(647,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:11'),(648,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:11'),(649,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:11'),(650,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:12'),(651,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:12'),(652,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:12'),(653,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:12'),(654,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:12'),(655,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:12'),(656,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:23'),(657,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:23'),(658,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:23'),(659,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:23'),(660,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:23'),(661,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:40:23'),(662,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:24'),(663,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:24'),(664,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:24'),(665,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:24'),(666,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:24'),(667,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:40:24'),(668,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:25'),(669,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:25'),(670,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:25'),(671,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:25'),(672,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:25'),(673,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:40:25'),(674,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:10'),(675,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:10'),(676,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:10'),(677,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:10'),(678,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:10'),(679,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:10'),(680,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:41:11'),(681,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:41:11'),(682,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:41:11'),(683,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:41:11'),(684,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:41:11'),(685,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:41:11'),(686,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:41:12'),(687,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:41:12'),(688,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:41:12'),(689,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:41:12'),(690,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:41:12'),(691,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:41:12'),(692,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:23'),(693,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:23'),(694,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:23'),(695,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:23'),(696,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:23'),(697,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:41:23'),(698,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:43:34'),(699,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:43:34'),(700,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:43:34'),(701,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:43:34'),(702,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:43:34'),(703,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order?newAddress=delivery','2022-01-27 14:43:34'),(704,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order?id_address=0','2022-01-27 14:43:46'),(705,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order?id_address=0','2022-01-27 14:43:46'),(706,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order?id_address=0','2022-01-27 14:43:46'),(707,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order?id_address=0','2022-01-27 14:43:46'),(708,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order?id_address=0','2022-01-27 14:43:46'),(709,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order?id_address=0','2022-01-27 14:43:46'),(710,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:52'),(711,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:52'),(712,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:52'),(713,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:52'),(714,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:52'),(715,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:52'),(716,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:54'),(717,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:54'),(718,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:54'),(719,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:54'),(720,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:54'),(721,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:43:54'),(722,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:44:22'),(723,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:44:22'),(724,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:44:22'),(725,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:44:22'),(726,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:44:22'),(727,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:44:22'),(728,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294690','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:44:51'),(729,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294693','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:44:54'),(730,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294705','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:45:06'),(731,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1643294718','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-01-27 14:45:19'),(732,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:33'),(733,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:33'),(734,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:33'),(735,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:34'),(736,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:34'),(737,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:34'),(738,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:34'),(739,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:34'),(740,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:34'),(741,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:36'),(742,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:36'),(743,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:36'),(744,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:36'),(745,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:36'),(746,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:36'),(747,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:36'),(748,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:37'),(749,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:37'),(750,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:37'),(751,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:37'),(752,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:37'),(753,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:38'),(754,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:38'),(755,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:38'),(756,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:38'),(757,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:38'),(758,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:38'),(759,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:39'),(760,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:39'),(761,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:39'),(762,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:40'),(763,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:40'),(764,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:40'),(765,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:51'),(766,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:51'),(767,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:51'),(768,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:51'),(769,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:51'),(770,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:45:51'),(771,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:53'),(772,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:53'),(773,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:53'),(774,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:53'),(775,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:53'),(776,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:45:53'),(777,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:54'),(778,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:54'),(779,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:54'),(780,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:54'),(781,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:54'),(782,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:54'),(783,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:55'),(784,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:55'),(785,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:55'),(786,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:55'),(787,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:55'),(788,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:55'),(789,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:56'),(790,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:56'),(791,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:56'),(792,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:57'),(793,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:57'),(794,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:45:57'),(795,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:46:08'),(796,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:46:08'),(797,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:46:08'),(798,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:46:08'),(799,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:46:08'),(800,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html','2022-01-27 14:46:08'),(801,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:46:10'),(802,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:46:10'),(803,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:46:10'),(804,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:46:10'),(805,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:46:10'),(806,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/cart?action=show','2022-01-27 14:46:10'),(807,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:11'),(808,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:11'),(809,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:11'),(810,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:11'),(811,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:11'),(812,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:11'),(813,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:13'),(814,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:13'),(815,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:13'),(816,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:13'),(817,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:13'),(818,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:13'),(819,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:14'),(820,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:14'),(821,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:14'),(822,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:14'),(823,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:14'),(824,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','http://demoshop.eu.ngrok.io/en/order','2022-01-27 14:46:14'),(825,1,1,'/themes/core.js.map','','2022-01-27 14:46:21'),(826,1,1,'/modules/blockreassurance/views/dist/front.css.map','','2022-01-27 14:46:21'),(827,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1644589112','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-02-11 14:18:33'),(828,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1644589130','http://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-02-11 14:18:51'),(829,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-10 12:34:00'),(830,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-10 12:34:01'),(831,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-10 12:34:01'),(832,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-10 12:34:02'),(833,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-10 12:34:02'),(834,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-10 12:34:02'),(835,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-10 12:34:06'),(836,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-10 12:34:06'),(837,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-10 12:34:07'),(838,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-10 12:34:07'),(839,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-10 12:34:07'),(840,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-10 12:34:08'),(841,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:09'),(842,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:10'),(843,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:10'),(844,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:10'),(845,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:11'),(846,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:11'),(847,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:15'),(848,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:15'),(849,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:15'),(850,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:16'),(851,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:16'),(852,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:16'),(853,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:19'),(854,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:19'),(855,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:19'),(856,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:20'),(857,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:20'),(858,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:20'),(859,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:23'),(860,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:23'),(861,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:23'),(862,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:24'),(863,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:24'),(864,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-10 12:34:24'),(865,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1646915783','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-10 12:36:26'),(866,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminLogin&token=18c9d472aa83b9be98354cf330902767','2022-03-10 15:46:33'),(867,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminDashboard&token=c7e722677d24cced4f4c4dcc1d2ae476','2022-03-10 15:46:53'),(868,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php/improve/international/localization/?_token=zrbH12_EdKKZXuiFfj53YNH04lGIPcNbRi8FlWYkrMs','2022-03-10 15:48:06'),(869,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1646928780','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-10 16:13:03'),(870,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminDashboard&token=c7e722677d24cced4f4c4dcc1d2ae476','2022-03-10 16:14:34'),(871,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php/improve/modules/manage?_token=dPWXpSbPTreIA6MS6K5iUlqlyUaS0htaoVnR7uKB0j4','2022-03-10 16:14:53'),(872,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:42:20'),(873,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:42:21'),(874,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:42:21'),(875,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:42:21'),(876,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:42:21'),(877,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:42:21'),(878,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminLogin&token=18c9d472aa83b9be98354cf330902767&redirect=AdminDashboard','2022-03-15 05:42:56'),(879,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminDashboard&token=c7e722677d24cced4f4c4dcc1d2ae476','2022-03-15 05:43:08'),(880,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-15 05:43:13'),(881,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-15 05:43:14'),(882,1,1,'/img/app_icon.png','https://demoshop.eu.ngrok.io/admin1/index.php/improve/modules/manage?_token=WW6beH8OjKvdBgqs_xIX5PttVLgP8_9IMVYnRZh9--4','2022-03-15 05:43:26'),(883,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:43:57'),(884,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:43:57'),(885,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:43:57'),(886,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:43:57'),(887,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:43:57'),(888,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 05:43:57'),(889,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1647325038','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-15 06:17:21'),(890,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1647325157','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-15 06:19:20'),(891,1,1,'/modules/mollie/views/img/customLogo/customCreditCardLogo.jpg?1647325203','https://demoshop.eu.ngrok.io/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=445e693a6e5e93285be928cb1c52ea82','2022-03-15 06:20:06'),(892,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:44'),(893,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:44'),(894,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:44'),(895,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:45'),(896,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:45'),(897,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:45'),(898,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:20:49'),(899,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:20:49'),(900,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:20:49'),(901,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:20:50'),(902,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:20:50'),(903,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:20:50'),(904,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:20:53'),(905,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:20:53'),(906,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:20:53'),(907,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:20:54'),(908,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:20:54'),(909,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:20:54'),(910,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:58'),(911,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:58'),(912,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:58'),(913,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:59'),(914,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:59'),(915,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:20:59'),(916,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:21:19'),(917,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:21:19'),(918,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:21:19'),(919,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:21:19'),(920,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:21:19'),(921,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:21:20'),(922,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:30'),(923,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:31'),(924,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:31'),(925,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:31'),(926,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:31'),(927,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:32'),(928,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:35'),(929,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:35'),(930,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:35'),(931,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:36'),(932,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:36'),(933,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:36'),(934,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:38'),(935,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:38'),(936,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:38'),(937,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:39'),(938,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:39'),(939,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:39'),(940,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:41'),(941,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:41'),(942,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:41'),(943,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:42'),(944,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:42'),(945,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:22:42'),(946,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:45'),(947,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:45'),(948,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:45'),(949,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:46'),(950,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:46'),(951,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:22:46'),(952,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:48'),(953,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:48'),(954,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:48'),(955,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:49'),(956,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:49'),(957,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:22:50'),(958,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-03-15 06:22:54'),(959,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-03-15 06:22:54'),(960,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-03-15 06:22:54'),(961,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-03-15 06:23:00'),(962,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-03-15 06:23:00'),(963,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-03-15 06:23:00'),(964,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-03-15 06:23:03'),(965,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-03-15 06:23:03'),(966,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-03-15 06:23:03'),(967,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-03-15 06:23:04'),(968,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-03-15 06:23:04'),(969,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-03-15 06:23:04'),(970,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:24:58'),(971,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:24:58'),(972,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:24:58'),(973,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:24:59'),(974,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:24:59'),(975,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:24:59'),(976,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:03'),(977,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:03'),(978,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:03'),(979,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:04'),(980,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:04'),(981,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:05'),(982,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:06'),(983,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:07'),(984,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:07'),(985,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:08'),(986,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:08'),(987,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:08'),(988,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-03-15 06:25:20'),(989,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-03-15 06:25:20'),(990,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-03-15 06:25:20'),(991,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:25:29'),(992,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:25:29'),(993,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:25:29'),(994,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:25:29'),(995,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:25:29'),(996,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:25:30'),(997,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:33'),(998,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:33'),(999,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:33'),(1000,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:34'),(1001,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:34'),(1002,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:25:34'),(1003,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:36'),(1004,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:36'),(1005,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:36'),(1006,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:37'),(1007,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:37'),(1008,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:38'),(1009,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:53'),(1010,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:54'),(1011,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:25:54'),(1012,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:26:01'),(1013,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:26:02'),(1014,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:26:02'),(1015,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:28:42'),(1016,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:28:42'),(1017,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:28:42'),(1018,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:28:43'),(1019,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:28:43'),(1020,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:28:43'),(1021,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:28:47'),(1022,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:28:47'),(1023,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:28:47'),(1024,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:28:48'),(1025,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:28:48'),(1026,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:28:48'),(1027,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:28:50'),(1028,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:28:51'),(1029,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:28:51'),(1030,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:28:51'),(1031,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:28:52'),(1032,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:28:52'),(1033,1,1,'/modules/blockreassurance/views/dist/front.css.map','','2022-03-15 06:29:08'),(1034,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:04'),(1035,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:04'),(1036,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:05'),(1037,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:09'),(1038,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:09'),(1039,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:10'),(1040,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:22'),(1041,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:22'),(1042,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:23'),(1043,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:29'),(1044,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:35'),(1045,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:31:35'),(1046,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:07'),(1047,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:07'),(1048,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:07'),(1049,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:20'),(1050,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:20'),(1051,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:28'),(1052,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:31'),(1053,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:31'),(1054,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:31'),(1055,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:33'),(1056,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:44'),(1057,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:44'),(1058,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:49'),(1059,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:49'),(1060,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:50'),(1061,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:51'),(1062,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:53'),(1063,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:32:53'),(1064,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:32:58'),(1065,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:32:59'),(1066,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:32:59'),(1067,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:00'),(1068,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:00'),(1069,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:00'),(1070,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:03'),(1071,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:03'),(1072,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:04'),(1073,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:05'),(1074,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:07'),(1075,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:07'),(1076,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:44'),(1077,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:44'),(1078,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:44'),(1079,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:47'),(1080,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:47'),(1081,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:48'),(1082,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:52'),(1083,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:52'),(1084,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:52'),(1085,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:53'),(1086,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:53'),(1087,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:33:53'),(1088,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:55'),(1089,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:55'),(1090,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:56'),(1091,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:56'),(1092,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:57'),(1093,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:33:57'),(1094,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:59'),(1095,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:59'),(1096,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:59'),(1097,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:33:59'),(1098,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:00'),(1099,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:00'),(1100,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:03'),(1101,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:03'),(1102,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:03'),(1103,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:04'),(1104,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:04'),(1105,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:04'),(1106,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:07'),(1107,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:07'),(1108,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:07'),(1109,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:08'),(1110,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:08'),(1111,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:08'),(1112,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:09'),(1113,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:10'),(1114,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:10'),(1115,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:11'),(1116,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:11'),(1117,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:34:11'),(1118,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:15'),(1119,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:15'),(1120,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:15'),(1121,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:17'),(1122,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:17'),(1123,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:34:17'),(1124,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:19'),(1125,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:19'),(1126,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:19'),(1127,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:20'),(1128,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:20'),(1129,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:34:20'),(1130,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:00'),(1131,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:00'),(1132,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:00'),(1133,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:00'),(1134,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:01'),(1135,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:01'),(1136,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:04'),(1137,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:04'),(1138,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:04'),(1139,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:05'),(1140,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:05'),(1141,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:05'),(1142,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:07'),(1143,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:08'),(1144,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:08'),(1145,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:08'),(1146,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:09'),(1147,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:09'),(1148,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:18'),(1149,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:18'),(1150,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:18'),(1151,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:19'),(1152,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:19'),(1153,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:19'),(1154,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:23'),(1155,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:23'),(1156,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:23'),(1157,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:24'),(1158,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:24'),(1159,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:26'),(1160,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:26'),(1161,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:26'),(1162,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:27'),(1163,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:27'),(1164,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:27'),(1165,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:37'),(1166,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:37'),(1167,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:37'),(1168,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:37'),(1169,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:38'),(1170,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:35:38'),(1171,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:41'),(1172,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:41'),(1173,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:42'),(1174,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:42'),(1175,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:43'),(1176,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:35:43'),(1177,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:45'),(1178,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:45'),(1179,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:45'),(1180,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:46'),(1181,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:46'),(1182,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:35:46'),(1183,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:40'),(1184,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:40'),(1185,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:40'),(1186,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:41'),(1187,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:41'),(1188,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:41'),(1189,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:45'),(1190,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:45'),(1191,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:46'),(1192,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:46'),(1193,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:47'),(1194,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:47'),(1195,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:36:49'),(1196,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:36:49'),(1197,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:36:49'),(1198,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:36:50'),(1199,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:36:50'),(1200,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:36:50'),(1201,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:52'),(1202,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:53'),(1203,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:53'),(1204,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:53'),(1205,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:53'),(1206,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:36:54'),(1207,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:57'),(1208,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:57'),(1209,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:57'),(1210,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:58'),(1211,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:58'),(1212,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:36:58'),(1213,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:00'),(1214,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:01'),(1215,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:01'),(1216,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:02'),(1217,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:02'),(1218,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:02'),(1219,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:04'),(1220,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:04'),(1221,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:04'),(1222,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:05'),(1223,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:05'),(1224,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:05'),(1225,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:09'),(1226,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:09'),(1227,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:09'),(1228,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:10'),(1229,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:10'),(1230,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:10'),(1231,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:12'),(1232,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:12'),(1233,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:12'),(1234,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:13'),(1235,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:13'),(1236,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:13'),(1237,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:37'),(1238,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:37'),(1239,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:37'),(1240,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:38'),(1241,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:38'),(1242,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:37:38'),(1243,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:41'),(1244,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:42'),(1245,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:42'),(1246,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:42'),(1247,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:43'),(1248,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:37:43'),(1249,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:44'),(1250,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:45'),(1251,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:45'),(1252,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:45'),(1253,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:46'),(1254,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:37:46'),(1255,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:00'),(1256,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:00'),(1257,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:00'),(1258,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:01'),(1259,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:01'),(1260,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:01'),(1261,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:05'),(1262,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:05'),(1263,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:05'),(1264,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:06'),(1265,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:06'),(1266,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:06'),(1267,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:08'),(1268,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:08'),(1269,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:08'),(1270,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:09'),(1271,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:09'),(1272,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:09'),(1273,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','','2022-03-15 06:38:21'),(1274,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','','2022-03-15 06:38:21'),(1275,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','','2022-03-15 06:38:21'),(1276,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:42'),(1277,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:42'),(1278,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:42'),(1279,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:43'),(1280,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:43'),(1281,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:38:43'),(1282,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:46'),(1283,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:46'),(1284,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:46'),(1285,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:47'),(1286,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:47'),(1287,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:38:47'),(1288,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:49'),(1289,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:49'),(1290,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:49'),(1291,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:50'),(1292,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:50'),(1293,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:38:50'),(1294,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:02'),(1295,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:03'),(1296,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:03'),(1297,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:04'),(1298,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:04'),(1299,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:05'),(1300,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:05'),(1301,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:05'),(1302,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:05'),(1303,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:08'),(1304,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:08'),(1305,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:09'),(1306,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:09'),(1307,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:09'),(1308,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:09'),(1309,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:11'),(1310,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:11'),(1311,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:12'),(1312,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:12'),(1313,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:13'),(1314,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:13'),(1315,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:23'),(1316,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:23'),(1317,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:23'),(1318,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:24'),(1319,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:24'),(1320,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:24'),(1321,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:27'),(1322,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:27'),(1323,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:28'),(1324,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:28'),(1325,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:29'),(1326,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:39:29'),(1327,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:31'),(1328,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:31'),(1329,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:31'),(1330,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:32'),(1331,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:32'),(1332,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:39:32'),(1333,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:55'),(1334,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:55'),(1335,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:55'),(1336,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:56'),(1337,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:56'),(1338,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:39:56'),(1339,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:00'),(1340,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:00'),(1341,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:00'),(1342,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:01'),(1343,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:01'),(1344,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:01'),(1345,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:03'),(1346,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:03'),(1347,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:03'),(1348,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:04'),(1349,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:04'),(1350,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:05'),(1351,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:08'),(1352,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:08'),(1353,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:08'),(1354,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:09'),(1355,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:09'),(1356,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:09'),(1357,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:40:35'),(1358,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:40:35'),(1359,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:40:35'),(1360,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:40:36'),(1361,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:40:36'),(1362,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:40:36'),(1363,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:41'),(1364,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:41'),(1365,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:41'),(1366,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:42'),(1367,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:42'),(1368,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:40:43'),(1369,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:45'),(1370,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:45'),(1371,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:46'),(1372,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:47'),(1373,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:47'),(1374,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:47'),(1375,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:50'),(1376,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:51'),(1377,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:51'),(1378,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:52'),(1379,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:52'),(1380,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:52'),(1381,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:55'),(1382,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:55'),(1383,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:55'),(1384,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:56'),(1385,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:56'),(1386,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:40:56'),(1387,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:41:28'),(1388,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:41:28'),(1389,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:41:28'),(1390,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:41:29'),(1391,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:41:31'),(1392,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?id_product=1&id_product_attribute=1&rewrite=hummingbird-printed-t-shirt&controller=product&id_lang=1','2022-03-15 06:41:31'),(1393,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:41:35'),(1394,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:41:35'),(1395,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:41:35'),(1396,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:41:36'),(1397,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:41:36'),(1398,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=cart&action=show','2022-03-15 06:41:36'),(1399,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:38'),(1400,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:38'),(1401,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:39'),(1402,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:39'),(1403,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:39'),(1404,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:40'),(1405,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:43'),(1406,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:43'),(1407,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:43'),(1408,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:44'),(1409,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:44'),(1410,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:44'),(1411,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:47'),(1412,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:47'),(1413,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:47'),(1414,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:48'),(1415,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:48'),(1416,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:48'),(1417,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:51'),(1418,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:52'),(1419,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:52'),(1420,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:53'),(1421,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:53'),(1422,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:41:53'),(1423,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:43:21'),(1424,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:43:21'),(1425,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:43:21'),(1426,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:43:21'),(1427,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:43:22'),(1428,1,1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg','https://demoshop.eu.ngrok.io/index.php?controller=order','2022-03-15 06:43:22'); -/*!40000 ALTER TABLE `ps_pagenotfound` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product` --- - -DROP TABLE IF EXISTS `ps_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product` ( - `id_product` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_supplier` int(10) unsigned DEFAULT NULL, - `id_manufacturer` int(10) unsigned DEFAULT NULL, - `id_category_default` int(10) unsigned DEFAULT NULL, - `id_shop_default` int(10) unsigned NOT NULL DEFAULT '1', - `id_tax_rules_group` int(11) unsigned NOT NULL, - `on_sale` tinyint(1) unsigned NOT NULL DEFAULT '0', - `online_only` tinyint(1) unsigned NOT NULL DEFAULT '0', - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `mpn` varchar(40) DEFAULT NULL, - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `quantity` int(10) NOT NULL DEFAULT '0', - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unity` varchar(255) DEFAULT NULL, - `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000', - `additional_shipping_cost` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reference` varchar(64) DEFAULT NULL, - `supplier_reference` varchar(64) DEFAULT NULL, - `location` varchar(64) DEFAULT NULL, - `width` decimal(20,6) NOT NULL DEFAULT '0.000000', - `height` decimal(20,6) NOT NULL DEFAULT '0.000000', - `depth` decimal(20,6) NOT NULL DEFAULT '0.000000', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - `out_of_stock` int(10) unsigned NOT NULL DEFAULT '2', - `additional_delivery_times` tinyint(1) unsigned NOT NULL DEFAULT '1', - `quantity_discount` tinyint(1) DEFAULT '0', - `customizable` tinyint(2) NOT NULL DEFAULT '0', - `uploadable_files` tinyint(4) NOT NULL DEFAULT '0', - `text_fields` tinyint(4) NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `redirect_type` enum('','404','301-product','302-product','301-category','302-category') NOT NULL DEFAULT '', - `id_type_redirected` int(10) unsigned NOT NULL DEFAULT '0', - `available_for_order` tinyint(1) NOT NULL DEFAULT '1', - `available_date` date DEFAULT NULL, - `show_condition` tinyint(1) NOT NULL DEFAULT '0', - `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new', - `show_price` tinyint(1) NOT NULL DEFAULT '1', - `indexed` tinyint(1) NOT NULL DEFAULT '0', - `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both', - `cache_is_pack` tinyint(1) NOT NULL DEFAULT '0', - `cache_has_attachments` tinyint(1) NOT NULL DEFAULT '0', - `is_virtual` tinyint(1) NOT NULL DEFAULT '0', - `cache_default_attribute` int(10) unsigned DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `advanced_stock_management` tinyint(1) NOT NULL DEFAULT '0', - `pack_stock_type` int(11) unsigned NOT NULL DEFAULT '3', - `state` int(11) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_product`), - KEY `reference_idx` (`reference`), - KEY `supplier_reference_idx` (`supplier_reference`), - KEY `product_supplier` (`id_supplier`), - KEY `product_manufacturer` (`id_manufacturer`,`id_product`), - KEY `id_category_default` (`id_category_default`), - KEY `indexed` (`indexed`), - KEY `date_add` (`date_add`), - KEY `state` (`state`,`date_upd`) -) ENGINE=InnoDB AUTO_INCREMENT=20 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product` --- - -LOCK TABLES `ps_product` WRITE; -/*!40000 ALTER TABLE `ps_product` DISABLE KEYS */; -INSERT INTO `ps_product` VALUES (1,0,1,4,1,1,0,0,'','','','',0.000000,0,1,NULL,0,200.000000,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,'2022-01-27 14:25:28','2022-03-15 08:02:04',0,3,1),(2,0,1,5,1,1,0,0,'','','','',0.000000,0,1,NULL,0,35.900000,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,'2022-01-27 14:25:28','2022-01-27 14:25:28',0,3,1),(3,0,2,9,1,1,0,0,'','','','',0.000000,0,1,NULL,0,29.000000,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,'2022-01-27 14:25:28','2022-01-27 14:25:28',0,3,1),(4,0,2,9,1,1,0,0,'','','','',0.000000,0,1,NULL,0,29.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,'2022-01-27 14:25:28','2022-01-27 14:25:28',0,3,1),(5,0,2,9,1,1,0,0,'','','','',0.000000,0,1,NULL,0,29.000000,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,'2022-01-27 14:25:28','2022-01-27 14:25:28',0,3,1),(6,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,11.900000,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,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(7,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,11.900000,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,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(8,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,'demo_13','','',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,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(9,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,'demo_15','','',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,22,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(10,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,'demo_16','','',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,24,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(11,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,'demo_17','','',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,26,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(12,0,2,9,1,1,0,0,'','','','',0.000000,0,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,'demo_18','','',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,1,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(13,0,2,9,1,1,0,0,'','','','',0.000000,0,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,'demo_19','','',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,1,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(14,0,2,9,1,1,0,0,'','','','',0.000000,0,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,'demo_20','','',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,1,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(15,0,0,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,35.000000,0.000000,'',0.000000,0.000000,'demo_21','','',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',1,0,0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(16,0,2,7,1,1,0,0,'','','','',0.000000,0,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,'demo_8','','',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,28,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(17,0,2,7,1,1,0,0,'','','','',0.000000,0,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,'demo_9','','',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,32,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(18,0,2,7,1,1,0,0,'','','','',0.000000,0,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,'demo_10','','',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,36,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1),(19,0,1,8,1,1,0,0,'','','','',0.000000,0,1,NULL,0,13.900000,0.000000,'',0.000000,0.000000,'demo_14','','',0.000000,0.000000,0.000000,0.300000,2,1,0,1,0,1,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',0,3,1); -/*!40000 ALTER TABLE `ps_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attachment` --- - -DROP TABLE IF EXISTS `ps_product_attachment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attachment` ( - `id_product` int(10) unsigned NOT NULL, - `id_attachment` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_attachment`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attachment` --- - -LOCK TABLES `ps_product_attachment` WRITE; -/*!40000 ALTER TABLE `ps_product_attachment` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_attachment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute` --- - -DROP TABLE IF EXISTS `ps_product_attribute`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute` ( - `id_product_attribute` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `reference` varchar(64) DEFAULT NULL, - `supplier_reference` varchar(64) DEFAULT NULL, - `location` varchar(64) DEFAULT NULL, - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `mpn` varchar(40) DEFAULT NULL, - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `quantity` int(10) NOT NULL DEFAULT '0', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_impact` decimal(20,6) NOT NULL DEFAULT '0.000000', - `default_on` tinyint(1) unsigned DEFAULT NULL, - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `available_date` date DEFAULT NULL, - PRIMARY KEY (`id_product_attribute`), - UNIQUE KEY `product_default` (`id_product`,`default_on`), - KEY `product_attribute_product` (`id_product`), - KEY `reference` (`reference`), - KEY `supplier_reference` (`supplier_reference`), - KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=40 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute` --- - -LOCK TABLES `ps_product_attribute` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute` DISABLE KEYS */; -INSERT INTO `ps_product_attribute` VALUES (1,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(6,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(7,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(8,1,'demo_1','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(9,2,'demo_3','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(10,2,'demo_3','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(11,2,'demo_3','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(12,2,'demo_3','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(13,3,'demo_6','','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(14,3,'demo_6','','','','','','',0.000000,20.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(15,3,'demo_6','','','','','','',0.000000,50.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,4,'demo_5','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(17,4,'demo_5','','','','','','',0.000000,20.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,4,'demo_5','','','','','','',0.000000,50.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(19,5,'demo_7','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(20,5,'demo_7','','','','','','',0.000000,20.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(21,5,'demo_7','','','','','','',0.000000,50.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(22,9,'demo_15','','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(23,9,'demo_15','','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(24,10,'demo_16','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(25,10,'demo_16','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(26,11,'demo_17','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(27,11,'demo_17','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(28,16,'demo_8','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(29,16,'demo_8','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(30,16,'demo_8','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(31,16,'demo_8','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(32,17,'demo_9','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(33,17,'demo_9','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(34,17,'demo_9','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(35,17,'demo_9','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(36,18,'demo_10','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(37,18,'demo_10','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(38,18,'demo_10','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(39,18,'demo_10','','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'); -/*!40000 ALTER TABLE `ps_product_attribute` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute_combination` --- - -DROP TABLE IF EXISTS `ps_product_attribute_combination`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute_combination` ( - `id_attribute` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_attribute`,`id_product_attribute`), - KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute_combination` --- - -LOCK TABLES `ps_product_attribute_combination` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute_combination` DISABLE KEYS */; -INSERT INTO `ps_product_attribute_combination` VALUES (1,1),(8,1),(1,2),(11,2),(2,3),(8,3),(2,4),(11,4),(3,5),(8,5),(3,6),(11,6),(4,7),(8,7),(4,8),(11,8),(1,9),(2,10),(3,11),(4,12),(19,13),(20,14),(21,15),(19,16),(20,17),(21,18),(19,19),(20,20),(21,21),(8,22),(11,23),(8,24),(11,25),(8,26),(11,27),(22,28),(23,29),(24,30),(25,31),(22,32),(23,33),(24,34),(25,35),(22,36),(23,37),(24,38),(25,39); -/*!40000 ALTER TABLE `ps_product_attribute_combination` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute_image` --- - -DROP TABLE IF EXISTS `ps_product_attribute_image`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute_image` ( - `id_product_attribute` int(10) unsigned NOT NULL, - `id_image` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_attribute`,`id_image`), - KEY `id_image` (`id_image`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute_image` --- - -LOCK TABLES `ps_product_attribute_image` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute_image` DISABLE KEYS */; -INSERT INTO `ps_product_attribute_image` VALUES (9,0),(10,0),(11,0),(12,0),(2,1),(4,1),(6,1),(8,1),(1,2),(3,2),(5,2),(7,2),(13,3),(14,3),(15,3),(16,4),(17,4),(18,4),(19,5),(20,5),(21,5),(23,9),(22,10),(25,11),(24,12),(27,13),(26,14),(28,18),(29,18),(30,18),(31,18),(32,19),(33,19),(34,19),(35,19),(36,20),(37,20),(38,20),(39,20); -/*!40000 ALTER TABLE `ps_product_attribute_image` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute_shop` --- - -DROP TABLE IF EXISTS `ps_product_attribute_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute_shop` ( - `id_product` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_impact` decimal(20,6) NOT NULL DEFAULT '0.000000', - `default_on` tinyint(1) unsigned DEFAULT NULL, - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `available_date` date DEFAULT NULL, - PRIMARY KEY (`id_product_attribute`,`id_shop`), - UNIQUE KEY `id_product` (`id_product`,`id_shop`,`default_on`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute_shop` --- - -LOCK TABLES `ps_product_attribute_shop` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute_shop` DISABLE KEYS */; -INSERT INTO `ps_product_attribute_shop` VALUES (1,1,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(1,1,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(1,2,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,2,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,3,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,3,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,4,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,4,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,5,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,5,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,6,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,6,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,7,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,7,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,8,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,8,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,9,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,9,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,10,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,10,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,11,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,11,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,12,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,12,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,13,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(3,13,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(3,14,1,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,14,2,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,15,1,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,15,2,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,16,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(4,16,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(4,17,1,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,17,2,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,18,1,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,18,2,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,19,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(5,19,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(5,20,1,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,20,2,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,21,1,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,21,2,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(9,22,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(9,22,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(9,23,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(9,23,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(10,24,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(10,24,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(10,25,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(10,25,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(11,26,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(11,26,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(11,27,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(11,27,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,28,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(16,28,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(16,29,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,29,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,30,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,30,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,31,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,31,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,32,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(17,32,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(17,33,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,33,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,34,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,34,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,35,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,35,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,36,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(18,36,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(18,37,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,37,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,38,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,38,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,39,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,39,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'); -/*!40000 ALTER TABLE `ps_product_attribute_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_carrier` --- - -DROP TABLE IF EXISTS `ps_product_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_carrier` ( - `id_product` int(10) unsigned NOT NULL, - `id_carrier_reference` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_carrier` --- - -LOCK TABLES `ps_product_carrier` WRITE; -/*!40000 ALTER TABLE `ps_product_carrier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment` --- - -DROP TABLE IF EXISTS `ps_product_comment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment` ( - `id_product_comment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_guest` int(10) unsigned DEFAULT NULL, - `title` varchar(64) DEFAULT NULL, - `content` text NOT NULL, - `customer_name` varchar(64) DEFAULT NULL, - `grade` float unsigned NOT NULL, - `validate` tinyint(1) NOT NULL, - `deleted` tinyint(1) NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_product_comment`), - KEY `id_product` (`id_product`), - KEY `id_customer` (`id_customer`), - KEY `id_guest` (`id_guest`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment` --- - -LOCK TABLES `ps_product_comment` WRITE; -/*!40000 ALTER TABLE `ps_product_comment` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_comment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_criterion` --- - -DROP TABLE IF EXISTS `ps_product_comment_criterion`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_criterion` ( - `id_product_comment_criterion` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product_comment_criterion_type` tinyint(1) NOT NULL, - `active` tinyint(1) NOT NULL, - PRIMARY KEY (`id_product_comment_criterion`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_criterion` --- - -LOCK TABLES `ps_product_comment_criterion` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_criterion` DISABLE KEYS */; -INSERT INTO `ps_product_comment_criterion` VALUES (1,1,1); -/*!40000 ALTER TABLE `ps_product_comment_criterion` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_criterion_category` --- - -DROP TABLE IF EXISTS `ps_product_comment_criterion_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_criterion_category` ( - `id_product_comment_criterion` int(10) unsigned NOT NULL, - `id_category` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_comment_criterion`,`id_category`), - KEY `id_category` (`id_category`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_criterion_category` --- - -LOCK TABLES `ps_product_comment_criterion_category` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_criterion_category` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_comment_criterion_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_criterion_lang` --- - -DROP TABLE IF EXISTS `ps_product_comment_criterion_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_criterion_lang` ( - `id_product_comment_criterion` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id_product_comment_criterion`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_criterion_lang` --- - -LOCK TABLES `ps_product_comment_criterion_lang` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_criterion_lang` DISABLE KEYS */; -INSERT INTO `ps_product_comment_criterion_lang` VALUES (1,1,'Quality'),(1,2,'Quality'),(1,3,'Quality'); -/*!40000 ALTER TABLE `ps_product_comment_criterion_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_criterion_product` --- - -DROP TABLE IF EXISTS `ps_product_comment_criterion_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_criterion_product` ( - `id_product` int(10) unsigned NOT NULL, - `id_product_comment_criterion` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_product_comment_criterion`), - KEY `id_product_comment_criterion` (`id_product_comment_criterion`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_criterion_product` --- - -LOCK TABLES `ps_product_comment_criterion_product` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_criterion_product` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_comment_criterion_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_grade` --- - -DROP TABLE IF EXISTS `ps_product_comment_grade`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_grade` ( - `id_product_comment` int(10) unsigned NOT NULL, - `id_product_comment_criterion` int(10) unsigned NOT NULL, - `grade` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_comment`,`id_product_comment_criterion`), - KEY `id_product_comment_criterion` (`id_product_comment_criterion`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_grade` --- - -LOCK TABLES `ps_product_comment_grade` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_grade` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_comment_grade` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_report` --- - -DROP TABLE IF EXISTS `ps_product_comment_report`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_report` ( - `id_product_comment` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_comment`,`id_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_report` --- - -LOCK TABLES `ps_product_comment_report` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_report` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_comment_report` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_comment_usefulness` --- - -DROP TABLE IF EXISTS `ps_product_comment_usefulness`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_comment_usefulness` ( - `id_product_comment` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `usefulness` tinyint(1) unsigned NOT NULL, - PRIMARY KEY (`id_product_comment`,`id_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_comment_usefulness` --- - -LOCK TABLES `ps_product_comment_usefulness` WRITE; -/*!40000 ALTER TABLE `ps_product_comment_usefulness` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_comment_usefulness` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_country_tax` --- - -DROP TABLE IF EXISTS `ps_product_country_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_country_tax` ( - `id_product` int(11) NOT NULL, - `id_country` int(11) NOT NULL, - `id_tax` int(11) NOT NULL, - PRIMARY KEY (`id_product`,`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_country_tax` --- - -LOCK TABLES `ps_product_country_tax` WRITE; -/*!40000 ALTER TABLE `ps_product_country_tax` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_country_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_download` --- - -DROP TABLE IF EXISTS `ps_product_download`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_download` ( - `id_product_download` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `display_filename` varchar(255) DEFAULT NULL, - `filename` varchar(255) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_expiration` datetime DEFAULT NULL, - `nb_days_accessible` int(10) unsigned DEFAULT NULL, - `nb_downloadable` int(10) unsigned DEFAULT '1', - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `is_shareable` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_product_download`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_download` --- - -LOCK TABLES `ps_product_download` WRITE; -/*!40000 ALTER TABLE `ps_product_download` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_download` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_group_reduction_cache` --- - -DROP TABLE IF EXISTS `ps_product_group_reduction_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_group_reduction_cache` ( - `id_product` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - `reduction` decimal(5,4) NOT NULL, - PRIMARY KEY (`id_product`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_group_reduction_cache` --- - -LOCK TABLES `ps_product_group_reduction_cache` WRITE; -/*!40000 ALTER TABLE `ps_product_group_reduction_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_group_reduction_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_lang` --- - -DROP TABLE IF EXISTS `ps_product_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_lang` ( - `id_product` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `description` text, - `description_short` text, - `link_rewrite` varchar(128) NOT NULL, - `meta_description` varchar(512) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - `name` varchar(128) NOT NULL, - `available_now` varchar(255) DEFAULT NULL, - `available_later` varchar(255) DEFAULT NULL, - `delivery_in_stock` varchar(255) DEFAULT NULL, - `delivery_out_stock` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), - KEY `id_lang` (`id_lang`), - KEY `name` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_lang` --- - -LOCK TABLES `ps_product_lang` WRITE; -/*!40000 ALTER TABLE `ps_product_lang` DISABLE KEYS */; -INSERT INTO `ps_product_lang` VALUES (1,1,1,'

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

','

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

\n

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

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

','

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

\n

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

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

','

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

\n

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

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

','

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

\r\n

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

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

','

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

\r\n

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

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

','

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

\r\n

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

Printed on rigid matt paper and smooth surface.

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

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

','

Printed on rigid matt paper and smooth surface.

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

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

','

Printed on rigid matt paper and smooth surface.

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

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

','

Printed on rigid matt paper and smooth surface.

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

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

','

Printed on rigid matt paper and smooth surface.

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

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

','

Printed on rigid matt paper and smooth surface.

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

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

','

Printed on rigid matt finish and smooth surface.

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

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

','

Printed on rigid matt finish and smooth surface.

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

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

','

Printed on rigid matt finish and smooth surface.

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

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

','

Printed on rigid matt finish and smooth surface.

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

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

','

Printed on rigid matt finish and smooth surface.

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

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

','

Printed on rigid matt finish and smooth surface.

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

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

','

Printed on rigid paper with matt finish and smooth surface.

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

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

','

Printed on rigid paper with matt finish and smooth surface.

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

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

','

Printed on rigid paper with matt finish and smooth surface.

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

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

','

Printed on rigid paper with matt finish and smooth surface.

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

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

','

Printed on rigid paper with matt finish and smooth surface.

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

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

','

Printed on rigid paper with matt finish and smooth surface.

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

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

','

White Ceramic Mug, 325ml.

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

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

','

White Ceramic Mug, 325ml.

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

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

','

White Ceramic Mug, 325ml.

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

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

','

White Ceramic Mug, 325ml.

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

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

','

White Ceramic Mug, 325ml.

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

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

','

White Ceramic Mug, 325ml.

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

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

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

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

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

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''); -/*!40000 ALTER TABLE `ps_product_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_sale` --- - -DROP TABLE IF EXISTS `ps_product_sale`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_sale` ( - `id_product` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `sale_nbr` int(10) unsigned NOT NULL DEFAULT '0', - `date_upd` date DEFAULT NULL, - PRIMARY KEY (`id_product`), - KEY `quantity` (`quantity`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_sale` --- - -LOCK TABLES `ps_product_sale` WRITE; -/*!40000 ALTER TABLE `ps_product_sale` DISABLE KEYS */; -INSERT INTO `ps_product_sale` VALUES (1,1,1,'2022-03-15'); -/*!40000 ALTER TABLE `ps_product_sale` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_shop` --- - -DROP TABLE IF EXISTS `ps_product_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_shop` ( - `id_product` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `id_category_default` int(10) unsigned DEFAULT NULL, - `id_tax_rules_group` int(11) unsigned NOT NULL, - `on_sale` tinyint(1) unsigned NOT NULL DEFAULT '0', - `online_only` tinyint(1) unsigned NOT NULL DEFAULT '0', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unity` varchar(255) DEFAULT NULL, - `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000', - `additional_shipping_cost` decimal(20,6) NOT NULL DEFAULT '0.000000', - `customizable` tinyint(2) NOT NULL DEFAULT '0', - `uploadable_files` tinyint(4) NOT NULL DEFAULT '0', - `text_fields` tinyint(4) NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `redirect_type` enum('','404','301-product','302-product','301-category','302-category') NOT NULL DEFAULT '', - `id_type_redirected` int(10) unsigned NOT NULL DEFAULT '0', - `available_for_order` tinyint(1) NOT NULL DEFAULT '1', - `available_date` date DEFAULT NULL, - `show_condition` tinyint(1) NOT NULL DEFAULT '1', - `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new', - `show_price` tinyint(1) NOT NULL DEFAULT '1', - `indexed` tinyint(1) NOT NULL DEFAULT '0', - `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both', - `cache_default_attribute` int(10) unsigned DEFAULT NULL, - `advanced_stock_management` tinyint(1) NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `pack_stock_type` int(11) unsigned NOT NULL DEFAULT '3', - PRIMARY KEY (`id_product`,`id_shop`), - KEY `id_category_default` (`id_category_default`), - KEY `date_add` (`date_add`,`active`,`visibility`), - KEY `indexed` (`indexed`,`active`,`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_shop` --- - -LOCK TABLES `ps_product_shop` WRITE; -/*!40000 ALTER TABLE `ps_product_shop` DISABLE KEYS */; -INSERT INTO `ps_product_shop` VALUES (1,1,4,1,0,0,0.000000,1,NULL,0,200.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',1,0,'2022-01-27 14:25:28','2022-03-15 08:02:04',3),(1,2,4,1,0,0,0.000000,1,NULL,0,23.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',1,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(2,1,5,1,0,0,0.000000,1,NULL,0,35.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',9,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(2,2,5,1,0,0,0.000000,1,NULL,0,35.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',9,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(3,1,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',13,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(3,2,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',13,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(4,1,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',16,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(4,2,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',16,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(5,1,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',19,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(5,2,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',19,0,'2022-01-27 14:25:28','2022-01-27 14:25:28',3),(6,1,8,1,0,0,0.000000,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(6,2,8,1,0,0,0.000000,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(7,1,8,1,0,0,0.000000,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(7,2,8,1,0,0,0.000000,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(8,1,8,1,0,0,0.000000,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(8,2,8,1,0,0,0.000000,1,NULL,0,11.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(9,1,8,1,0,0,0.000000,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',22,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(9,2,8,1,0,0,0.000000,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',22,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(10,1,8,1,0,0,0.000000,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',24,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(10,2,8,1,0,0,0.000000,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',24,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(11,1,8,1,0,0,0.000000,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',26,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(11,2,8,1,0,0,0.000000,1,NULL,0,18.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',26,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(12,1,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(12,2,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(13,1,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(13,2,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(14,1,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(14,2,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(15,1,8,1,0,0,0.000000,1,NULL,0,35.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(15,2,8,1,0,0,0.000000,1,NULL,0,35.000000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(16,1,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',28,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(16,2,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',28,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(17,1,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',32,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(17,2,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',32,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(18,1,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',36,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(18,2,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.000000,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',36,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(19,1,8,1,0,0,0.000000,1,NULL,0,13.900000,0.000000,'',0.000000,0.000000,1,0,1,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3),(19,2,8,1,0,0,0.000000,1,NULL,0,13.900000,0.000000,'',0.000000,0.000000,1,0,1,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2022-01-27 14:25:29','2022-01-27 14:25:29',3); -/*!40000 ALTER TABLE `ps_product_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_supplier` --- - -DROP TABLE IF EXISTS `ps_product_supplier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_supplier` ( - `id_product_supplier` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL DEFAULT '0', - `id_supplier` int(11) unsigned NOT NULL, - `product_supplier_reference` varchar(64) DEFAULT NULL, - `product_supplier_price_te` decimal(20,6) NOT NULL DEFAULT '0.000000', - `id_currency` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_product_supplier`), - UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`), - KEY `id_supplier` (`id_supplier`,`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_supplier` --- - -LOCK TABLES `ps_product_supplier` WRITE; -/*!40000 ALTER TABLE `ps_product_supplier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_supplier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_tag` --- - -DROP TABLE IF EXISTS `ps_product_tag`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_tag` ( - `id_product` int(10) unsigned NOT NULL, - `id_tag` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_tag`), - KEY `id_tag` (`id_tag`), - KEY `id_lang` (`id_lang`,`id_tag`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_tag` --- - -LOCK TABLES `ps_product_tag` WRITE; -/*!40000 ALTER TABLE `ps_product_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_tag` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_profile` --- - -DROP TABLE IF EXISTS `ps_profile`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_profile` ( - `id_profile` int(10) unsigned NOT NULL AUTO_INCREMENT, - PRIMARY KEY (`id_profile`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_profile` --- - -LOCK TABLES `ps_profile` WRITE; -/*!40000 ALTER TABLE `ps_profile` DISABLE KEYS */; -INSERT INTO `ps_profile` VALUES (1),(2),(3),(4); -/*!40000 ALTER TABLE `ps_profile` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_profile_lang` --- - -DROP TABLE IF EXISTS `ps_profile_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_profile_lang` ( - `id_lang` int(10) unsigned NOT NULL, - `id_profile` int(10) unsigned NOT NULL, - `name` varchar(128) NOT NULL, - PRIMARY KEY (`id_profile`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_profile_lang` --- - -LOCK TABLES `ps_profile_lang` WRITE; -/*!40000 ALTER TABLE `ps_profile_lang` DISABLE KEYS */; -INSERT INTO `ps_profile_lang` VALUES (1,1,'SuperAdmin'),(2,1,'SuperAdmin'),(3,1,'SuperAdmin'),(1,2,'Logistician'),(2,2,'Logistikos specialistas'),(3,2,'Logistiker'),(1,3,'Translator'),(2,3,'Vertėjas'),(3,3,'Übersetzer'),(1,4,'Salesman'),(2,4,'Pardavėjas'),(3,4,'Verkäufer'); -/*!40000 ALTER TABLE `ps_profile_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psgdpr_consent` --- - -DROP TABLE IF EXISTS `ps_psgdpr_consent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psgdpr_consent` ( - `id_gdpr_consent` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_module` int(10) unsigned NOT NULL, - `active` int(10) NOT NULL, - `error` int(10) DEFAULT NULL, - `error_message` text, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_gdpr_consent`,`id_module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psgdpr_consent` --- - -LOCK TABLES `ps_psgdpr_consent` WRITE; -/*!40000 ALTER TABLE `ps_psgdpr_consent` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_psgdpr_consent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psgdpr_consent_lang` --- - -DROP TABLE IF EXISTS `ps_psgdpr_consent_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psgdpr_consent_lang` ( - `id_gdpr_consent` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `message` text, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_gdpr_consent`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psgdpr_consent_lang` --- - -LOCK TABLES `ps_psgdpr_consent_lang` WRITE; -/*!40000 ALTER TABLE `ps_psgdpr_consent_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_psgdpr_consent_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psgdpr_log` --- - -DROP TABLE IF EXISTS `ps_psgdpr_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psgdpr_log` ( - `id_gdpr_log` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned DEFAULT NULL, - `id_guest` int(10) unsigned DEFAULT NULL, - `client_name` varchar(250) DEFAULT NULL, - `id_module` int(10) unsigned NOT NULL, - `request_type` int(10) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_gdpr_log`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psgdpr_log` --- - -LOCK TABLES `ps_psgdpr_log` WRITE; -/*!40000 ALTER TABLE `ps_psgdpr_log` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_psgdpr_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psreassurance` --- - -DROP TABLE IF EXISTS `ps_psreassurance`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psreassurance` ( - `id_psreassurance` int(10) unsigned NOT NULL AUTO_INCREMENT, - `icon` varchar(255) DEFAULT NULL, - `custom_icon` varchar(255) DEFAULT NULL, - `status` int(10) unsigned NOT NULL, - `position` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `type_link` int(10) unsigned DEFAULT NULL, - `id_cms` int(10) unsigned DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime DEFAULT NULL, - PRIMARY KEY (`id_psreassurance`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psreassurance` --- - -LOCK TABLES `ps_psreassurance` WRITE; -/*!40000 ALTER TABLE `ps_psreassurance` DISABLE KEYS */; -INSERT INTO `ps_psreassurance` VALUES (1,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/security.svg',NULL,1,1,1,NULL,NULL,'2022-01-27 14:25:16',NULL),(2,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/carrier.svg',NULL,1,2,1,NULL,NULL,'2022-01-27 14:25:16',NULL),(3,'/docker177/modules/blockreassurance/views/img/reassurance/pack2/parcel.svg',NULL,1,3,1,NULL,NULL,'2022-01-27 14:25:16',NULL); -/*!40000 ALTER TABLE `ps_psreassurance` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psreassurance_lang` --- - -DROP TABLE IF EXISTS `ps_psreassurance_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psreassurance_lang` ( - `id_psreassurance` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `title` varchar(255) NOT NULL, - `description` varchar(255) NOT NULL, - `link` varchar(255) NOT NULL, - PRIMARY KEY (`id_psreassurance`,`id_shop`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psreassurance_lang` --- - -LOCK TABLES `ps_psreassurance_lang` WRITE; -/*!40000 ALTER TABLE `ps_psreassurance_lang` DISABLE KEYS */; -INSERT INTO `ps_psreassurance_lang` VALUES (1,1,0,'','',''),(1,2,0,'','',''),(1,3,0,'','',''),(1,1,1,'Security policy','(edit with the Customer Reassurance module)',''),(1,2,1,'Security policy','(edit with the Customer Reassurance module)',''),(1,3,1,'Security policy','(edit with the Customer Reassurance module)',''),(2,1,0,'','',''),(2,2,0,'','',''),(2,3,0,'','',''),(2,1,1,'Delivery policy','(edit with the Customer Reassurance module)',''),(2,2,1,'Delivery policy','(edit with the Customer Reassurance module)',''),(2,3,1,'Delivery policy','(edit with the Customer Reassurance module)',''),(3,1,0,'','',''),(3,2,0,'','',''),(3,3,0,'','',''),(3,1,1,'Return policy','(edit with the Customer Reassurance module)',''),(3,2,1,'Return policy','(edit with the Customer Reassurance module)',''),(3,3,1,'Return policy','(edit with the Customer Reassurance module)',''); -/*!40000 ALTER TABLE `ps_psreassurance_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_quick_access` --- - -DROP TABLE IF EXISTS `ps_quick_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_quick_access` ( - `id_quick_access` int(10) unsigned NOT NULL AUTO_INCREMENT, - `new_window` tinyint(1) NOT NULL DEFAULT '0', - `link` varchar(255) NOT NULL, - PRIMARY KEY (`id_quick_access`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_quick_access` --- - -LOCK TABLES `ps_quick_access` WRITE; -/*!40000 ALTER TABLE `ps_quick_access` DISABLE KEYS */; -INSERT INTO `ps_quick_access` VALUES (1,0,'index.php?controller=AdminOrders'),(2,0,'index.php?controller=AdminCartRules&addcart_rule'),(3,0,'index.php/sell/catalog/products/new'),(4,0,'index.php/sell/catalog/categories/new'),(5,0,'index.php/improve/modules/manage'),(6,0,'index.php?controller=AdminStats&module=statscheckup'); -/*!40000 ALTER TABLE `ps_quick_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_quick_access_lang` --- - -DROP TABLE IF EXISTS `ps_quick_access_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_quick_access_lang` ( - `id_quick_access` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_quick_access`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_quick_access_lang` --- - -LOCK TABLES `ps_quick_access_lang` WRITE; -/*!40000 ALTER TABLE `ps_quick_access_lang` DISABLE KEYS */; -INSERT INTO `ps_quick_access_lang` VALUES (1,1,'Orders'),(1,2,'Užsakymai'),(1,3,'Bestellungen'),(2,1,'New voucher'),(2,2,'Naujas kuponas'),(2,3,'Neuer Ermäßigungsgutschein'),(3,1,'New product'),(3,2,'Nauja prekė'),(3,3,'Neuer Artikel'),(4,1,'New category'),(4,2,'Nauja kategorija'),(4,3,'Neue Kategorie'),(5,1,'Installed modules'),(5,2,'Įdiegti moduliai'),(5,3,'Installierte Module'),(6,1,'Catalog evaluation'),(6,2,'Katalogo vertinimas'),(6,3,'Katalogauswertung'); -/*!40000 ALTER TABLE `ps_quick_access_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_range_price` --- - -DROP TABLE IF EXISTS `ps_range_price`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_range_price` ( - `id_range_price` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_carrier` int(10) unsigned NOT NULL, - `delimiter1` decimal(20,6) NOT NULL, - `delimiter2` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_range_price`), - UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_range_price` --- - -LOCK TABLES `ps_range_price` WRITE; -/*!40000 ALTER TABLE `ps_range_price` DISABLE KEYS */; -INSERT INTO `ps_range_price` VALUES (1,2,0.000000,10000.000000),(2,3,0.000000,50.000000),(3,3,50.000000,100.000000),(4,3,100.000000,200.000000); -/*!40000 ALTER TABLE `ps_range_price` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_range_weight` --- - -DROP TABLE IF EXISTS `ps_range_weight`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_range_weight` ( - `id_range_weight` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_carrier` int(10) unsigned NOT NULL, - `delimiter1` decimal(20,6) NOT NULL, - `delimiter2` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_range_weight`), - UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_range_weight` --- - -LOCK TABLES `ps_range_weight` WRITE; -/*!40000 ALTER TABLE `ps_range_weight` DISABLE KEYS */; -INSERT INTO `ps_range_weight` VALUES (1,2,0.000000,10000.000000),(2,4,0.000000,1.000000),(3,4,1.000000,3.000000),(4,4,3.000000,10000.000000); -/*!40000 ALTER TABLE `ps_range_weight` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_referrer` --- - -DROP TABLE IF EXISTS `ps_referrer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_referrer` ( - `id_referrer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `passwd` varchar(255) DEFAULT NULL, - `http_referer_regexp` varchar(64) DEFAULT NULL, - `http_referer_like` varchar(64) DEFAULT NULL, - `request_uri_regexp` varchar(64) DEFAULT NULL, - `request_uri_like` varchar(64) DEFAULT NULL, - `http_referer_regexp_not` varchar(64) DEFAULT NULL, - `http_referer_like_not` varchar(64) DEFAULT NULL, - `request_uri_regexp_not` varchar(64) DEFAULT NULL, - `request_uri_like_not` varchar(64) DEFAULT NULL, - `base_fee` decimal(5,2) NOT NULL DEFAULT '0.00', - `percent_fee` decimal(5,2) NOT NULL DEFAULT '0.00', - `click_fee` decimal(5,2) NOT NULL DEFAULT '0.00', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_referrer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_referrer` --- - -LOCK TABLES `ps_referrer` WRITE; -/*!40000 ALTER TABLE `ps_referrer` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_referrer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_referrer_cache` --- - -DROP TABLE IF EXISTS `ps_referrer_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_referrer_cache` ( - `id_connections_source` int(11) unsigned NOT NULL, - `id_referrer` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_connections_source`,`id_referrer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_referrer_cache` --- - -LOCK TABLES `ps_referrer_cache` WRITE; -/*!40000 ALTER TABLE `ps_referrer_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_referrer_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_referrer_shop` --- - -DROP TABLE IF EXISTS `ps_referrer_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_referrer_shop` ( - `id_referrer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `cache_visitors` int(11) DEFAULT NULL, - `cache_visits` int(11) DEFAULT NULL, - `cache_pages` int(11) DEFAULT NULL, - `cache_registrations` int(11) DEFAULT NULL, - `cache_orders` int(11) DEFAULT NULL, - `cache_sales` decimal(17,2) DEFAULT NULL, - `cache_reg_rate` decimal(5,4) DEFAULT NULL, - `cache_order_rate` decimal(5,4) DEFAULT NULL, - PRIMARY KEY (`id_referrer`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_referrer_shop` --- - -LOCK TABLES `ps_referrer_shop` WRITE; -/*!40000 ALTER TABLE `ps_referrer_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_referrer_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_request_sql` --- - -DROP TABLE IF EXISTS `ps_request_sql`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_request_sql` ( - `id_request_sql` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(200) NOT NULL, - `sql` text NOT NULL, - PRIMARY KEY (`id_request_sql`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_request_sql` --- - -LOCK TABLES `ps_request_sql` WRITE; -/*!40000 ALTER TABLE `ps_request_sql` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_request_sql` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_required_field` --- - -DROP TABLE IF EXISTS `ps_required_field`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_required_field` ( - `id_required_field` int(11) NOT NULL AUTO_INCREMENT, - `object_name` varchar(32) NOT NULL, - `field_name` varchar(32) NOT NULL, - PRIMARY KEY (`id_required_field`), - KEY `object_name` (`object_name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_required_field` --- - -LOCK TABLES `ps_required_field` WRITE; -/*!40000 ALTER TABLE `ps_required_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_required_field` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_risk` --- - -DROP TABLE IF EXISTS `ps_risk`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_risk` ( - `id_risk` int(11) unsigned NOT NULL AUTO_INCREMENT, - `percent` tinyint(3) NOT NULL, - `color` varchar(32) DEFAULT NULL, - PRIMARY KEY (`id_risk`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_risk` --- - -LOCK TABLES `ps_risk` WRITE; -/*!40000 ALTER TABLE `ps_risk` DISABLE KEYS */; -INSERT INTO `ps_risk` VALUES (1,0,'#32CD32'),(2,35,'#FF8C00'),(3,75,'#DC143C'),(4,100,'#ec2e15'); -/*!40000 ALTER TABLE `ps_risk` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_risk_lang` --- - -DROP TABLE IF EXISTS `ps_risk_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_risk_lang` ( - `id_risk` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(20) NOT NULL, - PRIMARY KEY (`id_risk`,`id_lang`), - KEY `id_risk` (`id_risk`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_risk_lang` --- - -LOCK TABLES `ps_risk_lang` WRITE; -/*!40000 ALTER TABLE `ps_risk_lang` DISABLE KEYS */; -INSERT INTO `ps_risk_lang` VALUES (1,1,'None'),(1,2,'Joks'),(1,3,'Keine'),(2,1,'Low'),(2,2,'Žemas'),(2,3,'Niedrig'),(3,1,'Medium'),(3,2,'Vidutinis'),(3,3,'Mittel'),(4,1,'High'),(4,2,'Aukštas'),(4,3,'Hoch'); -/*!40000 ALTER TABLE `ps_risk_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_search_engine` --- - -DROP TABLE IF EXISTS `ps_search_engine`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_search_engine` ( - `id_search_engine` int(10) unsigned NOT NULL AUTO_INCREMENT, - `server` varchar(64) NOT NULL, - `getvar` varchar(16) NOT NULL, - PRIMARY KEY (`id_search_engine`) -) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_search_engine` --- - -LOCK TABLES `ps_search_engine` WRITE; -/*!40000 ALTER TABLE `ps_search_engine` DISABLE KEYS */; -INSERT INTO `ps_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); -/*!40000 ALTER TABLE `ps_search_engine` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_search_index` --- - -DROP TABLE IF EXISTS `ps_search_index`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_search_index` ( - `id_product` int(11) unsigned NOT NULL, - `id_word` int(11) unsigned NOT NULL, - `weight` smallint(4) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_word`,`id_product`), - KEY `id_product` (`id_product`,`weight`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_search_index` --- - -LOCK TABLES `ps_search_index` WRITE; -/*!40000 ALTER TABLE `ps_search_index` DISABLE KEYS */; -INSERT INTO `ps_search_index` VALUES (1,7,1),(1,8,1),(1,9,1),(1,10,1),(1,13,1),(1,14,1),(1,15,1),(1,16,1),(1,17,1),(1,19,1),(1,20,1),(1,21,1),(1,22,1),(1,23,1),(1,24,1),(1,27,1),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,1),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,1),(1,48,1),(1,49,1),(1,50,1),(1,60,1),(1,61,1),(1,62,1),(1,63,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,1),(1,77,1),(1,78,1),(1,79,1),(1,82,1),(1,83,1),(1,84,1),(1,85,1),(1,86,1),(1,87,1),(1,88,1),(1,89,1),(1,90,1),(1,91,1),(1,92,1),(1,93,1),(1,94,1),(1,95,1),(1,96,1),(1,97,1),(1,98,1),(1,99,1),(1,100,1),(1,101,1),(1,102,1),(1,103,1),(1,104,1),(1,105,1),(1,106,1),(1,2978,1),(1,2979,1),(1,2980,1),(1,2981,1),(1,2984,1),(1,2985,1),(1,2986,1),(1,2987,1),(1,2988,1),(1,2989,1),(1,2990,1),(1,2991,1),(1,2992,1),(1,2993,1),(1,2994,1),(1,2995,1),(1,2996,1),(1,2997,1),(1,3000,1),(1,3001,1),(1,3002,1),(1,3003,1),(1,3004,1),(1,3005,1),(1,3006,1),(1,3007,1),(1,3008,1),(1,3009,1),(1,3010,1),(1,3011,1),(1,3012,1),(1,3013,1),(1,3014,1),(1,3015,1),(1,3016,1),(1,3017,1),(1,3018,1),(1,3019,1),(1,3020,1),(1,3021,1),(1,3022,1),(1,3023,1),(1,3024,1),(1,52,2),(1,53,2),(1,2915,2),(1,2916,2),(1,2917,2),(1,3026,2),(1,3027,2),(1,3028,2),(1,11,3),(1,12,3),(1,18,3),(1,51,3),(1,64,3),(1,65,3),(1,107,3),(1,2982,3),(1,2983,3),(1,3025,3),(1,25,4),(1,26,4),(1,80,4),(1,81,4),(1,2998,4),(1,2999,4),(1,2,6),(1,3,6),(1,4,6),(1,5,6),(1,55,6),(1,56,6),(1,57,6),(1,58,6),(1,2973,6),(1,2974,6),(1,2975,6),(1,2976,6),(1,1,7),(1,54,7),(1,2972,7),(1,6,90),(1,59,90),(1,2977,90),(2,7,1),(2,8,1),(2,9,1),(2,10,1),(2,14,1),(2,27,1),(2,28,1),(2,29,1),(2,30,1),(2,31,1),(2,32,1),(2,33,1),(2,34,1),(2,35,1),(2,36,1),(2,37,1),(2,38,1),(2,39,1),(2,40,1),(2,41,1),(2,42,1),(2,43,1),(2,44,1),(2,45,1),(2,46,1),(2,47,1),(2,48,1),(2,49,1),(2,50,1),(2,60,1),(2,61,1),(2,62,1),(2,63,1),(2,67,1),(2,74,1),(2,76,1),(2,82,1),(2,83,1),(2,84,1),(2,85,1),(2,86,1),(2,87,1),(2,88,1),(2,89,1),(2,90,1),(2,91,1),(2,92,1),(2,93,1),(2,94,1),(2,95,1),(2,96,1),(2,97,1),(2,98,1),(2,99,1),(2,100,1),(2,101,1),(2,102,1),(2,103,1),(2,104,1),(2,105,1),(2,106,1),(2,111,1),(2,112,1),(2,113,1),(2,114,1),(2,115,1),(2,155,1),(2,156,1),(2,157,1),(2,158,1),(2,159,1),(2,160,1),(2,1442,1),(2,1443,1),(2,1444,1),(2,1445,1),(2,1449,1),(2,1462,1),(2,1463,1),(2,1464,1),(2,1465,1),(2,1466,1),(2,1467,1),(2,1468,1),(2,1469,1),(2,1470,1),(2,1471,1),(2,1472,1),(2,1473,1),(2,1474,1),(2,1475,1),(2,1476,1),(2,1477,1),(2,1478,1),(2,1479,1),(2,1480,1),(2,1481,1),(2,1482,1),(2,1483,1),(2,1484,1),(2,1485,1),(2,1495,1),(2,1496,1),(2,1497,1),(2,1498,1),(2,1502,1),(2,1506,1),(2,1509,1),(2,1511,1),(2,1517,1),(2,1518,1),(2,1519,1),(2,1520,1),(2,1521,1),(2,1522,1),(2,1523,1),(2,1524,1),(2,1525,1),(2,1526,1),(2,1527,1),(2,1528,1),(2,1529,1),(2,1530,1),(2,1531,1),(2,1532,1),(2,1533,1),(2,1534,1),(2,1535,1),(2,1536,1),(2,1537,1),(2,1538,1),(2,1539,1),(2,1540,1),(2,1541,1),(2,1547,1),(2,1548,1),(2,1549,1),(2,1550,1),(2,1551,1),(2,1591,1),(2,1592,1),(2,1593,1),(2,1594,1),(2,1595,1),(2,1596,1),(2,1545,2),(2,12,3),(2,15,3),(2,18,3),(2,65,3),(2,68,3),(2,71,3),(2,116,3),(2,161,3),(2,1447,3),(2,1450,3),(2,1453,3),(2,1500,3),(2,1503,3),(2,1552,3),(2,1597,3),(2,25,4),(2,26,4),(2,80,4),(2,81,4),(2,1460,4),(2,1461,4),(2,1515,4),(2,1516,4),(2,1,6),(2,2,6),(2,54,6),(2,55,6),(2,110,6),(2,154,6),(2,1436,6),(2,1437,6),(2,1489,6),(2,1490,6),(2,1546,6),(2,1590,6),(2,6,50),(2,59,50),(2,1441,50),(2,1494,50),(3,2,1),(3,55,1),(3,74,1),(3,87,1),(3,159,1),(3,207,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,1),(3,224,1),(3,225,1),(3,226,1),(3,227,1),(3,228,1),(3,229,1),(3,230,1),(3,231,1),(3,232,1),(3,233,1),(3,247,1),(3,250,1),(3,251,1),(3,252,1),(3,253,1),(3,254,1),(3,255,1),(3,256,1),(3,257,1),(3,258,1),(3,259,1),(3,260,1),(3,261,1),(3,262,1),(3,263,1),(3,264,1),(3,265,1),(3,266,1),(3,267,1),(3,268,1),(3,269,1),(3,270,1),(3,271,1),(3,272,1),(3,273,1),(3,274,1),(3,275,1),(3,276,1),(3,1437,1),(3,1490,1),(3,1509,1),(3,1522,1),(3,1595,1),(3,1644,1),(3,1647,1),(3,1648,1),(3,1649,1),(3,1650,1),(3,1651,1),(3,1652,1),(3,1653,1),(3,1654,1),(3,1655,1),(3,1656,1),(3,1657,1),(3,1658,1),(3,1659,1),(3,1660,1),(3,1661,1),(3,1662,1),(3,1663,1),(3,1664,1),(3,1665,1),(3,1666,1),(3,1667,1),(3,1668,1),(3,1669,1),(3,1670,1),(3,1684,1),(3,1687,1),(3,1688,1),(3,1689,1),(3,1690,1),(3,1691,1),(3,1692,1),(3,1693,1),(3,1694,1),(3,1695,1),(3,1696,1),(3,1697,1),(3,1698,1),(3,1699,1),(3,1700,1),(3,1701,1),(3,1702,1),(3,1703,1),(3,1704,1),(3,1705,1),(3,1706,1),(3,1707,1),(3,1708,1),(3,1709,1),(3,1710,1),(3,1711,1),(3,1712,1),(3,1713,1),(3,237,2),(3,238,2),(3,239,2),(3,280,2),(3,281,2),(3,282,2),(3,1674,2),(3,1675,2),(3,1676,2),(3,1717,2),(3,1718,2),(3,1719,2),(3,208,3),(3,209,3),(3,234,3),(3,235,3),(3,236,3),(3,248,3),(3,249,3),(3,277,3),(3,278,3),(3,279,3),(3,1645,3),(3,1646,3),(3,1671,3),(3,1672,3),(3,1673,3),(3,1685,3),(3,1686,3),(3,1714,3),(3,1715,3),(3,1716,3),(3,76,7),(3,202,7),(3,203,7),(3,204,7),(3,205,7),(3,206,7),(3,242,7),(3,243,7),(3,244,7),(3,245,7),(3,246,7),(3,1511,7),(3,1639,7),(3,1640,7),(3,1641,7),(3,1642,7),(3,1643,7),(3,1679,7),(3,1680,7),(3,1681,7),(3,1682,7),(3,1683,7),(3,6,40),(3,59,40),(3,1441,40),(3,1494,40),(4,2,1),(4,55,1),(4,74,1),(4,87,1),(4,159,1),(4,202,1),(4,203,1),(4,204,1),(4,207,1),(4,210,1),(4,211,1),(4,212,1),(4,213,1),(4,214,1),(4,215,1),(4,216,1),(4,217,1),(4,218,1),(4,219,1),(4,220,1),(4,221,1),(4,222,1),(4,223,1),(4,224,1),(4,225,1),(4,226,1),(4,227,1),(4,228,1),(4,229,1),(4,230,1),(4,231,1),(4,232,1),(4,233,1),(4,242,1),(4,243,1),(4,244,1),(4,247,1),(4,250,1),(4,251,1),(4,252,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,259,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,267,1),(4,268,1),(4,269,1),(4,270,1),(4,271,1),(4,272,1),(4,273,1),(4,274,1),(4,275,1),(4,276,1),(4,291,1),(4,334,1),(4,1437,1),(4,1490,1),(4,1509,1),(4,1522,1),(4,1595,1),(4,1639,1),(4,1640,1),(4,1641,1),(4,1644,1),(4,1647,1),(4,1648,1),(4,1649,1),(4,1650,1),(4,1651,1),(4,1652,1),(4,1653,1),(4,1654,1),(4,1655,1),(4,1656,1),(4,1657,1),(4,1658,1),(4,1659,1),(4,1660,1),(4,1661,1),(4,1662,1),(4,1663,1),(4,1664,1),(4,1665,1),(4,1666,1),(4,1667,1),(4,1668,1),(4,1669,1),(4,1670,1),(4,1679,1),(4,1680,1),(4,1681,1),(4,1684,1),(4,1687,1),(4,1688,1),(4,1689,1),(4,1690,1),(4,1691,1),(4,1692,1),(4,1693,1),(4,1694,1),(4,1695,1),(4,1696,1),(4,1697,1),(4,1698,1),(4,1699,1),(4,1700,1),(4,1701,1),(4,1702,1),(4,1703,1),(4,1704,1),(4,1705,1),(4,1706,1),(4,1707,1),(4,1708,1),(4,1709,1),(4,1710,1),(4,1711,1),(4,1712,1),(4,1713,1),(4,1728,1),(4,1771,1),(4,209,2),(4,237,2),(4,238,2),(4,239,2),(4,249,2),(4,280,2),(4,281,2),(4,282,2),(4,1646,2),(4,1674,2),(4,1675,2),(4,1676,2),(4,1686,2),(4,1717,2),(4,1718,2),(4,1719,2),(4,208,3),(4,234,3),(4,235,3),(4,236,3),(4,248,3),(4,277,3),(4,278,3),(4,279,3),(4,1645,3),(4,1671,3),(4,1672,3),(4,1673,3),(4,1685,3),(4,1714,3),(4,1715,3),(4,1716,3),(4,289,6),(4,290,6),(4,332,6),(4,333,6),(4,1726,6),(4,1727,6),(4,1769,6),(4,1770,6),(4,76,7),(4,205,7),(4,206,7),(4,245,7),(4,246,7),(4,1511,7),(4,1642,7),(4,1643,7),(4,1682,7),(4,1683,7),(4,6,40),(4,59,40),(4,1441,40),(4,1494,40),(5,2,1),(5,55,1),(5,74,1),(5,76,1),(5,159,1),(5,202,1),(5,203,1),(5,204,1),(5,207,1),(5,210,1),(5,211,1),(5,212,1),(5,213,1),(5,214,1),(5,215,1),(5,216,1),(5,217,1),(5,218,1),(5,219,1),(5,220,1),(5,221,1),(5,222,1),(5,223,1),(5,224,1),(5,225,1),(5,226,1),(5,227,1),(5,228,1),(5,229,1),(5,230,1),(5,231,1),(5,232,1),(5,233,1),(5,242,1),(5,243,1),(5,244,1),(5,247,1),(5,250,1),(5,251,1),(5,252,1),(5,253,1),(5,254,1),(5,255,1),(5,256,1),(5,257,1),(5,258,1),(5,259,1),(5,260,1),(5,261,1),(5,262,1),(5,263,1),(5,264,1),(5,265,1),(5,266,1),(5,267,1),(5,268,1),(5,269,1),(5,270,1),(5,271,1),(5,272,1),(5,273,1),(5,274,1),(5,275,1),(5,276,1),(5,291,1),(5,334,1),(5,1437,1),(5,1490,1),(5,1509,1),(5,1511,1),(5,1595,1),(5,1639,1),(5,1640,1),(5,1641,1),(5,1644,1),(5,1647,1),(5,1648,1),(5,1649,1),(5,1650,1),(5,1651,1),(5,1652,1),(5,1653,1),(5,1654,1),(5,1655,1),(5,1656,1),(5,1657,1),(5,1658,1),(5,1659,1),(5,1660,1),(5,1661,1),(5,1662,1),(5,1663,1),(5,1664,1),(5,1665,1),(5,1666,1),(5,1667,1),(5,1668,1),(5,1669,1),(5,1670,1),(5,1679,1),(5,1680,1),(5,1681,1),(5,1684,1),(5,1687,1),(5,1688,1),(5,1689,1),(5,1690,1),(5,1691,1),(5,1692,1),(5,1693,1),(5,1694,1),(5,1695,1),(5,1696,1),(5,1697,1),(5,1698,1),(5,1699,1),(5,1700,1),(5,1701,1),(5,1702,1),(5,1703,1),(5,1704,1),(5,1705,1),(5,1706,1),(5,1707,1),(5,1708,1),(5,1709,1),(5,1710,1),(5,1711,1),(5,1712,1),(5,1713,1),(5,1728,1),(5,1771,1),(5,87,2),(5,237,2),(5,238,2),(5,239,2),(5,280,2),(5,281,2),(5,282,2),(5,1522,2),(5,1674,2),(5,1675,2),(5,1676,2),(5,1717,2),(5,1718,2),(5,1719,2),(5,208,3),(5,209,3),(5,234,3),(5,235,3),(5,236,3),(5,248,3),(5,249,3),(5,277,3),(5,278,3),(5,279,3),(5,1645,3),(5,1646,3),(5,1671,3),(5,1672,3),(5,1673,3),(5,1685,3),(5,1686,3),(5,1714,3),(5,1715,3),(5,1716,3),(5,382,6),(5,383,6),(5,384,6),(5,426,6),(5,427,6),(5,428,6),(5,1819,6),(5,1820,6),(5,1821,6),(5,1863,6),(5,1864,6),(5,1865,6),(5,205,7),(5,206,7),(5,245,7),(5,246,7),(5,1642,7),(5,1643,7),(5,1682,7),(5,1683,7),(5,6,40),(5,59,40),(5,1441,40),(5,1494,40),(6,53,1),(6,87,1),(6,109,1),(6,384,1),(6,428,1),(6,479,1),(6,480,1),(6,481,1),(6,482,1),(6,483,1),(6,484,1),(6,485,1),(6,486,1),(6,487,1),(6,488,1),(6,489,1),(6,490,1),(6,491,1),(6,492,1),(6,505,1),(6,506,1),(6,507,1),(6,508,1),(6,509,1),(6,510,1),(6,511,1),(6,512,1),(6,513,1),(6,514,1),(6,515,1),(6,516,1),(6,517,1),(6,518,1),(6,519,1),(6,1488,1),(6,1522,1),(6,1821,1),(6,1865,1),(6,1916,1),(6,1917,1),(6,1918,1),(6,1919,1),(6,1920,1),(6,1921,1),(6,1922,1),(6,1923,1),(6,1924,1),(6,1925,1),(6,1926,1),(6,1927,1),(6,1928,1),(6,1929,1),(6,1941,1),(6,1943,1),(6,1944,1),(6,1945,1),(6,1946,1),(6,1947,1),(6,1948,1),(6,1949,1),(6,1950,1),(6,1951,1),(6,1952,1),(6,1953,1),(6,1954,1),(6,1955,1),(6,1956,1),(6,1957,1),(6,25,3),(6,26,3),(6,80,3),(6,81,3),(6,478,3),(6,493,3),(6,494,3),(6,504,3),(6,520,3),(6,521,3),(6,1460,3),(6,1461,3),(6,1515,3),(6,1516,3),(6,1915,3),(6,1930,3),(6,1931,3),(6,1942,3),(6,1958,3),(6,1959,3),(6,76,7),(6,202,7),(6,203,7),(6,204,7),(6,242,7),(6,243,7),(6,244,7),(6,477,7),(6,503,7),(6,1511,7),(6,1639,7),(6,1640,7),(6,1641,7),(6,1679,7),(6,1680,7),(6,1681,7),(6,1914,7),(6,1940,7),(6,6,10),(6,59,10),(6,1441,10),(6,1494,10),(7,53,1),(7,87,1),(7,109,1),(7,384,1),(7,428,1),(7,479,1),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,491,1),(7,492,1),(7,505,1),(7,511,1),(7,512,1),(7,513,1),(7,514,1),(7,515,1),(7,516,1),(7,517,1),(7,518,1),(7,519,1),(7,532,1),(7,533,1),(7,534,1),(7,535,1),(7,557,1),(7,558,1),(7,559,1),(7,560,1),(7,561,1),(7,1488,1),(7,1522,1),(7,1821,1),(7,1865,1),(7,1916,1),(7,1921,1),(7,1922,1),(7,1923,1),(7,1924,1),(7,1925,1),(7,1926,1),(7,1927,1),(7,1928,1),(7,1929,1),(7,1941,1),(7,1943,1),(7,1949,1),(7,1950,1),(7,1951,1),(7,1952,1),(7,1953,1),(7,1954,1),(7,1955,1),(7,1956,1),(7,1957,1),(7,1969,1),(7,1970,1),(7,1971,1),(7,1972,1),(7,1994,1),(7,1995,1),(7,1996,1),(7,1997,1),(7,1998,1),(7,25,3),(7,26,3),(7,80,3),(7,81,3),(7,478,3),(7,493,3),(7,494,3),(7,504,3),(7,520,3),(7,521,3),(7,1460,3),(7,1461,3),(7,1515,3),(7,1516,3),(7,1915,3),(7,1930,3),(7,1931,3),(7,1942,3),(7,1958,3),(7,1959,3),(7,76,7),(7,289,7),(7,290,7),(7,332,7),(7,333,7),(7,477,7),(7,503,7),(7,1511,7),(7,1726,7),(7,1727,7),(7,1769,7),(7,1770,7),(7,1914,7),(7,1940,7),(7,6,10),(7,59,10),(7,1441,10),(7,1494,10),(8,53,1),(8,74,1),(8,76,1),(8,109,1),(8,216,1),(8,253,1),(8,258,1),(8,479,1),(8,480,1),(8,484,1),(8,485,1),(8,486,1),(8,487,1),(8,488,1),(8,489,1),(8,490,1),(8,491,1),(8,492,1),(8,505,1),(8,506,1),(8,511,1),(8,512,1),(8,513,1),(8,514,1),(8,515,1),(8,516,1),(8,517,1),(8,518,1),(8,519,1),(8,533,1),(8,558,1),(8,585,1),(8,586,1),(8,587,1),(8,588,1),(8,613,1),(8,614,1),(8,615,1),(8,616,1),(8,1488,1),(8,1509,1),(8,1511,1),(8,1653,1),(8,1690,1),(8,1695,1),(8,1916,1),(8,1917,1),(8,1921,1),(8,1922,1),(8,1923,1),(8,1924,1),(8,1925,1),(8,1926,1),(8,1927,1),(8,1928,1),(8,1929,1),(8,1941,1),(8,1943,1),(8,1944,1),(8,1949,1),(8,1950,1),(8,1951,1),(8,1952,1),(8,1953,1),(8,1954,1),(8,1955,1),(8,1956,1),(8,1957,1),(8,1970,1),(8,1995,1),(8,2022,1),(8,2023,1),(8,2024,1),(8,2025,1),(8,2050,1),(8,2051,1),(8,2052,1),(8,2053,1),(8,25,3),(8,26,3),(8,80,3),(8,81,3),(8,478,3),(8,493,3),(8,494,3),(8,504,3),(8,520,3),(8,521,3),(8,1460,3),(8,1461,3),(8,1515,3),(8,1516,3),(8,1915,3),(8,1930,3),(8,1931,3),(8,1942,3),(8,1958,3),(8,1959,3),(8,382,6),(8,426,6),(8,1819,6),(8,1863,6),(8,383,7),(8,384,7),(8,427,7),(8,428,7),(8,477,7),(8,503,7),(8,1820,7),(8,1821,7),(8,1864,7),(8,1865,7),(8,1914,7),(8,1940,7),(8,6,10),(8,59,10),(8,1441,10),(8,1494,10),(9,18,1),(9,32,1),(9,71,1),(9,87,1),(9,88,1),(9,111,1),(9,155,1),(9,217,1),(9,235,1),(9,253,1),(9,259,1),(9,278,1),(9,585,1),(9,586,1),(9,613,1),(9,614,1),(9,649,1),(9,650,1),(9,651,1),(9,652,1),(9,653,1),(9,654,1),(9,655,1),(9,656,1),(9,657,1),(9,658,1),(9,659,1),(9,660,1),(9,661,1),(9,662,1),(9,663,1),(9,664,1),(9,665,1),(9,686,1),(9,687,1),(9,688,1),(9,689,1),(9,690,1),(9,691,1),(9,692,1),(9,693,1),(9,694,1),(9,695,1),(9,696,1),(9,697,1),(9,698,1),(9,699,1),(9,700,1),(9,701,1),(9,702,1),(9,703,1),(9,1453,1),(9,1467,1),(9,1506,1),(9,1522,1),(9,1523,1),(9,1547,1),(9,1591,1),(9,1654,1),(9,1672,1),(9,1690,1),(9,1696,1),(9,1715,1),(9,2022,1),(9,2023,1),(9,2050,1),(9,2051,1),(9,2086,1),(9,2087,1),(9,2088,1),(9,2089,1),(9,2090,1),(9,2091,1),(9,2092,1),(9,2093,1),(9,2094,1),(9,2095,1),(9,2096,1),(9,2097,1),(9,2098,1),(9,2099,1),(9,2100,1),(9,2101,1),(9,2102,1),(9,2123,1),(9,2124,1),(9,2125,1),(9,2126,1),(9,2127,1),(9,2128,1),(9,2129,1),(9,2130,1),(9,2131,1),(9,2132,1),(9,2133,1),(9,2134,1),(9,2135,1),(9,2136,1),(9,2137,1),(9,2138,1),(9,2139,1),(9,2140,1),(9,2141,1),(9,52,2),(9,53,2),(9,74,2),(9,76,2),(9,108,2),(9,109,2),(9,1487,2),(9,1488,2),(9,1509,2),(9,1511,2),(9,1543,2),(9,1544,2),(9,2142,2),(9,25,3),(9,26,3),(9,80,3),(9,81,3),(9,493,3),(9,494,3),(9,520,3),(9,521,3),(9,647,3),(9,666,3),(9,684,3),(9,704,3),(9,1460,3),(9,1461,3),(9,1515,3),(9,1516,3),(9,1930,3),(9,1931,3),(9,1958,3),(9,1959,3),(9,2084,3),(9,2103,3),(9,2121,3),(9,648,4),(9,685,4),(9,2085,4),(9,2122,4),(9,644,7),(9,645,7),(9,681,7),(9,682,7),(9,2081,7),(9,2082,7),(9,2118,7),(9,2119,7),(9,646,8),(9,683,8),(9,2083,8),(9,2120,8),(9,6,30),(9,59,30),(9,1441,30),(9,1494,30),(10,18,1),(10,32,1),(10,71,1),(10,87,1),(10,88,1),(10,111,1),(10,155,1),(10,217,1),(10,235,1),(10,253,1),(10,259,1),(10,278,1),(10,585,1),(10,586,1),(10,613,1),(10,614,1),(10,649,1),(10,650,1),(10,651,1),(10,652,1),(10,653,1),(10,654,1),(10,655,1),(10,656,1),(10,657,1),(10,658,1),(10,659,1),(10,660,1),(10,661,1),(10,662,1),(10,663,1),(10,664,1),(10,665,1),(10,686,1),(10,687,1),(10,688,1),(10,689,1),(10,690,1),(10,691,1),(10,692,1),(10,693,1),(10,694,1),(10,695,1),(10,696,1),(10,697,1),(10,698,1),(10,699,1),(10,700,1),(10,701,1),(10,702,1),(10,703,1),(10,1453,1),(10,1467,1),(10,1506,1),(10,1522,1),(10,1523,1),(10,1547,1),(10,1591,1),(10,1654,1),(10,1672,1),(10,1690,1),(10,1696,1),(10,1715,1),(10,2022,1),(10,2023,1),(10,2050,1),(10,2051,1),(10,2086,1),(10,2087,1),(10,2088,1),(10,2089,1),(10,2090,1),(10,2091,1),(10,2092,1),(10,2093,1),(10,2094,1),(10,2095,1),(10,2096,1),(10,2097,1),(10,2098,1),(10,2099,1),(10,2100,1),(10,2101,1),(10,2102,1),(10,2123,1),(10,2124,1),(10,2125,1),(10,2126,1),(10,2127,1),(10,2128,1),(10,2129,1),(10,2130,1),(10,2131,1),(10,2132,1),(10,2133,1),(10,2134,1),(10,2135,1),(10,2136,1),(10,2137,1),(10,2138,1),(10,2139,1),(10,2140,1),(10,2141,1),(10,52,2),(10,53,2),(10,74,2),(10,76,2),(10,108,2),(10,109,2),(10,1487,2),(10,1488,2),(10,1509,2),(10,1511,2),(10,1543,2),(10,1544,2),(10,2142,2),(10,25,3),(10,26,3),(10,80,3),(10,81,3),(10,493,3),(10,494,3),(10,520,3),(10,521,3),(10,647,3),(10,666,3),(10,684,3),(10,704,3),(10,1460,3),(10,1461,3),(10,1515,3),(10,1516,3),(10,1930,3),(10,1931,3),(10,1958,3),(10,1959,3),(10,2084,3),(10,2103,3),(10,2121,3),(10,648,4),(10,685,4),(10,2085,4),(10,2122,4),(10,723,7),(10,724,7),(10,760,7),(10,761,7),(10,2161,7),(10,2162,7),(10,2198,7),(10,2199,7),(10,646,8),(10,683,8),(10,2083,8),(10,2120,8),(10,6,30),(10,59,30),(10,1441,30),(10,1494,30),(11,18,1),(11,32,1),(11,71,1),(11,87,1),(11,88,1),(11,111,1),(11,155,1),(11,217,1),(11,235,1),(11,253,1),(11,259,1),(11,278,1),(11,585,1),(11,586,1),(11,613,1),(11,614,1),(11,649,1),(11,650,1),(11,651,1),(11,652,1),(11,653,1),(11,654,1),(11,655,1),(11,656,1),(11,657,1),(11,658,1),(11,659,1),(11,660,1),(11,661,1),(11,662,1),(11,663,1),(11,664,1),(11,665,1),(11,686,1),(11,687,1),(11,688,1),(11,689,1),(11,690,1),(11,691,1),(11,692,1),(11,693,1),(11,694,1),(11,695,1),(11,696,1),(11,697,1),(11,698,1),(11,699,1),(11,700,1),(11,701,1),(11,702,1),(11,703,1),(11,1453,1),(11,1467,1),(11,1506,1),(11,1522,1),(11,1523,1),(11,1547,1),(11,1591,1),(11,1654,1),(11,1672,1),(11,1690,1),(11,1696,1),(11,1715,1),(11,2022,1),(11,2023,1),(11,2050,1),(11,2051,1),(11,2086,1),(11,2087,1),(11,2088,1),(11,2089,1),(11,2090,1),(11,2091,1),(11,2092,1),(11,2093,1),(11,2094,1),(11,2095,1),(11,2096,1),(11,2097,1),(11,2098,1),(11,2099,1),(11,2100,1),(11,2101,1),(11,2102,1),(11,2123,1),(11,2124,1),(11,2125,1),(11,2126,1),(11,2127,1),(11,2128,1),(11,2129,1),(11,2130,1),(11,2131,1),(11,2132,1),(11,2133,1),(11,2134,1),(11,2135,1),(11,2136,1),(11,2137,1),(11,2138,1),(11,2139,1),(11,2140,1),(11,2141,1),(11,52,2),(11,53,2),(11,74,2),(11,76,2),(11,108,2),(11,109,2),(11,1487,2),(11,1488,2),(11,1509,2),(11,1511,2),(11,1543,2),(11,1544,2),(11,2142,2),(11,25,3),(11,26,3),(11,80,3),(11,81,3),(11,493,3),(11,494,3),(11,520,3),(11,521,3),(11,647,3),(11,666,3),(11,684,3),(11,704,3),(11,1460,3),(11,1461,3),(11,1515,3),(11,1516,3),(11,1930,3),(11,1931,3),(11,1958,3),(11,1959,3),(11,2084,3),(11,2103,3),(11,2121,3),(11,648,4),(11,685,4),(11,2085,4),(11,2122,4),(11,1,7),(11,54,7),(11,1436,7),(11,1489,7),(11,646,8),(11,683,8),(11,2083,8),(11,2120,8),(11,6,30),(11,59,30),(11,1441,30),(11,1494,30),(12,43,1),(12,74,1),(12,76,1),(12,99,1),(12,881,1),(12,882,1),(12,883,1),(12,884,1),(12,885,1),(12,886,1),(12,887,1),(12,888,1),(12,889,1),(12,890,1),(12,891,1),(12,892,1),(12,893,1),(12,894,1),(12,895,1),(12,896,1),(12,897,1),(12,898,1),(12,899,1),(12,900,1),(12,910,1),(12,911,1),(12,912,1),(12,913,1),(12,914,1),(12,915,1),(12,916,1),(12,917,1),(12,918,1),(12,919,1),(12,920,1),(12,921,1),(12,922,1),(12,923,1),(12,924,1),(12,925,1),(12,926,1),(12,927,1),(12,928,1),(12,929,1),(12,930,1),(12,931,1),(12,932,1),(12,933,1),(12,1478,1),(12,1509,1),(12,1511,1),(12,1534,1),(12,2321,1),(12,2322,1),(12,2323,1),(12,2324,1),(12,2325,1),(12,2326,1),(12,2327,1),(12,2328,1),(12,2329,1),(12,2330,1),(12,2331,1),(12,2332,1),(12,2333,1),(12,2334,1),(12,2335,1),(12,2336,1),(12,2337,1),(12,2338,1),(12,2339,1),(12,2340,1),(12,2350,1),(12,2351,1),(12,2352,1),(12,2353,1),(12,2354,1),(12,2355,1),(12,2356,1),(12,2357,1),(12,2358,1),(12,2359,1),(12,2360,1),(12,2361,1),(12,2362,1),(12,2363,1),(12,2364,1),(12,2365,1),(12,2366,1),(12,2367,1),(12,2368,1),(12,2369,1),(12,2370,1),(12,2371,1),(12,2372,1),(12,2373,1),(12,159,2),(12,1595,2),(12,234,3),(12,236,3),(12,277,3),(12,279,3),(12,1671,3),(12,1673,3),(12,1714,3),(12,1716,3),(12,235,5),(12,278,5),(12,1672,5),(12,1715,5),(12,880,6),(12,909,6),(12,2320,6),(12,2349,6),(12,644,7),(12,645,7),(12,681,7),(12,682,7),(12,2081,7),(12,2082,7),(12,2118,7),(12,2119,7),(12,879,8),(12,908,8),(12,2319,8),(12,2348,8),(12,6,10),(12,59,10),(12,1441,10),(12,1494,10),(13,43,1),(13,74,1),(13,76,1),(13,99,1),(13,644,1),(13,645,1),(13,681,1),(13,682,1),(13,881,1),(13,882,1),(13,883,1),(13,884,1),(13,885,1),(13,886,1),(13,887,1),(13,888,1),(13,889,1),(13,890,1),(13,891,1),(13,892,1),(13,893,1),(13,894,1),(13,895,1),(13,896,1),(13,897,1),(13,898,1),(13,899,1),(13,900,1),(13,910,1),(13,911,1),(13,912,1),(13,913,1),(13,914,1),(13,915,1),(13,916,1),(13,917,1),(13,918,1),(13,919,1),(13,920,1),(13,921,1),(13,922,1),(13,923,1),(13,924,1),(13,925,1),(13,926,1),(13,927,1),(13,928,1),(13,929,1),(13,930,1),(13,931,1),(13,932,1),(13,933,1),(13,1478,1),(13,1509,1),(13,1511,1),(13,1534,1),(13,2081,1),(13,2082,1),(13,2118,1),(13,2119,1),(13,2321,1),(13,2322,1),(13,2323,1),(13,2324,1),(13,2325,1),(13,2326,1),(13,2327,1),(13,2328,1),(13,2329,1),(13,2330,1),(13,2331,1),(13,2332,1),(13,2333,1),(13,2334,1),(13,2335,1),(13,2336,1),(13,2337,1),(13,2338,1),(13,2339,1),(13,2340,1),(13,2350,1),(13,2351,1),(13,2352,1),(13,2353,1),(13,2354,1),(13,2355,1),(13,2356,1),(13,2357,1),(13,2358,1),(13,2359,1),(13,2360,1),(13,2361,1),(13,2362,1),(13,2363,1),(13,2364,1),(13,2365,1),(13,2366,1),(13,2367,1),(13,2368,1),(13,2369,1),(13,2370,1),(13,2371,1),(13,2372,1),(13,2373,1),(13,159,2),(13,1595,2),(13,234,3),(13,236,3),(13,277,3),(13,279,3),(13,1671,3),(13,1673,3),(13,1714,3),(13,1716,3),(13,235,5),(13,278,5),(13,1672,5),(13,1715,5),(13,723,6),(13,724,6),(13,760,6),(13,761,6),(13,880,6),(13,909,6),(13,2161,6),(13,2162,6),(13,2198,6),(13,2199,6),(13,2320,6),(13,2349,6),(13,879,8),(13,908,8),(13,2319,8),(13,2348,8),(13,6,10),(13,59,10),(13,1441,10),(13,1494,10),(14,43,1),(14,74,1),(14,76,1),(14,99,1),(14,644,1),(14,645,1),(14,681,1),(14,682,1),(14,881,1),(14,882,1),(14,883,1),(14,884,1),(14,885,1),(14,886,1),(14,887,1),(14,888,1),(14,889,1),(14,890,1),(14,891,1),(14,892,1),(14,893,1),(14,894,1),(14,895,1),(14,896,1),(14,897,1),(14,898,1),(14,899,1),(14,900,1),(14,910,1),(14,911,1),(14,912,1),(14,913,1),(14,914,1),(14,915,1),(14,916,1),(14,917,1),(14,918,1),(14,919,1),(14,920,1),(14,921,1),(14,922,1),(14,923,1),(14,924,1),(14,925,1),(14,926,1),(14,927,1),(14,928,1),(14,929,1),(14,930,1),(14,931,1),(14,932,1),(14,933,1),(14,1478,1),(14,1509,1),(14,1511,1),(14,1534,1),(14,2081,1),(14,2082,1),(14,2118,1),(14,2119,1),(14,2321,1),(14,2322,1),(14,2323,1),(14,2324,1),(14,2325,1),(14,2326,1),(14,2327,1),(14,2328,1),(14,2329,1),(14,2330,1),(14,2331,1),(14,2332,1),(14,2333,1),(14,2334,1),(14,2335,1),(14,2336,1),(14,2337,1),(14,2338,1),(14,2339,1),(14,2340,1),(14,2350,1),(14,2351,1),(14,2352,1),(14,2353,1),(14,2354,1),(14,2355,1),(14,2356,1),(14,2357,1),(14,2358,1),(14,2359,1),(14,2360,1),(14,2361,1),(14,2362,1),(14,2363,1),(14,2364,1),(14,2365,1),(14,2366,1),(14,2367,1),(14,2368,1),(14,2369,1),(14,2370,1),(14,2371,1),(14,2372,1),(14,2373,1),(14,159,2),(14,1595,2),(14,234,3),(14,236,3),(14,277,3),(14,279,3),(14,1671,3),(14,1673,3),(14,1714,3),(14,1716,3),(14,235,5),(14,278,5),(14,1672,5),(14,1715,5),(14,1,6),(14,54,6),(14,880,6),(14,909,6),(14,1436,6),(14,1489,6),(14,2320,6),(14,2349,6),(14,879,8),(14,908,8),(14,2319,8),(14,2348,8),(14,6,10),(14,59,10),(14,1441,10),(14,1494,10),(15,76,1),(15,237,1),(15,280,1),(15,289,1),(15,290,1),(15,332,1),(15,333,1),(15,382,1),(15,383,1),(15,384,1),(15,426,1),(15,427,1),(15,428,1),(15,1511,1),(15,1674,1),(15,1717,1),(15,1726,1),(15,1727,1),(15,1769,1),(15,1770,1),(15,1819,1),(15,1820,1),(15,1821,1),(15,1863,1),(15,1864,1),(15,1865,1),(15,493,3),(15,494,3),(15,520,3),(15,521,3),(15,1930,3),(15,1931,3),(15,1958,3),(15,1959,3),(15,1080,6),(15,1093,6),(15,2520,6),(15,2533,6),(15,205,7),(15,206,7),(15,245,7),(15,246,7),(15,477,7),(15,503,7),(15,1642,7),(15,1643,7),(15,1682,7),(15,1683,7),(15,1914,7),(15,1940,7),(15,6,10),(15,59,10),(15,1441,10),(15,1494,10),(16,13,1),(16,26,1),(16,66,1),(16,74,1),(16,76,1),(16,81,1),(16,87,1),(16,202,1),(16,209,1),(16,217,1),(16,242,1),(16,249,1),(16,253,1),(16,259,1),(16,493,1),(16,520,1),(16,648,1),(16,685,1),(16,920,1),(16,1109,1),(16,1110,1),(16,1113,1),(16,1114,1),(16,1115,1),(16,1116,1),(16,1117,1),(16,1118,1),(16,1119,1),(16,1120,1),(16,1121,1),(16,1122,1),(16,1123,1),(16,1124,1),(16,1125,1),(16,1126,1),(16,1127,1),(16,1128,1),(16,1129,1),(16,1130,1),(16,1151,1),(16,1152,1),(16,1155,1),(16,1156,1),(16,1157,1),(16,1158,1),(16,1159,1),(16,1160,1),(16,1161,1),(16,1162,1),(16,1163,1),(16,1164,1),(16,1165,1),(16,1166,1),(16,1167,1),(16,1168,1),(16,1169,1),(16,1170,1),(16,1171,1),(16,1172,1),(16,1173,1),(16,1174,1),(16,1175,1),(16,1176,1),(16,1448,1),(16,1461,1),(16,1501,1),(16,1509,1),(16,1511,1),(16,1516,1),(16,1522,1),(16,1639,1),(16,1646,1),(16,1654,1),(16,1679,1),(16,1686,1),(16,1690,1),(16,1696,1),(16,1930,1),(16,1958,1),(16,2085,1),(16,2122,1),(16,2360,1),(16,2549,1),(16,2550,1),(16,2553,1),(16,2554,1),(16,2555,1),(16,2556,1),(16,2557,1),(16,2558,1),(16,2559,1),(16,2560,1),(16,2561,1),(16,2562,1),(16,2563,1),(16,2564,1),(16,2565,1),(16,2566,1),(16,2567,1),(16,2568,1),(16,2569,1),(16,2570,1),(16,2591,1),(16,2592,1),(16,2595,1),(16,2596,1),(16,2597,1),(16,2598,1),(16,2599,1),(16,2600,1),(16,2601,1),(16,2602,1),(16,2603,1),(16,2604,1),(16,2605,1),(16,2606,1),(16,2607,1),(16,2608,1),(16,2609,1),(16,2610,1),(16,2611,1),(16,2612,1),(16,2613,1),(16,2614,1),(16,2615,1),(16,2616,1),(16,1132,2),(16,1133,2),(16,1134,2),(16,1135,2),(16,1136,2),(16,1178,2),(16,1179,2),(16,1180,2),(16,1181,2),(16,1182,2),(16,2572,2),(16,2573,2),(16,2574,2),(16,2575,2),(16,2576,2),(16,2618,2),(16,2619,2),(16,2620,2),(16,2621,2),(16,2622,2),(16,235,3),(16,236,3),(16,278,3),(16,279,3),(16,1108,3),(16,1111,3),(16,1112,3),(16,1131,3),(16,1150,3),(16,1153,3),(16,1154,3),(16,1177,3),(16,1672,3),(16,1673,3),(16,1715,3),(16,1716,3),(16,2548,3),(16,2551,3),(16,2552,3),(16,2571,3),(16,2590,3),(16,2593,3),(16,2594,3),(16,2617,3),(16,644,7),(16,645,7),(16,681,7),(16,682,7),(16,2081,7),(16,2082,7),(16,2118,7),(16,2119,7),(16,1107,8),(16,1149,8),(16,2547,8),(16,2589,8),(16,6,50),(16,59,50),(16,1441,50),(16,1494,50),(17,13,1),(17,26,1),(17,66,1),(17,74,1),(17,76,1),(17,81,1),(17,87,1),(17,202,1),(17,209,1),(17,217,1),(17,242,1),(17,249,1),(17,253,1),(17,259,1),(17,493,1),(17,520,1),(17,644,1),(17,645,1),(17,648,1),(17,681,1),(17,682,1),(17,685,1),(17,920,1),(17,1109,1),(17,1110,1),(17,1113,1),(17,1114,1),(17,1115,1),(17,1116,1),(17,1117,1),(17,1118,1),(17,1119,1),(17,1120,1),(17,1121,1),(17,1122,1),(17,1123,1),(17,1124,1),(17,1125,1),(17,1126,1),(17,1127,1),(17,1128,1),(17,1129,1),(17,1130,1),(17,1151,1),(17,1152,1),(17,1155,1),(17,1156,1),(17,1157,1),(17,1158,1),(17,1159,1),(17,1160,1),(17,1161,1),(17,1162,1),(17,1163,1),(17,1164,1),(17,1165,1),(17,1166,1),(17,1167,1),(17,1168,1),(17,1169,1),(17,1170,1),(17,1171,1),(17,1172,1),(17,1173,1),(17,1174,1),(17,1175,1),(17,1176,1),(17,1448,1),(17,1461,1),(17,1501,1),(17,1509,1),(17,1511,1),(17,1516,1),(17,1522,1),(17,1639,1),(17,1646,1),(17,1654,1),(17,1679,1),(17,1686,1),(17,1690,1),(17,1696,1),(17,1930,1),(17,1958,1),(17,2081,1),(17,2082,1),(17,2085,1),(17,2118,1),(17,2119,1),(17,2122,1),(17,2360,1),(17,2549,1),(17,2550,1),(17,2553,1),(17,2554,1),(17,2555,1),(17,2556,1),(17,2557,1),(17,2558,1),(17,2559,1),(17,2560,1),(17,2561,1),(17,2562,1),(17,2563,1),(17,2564,1),(17,2565,1),(17,2566,1),(17,2567,1),(17,2568,1),(17,2569,1),(17,2570,1),(17,2591,1),(17,2592,1),(17,2595,1),(17,2596,1),(17,2597,1),(17,2598,1),(17,2599,1),(17,2600,1),(17,2601,1),(17,2602,1),(17,2603,1),(17,2604,1),(17,2605,1),(17,2606,1),(17,2607,1),(17,2608,1),(17,2609,1),(17,2610,1),(17,2611,1),(17,2612,1),(17,2613,1),(17,2614,1),(17,2615,1),(17,2616,1),(17,1132,2),(17,1133,2),(17,1134,2),(17,1135,2),(17,1136,2),(17,1178,2),(17,1179,2),(17,1180,2),(17,1181,2),(17,1182,2),(17,2572,2),(17,2573,2),(17,2574,2),(17,2575,2),(17,2576,2),(17,2618,2),(17,2619,2),(17,2620,2),(17,2621,2),(17,2622,2),(17,235,3),(17,236,3),(17,278,3),(17,279,3),(17,1108,3),(17,1111,3),(17,1112,3),(17,1131,3),(17,1150,3),(17,1153,3),(17,1154,3),(17,1177,3),(17,1672,3),(17,1673,3),(17,1715,3),(17,1716,3),(17,2548,3),(17,2551,3),(17,2552,3),(17,2571,3),(17,2590,3),(17,2593,3),(17,2594,3),(17,2617,3),(17,723,6),(17,724,6),(17,760,6),(17,761,6),(17,2161,6),(17,2162,6),(17,2198,6),(17,2199,6),(17,1107,8),(17,1149,8),(17,2547,8),(17,2589,8),(17,6,50),(17,59,50),(17,1441,50),(17,1494,50),(18,13,1),(18,26,1),(18,66,1),(18,74,1),(18,76,1),(18,81,1),(18,87,1),(18,202,1),(18,209,1),(18,217,1),(18,242,1),(18,249,1),(18,253,1),(18,259,1),(18,493,1),(18,520,1),(18,644,1),(18,645,1),(18,648,1),(18,681,1),(18,682,1),(18,685,1),(18,920,1),(18,1109,1),(18,1110,1),(18,1113,1),(18,1114,1),(18,1115,1),(18,1116,1),(18,1117,1),(18,1118,1),(18,1119,1),(18,1120,1),(18,1121,1),(18,1122,1),(18,1123,1),(18,1124,1),(18,1125,1),(18,1126,1),(18,1127,1),(18,1128,1),(18,1129,1),(18,1130,1),(18,1151,1),(18,1152,1),(18,1155,1),(18,1156,1),(18,1157,1),(18,1158,1),(18,1159,1),(18,1160,1),(18,1161,1),(18,1162,1),(18,1163,1),(18,1164,1),(18,1165,1),(18,1166,1),(18,1167,1),(18,1168,1),(18,1169,1),(18,1170,1),(18,1171,1),(18,1172,1),(18,1173,1),(18,1174,1),(18,1175,1),(18,1176,1),(18,1448,1),(18,1461,1),(18,1501,1),(18,1509,1),(18,1511,1),(18,1516,1),(18,1522,1),(18,1639,1),(18,1646,1),(18,1654,1),(18,1679,1),(18,1686,1),(18,1690,1),(18,1696,1),(18,1930,1),(18,1958,1),(18,2081,1),(18,2082,1),(18,2085,1),(18,2118,1),(18,2119,1),(18,2122,1),(18,2360,1),(18,2549,1),(18,2550,1),(18,2553,1),(18,2554,1),(18,2555,1),(18,2556,1),(18,2557,1),(18,2558,1),(18,2559,1),(18,2560,1),(18,2561,1),(18,2562,1),(18,2563,1),(18,2564,1),(18,2565,1),(18,2566,1),(18,2567,1),(18,2568,1),(18,2569,1),(18,2570,1),(18,2591,1),(18,2592,1),(18,2595,1),(18,2596,1),(18,2597,1),(18,2598,1),(18,2599,1),(18,2600,1),(18,2601,1),(18,2602,1),(18,2603,1),(18,2604,1),(18,2605,1),(18,2606,1),(18,2607,1),(18,2608,1),(18,2609,1),(18,2610,1),(18,2611,1),(18,2612,1),(18,2613,1),(18,2614,1),(18,2615,1),(18,2616,1),(18,1132,2),(18,1133,2),(18,1134,2),(18,1135,2),(18,1136,2),(18,1178,2),(18,1179,2),(18,1180,2),(18,1181,2),(18,1182,2),(18,2572,2),(18,2573,2),(18,2574,2),(18,2575,2),(18,2576,2),(18,2618,2),(18,2619,2),(18,2620,2),(18,2621,2),(18,2622,2),(18,235,3),(18,236,3),(18,278,3),(18,279,3),(18,1108,3),(18,1111,3),(18,1112,3),(18,1131,3),(18,1150,3),(18,1153,3),(18,1154,3),(18,1177,3),(18,1672,3),(18,1673,3),(18,1715,3),(18,1716,3),(18,2548,3),(18,2551,3),(18,2552,3),(18,2571,3),(18,2590,3),(18,2593,3),(18,2594,3),(18,2617,3),(18,1,6),(18,54,6),(18,1436,6),(18,1489,6),(18,1107,8),(18,1149,8),(18,2547,8),(18,2589,8),(18,6,50),(18,59,50),(18,1441,50),(18,1494,50),(19,53,1),(19,76,1),(19,87,1),(19,109,1),(19,253,1),(19,479,1),(19,505,1),(19,588,1),(19,616,1),(19,920,1),(19,1393,1),(19,1394,1),(19,1395,1),(19,1396,1),(19,1397,1),(19,1398,1),(19,1399,1),(19,1400,1),(19,1401,1),(19,1413,1),(19,1414,1),(19,1415,1),(19,1416,1),(19,1417,1),(19,1418,1),(19,1419,1),(19,1420,1),(19,1421,1),(19,1488,1),(19,1511,1),(19,1522,1),(19,1690,1),(19,1916,1),(19,1941,1),(19,1943,1),(19,2025,1),(19,2053,1),(19,2360,1),(19,2833,1),(19,2834,1),(19,2835,1),(19,2836,1),(19,2837,1),(19,2838,1),(19,2839,1),(19,2840,1),(19,2841,1),(19,2853,1),(19,2854,1),(19,2855,1),(19,2856,1),(19,2857,1),(19,2858,1),(19,2859,1),(19,2860,1),(19,2861,1),(19,25,3),(19,26,3),(19,80,3),(19,81,3),(19,478,3),(19,493,3),(19,494,3),(19,504,3),(19,520,3),(19,521,3),(19,1460,3),(19,1461,3),(19,1515,3),(19,1516,3),(19,1915,3),(19,1930,3),(19,1931,3),(19,1942,3),(19,1958,3),(19,1959,3),(19,1392,6),(19,1412,6),(19,2832,6),(19,2852,6),(19,477,8),(19,503,8),(19,1914,8),(19,1940,8),(19,6,10),(19,59,10),(19,1441,10),(19,1494,10); -/*!40000 ALTER TABLE `ps_search_index` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_search_word` --- - -DROP TABLE IF EXISTS `ps_search_word`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_search_word` ( - `id_word` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `word` varchar(30) NOT NULL, - PRIMARY KEY (`id_word`), - UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) -) ENGINE=InnoDB AUTO_INCREMENT=3029 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_search_word` --- - -LOCK TABLES `ps_search_word` WRITE; -/*!40000 ALTER TABLE `ps_search_word` DISABLE KEYS */; -INSERT INTO `ps_search_word` VALUES (1401,1,1,'---'),(488,1,1,'043kg'),(111,1,1,'100'),(1108,1,1,'120'),(1113,1,1,'16x22cm'),(479,1,1,'325ml'),(652,1,1,'32x32cm'),(237,1,1,'40x60cm'),(238,1,1,'60x90cm'),(239,1,1,'80x120cm'),(484,1,1,'82cm'),(486,1,1,'95cm'),(494,1,1,'accessories'),(585,1,1,'add'),(289,1,1,'adventure'),(215,1,1,'aesthethic'),(654,1,1,'armchair'),(234,1,1,'art'),(659,1,1,'atmosphere'),(651,1,1,'back'),(724,1,1,'bear'),(655,1,1,'bed'),(290,1,1,'begins'),(202,1,1,'best'),(1130,1,1,'binding'),(52,1,1,'black'),(723,1,1,'brown'),(112,1,1,'brushed'),(1112,1,1,'cardboard'),(478,1,1,'ceramic'),(1400,1,1,'characters'),(39,1,1,'chino'),(1395,1,1,'choice'),(30,1,1,'classic'),(533,1,1,'coffee'),(28,1,1,'collection'),(47,1,1,'color'),(32,1,1,'colorful'),(204,1,1,'come'),(115,1,1,'comfort'),(887,1,1,'commercial'),(535,1,1,'conquer'),(236,1,1,'corner'),(18,1,1,'cotton'),(648,1,1,'cover'),(656,1,1,'create'),(892,1,1,'creative'),(532,1,1,'cup'),(23,1,1,'curiosity'),(646,1,1,'cushion'),(891,1,1,'custom'),(1392,1,1,'customizable'),(1393,1,1,'customize'),(384,1,1,'day'),(21,1,1,'delicacy'),(6,1,1,'demo'),(229,1,1,'depth'),(26,1,1,'design'),(220,1,1,'desk'),(485,1,1,'diameter'),(489,1,1,'dishwasher'),(492,1,1,'dishwasher-proo'),(491,1,1,'dishwasherproof'),(1134,1,1,'doted'),(1128,1,1,'double'),(883,1,1,'download'),(1120,1,1,'endearing'),(22,1,1,'evokes'),(46,1,1,'exceptional'),(14,1,1,'extra'),(29,1,1,'features'),(1124,1,1,'feel'),(664,1,1,'filling'),(291,1,1,'finish'),(8,1,1,'fit'),(881,1,1,'format'),(645,1,1,'fox'),(226,1,1,'frame'),(205,1,1,'framed'),(212,1,1,'give'),(383,1,1,'good'),(235,1,1,'graphic'),(880,1,1,'graphics'),(219,1,1,'great'),(1127,1,1,'gsm'),(49,1,1,'guaranteed'),(1110,1,1,'hard'),(487,1,1,'height'),(493,1,1,'home'),(1,1,1,'hummingbird'),(665,1,1,'hypoallergenic'),(1117,1,1,'ideas'),(894,1,1,'illustration'),(1116,1,1,'ingenious'),(113,1,1,'inner'),(34,1,1,'inspired'),(660,1,1,'inspires'),(649,1,1,'invisible'),(36,1,1,'japanese'),(40,1,1,'jeans'),(24,1,1,'joy'),(20,1,1,'lightness'),(1125,1,1,'like'),(900,1,1,'limitation'),(15,1,1,'long'),(218,1,1,'look'),(662,1,1,'machine'),(13,1,1,'made'),(1123,1,1,'make'),(1121,1,1,'manufacturing'),(208,1,1,'matt'),(1398,1,1,'maximum'),(51,1,1,'men'),(1396,1,1,'message'),(657,1,1,'modern'),(588,1,1,'mood'),(587,1,1,'morning'),(644,1,1,'mountain'),(477,1,1,'mug'),(10,1,1,'neckline'),(886,1,1,'non'),(890,1,1,'non-commercial'),(889,1,1,'noncommercial'),(1107,1,1,'notebook'),(1399,1,1,'number'),(223,1,1,'office'),(221,1,1,'open'),(232,1,1,'open-space'),(230,1,1,'openspace'),(216,1,1,'optimistic'),(1114,1,1,'option'),(37,1,1,'origamis'),(50,1,1,'overtime'),(1080,1,1,'pack'),(1136,1,1,'pages'),(224,1,1,'painted'),(209,1,1,'paper'),(228,1,1,'partout'),(227,1,1,'passe'),(233,1,1,'passe-partout'),(231,1,1,'passepartout'),(33,1,1,'patterns'),(884,1,1,'personal'),(17,1,1,'pima'),(1132,1,1,'plain'),(666,1,1,'polyester'),(27,1,1,'polyfaune'),(482,1,1,'positive'),(206,1,1,'poster'),(2,1,1,'printed'),(43,1,1,'printing'),(885,1,1,'private'),(44,1,1,'process'),(31,1,1,'products'),(893,1,1,'project'),(490,1,1,'proof'),(45,1,1,'provides'),(896,1,1,'purpose'),(1122,1,1,'quality'),(1397,1,1,'quote'),(1111,1,1,'recycled'),(7,1,1,'regular'),(661,1,1,'relaxation'),(647,1,1,'removable'),(48,1,1,'rendering'),(481,1,1,'right'),(207,1,1,'rigid'),(9,1,1,'round'),(1135,1,1,'ruled'),(534,1,1,'set'),(1109,1,1,'sheets'),(3,1,1,'shirt'),(11,1,1,'short'),(114,1,1,'side'),(899,1,1,'size'),(12,1,1,'sleeves'),(210,1,1,'smooth'),(653,1,1,'sofa'),(222,1,1,'space'),(1129,1,1,'spiral'),(1133,1,1,'squarred'),(16,1,1,'staple'),(480,1,1,'start'),(1131,1,1,'stationery'),(25,1,1,'studio'),(41,1,1,'sublimation'),(897,1,1,'support'),(211,1,1,'surface'),(882,1,1,'svg'),(110,1,1,'sweater'),(19,1,1,'symbol'),(5,1,1,'t-shirt'),(1394,1,1,'text'),(42,1,1,'textile'),(483,1,1,'thought'),(382,1,1,'today'),(586,1,1,'touch'),(35,1,1,'traditional'),(1119,1,1,'traveling'),(4,1,1,'tshirt'),(888,1,1,'use'),(895,1,1,'used'),(879,1,1,'vector'),(214,1,1,'voice'),(213,1,1,'walls'),(663,1,1,'washable'),(38,1,1,'wear'),(53,1,1,'white'),(217,1,1,'will'),(898,1,1,'without'),(116,1,1,'women'),(225,1,1,'wooden'),(1118,1,1,'work'),(1115,1,1,'write'),(1126,1,1,'writing'),(203,1,1,'yet'),(658,1,1,'zen'),(650,1,1,'zip'),(2841,2,1,'---'),(1925,2,1,'043kg'),(1547,2,1,'100'),(2548,2,1,'120'),(2553,2,1,'16x22cm'),(1916,2,1,'325ml'),(2089,2,1,'32x32cm'),(1674,2,1,'40x60cm'),(1675,2,1,'60x90cm'),(1676,2,1,'80x120cm'),(1921,2,1,'82cm'),(1923,2,1,'95cm'),(1931,2,1,'accessories'),(2022,2,1,'add'),(1726,2,1,'adventure'),(1652,2,1,'aesthethic'),(2091,2,1,'armchair'),(1671,2,1,'art'),(2096,2,1,'atmosphere'),(2088,2,1,'back'),(2162,2,1,'bear'),(2092,2,1,'bed'),(1727,2,1,'begins'),(1639,2,1,'best'),(2570,2,1,'binding'),(1487,2,1,'black'),(2161,2,1,'brown'),(1548,2,1,'brushed'),(2552,2,1,'cardboard'),(1915,2,1,'ceramic'),(2840,2,1,'characters'),(1474,2,1,'chino'),(2835,2,1,'choice'),(1465,2,1,'classic'),(1970,2,1,'coffee'),(1463,2,1,'collection'),(1482,2,1,'color'),(1467,2,1,'colorful'),(1641,2,1,'come'),(1551,2,1,'comfort'),(2327,2,1,'commercial'),(1972,2,1,'conquer'),(1673,2,1,'corner'),(1453,2,1,'cotton'),(2085,2,1,'cover'),(2093,2,1,'create'),(2332,2,1,'creative'),(1969,2,1,'cup'),(1458,2,1,'curiosity'),(2083,2,1,'cushion'),(2331,2,1,'custom'),(2832,2,1,'customizable'),(2833,2,1,'customize'),(1821,2,1,'day'),(1456,2,1,'delicacy'),(1441,2,1,'demo'),(1666,2,1,'depth'),(1461,2,1,'design'),(1657,2,1,'desk'),(1922,2,1,'diameter'),(1926,2,1,'dishwasher'),(1929,2,1,'dishwasher-proo'),(1928,2,1,'dishwasherproof'),(2575,2,1,'doted'),(2568,2,1,'double'),(2323,2,1,'download'),(2560,2,1,'endearing'),(1457,2,1,'evokes'),(1481,2,1,'exceptional'),(1449,2,1,'extra'),(1464,2,1,'features'),(2564,2,1,'feel'),(2101,2,1,'filling'),(1728,2,1,'finish'),(1443,2,1,'fit'),(2321,2,1,'format'),(2082,2,1,'fox'),(1663,2,1,'frame'),(1642,2,1,'framed'),(1649,2,1,'give'),(1820,2,1,'good'),(1672,2,1,'graphic'),(2320,2,1,'graphics'),(1656,2,1,'great'),(2567,2,1,'gsm'),(1484,2,1,'guaranteed'),(2550,2,1,'hard'),(1924,2,1,'height'),(1930,2,1,'home'),(1436,2,1,'hummingbird'),(2102,2,1,'hypoallergenic'),(2557,2,1,'ideas'),(2334,2,1,'illustration'),(2556,2,1,'ingenious'),(1549,2,1,'inner'),(1469,2,1,'inspired'),(2097,2,1,'inspires'),(2086,2,1,'invisible'),(1471,2,1,'japanese'),(1475,2,1,'jeans'),(1459,2,1,'joy'),(1455,2,1,'lightness'),(2565,2,1,'like'),(2340,2,1,'limitation'),(1450,2,1,'long'),(1655,2,1,'look'),(2099,2,1,'machine'),(1448,2,1,'made'),(2563,2,1,'make'),(2561,2,1,'manufacturing'),(1645,2,1,'matt'),(2838,2,1,'maximum'),(1486,2,1,'men'),(2836,2,1,'message'),(2094,2,1,'modern'),(2025,2,1,'mood'),(2024,2,1,'morning'),(2081,2,1,'mountain'),(1914,2,1,'mug'),(1445,2,1,'neckline'),(2326,2,1,'non'),(2330,2,1,'non-commercial'),(2329,2,1,'noncommercial'),(2547,2,1,'notebook'),(2839,2,1,'number'),(1660,2,1,'office'),(1658,2,1,'open'),(1669,2,1,'open-space'),(1667,2,1,'openspace'),(1653,2,1,'optimistic'),(2554,2,1,'option'),(1472,2,1,'origamis'),(1485,2,1,'overtime'),(2520,2,1,'pack'),(2576,2,1,'pages'),(1661,2,1,'painted'),(1646,2,1,'paper'),(1665,2,1,'partout'),(1664,2,1,'passe'),(1670,2,1,'passe-partout'),(1668,2,1,'passepartout'),(1468,2,1,'patterns'),(2324,2,1,'personal'),(1452,2,1,'pima'),(2573,2,1,'plain'),(2103,2,1,'polyester'),(1462,2,1,'polyfaune'),(1919,2,1,'positive'),(1643,2,1,'poster'),(1437,2,1,'printed'),(1478,2,1,'printing'),(2325,2,1,'private'),(1479,2,1,'process'),(1466,2,1,'products'),(2333,2,1,'project'),(1927,2,1,'proof'),(1480,2,1,'provides'),(2336,2,1,'purpose'),(2562,2,1,'quality'),(2837,2,1,'quote'),(2551,2,1,'recycled'),(1442,2,1,'regular'),(2098,2,1,'relaxation'),(2084,2,1,'removable'),(1483,2,1,'rendering'),(1918,2,1,'right'),(1644,2,1,'rigid'),(1444,2,1,'round'),(2572,2,1,'ruled'),(1971,2,1,'set'),(2549,2,1,'sheets'),(1438,2,1,'shirt'),(1446,2,1,'short'),(1550,2,1,'side'),(2339,2,1,'size'),(1447,2,1,'sleeves'),(1647,2,1,'smooth'),(2090,2,1,'sofa'),(1659,2,1,'space'),(2569,2,1,'spiral'),(2574,2,1,'squarred'),(1451,2,1,'staple'),(1917,2,1,'start'),(2571,2,1,'stationery'),(1460,2,1,'studio'),(1476,2,1,'sublimation'),(2337,2,1,'support'),(1648,2,1,'surface'),(2322,2,1,'svg'),(1546,2,1,'sweater'),(1454,2,1,'symbol'),(1440,2,1,'t-shirt'),(2834,2,1,'text'),(1477,2,1,'textile'),(1920,2,1,'thought'),(1819,2,1,'today'),(2023,2,1,'touch'),(1470,2,1,'traditional'),(2559,2,1,'traveling'),(1439,2,1,'tshirt'),(2328,2,1,'use'),(2335,2,1,'used'),(2319,2,1,'vector'),(1651,2,1,'voice'),(1650,2,1,'walls'),(2100,2,1,'washable'),(1473,2,1,'wear'),(1488,2,1,'white'),(1654,2,1,'will'),(2338,2,1,'without'),(1552,2,1,'women'),(1662,2,1,'wooden'),(2558,2,1,'work'),(2555,2,1,'write'),(2566,2,1,'writing'),(1640,2,1,'yet'),(2095,2,1,'zen'),(2087,2,1,'zip'),(1421,1,2,'---'),(515,1,2,'043kg'),(155,1,2,'100'),(1150,1,2,'120'),(1155,1,2,'16x22cm'),(505,1,2,'325ml'),(689,1,2,'32x32cm'),(280,1,2,'40x60cm'),(281,1,2,'60x90cm'),(282,1,2,'80x120cm'),(511,1,2,'82cm'),(513,1,2,'95cm'),(521,1,2,'accessories'),(613,1,2,'add'),(332,1,2,'adventure'),(257,1,2,'aesthethic'),(74,1,2,'and'),(929,1,2,'any'),(691,1,2,'armchair'),(277,1,2,'art'),(696,1,2,'atmosphere'),(688,1,2,'back'),(2916,1,2,'balta'),(761,1,2,'bear'),(692,1,2,'bed'),(333,1,2,'begins'),(242,1,2,'best'),(1176,1,2,'binding'),(108,1,2,'black'),(760,1,2,'brown'),(156,1,2,'brushed'),(926,1,2,'can'),(1154,1,2,'cardboard'),(504,1,2,'ceramic'),(1420,1,2,'characters'),(95,1,2,'chino'),(1415,1,2,'choice'),(85,1,2,'classic'),(558,1,2,'coffee'),(83,1,2,'collection'),(103,1,2,'color'),(88,1,2,'colorful'),(244,1,2,'come'),(160,1,2,'comfort'),(916,1,2,'commercial'),(561,1,2,'conquer'),(279,1,2,'corner'),(71,1,2,'cotton'),(685,1,2,'cover'),(693,1,2,'create'),(923,1,2,'creative'),(557,1,2,'cup'),(78,1,2,'curiosity'),(683,1,2,'cushion'),(922,1,2,'custom'),(1412,1,2,'customizable'),(1413,1,2,'customize'),(428,1,2,'day'),(75,1,2,'delicacy'),(59,1,2,'demo'),(272,1,2,'depth'),(81,1,2,'design'),(262,1,2,'desk'),(512,1,2,'diameter'),(516,1,2,'dishwasher'),(519,1,2,'dishwasher-proo'),(518,1,2,'dishwasherproof'),(1180,1,2,'doted'),(1174,1,2,'double'),(1158,1,2,'down'),(912,1,2,'download'),(1166,1,2,'endearing'),(77,1,2,'evokes'),(102,1,2,'exceptional'),(67,1,2,'extra'),(84,1,2,'features'),(1170,1,2,'feel'),(702,1,2,'filling'),(334,1,2,'finish'),(61,1,2,'fit'),(159,1,2,'for'),(910,1,2,'format'),(682,1,2,'fox'),(268,1,2,'frame'),(245,1,2,'framed'),(252,1,2,'give'),(427,1,2,'good'),(278,1,2,'graphic'),(909,1,2,'graphics'),(261,1,2,'great'),(1173,1,2,'gsm'),(105,1,2,'guaranteed'),(1152,1,2,'hard'),(921,1,2,'have'),(514,1,2,'height'),(520,1,2,'home'),(54,1,2,'hummingbird'),(703,1,2,'hypoallergenic'),(1161,1,2,'ideas'),(925,1,2,'illustration'),(1160,1,2,'ingenious'),(157,1,2,'inner'),(90,1,2,'inspired'),(698,1,2,'inspires'),(686,1,2,'invisible'),(1165,1,2,'its'),(92,1,2,'japanese'),(96,1,2,'jeans'),(79,1,2,'joy'),(2915,1,2,'juoda'),(73,1,2,'lightness'),(1171,1,2,'like'),(933,1,2,'limitation'),(68,1,2,'long'),(260,1,2,'look'),(700,1,2,'machine'),(66,1,2,'made'),(1169,1,2,'make'),(1167,1,2,'manufacturing'),(248,1,2,'matt'),(1418,1,2,'maximum'),(2917,1,2,'medvilne'),(107,1,2,'men'),(1416,1,2,'message'),(694,1,2,'modern'),(616,1,2,'mood'),(271,1,2,'more'),(615,1,2,'morning'),(1159,1,2,'most'),(681,1,2,'mountain'),(503,1,2,'mug'),(63,1,2,'neckline'),(915,1,2,'non'),(919,1,2,'non-commercial'),(918,1,2,'noncommercial'),(1149,1,2,'notebook'),(1419,1,2,'number'),(507,1,2,'off'),(265,1,2,'office'),(263,1,2,'open'),(275,1,2,'open-space'),(273,1,2,'openspace'),(258,1,2,'optimistic'),(1156,1,2,'option'),(93,1,2,'origamis'),(560,1,2,'out'),(106,1,2,'overtime'),(1093,1,2,'pack'),(1182,1,2,'pages'),(266,1,2,'painted'),(249,1,2,'paper'),(270,1,2,'partout'),(269,1,2,'passe'),(276,1,2,'passe-partout'),(274,1,2,'passepartout'),(89,1,2,'patterns'),(913,1,2,'personal'),(70,1,2,'pima'),(1178,1,2,'plain'),(704,1,2,'polyester'),(82,1,2,'polyfaune'),(509,1,2,'positive'),(246,1,2,'poster'),(55,1,2,'printed'),(99,1,2,'printing'),(914,1,2,'private'),(100,1,2,'process'),(86,1,2,'products'),(924,1,2,'project'),(517,1,2,'proof'),(101,1,2,'provides'),(928,1,2,'purpose'),(1168,1,2,'quality'),(1417,1,2,'quote'),(1153,1,2,'recycled'),(60,1,2,'regular'),(699,1,2,'relaxation'),(684,1,2,'removable'),(104,1,2,'rendering'),(508,1,2,'right'),(247,1,2,'rigid'),(62,1,2,'round'),(1181,1,2,'ruled'),(559,1,2,'set'),(1151,1,2,'sheets'),(56,1,2,'shirt'),(64,1,2,'short'),(158,1,2,'side'),(932,1,2,'size'),(65,1,2,'sleeves'),(250,1,2,'smooth'),(690,1,2,'sofa'),(264,1,2,'space'),(1175,1,2,'spiral'),(1179,1,2,'squarred'),(69,1,2,'staple'),(506,1,2,'start'),(1177,1,2,'stationery'),(80,1,2,'studio'),(97,1,2,'sublimation'),(930,1,2,'support'),(251,1,2,'surface'),(911,1,2,'svg'),(154,1,2,'sweater'),(72,1,2,'symbol'),(58,1,2,'t-shirt'),(1414,1,2,'text'),(98,1,2,'textile'),(697,1,2,'that'),(76,1,2,'the'),(256,1,2,'this'),(510,1,2,'thought'),(426,1,2,'today'),(614,1,2,'touch'),(91,1,2,'traditional'),(1164,1,2,'traveling'),(57,1,2,'tshirt'),(917,1,2,'use'),(927,1,2,'used'),(908,1,2,'vector'),(255,1,2,'voice'),(254,1,2,'walls'),(701,1,2,'washable'),(94,1,2,'wear'),(1163,1,2,'when'),(109,1,2,'white'),(259,1,2,'will'),(87,1,2,'with'),(931,1,2,'without'),(161,1,2,'women'),(267,1,2,'wooden'),(1162,1,2,'work'),(1157,1,2,'write'),(1172,1,2,'writing'),(243,1,2,'yet'),(920,1,2,'you'),(253,1,2,'your'),(695,1,2,'zen'),(687,1,2,'zip'),(2861,2,2,'---'),(1953,2,2,'043kg'),(1591,2,2,'100'),(2590,2,2,'120'),(2595,2,2,'16x22cm'),(1943,2,2,'325ml'),(2126,2,2,'32x32cm'),(1717,2,2,'40x60cm'),(1718,2,2,'60x90cm'),(1719,2,2,'80x120cm'),(1949,2,2,'82cm'),(1951,2,2,'95cm'),(1959,2,2,'accessories'),(2050,2,2,'add'),(1769,2,2,'adventure'),(1694,2,2,'aesthethic'),(1509,2,2,'and'),(2369,2,2,'any'),(2128,2,2,'armchair'),(1714,2,2,'art'),(2133,2,2,'atmosphere'),(2125,2,2,'back'),(1544,2,2,'balta'),(2199,2,2,'bear'),(2129,2,2,'bed'),(1770,2,2,'begins'),(1679,2,2,'best'),(2616,2,2,'binding'),(2198,2,2,'brown'),(1592,2,2,'brushed'),(2366,2,2,'can'),(2594,2,2,'cardboard'),(1942,2,2,'ceramic'),(2860,2,2,'characters'),(1530,2,2,'chino'),(2855,2,2,'choice'),(1520,2,2,'classic'),(1995,2,2,'coffee'),(1518,2,2,'collection'),(1538,2,2,'color'),(1523,2,2,'colorful'),(1681,2,2,'come'),(1596,2,2,'comfort'),(2356,2,2,'commercial'),(1998,2,2,'conquer'),(1716,2,2,'corner'),(1506,2,2,'cotton'),(2122,2,2,'cover'),(2130,2,2,'create'),(2363,2,2,'creative'),(1994,2,2,'cup'),(1513,2,2,'curiosity'),(2120,2,2,'cushion'),(2362,2,2,'custom'),(2852,2,2,'customizable'),(2853,2,2,'customize'),(1865,2,2,'day'),(1510,2,2,'delicacy'),(1494,2,2,'demo'),(1709,2,2,'depth'),(1516,2,2,'design'),(1699,2,2,'desk'),(1950,2,2,'diameter'),(1954,2,2,'dishwasher'),(1957,2,2,'dishwasher-proo'),(1956,2,2,'dishwasherproof'),(2621,2,2,'doted'),(2614,2,2,'double'),(2598,2,2,'down'),(2352,2,2,'download'),(2606,2,2,'endearing'),(1512,2,2,'evokes'),(1537,2,2,'exceptional'),(1502,2,2,'extra'),(1519,2,2,'features'),(2610,2,2,'feel'),(2139,2,2,'filling'),(1771,2,2,'finish'),(1496,2,2,'fit'),(1595,2,2,'for'),(2350,2,2,'format'),(2119,2,2,'fox'),(1705,2,2,'frame'),(1682,2,2,'framed'),(1689,2,2,'give'),(1864,2,2,'good'),(1715,2,2,'graphic'),(2349,2,2,'graphics'),(1698,2,2,'great'),(2613,2,2,'gsm'),(1540,2,2,'guaranteed'),(2592,2,2,'hard'),(2361,2,2,'have'),(1952,2,2,'height'),(1958,2,2,'home'),(1489,2,2,'hummingbird'),(2140,2,2,'hypoallergenic'),(2601,2,2,'ideas'),(2365,2,2,'illustration'),(2600,2,2,'ingenious'),(1593,2,2,'inner'),(1525,2,2,'inspired'),(2135,2,2,'inspires'),(2123,2,2,'invisible'),(2605,2,2,'its'),(1527,2,2,'japanese'),(1531,2,2,'jeans'),(1514,2,2,'joy'),(1543,2,2,'juoda'),(1508,2,2,'lightness'),(2611,2,2,'like'),(2373,2,2,'limitation'),(1503,2,2,'long'),(1697,2,2,'look'),(2137,2,2,'machine'),(1501,2,2,'made'),(2609,2,2,'make'),(2607,2,2,'manufacturing'),(1685,2,2,'matt'),(2858,2,2,'maximum'),(1545,2,2,'medvilne'),(1542,2,2,'men'),(2856,2,2,'message'),(2131,2,2,'modern'),(2053,2,2,'mood'),(1708,2,2,'more'),(2052,2,2,'morning'),(2599,2,2,'most'),(2118,2,2,'mountain'),(1940,2,2,'mug'),(1498,2,2,'neckline'),(2355,2,2,'non'),(2359,2,2,'non-commercial'),(2358,2,2,'noncommercial'),(2589,2,2,'notebook'),(2859,2,2,'number'),(1945,2,2,'off'),(1702,2,2,'office'),(1700,2,2,'open'),(1712,2,2,'open-space'),(1710,2,2,'openspace'),(1695,2,2,'optimistic'),(2596,2,2,'option'),(1528,2,2,'origamis'),(1997,2,2,'out'),(1541,2,2,'overtime'),(2533,2,2,'pack'),(2622,2,2,'pages'),(1703,2,2,'painted'),(1686,2,2,'paper'),(1707,2,2,'partout'),(1706,2,2,'passe'),(1713,2,2,'passe-partout'),(1711,2,2,'passepartout'),(1524,2,2,'patterns'),(2353,2,2,'personal'),(1505,2,2,'pima'),(2619,2,2,'plain'),(2142,2,2,'poliesteris'),(2141,2,2,'polyester'),(1517,2,2,'polyfaune'),(1947,2,2,'positive'),(1683,2,2,'poster'),(1490,2,2,'printed'),(1534,2,2,'printing'),(2354,2,2,'private'),(1535,2,2,'process'),(1521,2,2,'products'),(2364,2,2,'project'),(1955,2,2,'proof'),(1536,2,2,'provides'),(2368,2,2,'purpose'),(2608,2,2,'quality'),(2857,2,2,'quote'),(2593,2,2,'recycled'),(1495,2,2,'regular'),(2136,2,2,'relaxation'),(2121,2,2,'removable'),(1539,2,2,'rendering'),(1946,2,2,'right'),(1684,2,2,'rigid'),(1497,2,2,'round'),(2618,2,2,'ruled'),(1996,2,2,'set'),(2591,2,2,'sheets'),(1491,2,2,'shirt'),(1499,2,2,'short'),(1594,2,2,'side'),(2372,2,2,'size'),(1500,2,2,'sleeves'),(1687,2,2,'smooth'),(2127,2,2,'sofa'),(1701,2,2,'space'),(2615,2,2,'spiral'),(2620,2,2,'squarred'),(1504,2,2,'staple'),(1944,2,2,'start'),(2617,2,2,'stationery'),(1515,2,2,'studio'),(1532,2,2,'sublimation'),(2370,2,2,'support'),(1688,2,2,'surface'),(2351,2,2,'svg'),(1590,2,2,'sweater'),(1507,2,2,'symbol'),(1493,2,2,'t-shirt'),(2854,2,2,'text'),(1533,2,2,'textile'),(2134,2,2,'that'),(1511,2,2,'the'),(1693,2,2,'this'),(1948,2,2,'thought'),(1863,2,2,'today'),(2051,2,2,'touch'),(1526,2,2,'traditional'),(2604,2,2,'traveling'),(1492,2,2,'tshirt'),(2357,2,2,'use'),(2367,2,2,'used'),(2348,2,2,'vector'),(1692,2,2,'voice'),(1691,2,2,'walls'),(2138,2,2,'washable'),(1529,2,2,'wear'),(2603,2,2,'when'),(1941,2,2,'white'),(1696,2,2,'will'),(1522,2,2,'with'),(2371,2,2,'without'),(1597,2,2,'women'),(1704,2,2,'wooden'),(2602,2,2,'work'),(2597,2,2,'write'),(2612,2,2,'writing'),(1680,2,2,'yet'),(2360,2,2,'you'),(1690,2,2,'your'),(2132,2,2,'zen'),(2124,2,2,'zip'),(2992,1,3,'and'),(3028,1,3,'baumwolle'),(3013,1,3,'chino'),(3003,1,3,'classic'),(3001,1,3,'collection'),(3021,1,3,'color'),(3006,1,3,'colorful'),(2989,1,3,'cotton'),(2996,1,3,'curiosity'),(2993,1,3,'delicacy'),(2977,1,3,'demo'),(2999,1,3,'design'),(2995,1,3,'evokes'),(3020,1,3,'exceptional'),(2985,1,3,'extra'),(3002,1,3,'features'),(2979,1,3,'fit'),(3023,1,3,'guaranteed'),(2972,1,3,'hummingbird'),(3008,1,3,'inspired'),(3010,1,3,'japanese'),(3014,1,3,'jeans'),(2997,1,3,'joy'),(2991,1,3,'lightness'),(2986,1,3,'long'),(2984,1,3,'made'),(3025,1,3,'men'),(2981,1,3,'neckline'),(3011,1,3,'origamis'),(3024,1,3,'overtime'),(3007,1,3,'patterns'),(2988,1,3,'pima'),(3000,1,3,'polyfaune'),(2973,1,3,'printed'),(3017,1,3,'printing'),(3018,1,3,'process'),(3004,1,3,'products'),(3019,1,3,'provides'),(2978,1,3,'regular'),(3022,1,3,'rendering'),(2980,1,3,'round'),(3026,1,3,'schwarz'),(2974,1,3,'shirt'),(2982,1,3,'short'),(2983,1,3,'sleeves'),(2987,1,3,'staple'),(2998,1,3,'studio'),(3015,1,3,'sublimation'),(2990,1,3,'symbol'),(2976,1,3,'t-shirt'),(3016,1,3,'textile'),(2994,1,3,'the'),(3009,1,3,'traditional'),(2975,1,3,'tshirt'),(3012,1,3,'wear'),(3027,1,3,'weiss'),(3005,1,3,'with'); -/*!40000 ALTER TABLE `ps_search_word` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_sekeyword` --- - -DROP TABLE IF EXISTS `ps_sekeyword`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_sekeyword` ( - `id_sekeyword` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `keyword` varchar(256) NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_sekeyword`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_sekeyword` --- - -LOCK TABLES `ps_sekeyword` WRITE; -/*!40000 ALTER TABLE `ps_sekeyword` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_sekeyword` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_shop` --- - -DROP TABLE IF EXISTS `ps_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_shop` ( - `id_shop` int(11) NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) NOT NULL, - `name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, - `id_category` int(11) NOT NULL, - `theme_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, - `active` tinyint(1) NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id_shop`), - KEY `IDX_CBDFBB9EF5C9E40` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_shop` --- - -LOCK TABLES `ps_shop` WRITE; -/*!40000 ALTER TABLE `ps_shop` DISABLE KEYS */; -INSERT INTO `ps_shop` VALUES (1,1,'prestashop177',2,'classic',1,0),(2,1,'shop2',2,'classic',1,0); -/*!40000 ALTER TABLE `ps_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_shop_group` --- - -DROP TABLE IF EXISTS `ps_shop_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_shop_group` ( - `id_shop_group` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, - `share_customer` tinyint(1) NOT NULL, - `share_order` tinyint(1) NOT NULL, - `share_stock` tinyint(1) NOT NULL, - `active` tinyint(1) NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_shop_group` --- - -LOCK TABLES `ps_shop_group` WRITE; -/*!40000 ALTER TABLE `ps_shop_group` DISABLE KEYS */; -INSERT INTO `ps_shop_group` VALUES (1,'Default',0,0,0,1,0); -/*!40000 ALTER TABLE `ps_shop_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_shop_url` --- - -DROP TABLE IF EXISTS `ps_shop_url`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_shop_url` ( - `id_shop_url` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - `domain` varchar(150) NOT NULL, - `domain_ssl` varchar(150) NOT NULL, - `physical_uri` varchar(64) NOT NULL, - `virtual_uri` varchar(64) NOT NULL, - `main` tinyint(1) NOT NULL, - `active` tinyint(1) NOT NULL, - PRIMARY KEY (`id_shop_url`), - UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), - UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), - KEY `id_shop` (`id_shop`,`main`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_shop_url` --- - -LOCK TABLES `ps_shop_url` WRITE; -/*!40000 ALTER TABLE `ps_shop_url` DISABLE KEYS */; -INSERT INTO `ps_shop_url` VALUES (1,1,'demoshop.eu.ngrok.io','demoshop.eu.ngrok.io','/','',1,1),(2,2,'demoshop.eu.ngrok.io','demoshop.eu.ngrok.io','/docker177/','shop2/',1,1); -/*!40000 ALTER TABLE `ps_shop_url` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_smarty_cache` --- - -DROP TABLE IF EXISTS `ps_smarty_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_smarty_cache` ( - `id_smarty_cache` char(40) NOT NULL, - `name` char(40) NOT NULL, - `cache_id` varchar(254) DEFAULT NULL, - `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `content` longtext NOT NULL, - PRIMARY KEY (`id_smarty_cache`), - KEY `name` (`name`), - KEY `cache_id` (`cache_id`), - KEY `modified` (`modified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_smarty_cache` --- - -LOCK TABLES `ps_smarty_cache` WRITE; -/*!40000 ALTER TABLE `ps_smarty_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_smarty_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_smarty_last_flush` --- - -DROP TABLE IF EXISTS `ps_smarty_last_flush`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_smarty_last_flush` ( - `type` enum('compile','template') NOT NULL, - `last_flush` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`type`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_smarty_last_flush` --- - -LOCK TABLES `ps_smarty_last_flush` WRITE; -/*!40000 ALTER TABLE `ps_smarty_last_flush` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_smarty_last_flush` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_smarty_lazy_cache` --- - -DROP TABLE IF EXISTS `ps_smarty_lazy_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_smarty_lazy_cache` ( - `template_hash` varchar(32) NOT NULL DEFAULT '', - `cache_id` varchar(191) NOT NULL DEFAULT '', - `compile_id` varchar(32) NOT NULL DEFAULT '', - `filepath` varchar(255) NOT NULL DEFAULT '', - `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`template_hash`,`cache_id`,`compile_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_smarty_lazy_cache` --- - -LOCK TABLES `ps_smarty_lazy_cache` WRITE; -/*!40000 ALTER TABLE `ps_smarty_lazy_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_smarty_lazy_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price` --- - -DROP TABLE IF EXISTS `ps_specific_price`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price` ( - `id_specific_price` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_specific_price_rule` int(11) unsigned NOT NULL, - `id_cart` int(11) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(11) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL, - `id_country` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - `price` decimal(20,6) NOT NULL, - `from_quantity` mediumint(8) unsigned NOT NULL, - `reduction` decimal(20,6) NOT NULL, - `reduction_tax` tinyint(1) NOT NULL DEFAULT '1', - `reduction_type` enum('amount','percentage') NOT NULL, - `from` datetime NOT NULL, - `to` datetime NOT NULL, - PRIMARY KEY (`id_specific_price`), - UNIQUE KEY `id_product_2` (`id_product`,`id_product_attribute`,`id_customer`,`id_cart`,`from`,`to`,`id_shop`,`id_shop_group`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`id_specific_price_rule`), - KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), - KEY `from_quantity` (`from_quantity`), - KEY `id_specific_price_rule` (`id_specific_price_rule`), - KEY `id_cart` (`id_cart`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_shop` (`id_shop`), - KEY `id_customer` (`id_customer`), - KEY `from` (`from`), - KEY `to` (`to`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price` --- - -LOCK TABLES `ps_specific_price` WRITE; -/*!40000 ALTER TABLE `ps_specific_price` DISABLE KEYS */; -INSERT INTO `ps_specific_price` VALUES (1,0,0,1,0,0,0,0,0,0,0,-1.000000,1,0.200000,1,'percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'),(2,0,0,2,0,0,0,0,0,0,0,-1.000000,1,0.200000,1,'percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `ps_specific_price` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_priority` --- - -DROP TABLE IF EXISTS `ps_specific_price_priority`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_priority` ( - `id_specific_price_priority` int(11) NOT NULL AUTO_INCREMENT, - `id_product` int(11) NOT NULL, - `priority` varchar(80) NOT NULL, - PRIMARY KEY (`id_specific_price_priority`,`id_product`), - UNIQUE KEY `id_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_priority` --- - -LOCK TABLES `ps_specific_price_priority` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_priority` DISABLE KEYS */; -INSERT INTO `ps_specific_price_priority` VALUES (1,1,'id_shop;id_currency;id_country;id_group'); -/*!40000 ALTER TABLE `ps_specific_price_priority` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_rule` --- - -DROP TABLE IF EXISTS `ps_specific_price_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_rule` ( - `id_specific_price_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_currency` int(10) unsigned NOT NULL, - `id_country` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - `from_quantity` mediumint(8) unsigned NOT NULL, - `price` decimal(20,6) DEFAULT NULL, - `reduction` decimal(20,6) NOT NULL, - `reduction_tax` tinyint(1) NOT NULL DEFAULT '1', - `reduction_type` enum('amount','percentage') NOT NULL, - `from` datetime NOT NULL, - `to` datetime NOT NULL, - PRIMARY KEY (`id_specific_price_rule`), - KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_rule` --- - -LOCK TABLES `ps_specific_price_rule` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_specific_price_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_rule_condition` --- - -DROP TABLE IF EXISTS `ps_specific_price_rule_condition`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_rule_condition` ( - `id_specific_price_rule_condition` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, - `type` varchar(255) NOT NULL, - `value` varchar(255) NOT NULL, - PRIMARY KEY (`id_specific_price_rule_condition`), - KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_rule_condition` --- - -LOCK TABLES `ps_specific_price_rule_condition` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_rule_condition_group` --- - -DROP TABLE IF EXISTS `ps_specific_price_rule_condition_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_rule_condition_group` ( - `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_specific_price_rule` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_rule_condition_group` --- - -LOCK TABLES `ps_specific_price_rule_condition_group` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_state` --- - -DROP TABLE IF EXISTS `ps_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_state` ( - `id_state` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_country` int(11) unsigned NOT NULL, - `id_zone` int(11) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - `iso_code` varchar(7) NOT NULL, - `tax_behavior` smallint(1) NOT NULL DEFAULT '0', - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_state`), - KEY `id_country` (`id_country`), - KEY `name` (`name`), - KEY `id_zone` (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=353 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_state` --- - -LOCK TABLES `ps_state` WRITE; -/*!40000 ALTER TABLE `ps_state` DISABLE KEYS */; -INSERT INTO `ps_state` VALUES (1,21,2,'AA','AA',0,1),(2,21,2,'AE','AE',0,1),(3,21,2,'AP','AP',0,1),(4,21,2,'Alabama','AL',0,1),(5,21,2,'Alaska','AK',0,1),(6,21,2,'Arizona','AZ',0,1),(7,21,2,'Arkansas','AR',0,1),(8,21,2,'California','CA',0,1),(9,21,2,'Colorado','CO',0,1),(10,21,2,'Connecticut','CT',0,1),(11,21,2,'Delaware','DE',0,1),(12,21,2,'Florida','FL',0,1),(13,21,2,'Georgia','GA',0,1),(14,21,2,'Hawaii','HI',0,1),(15,21,2,'Idaho','ID',0,1),(16,21,2,'Illinois','IL',0,1),(17,21,2,'Indiana','IN',0,1),(18,21,2,'Iowa','IA',0,1),(19,21,2,'Kansas','KS',0,1),(20,21,2,'Kentucky','KY',0,1),(21,21,2,'Louisiana','LA',0,1),(22,21,2,'Maine','ME',0,1),(23,21,2,'Maryland','MD',0,1),(24,21,2,'Massachusetts','MA',0,1),(25,21,2,'Michigan','MI',0,1),(26,21,2,'Minnesota','MN',0,1),(27,21,2,'Mississippi','MS',0,1),(28,21,2,'Missouri','MO',0,1),(29,21,2,'Montana','MT',0,1),(30,21,2,'Nebraska','NE',0,1),(31,21,2,'Nevada','NV',0,1),(32,21,2,'New Hampshire','NH',0,1),(33,21,2,'New Jersey','NJ',0,1),(34,21,2,'New Mexico','NM',0,1),(35,21,2,'New York','NY',0,1),(36,21,2,'North Carolina','NC',0,1),(37,21,2,'North Dakota','ND',0,1),(38,21,2,'Ohio','OH',0,1),(39,21,2,'Oklahoma','OK',0,1),(40,21,2,'Oregon','OR',0,1),(41,21,2,'Pennsylvania','PA',0,1),(42,21,2,'Rhode Island','RI',0,1),(43,21,2,'South Carolina','SC',0,1),(44,21,2,'South Dakota','SD',0,1),(45,21,2,'Tennessee','TN',0,1),(46,21,2,'Texas','TX',0,1),(47,21,2,'Utah','UT',0,1),(48,21,2,'Vermont','VT',0,1),(49,21,2,'Virginia','VA',0,1),(50,21,2,'Washington','WA',0,1),(51,21,2,'West Virginia','WV',0,1),(52,21,2,'Wisconsin','WI',0,1),(53,21,2,'Wyoming','WY',0,1),(54,21,2,'Puerto Rico','PR',0,1),(55,21,2,'US Virgin Islands','VI',0,1),(56,21,2,'District of Columbia','DC',0,1),(57,145,2,'Aguascalientes','AGS',0,1),(58,145,2,'Baja California','BCN',0,1),(59,145,2,'Baja California Sur','BCS',0,1),(60,145,2,'Campeche','CAM',0,1),(61,145,2,'Chiapas','CHP',0,1),(62,145,2,'Chihuahua','CHH',0,1),(63,145,2,'Coahuila','COA',0,1),(64,145,2,'Colima','COL',0,1),(65,145,2,'Distrito Federal','DIF',0,1),(66,145,2,'Durango','DUR',0,1),(67,145,2,'Guanajuato','GUA',0,1),(68,145,2,'Guerrero','GRO',0,1),(69,145,2,'Hidalgo','HID',0,1),(70,145,2,'Jalisco','JAL',0,1),(71,145,2,'Estado de México','MEX',0,1),(72,145,2,'Michoacán','MIC',0,1),(73,145,2,'Morelos','MOR',0,1),(74,145,2,'Nayarit','NAY',0,1),(75,145,2,'Nuevo León','NLE',0,1),(76,145,2,'Oaxaca','OAX',0,1),(77,145,2,'Puebla','PUE',0,1),(78,145,2,'Querétaro','QUE',0,1),(79,145,2,'Quintana Roo','ROO',0,1),(80,145,2,'San Luis Potosí','SLP',0,1),(81,145,2,'Sinaloa','SIN',0,1),(82,145,2,'Sonora','SON',0,1),(83,145,2,'Tabasco','TAB',0,1),(84,145,2,'Tamaulipas','TAM',0,1),(85,145,2,'Tlaxcala','TLA',0,1),(86,145,2,'Veracruz','VER',0,1),(87,145,2,'Yucatán','YUC',0,1),(88,145,2,'Zacatecas','ZAC',0,1),(89,4,2,'Ontario','ON',0,1),(90,4,2,'Quebec','QC',0,1),(91,4,2,'British Columbia','BC',0,1),(92,4,2,'Alberta','AB',0,1),(93,4,2,'Manitoba','MB',0,1),(94,4,2,'Saskatchewan','SK',0,1),(95,4,2,'Nova Scotia','NS',0,1),(96,4,2,'New Brunswick','NB',0,1),(97,4,2,'Newfoundland and Labrador','NL',0,1),(98,4,2,'Prince Edward Island','PE',0,1),(99,4,2,'Northwest Territories','NT',0,1),(100,4,2,'Yukon','YT',0,1),(101,4,2,'Nunavut','NU',0,1),(102,44,6,'Buenos Aires','B',0,1),(103,44,6,'Catamarca','K',0,1),(104,44,6,'Chaco','H',0,1),(105,44,6,'Chubut','U',0,1),(106,44,6,'Ciudad de Buenos Aires','C',0,1),(107,44,6,'Córdoba','X',0,1),(108,44,6,'Corrientes','W',0,1),(109,44,6,'Entre Ríos','E',0,1),(110,44,6,'Formosa','P',0,1),(111,44,6,'Jujuy','Y',0,1),(112,44,6,'La Pampa','L',0,1),(113,44,6,'La Rioja','F',0,1),(114,44,6,'Mendoza','M',0,1),(115,44,6,'Misiones','N',0,1),(116,44,6,'Neuquén','Q',0,1),(117,44,6,'Río Negro','R',0,1),(118,44,6,'Salta','A',0,1),(119,44,6,'San Juan','J',0,1),(120,44,6,'San Luis','D',0,1),(121,44,6,'Santa Cruz','Z',0,1),(122,44,6,'Santa Fe','S',0,1),(123,44,6,'Santiago del Estero','G',0,1),(124,44,6,'Tierra del Fuego','V',0,1),(125,44,6,'Tucumán','T',0,1),(126,10,1,'Agrigento','AG',0,1),(127,10,1,'Alessandria','AL',0,1),(128,10,1,'Ancona','AN',0,1),(129,10,1,'Aosta','AO',0,1),(130,10,1,'Arezzo','AR',0,1),(131,10,1,'Ascoli Piceno','AP',0,1),(132,10,1,'Asti','AT',0,1),(133,10,1,'Avellino','AV',0,1),(134,10,1,'Bari','BA',0,1),(135,10,1,'Barletta-Andria-Trani','BT',0,1),(136,10,1,'Belluno','BL',0,1),(137,10,1,'Benevento','BN',0,1),(138,10,1,'Bergamo','BG',0,1),(139,10,1,'Biella','BI',0,1),(140,10,1,'Bologna','BO',0,1),(141,10,1,'Bolzano','BZ',0,1),(142,10,1,'Brescia','BS',0,1),(143,10,1,'Brindisi','BR',0,1),(144,10,1,'Cagliari','CA',0,1),(145,10,1,'Caltanissetta','CL',0,1),(146,10,1,'Campobasso','CB',0,1),(147,10,1,'Carbonia-Iglesias','CI',0,1),(148,10,1,'Caserta','CE',0,1),(149,10,1,'Catania','CT',0,1),(150,10,1,'Catanzaro','CZ',0,1),(151,10,1,'Chieti','CH',0,1),(152,10,1,'Como','CO',0,1),(153,10,1,'Cosenza','CS',0,1),(154,10,1,'Cremona','CR',0,1),(155,10,1,'Crotone','KR',0,1),(156,10,1,'Cuneo','CN',0,1),(157,10,1,'Enna','EN',0,1),(158,10,1,'Fermo','FM',0,1),(159,10,1,'Ferrara','FE',0,1),(160,10,1,'Firenze','FI',0,1),(161,10,1,'Foggia','FG',0,1),(162,10,1,'Forlì-Cesena','FC',0,1),(163,10,1,'Frosinone','FR',0,1),(164,10,1,'Genova','GE',0,1),(165,10,1,'Gorizia','GO',0,1),(166,10,1,'Grosseto','GR',0,1),(167,10,1,'Imperia','IM',0,1),(168,10,1,'Isernia','IS',0,1),(169,10,1,'L\'Aquila','AQ',0,1),(170,10,1,'La Spezia','SP',0,1),(171,10,1,'Latina','LT',0,1),(172,10,1,'Lecce','LE',0,1),(173,10,1,'Lecco','LC',0,1),(174,10,1,'Livorno','LI',0,1),(175,10,1,'Lodi','LO',0,1),(176,10,1,'Lucca','LU',0,1),(177,10,1,'Macerata','MC',0,1),(178,10,1,'Mantova','MN',0,1),(179,10,1,'Massa','MS',0,1),(180,10,1,'Matera','MT',0,1),(181,10,1,'Medio Campidano','VS',0,1),(182,10,1,'Messina','ME',0,1),(183,10,1,'Milano','MI',0,1),(184,10,1,'Modena','MO',0,1),(185,10,1,'Monza e della Brianza','MB',0,1),(186,10,1,'Napoli','NA',0,1),(187,10,1,'Novara','NO',0,1),(188,10,1,'Nuoro','NU',0,1),(189,10,1,'Ogliastra','OG',0,1),(190,10,1,'Olbia-Tempio','OT',0,1),(191,10,1,'Oristano','OR',0,1),(192,10,1,'Padova','PD',0,1),(193,10,1,'Palermo','PA',0,1),(194,10,1,'Parma','PR',0,1),(195,10,1,'Pavia','PV',0,1),(196,10,1,'Perugia','PG',0,1),(197,10,1,'Pesaro-Urbino','PU',0,1),(198,10,1,'Pescara','PE',0,1),(199,10,1,'Piacenza','PC',0,1),(200,10,1,'Pisa','PI',0,1),(201,10,1,'Pistoia','PT',0,1),(202,10,1,'Pordenone','PN',0,1),(203,10,1,'Potenza','PZ',0,1),(204,10,1,'Prato','PO',0,1),(205,10,1,'Ragusa','RG',0,1),(206,10,1,'Ravenna','RA',0,1),(207,10,1,'Reggio Calabria','RC',0,1),(208,10,1,'Reggio Emilia','RE',0,1),(209,10,1,'Rieti','RI',0,1),(210,10,1,'Rimini','RN',0,1),(211,10,1,'Roma','RM',0,1),(212,10,1,'Rovigo','RO',0,1),(213,10,1,'Salerno','SA',0,1),(214,10,1,'Sassari','SS',0,1),(215,10,1,'Savona','SV',0,1),(216,10,1,'Siena','SI',0,1),(217,10,1,'Siracusa','SR',0,1),(218,10,1,'Sondrio','SO',0,1),(219,10,1,'Taranto','TA',0,1),(220,10,1,'Teramo','TE',0,1),(221,10,1,'Terni','TR',0,1),(222,10,1,'Torino','TO',0,1),(223,10,1,'Trapani','TP',0,1),(224,10,1,'Trento','TN',0,1),(225,10,1,'Treviso','TV',0,1),(226,10,1,'Trieste','TS',0,1),(227,10,1,'Udine','UD',0,1),(228,10,1,'Varese','VA',0,1),(229,10,1,'Venezia','VE',0,1),(230,10,1,'Verbano-Cusio-Ossola','VB',0,1),(231,10,1,'Vercelli','VC',0,1),(232,10,1,'Verona','VR',0,1),(233,10,1,'Vibo Valentia','VV',0,1),(234,10,1,'Vicenza','VI',0,1),(235,10,1,'Viterbo','VT',0,1),(236,111,3,'Aceh','ID-AC',0,1),(237,111,3,'Bali','ID-BA',0,1),(238,111,3,'Banten','ID-BT',0,1),(239,111,3,'Bengkulu','ID-BE',0,1),(240,111,3,'Gorontalo','ID-GO',0,1),(241,111,3,'Jakarta','ID-JK',0,1),(242,111,3,'Jambi','ID-JA',0,1),(243,111,3,'Jawa Barat','ID-JB',0,1),(244,111,3,'Jawa Tengah','ID-JT',0,1),(245,111,3,'Jawa Timur','ID-JI',0,1),(246,111,3,'Kalimantan Barat','ID-KB',0,1),(247,111,3,'Kalimantan Selatan','ID-KS',0,1),(248,111,3,'Kalimantan Tengah','ID-KT',0,1),(249,111,3,'Kalimantan Timur','ID-KI',0,1),(250,111,3,'Kalimantan Utara','ID-KU',0,1),(251,111,3,'Kepulauan Bangka Belitug','ID-BB',0,1),(252,111,3,'Kepulauan Riau','ID-KR',0,1),(253,111,3,'Lampung','ID-LA',0,1),(254,111,3,'Maluku','ID-MA',0,1),(255,111,3,'Maluku Utara','ID-MU',0,1),(256,111,3,'Nusa Tengara Barat','ID-NB',0,1),(257,111,3,'Nusa Tenggara Timur','ID-NT',0,1),(258,111,3,'Papua','ID-PA',0,1),(259,111,3,'Papua Barat','ID-PB',0,1),(260,111,3,'Riau','ID-RI',0,1),(261,111,3,'Sulawesi Barat','ID-SR',0,1),(262,111,3,'Sulawesi Selatan','ID-SN',0,1),(263,111,3,'Sulawesi Tengah','ID-ST',0,1),(264,111,3,'Sulawesi Tenggara','ID-SG',0,1),(265,111,3,'Sulawesi Utara','ID-SA',0,1),(266,111,3,'Sumatera Barat','ID-SB',0,1),(267,111,3,'Sumatera Selatan','ID-SS',0,1),(268,111,3,'Sumatera Utara','ID-SU',0,1),(269,111,3,'Yogyakarta','ID-YO',0,1),(270,11,3,'Aichi','23',0,1),(271,11,3,'Akita','05',0,1),(272,11,3,'Aomori','02',0,1),(273,11,3,'Chiba','12',0,1),(274,11,3,'Ehime','38',0,1),(275,11,3,'Fukui','18',0,1),(276,11,3,'Fukuoka','40',0,1),(277,11,3,'Fukushima','07',0,1),(278,11,3,'Gifu','21',0,1),(279,11,3,'Gunma','10',0,1),(280,11,3,'Hiroshima','34',0,1),(281,11,3,'Hokkaido','01',0,1),(282,11,3,'Hyogo','28',0,1),(283,11,3,'Ibaraki','08',0,1),(284,11,3,'Ishikawa','17',0,1),(285,11,3,'Iwate','03',0,1),(286,11,3,'Kagawa','37',0,1),(287,11,3,'Kagoshima','46',0,1),(288,11,3,'Kanagawa','14',0,1),(289,11,3,'Kochi','39',0,1),(290,11,3,'Kumamoto','43',0,1),(291,11,3,'Kyoto','26',0,1),(292,11,3,'Mie','24',0,1),(293,11,3,'Miyagi','04',0,1),(294,11,3,'Miyazaki','45',0,1),(295,11,3,'Nagano','20',0,1),(296,11,3,'Nagasaki','42',0,1),(297,11,3,'Nara','29',0,1),(298,11,3,'Niigata','15',0,1),(299,11,3,'Oita','44',0,1),(300,11,3,'Okayama','33',0,1),(301,11,3,'Okinawa','47',0,1),(302,11,3,'Osaka','27',0,1),(303,11,3,'Saga','41',0,1),(304,11,3,'Saitama','11',0,1),(305,11,3,'Shiga','25',0,1),(306,11,3,'Shimane','32',0,1),(307,11,3,'Shizuoka','22',0,1),(308,11,3,'Tochigi','09',0,1),(309,11,3,'Tokushima','36',0,1),(310,11,3,'Tokyo','13',0,1),(311,11,3,'Tottori','31',0,1),(312,11,3,'Toyama','16',0,1),(313,11,3,'Wakayama','30',0,1),(314,11,3,'Yamagata','06',0,1),(315,11,3,'Yamaguchi','35',0,1),(316,11,3,'Yamanashi','19',0,1),(317,24,5,'Australian Capital Territory','ACT',0,1),(318,24,5,'New South Wales','NSW',0,1),(319,24,5,'Northern Territory','NT',0,1),(320,24,5,'Queensland','QLD',0,1),(321,24,5,'South Australia','SA',0,1),(322,24,5,'Tasmania','TAS',0,1),(323,24,5,'Victoria','VIC',0,1),(324,24,5,'Western Australia','WA',0,1),(325,110,3,'Andhra Pradesh','AP',0,1),(326,110,3,'Arunachal Pradesh','AR',0,1),(327,110,3,'Assam','AS',0,1),(328,110,3,'Bihar','BR',0,1),(329,110,3,'Chhattisgarh','CT',0,1),(330,110,3,'Goa','GA',0,1),(331,110,3,'Gujarat','GJ',0,1),(332,110,3,'Haryana','HR',0,1),(333,110,3,'Himachal Pradesh','HP',0,1),(334,110,3,'Jharkhand','JH',0,1),(335,110,3,'Karnataka','KA',0,1),(336,110,3,'Kerala','KL',0,1),(337,110,3,'Madhya Pradesh','MP',0,1),(338,110,3,'Maharashtra','MH',0,1),(339,110,3,'Manipur','MN',0,1),(340,110,3,'Meghalaya','ML',0,1),(341,110,3,'Mizoram','MZ',0,1),(342,110,3,'Nagaland','NL',0,1),(343,110,3,'Odisha','OR',0,1),(344,110,3,'Punjab','PB',0,1),(345,110,3,'Rajasthan','RJ',0,1),(346,110,3,'Sikkim','SK',0,1),(347,110,3,'Tamil Nadu','TN',0,1),(348,110,3,'Telangana','TG',0,1),(349,110,3,'Tripura','TR',0,1),(350,110,3,'Uttar Pradesh','UP',0,1),(351,110,3,'Uttarakhand','UT',0,1),(352,110,3,'West Bengal','WB',0,1); -/*!40000 ALTER TABLE `ps_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_statssearch` --- - -DROP TABLE IF EXISTS `ps_statssearch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_statssearch` ( - `id_statssearch` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `keywords` varchar(255) NOT NULL, - `results` int(6) NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_statssearch`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_statssearch` --- - -LOCK TABLES `ps_statssearch` WRITE; -/*!40000 ALTER TABLE `ps_statssearch` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_statssearch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock` --- - -DROP TABLE IF EXISTS `ps_stock`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock` ( - `id_stock` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_warehouse` int(11) unsigned NOT NULL, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `reference` varchar(64) NOT NULL, - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `mpn` varchar(40) DEFAULT NULL, - `physical_quantity` int(11) unsigned NOT NULL, - `usable_quantity` int(11) unsigned NOT NULL, - `price_te` decimal(20,6) DEFAULT '0.000000', - PRIMARY KEY (`id_stock`), - KEY `id_warehouse` (`id_warehouse`), - KEY `id_product` (`id_product`), - KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock` --- - -LOCK TABLES `ps_stock` WRITE; -/*!40000 ALTER TABLE `ps_stock` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_stock` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_available` --- - -DROP TABLE IF EXISTS `ps_stock_available`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_available` ( - `id_stock_available` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `id_shop_group` int(11) unsigned NOT NULL, - `quantity` int(10) NOT NULL DEFAULT '0', - `physical_quantity` int(11) NOT NULL DEFAULT '0', - `reserved_quantity` int(11) NOT NULL DEFAULT '0', - `depends_on_stock` tinyint(1) unsigned NOT NULL DEFAULT '0', - `out_of_stock` tinyint(1) unsigned NOT NULL DEFAULT '0', - `location` varchar(255) NOT NULL DEFAULT '', - PRIMARY KEY (`id_stock_available`), - UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`), - KEY `id_shop` (`id_shop`), - KEY `id_shop_group` (`id_shop_group`), - KEY `id_product` (`id_product`), - KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_available` --- - -LOCK TABLES `ps_stock_available` WRITE; -/*!40000 ALTER TABLE `ps_stock_available` DISABLE KEYS */; -INSERT INTO `ps_stock_available` VALUES (1,1,0,1,0,2399,2399,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,1500,0,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,''),(8,8,0,1,0,300,0,0,0,2,''),(9,9,0,1,0,600,0,0,0,2,''),(10,10,0,1,0,600,0,0,0,2,''),(11,11,0,1,0,600,0,0,0,2,''),(12,12,0,1,0,300,0,0,0,1,''),(13,13,0,1,0,300,0,0,0,1,''),(14,14,0,1,0,300,0,0,0,1,''),(15,15,0,1,0,100,0,0,0,2,''),(16,16,0,1,0,1200,0,0,0,2,''),(17,17,0,1,0,1200,0,0,0,2,''),(18,18,0,1,0,1200,0,0,0,2,''),(19,19,0,1,0,300,0,0,0,2,''),(20,1,1,1,0,299,300,1,0,2,''),(21,1,2,1,0,300,300,0,0,2,''),(22,1,3,1,0,300,300,0,0,2,''),(23,1,4,1,0,300,300,0,0,2,''),(24,1,5,1,0,300,300,0,0,2,''),(25,1,6,1,0,300,300,0,0,2,''),(26,1,7,1,0,300,300,0,0,2,''),(27,1,8,1,0,300,300,0,0,2,''),(28,2,9,1,0,1200,0,0,0,2,''),(29,2,10,1,0,300,0,0,0,2,''),(30,2,11,1,0,300,0,0,0,2,''),(31,2,12,1,0,300,0,0,0,2,''),(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,900,0,0,0,2,''),(36,4,17,1,0,300,0,0,0,2,''),(37,4,18,1,0,300,0,0,0,2,''),(38,5,19,1,0,300,0,0,0,2,''),(39,5,20,1,0,300,0,0,0,2,''),(40,5,21,1,0,300,0,0,0,2,''),(41,9,22,1,0,300,0,0,0,2,''),(42,9,23,1,0,300,0,0,0,2,''),(43,10,24,1,0,300,0,0,0,2,''),(44,10,25,1,0,300,0,0,0,2,''),(45,11,26,1,0,300,0,0,0,2,''),(46,11,27,1,0,300,0,0,0,2,''),(47,16,28,1,0,300,0,0,0,2,''),(48,16,29,1,0,300,0,0,0,2,''),(49,16,30,1,0,300,0,0,0,2,''),(50,16,31,1,0,300,0,0,0,2,''),(51,17,32,1,0,300,0,0,0,2,''),(52,17,33,1,0,300,0,0,0,2,''),(53,17,34,1,0,300,0,0,0,2,''),(54,17,35,1,0,300,0,0,0,2,''),(55,18,36,1,0,300,0,0,0,2,''),(56,18,37,1,0,300,0,0,0,2,''),(57,18,38,1,0,300,0,0,0,2,''),(58,18,39,1,0,300,0,0,0,2,''),(59,1,0,2,0,2400,0,0,0,2,''),(60,2,0,2,0,2100,0,0,0,2,''),(61,3,0,2,0,1500,0,0,0,2,''),(62,4,0,2,0,1500,0,0,0,2,''),(63,5,0,2,0,900,0,0,0,2,''),(64,6,0,2,0,300,0,0,0,2,''),(65,7,0,2,0,300,0,0,0,2,''),(66,8,0,2,0,300,0,0,0,2,''),(67,9,0,2,0,600,0,0,0,2,''),(68,10,0,2,0,600,0,0,0,2,''),(69,11,0,2,0,600,0,0,0,2,''),(70,12,0,2,0,300,0,0,0,1,''),(71,13,0,2,0,300,0,0,0,1,''),(72,14,0,2,0,300,0,0,0,1,''),(73,15,0,2,0,100,0,0,0,2,''),(74,16,0,2,0,1200,0,0,0,2,''),(75,17,0,2,0,1200,0,0,0,2,''),(76,18,0,2,0,1200,0,0,0,2,''),(77,19,0,2,0,300,0,0,0,2,''),(78,1,1,2,0,300,0,0,0,2,''),(79,1,2,2,0,300,0,0,0,2,''),(80,1,3,2,0,300,0,0,0,2,''),(81,1,4,2,0,300,0,0,0,2,''),(82,1,5,2,0,300,0,0,0,2,''),(83,1,6,2,0,300,0,0,0,2,''),(84,1,7,2,0,300,0,0,0,2,''),(85,1,8,2,0,300,0,0,0,2,''),(86,2,9,2,0,1200,0,0,0,2,''),(87,2,10,2,0,300,0,0,0,2,''),(88,2,11,2,0,300,0,0,0,2,''),(89,2,12,2,0,300,0,0,0,2,''),(90,3,13,2,0,900,0,0,0,2,''),(91,3,14,2,0,300,0,0,0,2,''),(92,3,15,2,0,300,0,0,0,2,''),(93,4,16,2,0,900,0,0,0,2,''),(94,4,17,2,0,300,0,0,0,2,''),(95,4,18,2,0,300,0,0,0,2,''),(96,5,19,2,0,300,0,0,0,2,''),(97,5,20,2,0,300,0,0,0,2,''),(98,5,21,2,0,300,0,0,0,2,''),(99,9,22,2,0,300,0,0,0,2,''),(100,9,23,2,0,300,0,0,0,2,''),(101,10,24,2,0,300,0,0,0,2,''),(102,10,25,2,0,300,0,0,0,2,''),(103,11,26,2,0,300,0,0,0,2,''),(104,11,27,2,0,300,0,0,0,2,''),(105,16,28,2,0,300,0,0,0,2,''),(106,16,29,2,0,300,0,0,0,2,''),(107,16,30,2,0,300,0,0,0,2,''),(108,16,31,2,0,300,0,0,0,2,''),(109,17,32,2,0,300,0,0,0,2,''),(110,17,33,2,0,300,0,0,0,2,''),(111,17,34,2,0,300,0,0,0,2,''),(112,17,35,2,0,300,0,0,0,2,''),(113,18,36,2,0,300,0,0,0,2,''),(114,18,37,2,0,300,0,0,0,2,''),(115,18,38,2,0,300,0,0,0,2,''),(116,18,39,2,0,300,0,0,0,2,''); -/*!40000 ALTER TABLE `ps_stock_available` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_mvt` --- - -DROP TABLE IF EXISTS `ps_stock_mvt`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_mvt` ( - `id_stock_mvt` bigint(20) NOT NULL AUTO_INCREMENT, - `id_stock` int(11) NOT NULL, - `id_order` int(11) DEFAULT NULL, - `id_supply_order` int(11) DEFAULT NULL, - `id_stock_mvt_reason` int(11) NOT NULL, - `id_employee` int(11) NOT NULL, - `employee_lastname` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `employee_firstname` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `physical_quantity` int(11) NOT NULL, - `date_add` datetime NOT NULL, - `sign` smallint(6) NOT NULL DEFAULT '1', - `price_te` decimal(20,6) DEFAULT '0.000000', - `last_wa` decimal(20,6) DEFAULT '0.000000', - `current_wa` decimal(20,6) DEFAULT '0.000000', - `referer` bigint(20) DEFAULT NULL, - PRIMARY KEY (`id_stock_mvt`), - KEY `id_stock` (`id_stock`), - KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_mvt` --- - -LOCK TABLES `ps_stock_mvt` WRITE; -/*!40000 ALTER TABLE `ps_stock_mvt` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_stock_mvt` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_mvt_reason` --- - -DROP TABLE IF EXISTS `ps_stock_mvt_reason`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_mvt_reason` ( - `id_stock_mvt_reason` int(11) unsigned NOT NULL AUTO_INCREMENT, - `sign` tinyint(1) NOT NULL DEFAULT '1', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_stock_mvt_reason`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_mvt_reason` --- - -LOCK TABLES `ps_stock_mvt_reason` WRITE; -/*!40000 ALTER TABLE `ps_stock_mvt_reason` DISABLE KEYS */; -INSERT INTO `ps_stock_mvt_reason` VALUES (1,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(2,-1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(3,-1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(4,-1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(5,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(6,-1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(7,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(8,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(9,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(10,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(11,1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0),(12,-1,'2022-01-27 14:24:20','2022-01-27 14:24:20',0); -/*!40000 ALTER TABLE `ps_stock_mvt_reason` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_mvt_reason_lang` --- - -DROP TABLE IF EXISTS `ps_stock_mvt_reason_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_mvt_reason_lang` ( - `id_stock_mvt_reason` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(255) CHARACTER SET utf8 NOT NULL, - PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_mvt_reason_lang` --- - -LOCK TABLES `ps_stock_mvt_reason_lang` WRITE; -/*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` DISABLE KEYS */; -INSERT INTO `ps_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(1,2,'Padidinti'),(1,3,'Erhöhung'),(2,1,'Decrease'),(2,2,'Sumažinti'),(2,3,'Reduzierung'),(3,1,'Customer Order'),(3,2,'Kliento užsakymas'),(3,3,'Bestellung'),(4,1,'Regulation following an inventory of stock'),(4,2,'Regulation following an inventory of stock'),(4,3,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(5,2,'Regulation following an inventory of stock'),(5,3,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(6,2,'Perkelti į kitą sandėlį'),(6,3,'Übertragung in anderes Lager'),(7,1,'Transfer from another warehouse'),(7,2,'Perkelti iš kito sandėlio'),(7,3,'Übertragung von anderem Lager'),(8,1,'Supply Order'),(8,2,'Tiekėjo užsakymas'),(8,3,'Lieferbestellung'),(9,1,'Customer Order'),(9,2,'Kliento užsakymas'),(9,3,'Bestellung'),(10,1,'Product return'),(10,2,'Prekės grąžinimas'),(10,3,'Product return'),(11,1,'Employee Edition'),(11,2,'Employee Edition'),(11,3,'Employee Edition'),(12,1,'Employee Edition'),(12,2,'Employee Edition'),(12,3,'Employee Edition'); -/*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_store` --- - -DROP TABLE IF EXISTS `ps_store`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_store` ( - `id_store` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_country` int(10) unsigned NOT NULL, - `id_state` int(10) unsigned DEFAULT NULL, - `city` varchar(64) NOT NULL, - `postcode` varchar(12) NOT NULL, - `latitude` decimal(13,8) DEFAULT NULL, - `longitude` decimal(13,8) DEFAULT NULL, - `phone` varchar(16) DEFAULT NULL, - `fax` varchar(16) DEFAULT NULL, - `email` varchar(255) DEFAULT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_store`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_store` --- - -LOCK TABLES `ps_store` WRITE; -/*!40000 ALTER TABLE `ps_store` DISABLE KEYS */; -INSERT INTO `ps_store` VALUES (1,21,12,'Miami','33135',25.76500500,-80.24379700,'','','',1,'2022-01-27 14:25:30','2022-01-27 14:25:30'),(2,21,12,'Miami','33304',26.13793600,-80.13943500,'','','',1,'2022-01-27 14:25:30','2022-01-27 14:25:30'),(3,21,12,'Miami','33026',26.00998700,-80.29447200,'','','',1,'2022-01-27 14:25:30','2022-01-27 14:25:30'),(4,21,12,'Miami','33133',25.73629600,-80.24479700,'','','',1,'2022-01-27 14:25:30','2022-01-27 14:25:30'),(5,21,12,'Miami','33181',25.88674000,-80.16329200,'','','',1,'2022-01-27 14:25:30','2022-01-27 14:25:30'); -/*!40000 ALTER TABLE `ps_store` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_store_lang` --- - -DROP TABLE IF EXISTS `ps_store_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_store_lang` ( - `id_store` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `address1` varchar(255) NOT NULL, - `address2` varchar(255) DEFAULT NULL, - `hours` text, - `note` text, - PRIMARY KEY (`id_store`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_store_lang` --- - -LOCK TABLES `ps_store_lang` WRITE; -/*!40000 ALTER TABLE `ps_store_lang` DISABLE KEYS */; -INSERT INTO `ps_store_lang` VALUES (1,1,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,2,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,3,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,1,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,2,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,3,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,1,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,2,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,3,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,1,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,2,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,3,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,1,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,2,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,3,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''); -/*!40000 ALTER TABLE `ps_store_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_store_shop` --- - -DROP TABLE IF EXISTS `ps_store_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_store_shop` ( - `id_store` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_store`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_store_shop` --- - -LOCK TABLES `ps_store_shop` WRITE; -/*!40000 ALTER TABLE `ps_store_shop` DISABLE KEYS */; -INSERT INTO `ps_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2),(4,2),(5,2); -/*!40000 ALTER TABLE `ps_store_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supplier` --- - -DROP TABLE IF EXISTS `ps_supplier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supplier` ( - `id_supplier` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_supplier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supplier` --- - -LOCK TABLES `ps_supplier` WRITE; -/*!40000 ALTER TABLE `ps_supplier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supplier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supplier_lang` --- - -DROP TABLE IF EXISTS `ps_supplier_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supplier_lang` ( - `id_supplier` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `description` text, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_supplier`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supplier_lang` --- - -LOCK TABLES `ps_supplier_lang` WRITE; -/*!40000 ALTER TABLE `ps_supplier_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supplier_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supplier_shop` --- - -DROP TABLE IF EXISTS `ps_supplier_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supplier_shop` ( - `id_supplier` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_supplier`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supplier_shop` --- - -LOCK TABLES `ps_supplier_shop` WRITE; -/*!40000 ALTER TABLE `ps_supplier_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supplier_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order` --- - -DROP TABLE IF EXISTS `ps_supply_order`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order` ( - `id_supply_order` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supplier` int(11) unsigned NOT NULL, - `supplier_name` varchar(64) NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - `id_supply_order_state` int(11) unsigned NOT NULL, - `id_currency` int(11) unsigned NOT NULL, - `id_ref_currency` int(11) unsigned NOT NULL, - `reference` varchar(64) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `date_delivery_expected` datetime DEFAULT NULL, - `total_te` decimal(20,6) DEFAULT '0.000000', - `total_with_discount_te` decimal(20,6) DEFAULT '0.000000', - `total_tax` decimal(20,6) DEFAULT '0.000000', - `total_ti` decimal(20,6) DEFAULT '0.000000', - `discount_rate` decimal(20,6) DEFAULT '0.000000', - `discount_value_te` decimal(20,6) DEFAULT '0.000000', - `is_template` tinyint(1) DEFAULT '0', - PRIMARY KEY (`id_supply_order`), - KEY `id_supplier` (`id_supplier`), - KEY `id_warehouse` (`id_warehouse`), - KEY `reference` (`reference`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order` --- - -LOCK TABLES `ps_supply_order` WRITE; -/*!40000 ALTER TABLE `ps_supply_order` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_detail` --- - -DROP TABLE IF EXISTS `ps_supply_order_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_detail` ( - `id_supply_order_detail` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supply_order` int(11) unsigned NOT NULL, - `id_currency` int(11) unsigned NOT NULL, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `reference` varchar(64) NOT NULL, - `supplier_reference` varchar(64) NOT NULL, - `name` varchar(128) NOT NULL, - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `mpn` varchar(40) DEFAULT NULL, - `exchange_rate` decimal(20,6) DEFAULT '0.000000', - `unit_price_te` decimal(20,6) DEFAULT '0.000000', - `quantity_expected` int(11) unsigned NOT NULL, - `quantity_received` int(11) unsigned NOT NULL, - `price_te` decimal(20,6) DEFAULT '0.000000', - `discount_rate` decimal(20,6) DEFAULT '0.000000', - `discount_value_te` decimal(20,6) DEFAULT '0.000000', - `price_with_discount_te` decimal(20,6) DEFAULT '0.000000', - `tax_rate` decimal(20,6) DEFAULT '0.000000', - `tax_value` decimal(20,6) DEFAULT '0.000000', - `price_ti` decimal(20,6) DEFAULT '0.000000', - `tax_value_with_order_discount` decimal(20,6) DEFAULT '0.000000', - `price_with_order_discount_te` decimal(20,6) DEFAULT '0.000000', - PRIMARY KEY (`id_supply_order_detail`), - KEY `id_supply_order` (`id_supply_order`,`id_product`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_detail` --- - -LOCK TABLES `ps_supply_order_detail` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_detail` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_history` --- - -DROP TABLE IF EXISTS `ps_supply_order_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_history` ( - `id_supply_order_history` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supply_order` int(11) unsigned NOT NULL, - `id_employee` int(11) unsigned NOT NULL, - `employee_lastname` varchar(255) DEFAULT '', - `employee_firstname` varchar(255) DEFAULT '', - `id_state` int(11) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_supply_order_history`), - KEY `id_supply_order` (`id_supply_order`), - KEY `id_employee` (`id_employee`), - KEY `id_state` (`id_state`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_history` --- - -LOCK TABLES `ps_supply_order_history` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_receipt_history` --- - -DROP TABLE IF EXISTS `ps_supply_order_receipt_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_receipt_history` ( - `id_supply_order_receipt_history` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supply_order_detail` int(11) unsigned NOT NULL, - `id_employee` int(11) unsigned NOT NULL, - `employee_lastname` varchar(255) DEFAULT '', - `employee_firstname` varchar(255) DEFAULT '', - `id_supply_order_state` int(11) unsigned NOT NULL, - `quantity` int(11) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_supply_order_receipt_history`), - KEY `id_supply_order_detail` (`id_supply_order_detail`), - KEY `id_supply_order_state` (`id_supply_order_state`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_receipt_history` --- - -LOCK TABLES `ps_supply_order_receipt_history` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_receipt_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order_receipt_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_state` --- - -DROP TABLE IF EXISTS `ps_supply_order_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_state` ( - `id_supply_order_state` int(11) unsigned NOT NULL AUTO_INCREMENT, - `delivery_note` tinyint(1) NOT NULL DEFAULT '0', - `editable` tinyint(1) NOT NULL DEFAULT '0', - `receipt_state` tinyint(1) NOT NULL DEFAULT '0', - `pending_receipt` tinyint(1) NOT NULL DEFAULT '0', - `enclosed` tinyint(1) NOT NULL DEFAULT '0', - `color` varchar(32) DEFAULT NULL, - PRIMARY KEY (`id_supply_order_state`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_state` --- - -LOCK TABLES `ps_supply_order_state` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_state` DISABLE KEYS */; -INSERT INTO `ps_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); -/*!40000 ALTER TABLE `ps_supply_order_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_state_lang` --- - -DROP TABLE IF EXISTS `ps_supply_order_state_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_state_lang` ( - `id_supply_order_state` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_supply_order_state`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_state_lang` --- - -LOCK TABLES `ps_supply_order_state_lang` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_state_lang` DISABLE KEYS */; -INSERT INTO `ps_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(1,2,'1 - Kūrimas vyksta'),(1,3,'1 - In Bearbeitung'),(2,1,'2 - Order validated'),(2,2,'2 - Užsakymas patvirtintas'),(2,3,'2 - Bestellung geprüft'),(3,1,'3 - Pending receipt'),(3,2,'3 - Laukiama apmokėjimo'),(3,3,'3 - Warten auf Rechnung'),(4,1,'4 - Order received in part'),(4,2,'4 - Užsakymas gautas iš dalies'),(4,3,'4 - Teillieferung erhalten'),(5,1,'5 - Order received completely'),(5,2,'5 - Užsakymas gautas pilnai'),(5,3,'5 - Lieferung erhalten'),(6,1,'6 - Order canceled'),(6,2,'6 - Užsakymas atšauktas'),(6,3,'6 - Bestellung storniert'); -/*!40000 ALTER TABLE `ps_supply_order_state_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab` --- - -DROP TABLE IF EXISTS `ps_tab`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab` ( - `id_tab` int(11) NOT NULL AUTO_INCREMENT, - `id_parent` int(11) NOT NULL, - `position` int(11) NOT NULL, - `module` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `class_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, - `route_name` varchar(256) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `active` tinyint(1) NOT NULL, - `enabled` tinyint(1) NOT NULL, - `hide_host_mode` tinyint(1) NOT NULL, - `icon` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id_tab`) -) ENGINE=InnoDB AUTO_INCREMENT=169 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab` --- - -LOCK TABLES `ps_tab` WRITE; -/*!40000 ALTER TABLE `ps_tab` DISABLE KEYS */; -INSERT INTO `ps_tab` VALUES (1,0,1,NULL,'AdminDashboard',NULL,1,1,0,'trending_up'),(2,0,2,NULL,'SELL',NULL,1,1,0,''),(3,2,0,NULL,'AdminParentOrders',NULL,1,1,0,'shopping_basket'),(4,3,0,NULL,'AdminOrders',NULL,1,1,0,''),(5,3,1,NULL,'AdminInvoices',NULL,1,1,0,''),(6,3,2,NULL,'AdminSlip',NULL,1,1,0,''),(7,3,3,NULL,'AdminDeliverySlip',NULL,1,1,0,''),(8,3,4,NULL,'AdminCarts',NULL,1,1,0,''),(9,2,1,NULL,'AdminCatalog',NULL,1,1,0,'store'),(10,9,0,NULL,'AdminProducts',NULL,1,1,0,''),(11,9,1,NULL,'AdminCategories',NULL,1,1,0,''),(12,9,2,NULL,'AdminTracking',NULL,1,1,0,''),(13,9,3,NULL,'AdminParentAttributesGroups',NULL,1,1,0,''),(14,13,0,NULL,'AdminAttributesGroups',NULL,1,1,0,''),(15,13,1,NULL,'AdminFeatures',NULL,1,1,0,''),(16,9,4,NULL,'AdminParentManufacturers',NULL,1,1,0,''),(17,16,0,NULL,'AdminManufacturers',NULL,1,1,0,''),(18,16,1,NULL,'AdminSuppliers',NULL,1,1,0,''),(19,9,5,NULL,'AdminAttachments',NULL,1,1,0,''),(20,9,6,NULL,'AdminParentCartRules',NULL,1,1,0,''),(21,20,0,NULL,'AdminCartRules',NULL,1,1,0,''),(22,20,1,NULL,'AdminSpecificPriceRule',NULL,1,1,0,''),(23,9,7,NULL,'AdminStockManagement',NULL,1,1,0,''),(24,2,2,NULL,'AdminParentCustomer',NULL,1,1,0,'account_circle'),(25,24,0,NULL,'AdminCustomers',NULL,1,1,0,''),(26,24,1,NULL,'AdminAddresses',NULL,1,1,0,''),(27,24,2,NULL,'AdminOutstanding',NULL,0,1,0,''),(28,2,3,NULL,'AdminParentCustomerThreads',NULL,1,1,0,'chat'),(29,28,0,NULL,'AdminCustomerThreads',NULL,1,1,0,''),(30,28,1,NULL,'AdminOrderMessage',NULL,1,1,0,''),(31,28,2,NULL,'AdminReturn',NULL,1,1,0,''),(32,2,4,'','AdminStats','',1,1,0,'assessment'),(33,2,5,NULL,'AdminStock',NULL,1,1,0,'store'),(34,33,0,NULL,'AdminWarehouses',NULL,1,1,0,''),(35,33,1,NULL,'AdminParentStockManagement',NULL,1,1,0,''),(36,35,0,NULL,'AdminStockManagement',NULL,1,1,0,''),(37,36,0,NULL,'AdminStockMvt',NULL,1,1,0,''),(38,36,1,NULL,'AdminStockInstantState',NULL,1,1,0,''),(39,36,2,NULL,'AdminStockCover',NULL,1,1,0,''),(40,33,2,NULL,'AdminSupplyOrders',NULL,1,1,0,''),(41,33,3,NULL,'AdminStockConfiguration',NULL,1,1,0,''),(42,0,3,NULL,'IMPROVE',NULL,1,1,0,''),(43,42,1,NULL,'AdminParentModulesSf',NULL,1,1,0,'extension'),(44,43,0,NULL,'AdminModulesSf',NULL,1,1,0,''),(45,44,0,NULL,'AdminModulesManage',NULL,1,1,0,''),(46,44,1,NULL,'AdminModulesNotifications',NULL,1,1,0,''),(47,44,2,NULL,'AdminModulesUpdates',NULL,1,1,0,''),(48,43,1,NULL,'AdminParentModulesCatalog',NULL,1,1,0,''),(49,48,0,'','AdminModulesCatalog','',0,1,0,''),(50,48,1,'','AdminAddonsCatalog','',0,1,0,''),(51,43,2,NULL,'AdminModules',NULL,0,1,0,''),(52,42,2,NULL,'AdminParentThemes',NULL,1,1,0,'desktop_mac'),(53,126,1,'','AdminThemes','',1,1,0,''),(54,52,1,'','AdminThemesCatalog','',0,1,0,''),(55,52,2,NULL,'AdminParentMailTheme',NULL,1,1,0,''),(56,55,0,NULL,'AdminMailTheme',NULL,1,1,0,''),(57,52,3,NULL,'AdminCmsContent',NULL,1,1,0,''),(58,52,4,NULL,'AdminModulesPositions',NULL,1,1,0,''),(59,52,5,NULL,'AdminImages',NULL,1,1,0,''),(60,42,3,NULL,'AdminParentShipping',NULL,1,1,0,'local_shipping'),(61,60,0,NULL,'AdminCarriers',NULL,1,1,0,''),(62,60,1,NULL,'AdminShipping',NULL,1,1,0,''),(63,42,4,NULL,'AdminParentPayment',NULL,1,1,0,'payment'),(64,63,0,NULL,'AdminPayment',NULL,1,1,0,''),(65,63,1,NULL,'AdminPaymentPreferences',NULL,1,1,0,''),(66,42,5,NULL,'AdminInternational',NULL,1,1,0,'language'),(67,66,0,NULL,'AdminParentLocalization',NULL,1,1,0,''),(68,67,0,NULL,'AdminLocalization',NULL,1,1,0,''),(69,67,1,NULL,'AdminLanguages',NULL,1,1,0,''),(70,67,2,NULL,'AdminCurrencies',NULL,1,1,0,''),(71,67,3,NULL,'AdminGeolocation',NULL,1,1,0,''),(72,66,1,NULL,'AdminParentCountries',NULL,1,1,0,''),(73,72,0,NULL,'AdminZones',NULL,1,1,0,''),(74,72,1,NULL,'AdminCountries',NULL,1,1,0,''),(75,72,2,NULL,'AdminStates',NULL,1,1,0,''),(76,66,2,NULL,'AdminParentTaxes',NULL,1,1,0,''),(77,76,0,NULL,'AdminTaxes',NULL,1,1,0,''),(78,76,1,NULL,'AdminTaxRulesGroup',NULL,1,1,0,''),(79,66,3,NULL,'AdminTranslations',NULL,1,1,0,''),(80,0,4,NULL,'CONFIGURE',NULL,1,1,0,''),(81,80,0,NULL,'ShopParameters',NULL,1,1,0,'settings'),(82,81,0,NULL,'AdminParentPreferences',NULL,1,1,0,''),(83,82,0,NULL,'AdminPreferences',NULL,1,1,0,''),(84,82,1,NULL,'AdminMaintenance',NULL,1,1,0,''),(85,81,1,NULL,'AdminParentOrderPreferences',NULL,1,1,0,''),(86,85,0,NULL,'AdminOrderPreferences',NULL,1,1,0,''),(87,85,1,NULL,'AdminStatuses',NULL,1,1,0,''),(88,81,2,NULL,'AdminPPreferences',NULL,1,1,0,''),(89,81,3,NULL,'AdminParentCustomerPreferences',NULL,1,1,0,''),(90,89,0,NULL,'AdminCustomerPreferences',NULL,1,1,0,''),(91,89,1,NULL,'AdminGroups',NULL,1,1,0,''),(92,89,2,NULL,'AdminGenders',NULL,1,1,0,''),(93,81,4,NULL,'AdminParentStores',NULL,1,1,0,''),(94,93,0,NULL,'AdminContacts',NULL,1,1,0,''),(95,93,1,NULL,'AdminStores',NULL,1,1,0,''),(96,81,5,NULL,'AdminParentMeta',NULL,1,1,0,''),(97,96,0,NULL,'AdminMeta',NULL,1,1,0,''),(98,96,1,NULL,'AdminSearchEngines',NULL,1,1,0,''),(99,96,2,NULL,'AdminReferrers',NULL,1,1,0,''),(100,81,6,NULL,'AdminParentSearchConf',NULL,1,1,0,''),(101,100,0,NULL,'AdminSearchConf',NULL,1,1,0,''),(102,100,1,NULL,'AdminTags',NULL,1,1,0,''),(103,80,1,NULL,'AdminAdvancedParameters',NULL,1,1,0,'settings_applications'),(104,103,0,NULL,'AdminInformation',NULL,1,1,0,''),(105,103,1,NULL,'AdminPerformance',NULL,1,1,0,''),(106,103,2,NULL,'AdminAdminPreferences',NULL,1,1,0,''),(107,103,3,NULL,'AdminEmails',NULL,1,1,0,''),(108,103,4,NULL,'AdminImport',NULL,1,1,0,''),(109,103,5,NULL,'AdminParentEmployees',NULL,1,1,0,''),(110,109,0,NULL,'AdminEmployees',NULL,1,1,0,''),(111,109,1,NULL,'AdminProfiles',NULL,1,1,0,''),(112,109,2,NULL,'AdminAccess',NULL,1,1,0,''),(113,103,6,NULL,'AdminParentRequestSql',NULL,1,1,0,''),(114,113,0,NULL,'AdminRequestSql',NULL,1,1,0,''),(115,113,1,NULL,'AdminBackup',NULL,1,1,0,''),(116,103,7,NULL,'AdminLogs',NULL,1,1,0,''),(117,103,8,NULL,'AdminWebservice',NULL,1,1,0,''),(118,103,9,NULL,'AdminShopGroup',NULL,1,1,0,''),(119,103,10,NULL,'AdminShopUrl',NULL,0,1,0,''),(120,-1,0,NULL,'AdminQuickAccesses',NULL,1,1,0,''),(121,0,5,NULL,'DEFAULT',NULL,1,1,0,''),(122,-1,1,NULL,'AdminPatterns',NULL,1,1,0,''),(123,-1,2,'dashgoals','AdminDashgoals','',1,1,0,''),(124,-1,3,'ps_faviconnotificationbo','AdminConfigureFaviconBo','',1,1,0,''),(125,52,6,'ps_linklist','AdminLinkWidget','admin_link_block_list',1,1,0,''),(126,52,0,'','AdminThemesParent','',1,1,0,''),(127,126,2,'ps_themecusto','AdminPsThemeCustoConfiguration','',1,1,0,''),(128,126,3,'ps_themecusto','AdminPsThemeCustoAdvanced','',1,1,0,''),(129,0,6,'welcome','AdminWelcome','',1,1,0,''),(130,81,7,'gamification','AdminGamification','',1,1,0,''),(131,-1,4,'psgdpr','AdminAjaxPsgdpr','',1,1,0,''),(132,-1,5,'psgdpr','AdminDownloadInvoicesPsgdpr','',1,1,0,''),(133,48,0,'ps_mbo','AdminPsMboModule','',1,1,0,''),(134,48,1,'ps_mbo','AdminPsMboAddons','',1,1,0,''),(135,-1,0,'ps_mbo','AdminPsMboRecommended','',1,1,0,''),(136,52,1,'ps_mbo','AdminPsMboTheme','',1,1,0,''),(137,-1,6,'ps_buybuttonlite','AdminAjaxPs_buybuttonlite','',1,1,0,''),(138,-1,7,'ps_metrics','AdminOauthCallback','',1,1,0,''),(139,-1,8,'ps_metrics','AdminGraphql','',1,1,0,''),(140,-1,9,'ps_metrics','AdminAjaxDashboard','',1,1,0,''),(141,-1,10,'ps_metrics','AdminAjaxSettings','',1,1,0,''),(142,-1,11,'ps_metrics','AdminMetricsSettings','',1,1,0,''),(143,-1,12,'ps_metrics','AdminMetricsUpgrade','',1,1,0,''),(144,-1,13,'ps_metrics','AdminAjaxMetrics','',1,1,0,''),(145,32,1,'ps_metrics','AdminLegacyStatsMetrics','',1,1,0,''),(146,32,2,'ps_metrics','AdminMetricsStats','',1,1,0,''),(147,42,6,'','Marketing','',1,1,0,'campaign'),(148,147,1,'ps_facebook','AdminPsfacebookModule','',1,1,0,''),(149,-1,14,'ps_facebook','AdminAjaxPsfacebook','',1,1,0,''),(150,147,2,'psxmarketingwithgoogle','AdminPsxMktgWithGoogleModule','',1,1,0,''),(151,-1,15,'psxmarketingwithgoogle','AdminAjaxPsxMktgWithGoogle','',1,1,0,''),(152,0,7,'blockreassurance','AdminBlockListing','',0,1,0,''); -/*!40000 ALTER TABLE `ps_tab` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab_advice` --- - -DROP TABLE IF EXISTS `ps_tab_advice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab_advice` ( - `id_tab` int(11) NOT NULL, - `id_advice` int(11) NOT NULL, - PRIMARY KEY (`id_tab`,`id_advice`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab_advice` --- - -LOCK TABLES `ps_tab_advice` WRITE; -/*!40000 ALTER TABLE `ps_tab_advice` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tab_advice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab_lang` --- - -DROP TABLE IF EXISTS `ps_tab_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab_lang` ( - `id_tab` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(128) COLLATE utf8mb4_unicode_ci NOT NULL, - PRIMARY KEY (`id_tab`,`id_lang`), - KEY `IDX_CFD9262DED47AB56` (`id_tab`), - KEY `IDX_CFD9262DBA299860` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab_lang` --- - -LOCK TABLES `ps_tab_lang` WRITE; -/*!40000 ALTER TABLE `ps_tab_lang` DISABLE KEYS */; -INSERT INTO `ps_tab_lang` VALUES (1,1,'Dashboard'),(1,2,'Skydelis'),(1,3,'Übersicht'),(2,1,'Sell'),(2,2,'Pardavimai'),(2,3,'Verkauf'),(3,1,'Orders'),(3,2,'Užsakymai'),(3,3,'Bestellungen'),(4,1,'Orders'),(4,2,'Užsakymai'),(4,3,'Bestellungen'),(5,1,'Invoices'),(5,2,'Sąskaitos'),(5,3,'Rechnungen'),(6,1,'Credit Slips'),(6,2,'Grąžinimo kvitai'),(6,3,'Rechnungskorrekturen'),(7,1,'Delivery Slips'),(7,2,'Pristatymo kvitai'),(7,3,'Lieferscheine'),(8,1,'Shopping Carts'),(8,2,'Prekių krepšeliai'),(8,3,'Warenkörbe'),(9,1,'Catalog'),(9,2,'Katalogas'),(9,3,'Katalog'),(10,1,'Products'),(10,2,'Prekės'),(10,3,'Artikel'),(11,1,'Categories'),(11,2,'Kategorijos'),(11,3,'Kategorien'),(12,1,'Monitoring'),(12,2,'Kontrolė'),(12,3,'Kontrollübersicht'),(13,1,'Attributes & Features'),(13,2,'Savybės ir ypatybės'),(13,3,'Varianten & Eigenschaften'),(14,1,'Attributes'),(14,2,'Savybės'),(14,3,'Varianten'),(15,1,'Features'),(15,2,'Ypatybės'),(15,3,'Eigenschaften'),(16,1,'Brands & Suppliers'),(16,2,'Prekių ženklai ir tiekėjai'),(16,3,'Marken & Lieferanten'),(17,1,'Brands'),(17,2,'Prekių ženklai'),(17,3,'Marken'),(18,1,'Suppliers'),(18,2,'Tiekėjai'),(18,3,'Lieferanten'),(19,1,'Files'),(19,2,'Failai'),(19,3,'Dateien'),(20,1,'Discounts'),(20,2,'Nuolaidos'),(20,3,'Rabatt'),(21,1,'Cart Rules'),(21,2,'Krepšelio taisyklės'),(21,3,'Warenkorb Preisregeln'),(22,1,'Catalog Price Rules'),(22,2,'Katalogo kainų taisyklės'),(22,3,'Katalog Preisregeln'),(23,1,'Stocks'),(23,2,'Stocks'),(23,3,'Stocks'),(24,1,'Customers'),(24,2,'Klientai'),(24,3,'Kunden'),(25,1,'Customers'),(25,2,'Klientai'),(25,3,'Kunden'),(26,1,'Addresses'),(26,2,'Adresai'),(26,3,'Adressen'),(27,1,'Outstanding'),(27,2,'Neapmokėta'),(27,3,'Offene Posten'),(28,1,'Customer Service'),(28,2,'Klientų aptarnavimas'),(28,3,'Kundenservice'),(29,1,'Customer Service'),(29,2,'Klientų aptarnavimas'),(29,3,'Kundenservice'),(30,1,'Order Messages'),(30,2,'Užsakymo pranešimai'),(30,3,'Bestellnachrichten'),(31,1,'Merchandise Returns'),(31,2,'Prekių grąžinimai'),(31,3,'Warenrücksendungen'),(32,1,'Stats'),(32,2,'Statistika'),(32,3,'Statistiken'),(34,1,'Warehouses'),(34,2,'Entrepôts'),(34,3,'Lager'),(35,1,'Stock Management'),(35,2,'Atsargų valdymas'),(35,3,'Lagerverwaltung'),(36,1,'Stock Management'),(36,2,'Atsargų valdymas'),(36,3,'Lagerverwaltung'),(37,1,'Stock Movement'),(37,2,'Atsargų judėjimas'),(37,3,'Lagerbewegung'),(38,1,'Instant Stock Status'),(38,2,'Atsargų suvestinė'),(38,3,'Aktueller Lagerbestand'),(39,1,'Stock Coverage'),(39,2,'Atsargų planavimas'),(39,3,'Lagerbestand'),(40,1,'Supply orders'),(40,2,'Tiekėjų užsakymai'),(40,3,'Bestellaufträge'),(41,1,'Configuration'),(41,2,'Konfigūracija'),(41,3,'Einstellungen'),(42,1,'Improve'),(42,2,'Pritaikymai'),(42,3,'Optimierung'),(43,1,'Modules'),(43,2,'Moduliai'),(43,3,'Module'),(44,1,'Module Manager'),(44,2,'Modulių valdymas'),(44,3,'Module Manager'),(45,1,'Modules'),(45,2,'Moduliai'),(45,3,'Module'),(46,1,'Alerts'),(46,2,'Įspėjimai'),(46,3,'Meldungen'),(47,1,'Updates'),(47,2,'Atnaujinimai'),(47,3,'Aktualisierungen'),(48,1,'Module Catalog'),(48,2,'Modulių Katalogas'),(48,3,'Modul-Katalog'),(49,1,'Module Catalog'),(49,2,'Modulių Katalogas'),(49,3,'Modul-Katalog'),(50,1,'Module Selections'),(50,2,'Module Selections'),(50,3,'Module Selections'),(52,1,'Design'),(52,2,'Išvaizda'),(52,3,'Design'),(53,1,'Theme & Logo'),(53,2,'Tema ir logotipas'),(53,3,'Template und Logo'),(54,1,'Theme Catalog'),(54,2,'Temos katalogas'),(54,3,'Templates'),(55,1,'Email Theme'),(55,2,'El. laiškų tema'),(55,3,'E-Mail-Theme'),(56,1,'Email Theme'),(56,2,'El. laiškų tema'),(56,3,'E-Mail-Theme'),(57,1,'Pages'),(57,2,'Puslapiai'),(57,3,'Seiten'),(58,1,'Positions'),(58,2,'Pozicijos'),(58,3,'Positionen'),(59,1,'Image Settings'),(59,2,'Paveiksliukų nustatymai'),(59,3,'Bilder'),(60,1,'Shipping'),(60,2,'Pristatymas'),(60,3,'Versand'),(61,1,'Carriers'),(61,2,'Kurjeriai'),(61,3,'Versanddienste'),(62,1,'Preferences'),(62,2,'Nustatymai'),(62,3,'Voreinstellungen'),(63,1,'Payment'),(63,2,'Mokėjimas'),(63,3,'Zahlung'),(64,1,'Payment Methods'),(64,2,'Mokėjimo būdai'),(64,3,'Zahlungsarten'),(65,1,'Preferences'),(65,2,'Nustatymai'),(65,3,'Voreinstellungen'),(66,1,'International'),(66,2,'Tarptautinis'),(66,3,'International'),(67,1,'Localization'),(67,2,'Lokalizacija'),(67,3,'Lokalisierung'),(68,1,'Localization'),(68,2,'Lokalizacija'),(68,3,'Lokalisierung'),(69,1,'Languages'),(69,2,'Kalbos'),(69,3,'Sprachen'),(70,1,'Currencies'),(70,2,'Valiutos'),(70,3,'Währungen'),(71,1,'Geolocation'),(71,2,'Geo lokacija'),(71,3,'Geotargeting'),(72,1,'Locations'),(72,2,'Vietovės'),(72,3,'Länder & Gebiete'),(73,1,'Zones'),(73,2,'Zonos'),(73,3,'Gebiete'),(74,1,'Countries'),(74,2,'Šalys'),(74,3,'Länder'),(75,1,'States'),(75,2,'Valstijos'),(75,3,'Bundesländer'),(76,1,'Taxes'),(76,2,'Mokesčiai'),(76,3,'Steuersätze'),(77,1,'Taxes'),(77,2,'Mokesčiai'),(77,3,'Steuersätze'),(78,1,'Tax Rules'),(78,2,'Mokesčių taisyklės'),(78,3,'Steuerregeln'),(79,1,'Translations'),(79,2,'Vertimai'),(79,3,'Übersetzungen'),(80,1,'Configure'),(80,2,'Konfigūruoti'),(80,3,'Einstellungen'),(81,1,'Shop Parameters'),(81,2,'Parduotuvės nustatymai'),(81,3,'Shop-Einstellungen'),(82,1,'General'),(82,2,'Pagrindiniai'),(82,3,'Allgemein'),(83,1,'General'),(83,2,'Pagrindiniai'),(83,3,'Allgemein'),(84,1,'Maintenance'),(84,2,'Priežiūra'),(84,3,'Wartung'),(85,1,'Order Settings'),(85,2,'Užsakymų nustatymai'),(85,3,'Bestellungen'),(86,1,'Order Settings'),(86,2,'Užsakymų nustatymai'),(86,3,'Bestellungen'),(87,1,'Statuses'),(87,2,'Būsenos'),(87,3,'Status'),(88,1,'Product Settings'),(88,2,'Prekės'),(88,3,'Artikel'),(89,1,'Customer Settings'),(89,2,'Klientų nustatymai'),(89,3,'Benutzerdefinierte Einstellungen'),(90,1,'Customers'),(90,2,'Klientai'),(90,3,'Kunden'),(91,1,'Groups'),(91,2,'Grupės'),(91,3,'Gruppen'),(92,1,'Titles'),(92,2,'Kreipiniai'),(92,3,'Bezeichnung'),(93,1,'Contact'),(93,2,'Kontaktai'),(93,3,'Kontakt'),(94,1,'Contacts'),(94,2,'Kontaktai'),(94,3,'Kontakte'),(95,1,'Stores'),(95,2,'Parduotuvės'),(95,3,'Geschäfte'),(96,1,'Traffic & SEO'),(96,2,'Duomenų srautas ir SEO'),(96,3,'Traffic & SEO'),(97,1,'SEO & URLs'),(97,2,'SEO ir nuorodos'),(97,3,'SEO & URLs'),(98,1,'Search Engines'),(98,2,'Paieškos varikliai'),(98,3,'Suchmaschinen'),(99,1,'Referrers'),(99,2,'Referentai'),(99,3,'Referrer'),(100,1,'Search'),(100,2,'Paieška'),(100,3,'Suche'),(101,1,'Search'),(101,2,'Paieška'),(101,3,'Suche'),(102,1,'Tags'),(102,2,'Žymos'),(102,3,'Stichwörter'),(103,1,'Advanced Parameters'),(103,2,'Išplėstiniai parametrai'),(103,3,'Erweiterte Einstellungen'),(104,1,'Information'),(104,2,'Informacija'),(104,3,'Informationen'),(105,1,'Performance'),(105,2,'Našumas'),(105,3,'Leistung'),(106,1,'Administration'),(106,2,'Administracija'),(106,3,'Verwaltung'),(107,1,'E-mail'),(107,2,'El. paštas'),(107,3,'E-Mail'),(108,1,'Import'),(108,2,'Importuoti'),(108,3,'Importieren'),(109,1,'Team'),(109,2,'Darbuotojai'),(109,3,'Benutzerrechte'),(110,1,'Employees'),(110,2,'Darbuotojai'),(110,3,'Mitarbeiter'),(111,1,'Profiles'),(111,2,'Profiliai'),(111,3,'Profile'),(112,1,'Permissions'),(112,2,'Leidimai'),(112,3,'Berechtigungen'),(113,1,'Database'),(113,2,'Duomenų bazė'),(113,3,'Datenbank'),(114,1,'SQL Manager'),(114,2,'SQL valdymas'),(114,3,'SQL-Abfragen'),(115,1,'DB Backup'),(115,2,'Atsarginės DB kopijos'),(115,3,'Datenbank-Backup'),(116,1,'Logs'),(116,2,'Įvykių žurnalas'),(116,3,'Log-Dateien'),(117,1,'Webservice'),(117,2,'Webservice\'as'),(117,3,'Webservice'),(118,1,'Multistore'),(118,2,'Parduotuvių tinklas'),(118,3,'Multishop'),(119,1,'Multistore'),(119,2,'Parduotuvių tinklas'),(119,3,'Multishop'),(120,1,'Quick Access'),(120,2,'Greita prieiga'),(120,3,'Schnellzugriff'),(121,1,'More'),(121,2,'Daugiau'),(121,3,'Mehr'),(123,1,'Dashgoals'),(123,2,'Dashgoals'),(123,3,'Dashgoals'),(124,1,'Order Notifications on the Favicon'),(124,2,'Order Notifications on the Favicon'),(124,3,'Order Notifications on the Favicon'),(125,1,'Link List'),(125,2,'Link List'),(125,3,'Link List'),(126,1,'Theme & Logo'),(126,2,'Tema ir logotipas'),(126,3,'Template und Logo'),(127,1,'Pages Configuration'),(127,2,'Pages Configuration'),(127,3,'Pages Configuration'),(128,1,'Advanced Customization'),(128,2,'Advanced Customization'),(128,3,'Advanced Customization'),(129,1,'Welcome'),(129,2,'Welcome'),(129,3,'Welcome'),(130,1,'Merchant Expertise'),(130,2,'Merchant Expertise'),(130,3,'Merchant Expertise'),(131,1,'Official GDPR compliance'),(131,2,'Official GDPR compliance'),(131,3,'Official GDPR compliance'),(132,1,'Official GDPR compliance'),(132,2,'Official GDPR compliance'),(132,3,'Official GDPR compliance'),(133,1,'Module Catalog'),(133,2,'Modulių Katalogas'),(133,3,'Modul-Katalog'),(134,1,'Module Selections'),(134,2,'Module Selections'),(134,3,'Module Selections'),(135,1,'Module recommended'),(135,2,'Module recommended'),(135,3,'Module recommended'),(136,1,'Theme Catalog'),(136,2,'Temos katalogas'),(136,3,'Templates'),(137,1,'ps_buybuttonlite'),(137,2,'ps_buybuttonlite'),(137,3,'ps_buybuttonlite'),(138,1,'PrestaShop Metrics'),(138,2,'PrestaShop Metrics'),(138,3,'PrestaShop Metrics'),(139,1,'PrestaShop Metrics'),(139,2,'PrestaShop Metrics'),(139,3,'PrestaShop Metrics'),(140,1,'PrestaShop Metrics'),(140,2,'PrestaShop Metrics'),(140,3,'PrestaShop Metrics'),(141,1,'PrestaShop Metrics'),(141,2,'PrestaShop Metrics'),(141,3,'PrestaShop Metrics'),(142,1,'PrestaShop Metrics'),(142,2,'PrestaShop Metrics'),(142,3,'PrestaShop Metrics'),(143,1,'PrestaShop Metrics'),(143,2,'PrestaShop Metrics'),(143,3,'PrestaShop Metrics'),(144,1,'PrestaShop Metrics'),(144,2,'PrestaShop Metrics'),(144,3,'PrestaShop Metrics'),(145,1,'Stats'),(145,2,'Statistika'),(145,3,'Statistiken'),(146,1,'PrestaShop Metrics'),(146,2,'PrestaShop Metrics'),(146,3,'PrestaShop Metrics'),(147,1,'Marketing'),(147,2,'Marketingas'),(147,3,'Marketing-Addons'),(148,1,'Facebook'),(148,2,'Facebook'),(148,3,'Facebook'),(149,1,'ps_facebook'),(149,2,'ps_facebook'),(149,3,'ps_facebook'),(150,1,'Google'),(150,2,'Google'),(150,3,'Google'),(151,1,'psxmarketingwithgoogle'),(151,2,'psxmarketingwithgoogle'),(151,3,'psxmarketingwithgoogle'),(152,1,'AdminBlockListing'),(152,2,'AdminBlockListing'),(152,3,'AdminBlockListing'); -/*!40000 ALTER TABLE `ps_tab_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab_module_preference` --- - -DROP TABLE IF EXISTS `ps_tab_module_preference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab_module_preference` ( - `id_tab_module_preference` int(11) NOT NULL AUTO_INCREMENT, - `id_employee` int(11) NOT NULL, - `id_tab` int(11) NOT NULL, - `module` varchar(191) NOT NULL, - PRIMARY KEY (`id_tab_module_preference`), - UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab_module_preference` --- - -LOCK TABLES `ps_tab_module_preference` WRITE; -/*!40000 ALTER TABLE `ps_tab_module_preference` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tab_module_preference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tag` --- - -DROP TABLE IF EXISTS `ps_tag`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tag` ( - `id_tag` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_tag`), - KEY `tag_name` (`name`), - KEY `id_lang` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tag` --- - -LOCK TABLES `ps_tag` WRITE; -/*!40000 ALTER TABLE `ps_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tag` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tag_count` --- - -DROP TABLE IF EXISTS `ps_tag_count`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tag_count` ( - `id_group` int(10) unsigned NOT NULL DEFAULT '0', - `id_tag` int(10) unsigned NOT NULL DEFAULT '0', - `id_lang` int(10) unsigned NOT NULL DEFAULT '0', - `id_shop` int(11) unsigned NOT NULL DEFAULT '0', - `counter` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_group`,`id_tag`), - KEY `id_group` (`id_group`,`id_lang`,`id_shop`,`counter`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tag_count` --- - -LOCK TABLES `ps_tag_count` WRITE; -/*!40000 ALTER TABLE `ps_tag_count` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tag_count` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax` --- - -DROP TABLE IF EXISTS `ps_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax` ( - `id_tax` int(10) unsigned NOT NULL AUTO_INCREMENT, - `rate` decimal(10,3) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_tax`) -) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax` --- - -LOCK TABLES `ps_tax` WRITE; -/*!40000 ALTER TABLE `ps_tax` DISABLE KEYS */; -INSERT INTO `ps_tax` VALUES (1,21.000,1,0),(2,9.000,1,0),(3,5.000,1,0),(4,20.000,1,0),(5,21.000,1,0),(6,20.000,1,0),(7,19.000,1,0),(8,21.000,1,0),(9,19.000,1,0),(10,25.000,1,0),(11,20.000,1,0),(12,21.000,1,0),(13,24.000,1,0),(14,20.000,1,0),(15,20.000,1,0),(16,24.000,1,0),(17,25.000,1,0),(18,27.000,1,0),(19,23.000,1,0),(20,22.000,1,0),(21,17.000,1,0),(22,21.000,1,0),(23,18.000,1,0),(24,21.000,1,0),(25,23.000,1,0),(26,23.000,1,0),(27,19.000,1,0),(28,25.000,1,0),(29,22.000,1,0),(30,20.000,1,0),(31,7.000,1,0),(32,20.000,1,0); -/*!40000 ALTER TABLE `ps_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_lang` --- - -DROP TABLE IF EXISTS `ps_tax_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_lang` ( - `id_tax` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_tax`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_lang` --- - -LOCK TABLES `ps_tax_lang` WRITE; -/*!40000 ALTER TABLE `ps_tax_lang` DISABLE KEYS */; -INSERT INTO `ps_tax_lang` VALUES (1,1,'PVM LT 21%'),(1,2,'PVM LT 21%'),(1,3,'PVM LT 21%'),(2,1,'PVM LT 9%'),(2,2,'PVM LT 9%'),(2,3,'PVM LT 9%'),(3,1,'PVM LT 5%'),(3,2,'PVM LT 5%'),(3,3,'PVM LT 5%'),(4,1,'USt. AT 20%'),(4,2,'USt. AT 20%'),(4,3,'USt. AT 20%'),(5,1,'TVA BE 21%'),(5,2,'TVA BE 21%'),(5,3,'TVA BE 21%'),(6,1,'ДДС BG 20%'),(6,2,'ДДС BG 20%'),(6,3,'ДДС BG 20%'),(7,1,'ΦΠΑ CY 19%'),(7,2,'ΦΠΑ CY 19%'),(7,3,'ΦΠΑ CY 19%'),(8,1,'DPH CZ 21%'),(8,2,'DPH CZ 21%'),(8,3,'DPH CZ 21%'),(9,1,'MwSt. DE 19%'),(9,2,'MwSt. DE 19%'),(9,3,'MwSt. DE 19%'),(10,1,'moms DK 25%'),(10,2,'moms DK 25%'),(10,3,'moms DK 25%'),(11,1,'km EE 20%'),(11,2,'km EE 20%'),(11,3,'km EE 20%'),(12,1,'IVA ES 21%'),(12,2,'IVA ES 21%'),(12,3,'IVA ES 21%'),(13,1,'ALV FI 24%'),(13,2,'ALV FI 24%'),(13,3,'ALV FI 24%'),(14,1,'TVA FR 20%'),(14,2,'TVA FR 20%'),(14,3,'TVA FR 20%'),(15,1,'VAT UK 20%'),(15,2,'VAT UK 20%'),(15,3,'VAT UK 20%'),(16,1,'ΦΠΑ GR 24%'),(16,2,'ΦΠΑ GR 24%'),(16,3,'ΦΠΑ GR 24%'),(17,1,'Croatia PDV 25%'),(17,2,'Croatia PDV 25%'),(17,3,'Croatia PDV 25%'),(18,1,'ÁFA HU 27%'),(18,2,'ÁFA HU 27%'),(18,3,'ÁFA HU 27%'),(19,1,'VAT IE 23%'),(19,2,'VAT IE 23%'),(19,3,'VAT IE 23%'),(20,1,'IVA IT 22%'),(20,2,'IVA IT 22%'),(20,3,'IVA IT 22%'),(21,1,'TVA LU 17%'),(21,2,'TVA LU 17%'),(21,3,'TVA LU 17%'),(22,1,'PVN LV 21%'),(22,2,'PVN LV 21%'),(22,3,'PVN LV 21%'),(23,1,'VAT MT 18%'),(23,2,'VAT MT 18%'),(23,3,'VAT MT 18%'),(24,1,'BTW NL 21%'),(24,2,'BTW NL 21%'),(24,3,'BTW NL 21%'),(25,1,'PTU PL 23%'),(25,2,'PTU PL 23%'),(25,3,'PTU PL 23%'),(26,1,'IVA PT 23%'),(26,2,'IVA PT 23%'),(26,3,'IVA PT 23%'),(27,1,'TVA RO 19%'),(27,2,'TVA RO 19%'),(27,3,'TVA RO 19%'),(28,1,'Moms SE 25%'),(28,2,'Moms SE 25%'),(28,3,'Moms SE 25%'),(29,1,'DDV SI 22%'),(29,2,'DDV SI 22%'),(29,3,'DDV SI 22%'),(30,1,'DPH SK 20%'),(30,2,'DPH SK 20%'),(30,3,'DPH SK 20%'),(31,1,'MwSt. DE 7%'),(31,2,'MwSt. DE 7%'),(31,3,'MwSt. DE 7%'),(32,1,'TVA MC 20%'),(32,2,'TVA MC 20%'),(32,3,'TVA MC 20%'); -/*!40000 ALTER TABLE `ps_tax_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_rule` --- - -DROP TABLE IF EXISTS `ps_tax_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_rule` ( - `id_tax_rule` int(11) NOT NULL AUTO_INCREMENT, - `id_tax_rules_group` int(11) NOT NULL, - `id_country` int(11) NOT NULL, - `id_state` int(11) NOT NULL, - `zipcode_from` varchar(12) NOT NULL, - `zipcode_to` varchar(12) NOT NULL, - `id_tax` int(11) NOT NULL, - `behavior` int(11) NOT NULL, - `description` varchar(100) NOT NULL, - PRIMARY KEY (`id_tax_rule`), - KEY `id_tax_rules_group` (`id_tax_rules_group`), - KEY `id_tax` (`id_tax`), - KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) -) ENGINE=InnoDB AUTO_INCREMENT=280 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_rule` --- - -LOCK TABLES `ps_tax_rule` WRITE; -/*!40000 ALTER TABLE `ps_tax_rule` DISABLE KEYS */; -INSERT INTO `ps_tax_rule` VALUES (1,1,3,0,'0','0',1,0,''),(2,1,236,0,'0','0',1,0,''),(3,1,16,0,'0','0',1,0,''),(4,1,20,0,'0','0',1,0,''),(5,1,1,0,'0','0',1,0,''),(6,1,86,0,'0','0',1,0,''),(7,1,9,0,'0','0',1,0,''),(8,1,6,0,'0','0',1,0,''),(9,1,8,0,'0','0',1,0,''),(10,1,26,0,'0','0',1,0,''),(11,1,10,0,'0','0',1,0,''),(12,1,76,0,'0','0',1,0,''),(13,1,125,0,'0','0',1,0,''),(14,1,131,0,'0','0',1,0,''),(15,1,12,0,'0','0',1,0,''),(16,1,143,0,'0','0',1,0,''),(17,1,139,0,'0','0',1,0,''),(18,1,13,0,'0','0',1,0,''),(19,1,2,0,'0','0',1,0,''),(20,1,14,0,'0','0',1,0,''),(21,1,15,0,'0','0',1,0,''),(22,1,36,0,'0','0',1,0,''),(23,1,193,0,'0','0',1,0,''),(24,1,37,0,'0','0',1,0,''),(25,1,7,0,'0','0',1,0,''),(26,1,18,0,'0','0',1,0,''),(27,1,17,0,'0','0',1,0,''),(28,2,3,0,'0','0',2,0,''),(29,2,236,0,'0','0',2,0,''),(30,2,16,0,'0','0',2,0,''),(31,2,20,0,'0','0',2,0,''),(32,2,1,0,'0','0',2,0,''),(33,2,86,0,'0','0',2,0,''),(34,2,9,0,'0','0',2,0,''),(35,2,6,0,'0','0',2,0,''),(36,2,8,0,'0','0',2,0,''),(37,2,26,0,'0','0',2,0,''),(38,2,10,0,'0','0',2,0,''),(39,2,76,0,'0','0',2,0,''),(40,2,125,0,'0','0',2,0,''),(41,2,131,0,'0','0',2,0,''),(42,2,12,0,'0','0',2,0,''),(43,2,143,0,'0','0',2,0,''),(44,2,139,0,'0','0',2,0,''),(45,2,13,0,'0','0',2,0,''),(46,2,2,0,'0','0',2,0,''),(47,2,14,0,'0','0',2,0,''),(48,2,15,0,'0','0',2,0,''),(49,2,36,0,'0','0',2,0,''),(50,2,193,0,'0','0',2,0,''),(51,2,37,0,'0','0',2,0,''),(52,2,7,0,'0','0',2,0,''),(53,2,18,0,'0','0',2,0,''),(54,2,17,0,'0','0',2,0,''),(55,3,3,0,'0','0',3,0,''),(56,3,236,0,'0','0',3,0,''),(57,3,16,0,'0','0',3,0,''),(58,3,20,0,'0','0',3,0,''),(59,3,1,0,'0','0',3,0,''),(60,3,86,0,'0','0',3,0,''),(61,3,9,0,'0','0',3,0,''),(62,3,6,0,'0','0',3,0,''),(63,3,8,0,'0','0',3,0,''),(64,3,26,0,'0','0',3,0,''),(65,3,10,0,'0','0',3,0,''),(66,3,76,0,'0','0',3,0,''),(67,3,125,0,'0','0',3,0,''),(68,3,131,0,'0','0',3,0,''),(69,3,12,0,'0','0',3,0,''),(70,3,143,0,'0','0',3,0,''),(71,3,139,0,'0','0',3,0,''),(72,3,13,0,'0','0',3,0,''),(73,3,2,0,'0','0',3,0,''),(74,3,14,0,'0','0',3,0,''),(75,3,15,0,'0','0',3,0,''),(76,3,36,0,'0','0',3,0,''),(77,3,193,0,'0','0',3,0,''),(78,3,37,0,'0','0',3,0,''),(79,3,7,0,'0','0',3,0,''),(80,3,18,0,'0','0',3,0,''),(81,3,17,0,'0','0',3,0,''),(82,4,3,0,'0','0',1,0,''),(83,4,236,0,'0','0',1,0,''),(84,4,16,0,'0','0',1,0,''),(85,4,20,0,'0','0',1,0,''),(86,4,1,0,'0','0',1,0,''),(87,4,86,0,'0','0',1,0,''),(88,4,9,0,'0','0',1,0,''),(89,4,6,0,'0','0',1,0,''),(90,4,8,0,'0','0',1,0,''),(91,4,26,0,'0','0',1,0,''),(92,4,10,0,'0','0',1,0,''),(93,4,76,0,'0','0',1,0,''),(94,4,125,0,'0','0',1,0,''),(95,4,131,0,'0','0',1,0,''),(96,4,12,0,'0','0',1,0,''),(97,4,143,0,'0','0',1,0,''),(98,4,139,0,'0','0',1,0,''),(99,4,13,0,'0','0',1,0,''),(100,4,2,0,'0','0',1,0,''),(101,4,14,0,'0','0',1,0,''),(102,4,15,0,'0','0',1,0,''),(103,4,36,0,'0','0',1,0,''),(104,4,193,0,'0','0',1,0,''),(105,4,37,0,'0','0',1,0,''),(106,4,7,0,'0','0',1,0,''),(107,4,18,0,'0','0',1,0,''),(108,4,17,0,'0','0',1,0,''),(109,5,3,0,'0','0',2,0,''),(110,5,236,0,'0','0',2,0,''),(111,5,16,0,'0','0',2,0,''),(112,5,20,0,'0','0',2,0,''),(113,5,1,0,'0','0',2,0,''),(114,5,86,0,'0','0',2,0,''),(115,5,9,0,'0','0',2,0,''),(116,5,6,0,'0','0',2,0,''),(117,5,8,0,'0','0',2,0,''),(118,5,26,0,'0','0',2,0,''),(119,5,10,0,'0','0',2,0,''),(120,5,76,0,'0','0',2,0,''),(121,5,125,0,'0','0',2,0,''),(122,5,131,0,'0','0',2,0,''),(123,5,12,0,'0','0',2,0,''),(124,5,143,0,'0','0',2,0,''),(125,5,139,0,'0','0',2,0,''),(126,5,13,0,'0','0',2,0,''),(127,5,2,0,'0','0',2,0,''),(128,5,14,0,'0','0',2,0,''),(129,5,15,0,'0','0',2,0,''),(130,5,36,0,'0','0',2,0,''),(131,5,193,0,'0','0',2,0,''),(132,5,37,0,'0','0',2,0,''),(133,5,7,0,'0','0',2,0,''),(134,5,18,0,'0','0',2,0,''),(135,5,17,0,'0','0',2,0,''),(136,6,131,0,'0','0',1,0,''),(137,6,2,0,'0','0',4,0,''),(138,6,3,0,'0','0',5,0,''),(139,6,236,0,'0','0',6,0,''),(140,6,76,0,'0','0',7,0,''),(141,6,16,0,'0','0',8,0,''),(142,6,1,0,'0','0',9,0,''),(143,6,20,0,'0','0',10,0,''),(144,6,86,0,'0','0',11,0,''),(145,6,6,0,'0','0',12,0,''),(146,6,7,0,'0','0',13,0,''),(147,6,8,0,'0','0',14,0,''),(148,6,17,0,'0','0',15,0,''),(149,6,9,0,'0','0',16,0,''),(150,6,74,0,'0','0',17,0,''),(151,6,143,0,'0','0',18,0,''),(152,6,26,0,'0','0',19,0,''),(153,6,10,0,'0','0',20,0,''),(154,6,12,0,'0','0',21,0,''),(155,6,125,0,'0','0',22,0,''),(156,6,139,0,'0','0',23,0,''),(157,6,13,0,'0','0',24,0,''),(158,6,14,0,'0','0',25,0,''),(159,6,15,0,'0','0',26,0,''),(160,6,36,0,'0','0',27,0,''),(161,6,18,0,'0','0',28,0,''),(162,6,193,0,'0','0',29,0,''),(163,6,37,0,'0','0',30,0,''),(164,7,3,0,'0','0',9,0,''),(165,7,236,0,'0','0',9,0,''),(166,7,16,0,'0','0',9,0,''),(167,7,20,0,'0','0',9,0,''),(168,7,1,0,'0','0',9,0,''),(169,7,86,0,'0','0',9,0,''),(170,7,9,0,'0','0',9,0,''),(171,7,74,0,'0','0',9,0,''),(172,7,6,0,'0','0',9,0,''),(173,7,8,0,'0','0',9,0,''),(174,7,148,0,'0','0',9,0,''),(175,7,26,0,'0','0',9,0,''),(176,7,10,0,'0','0',9,0,''),(177,7,76,0,'0','0',9,0,''),(178,7,125,0,'0','0',9,0,''),(179,7,131,0,'0','0',9,0,''),(180,7,12,0,'0','0',9,0,''),(181,7,143,0,'0','0',9,0,''),(182,7,139,0,'0','0',9,0,''),(183,7,13,0,'0','0',9,0,''),(184,7,2,0,'0','0',9,0,''),(185,7,14,0,'0','0',9,0,''),(186,7,15,0,'0','0',9,0,''),(187,7,36,0,'0','0',9,0,''),(188,7,193,0,'0','0',9,0,''),(189,7,37,0,'0','0',9,0,''),(190,7,7,0,'0','0',9,0,''),(191,7,18,0,'0','0',9,0,''),(192,7,17,0,'0','0',9,0,''),(193,8,3,0,'0','0',31,0,''),(194,8,236,0,'0','0',31,0,''),(195,8,16,0,'0','0',31,0,''),(196,8,20,0,'0','0',31,0,''),(197,8,1,0,'0','0',31,0,''),(198,8,86,0,'0','0',31,0,''),(199,8,9,0,'0','0',31,0,''),(200,8,74,0,'0','0',31,0,''),(201,8,6,0,'0','0',31,0,''),(202,8,8,0,'0','0',31,0,''),(203,8,148,0,'0','0',31,0,''),(204,8,26,0,'0','0',31,0,''),(205,8,10,0,'0','0',31,0,''),(206,8,76,0,'0','0',31,0,''),(207,8,125,0,'0','0',31,0,''),(208,8,131,0,'0','0',31,0,''),(209,8,12,0,'0','0',31,0,''),(210,8,143,0,'0','0',31,0,''),(211,8,139,0,'0','0',31,0,''),(212,8,13,0,'0','0',31,0,''),(213,8,2,0,'0','0',31,0,''),(214,8,14,0,'0','0',31,0,''),(215,8,15,0,'0','0',31,0,''),(216,8,36,0,'0','0',31,0,''),(217,8,193,0,'0','0',31,0,''),(218,8,37,0,'0','0',31,0,''),(219,8,7,0,'0','0',31,0,''),(220,8,18,0,'0','0',31,0,''),(221,8,17,0,'0','0',31,0,''),(222,9,3,0,'0','0',31,0,''),(223,9,236,0,'0','0',31,0,''),(224,9,16,0,'0','0',31,0,''),(225,9,20,0,'0','0',31,0,''),(226,9,1,0,'0','0',31,0,''),(227,9,86,0,'0','0',31,0,''),(228,9,9,0,'0','0',31,0,''),(229,9,74,0,'0','0',31,0,''),(230,9,6,0,'0','0',31,0,''),(231,9,8,0,'0','0',31,0,''),(232,9,148,0,'0','0',31,0,''),(233,9,26,0,'0','0',31,0,''),(234,9,10,0,'0','0',31,0,''),(235,9,76,0,'0','0',31,0,''),(236,9,125,0,'0','0',31,0,''),(237,9,131,0,'0','0',31,0,''),(238,9,12,0,'0','0',31,0,''),(239,9,143,0,'0','0',31,0,''),(240,9,139,0,'0','0',31,0,''),(241,9,13,0,'0','0',31,0,''),(242,9,2,0,'0','0',31,0,''),(243,9,14,0,'0','0',31,0,''),(244,9,15,0,'0','0',31,0,''),(245,9,36,0,'0','0',31,0,''),(246,9,193,0,'0','0',31,0,''),(247,9,37,0,'0','0',31,0,''),(248,9,7,0,'0','0',31,0,''),(249,9,18,0,'0','0',31,0,''),(250,9,17,0,'0','0',31,0,''),(251,10,3,0,'0','0',31,0,''),(252,10,236,0,'0','0',31,0,''),(253,10,16,0,'0','0',31,0,''),(254,10,20,0,'0','0',31,0,''),(255,10,1,0,'0','0',31,0,''),(256,10,86,0,'0','0',31,0,''),(257,10,9,0,'0','0',31,0,''),(258,10,74,0,'0','0',31,0,''),(259,10,6,0,'0','0',31,0,''),(260,10,8,0,'0','0',31,0,''),(261,10,148,0,'0','0',31,0,''),(262,10,26,0,'0','0',31,0,''),(263,10,10,0,'0','0',31,0,''),(264,10,76,0,'0','0',31,0,''),(265,10,125,0,'0','0',31,0,''),(266,10,131,0,'0','0',31,0,''),(267,10,12,0,'0','0',31,0,''),(268,10,143,0,'0','0',31,0,''),(269,10,139,0,'0','0',31,0,''),(270,10,13,0,'0','0',31,0,''),(271,10,2,0,'0','0',31,0,''),(272,10,14,0,'0','0',31,0,''),(273,10,15,0,'0','0',31,0,''),(274,10,36,0,'0','0',31,0,''),(275,10,193,0,'0','0',31,0,''),(276,10,37,0,'0','0',31,0,''),(277,10,7,0,'0','0',31,0,''),(278,10,18,0,'0','0',31,0,''),(279,10,17,0,'0','0',31,0,''); -/*!40000 ALTER TABLE `ps_tax_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_rules_group` --- - -DROP TABLE IF EXISTS `ps_tax_rules_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_rules_group` ( - `id_tax_rules_group` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `active` int(11) NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_tax_rules_group`) -) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_rules_group` --- - -LOCK TABLES `ps_tax_rules_group` WRITE; -/*!40000 ALTER TABLE `ps_tax_rules_group` DISABLE KEYS */; -INSERT INTO `ps_tax_rules_group` VALUES (1,'LT Standard Rate (21%)',1,0,'2022-01-27 14:24:21','2022-01-27 14:24:21'),(2,'LT Reduced Rate (9%)',1,0,'2022-01-27 14:24:21','2022-01-27 14:24:21'),(3,'LT Super Reduced Rate (5%)',1,0,'2022-01-27 14:24:21','2022-01-27 14:24:21'),(4,'LT Foodstuff Rate (21%)',1,0,'2022-01-27 14:24:21','2022-01-27 14:24:21'),(5,'LT Books Rate (9%)',1,0,'2022-01-27 14:24:21','2022-01-27 14:24:21'),(6,'EU VAT For Virtual Products',1,0,'2022-01-27 14:24:21','2022-01-27 14:24:21'),(7,'DE Standard Rate (19%)',1,0,'2022-01-27 16:43:23','2022-01-27 16:43:23'),(8,'DE Reduced Rate (7%)',1,0,'2022-01-27 16:43:23','2022-01-27 16:43:23'),(9,'DE Foodstuff Rate (7%)',1,0,'2022-01-27 16:43:23','2022-01-27 16:43:23'),(10,'DE Books Rate (7%)',1,0,'2022-01-27 16:43:23','2022-01-27 16:43:23'); -/*!40000 ALTER TABLE `ps_tax_rules_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_rules_group_shop` --- - -DROP TABLE IF EXISTS `ps_tax_rules_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_rules_group_shop` ( - `id_tax_rules_group` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_tax_rules_group`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_rules_group_shop` --- - -LOCK TABLES `ps_tax_rules_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_tax_rules_group_shop` DISABLE KEYS */; -INSERT INTO `ps_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2); -/*!40000 ALTER TABLE `ps_tax_rules_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_timezone` --- - -DROP TABLE IF EXISTS `ps_timezone`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_timezone` ( - `id_timezone` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_timezone`) -) ENGINE=InnoDB AUTO_INCREMENT=561 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_timezone` --- - -LOCK TABLES `ps_timezone` WRITE; -/*!40000 ALTER TABLE `ps_timezone` DISABLE KEYS */; -INSERT INTO `ps_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); -/*!40000 ALTER TABLE `ps_timezone` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_translation` --- - -DROP TABLE IF EXISTS `ps_translation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_translation` ( - `id_translation` int(11) NOT NULL AUTO_INCREMENT, - `id_lang` int(11) NOT NULL, - `key` text CHARACTER SET utf8 COLLATE utf8_bin NOT NULL, - `translation` text COLLATE utf8mb4_unicode_ci NOT NULL, - `domain` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL, - `theme` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id_translation`), - KEY `IDX_ADEBEB36BA299860` (`id_lang`), - KEY `key` (`domain`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_translation` --- - -LOCK TABLES `ps_translation` WRITE; -/*!40000 ALTER TABLE `ps_translation` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_translation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse` --- - -DROP TABLE IF EXISTS `ps_warehouse`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse` ( - `id_warehouse` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_currency` int(11) unsigned NOT NULL, - `id_address` int(11) unsigned NOT NULL, - `id_employee` int(11) unsigned NOT NULL, - `reference` varchar(64) DEFAULT NULL, - `name` varchar(45) NOT NULL, - `management_type` enum('WA','FIFO','LIFO') NOT NULL DEFAULT 'WA', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_warehouse`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse` --- - -LOCK TABLES `ps_warehouse` WRITE; -/*!40000 ALTER TABLE `ps_warehouse` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse_carrier` --- - -DROP TABLE IF EXISTS `ps_warehouse_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse_carrier` ( - `id_carrier` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_warehouse`,`id_carrier`), - KEY `id_warehouse` (`id_warehouse`), - KEY `id_carrier` (`id_carrier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse_carrier` --- - -LOCK TABLES `ps_warehouse_carrier` WRITE; -/*!40000 ALTER TABLE `ps_warehouse_carrier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse_product_location` --- - -DROP TABLE IF EXISTS `ps_warehouse_product_location`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse_product_location` ( - `id_warehouse_product_location` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - `location` varchar(64) DEFAULT NULL, - PRIMARY KEY (`id_warehouse_product_location`), - UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse_product_location` --- - -LOCK TABLES `ps_warehouse_product_location` WRITE; -/*!40000 ALTER TABLE `ps_warehouse_product_location` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse_product_location` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse_shop` --- - -DROP TABLE IF EXISTS `ps_warehouse_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse_shop` ( - `id_shop` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_warehouse`,`id_shop`), - KEY `id_warehouse` (`id_warehouse`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse_shop` --- - -LOCK TABLES `ps_warehouse_shop` WRITE; -/*!40000 ALTER TABLE `ps_warehouse_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_web_browser` --- - -DROP TABLE IF EXISTS `ps_web_browser`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_web_browser` ( - `id_web_browser` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) DEFAULT NULL, - PRIMARY KEY (`id_web_browser`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_web_browser` --- - -LOCK TABLES `ps_web_browser` WRITE; -/*!40000 ALTER TABLE `ps_web_browser` DISABLE KEYS */; -INSERT INTO `ps_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'IE 11'),(11,'Chrome'); -/*!40000 ALTER TABLE `ps_web_browser` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_webservice_account` --- - -DROP TABLE IF EXISTS `ps_webservice_account`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_webservice_account` ( - `id_webservice_account` int(11) NOT NULL AUTO_INCREMENT, - `key` varchar(32) NOT NULL, - `description` text, - `class_name` varchar(50) NOT NULL DEFAULT 'WebserviceRequest', - `is_module` tinyint(2) NOT NULL DEFAULT '0', - `module_name` varchar(50) DEFAULT NULL, - `active` tinyint(2) NOT NULL, - PRIMARY KEY (`id_webservice_account`), - KEY `key` (`key`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_webservice_account` --- - -LOCK TABLES `ps_webservice_account` WRITE; -/*!40000 ALTER TABLE `ps_webservice_account` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_webservice_account` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_webservice_account_shop` --- - -DROP TABLE IF EXISTS `ps_webservice_account_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_webservice_account_shop` ( - `id_webservice_account` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_webservice_account`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_webservice_account_shop` --- - -LOCK TABLES `ps_webservice_account_shop` WRITE; -/*!40000 ALTER TABLE `ps_webservice_account_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_webservice_account_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_webservice_permission` --- - -DROP TABLE IF EXISTS `ps_webservice_permission`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_webservice_permission` ( - `id_webservice_permission` int(11) NOT NULL AUTO_INCREMENT, - `resource` varchar(50) NOT NULL, - `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, - `id_webservice_account` int(11) NOT NULL, - PRIMARY KEY (`id_webservice_permission`), - UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), - KEY `resource` (`resource`), - KEY `method` (`method`), - KEY `id_webservice_account` (`id_webservice_account`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_webservice_permission` --- - -LOCK TABLES `ps_webservice_permission` WRITE; -/*!40000 ALTER TABLE `ps_webservice_permission` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_webservice_permission` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_zone` --- - -DROP TABLE IF EXISTS `ps_zone`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_zone` ( - `id_zone` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_zone` --- - -LOCK TABLES `ps_zone` WRITE; -/*!40000 ALTER TABLE `ps_zone` DISABLE KEYS */; -INSERT INTO `ps_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (non-EU)',1),(8,'Central America/Antilla',1); -/*!40000 ALTER TABLE `ps_zone` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_zone_shop` --- - -DROP TABLE IF EXISTS `ps_zone_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_zone_shop` ( - `id_zone` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_zone`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_zone_shop` --- - -LOCK TABLES `ps_zone_shop` WRITE; -/*!40000 ALTER TABLE `ps_zone_shop` DISABLE KEYS */; -INSERT INTO `ps_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2),(7,2),(8,2); -/*!40000 ALTER TABLE `ps_zone_shop` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2022-03-15 6:47:03 diff --git a/tests/seed/database/prestashop_1768.sql b/tests/seed/database/prestashop_1768.sql deleted file mode 100644 index cc48a81c0..000000000 --- a/tests/seed/database/prestashop_1768.sql +++ /dev/null @@ -1,9149 +0,0 @@ --- MySQL dump 10.13 Distrib 5.7.36, for Linux (x86_64) --- --- Host: localhost Database: mollie17 --- ------------------------------------------------------ --- Server version 5.7.36 - -/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; -/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; -/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; -/*!40101 SET NAMES utf8 */; -/*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; -/*!40103 SET TIME_ZONE='+00:00' */; -/*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; -/*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; -/*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; -/*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; - --- --- Table structure for table `ps_abandoned_cart_amount` --- - -DROP TABLE IF EXISTS `ps_abandoned_cart_amount`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_abandoned_cart_amount` ( - `id_cart` int(10) NOT NULL, - `total_amount` decimal(20,6) NOT NULL DEFAULT '0.000000' -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_abandoned_cart_amount` --- - -LOCK TABLES `ps_abandoned_cart_amount` WRITE; -/*!40000 ALTER TABLE `ps_abandoned_cart_amount` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_abandoned_cart_amount` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_access` --- - -DROP TABLE IF EXISTS `ps_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_access` ( - `id_profile` int(10) unsigned NOT NULL, - `id_authorization_role` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_profile`,`id_authorization_role`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_access` --- - -LOCK TABLES `ps_access` WRITE; -/*!40000 ALTER TABLE `ps_access` DISABLE KEYS */; -INSERT INTO `ps_access` VALUES (1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(1,11),(1,12),(1,13),(1,14),(1,15),(1,16),(1,17),(1,18),(1,19),(1,20),(1,21),(1,22),(1,23),(1,24),(1,25),(1,26),(1,27),(1,28),(1,29),(1,30),(1,31),(1,32),(1,33),(1,34),(1,35),(1,36),(1,37),(1,38),(1,39),(1,40),(1,41),(1,42),(1,43),(1,44),(1,45),(1,46),(1,47),(1,48),(1,49),(1,50),(1,51),(1,52),(1,53),(1,54),(1,55),(1,56),(1,57),(1,58),(1,59),(1,60),(1,61),(1,62),(1,63),(1,64),(1,65),(1,66),(1,67),(1,68),(1,69),(1,70),(1,71),(1,72),(1,73),(1,74),(1,75),(1,76),(1,77),(1,78),(1,79),(1,80),(1,81),(1,82),(1,83),(1,84),(1,85),(1,86),(1,87),(1,88),(1,89),(1,90),(1,91),(1,92),(1,93),(1,94),(1,95),(1,96),(1,97),(1,98),(1,99),(1,100),(1,101),(1,102),(1,103),(1,104),(1,105),(1,106),(1,107),(1,108),(1,109),(1,110),(1,111),(1,112),(1,113),(1,114),(1,115),(1,116),(1,117),(1,118),(1,119),(1,120),(1,121),(1,122),(1,123),(1,124),(1,125),(1,126),(1,127),(1,128),(1,129),(1,130),(1,131),(1,132),(1,133),(1,134),(1,135),(1,136),(1,137),(1,138),(1,139),(1,140),(1,141),(1,142),(1,143),(1,144),(1,145),(1,146),(1,147),(1,148),(1,149),(1,150),(1,151),(1,152),(1,153),(1,154),(1,155),(1,156),(1,157),(1,158),(1,159),(1,160),(1,161),(1,162),(1,163),(1,164),(1,165),(1,166),(1,167),(1,168),(1,169),(1,170),(1,171),(1,172),(1,173),(1,174),(1,175),(1,176),(1,177),(1,178),(1,179),(1,180),(1,181),(1,182),(1,183),(1,184),(1,185),(1,186),(1,187),(1,188),(1,189),(1,190),(1,191),(1,192),(1,193),(1,194),(1,195),(1,196),(1,197),(1,198),(1,199),(1,200),(1,201),(1,202),(1,203),(1,204),(1,205),(1,206),(1,207),(1,208),(1,209),(1,210),(1,211),(1,212),(1,213),(1,214),(1,215),(1,216),(1,217),(1,218),(1,219),(1,220),(1,221),(1,222),(1,223),(1,224),(1,225),(1,226),(1,227),(1,228),(1,229),(1,230),(1,231),(1,232),(1,233),(1,234),(1,235),(1,236),(1,237),(1,238),(1,239),(1,240),(1,241),(1,242),(1,243),(1,244),(1,245),(1,246),(1,247),(1,248),(1,249),(1,250),(1,251),(1,252),(1,253),(1,254),(1,255),(1,256),(1,257),(1,258),(1,259),(1,260),(1,261),(1,262),(1,263),(1,264),(1,265),(1,266),(1,267),(1,268),(1,269),(1,270),(1,271),(1,272),(1,273),(1,274),(1,275),(1,276),(1,277),(1,278),(1,279),(1,280),(1,281),(1,282),(1,283),(1,284),(1,285),(1,286),(1,287),(1,288),(1,289),(1,290),(1,291),(1,292),(1,293),(1,294),(1,295),(1,296),(1,297),(1,298),(1,299),(1,300),(1,301),(1,302),(1,303),(1,304),(1,305),(1,306),(1,307),(1,308),(1,309),(1,310),(1,311),(1,312),(1,313),(1,314),(1,315),(1,316),(1,317),(1,318),(1,319),(1,320),(1,321),(1,322),(1,323),(1,324),(1,325),(1,326),(1,327),(1,328),(1,329),(1,330),(1,331),(1,332),(1,333),(1,334),(1,335),(1,336),(1,337),(1,338),(1,339),(1,340),(1,341),(1,342),(1,343),(1,344),(1,345),(1,346),(1,347),(1,348),(1,349),(1,350),(1,351),(1,352),(1,353),(1,354),(1,355),(1,356),(1,357),(1,358),(1,359),(1,360),(1,361),(1,362),(1,363),(1,364),(1,365),(1,366),(1,367),(1,368),(1,369),(1,370),(1,371),(1,372),(1,373),(1,374),(1,375),(1,376),(1,377),(1,378),(1,379),(1,380),(1,381),(1,382),(1,383),(1,384),(1,385),(1,386),(1,387),(1,388),(1,389),(1,390),(1,391),(1,392),(1,393),(1,394),(1,395),(1,396),(1,397),(1,398),(1,399),(1,400),(1,401),(1,402),(1,403),(1,404),(1,405),(1,406),(1,407),(1,408),(1,409),(1,410),(1,411),(1,412),(1,413),(1,414),(1,415),(1,416),(1,417),(1,418),(1,419),(1,420),(1,421),(1,422),(1,423),(1,424),(1,425),(1,426),(1,427),(1,428),(1,429),(1,430),(1,431),(1,432),(1,433),(1,434),(1,435),(1,436),(1,437),(1,438),(1,439),(1,440),(1,441),(1,442),(1,443),(1,444),(1,445),(1,446),(1,447),(1,448),(1,449),(1,450),(1,451),(1,452),(1,453),(1,454),(1,455),(1,456),(1,457),(1,458),(1,459),(1,460),(1,461),(1,462),(1,463),(1,464),(1,465),(1,466),(1,467),(1,468),(1,493),(1,494),(1,495),(1,496),(1,561),(1,562),(1,563),(1,564),(1,609),(1,610),(1,611),(1,612),(1,613),(1,614),(1,615),(1,616),(1,617),(1,618),(1,619),(1,620),(1,721),(1,722),(1,723),(1,724),(1,725),(1,726),(1,727),(1,728),(1,741),(1,742),(1,743),(1,744),(1,745),(1,746),(1,747),(1,748),(1,753),(1,754),(1,755),(1,756),(1,757),(1,758),(1,759),(1,760),(1,761),(1,762),(1,763),(1,764),(1,765),(1,766),(1,767),(1,768),(1,773),(1,774),(1,775),(1,776),(1,789),(1,790),(1,791),(1,792),(1,793),(1,794),(1,795),(1,796),(1,805),(1,806),(1,807),(1,808),(1,809),(1,810),(1,811),(1,812),(1,817),(1,818),(1,819),(1,820),(1,821),(1,822),(1,823),(1,824),(1,829),(1,830),(1,831),(1,832),(1,833),(1,834),(1,835),(1,836),(1,841),(1,842),(1,843),(1,844),(1,845),(1,846),(1,847),(1,848),(1,853),(1,854),(1,855),(1,856),(1,857),(1,858),(1,859),(1,860),(1,865),(1,866),(1,867),(1,868),(1,869),(1,870),(1,871),(1,872),(1,877),(1,878),(1,879),(1,880),(1,881),(1,882),(1,883),(1,884),(1,889),(1,890),(1,891),(1,892),(1,893),(1,894),(1,895),(1,896),(1,901),(1,902),(1,903),(1,904),(1,905),(1,906),(1,907),(1,908),(1,913),(1,914),(1,915),(1,916),(1,917),(1,918),(1,919),(1,920),(1,925),(1,926),(1,927),(1,928),(1,929),(1,930),(1,931),(1,932),(1,937),(1,938),(1,939),(1,940),(1,941),(1,942),(1,943),(1,944),(1,949),(1,950),(1,951),(1,952),(1,953),(1,954),(1,955),(1,956),(1,961),(1,962),(1,963),(1,964),(1,965),(1,966),(1,967),(1,968),(1,977),(1,978),(1,979),(1,980),(1,981),(1,982),(1,983),(1,984),(1,989),(1,990),(1,991),(1,992),(1,993),(1,994),(1,995),(1,996),(1,1001),(1,1002),(1,1003),(1,1004),(1,1005),(1,1006),(1,1007),(1,1008),(1,1013),(1,1014),(1,1015),(1,1016),(1,1017),(1,1018),(1,1019),(1,1020),(1,1025),(1,1026),(1,1027),(1,1028),(1,1029),(1,1030),(1,1031),(1,1032),(1,1037),(1,1038),(1,1039),(1,1040),(1,1041),(1,1042),(1,1043),(1,1044),(1,1049),(1,1050),(1,1051),(1,1052),(1,1053),(1,1054),(1,1055),(1,1056),(1,1061),(1,1062),(1,1063),(1,1064),(1,1065),(1,1066),(1,1067),(1,1068),(1,1077),(1,1078),(1,1079),(1,1080),(1,1081),(1,1082),(1,1083),(1,1084),(1,1089),(1,1090),(1,1091),(1,1092),(1,1093),(1,1094),(1,1095),(1,1096),(1,1101),(1,1102),(1,1103),(1,1104),(1,1105),(1,1106),(1,1107),(1,1108),(1,1117),(1,1118),(1,1119),(1,1120),(1,1125),(1,1126),(1,1127),(1,1128),(1,1129),(1,1130),(1,1131),(1,1132),(1,1137),(1,1138),(1,1139),(1,1140),(1,1141),(1,1142),(1,1143),(1,1144),(1,1153),(1,1154),(1,1155),(1,1156),(1,1157),(1,1158),(1,1159),(1,1160),(1,1169),(1,1170),(1,1171),(1,1172),(1,1173),(1,1174),(1,1175),(1,1176),(1,1181),(1,1182),(1,1183),(1,1184),(1,1185),(1,1186),(1,1187),(1,1188),(1,1193),(1,1194),(1,1195),(1,1196),(1,1197),(1,1198),(1,1199),(1,1200),(1,1205),(1,1206),(1,1207),(1,1208),(1,1209),(1,1210),(1,1211),(1,1212),(1,1217),(1,1218),(1,1219),(1,1220),(1,1221),(1,1222),(1,1223),(1,1224),(1,1229),(1,1230),(1,1231),(1,1232),(1,1233),(1,1234),(1,1235),(1,1236),(1,1237),(1,1238),(1,1239),(1,1240),(1,1241),(1,1242),(1,1243),(1,1244),(1,1245),(1,1246),(1,1247),(1,1248),(1,1249),(1,1250),(1,1251),(1,1252),(1,1253),(1,1254),(1,1255),(1,1256),(1,1257),(1,1258),(1,1259),(1,1260),(1,1261),(1,1262),(1,1263),(1,1264),(1,1265),(1,1266),(1,1267),(1,1268),(1,1269),(1,1270),(1,1271),(1,1272),(1,1273),(1,1274),(1,1275),(1,1276),(1,1277),(1,1278),(1,1279),(1,1280),(1,1289),(1,1290),(1,1291),(1,1292),(1,1293),(1,1294),(1,1295),(1,1296),(1,1305),(1,1306),(1,1307),(1,1308),(1,1309),(1,1310),(1,1311),(1,1312),(1,1317),(1,1318),(1,1319),(1,1320),(1,1321),(1,1322),(1,1323),(1,1324),(1,1329),(1,1330),(1,1331),(1,1332),(1,1333),(1,1334),(1,1335),(1,1336),(1,1341),(1,1342),(1,1343),(1,1344),(1,1345),(1,1346),(1,1347),(1,1348),(1,1365),(1,1366),(1,1367),(1,1368),(1,1369),(1,1370),(1,1371),(1,1372),(1,1385),(1,1386),(1,1387),(1,1388),(1,1389),(1,1390),(1,1391),(1,1392),(1,1393),(1,1394),(1,1395),(1,1396),(1,1397),(1,1398),(1,1399),(1,1400),(1,1405),(1,1406),(1,1407),(1,1408),(1,1409),(1,1410),(1,1411),(1,1412),(1,1417),(1,1418),(1,1419),(1,1420),(1,1421),(1,1422),(1,1423),(1,1424),(1,1429),(1,1430),(1,1431),(1,1432),(1,1433),(1,1434),(1,1435),(1,1436),(1,1441),(1,1442),(1,1443),(1,1444),(1,1445),(1,1446),(1,1447),(1,1448),(1,1453),(1,1454),(1,1455),(1,1456),(1,1457),(1,1458),(1,1459),(1,1460),(1,1465),(1,1466),(1,1467),(1,1468),(1,1469),(1,1470),(1,1471),(1,1472),(1,1477),(1,1478),(1,1479),(1,1480),(1,1481),(1,1482),(1,1483),(1,1484),(1,1489),(1,1490),(1,1491),(1,1492),(1,1493),(1,1494),(1,1495),(1,1496),(1,1501),(1,1502),(1,1503),(1,1504),(1,1505),(1,1506),(1,1507),(1,1508),(1,1513),(1,1514),(1,1515),(1,1516),(1,1517),(1,1518),(1,1519),(1,1520),(1,1525),(1,1526),(1,1527),(1,1528),(1,1529),(1,1530),(1,1531),(1,1532),(1,1537),(1,1538),(1,1539),(1,1540),(1,1541),(1,1542),(1,1543),(1,1544),(1,1549),(1,1550),(1,1551),(1,1552),(1,1553),(1,1554),(1,1555),(1,1556),(1,1561),(1,1562),(1,1563),(1,1564),(1,1565),(1,1566),(1,1567),(1,1568),(1,1573),(1,1574),(1,1575),(1,1576),(1,1577),(1,1578),(1,1579),(1,1580),(1,1585),(1,1586),(1,1587),(1,1588),(1,1589),(1,1590),(1,1591),(1,1592),(1,1629),(1,1630),(1,1631),(1,1632),(1,1633),(1,1634),(1,1635),(1,1636),(1,1641),(1,1642),(1,1643),(1,1644),(1,1645),(1,1646),(1,1647),(1,1648),(1,1657),(1,1658),(1,1659),(1,1660),(1,1661),(1,1662),(1,1663),(1,1664),(1,1673),(1,1674),(1,1675),(1,1676),(1,1677),(1,1678),(1,1679),(1,1680),(1,1685),(1,1686),(1,1687),(1,1688),(1,1689),(1,1690),(1,1691),(1,1692),(1,1693),(1,1694),(1,1695),(1,1696),(1,1709),(1,1710),(1,1711),(1,1712),(1,1713),(1,1714),(1,1715),(1,1716),(1,1717),(1,1718),(1,1719),(1,1720),(1,1729),(1,1730),(1,1731),(1,1732),(1,1733),(1,1734),(1,1735),(1,1736),(1,1737),(1,1738),(1,1739),(1,1740),(1,1745),(1,1746),(1,1747),(1,1748),(1,1749),(1,1750),(1,1751),(1,1752),(1,1753),(1,1754),(1,1755),(1,1756),(1,1761),(1,1762),(1,1763),(1,1764),(1,1765),(1,1766),(1,1767),(1,1768),(1,1769),(1,1770),(1,1771),(1,1772),(1,1777),(1,1778),(1,1779),(1,1780),(1,1781),(1,1782),(1,1783),(1,1784),(1,1785),(1,1786),(1,1787),(1,1788),(1,1793),(1,1794),(1,1795),(1,1796),(1,1797),(1,1798),(1,1799),(1,1800),(1,1801),(1,1802),(1,1803),(1,1804),(2,9),(2,10),(2,11),(2,12),(2,33),(2,34),(2,35),(2,36),(2,45),(2,46),(2,47),(2,48),(2,49),(2,50),(2,51),(2,52),(2,85),(2,86),(2,87),(2,88),(2,129),(2,130),(2,131),(2,132),(2,189),(2,190),(2,191),(2,192),(2,209),(2,210),(2,211),(2,212),(2,217),(2,218),(2,219),(2,220),(2,229),(2,230),(2,231),(2,232),(2,242),(2,243),(2,249),(2,250),(2,251),(2,252),(2,269),(2,270),(2,271),(2,272),(2,273),(2,274),(2,275),(2,276),(2,309),(2,310),(2,311),(2,312),(2,325),(2,326),(2,327),(2,328),(2,337),(2,338),(2,339),(2,340),(2,349),(2,350),(2,351),(2,352),(2,373),(2,374),(2,375),(2,376),(2,389),(2,390),(2,391),(2,392),(2,397),(2,398),(2,399),(2,400),(2,401),(2,402),(2,403),(2,404),(2,425),(2,426),(2,427),(2,428),(2,433),(2,434),(2,435),(2,436),(2,449),(2,450),(2,451),(2,452),(2,453),(2,454),(2,455),(2,456),(3,45),(3,46),(3,47),(3,48),(3,49),(3,50),(3,51),(3,52),(3,125),(3,126),(3,127),(3,128),(3,141),(3,142),(3,143),(3,144),(3,225),(3,226),(3,227),(3,228),(3,265),(3,266),(3,267),(3,268),(3,309),(3,310),(3,311),(3,312),(3,329),(3,330),(3,331),(3,332),(3,429),(3,430),(3,431),(3,432),(3,445),(3,446),(3,447),(3,448),(3,449),(3,450),(3,451),(3,452),(3,453),(3,454),(3,455),(3,456),(3,457),(3,458),(3,459),(3,460),(4,0),(4,9),(4,10),(4,11),(4,12),(4,17),(4,18),(4,19),(4,20),(4,41),(4,42),(4,43),(4,44),(4,45),(4,46),(4,47),(4,48),(4,49),(4,50),(4,51),(4,52),(4,129),(4,130),(4,131),(4,132),(4,154),(4,181),(4,182),(4,183),(4,184),(4,189),(4,190),(4,191),(4,192),(4,209),(4,210),(4,211),(4,212),(4,217),(4,218),(4,219),(4,220),(4,229),(4,230),(4,231),(4,232),(4,237),(4,238),(4,239),(4,240),(4,242),(4,243),(4,249),(4,250),(4,251),(4,252),(4,266),(4,309),(4,310),(4,311),(4,312),(4,317),(4,318),(4,319),(4,320),(4,330),(4,349),(4,350),(4,351),(4,352),(4,401),(4,402),(4,403),(4,404),(4,437),(4,438),(4,439),(4,440),(4,445),(4,446),(4,447),(4,448),(4,453),(4,454),(4,455),(4,456),(4,457),(4,458),(4,459),(4,460); -/*!40000 ALTER TABLE `ps_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_accessory` --- - -DROP TABLE IF EXISTS `ps_accessory`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_accessory` ( - `id_product_1` int(10) unsigned NOT NULL, - `id_product_2` int(10) unsigned NOT NULL, - KEY `accessory_product` (`id_product_1`,`id_product_2`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_accessory` --- - -LOCK TABLES `ps_accessory` WRITE; -/*!40000 ALTER TABLE `ps_accessory` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_accessory` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_address` --- - -DROP TABLE IF EXISTS `ps_address`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_address` ( - `id_address` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_country` int(10) unsigned NOT NULL, - `id_state` int(10) unsigned DEFAULT NULL, - `id_customer` int(10) unsigned NOT NULL DEFAULT '0', - `id_manufacturer` int(10) unsigned NOT NULL DEFAULT '0', - `id_supplier` int(10) unsigned NOT NULL DEFAULT '0', - `id_warehouse` int(10) unsigned NOT NULL DEFAULT '0', - `alias` varchar(32) NOT NULL, - `company` varchar(255) DEFAULT NULL, - `lastname` varchar(255) NOT NULL, - `firstname` varchar(255) NOT NULL, - `address1` varchar(128) NOT NULL, - `address2` varchar(128) DEFAULT NULL, - `postcode` varchar(12) DEFAULT NULL, - `city` varchar(64) NOT NULL, - `other` text, - `phone` varchar(32) DEFAULT NULL, - `phone_mobile` varchar(32) DEFAULT NULL, - `vat_number` varchar(32) DEFAULT NULL, - `dni` varchar(16) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_address`), - KEY `address_customer` (`id_customer`), - KEY `id_country` (`id_country`), - KEY `id_state` (`id_state`), - KEY `id_manufacturer` (`id_manufacturer`), - KEY `id_supplier` (`id_supplier`), - KEY `id_warehouse` (`id_warehouse`) -) ENGINE=InnoDB AUTO_INCREMENT=752 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_address` --- - -LOCK TABLES `ps_address` WRITE; -/*!40000 ALTER TABLE `ps_address` DISABLE KEYS */; -INSERT INTO `ps_address` VALUES (1,131,0,1,0,0,0,'Anonymous','Anonymous','Anonymous','Anonymous','Anonymous','','00000','Anonymous','','0000000000','0000000000','0000','0000','2020-11-03 14:10:59','2020-11-03 14:10:59',1,0),(2,8,0,2,0,0,0,'Mon adresse','My Company','DOE','John','16, Main street','2nd floor','75002','Paris ','','0102030405','','','','2020-11-03 14:11:35','2020-11-03 14:11:35',1,0),(3,21,35,0,0,0,0,'supplier','Fashion','supplier','supplier','767 Fifth Ave.','','10153','New York','','(212) 336-1440','','','','2020-11-03 14:11:35','2020-11-03 14:11:35',1,0),(4,21,35,0,1,0,0,'manufacturer','Fashion','manufacturer','manufacturer','767 Fifth Ave.','','10154','New York','','(212) 336-1666','','','','2020-11-03 14:11:35','2020-11-03 14:11:35',1,0),(5,21,12,2,0,0,0,'My address','My Company','DOE','John','16, Main street','2nd floor','33133','Miami','','0102030405','','','','2020-11-03 14:11:35','2020-11-03 14:11:35',1,0),(6,131,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','51234','test','','','','','','2020-11-03 14:26:02','2020-11-11 16:28:14',1,1),(7,131,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','51234','test','','+123','','','','2020-11-11 16:28:14','2020-11-12 17:24:33',1,1),(8,131,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','51234','test','','+0123','','','','2020-11-12 17:24:33','2020-11-19 09:57:25',1,1),(9,131,0,4,0,0,0,'My Address','','Vaivada','Lukas','utenos g. 5-55','','51342','Kaunas','','860294347','','','','2020-11-13 14:57:53','2020-11-13 14:57:53',1,0),(10,131,0,3,0,0,0,'Mano adresas','','Gudauskis','Marius','test','','51234','test','','077 358 154','','','','2020-11-19 09:57:25','2020-12-10 09:54:45',1,1),(11,13,0,3,0,0,0,'Mano adresas','','Gudauskis','Marius','test','','5928 RT','Venio','','077 358 154','','','','2020-11-19 09:58:53','2020-11-19 10:14:06',1,1),(12,13,0,3,0,0,0,'Mano adresas','','Gudauskis','Marius','test','','5928 RT','Venio','','077 358 154','','','','2020-11-19 10:14:06','2020-12-10 15:33:28',1,1),(13,131,0,3,0,0,0,'Mano adresas','','Gudauskis','Marius','test','','51234','test','','+0001123','','','','2020-12-10 09:54:45','2020-12-10 11:30:27',1,1),(14,131,0,3,0,0,0,'Mano adresas','','Gudauskis','Marius','test','','51234','test','','+085123456','','','','2020-12-10 11:30:27','2021-02-04 15:59:28',1,1),(15,13,0,3,0,0,0,'Mano adresas','','Gudauskis','Marius','test','','5928 RT','Venio','','','','','','2020-12-10 15:33:28','2021-10-13 12:01:32',1,1),(16,131,0,5,0,0,0,'Mano adresas','','Gudauskis','Marius','zemaiciu 2','','12345','kaunas','','+37064722746','','','','2021-01-14 13:08:07','2021-01-14 13:08:07',1,0),(17,131,0,6,0,0,0,'My Address','','TEST','SIMONAS','TESTTTTTT 123-456 TESTTTTTT','','54466','TEST','','','','','','2021-01-25 13:42:23','2021-01-25 13:42:23',1,0),(18,131,0,7,0,0,0,'My Address','','test','Lukas','Pramones pr. 5-45','','51345','Kaunas','','860294343','','','','2021-01-28 13:32:13','2021-01-28 13:32:13',1,0),(19,3,0,3,0,0,0,'My Address','tes','Gudauskis','Marius','zemaiciu 2','','1234','kaunas','','123456','','BE0425303825','','2021-01-28 14:04:28','2021-10-13 09:08:00',1,1),(20,3,0,8,0,0,0,'My Address','','Tester','Test','President Allendelaan 453','','1331','Ghent','','2077104212','','BE0425303825','','2021-01-28 14:19:18','2021-01-28 14:19:37',1,0),(21,131,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','51234','test','','','','','','2021-02-04 15:59:28','2022-01-25 15:30:33',1,1),(22,25,0,3,0,0,0,'My Address','tes','Gudauskis','Marius','zemaiciu 2','','123455','kaunas','','12345678','','','','2021-02-18 13:02:12','2022-02-03 10:02:10',1,1),(23,1,0,3,0,0,0,'Mijn adres','tes','Gudauskis','Marius','zemaiciu 2','','12345','kaunas','','12345678','','','','2021-05-19 09:35:54','2022-02-11 10:52:31',1,1),(25,7,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','12345','test','','','','','','2021-07-09 09:28:55','2021-07-09 09:28:55',1,0),(26,131,0,9,0,0,0,'My Address','','asfasf','afasfa','safasf','','54312','asfas','','','','','','2021-08-05 15:55:37','2021-08-05 15:55:37',1,0),(27,131,0,10,0,0,0,'Meine Adresse','','test','test','test','','54321','test','','','','','','2021-08-12 18:04:10','2021-08-12 18:04:10',1,0),(30,3,0,3,0,0,0,'My Address','tes','Gudauskis','Marius','zemaiciu 2','','1234','kaunas','','123456','','BE0425303825','','2021-10-13 09:08:00','2021-10-13 10:52:35',1,1),(32,13,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','5928 RT','Venio','','','','NL815839091B01','','2021-10-13 12:01:32','2022-03-25 12:41:11',1,1),(33,131,0,11,0,0,0,'My Address','','qwer','test','test','','12345','test','','','','','','2022-01-07 16:31:46','2022-01-07 16:31:46',1,0),(34,131,0,13,0,0,0,'My Address','','Gudauskis','Marius','tes','','12345','test','','','','','','2022-01-13 10:28:34','2022-01-13 10:28:34',1,0),(35,131,0,14,0,0,0,'My Address','','Gudauskis','Marius','test','','12345','test','','','','','','2022-01-13 10:51:41','2022-01-13 10:51:41',1,0),(36,131,0,3,0,0,0,'Mon adresse','','Gudauskis','Marius','test','','51234','test','','','','Lt123456','','2022-01-25 15:30:33','2022-03-14 11:39:45',1,1),(37,1,0,15,0,0,0,'My Address','','dd','dd','gg','','55555','bb','','','','','','2022-01-28 13:30:53','2022-01-28 13:30:53',1,0),(38,1,0,16,0,0,0,'My Address','','ddd','dddd','f','','33333','dd','','','','','','2022-01-28 13:34:27','2022-01-28 13:34:27',1,0),(39,1,0,17,0,0,0,'My Address','','d','dddd','c','','22222','dd','','','','','','2022-01-28 13:36:51','2022-01-28 13:36:51',1,0),(40,1,0,18,0,0,0,'My Address','','d','dddd','v','','44444','cc','','','','','','2022-01-28 13:39:45','2022-01-28 13:39:45',1,0),(41,1,0,5,0,0,0,'My Address','','Gudauskis','Marius','zemaiciu 2','','12345','kaunas','','+37064722746','','','','2022-01-28 13:46:50','2022-01-28 13:46:50',1,0),(42,1,0,19,0,0,0,'My Address','','d','g','g','','55555','ff','','','','','','2022-01-28 13:50:03','2022-01-28 13:50:03',1,0),(43,1,0,20,0,0,0,'My Address','','v','v','v','','43333','v','','','','','','2022-01-28 13:57:36','2022-01-28 13:57:36',1,0),(44,1,0,21,0,0,0,'My Address','','dd','ddd','f','','33333','fff','','','','','','2022-01-28 13:59:07','2022-01-28 13:59:07',1,0),(45,1,0,22,0,0,0,'My Address','','dd','dd','v','','44444','ccc','','','','','','2022-01-28 14:06:19','2022-01-28 14:06:19',1,0),(46,1,0,23,0,0,0,'My Address','','ff','ff','v3','','55555','fdf','','','','','','2022-01-28 14:15:08','2022-01-28 14:15:08',1,0),(47,1,0,24,0,0,0,'My Address','','dd','ddd','c','','33333','cc','','','','','','2022-01-28 14:19:07','2022-01-28 14:19:07',1,0),(48,1,0,25,0,0,0,'My Address','','c','c','c','','55555','vv','','','','','','2022-01-28 14:22:06','2022-01-28 14:22:06',1,0),(49,1,0,26,0,0,0,'My Address','','d','d','d','','55555','d','','','','','','2022-01-31 17:23:38','2022-01-31 17:23:38',1,0),(50,131,0,27,0,0,0,'Mon adresse','','Gudauskis','Marius','test','','12354','test','','','','','','2022-02-01 11:06:28','2022-02-01 11:06:28',1,0),(51,131,0,28,0,0,0,'Mon adresse','','Gudauskis','Marius','sdfsdf','','52354','tstsd','','','','','','2022-02-01 11:08:22','2022-02-01 11:08:22',1,0),(52,1,0,29,0,0,0,'Mon adresse','','Gudauskis','Marius','test','','12345','test','','','','','','2022-02-01 11:12:29','2022-02-01 11:12:29',1,0),(53,1,0,30,0,0,0,'Mon adresse','','Gudauskis','Marius','test','','12345','test','','','','','','2022-02-01 15:52:02','2022-02-01 15:52:02',1,0),(54,131,0,31,0,0,0,'Mon adresse','','Gudauskis','Marius','test','','12345','test','','','','','','2022-02-01 15:54:49','2022-02-01 15:54:49',1,0),(55,1,0,31,0,0,0,'Mon adresse','','Gudauskis','Marius','test','','12345','test','','','','','','2022-02-01 15:55:01','2022-02-01 15:55:01',1,0),(56,1,0,3,0,0,0,'My Address','tes','Gudauskis','Marius','zemaiciu 2','','12345','kaunas','','12345678','','','','2022-02-11 10:52:31','2022-03-25 12:41:13',1,1),(57,131,0,44,0,0,0,'44','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:10:00','2022-03-08 14:10:00',1,0),(58,131,0,45,0,0,0,'45','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:11:36','2022-03-08 14:11:36',1,0),(59,131,0,46,0,0,0,'46','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:12:38','2022-03-08 14:12:38',1,0),(60,131,0,47,0,0,0,'47','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:16:37','2022-03-08 14:16:37',1,0),(61,131,0,48,0,0,0,'48','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:19:53','2022-03-08 14:19:53',1,0),(62,131,0,49,0,0,0,'49','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:21:07','2022-03-08 14:21:07',1,0),(63,131,0,50,0,0,0,'50','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:28:24','2022-03-08 14:28:24',1,0),(64,131,0,51,0,0,0,'51','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:28:57','2022-03-08 14:28:57',1,0),(65,131,0,52,0,0,0,'52','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:29:32','2022-03-08 14:29:32',1,0),(66,131,0,53,0,0,0,'53','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:30:50','2022-03-08 14:30:50',1,0),(67,131,0,54,0,0,0,'54','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:31:23','2022-03-08 14:31:23',1,0),(68,131,0,55,0,0,0,'55','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:32:57','2022-03-08 14:32:57',1,0),(69,131,0,56,0,0,0,'56','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:34:14','2022-03-08 14:34:14',1,0),(70,131,0,57,0,0,0,'57','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:34:52','2022-03-08 14:34:52',1,0),(71,131,0,58,0,0,0,'58','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:37:51','2022-03-08 14:37:51',1,0),(72,131,0,59,0,0,0,'59','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:47:49','2022-03-08 14:47:49',1,0),(73,131,0,60,0,0,0,'60','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:55:15','2022-03-08 14:55:15',1,0),(74,131,0,61,0,0,0,'61','','test','test','test','','44174','Kaunas','','','','','','2022-03-08 14:55:35','2022-03-08 14:55:35',1,0),(75,131,0,62,0,0,0,'62','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:55:37','2022-03-08 14:55:37',1,0),(76,131,0,63,0,0,0,'63','','test','test','test','','44174','Kaunas','','','','','','2022-03-08 14:55:40','2022-03-08 14:55:40',1,0),(77,131,0,64,0,0,0,'64','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 14:55:53','2022-03-08 14:55:53',1,0),(78,131,0,65,0,0,0,'65','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 15:23:49','2022-03-08 15:23:49',1,0),(79,131,0,66,0,0,0,'66','','test','test','test','','44174','Kaunas','','','','','','2022-03-08 15:23:59','2022-03-08 15:23:59',1,0),(80,131,0,67,0,0,0,'67','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 15:24:38','2022-03-08 15:24:38',1,0),(81,131,0,68,0,0,0,'68','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 15:25:56','2022-03-08 15:25:56',1,0),(82,131,0,69,0,0,0,'69','','test','test','test','','03001','Vilnius','','','','','','2022-03-08 17:18:28','2022-03-08 17:18:28',1,0),(83,131,0,70,0,0,0,'70','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 14:42:20','2022-03-10 14:42:20',1,0),(84,131,0,71,0,0,0,'71','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 14:49:19','2022-03-10 14:49:19',1,0),(85,131,0,72,0,0,0,'72','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 14:49:37','2022-03-10 14:49:37',1,0),(86,131,0,73,0,0,0,'73','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 14:50:02','2022-03-10 14:50:02',1,0),(87,131,0,74,0,0,0,'74','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 14:55:08','2022-03-10 14:55:08',1,0),(88,131,0,75,0,0,0,'75','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:25:23','2022-03-10 15:25:23',1,0),(89,131,0,76,0,0,0,'76','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:27:23','2022-03-10 15:27:23',1,0),(90,131,0,77,0,0,0,'77','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:27:38','2022-03-10 15:27:38',1,0),(91,131,0,78,0,0,0,'78','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:28:19','2022-03-10 15:28:19',1,0),(92,131,0,79,0,0,0,'79','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:29:02','2022-03-10 15:29:02',1,0),(93,131,0,80,0,0,0,'80','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:31:31','2022-03-10 15:31:31',1,0),(94,131,0,81,0,0,0,'81','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:41:59','2022-03-10 15:41:59',1,0),(95,131,0,82,0,0,0,'82','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:43:22','2022-03-10 15:43:22',1,0),(96,131,0,83,0,0,0,'83','','test','test','test','','03001','Vilnius','','','','','','2022-03-10 15:45:39','2022-03-10 15:45:39',1,0),(97,131,0,3,0,0,0,'My Address','','Gudauskis','Marius','test','','51234','test','','','','','','2022-03-14 11:39:45','2022-03-25 12:41:14',1,1),(98,13,0,84,0,0,0,'My Address','test','Gudauskis','Marius','testt','','1234 AA','test','','','','','','2022-03-14 12:52:42','2022-03-14 12:52:42',1,0),(99,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:28:17','2022-03-14 14:28:17',1,0),(100,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:29:14','2022-03-14 14:29:14',1,0),(101,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:29:38','2022-03-14 14:29:38',1,0),(102,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:39:00','2022-03-14 14:39:00',1,0),(103,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:45:27','2022-03-14 14:45:27',1,0),(104,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:57:55','2022-03-14 14:57:55',1,0),(105,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 14:58:14','2022-03-14 14:58:14',1,0),(106,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:01:39','2022-03-14 15:01:39',1,0),(107,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:02:26','2022-03-14 15:02:26',1,0),(108,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:02:53','2022-03-14 15:02:53',1,0),(109,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:03:24','2022-03-14 15:03:24',1,0),(110,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:05:28','2022-03-14 15:05:28',1,0),(111,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:06:31','2022-03-14 15:06:31',1,0),(112,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:07:48','2022-03-14 15:07:48',1,0),(113,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:09:13','2022-03-14 15:09:13',1,0),(114,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:09:59','2022-03-14 15:09:59',1,0),(115,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:12:21','2022-03-14 15:12:21',1,0),(116,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:14:37','2022-03-14 15:14:37',1,0),(117,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:19:45','2022-03-14 15:19:45',1,0),(118,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:20:20','2022-03-14 15:20:20',1,0),(119,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:21:19','2022-03-14 15:21:19',1,0),(120,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:22:22','2022-03-14 15:22:22',1,0),(121,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:24:08','2022-03-14 15:24:08',1,0),(122,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:27:54','2022-03-14 15:27:54',1,0),(123,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 15:29:11','2022-03-14 15:29:11',1,0),(124,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 16:44:44','2022-03-14 16:44:44',1,0),(125,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 16:47:56','2022-03-14 16:47:56',1,0),(126,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 16:50:43','2022-03-14 16:50:43',1,0),(127,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 17:05:04','2022-03-14 17:05:04',1,0),(128,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 17:06:41','2022-03-14 17:06:41',1,0),(129,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 17:08:44','2022-03-14 17:08:44',1,0),(130,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-14 17:29:01','2022-03-14 17:29:01',1,0),(131,131,0,0,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 10:43:00','2022-03-15 10:43:00',1,0),(132,131,0,85,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 11:10:19','2022-03-15 11:10:19',1,0),(133,131,0,86,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 14:33:38','2022-03-15 14:33:38',1,0),(134,131,0,87,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 14:34:58','2022-03-15 14:34:58',1,0),(135,131,0,88,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 14:44:12','2022-03-15 14:44:12',1,0),(136,131,0,89,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 14:46:48','2022-03-15 14:46:48',1,0),(137,131,0,90,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 14:46:57','2022-03-15 14:46:57',1,0),(138,131,0,91,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 14:52:14','2022-03-15 14:52:14',1,0),(139,131,0,92,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 15:13:28','2022-03-15 15:13:28',1,0),(140,131,0,93,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 15:26:40','2022-03-15 15:26:40',1,0),(141,131,0,94,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 15:28:14','2022-03-15 15:28:14',1,0),(142,131,0,95,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 15:28:35','2022-03-15 15:28:35',1,0),(143,131,0,96,0,0,0,'applePay','','test','test','test','','03001','Vilnius','','','','','','2022-03-15 15:29:08','2022-03-15 15:29:08',1,0),(144,131,0,97,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-15 16:11:16','2022-03-15 16:11:16',1,0),(145,131,0,98,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-15 16:15:10','2022-03-15 16:15:20',1,0),(146,131,0,99,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-15 16:26:07','2022-03-15 16:26:19',1,0),(147,131,0,100,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:11:39','2022-03-21 11:11:54',1,0),(148,131,0,101,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:12:23','2022-03-21 11:12:49',1,0),(149,131,0,102,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:13:53','2022-03-21 11:14:13',1,0),(150,131,0,103,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:15:43','2022-03-21 11:15:57',1,0),(151,131,0,104,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:17:22','2022-03-21 11:17:57',1,0),(152,131,0,105,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:19:51','2022-03-21 11:20:10',1,0),(153,131,0,106,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:22:02','2022-03-21 11:23:06',1,0),(154,131,0,107,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:23:46','2022-03-21 11:23:56',1,0),(155,131,0,108,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:25:45','2022-03-21 11:25:56',1,0),(156,131,0,109,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:27:25','2022-03-21 11:27:40',1,0),(157,131,0,110,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:30:38','2022-03-21 11:30:58',1,0),(158,131,0,111,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:31:29','2022-03-21 11:32:31',1,0),(159,131,0,112,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:37:06','2022-03-21 11:37:17',1,0),(160,131,0,113,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:41:11','2022-03-21 11:41:21',1,0),(161,131,0,114,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:41:48','2022-03-21 11:41:59',1,0),(162,131,0,115,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:43:30','2022-03-21 11:43:40',1,0),(163,131,0,116,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:46:54','2022-03-21 11:47:04',1,0),(164,131,0,117,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:48:31','2022-03-21 11:48:41',1,0),(165,131,0,118,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:51:53','2022-03-21 11:52:03',1,0),(166,131,0,119,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:53:28','2022-03-21 11:53:38',1,0),(167,131,0,120,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:57:08','2022-03-21 11:57:18',1,0),(168,131,0,121,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 11:59:00','2022-03-21 11:59:10',1,0),(169,131,0,122,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 12:01:08','2022-03-21 12:01:19',1,0),(170,131,0,123,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 12:03:25','2022-03-21 12:03:35',1,0),(171,131,0,124,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 12:10:02','2022-03-21 12:11:02',1,0),(172,131,0,125,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 13:25:03','2022-03-21 13:25:16',1,0),(173,131,0,126,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 13:31:55','2022-03-21 13:31:55',1,0),(174,131,0,127,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 13:34:23','2022-03-21 13:34:23',1,0),(175,131,0,128,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 13:35:21','2022-03-21 13:35:21',1,0),(176,131,0,129,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 13:36:01','2022-03-21 13:38:42',1,0),(177,131,0,130,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:10:42','2022-03-21 16:10:42',1,0),(178,131,0,131,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-21 16:10:53','2022-03-21 16:10:53',1,0),(179,131,0,132,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:11:24','2022-03-21 16:11:24',1,0),(180,131,0,133,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-21 16:11:28','2022-03-21 16:11:28',1,0),(181,131,0,134,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:12:40','2022-03-21 16:12:40',1,0),(182,131,0,135,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:19:36','2022-03-21 16:19:36',1,0),(183,131,0,136,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-21 16:20:13','2022-03-21 16:20:13',1,0),(184,131,0,137,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:20:16','2022-03-21 16:20:16',1,0),(185,131,0,138,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:20:19','2022-03-21 16:20:40',1,0),(186,131,0,139,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:28:55','2022-03-21 16:28:55',1,0),(187,131,0,140,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-21 16:29:03','2022-03-21 16:29:03',1,0),(188,131,0,141,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:29:07','2022-03-21 16:30:02',1,0),(189,131,0,142,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:30:41','2022-03-21 16:30:41',1,0),(190,131,0,143,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:30:43','2022-03-21 16:31:09',1,0),(191,131,0,144,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:32:32','2022-03-21 16:32:32',1,0),(192,131,0,145,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:32:37','2022-03-21 16:33:01',1,0),(193,131,0,146,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:36:25','2022-03-21 16:36:25',1,0),(194,131,0,147,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:40:34','2022-03-21 16:40:50',1,0),(195,131,0,148,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:41:04','2022-03-21 16:41:04',1,0),(196,131,0,149,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:41:10','2022-03-21 16:41:10',1,0),(197,131,0,150,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:41:13','2022-03-21 16:41:58',1,0),(198,131,0,151,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:46:33','2022-03-21 16:46:33',1,0),(199,131,0,152,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-21 16:46:36','2022-03-21 16:46:36',1,0),(200,131,0,153,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-21 16:50:57','2022-03-21 16:50:57',1,0),(201,131,0,154,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:51:00','2022-03-21 16:51:26',1,0),(202,131,0,155,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:52:32','2022-03-21 16:52:50',1,0),(203,131,0,156,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-21 16:54:48','2022-03-21 16:54:48',1,0),(204,131,0,157,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:54:51','2022-03-21 16:55:17',1,0),(205,131,0,158,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 16:57:58','2022-03-21 16:58:23',1,0),(206,131,0,159,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 17:02:50','2022-03-21 17:03:11',1,0),(207,131,0,160,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 17:06:22','2022-03-21 17:06:45',1,0),(208,131,0,161,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-21 17:17:13','2022-03-21 17:17:35',1,0),(209,131,0,162,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:00:14','2022-03-22 10:00:14',1,0),(210,131,0,163,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:00:23','2022-03-22 10:00:23',1,0),(211,131,0,164,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:00:28','2022-03-22 10:00:28',1,0),(212,131,0,165,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 10:00:34','2022-03-22 10:00:55',1,0),(213,131,0,166,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:05:01','2022-03-22 10:05:01',1,0),(214,131,0,167,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 10:05:03','2022-03-22 10:05:20',1,0),(215,131,0,168,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:22:53','2022-03-22 10:22:53',1,0),(216,131,0,169,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:22:59','2022-03-22 10:22:59',1,0),(217,131,0,170,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 10:23:01','2022-03-22 10:23:14',1,0),(218,131,0,171,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 10:30:10','2022-03-22 10:30:10',1,0),(219,131,0,172,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 10:30:17','2022-03-22 10:30:30',1,0),(220,131,0,0,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 11:17:57','2022-03-22 11:17:57',1,0),(221,131,0,0,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-22 11:18:25','2022-03-22 11:18:25',1,0),(223,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 11:21:37','2022-03-25 12:41:17',1,1),(229,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 11:23:48','2022-03-25 12:41:24',1,1),(234,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 11:25:20','2022-03-25 12:41:29',1,1),(235,13,0,173,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:15:00','2022-03-22 12:15:00',1,0),(236,13,0,174,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:15:16','2022-03-22 12:15:16',1,0),(237,13,0,175,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:16:14','2022-03-22 12:16:14',1,0),(238,13,0,176,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:16:33','2022-03-22 12:16:33',1,0),(239,13,0,177,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:17:01','2022-03-22 12:17:01',1,0),(240,13,0,178,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:17:02','2022-03-22 12:17:02',1,0),(241,13,0,179,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:17:08','2022-03-22 12:17:08',1,0),(242,13,0,180,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:17:09','2022-03-22 12:17:09',1,0),(243,13,0,181,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:17:11','2022-03-22 12:17:11',1,0),(244,13,0,182,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:17:16','2022-03-22 12:17:16',1,0),(246,13,0,183,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:17:26','2022-03-22 12:17:26',1,0),(247,13,0,184,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:17:42','2022-03-22 12:17:42',1,0),(248,13,0,185,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:17:48','2022-03-22 12:17:48',1,0),(249,13,0,186,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:18:03','2022-03-22 12:18:03',1,0),(251,13,0,187,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:20:06','2022-03-22 12:20:06',1,0),(252,13,0,188,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:20:16','2022-03-22 12:20:16',1,0),(253,13,0,189,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:20:21','2022-03-22 12:20:21',1,0),(254,13,0,190,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:20:27','2022-03-22 12:20:27',1,0),(255,13,0,191,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:20:46','2022-03-22 12:20:46',1,0),(257,13,0,192,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','','Amsterdam','','','','','','2022-03-22 12:21:21','2022-03-22 12:21:21',1,0),(260,13,0,193,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:22:11','2022-03-22 12:22:11',1,0),(261,13,0,194,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:22:11','2022-03-22 12:22:11',1,0),(262,13,0,195,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:22:26','2022-03-22 12:22:26',1,0),(263,13,0,196,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','','Amsterdam','','','','','','2022-03-22 12:22:33','2022-03-22 12:22:33',1,0),(264,13,0,197,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:22:53','2022-03-22 12:22:53',1,0),(265,13,0,198,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1107 GM','Amsterdam','','','','','','2022-03-22 12:22:57','2022-03-22 12:22:57',1,0),(266,13,0,199,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-22 12:24:44','2022-03-22 12:24:44',1,0),(268,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 13:54:37','2022-03-25 12:41:36',1,1),(269,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 13:55:45','2022-03-25 12:41:37',1,1),(270,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 13:57:32','2022-03-25 12:41:38',1,1),(272,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 13:59:05','2022-03-25 12:41:41',1,1),(273,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 14:04:36','2022-03-25 12:41:42',1,1),(274,13,0,200,0,0,0,'applePay','','Bayon','Edouard','Groenendaalstraat','10','1058 LG','Amsterdam','','','','','','2022-03-22 14:09:59','2022-03-22 14:10:04',1,0),(275,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 14:16:36','2022-03-25 12:41:43',1,1),(276,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 14:20:31','2022-03-25 12:41:44',1,1),(277,13,0,201,0,0,0,'applePay','','Bayon','Edouard','Groenendaalstraat','10','1058 LG','Amsterdam','','','','','','2022-03-22 14:23:46','2022-03-22 14:23:50',1,0),(278,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 14:24:38','2022-03-25 12:41:45',1,1),(280,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 15:49:59','2022-03-25 12:42:16',1,1),(282,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 16:02:35','2022-03-25 12:42:19',1,1),(284,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 16:47:06','2022-03-25 12:42:21',1,1),(286,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 16:52:56','2022-03-25 12:42:23',1,1),(287,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 16:54:58','2022-03-25 12:42:24',1,1),(288,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 16:58:24','2022-03-25 12:42:25',1,1),(289,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-22 17:00:00','2022-03-25 12:42:25',1,1),(291,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-23 11:36:17','2022-03-25 12:42:27',1,1),(293,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-23 11:56:21','2022-03-25 12:42:30',1,1),(294,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-23 12:00:48','2022-03-25 12:42:31',1,1),(295,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-23 12:04:18','2022-03-25 12:42:32',1,1),(296,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:25:17','2022-03-24 16:25:17',1,1),(297,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:26:39','2022-03-24 16:26:39',1,1),(298,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:27:14','2022-03-24 16:27:14',1,1),(299,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:28:20','2022-03-24 16:28:20',1,1),(300,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:28:48','2022-03-24 16:28:48',1,1),(301,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:29:02','2022-03-24 16:29:02',1,1),(302,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-24 16:29:37','2022-03-24 16:29:37',1,1),(303,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 09:51:48','2022-03-25 09:51:48',1,1),(304,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-25 09:51:55','2022-03-25 09:51:55',1,1),(305,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 09:52:47','2022-03-25 09:52:47',1,1),(306,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 10:01:12','2022-03-25 10:01:12',1,1),(307,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:01:17','2022-03-25 10:01:48',1,1),(308,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 10:02:24','2022-03-25 10:02:24',1,1),(309,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:02:27','2022-03-25 10:03:29',1,1),(310,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 10:09:08','2022-03-25 10:09:08',1,1),(311,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:09:12','2022-03-25 10:09:30',1,1),(312,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:33:41','2022-03-25 10:34:01',1,1),(313,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:36:25','2022-03-25 10:36:42',1,1),(314,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:42:09','2022-03-25 10:42:25',1,1),(315,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:43:49','2022-03-25 10:44:01',1,1),(316,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:45:24','2022-03-25 10:45:37',1,1),(317,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:46:35','2022-03-25 10:46:45',1,1),(318,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 10:48:25','2022-03-25 10:48:38',1,1),(319,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 10:57:46','2022-03-25 10:57:46',1,1),(320,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 10:58:04','2022-03-25 10:58:04',1,1),(321,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:01:11','2022-03-25 11:01:11',1,1),(322,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:03:35','2022-03-25 11:03:35',1,1),(323,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:04:08','2022-03-25 11:04:08',1,1),(324,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:05:38','2022-03-25 11:05:38',1,1),(325,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:06:40','2022-03-25 11:06:40',1,1),(326,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:06:53','2022-03-25 11:06:53',1,1),(327,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:08:40','2022-03-25 11:08:40',1,1),(328,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:09:05','2022-03-25 11:09:05',1,1),(329,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:11:28','2022-03-25 11:11:28',1,1),(330,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:12:19','2022-03-25 11:12:19',1,1),(331,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:14:06','2022-03-25 11:14:06',1,1),(332,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:15:39','2022-03-25 11:15:39',1,1),(333,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:16:59','2022-03-25 11:16:59',1,1),(334,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:18:49','2022-03-25 11:18:49',1,1),(335,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:19:05','2022-03-25 11:19:05',1,1),(336,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:21:38','2022-03-25 11:21:38',1,1),(337,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:21:43','2022-03-25 11:21:43',1,1),(338,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:23:46','2022-03-25 11:23:46',1,1),(339,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 11:25:12','2022-03-25 11:25:12',1,1),(340,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 11:26:47','2022-03-25 12:42:33',1,1),(343,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 12:42:56','2022-03-25 12:43:23',1,1),(344,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 12:45:57','2022-03-25 12:48:04',1,1),(345,131,0,3,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 12:48:33','2022-03-25 12:48:58',1,1),(346,131,0,3,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 12:49:36','2022-03-25 12:49:36',1,0),(347,131,0,202,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-25 13:28:24','2022-03-25 13:28:47',1,1),(348,131,0,202,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-25 13:28:24','2022-03-25 13:28:47',1,1),(349,131,0,203,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 14:00:07','2022-03-25 14:00:07',1,0),(350,131,0,203,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-25 14:00:07','2022-03-25 14:00:07',1,0),(351,131,0,204,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 14:56:45','2022-03-28 14:56:45',1,0),(352,131,0,204,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 14:56:45','2022-03-28 14:56:45',1,0),(353,131,0,205,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:13:37','2022-03-28 15:13:37',1,0),(354,131,0,205,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:13:37','2022-03-28 15:13:37',1,0),(355,131,0,206,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-28 15:13:41','2022-03-28 15:13:41',1,0),(356,131,0,206,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-28 15:13:41','2022-03-28 15:13:41',1,0),(357,131,0,207,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:14:39','2022-03-28 15:14:39',1,0),(358,131,0,207,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:14:39','2022-03-28 15:14:39',1,0),(359,131,0,208,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-28 15:14:46','2022-03-28 15:14:46',1,0),(360,131,0,208,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-03-28 15:14:46','2022-03-28 15:14:46',1,0),(361,131,0,209,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:16:35','2022-03-28 15:16:35',1,0),(362,131,0,209,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:16:40','2022-03-28 15:16:40',1,0),(363,131,0,210,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:17:32','2022-03-28 15:17:32',1,0),(364,131,0,210,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:17:32','2022-03-28 15:17:32',1,0),(365,131,0,211,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:25:49','2022-03-28 15:25:49',1,0),(366,131,0,211,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:25:49','2022-03-28 15:25:49',1,0),(367,131,0,212,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:28:52','2022-03-28 15:28:52',1,0),(368,131,0,212,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:28:52','2022-03-28 15:28:52',1,0),(369,131,0,213,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:53:54','2022-03-28 15:53:54',1,0),(370,131,0,213,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:53:54','2022-03-28 15:53:54',1,0),(371,131,0,214,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:55:10','2022-03-28 15:55:10',1,0),(372,131,0,214,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 15:55:10','2022-03-28 15:55:10',1,0),(373,131,0,215,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44248','Kaunas','','','','','','2022-03-28 16:26:22','2022-03-28 16:26:22',1,0),(374,131,0,215,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44248','Kaunas','','','','','','2022-03-28 16:26:22','2022-03-28 16:26:22',1,0),(375,131,0,216,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-28 17:21:36','2022-03-28 17:22:15',1,0),(376,131,0,216,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-28 17:21:36','2022-03-28 17:22:15',1,0),(377,131,0,217,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-28 17:24:04','2022-03-28 17:25:05',1,0),(378,131,0,217,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-28 17:24:04','2022-03-28 17:25:05',1,0),(379,131,0,218,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-28 17:25:54','2022-03-28 17:26:08',1,0),(380,131,0,218,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-28 17:25:54','2022-03-28 17:26:08',1,0),(381,131,0,219,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-28 17:26:43','2022-03-28 17:28:24',1,0),(382,131,0,219,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-28 17:26:43','2022-03-28 17:28:24',1,0),(383,131,0,220,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 17:33:39','2022-03-28 17:33:39',1,0),(384,131,0,220,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 17:33:39','2022-03-28 17:33:39',1,0),(385,131,0,221,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 17:37:23','2022-03-28 17:37:23',1,0),(386,131,0,221,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-28 17:37:23','2022-03-28 17:37:23',1,0),(387,131,0,222,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:09:38','2022-03-29 10:09:38',1,0),(388,131,0,222,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:09:38','2022-03-29 10:09:38',1,0),(389,131,0,223,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:14:05','2022-03-29 10:14:05',1,0),(390,131,0,223,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:14:05','2022-03-29 10:14:05',1,0),(391,131,0,224,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:15:18','2022-03-29 10:15:18',1,0),(392,131,0,224,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:15:18','2022-03-29 10:15:18',1,0),(393,131,0,225,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:16:13','2022-03-29 10:16:13',1,0),(394,131,0,225,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:16:13','2022-03-29 10:16:13',1,0),(395,131,0,226,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:21:19','2022-03-29 10:21:19',1,0),(396,131,0,226,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:21:19','2022-03-29 10:21:19',1,0),(397,131,0,227,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:23:57','2022-03-29 10:23:57',1,0),(398,131,0,227,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:23:57','2022-03-29 10:23:57',1,0),(399,131,0,228,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:27:40','2022-03-29 10:27:40',1,0),(400,131,0,228,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:27:40','2022-03-29 10:27:40',1,0),(401,131,0,229,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:41:53','2022-03-29 10:41:53',1,0),(402,131,0,229,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:41:53','2022-03-29 10:41:53',1,0),(403,131,0,230,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:47:16','2022-03-29 10:47:16',1,0),(404,131,0,230,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 10:47:16','2022-03-29 10:47:16',1,0),(405,131,0,231,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:06:19','2022-03-29 11:06:19',1,0),(406,131,0,231,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:06:19','2022-03-29 11:06:19',1,0),(407,131,0,232,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:06:26','2022-03-29 11:06:26',1,0),(408,131,0,232,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:06:26','2022-03-29 11:06:26',1,0),(409,131,0,233,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:06:53','2022-03-29 11:06:53',1,0),(410,131,0,233,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:06:53','2022-03-29 11:06:53',1,0),(411,131,0,234,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:07:31','2022-03-29 11:07:31',1,0),(412,131,0,234,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:07:32','2022-03-29 11:07:32',1,0),(413,131,0,235,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:08:27','2022-03-29 11:08:27',1,0),(414,131,0,235,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:08:27','2022-03-29 11:08:27',1,0),(415,131,0,236,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:12:50','2022-03-29 11:12:50',1,0),(416,131,0,236,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:12:50','2022-03-29 11:12:50',1,0),(417,131,0,237,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:15:38','2022-03-29 11:15:38',1,0),(418,131,0,237,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:15:38','2022-03-29 11:15:38',1,0),(419,131,0,238,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:18:23','2022-03-29 11:18:23',1,0),(420,131,0,238,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:18:23','2022-03-29 11:18:23',1,0),(421,131,0,239,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:19:21','2022-03-29 11:19:21',1,0),(422,131,0,239,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:19:21','2022-03-29 11:19:21',1,0),(423,131,0,240,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:20:25','2022-03-29 11:20:25',1,0),(424,131,0,240,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:20:25','2022-03-29 11:20:25',1,0),(425,131,0,241,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:27:27','2022-03-29 11:27:27',1,0),(426,131,0,241,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:27:27','2022-03-29 11:27:27',1,0),(427,131,0,242,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:28:59','2022-03-29 11:28:59',1,0),(428,131,0,242,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:28:59','2022-03-29 11:28:59',1,0),(429,131,0,243,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:32:26','2022-03-29 11:32:26',1,0),(430,131,0,243,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:32:26','2022-03-29 11:32:26',1,0),(431,131,0,244,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:33:00','2022-03-29 11:33:00',1,0),(432,131,0,244,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:33:00','2022-03-29 11:33:00',1,0),(433,131,0,245,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:34:21','2022-03-29 11:34:21',1,0),(434,131,0,245,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:34:21','2022-03-29 11:34:21',1,0),(435,131,0,246,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:43:41','2022-03-29 11:43:41',1,0),(436,131,0,246,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:43:41','2022-03-29 11:43:41',1,0),(437,131,0,247,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:43:45','2022-03-29 11:43:45',1,0),(438,131,0,247,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:43:45','2022-03-29 11:43:45',1,0),(439,131,0,248,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:43:54','2022-03-29 11:43:54',1,0),(440,131,0,248,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:43:55','2022-03-29 11:43:55',1,0),(441,131,0,249,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:16','2022-03-29 11:44:16',1,0),(442,131,0,249,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:16','2022-03-29 11:44:16',1,0),(443,131,0,250,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:24','2022-03-29 11:44:24',1,0),(444,131,0,250,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:25','2022-03-29 11:44:25',1,0),(445,131,0,251,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:44','2022-03-29 11:44:44',1,0),(446,131,0,251,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:44','2022-03-29 11:44:44',1,0),(447,131,0,252,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:47','2022-03-29 11:44:47',1,0),(448,131,0,252,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:47','2022-03-29 11:44:47',1,0),(449,131,0,253,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:53','2022-03-29 11:44:53',1,0),(450,131,0,253,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:44:53','2022-03-29 11:44:53',1,0),(451,131,0,254,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:45:00','2022-03-29 11:45:00',1,0),(452,131,0,254,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:45:00','2022-03-29 11:45:00',1,0),(453,131,0,255,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:48:26','2022-03-29 11:48:26',1,0),(454,131,0,255,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 11:48:26','2022-03-29 11:48:26',1,0),(455,131,0,256,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-29 12:01:02','2022-03-29 12:01:24',1,1),(456,131,0,256,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-29 12:01:02','2022-03-29 12:01:24',1,1),(457,13,0,257,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:07:58','2022-03-29 12:07:58',1,0),(458,13,0,257,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:07:58','2022-03-29 12:07:58',1,0),(459,13,0,258,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:08:25','2022-03-29 12:08:25',1,0),(460,13,0,258,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:08:25','2022-03-29 12:08:25',1,0),(461,131,0,259,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 12:08:26','2022-03-29 12:08:26',1,0),(462,131,0,259,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 12:08:26','2022-03-29 12:08:26',1,0),(463,13,0,260,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:09:02','2022-03-29 12:09:02',1,0),(464,13,0,260,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:09:02','2022-03-29 12:09:02',1,0),(465,13,0,261,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:09:08','2022-03-29 12:09:08',1,0),(466,13,0,261,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:09:08','2022-03-29 12:09:08',1,0),(467,13,0,262,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:09:26','2022-03-29 12:09:26',1,0),(468,13,0,262,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-03-29 12:09:26','2022-03-29 12:09:26',1,0),(469,131,0,263,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 13:37:55','2022-03-29 13:37:55',1,0),(470,131,0,263,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 13:37:55','2022-03-29 13:37:55',1,0),(471,131,0,264,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 15:53:10','2022-03-29 15:53:10',1,0),(472,131,0,264,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 15:53:10','2022-03-29 15:53:10',1,0),(473,131,0,265,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 15:53:21','2022-03-29 15:53:21',1,0),(474,131,0,265,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 15:53:21','2022-03-29 15:53:21',1,0),(475,131,0,266,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 17:03:28','2022-03-29 17:03:28',1,0),(476,131,0,266,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-03-29 17:03:28','2022-03-29 17:03:28',1,0),(477,131,0,267,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-03-29 17:19:01','2022-03-29 17:19:33',1,1),(478,131,0,267,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-03-29 17:19:01','2022-03-29 17:19:33',1,1),(479,131,0,268,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-04 10:00:52','2022-04-04 10:02:07',1,0),(480,131,0,268,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-04 10:00:52','2022-04-04 10:02:07',1,0),(481,131,0,269,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-04 10:09:11','2022-04-04 10:09:37',1,1),(482,131,0,269,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-04 10:09:11','2022-04-04 10:09:37',1,1),(483,131,0,270,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-04 10:10:09','2022-04-04 10:10:34',1,1),(484,131,0,270,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-04 10:10:09','2022-04-04 10:10:34',1,1),(485,131,0,271,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-04 10:11:11','2022-04-04 10:11:29',1,1),(486,131,0,271,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-04 10:11:11','2022-04-04 10:11:29',1,1),(487,131,0,272,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-04 10:20:38','2022-04-04 10:21:53',1,1),(488,131,0,272,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-04 10:20:38','2022-04-04 10:21:53',1,1),(489,131,0,274,0,0,0,'My Address','','Gudauskis','Marius','They est','','12345','test','','','','','','2022-04-04 10:37:53','2022-05-02 15:58:20',1,1),(490,13,0,274,0,0,0,'Meine Adresse','','Gudauskis','Marius','ttest','','1234 ab','test','','','','','','2022-04-04 14:57:25','2022-05-02 15:58:18',1,1),(491,131,0,274,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-05 10:27:46','2022-04-05 10:28:26',1,1),(492,131,0,274,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-05 10:27:46','2022-04-05 10:28:26',1,1),(493,131,0,274,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-05 10:52:37','2022-04-05 10:53:01',1,1),(494,131,0,274,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-05 10:52:37','2022-04-05 10:53:01',1,1),(495,131,0,274,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-05 11:05:23','2022-04-05 11:05:45',1,1),(496,131,0,274,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-05 11:05:23','2022-04-05 11:05:45',1,1),(497,131,0,274,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-05 11:06:34','2022-04-05 11:06:57',1,1),(498,131,0,274,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-05 11:06:34','2022-04-05 11:06:57',1,1),(529,131,0,275,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-12 10:11:08','2022-04-12 10:11:08',1,0),(530,131,0,275,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-12 10:11:14','2022-04-12 10:11:14',1,0),(531,131,0,276,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-12 10:12:28','2022-04-12 10:12:28',1,0),(532,131,0,276,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-12 10:12:28','2022-04-12 10:12:28',1,0),(533,131,0,277,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-12 10:25:43','2022-04-12 10:25:43',1,0),(534,131,0,277,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-12 10:25:43','2022-04-12 10:25:43',1,0),(535,131,0,278,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-04-12 10:26:13','2022-04-12 10:26:13',1,0),(536,131,0,278,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-04-12 10:26:13','2022-04-12 10:26:13',1,0),(537,131,0,279,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 10:29:07','2022-04-19 10:30:50',1,0),(538,131,0,279,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:29:07','2022-04-19 10:30:51',1,0),(539,131,0,280,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 10:43:05','2022-04-19 10:43:19',1,0),(540,131,0,280,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:43:05','2022-04-19 10:43:19',1,0),(541,131,0,281,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:45:00','2022-04-19 10:45:00',1,0),(542,131,0,281,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:45:00','2022-04-19 10:45:00',1,0),(543,131,0,282,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:49:06','2022-04-19 10:49:06',1,0),(544,131,0,282,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:49:06','2022-04-19 10:49:06',1,0),(545,131,0,283,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 10:49:12','2022-04-19 10:50:18',1,1),(546,131,0,283,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:49:12','2022-04-19 10:50:18',1,1),(547,131,0,284,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:51:36','2022-04-19 10:51:36',1,0),(548,131,0,284,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:51:36','2022-04-19 10:51:36',1,0),(549,131,0,285,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:51:39','2022-04-19 10:51:53',1,0),(550,131,0,285,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:51:39','2022-04-19 10:51:53',1,0),(551,131,0,286,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:53:21','2022-04-19 10:53:21',1,0),(552,131,0,286,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:53:21','2022-04-19 10:53:21',1,0),(553,131,0,287,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:54:30','2022-04-19 10:54:30',1,0),(554,131,0,287,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:54:32','2022-04-19 10:54:32',1,0),(555,131,0,288,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:55:13','2022-04-19 10:55:13',1,0),(556,131,0,288,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:55:13','2022-04-19 10:55:13',1,0),(557,131,0,289,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:56:02','2022-04-19 10:56:02',1,0),(558,131,0,289,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:56:02','2022-04-19 10:56:02',1,0),(559,131,0,290,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:57:31','2022-04-19 10:57:31',1,0),(560,131,0,290,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:57:31','2022-04-19 10:57:31',1,0),(561,131,0,291,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:57:40','2022-04-19 10:57:40',1,0),(562,131,0,291,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:57:40','2022-04-19 10:57:40',1,0),(563,131,0,292,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:57:52','2022-04-19 10:57:52',1,0),(564,131,0,292,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 10:57:52','2022-04-19 10:57:52',1,0),(565,131,0,293,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:58:00','2022-04-19 10:58:15',1,0),(566,131,0,293,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:58:00','2022-04-19 10:58:15',1,0),(567,131,0,294,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 10:59:07','2022-04-19 10:59:18',1,0),(568,131,0,294,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 10:59:07','2022-04-19 10:59:18',1,0),(569,131,0,295,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 11:12:39','2022-04-19 11:12:56',1,0),(570,131,0,295,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 11:12:39','2022-04-19 11:12:56',1,0),(571,131,0,296,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 11:13:26','2022-04-19 11:14:12',1,1),(572,131,0,296,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 11:13:26','2022-04-19 11:14:12',1,1),(573,131,0,297,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 12:09:24','2022-04-19 12:09:24',1,0),(574,131,0,297,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 12:09:24','2022-04-19 12:09:24',1,0),(575,131,0,298,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 12:10:49','2022-04-19 12:10:49',1,0),(576,131,0,298,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 12:10:49','2022-04-19 12:10:49',1,0),(577,13,0,299,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-04-19 12:10:57','2022-04-19 12:10:57',1,0),(578,13,0,299,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-04-19 12:10:57','2022-04-19 12:10:57',1,0),(579,131,0,300,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 12:11:39','2022-04-19 12:11:51',1,0),(580,131,0,300,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 12:11:39','2022-04-19 12:11:51',1,0),(581,13,0,301,0,0,0,'applePay','','Bayon','Edouard','Groenendaalstraat','10','1058LG','Amsterdam','','','','','','2022-04-19 12:11:40','2022-04-19 12:11:43',1,0),(582,13,0,301,0,0,0,'applePay','','Bayon','Edouard','Groenendaalstraat','','1058 LG','Amsterdam','','','','','','2022-04-19 12:11:40','2022-04-19 12:11:43',1,0),(583,131,0,302,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:17:21','2022-04-19 14:17:37',1,0),(584,131,0,302,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:17:21','2022-04-19 14:17:37',1,0),(585,131,0,303,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 14:18:40','2022-04-19 14:18:40',1,0),(586,131,0,303,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-19 14:18:40','2022-04-19 14:18:40',1,0),(587,13,0,304,0,0,0,'applePay','','Bayon','Edouard','Groenendaalstraat','10','1058LG','Amsterdam','','','','','','2022-04-19 14:20:38','2022-04-19 14:20:41',1,0),(588,13,0,304,0,0,0,'applePay','','Bayon','Edouard','Groenendaalstraat','','1058 LG','Amsterdam','','','','','','2022-04-19 14:20:38','2022-04-19 14:20:41',1,0),(589,131,0,305,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:31:07','2022-04-19 14:31:22',1,0),(590,131,0,305,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:31:07','2022-04-19 14:31:22',1,0),(591,131,0,306,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:32:55','2022-04-19 14:33:08',1,0),(592,131,0,306,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:32:55','2022-04-19 14:33:08',1,0),(593,131,0,307,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:33:48','2022-04-19 14:34:02',1,0),(594,131,0,307,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:33:48','2022-04-19 14:34:02',1,0),(595,131,0,308,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:35:12','2022-04-19 14:35:26',1,0),(596,131,0,308,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:35:12','2022-04-19 14:35:26',1,0),(597,131,0,309,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:45:31','2022-04-19 14:46:03',1,1),(598,131,0,309,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:45:31','2022-04-19 14:46:03',1,1),(599,131,0,310,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-19 14:47:55','2022-04-19 14:48:18',1,1),(600,131,0,310,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-19 14:47:55','2022-04-19 14:48:18',1,1),(601,131,0,311,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-25 11:16:25','2022-04-25 11:16:35',1,0),(602,131,0,311,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-25 11:16:25','2022-04-25 11:16:35',1,0),(603,131,0,312,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-25 11:17:53','2022-04-25 11:18:03',1,0),(604,131,0,312,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-25 11:17:53','2022-04-25 11:18:03',1,0),(605,131,0,313,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-25 11:27:58','2022-04-25 11:27:58',1,0),(606,131,0,313,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-25 11:27:58','2022-04-25 11:27:58',1,0),(607,131,0,314,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-25 11:28:23','2022-04-25 11:28:39',1,0),(608,131,0,314,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-25 11:28:23','2022-04-25 11:28:39',1,0),(609,131,0,315,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 10:10:18','2022-04-26 10:10:18',1,0),(610,131,0,315,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 10:10:18','2022-04-26 10:10:18',1,0),(611,131,0,316,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-04-26 10:10:43','2022-04-26 10:10:43',1,0),(612,131,0,316,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-04-26 10:10:43','2022-04-26 10:10:43',1,0),(613,131,0,317,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:28:16','2022-04-26 16:28:16',1,0),(614,131,0,317,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:28:16','2022-04-26 16:28:16',1,0),(615,131,0,318,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:28:57','2022-04-26 16:28:57',1,0),(616,131,0,318,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:28:57','2022-04-26 16:28:57',1,0),(617,131,0,319,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-04-26 16:30:46','2022-04-26 16:30:46',1,0),(618,131,0,319,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-04-26 16:30:46','2022-04-26 16:30:46',1,0),(619,131,0,320,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:30:49','2022-04-26 16:30:49',1,0),(620,131,0,320,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:30:49','2022-04-26 16:30:49',1,0),(621,131,0,321,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:32:12','2022-04-26 16:32:12',1,0),(622,131,0,321,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:32:12','2022-04-26 16:32:12',1,0),(623,131,0,322,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:33:53','2022-04-26 16:33:53',1,0),(624,131,0,322,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:33:53','2022-04-26 16:33:53',1,0),(625,131,0,323,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:34:51','2022-04-26 16:34:51',1,0),(626,131,0,323,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:34:51','2022-04-26 16:34:51',1,0),(627,131,0,324,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:35:17','2022-04-26 16:35:17',1,0),(628,131,0,324,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:35:17','2022-04-26 16:35:17',1,0),(629,131,0,325,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:35:31','2022-04-26 16:35:31',1,0),(630,131,0,325,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:35:31','2022-04-26 16:35:31',1,0),(631,131,0,326,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:35:53','2022-04-26 16:35:53',1,0),(632,131,0,326,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:35:53','2022-04-26 16:35:53',1,0),(633,131,0,327,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:36:22','2022-04-26 16:36:22',1,0),(634,131,0,327,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-04-26 16:36:22','2022-04-26 16:36:22',1,0),(635,131,0,328,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-26 16:36:38','2022-04-26 16:39:16',1,0),(636,131,0,328,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-26 16:36:38','2022-04-26 16:39:16',1,0),(637,131,0,329,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-04-26 16:40:39','2022-04-26 16:40:51',1,0),(638,131,0,329,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-04-26 16:40:39','2022-04-26 16:40:51',1,0),(639,131,0,330,0,0,0,'My Address','','Gudauskis','testaa','test','','12345','test','','','','','','2022-05-02 10:55:46','2022-05-02 10:55:57',1,0),(640,131,0,331,0,0,0,'My Address','','Gudauskis','Marius','sdfdsf','','11111','fsdf','','','','','','2022-05-02 13:51:16','2022-05-02 13:51:16',1,0),(641,131,0,332,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-02 15:36:29','2022-05-02 15:36:29',1,0),(642,131,0,332,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-02 15:36:29','2022-05-02 15:36:29',1,0),(643,131,0,333,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-02 15:36:32','2022-05-02 15:37:05',1,1),(644,131,0,333,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-02 15:36:32','2022-05-02 15:37:05',1,1),(645,13,0,274,0,0,0,'Meine Adresse','',' ',' ',' ','','',' ','','','','','','2022-05-02 15:58:18','2022-05-03 16:31:21',1,1),(646,131,0,274,0,0,0,'My Address','',' ',' ',' ','','',' ','','','','','','2022-05-02 15:58:20','2022-05-23 16:22:37',1,1),(647,131,0,334,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-02 16:26:21','2022-05-02 16:26:48',1,1),(648,131,0,334,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-02 16:26:21','2022-05-02 16:26:48',1,1),(649,13,0,274,0,0,0,'My Address','',' test',' neth',' test','','1234 AA',' test','','','','','','2022-05-03 16:31:21','2022-05-03 16:31:21',1,0),(650,131,0,335,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 16:51:53','2022-05-04 16:52:38',1,1),(651,131,0,335,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 16:51:53','2022-05-04 16:52:38',1,1),(652,131,0,336,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 17:07:55','2022-05-04 17:08:15',1,0),(653,131,0,336,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 17:07:55','2022-05-04 17:08:15',1,0),(654,131,0,337,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 17:08:51','2022-05-04 17:09:03',1,0),(655,131,0,337,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 17:08:51','2022-05-04 17:09:03',1,0),(656,131,0,338,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 17:16:43','2022-05-04 17:16:56',1,0),(657,131,0,338,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 17:16:43','2022-05-04 17:16:56',1,0),(658,131,0,339,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 17:20:52','2022-05-04 17:21:05',1,0),(659,131,0,339,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 17:20:52','2022-05-04 17:21:05',1,0),(660,131,0,340,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 17:22:59','2022-05-04 17:23:13',1,0),(661,131,0,340,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 17:22:59','2022-05-04 17:23:13',1,0),(662,131,0,341,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-04 17:25:19','2022-05-04 17:25:34',1,0),(663,131,0,341,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-04 17:25:19','2022-05-04 17:25:34',1,0),(664,131,0,342,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-05 11:32:02','2022-05-05 11:32:29',1,0),(665,131,0,342,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-05 11:32:02','2022-05-05 11:32:29',1,0),(666,131,0,343,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-05 11:43:41','2022-05-05 11:44:19',1,0),(667,131,0,343,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-05 11:43:41','2022-05-05 11:44:19',1,0),(668,131,0,344,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-05 11:46:23','2022-05-05 11:46:42',1,0),(669,131,0,344,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-05 11:46:23','2022-05-05 11:46:42',1,0),(670,131,0,345,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-05 11:48:34','2022-05-05 11:48:47',1,0),(671,131,0,345,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-05 11:48:34','2022-05-05 11:48:47',1,0),(672,131,0,346,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-09 13:03:35','2022-05-09 13:04:12',1,0),(673,131,0,346,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-09 13:03:35','2022-05-09 13:04:12',1,0),(674,131,0,347,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-09 13:05:01','2022-05-09 13:05:11',1,0),(675,131,0,347,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-09 13:05:01','2022-05-09 13:05:11',1,0),(676,131,0,348,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-09 13:06:27','2022-05-09 13:06:38',1,0),(677,131,0,348,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-09 13:06:27','2022-05-09 13:06:38',1,0),(678,131,0,349,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-09 14:38:41','2022-05-09 14:39:05',1,1),(679,131,0,349,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-09 14:38:41','2022-05-09 14:39:05',1,1),(680,131,0,350,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-10 16:15:02','2022-05-10 16:15:27',1,1),(681,131,0,350,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-10 16:15:02','2022-05-10 16:15:27',1,1),(682,131,0,351,0,0,0,'applePay','','test','test','Žemaitės gatvė','','03001','Vilnius','','','','','','2022-05-10 16:16:04','2022-05-10 16:16:30',1,1),(683,131,0,351,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-10 16:16:04','2022-05-10 16:16:30',1,1),(684,131,0,352,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 16:59:25','2022-05-10 16:59:25',1,0),(685,131,0,352,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 16:59:25','2022-05-10 16:59:25',1,0),(686,131,0,353,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:00:06','2022-05-10 17:00:06',1,0),(687,131,0,353,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:00:06','2022-05-10 17:00:06',1,0),(688,131,0,354,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:03:58','2022-05-10 17:03:58',1,0),(689,131,0,354,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:03:58','2022-05-10 17:03:58',1,0),(690,131,0,355,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:04:34','2022-05-10 17:04:34',1,0),(691,131,0,355,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:04:34','2022-05-10 17:04:34',1,0),(692,131,0,356,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:04:46','2022-05-10 17:04:46',1,0),(693,131,0,356,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:04:46','2022-05-10 17:04:46',1,0),(694,131,0,357,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:04:54','2022-05-10 17:04:54',1,0),(695,131,0,357,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:04:54','2022-05-10 17:04:54',1,0),(696,131,0,358,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:04:57','2022-05-10 17:04:57',1,0),(697,131,0,358,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:04:57','2022-05-10 17:04:57',1,0),(698,131,0,359,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:05:24','2022-05-10 17:05:24',1,0),(699,131,0,359,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:05:24','2022-05-10 17:05:24',1,0),(700,131,0,360,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:05:27','2022-05-10 17:05:27',1,0),(701,131,0,360,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:05:27','2022-05-10 17:05:27',1,0),(702,131,0,361,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:05:32','2022-05-10 17:05:32',1,0),(703,131,0,361,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:05:32','2022-05-10 17:05:32',1,0),(704,13,0,362,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:12:09','2022-05-10 17:12:09',1,0),(705,13,0,362,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:12:09','2022-05-10 17:12:09',1,0),(706,131,0,363,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:12:24','2022-05-10 17:12:24',1,0),(707,131,0,363,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:12:24','2022-05-10 17:12:24',1,0),(708,13,0,364,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:12:42','2022-05-10 17:12:42',1,0),(709,13,0,364,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:12:43','2022-05-10 17:12:43',1,0),(710,131,0,365,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:13:05','2022-05-10 17:13:05',1,0),(711,131,0,365,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:13:05','2022-05-10 17:13:05',1,0),(712,13,0,366,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:13:07','2022-05-10 17:13:07',1,0),(713,13,0,366,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:13:07','2022-05-10 17:13:07',1,0),(714,131,0,367,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:13:19','2022-05-10 17:13:19',1,0),(715,131,0,367,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','44174','Kaunas','','','','','','2022-05-10 17:13:19','2022-05-10 17:13:19',1,0),(716,13,0,368,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:13:21','2022-05-10 17:13:21',1,0),(717,13,0,368,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:13:21','2022-05-10 17:13:21',1,0),(718,13,0,369,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:15:25','2022-05-10 17:15:25',1,0),(719,13,0,369,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:15:25','2022-05-10 17:15:25',1,0),(720,131,0,370,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:15:34','2022-05-10 17:15:34',1,0),(721,131,0,370,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','03001','Vilnius','','','','','','2022-05-10 17:15:34','2022-05-10 17:15:34',1,0),(722,13,0,371,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:16:37','2022-05-10 17:16:37',1,0),(723,13,0,371,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:16:38','2022-05-10 17:16:38',1,0),(724,13,0,372,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:17:32','2022-05-10 17:17:32',1,0),(725,13,0,372,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-05-10 17:17:33','2022-05-10 17:17:33',1,0),(726,13,0,274,0,0,0,'My Address','',' ',' ',' ','','',' ','','','','','','2022-05-23 16:22:37','2022-05-24 11:39:02',1,0),(727,13,0,274,0,0,0,'applePay','','Gudauskis','Marius','test','','1058LG','Amsterdam','','','','','','2022-05-23 17:07:52','2022-05-23 17:08:19',1,1),(728,131,0,274,0,0,0,'applePay','','Gudauskis','Marius','Žemaičių gatvė 36','','44174','Kaunas','','','','','','2022-05-23 17:07:52','2022-05-23 17:08:19',1,1),(729,131,0,373,0,0,0,'My Address','','fasfa','afas','safas','','12354','test','','','','','','2022-05-30 15:30:30','2022-05-30 15:30:30',1,0),(730,131,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','12345','test','','','','','','2022-05-31 15:17:40','2022-07-26 16:33:59',1,1),(731,13,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','1235 AA','test','','','','','','2022-06-07 13:48:22','2022-07-26 16:31:53',1,1),(732,13,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','1235 AA','test','','','','','','2022-07-26 16:31:53','2022-10-10 11:34:25',1,1),(733,131,0,374,0,0,0,'Mano adresas','','Gudauskis','Marius','test','2','12345','test','','','','','','2022-07-26 16:33:59','2022-09-19 14:58:17',1,1),(734,1,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','12345','test','','','','','','2022-09-01 11:29:02','2022-09-12 15:35:48',1,1),(735,13,0,375,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:01:12','2022-09-01 15:01:12',1,0),(736,13,0,375,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:01:12','2022-09-01 15:01:12',1,0),(737,13,0,376,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:01:17','2022-09-01 15:01:17',1,0),(738,13,0,376,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:01:17','2022-09-01 15:01:17',1,0),(739,13,0,377,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:09:26','2022-09-01 15:09:26',1,0),(740,13,0,377,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:09:26','2022-09-01 15:09:26',1,0),(741,13,0,378,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:09:57','2022-09-01 15:09:57',1,0),(742,13,0,378,0,0,0,'applePay','','ApplePay','ApplePay','ApplePay','','1058LG','Amsterdam','','','','','','2022-09-01 15:09:57','2022-09-01 15:09:57',1,0),(743,21,0,0,0,0,0,'Address Alias - 197',' ',' ',' ',' ',' ','0',' ',' ',' ',' ',' ','-','2022-09-02 10:23:19','2022-09-02 10:24:11',1,0),(744,1,0,374,0,0,0,'Mano adresas','','Gudauskis','Marius','test','2','12345','test','','','','','','2022-09-12 15:35:48','2022-10-10 11:35:29',1,1),(745,131,0,374,0,0,0,'Mano adresas','','Gudauskis','Marius','test','test2','12345','test','','','','','','2022-09-19 14:58:17','2022-09-19 14:58:17',1,0),(746,13,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','1235 AA','test','','','','','','2022-10-10 11:34:25','2022-11-10 09:44:41',1,1),(747,1,0,374,0,0,0,'My Address','','Gudauskis','Marius','test',' ','12345','test','','','','','','2022-10-10 11:35:29','2022-11-10 09:51:56',1,1),(748,131,0,379,0,0,0,'My Address','','Gudauskis','Marius','dsgsdg','','12345','gdsg','','','','','','2022-10-18 13:08:48','2022-10-18 13:08:48',1,0),(749,13,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','1235 AA','test','','','','','','2022-11-10 09:44:36','2022-11-10 09:44:36',1,0),(750,13,0,374,0,0,0,'My Address','','Gudauskis','Marius','test','','1235 AA','test','','','','','','2022-11-10 09:44:41','2022-11-10 09:44:41',1,1),(751,1,0,374,0,0,0,'My Address','','Gudauskis','Marius','test',' ','12345','test','','','','','','2022-11-10 09:51:56','2022-11-10 09:51:56',1,0); -/*!40000 ALTER TABLE `ps_address` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_address_format` --- - -DROP TABLE IF EXISTS `ps_address_format`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_address_format` ( - `id_country` int(10) unsigned NOT NULL, - `format` varchar(255) NOT NULL DEFAULT '', - PRIMARY KEY (`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_address_format` --- - -LOCK TABLES `ps_address_format` WRITE; -/*!40000 ALTER TABLE `ps_address_format` DISABLE KEYS */; -INSERT INTO `ps_address_format` VALUES (1,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(2,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(3,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(4,'firstname lastname\ncompany\naddress1\naddress2\ncity State:name postcode\nCountry:name\nphone'),(5,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(6,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(7,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(8,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(9,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(10,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(11,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(12,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(13,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(14,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(15,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(16,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(17,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\ncity\npostcode\nCountry:name\nphone'),(18,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(19,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(20,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(21,'firstname lastname\ncompany\naddress1 address2\ncity, State:name postcode\nCountry:name\nphone'),(22,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(23,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(24,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\ncity State:iso_code postcode\nCountry:name\nphone'),(25,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(26,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(27,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(28,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(29,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(30,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(31,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(32,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(33,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(34,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(35,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(36,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(37,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(38,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(39,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(40,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(41,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(42,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(43,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(44,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(45,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(46,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(47,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(48,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(49,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(50,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(51,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(52,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(53,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(54,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(55,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(56,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(57,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(58,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(59,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(60,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(61,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(62,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(63,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(64,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(65,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(66,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(67,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(68,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(69,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(70,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(71,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(72,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(73,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(74,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(75,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(76,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(77,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(78,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(79,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(80,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(81,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(82,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(83,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(84,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(85,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(86,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(87,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(88,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(89,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(90,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(91,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(92,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(93,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(94,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(95,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(96,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(97,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(98,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(99,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(100,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(101,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(102,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(103,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(104,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(105,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(106,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(107,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(108,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(109,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(110,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\ncity\npostcode\nState:name\nCountry:name\nphone'),(111,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(112,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(113,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(114,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(115,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(116,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(117,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(118,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(119,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(120,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(121,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(122,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(123,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(124,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(125,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(126,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(127,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(128,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(129,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(130,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(131,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(132,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(133,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(134,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(135,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(136,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(137,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(138,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(139,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(140,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(141,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(142,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(143,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(144,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(145,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nState:name\nCountry:name\nphone'),(146,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(147,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(148,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(149,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(150,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(151,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(152,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(153,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(154,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(155,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(156,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(157,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(158,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(159,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(160,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(161,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(162,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(163,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(164,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(165,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(166,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(167,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(168,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(169,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(170,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(171,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(172,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(173,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(174,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(175,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(176,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(177,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(178,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(179,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(180,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(181,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(182,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(183,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(184,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(185,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(186,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(187,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(188,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(189,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(190,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(191,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(192,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(193,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(194,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(195,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(196,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(197,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(198,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(199,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(200,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(201,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(202,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(203,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(204,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(205,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(206,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(207,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(208,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(209,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(210,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(211,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(212,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(213,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(214,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(215,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(216,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(217,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(218,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(219,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(220,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(221,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(222,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(223,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(224,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(225,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(226,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(227,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(228,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(229,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(230,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(231,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(232,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(233,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(234,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(235,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(236,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(237,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(238,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(239,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(240,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(241,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(242,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(243,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(244,'firstname lastname\ncompany\nvat_number\naddress1\naddress2\npostcode city\nCountry:name\nphone'),(245,'firstname lastname\r\ncompany\r\nvat_number\r\naddress1\r\naddress2\r\npostcode city\r\nCountry:name\r\nphone'); -/*!40000 ALTER TABLE `ps_address_format` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_admin_filter` --- - -DROP TABLE IF EXISTS `ps_admin_filter`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_admin_filter` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `employee` int(11) NOT NULL, - `shop` int(11) NOT NULL, - `controller` varchar(60) COLLATE utf8_unicode_ci NOT NULL, - `action` varchar(100) COLLATE utf8_unicode_ci NOT NULL, - `filter` longtext COLLATE utf8_unicode_ci NOT NULL, - `filter_id` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - PRIMARY KEY (`id`), - UNIQUE KEY `admin_filter_search_id_idx` (`employee`,`shop`,`controller`,`action`,`filter_id`) -) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_admin_filter` --- - -LOCK TABLES `ps_admin_filter` WRITE; -/*!40000 ALTER TABLE `ps_admin_filter` DISABLE KEYS */; -INSERT INTO `ps_admin_filter` VALUES (1,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\"}',''),(2,1,1,'email','index','{\"limit\":50,\"orderBy\":\"id_mail\",\"sortOrder\":\"desc\",\"filters\":[]}',''),(3,1,1,'meta','index','{\"limit\":50,\"orderBy\":\"id_meta\",\"sortOrder\":\"asc\",\"filters\":[]}',''),(4,1,1,'','','{\"limit\":50,\"orderBy\":\"id_currency\",\"sortOrder\":\"asc\",\"filters\":[]}','currency'),(5,1,1,'tax','index','{\"limit\":50,\"orderBy\":\"id_tax\",\"sortOrder\":\"asc\",\"filters\":[]}',''),(6,1,1,'logs','index','{\"limit\":10,\"orderBy\":\"id_log\",\"sortOrder\":\"desc\",\"filters\":[]}',''),(7,1,1,'','','{\"limit\":50,\"orderBy\":\"id_lang\",\"sortOrder\":\"ASC\",\"filters\":[]}','language'),(8,1,1,'','','{\"limit\":10,\"orderBy\":\"name\",\"sortOrder\":\"asc\",\"filters\":[]}','manufacturer'),(9,1,1,'','','{\"limit\":10,\"orderBy\":\"id_address\",\"sortOrder\":\"desc\",\"filters\":[]}','manufacturer_address'),(10,1,2,'meta','index','{\"limit\":50,\"orderBy\":\"id_meta\",\"sortOrder\":\"asc\",\"filters\":[]}',''),(11,1,2,'','','{\"limit\":50,\"orderBy\":\"id_currency\",\"sortOrder\":\"asc\",\"filters\":[]}','currency'),(12,1,1,'','','{\"orderBy\":\"position\",\"sortOrder\":\"asc\",\"limit\":50,\"filters\":{\"id_category_parent\":2}}','category'),(13,1,1,'','','{\"limit\":50,\"orderBy\":\"date_add\",\"sortOrder\":\"DESC\",\"filters\":[]}','customer'),(14,1,2,'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\"}',''),(15,1,1,'sqlmanager','index','{\"limit\":10,\"orderBy\":\"id_request_sql\",\"sortOrder\":\"desc\",\"filters\":[]}',''),(16,1,1,'employee','index','{\"limit\":50,\"orderBy\":\"id_employee\",\"sortOrder\":\"asc\",\"filters\":[]}',''); -/*!40000 ALTER TABLE `ps_admin_filter` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_advice` --- - -DROP TABLE IF EXISTS `ps_advice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_advice` ( - `id_advice` int(11) NOT NULL AUTO_INCREMENT, - `id_ps_advice` int(11) NOT NULL, - `id_tab` int(11) NOT NULL, - `ids_tab` text, - `validated` tinyint(1) unsigned NOT NULL DEFAULT '0', - `hide` tinyint(1) NOT NULL DEFAULT '0', - `location` enum('after','before') NOT NULL, - `selector` varchar(255) DEFAULT NULL, - `start_day` int(11) NOT NULL DEFAULT '0', - `stop_day` int(11) NOT NULL DEFAULT '0', - `weight` int(11) DEFAULT '1', - PRIMARY KEY (`id_advice`) -) ENGINE=InnoDB AUTO_INCREMENT=1884 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_advice` --- - -LOCK TABLES `ps_advice` WRITE; -/*!40000 ALTER TABLE `ps_advice` DISABLE KEYS */; -INSERT INTO `ps_advice` VALUES (1,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(2,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(5,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(6,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(8,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(9,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(12,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(13,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(15,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(16,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(19,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(20,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(22,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(23,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(26,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(27,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(29,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(30,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(33,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(34,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(36,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(37,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(40,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(41,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(43,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(44,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(47,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(48,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(50,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(51,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(54,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(55,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(57,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(58,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(61,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(62,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(64,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(65,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(68,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(69,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(71,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(72,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(75,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(76,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(78,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(79,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(82,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(83,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(85,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(86,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(89,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(90,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(92,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(93,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(96,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(97,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(99,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(100,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(103,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(104,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(106,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(107,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(110,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(111,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(113,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(114,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(117,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(118,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(120,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(121,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(124,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(125,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(127,2147483647,1,NULL,0,0,'after','#dashtrends',0,0,1),(128,2147483647,1,NULL,0,0,'after','#dashtrends',0,0,1),(131,2147483647,1,NULL,0,0,'after','.dash_news',0,0,1),(132,2147483647,1,NULL,0,0,'after','.dash_news',0,0,1),(133,2147483647,1,NULL,0,0,'after','.dash_news',0,0,1),(134,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(135,2147483647,1,NULL,1,0,'after','#dashtrends',0,0,1),(136,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(137,2147483647,1,NULL,1,0,'after','.dash_news',0,0,1),(139,2147483647,1,NULL,0,0,'after','#dashtrends',0,0,1),(140,2147483647,1,NULL,0,0,'after','#dashtrends',0,0,1),(143,2147483647,1,NULL,0,0,'after','.dash_news',0,0,1),(144,2147483647,1,NULL,0,0,'after','.dash_news',0,0,1),(145,2147483647,1,NULL,0,0,'after','.dash_news',0,0,1),(1575,49575145,1,NULL,0,0,'after','.dash_news',0,0,1),(1877,48467045,1,NULL,1,0,'after','#dashtrends',0,0,1),(1878,18990104,1,NULL,1,0,'after','#dashtrends',0,0,1),(1879,67090374,1,NULL,1,0,'after','#dashtrends',0,0,1),(1880,674,1,NULL,1,0,'after','#dashtrends',0,0,1),(1881,63376369,1,NULL,1,0,'after','.dash_news',0,0,1),(1882,14848992,1,NULL,1,0,'after','.dash_news',0,0,1),(1883,91609316,1,NULL,1,0,'after','.dash_news',0,0,1); -/*!40000 ALTER TABLE `ps_advice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_advice_lang` --- - -DROP TABLE IF EXISTS `ps_advice_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_advice_lang` ( - `id_advice` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `html` text, - PRIMARY KEY (`id_advice`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_advice_lang` --- - -LOCK TABLES `ps_advice_lang` WRITE; -/*!40000 ALTER TABLE `ps_advice_lang` DISABLE KEYS */; -INSERT INTO `ps_advice_lang` VALUES (1,1,'
\n \n \n
'),(1,3,'
\n \n \n
'),(1,4,'
\n \n \n
'),(1,5,'
\n \n \n
'),(1,6,'
\n \n \n
'),(1,7,'
\n \n \n
'),(1,8,'
\n \n \n
'),(1,9,'
\n \n \n
'),(1,10,'
\n \n \n
'),(1,11,'
\n \n \n
'),(1,12,'
\n \n \n
'),(1,13,'
\n \n \n
'),(2,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(2,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(5,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(5,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(6,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(6,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(8,1,'
\n \n \n
'),(8,3,'
\n \n \n
'),(8,4,'
\n \n \n
'),(8,5,'
\n \n \n
'),(8,6,'
\n \n \n
'),(8,7,'
\n \n \n
'),(8,8,'
\n \n \n
'),(8,9,'
\n \n \n
'),(8,10,'
\n \n \n
'),(8,11,'
\n \n \n
'),(8,12,'
\n \n \n
'),(8,13,'
\n \n \n
'),(9,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(9,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(12,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(12,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(13,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(13,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(15,1,'
\n \n \n
'),(15,3,'
\n \n \n
'),(15,4,'
\n \n \n
'),(15,5,'
\n \n \n
'),(15,6,'
\n \n \n
'),(15,7,'
\n \n \n
'),(15,8,'
\n \n \n
'),(15,9,'
\n \n \n
'),(15,10,'
\n \n \n
'),(15,11,'
\n \n \n
'),(15,12,'
\n \n \n
'),(15,13,'
\n \n \n
'),(16,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(16,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(19,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(19,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(20,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(20,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(22,1,'
\n \n \n
'),(22,3,'
\n \n \n
'),(22,4,'
\n \n \n
'),(22,5,'
\n \n \n
'),(22,6,'
\n \n \n
'),(22,7,'
\n \n \n
'),(22,8,'
\n \n \n
'),(22,9,'
\n \n \n
'),(22,10,'
\n \n \n
'),(22,11,'
\n \n \n
'),(22,12,'
\n \n \n
'),(22,13,'
\n \n \n
'),(23,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(23,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(26,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(26,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(27,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(27,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(29,1,'
\n \n \n
'),(29,3,'
\n \n \n
'),(29,4,'
\n \n \n
'),(29,5,'
\n \n \n
'),(29,6,'
\n \n \n
'),(29,7,'
\n \n \n
'),(29,8,'
\n \n \n
'),(29,9,'
\n \n \n
'),(29,10,'
\n \n \n
'),(29,11,'
\n \n \n
'),(29,12,'
\n \n \n
'),(29,13,'
\n \n \n
'),(30,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(30,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(33,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(33,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(34,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(34,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(36,1,'
\n \n \n
'),(36,3,'
\n \n \n
'),(36,4,'
\n \n \n
'),(36,5,'
\n \n \n
'),(36,6,'
\n \n \n
'),(36,7,'
\n \n \n
'),(36,8,'
\n \n \n
'),(36,9,'
\n \n \n
'),(36,10,'
\n \n \n
'),(36,11,'
\n \n \n
'),(36,12,'
\n \n \n
'),(36,13,'
\n \n \n
'),(37,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(37,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(40,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(40,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(41,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(41,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(43,1,'
\n \n \n
'),(43,3,'
\n \n \n
'),(43,4,'
\n \n \n
'),(43,5,'
\n \n \n
'),(43,6,'
\n \n \n
'),(43,7,'
\n \n \n
'),(43,8,'
\n \n \n
'),(43,9,'
\n \n \n
'),(43,10,'
\n \n \n
'),(43,11,'
\n \n \n
'),(43,12,'
\n \n \n
'),(43,13,'
\n \n \n
'),(44,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(44,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(47,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(47,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(48,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(48,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(50,1,'
\n \n \n
'),(50,3,'
\n \n \n
'),(50,4,'
\n \n \n
'),(50,5,'
\n \n \n
'),(50,6,'
\n \n \n
'),(50,7,'
\n \n \n
'),(50,8,'
\n \n \n
'),(50,9,'
\n \n \n
'),(50,10,'
\n \n \n
'),(50,11,'
\n \n \n
'),(50,12,'
\n \n \n
'),(50,13,'
\n \n \n
'),(51,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(51,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(54,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(54,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(55,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(55,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(57,1,'
\n \n \n
'),(57,3,'
\n \n \n
'),(57,4,'
\n \n \n
'),(57,5,'
\n \n \n
'),(57,6,'
\n \n \n
'),(57,7,'
\n \n \n
'),(57,8,'
\n \n \n
'),(57,9,'
\n \n \n
'),(57,10,'
\n \n \n
'),(57,11,'
\n \n \n
'),(57,12,'
\n \n \n
'),(57,13,'
\n \n \n
'),(58,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(58,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(61,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(61,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(62,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(62,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(64,1,'
\n \n \n
'),(64,3,'
\n \n \n
'),(64,4,'
\n \n \n
'),(64,5,'
\n \n \n
'),(64,6,'
\n \n \n
'),(64,7,'
\n \n \n
'),(64,8,'
\n \n \n
'),(64,9,'
\n \n \n
'),(64,10,'
\n \n \n
'),(64,11,'
\n \n \n
'),(64,12,'
\n \n \n
'),(64,13,'
\n \n \n
'),(65,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(65,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(68,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(68,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(69,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(69,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(71,1,'
\n \n \n
'),(71,3,'
\n \n \n
'),(71,4,'
\n \n \n
'),(71,5,'
\n \n \n
'),(71,6,'
\n \n \n
'),(71,7,'
\n \n \n
'),(71,8,'
\n \n \n
'),(71,9,'
\n \n \n
'),(71,10,'
\n \n \n
'),(71,11,'
\n \n \n
'),(71,12,'
\n \n \n
'),(71,13,'
\n \n \n
'),(72,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(72,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(75,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(75,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(76,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(76,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(78,1,'
\n \n \n
'),(78,3,'
\n \n \n
'),(78,4,'
\n \n \n
'),(78,5,'
\n \n \n
'),(78,6,'
\n \n \n
'),(78,7,'
\n \n \n
'),(78,8,'
\n \n \n
'),(78,9,'
\n \n \n
'),(78,10,'
\n \n \n
'),(78,11,'
\n \n \n
'),(78,12,'
\n \n \n
'),(78,13,'
\n \n \n
'),(79,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(79,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(82,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(82,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(83,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(83,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(85,1,'
\n \n \n
'),(85,3,'
\n \n \n
'),(85,4,'
\n \n \n
'),(85,5,'
\n \n \n
'),(85,6,'
\n \n \n
'),(85,7,'
\n \n \n
'),(85,8,'
\n \n \n
'),(85,9,'
\n \n \n
'),(85,10,'
\n \n \n
'),(85,11,'
\n \n \n
'),(85,12,'
\n \n \n
'),(85,13,'
\n \n \n
'),(86,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'); -INSERT INTO `ps_advice_lang` VALUES (86,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(86,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(89,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(89,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(90,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(90,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(92,1,'
\n \n \n
'),(92,3,'
\n \n \n
'),(92,4,'
\n \n \n
'),(92,5,'
\n \n \n
'),(92,6,'
\n \n \n
'),(92,7,'
\n \n \n
'),(92,8,'
\n \n \n
'),(92,9,'
\n \n \n
'),(92,10,'
\n \n \n
'),(92,11,'
\n \n \n
'),(92,12,'
\n \n \n
'),(92,13,'
\n \n \n
'),(93,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(93,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(96,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(96,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(97,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(97,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(99,1,'
\n \n \n
'),(99,3,'
\n \n \n
'),(99,4,'
\n \n \n
'),(99,5,'
\n \n \n
'),(99,6,'
\n \n \n
'),(99,7,'
\n \n \n
'),(99,8,'
\n \n \n
'),(99,9,'
\n \n \n
'),(99,10,'
\n \n \n
'),(99,11,'
\n \n \n
'),(99,12,'
\n \n \n
'),(99,13,'
\n \n \n
'),(100,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(100,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(103,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(103,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(104,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(104,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(106,1,'
\n \n \n
'),(106,3,'
\n \n \n
'),(106,4,'
\n \n \n
'),(106,5,'
\n \n \n
'),(106,6,'
\n \n \n
'),(106,7,'
\n \n \n
'),(106,8,'
\n \n \n
'),(106,9,'
\n \n \n
'),(106,10,'
\n \n \n
'),(106,11,'
\n \n \n
'),(106,12,'
\n \n \n
'),(106,13,'
\n \n \n
'),(107,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(107,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(110,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(110,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(111,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(111,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(113,1,'
\n \n \n
'),(113,3,'
\n \n \n
'),(113,4,'
\n \n \n
'),(113,5,'
\n \n \n
'),(113,6,'
\n \n \n
'),(113,7,'
\n \n \n
'),(113,8,'
\n \n \n
'),(113,9,'
\n \n \n
'),(113,10,'
\n \n \n
'),(113,11,'
\n \n \n
'),(113,12,'
\n \n \n
'),(113,13,'
\n \n \n
'),(114,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(114,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(117,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(117,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(118,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(118,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(120,1,'
\n \n \n
'),(120,3,'
\n \n \n
'),(120,4,'
\n \n \n
'),(120,5,'
\n \n \n
'),(120,6,'
\n \n \n
'),(120,7,'
\n \n \n
'),(120,8,'
\n \n \n
'),(120,9,'
\n \n \n
'),(120,10,'
\n \n \n
'),(120,11,'
\n \n \n
'),(120,12,'
\n \n \n
'),(120,13,'
\n \n \n
'),(121,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(121,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(124,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(124,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(125,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(125,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(134,1,'
\n \n \n
'),(134,3,'
\n \n \n
'),(134,4,'
\n \n \n
'),(134,5,'
\n \n \n
'),(134,6,'
\n \n \n
'),(134,7,'
\n \n \n
'),(134,8,'
\n \n \n
'),(134,9,'
\n \n \n
'),(134,10,'
\n \n \n
'),(134,11,'
\n \n \n
'),(134,12,'
\n \n \n
'),(134,13,'
\n \n \n
'),(135,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(135,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Offer your customers a simple and efficient Europe return solution.

\n
\n
\n
\n \n
'),(136,1,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,3,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,4,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,5,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,6,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,7,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,8,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,9,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,10,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,11,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,12,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(136,13,'
Tips of the day

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?

Did you know that brands who use product reviews in their abandoned cart emails, experience 5% to 15% increases in their recovery rate?\n

More information?
'),(137,1,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,3,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,4,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,5,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,6,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,7,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,8,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,9,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,10,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,11,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,12,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(137,13,'
Tips of the day

Offer your customers a simple and efficient Europe return solution.

ColiBack, your winning partner for returns management. Offer return label generation in France and Europe. Offer quality service to retain your customers.

Download for free
'),(1877,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1877,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Harness all the power of Facebook & Instagram to boost your e-store.

\n
\n
\n
\n \n
'),(1878,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1878,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Show your products to shoppers searching on Google.

\n
\n
\n
\n \n
'),(1879,1,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,3,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,4,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,5,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,6,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,7,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,8,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,9,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,10,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,11,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,12,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1879,13,'
\n
\n
\n \n \n \n \n Are you sure?\n \n \n \n \n \n \n

Showcase your products to the right people

\n
\n
\n
\n \n
'),(1880,1,'
\n \n \n
'),(1880,3,'
\n \n \n
'),(1880,4,'
\n \n \n
'),(1880,5,'
\n \n \n
'),(1880,6,'
\n \n \n
'),(1880,7,'
\n \n \n
'),(1880,8,'
\n \n \n
'),(1880,9,'
\n \n \n
'),(1880,10,'
\n \n \n
'),(1880,11,'
\n \n \n
'),(1880,12,'
\n \n \n
'),(1880,13,'
\n \n \n
'),(1881,1,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,3,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,4,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,5,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,6,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,7,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,8,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,9,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,10,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,11,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,12,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1881,13,'
Tips of the day

Are your modules and templates well protected?

Thanks to the Business Care subscription, benefit from security and compatibility updates, future features and unlimited support. A 50% saving on the price of your Addons in comparison with the full purchase!

I’m checking
'),(1882,1,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,3,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,4,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,5,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,6,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,7,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,8,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,9,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,10,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,11,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,12,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1882,13,'
Tips of the day

Capture the holiday demand with PrestaShop Marketing

The shopping journey is more complex than ever. PrestaShop Marketing helps get your products where people turn to shop - Google Search or YouTube.

Download for free
'),(1883,1,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,3,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,4,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,5,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,6,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,7,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,8,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,9,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,10,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,11,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,12,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'),(1883,13,'
Tips of the day

Accept all the major payment methods with 0% acceptance fees

Use the Viva Wallet payments Plugin and increase your conversion rate by as much as 21%

Get started now
'); -/*!40000 ALTER TABLE `ps_advice_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_alias` --- - -DROP TABLE IF EXISTS `ps_alias`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_alias` ( - `id_alias` int(10) unsigned NOT NULL AUTO_INCREMENT, - `alias` varchar(255) NOT NULL, - `search` varchar(255) NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_alias`), - UNIQUE KEY `alias` (`alias`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_alias` --- - -LOCK TABLES `ps_alias` WRITE; -/*!40000 ALTER TABLE `ps_alias` DISABLE KEYS */; -INSERT INTO `ps_alias` VALUES (1,'bloose','blouse',1),(2,'blues','blouse',1); -/*!40000 ALTER TABLE `ps_alias` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attachment` --- - -DROP TABLE IF EXISTS `ps_attachment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attachment` ( - `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `file` varchar(40) NOT NULL, - `file_name` varchar(128) NOT NULL, - `file_size` bigint(10) unsigned NOT NULL DEFAULT '0', - `mime` varchar(128) NOT NULL, - PRIMARY KEY (`id_attachment`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attachment` --- - -LOCK TABLES `ps_attachment` WRITE; -/*!40000 ALTER TABLE `ps_attachment` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_attachment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attachment_lang` --- - -DROP TABLE IF EXISTS `ps_attachment_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attachment_lang` ( - `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) DEFAULT NULL, - `description` text, - PRIMARY KEY (`id_attachment`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attachment_lang` --- - -LOCK TABLES `ps_attachment_lang` WRITE; -/*!40000 ALTER TABLE `ps_attachment_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_attachment_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute` --- - -DROP TABLE IF EXISTS `ps_attribute`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute` ( - `id_attribute` int(11) NOT NULL AUTO_INCREMENT, - `id_attribute_group` int(11) NOT NULL, - `color` varchar(32) COLLATE utf8_unicode_ci NOT NULL, - `position` int(11) NOT NULL, - PRIMARY KEY (`id_attribute`), - KEY `attribute_group` (`id_attribute_group`) -) ENGINE=InnoDB AUTO_INCREMENT=58 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute` --- - -LOCK TABLES `ps_attribute` WRITE; -/*!40000 ALTER TABLE `ps_attribute` DISABLE KEYS */; -INSERT INTO `ps_attribute` VALUES (1,1,'',0),(2,1,'',1),(3,1,'',2),(4,1,'',3),(5,2,'#AAB2BD',0),(6,2,'#CFC4A6',1),(7,2,'#f5f5dc',2),(8,2,'#ffffff',3),(9,2,'#faebd7',4),(10,2,'#E84C3D',5),(11,2,'#434A54',6),(12,2,'#C19A6B',7),(13,2,'#F39C11',8),(14,2,'#5D9CEC',9),(15,2,'#A0D468',10),(16,2,'#F1C40F',11),(17,2,'#964B00',12),(18,2,'#FCCACD',13),(19,3,'',0),(20,3,'',1),(21,3,'',2),(22,4,'',0),(23,4,'',1),(24,4,'',2),(25,4,'',3),(54,14,'',0),(55,14,'',1),(56,14,'',2),(57,14,'',3); -/*!40000 ALTER TABLE `ps_attribute` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_group` --- - -DROP TABLE IF EXISTS `ps_attribute_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_group` ( - `id_attribute_group` int(11) NOT NULL AUTO_INCREMENT, - `is_color_group` tinyint(1) NOT NULL, - `group_type` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `position` int(11) NOT NULL, - PRIMARY KEY (`id_attribute_group`) -) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_group` --- - -LOCK TABLES `ps_attribute_group` WRITE; -/*!40000 ALTER TABLE `ps_attribute_group` DISABLE KEYS */; -INSERT INTO `ps_attribute_group` VALUES (1,0,'select',0),(2,1,'color',1),(3,0,'select',2),(4,0,'select',3),(5,0,'select',4),(6,0,'select',5),(14,0,'select',6); -/*!40000 ALTER TABLE `ps_attribute_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_group_lang` --- - -DROP TABLE IF EXISTS `ps_attribute_group_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_group_lang` ( - `id_attribute_group` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(128) COLLATE utf8_unicode_ci NOT NULL, - `public_name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, - PRIMARY KEY (`id_attribute_group`,`id_lang`), - KEY `IDX_4653726C67A664FB` (`id_attribute_group`), - KEY `IDX_4653726CBA299860` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_group_lang` --- - -LOCK TABLES `ps_attribute_group_lang` WRITE; -/*!40000 ALTER TABLE `ps_attribute_group_lang` DISABLE KEYS */; -INSERT INTO `ps_attribute_group_lang` VALUES (1,1,'Size','Size'),(1,3,'Grootte','Grootte'),(1,4,'Taille','Taille'),(1,5,'Größe','Größe'),(1,6,'Saiz','Saiz'),(1,7,'尺码','尺码'),(1,8,'அளவு','அளவு'),(1,9,'Rozmiar','Rozmiar'),(1,10,'Koko','Koko'),(1,11,'サイズ','サイズ'),(1,12,'Size','Size'),(1,13,'Størrelse','Størrelse'),(2,1,'Color','Color'),(2,3,'Kleur','Kleur'),(2,4,'Couleur','Couleur'),(2,5,'Farbe','Farbe'),(2,6,'Warna','Warna'),(2,7,'颜色:','颜色:'),(2,8,'நிறம்','நிறம்'),(2,9,'Kolor','Kolor'),(2,10,'Väri:','Väri:'),(2,11,'色:','色:'),(2,12,'Color','Color'),(2,13,'Farve','Farve'),(3,1,'Dimension','Dimension'),(3,3,'Dimension','Dimension'),(3,4,'Dimension','Dimension'),(3,5,'Dimension','Dimension'),(3,6,'Dimension','Dimension'),(3,7,'Dimension','Dimension'),(3,8,'Dimension','Dimension'),(3,9,'Dimension','Dimension'),(3,10,'Dimension','Dimension'),(3,11,'Dimension','Dimension'),(3,12,'Dimension','Dimension'),(3,13,'Dimension','Dimension'),(4,1,'Paper Type','Paper Type'),(4,3,'Paper Type','Paper Type'),(4,4,'Paper Type','Paper Type'),(4,5,'Paper Type','Paper Type'),(4,6,'Paper Type','Paper Type'),(4,7,'Paper Type','Paper Type'),(4,8,'Paper Type','Paper Type'),(4,9,'Paper Type','Paper Type'),(4,10,'Paper Type','Paper Type'),(4,11,'Paper Type','Paper Type'),(4,12,'Paper Type','Paper Type'),(4,13,'Paper Type','Paper Type'),(14,1,'Mollie subscription','Subscription'),(14,3,'Mollie subscription','Subscription'),(14,4,'Mollie subscription','Subscription'),(14,5,'Mollie subscription','Subscription'),(14,6,'Mollie subscription','Subscription'),(14,7,'Mollie subscription','Subscription'),(14,8,'Mollie subscription','Subscription'),(14,9,'Mollie subscription','Subscription'),(14,10,'Mollie subscription','Subscription'),(14,11,'Mollie subscription','Subscription'),(14,12,'Mollie subscription','Subscription'),(14,13,'Mollie subscription','Subscription'); -/*!40000 ALTER TABLE `ps_attribute_group_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_group_shop` --- - -DROP TABLE IF EXISTS `ps_attribute_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_group_shop` ( - `id_attribute_group` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_attribute_group`,`id_shop`), - KEY `IDX_DB30BAAC67A664FB` (`id_attribute_group`), - KEY `IDX_DB30BAAC274A50A0` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_group_shop` --- - -LOCK TABLES `ps_attribute_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_attribute_group_shop` DISABLE KEYS */; -INSERT INTO `ps_attribute_group_shop` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2),(5,1),(6,1),(14,1); -/*!40000 ALTER TABLE `ps_attribute_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_impact` --- - -DROP TABLE IF EXISTS `ps_attribute_impact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_impact` ( - `id_attribute_impact` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_attribute` int(11) unsigned NOT NULL, - `weight` decimal(20,6) NOT NULL, - `price` decimal(17,2) NOT NULL, - PRIMARY KEY (`id_attribute_impact`), - UNIQUE KEY `id_product` (`id_product`,`id_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_impact` --- - -LOCK TABLES `ps_attribute_impact` WRITE; -/*!40000 ALTER TABLE `ps_attribute_impact` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_attribute_impact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_lang` --- - -DROP TABLE IF EXISTS `ps_attribute_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_lang` ( - `id_attribute` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(128) COLLATE utf8_unicode_ci NOT NULL, - PRIMARY KEY (`id_attribute`,`id_lang`), - KEY `IDX_3ABE46A77A4F53DC` (`id_attribute`), - KEY `IDX_3ABE46A7BA299860` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_lang` --- - -LOCK TABLES `ps_attribute_lang` WRITE; -/*!40000 ALTER TABLE `ps_attribute_lang` DISABLE KEYS */; -INSERT INTO `ps_attribute_lang` VALUES (1,1,'S'),(1,3,'S'),(1,4,'S'),(1,5,'S'),(1,6,'S'),(1,7,'秒'),(1,8,'S'),(1,9,'S'),(1,10,'S'),(1,11,'S'),(1,12,'S'),(1,13,'S'),(2,1,'M'),(2,3,'M'),(2,4,'M'),(2,5,'M'),(2,6,'M'),(2,7,'中码'),(2,8,'M'),(2,9,'M'),(2,10,'M'),(2,11,'M'),(2,12,'M'),(2,13,'M'),(3,1,'L'),(3,3,'L'),(3,4,'L'),(3,5,'L'),(3,6,'L'),(3,7,'大码'),(3,8,'L'),(3,9,'L'),(3,10,'L'),(3,11,'L'),(3,12,'L'),(3,13,'L'),(4,1,'XL'),(4,3,'XL'),(4,4,'XL'),(4,5,'XL'),(4,6,'XL'),(4,7,'XL'),(4,8,'XL'),(4,9,'XL'),(4,10,'XL'),(4,11,'XL'),(4,12,'XL'),(4,13,'XL'),(5,1,'Grey'),(5,3,'Grijs'),(5,4,'Gris'),(5,5,'Grau'),(5,6,'Grey'),(5,7,'灰色'),(5,8,'Grey'),(5,9,'Szary'),(5,10,'Harmaa'),(5,11,'グレー'),(5,12,'Grey'),(5,13,'Grå'),(6,1,'Taupe'),(6,3,'Taupe'),(6,4,'Taupe'),(6,5,'Taupe'),(6,6,'Taupe'),(6,7,'灰褐色'),(6,8,'Taupe'),(6,9,'Szarobrązowy'),(6,10,'Harmaanruskea'),(6,11,'灰褐色'),(6,12,'Taupe'),(6,13,'Gråbrun'),(7,1,'Beige'),(7,3,'Beige'),(7,4,'Beige'),(7,5,'Beige'),(7,6,'Beige'),(7,7,'米黄色'),(7,8,'Beige'),(7,9,'Beżowy'),(7,10,'Beige'),(7,11,'ベージュ'),(7,12,'Beige'),(7,13,'Beige'),(8,1,'White'),(8,3,'Wit'),(8,4,'Blanc'),(8,5,'Weiß'),(8,6,'White'),(8,7,'白色'),(8,8,'White'),(8,9,'Biały'),(8,10,'Valkoinen'),(8,11,'ホワイト'),(8,12,'White'),(8,13,'Hvid'),(9,1,'Off White'),(9,3,'Gebroken wit'),(9,4,'Blanc cassé'),(9,5,'Wollweiß'),(9,6,'Off White'),(9,7,'米白色'),(9,8,'Off White'),(9,9,'Złamana biel'),(9,10,'Luonnonvalkoinen'),(9,11,'オフホワイト'),(9,12,'Off White'),(9,13,'Råhvid'),(10,1,'Red'),(10,3,'Rood'),(10,4,'Rouge'),(10,5,'Rot'),(10,6,'Red'),(10,7,'红色'),(10,8,'Red'),(10,9,'Czerwony'),(10,10,'Punainen'),(10,11,'赤'),(10,12,'Red'),(10,13,'Rød'),(11,1,'Black'),(11,3,'Zwart'),(11,4,'Noir'),(11,5,'Schwarz'),(11,6,'Black'),(11,7,'黑色'),(11,8,'Black'),(11,9,'czarny'),(11,10,'Musta'),(11,11,'ブラック'),(11,12,'Black'),(11,13,'Sort'),(12,1,'Camel'),(12,3,'Camel'),(12,4,'Camel'),(12,5,'Camel'),(12,6,'Camel'),(12,7,'暗棕色'),(12,8,'Camel'),(12,9,'Wielbłąd'),(12,10,'Kameli'),(12,11,'キャメル'),(12,12,'Camel'),(12,13,'Kamel'),(13,1,'Orange'),(13,3,'Oranje'),(13,4,'Orange'),(13,5,'Orange'),(13,6,'Orange'),(13,7,'橙色'),(13,8,'Orange'),(13,9,'Pomarańczowy'),(13,10,'Oranssi'),(13,11,'オレンジ'),(13,12,'Orange'),(13,13,'Orange'),(14,1,'Blue'),(14,3,'Blauw'),(14,4,'Bleu'),(14,5,'Blau'),(14,6,'Blue'),(14,7,'蓝色'),(14,8,'Blue'),(14,9,'Niebieski'),(14,10,'Sininen'),(14,11,'ブルー'),(14,12,'Blue'),(14,13,'Blå'),(15,1,'Green'),(15,3,'Groen'),(15,4,'Vert'),(15,5,'Grün'),(15,6,'Green'),(15,7,'绿色'),(15,8,'Green'),(15,9,'Zielony'),(15,10,'Vihreä'),(15,11,'グリーン'),(15,12,'Green'),(15,13,'Grøn'),(16,1,'Yellow'),(16,3,'Geel'),(16,4,'Jaune'),(16,5,'Gelb'),(16,6,'Yellow'),(16,7,'黄色'),(16,8,'Yellow'),(16,9,'Żółty'),(16,10,'Keltainen'),(16,11,'イエロー'),(16,12,'Yellow'),(16,13,'Gul'),(17,1,'Brown'),(17,3,'Bruin'),(17,4,'Marron'),(17,5,'Braun'),(17,6,'Brown'),(17,7,'棕色'),(17,8,'Brown'),(17,9,'Brązowy'),(17,10,'Ruskea'),(17,11,'ブラウン'),(17,12,'Brown'),(17,13,'Brun'),(18,1,'Pink'),(18,3,'Roze'),(18,4,'Rose'),(18,5,'Pink'),(18,6,'Pink'),(18,7,'粉色'),(18,8,'Pink'),(18,9,'Różowy'),(18,10,'Pinkki'),(18,11,'ピンク'),(18,12,'Pink'),(18,13,'Lyserød'),(19,1,'40x60cm'),(19,3,'40x60cm'),(19,4,'40x60cm'),(19,5,'40x60cm'),(19,6,'40x60cm'),(19,7,'40x60cm'),(19,8,'40x60cm'),(19,9,'40x60cm'),(19,10,'40x60cm'),(19,11,'40x60cm'),(19,12,'40x60cm'),(19,13,'40x60cm'),(20,1,'60x90cm'),(20,3,'60x90cm'),(20,4,'60x90cm'),(20,5,'60x90cm'),(20,6,'60x90cm'),(20,7,'60x90cm'),(20,8,'60x90cm'),(20,9,'60x90cm'),(20,10,'60x90cm'),(20,11,'60x90cm'),(20,12,'60x90cm'),(20,13,'60x90cm'),(21,1,'80x120cm'),(21,3,'80x120cm'),(21,4,'80x120cm'),(21,5,'80x120cm'),(21,6,'80x120cm'),(21,7,'80x120cm'),(21,8,'80x120cm'),(21,9,'80x120cm'),(21,10,'80x120cm'),(21,11,'80x120cm'),(21,12,'80x120cm'),(21,13,'80x120cm'),(22,1,'Ruled'),(22,3,'Ruled'),(22,4,'Ruled'),(22,5,'Ruled'),(22,6,'Ruled'),(22,7,'Ruled'),(22,8,'Ruled'),(22,9,'Ruled'),(22,10,'Ruled'),(22,11,'Ruled'),(22,12,'Ruled'),(22,13,'Ruled'),(23,1,'Plain'),(23,3,'Plain'),(23,4,'Plain'),(23,5,'Plain'),(23,6,'Plain'),(23,7,'Plain'),(23,8,'Plain'),(23,9,'Plain'),(23,10,'Plain'),(23,11,'Plain'),(23,12,'Plain'),(23,13,'Plain'),(24,1,'Squarred'),(24,3,'Squarred'),(24,4,'Squarred'),(24,5,'Squarred'),(24,6,'Squarred'),(24,7,'Squarred'),(24,8,'Squarred'),(24,9,'Squarred'),(24,10,'Squarred'),(24,11,'Squarred'),(24,12,'Squarred'),(24,13,'Squarred'),(25,1,'Doted'),(25,3,'Doted'),(25,4,'Doted'),(25,5,'Doted'),(25,6,'Doted'),(25,7,'Doted'),(25,8,'Doted'),(25,9,'Doted'),(25,10,'Doted'),(25,11,'Doted'),(25,12,'Doted'),(25,13,'Doted'),(54,1,'None'),(54,3,'None'),(54,4,'None'),(54,5,'None'),(54,6,'None'),(54,7,'None'),(54,8,'None'),(54,9,'None'),(54,10,'None'),(54,11,'None'),(54,12,'None'),(54,13,'None'),(55,1,'Daily'),(55,3,'Daily'),(55,4,'Daily'),(55,5,'Daily'),(55,6,'Daily'),(55,7,'Daily'),(55,8,'Daily'),(55,9,'Daily'),(55,10,'Daily'),(55,11,'Daily'),(55,12,'Daily'),(55,13,'Daily'),(56,1,'Weekly'),(56,3,'Weekly'),(56,4,'Weekly'),(56,5,'Weekly'),(56,6,'Weekly'),(56,7,'Weekly'),(56,8,'Weekly'),(56,9,'Weekly'),(56,10,'Weekly'),(56,11,'Weekly'),(56,12,'Weekly'),(56,13,'Weekly'),(57,1,'Monthly'),(57,3,'Monthly'),(57,4,'Monthly'),(57,5,'Monthly'),(57,6,'Monthly'),(57,7,'Monthly'),(57,8,'Monthly'),(57,9,'Monthly'),(57,10,'Monthly'),(57,11,'Monthly'),(57,12,'Monthly'),(57,13,'Monthly'); -/*!40000 ALTER TABLE `ps_attribute_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_attribute_shop` --- - -DROP TABLE IF EXISTS `ps_attribute_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_attribute_shop` ( - `id_attribute` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_attribute`,`id_shop`), - KEY `IDX_A7DD8E677A4F53DC` (`id_attribute`), - KEY `IDX_A7DD8E67274A50A0` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_attribute_shop` --- - -LOCK TABLES `ps_attribute_shop` WRITE; -/*!40000 ALTER TABLE `ps_attribute_shop` DISABLE KEYS */; -INSERT INTO `ps_attribute_shop` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2),(5,1),(5,2),(6,1),(6,2),(7,1),(7,2),(8,1),(8,2),(9,1),(9,2),(10,1),(10,2),(11,1),(11,2),(12,1),(12,2),(13,1),(13,2),(14,1),(14,2),(15,1),(15,2),(16,1),(16,2),(17,1),(17,2),(18,1),(18,2),(19,1),(19,2),(20,1),(20,2),(21,1),(21,2),(22,1),(22,2),(23,1),(23,2),(24,1),(24,2),(25,1),(25,2),(54,1),(55,1),(56,1),(57,1); -/*!40000 ALTER TABLE `ps_attribute_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_authorization_role` --- - -DROP TABLE IF EXISTS `ps_authorization_role`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_authorization_role` ( - `id_authorization_role` int(10) unsigned NOT NULL AUTO_INCREMENT, - `slug` varchar(255) NOT NULL, - PRIMARY KEY (`id_authorization_role`), - UNIQUE KEY `slug` (`slug`) -) ENGINE=InnoDB AUTO_INCREMENT=1805 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_authorization_role` --- - -LOCK TABLES `ps_authorization_role` WRITE; -/*!40000 ALTER TABLE `ps_authorization_role` DISABLE KEYS */; -INSERT INTO `ps_authorization_role` VALUES (777,'ROLE_MOD_MODULE_BLOCKREASSURANCE_CREATE'),(780,'ROLE_MOD_MODULE_BLOCKREASSURANCE_DELETE'),(778,'ROLE_MOD_MODULE_BLOCKREASSURANCE_READ'),(779,'ROLE_MOD_MODULE_BLOCKREASSURANCE_UPDATE'),(481,'ROLE_MOD_MODULE_CONTACTFORM_CREATE'),(484,'ROLE_MOD_MODULE_CONTACTFORM_DELETE'),(482,'ROLE_MOD_MODULE_CONTACTFORM_READ'),(483,'ROLE_MOD_MODULE_CONTACTFORM_UPDATE'),(1361,'ROLE_MOD_MODULE_DARIQUE_CREATE'),(1364,'ROLE_MOD_MODULE_DARIQUE_DELETE'),(1362,'ROLE_MOD_MODULE_DARIQUE_READ'),(1363,'ROLE_MOD_MODULE_DARIQUE_UPDATE'),(485,'ROLE_MOD_MODULE_DASHACTIVITY_CREATE'),(488,'ROLE_MOD_MODULE_DASHACTIVITY_DELETE'),(486,'ROLE_MOD_MODULE_DASHACTIVITY_READ'),(487,'ROLE_MOD_MODULE_DASHACTIVITY_UPDATE'),(497,'ROLE_MOD_MODULE_DASHGOALS_CREATE'),(500,'ROLE_MOD_MODULE_DASHGOALS_DELETE'),(498,'ROLE_MOD_MODULE_DASHGOALS_READ'),(499,'ROLE_MOD_MODULE_DASHGOALS_UPDATE'),(501,'ROLE_MOD_MODULE_DASHPRODUCTS_CREATE'),(504,'ROLE_MOD_MODULE_DASHPRODUCTS_DELETE'),(502,'ROLE_MOD_MODULE_DASHPRODUCTS_READ'),(503,'ROLE_MOD_MODULE_DASHPRODUCTS_UPDATE'),(489,'ROLE_MOD_MODULE_DASHTRENDS_CREATE'),(492,'ROLE_MOD_MODULE_DASHTRENDS_DELETE'),(490,'ROLE_MOD_MODULE_DASHTRENDS_READ'),(491,'ROLE_MOD_MODULE_DASHTRENDS_UPDATE'),(1373,'ROLE_MOD_MODULE_ETS_ONEPAGECHECKOUT_CREATE'),(1376,'ROLE_MOD_MODULE_ETS_ONEPAGECHECKOUT_DELETE'),(1374,'ROLE_MOD_MODULE_ETS_ONEPAGECHECKOUT_READ'),(1375,'ROLE_MOD_MODULE_ETS_ONEPAGECHECKOUT_UPDATE'),(729,'ROLE_MOD_MODULE_GAMIFICATION_CREATE'),(732,'ROLE_MOD_MODULE_GAMIFICATION_DELETE'),(730,'ROLE_MOD_MODULE_GAMIFICATION_READ'),(731,'ROLE_MOD_MODULE_GAMIFICATION_UPDATE'),(1281,'ROLE_MOD_MODULE_GCINVOICEWTAX_CREATE'),(1284,'ROLE_MOD_MODULE_GCINVOICEWTAX_DELETE'),(1282,'ROLE_MOD_MODULE_GCINVOICEWTAX_READ'),(1283,'ROLE_MOD_MODULE_GCINVOICEWTAX_UPDATE'),(1349,'ROLE_MOD_MODULE_GMB2BREQUESTFORM_CREATE'),(1352,'ROLE_MOD_MODULE_GMB2BREQUESTFORM_DELETE'),(1350,'ROLE_MOD_MODULE_GMB2BREQUESTFORM_READ'),(1351,'ROLE_MOD_MODULE_GMB2BREQUESTFORM_UPDATE'),(505,'ROLE_MOD_MODULE_GRAPHNVD3_CREATE'),(508,'ROLE_MOD_MODULE_GRAPHNVD3_DELETE'),(506,'ROLE_MOD_MODULE_GRAPHNVD3_READ'),(507,'ROLE_MOD_MODULE_GRAPHNVD3_UPDATE'),(509,'ROLE_MOD_MODULE_GRIDHTML_CREATE'),(512,'ROLE_MOD_MODULE_GRIDHTML_DELETE'),(510,'ROLE_MOD_MODULE_GRIDHTML_READ'),(511,'ROLE_MOD_MODULE_GRIDHTML_UPDATE'),(513,'ROLE_MOD_MODULE_GSITEMAP_CREATE'),(516,'ROLE_MOD_MODULE_GSITEMAP_DELETE'),(514,'ROLE_MOD_MODULE_GSITEMAP_READ'),(515,'ROLE_MOD_MODULE_GSITEMAP_UPDATE'),(1357,'ROLE_MOD_MODULE_LPSPROACCOUNT_CREATE'),(1360,'ROLE_MOD_MODULE_LPSPROACCOUNT_DELETE'),(1358,'ROLE_MOD_MODULE_LPSPROACCOUNT_READ'),(1359,'ROLE_MOD_MODULE_LPSPROACCOUNT_UPDATE'),(1353,'ROLE_MOD_MODULE_LPSPROINVOICE_CREATE'),(1356,'ROLE_MOD_MODULE_LPSPROINVOICE_DELETE'),(1354,'ROLE_MOD_MODULE_LPSPROINVOICE_READ'),(1355,'ROLE_MOD_MODULE_LPSPROINVOICE_UPDATE'),(1789,'ROLE_MOD_MODULE_MOLLIESUBSCRIPTION_CREATE'),(1792,'ROLE_MOD_MODULE_MOLLIESUBSCRIPTION_DELETE'),(1790,'ROLE_MOD_MODULE_MOLLIESUBSCRIPTION_READ'),(1791,'ROLE_MOD_MODULE_MOLLIESUBSCRIPTION_UPDATE'),(1581,'ROLE_MOD_MODULE_MOLLIE_CREATE'),(1584,'ROLE_MOD_MODULE_MOLLIE_DELETE'),(1582,'ROLE_MOD_MODULE_MOLLIE_READ'),(1583,'ROLE_MOD_MODULE_MOLLIE_UPDATE'),(625,'ROLE_MOD_MODULE_PAGESNOTFOUND_CREATE'),(628,'ROLE_MOD_MODULE_PAGESNOTFOUND_DELETE'),(626,'ROLE_MOD_MODULE_PAGESNOTFOUND_READ'),(627,'ROLE_MOD_MODULE_PAGESNOTFOUND_UPDATE'),(733,'ROLE_MOD_MODULE_PSADDONSCONNECT_CREATE'),(736,'ROLE_MOD_MODULE_PSADDONSCONNECT_DELETE'),(734,'ROLE_MOD_MODULE_PSADDONSCONNECT_READ'),(735,'ROLE_MOD_MODULE_PSADDONSCONNECT_UPDATE'),(1225,'ROLE_MOD_MODULE_PSCARTABANDONMENTPRO_CREATE'),(1228,'ROLE_MOD_MODULE_PSCARTABANDONMENTPRO_DELETE'),(1226,'ROLE_MOD_MODULE_PSCARTABANDONMENTPRO_READ'),(1227,'ROLE_MOD_MODULE_PSCARTABANDONMENTPRO_UPDATE'),(737,'ROLE_MOD_MODULE_PSGDPR_CREATE'),(740,'ROLE_MOD_MODULE_PSGDPR_DELETE'),(738,'ROLE_MOD_MODULE_PSGDPR_READ'),(739,'ROLE_MOD_MODULE_PSGDPR_UPDATE'),(517,'ROLE_MOD_MODULE_PS_BANNER_CREATE'),(520,'ROLE_MOD_MODULE_PS_BANNER_DELETE'),(518,'ROLE_MOD_MODULE_PS_BANNER_READ'),(519,'ROLE_MOD_MODULE_PS_BANNER_UPDATE'),(769,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_CREATE'),(772,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_DELETE'),(770,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_READ'),(771,'ROLE_MOD_MODULE_PS_BUYBUTTONLITE_UPDATE'),(521,'ROLE_MOD_MODULE_PS_CATEGORYTREE_CREATE'),(524,'ROLE_MOD_MODULE_PS_CATEGORYTREE_DELETE'),(522,'ROLE_MOD_MODULE_PS_CATEGORYTREE_READ'),(523,'ROLE_MOD_MODULE_PS_CATEGORYTREE_UPDATE'),(525,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_CREATE'),(528,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_DELETE'),(526,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_READ'),(527,'ROLE_MOD_MODULE_PS_CHECKPAYMENT_UPDATE'),(529,'ROLE_MOD_MODULE_PS_CONTACTINFO_CREATE'),(532,'ROLE_MOD_MODULE_PS_CONTACTINFO_DELETE'),(530,'ROLE_MOD_MODULE_PS_CONTACTINFO_READ'),(531,'ROLE_MOD_MODULE_PS_CONTACTINFO_UPDATE'),(533,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_CREATE'),(536,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_DELETE'),(534,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_READ'),(535,'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_UPDATE'),(537,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_CREATE'),(540,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_DELETE'),(538,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_READ'),(539,'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_UPDATE'),(541,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_CREATE'),(544,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_DELETE'),(542,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_READ'),(543,'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_UPDATE'),(545,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_CREATE'),(548,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_DELETE'),(546,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_READ'),(547,'ROLE_MOD_MODULE_PS_CUSTOMTEXT_UPDATE'),(1109,'ROLE_MOD_MODULE_PS_EMAILALERTS_CREATE'),(1112,'ROLE_MOD_MODULE_PS_EMAILALERTS_DELETE'),(1110,'ROLE_MOD_MODULE_PS_EMAILALERTS_READ'),(1111,'ROLE_MOD_MODULE_PS_EMAILALERTS_UPDATE'),(549,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_CREATE'),(552,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_DELETE'),(550,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_READ'),(551,'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_UPDATE'),(781,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_CREATE'),(784,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_DELETE'),(782,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_READ'),(783,'ROLE_MOD_MODULE_PS_FACETEDSEARCH_UPDATE'),(557,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_CREATE'),(560,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_DELETE'),(558,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_READ'),(559,'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_UPDATE'),(565,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_CREATE'),(568,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_DELETE'),(566,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_READ'),(567,'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_UPDATE'),(569,'ROLE_MOD_MODULE_PS_IMAGESLIDER_CREATE'),(572,'ROLE_MOD_MODULE_PS_IMAGESLIDER_DELETE'),(570,'ROLE_MOD_MODULE_PS_IMAGESLIDER_READ'),(571,'ROLE_MOD_MODULE_PS_IMAGESLIDER_UPDATE'),(573,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_CREATE'),(576,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_DELETE'),(574,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_READ'),(575,'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_UPDATE'),(581,'ROLE_MOD_MODULE_PS_LINKLIST_CREATE'),(584,'ROLE_MOD_MODULE_PS_LINKLIST_DELETE'),(582,'ROLE_MOD_MODULE_PS_LINKLIST_READ'),(583,'ROLE_MOD_MODULE_PS_LINKLIST_UPDATE'),(585,'ROLE_MOD_MODULE_PS_MAINMENU_CREATE'),(588,'ROLE_MOD_MODULE_PS_MAINMENU_DELETE'),(586,'ROLE_MOD_MODULE_PS_MAINMENU_READ'),(587,'ROLE_MOD_MODULE_PS_MAINMENU_UPDATE'),(749,'ROLE_MOD_MODULE_PS_MBO_CREATE'),(752,'ROLE_MOD_MODULE_PS_MBO_DELETE'),(750,'ROLE_MOD_MODULE_PS_MBO_READ'),(751,'ROLE_MOD_MODULE_PS_MBO_UPDATE'),(589,'ROLE_MOD_MODULE_PS_SEARCHBAR_CREATE'),(592,'ROLE_MOD_MODULE_PS_SEARCHBAR_DELETE'),(590,'ROLE_MOD_MODULE_PS_SEARCHBAR_READ'),(591,'ROLE_MOD_MODULE_PS_SEARCHBAR_UPDATE'),(593,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_CREATE'),(596,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_DELETE'),(594,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_READ'),(595,'ROLE_MOD_MODULE_PS_SHAREBUTTONS_UPDATE'),(597,'ROLE_MOD_MODULE_PS_SHOPPINGCART_CREATE'),(600,'ROLE_MOD_MODULE_PS_SHOPPINGCART_DELETE'),(598,'ROLE_MOD_MODULE_PS_SHOPPINGCART_READ'),(599,'ROLE_MOD_MODULE_PS_SHOPPINGCART_UPDATE'),(601,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_CREATE'),(604,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_DELETE'),(602,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_READ'),(603,'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_UPDATE'),(605,'ROLE_MOD_MODULE_PS_THEMECUSTO_CREATE'),(608,'ROLE_MOD_MODULE_PS_THEMECUSTO_DELETE'),(606,'ROLE_MOD_MODULE_PS_THEMECUSTO_READ'),(607,'ROLE_MOD_MODULE_PS_THEMECUSTO_UPDATE'),(621,'ROLE_MOD_MODULE_PS_WIREPAYMENT_CREATE'),(624,'ROLE_MOD_MODULE_PS_WIREPAYMENT_DELETE'),(622,'ROLE_MOD_MODULE_PS_WIREPAYMENT_READ'),(623,'ROLE_MOD_MODULE_PS_WIREPAYMENT_UPDATE'),(629,'ROLE_MOD_MODULE_SEKEYWORDS_CREATE'),(632,'ROLE_MOD_MODULE_SEKEYWORDS_DELETE'),(630,'ROLE_MOD_MODULE_SEKEYWORDS_READ'),(631,'ROLE_MOD_MODULE_SEKEYWORDS_UPDATE'),(633,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_CREATE'),(636,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_DELETE'),(634,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_READ'),(635,'ROLE_MOD_MODULE_STATSBESTCATEGORIES_UPDATE'),(637,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_CREATE'),(640,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_DELETE'),(638,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_READ'),(639,'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_UPDATE'),(641,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_CREATE'),(644,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_DELETE'),(642,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_READ'),(643,'ROLE_MOD_MODULE_STATSBESTPRODUCTS_UPDATE'),(645,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_CREATE'),(648,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_DELETE'),(646,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_READ'),(647,'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_UPDATE'),(649,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_CREATE'),(652,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_DELETE'),(650,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_READ'),(651,'ROLE_MOD_MODULE_STATSBESTVOUCHERS_UPDATE'),(653,'ROLE_MOD_MODULE_STATSCARRIER_CREATE'),(656,'ROLE_MOD_MODULE_STATSCARRIER_DELETE'),(654,'ROLE_MOD_MODULE_STATSCARRIER_READ'),(655,'ROLE_MOD_MODULE_STATSCARRIER_UPDATE'),(657,'ROLE_MOD_MODULE_STATSCATALOG_CREATE'),(660,'ROLE_MOD_MODULE_STATSCATALOG_DELETE'),(658,'ROLE_MOD_MODULE_STATSCATALOG_READ'),(659,'ROLE_MOD_MODULE_STATSCATALOG_UPDATE'),(661,'ROLE_MOD_MODULE_STATSCHECKUP_CREATE'),(664,'ROLE_MOD_MODULE_STATSCHECKUP_DELETE'),(662,'ROLE_MOD_MODULE_STATSCHECKUP_READ'),(663,'ROLE_MOD_MODULE_STATSCHECKUP_UPDATE'),(665,'ROLE_MOD_MODULE_STATSDATA_CREATE'),(668,'ROLE_MOD_MODULE_STATSDATA_DELETE'),(666,'ROLE_MOD_MODULE_STATSDATA_READ'),(667,'ROLE_MOD_MODULE_STATSDATA_UPDATE'),(669,'ROLE_MOD_MODULE_STATSEQUIPMENT_CREATE'),(672,'ROLE_MOD_MODULE_STATSEQUIPMENT_DELETE'),(670,'ROLE_MOD_MODULE_STATSEQUIPMENT_READ'),(671,'ROLE_MOD_MODULE_STATSEQUIPMENT_UPDATE'),(673,'ROLE_MOD_MODULE_STATSFORECAST_CREATE'),(676,'ROLE_MOD_MODULE_STATSFORECAST_DELETE'),(674,'ROLE_MOD_MODULE_STATSFORECAST_READ'),(675,'ROLE_MOD_MODULE_STATSFORECAST_UPDATE'),(677,'ROLE_MOD_MODULE_STATSLIVE_CREATE'),(680,'ROLE_MOD_MODULE_STATSLIVE_DELETE'),(678,'ROLE_MOD_MODULE_STATSLIVE_READ'),(679,'ROLE_MOD_MODULE_STATSLIVE_UPDATE'),(681,'ROLE_MOD_MODULE_STATSNEWSLETTER_CREATE'),(684,'ROLE_MOD_MODULE_STATSNEWSLETTER_DELETE'),(682,'ROLE_MOD_MODULE_STATSNEWSLETTER_READ'),(683,'ROLE_MOD_MODULE_STATSNEWSLETTER_UPDATE'),(685,'ROLE_MOD_MODULE_STATSORIGIN_CREATE'),(688,'ROLE_MOD_MODULE_STATSORIGIN_DELETE'),(686,'ROLE_MOD_MODULE_STATSORIGIN_READ'),(687,'ROLE_MOD_MODULE_STATSORIGIN_UPDATE'),(689,'ROLE_MOD_MODULE_STATSPERSONALINFOS_CREATE'),(692,'ROLE_MOD_MODULE_STATSPERSONALINFOS_DELETE'),(690,'ROLE_MOD_MODULE_STATSPERSONALINFOS_READ'),(691,'ROLE_MOD_MODULE_STATSPERSONALINFOS_UPDATE'),(693,'ROLE_MOD_MODULE_STATSPRODUCT_CREATE'),(696,'ROLE_MOD_MODULE_STATSPRODUCT_DELETE'),(694,'ROLE_MOD_MODULE_STATSPRODUCT_READ'),(695,'ROLE_MOD_MODULE_STATSPRODUCT_UPDATE'),(697,'ROLE_MOD_MODULE_STATSREGISTRATIONS_CREATE'),(700,'ROLE_MOD_MODULE_STATSREGISTRATIONS_DELETE'),(698,'ROLE_MOD_MODULE_STATSREGISTRATIONS_READ'),(699,'ROLE_MOD_MODULE_STATSREGISTRATIONS_UPDATE'),(701,'ROLE_MOD_MODULE_STATSSALES_CREATE'),(704,'ROLE_MOD_MODULE_STATSSALES_DELETE'),(702,'ROLE_MOD_MODULE_STATSSALES_READ'),(703,'ROLE_MOD_MODULE_STATSSALES_UPDATE'),(705,'ROLE_MOD_MODULE_STATSSEARCH_CREATE'),(708,'ROLE_MOD_MODULE_STATSSEARCH_DELETE'),(706,'ROLE_MOD_MODULE_STATSSEARCH_READ'),(707,'ROLE_MOD_MODULE_STATSSEARCH_UPDATE'),(709,'ROLE_MOD_MODULE_STATSSTOCK_CREATE'),(712,'ROLE_MOD_MODULE_STATSSTOCK_DELETE'),(710,'ROLE_MOD_MODULE_STATSSTOCK_READ'),(711,'ROLE_MOD_MODULE_STATSSTOCK_UPDATE'),(713,'ROLE_MOD_MODULE_STATSVISITS_CREATE'),(716,'ROLE_MOD_MODULE_STATSVISITS_DELETE'),(714,'ROLE_MOD_MODULE_STATSVISITS_READ'),(715,'ROLE_MOD_MODULE_STATSVISITS_UPDATE'),(1113,'ROLE_MOD_MODULE_STRIPE_OFFICIAL_CREATE'),(1116,'ROLE_MOD_MODULE_STRIPE_OFFICIAL_DELETE'),(1114,'ROLE_MOD_MODULE_STRIPE_OFFICIAL_READ'),(1115,'ROLE_MOD_MODULE_STRIPE_OFFICIAL_UPDATE'),(1297,'ROLE_MOD_MODULE_SUMUPPAYMENTGATEWAY_CREATE'),(1300,'ROLE_MOD_MODULE_SUMUPPAYMENTGATEWAY_DELETE'),(1298,'ROLE_MOD_MODULE_SUMUPPAYMENTGATEWAY_READ'),(1299,'ROLE_MOD_MODULE_SUMUPPAYMENTGATEWAY_UPDATE'),(1381,'ROLE_MOD_MODULE_SUPERCHECKOUT_CREATE'),(1384,'ROLE_MOD_MODULE_SUPERCHECKOUT_DELETE'),(1382,'ROLE_MOD_MODULE_SUPERCHECKOUT_READ'),(1383,'ROLE_MOD_MODULE_SUPERCHECKOUT_UPDATE'),(1377,'ROLE_MOD_MODULE_THECHECKOUT_CREATE'),(1380,'ROLE_MOD_MODULE_THECHECKOUT_DELETE'),(1378,'ROLE_MOD_MODULE_THECHECKOUT_READ'),(1379,'ROLE_MOD_MODULE_THECHECKOUT_UPDATE'),(717,'ROLE_MOD_MODULE_WELCOME_CREATE'),(720,'ROLE_MOD_MODULE_WELCOME_DELETE'),(718,'ROLE_MOD_MODULE_WELCOME_READ'),(719,'ROLE_MOD_MODULE_WELCOME_UPDATE'),(1393,'ROLE_MOD_TAB_ADMINABANDONEDCHECKOUT_CREATE'),(1396,'ROLE_MOD_TAB_ADMINABANDONEDCHECKOUT_DELETE'),(1394,'ROLE_MOD_TAB_ADMINABANDONEDCHECKOUT_READ'),(1395,'ROLE_MOD_TAB_ADMINABANDONEDCHECKOUT_UPDATE'),(1,'ROLE_MOD_TAB_ADMINACCESS_CREATE'),(4,'ROLE_MOD_TAB_ADMINACCESS_DELETE'),(2,'ROLE_MOD_TAB_ADMINACCESS_READ'),(3,'ROLE_MOD_TAB_ADMINACCESS_UPDATE'),(5,'ROLE_MOD_TAB_ADMINADDONSCATALOG_CREATE'),(8,'ROLE_MOD_TAB_ADMINADDONSCATALOG_DELETE'),(6,'ROLE_MOD_TAB_ADMINADDONSCATALOG_READ'),(7,'ROLE_MOD_TAB_ADMINADDONSCATALOG_UPDATE'),(9,'ROLE_MOD_TAB_ADMINADDRESSES_CREATE'),(12,'ROLE_MOD_TAB_ADMINADDRESSES_DELETE'),(10,'ROLE_MOD_TAB_ADMINADDRESSES_READ'),(11,'ROLE_MOD_TAB_ADMINADDRESSES_UPDATE'),(13,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_CREATE'),(16,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_DELETE'),(14,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_READ'),(15,'ROLE_MOD_TAB_ADMINADMINPREFERENCES_UPDATE'),(17,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_CREATE'),(20,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_DELETE'),(18,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_READ'),(19,'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_UPDATE'),(741,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_CREATE'),(744,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_DELETE'),(742,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_READ'),(743,'ROLE_MOD_TAB_ADMINAJAXPSGDPR_UPDATE'),(773,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_CREATE'),(776,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_DELETE'),(774,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_READ'),(775,'ROLE_MOD_TAB_ADMINAJAXPS_BUYBUTTONLITE_UPDATE'),(21,'ROLE_MOD_TAB_ADMINATTACHMENTS_CREATE'),(24,'ROLE_MOD_TAB_ADMINATTACHMENTS_DELETE'),(22,'ROLE_MOD_TAB_ADMINATTACHMENTS_READ'),(23,'ROLE_MOD_TAB_ADMINATTACHMENTS_UPDATE'),(25,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_CREATE'),(28,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_DELETE'),(26,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_READ'),(27,'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_UPDATE'),(29,'ROLE_MOD_TAB_ADMINBACKUP_CREATE'),(32,'ROLE_MOD_TAB_ADMINBACKUP_DELETE'),(30,'ROLE_MOD_TAB_ADMINBACKUP_READ'),(31,'ROLE_MOD_TAB_ADMINBACKUP_UPDATE'),(1237,'ROLE_MOD_TAB_ADMINCAPDISCOUNT_CREATE'),(1240,'ROLE_MOD_TAB_ADMINCAPDISCOUNT_DELETE'),(1238,'ROLE_MOD_TAB_ADMINCAPDISCOUNT_READ'),(1239,'ROLE_MOD_TAB_ADMINCAPDISCOUNT_UPDATE'),(1253,'ROLE_MOD_TAB_ADMINCAPEMAILTEST_CREATE'),(1256,'ROLE_MOD_TAB_ADMINCAPEMAILTEST_DELETE'),(1254,'ROLE_MOD_TAB_ADMINCAPEMAILTEST_READ'),(1255,'ROLE_MOD_TAB_ADMINCAPEMAILTEST_UPDATE'),(1229,'ROLE_MOD_TAB_ADMINCAPLISTING_CREATE'),(1232,'ROLE_MOD_TAB_ADMINCAPLISTING_DELETE'),(1230,'ROLE_MOD_TAB_ADMINCAPLISTING_READ'),(1231,'ROLE_MOD_TAB_ADMINCAPLISTING_UPDATE'),(1245,'ROLE_MOD_TAB_ADMINCAPREMINDER_CREATE'),(1248,'ROLE_MOD_TAB_ADMINCAPREMINDER_DELETE'),(1246,'ROLE_MOD_TAB_ADMINCAPREMINDER_READ'),(1247,'ROLE_MOD_TAB_ADMINCAPREMINDER_UPDATE'),(1249,'ROLE_MOD_TAB_ADMINCAPSTATISTICS_CREATE'),(1252,'ROLE_MOD_TAB_ADMINCAPSTATISTICS_DELETE'),(1250,'ROLE_MOD_TAB_ADMINCAPSTATISTICS_READ'),(1251,'ROLE_MOD_TAB_ADMINCAPSTATISTICS_UPDATE'),(1233,'ROLE_MOD_TAB_ADMINCAPTARGET_CREATE'),(1236,'ROLE_MOD_TAB_ADMINCAPTARGET_DELETE'),(1234,'ROLE_MOD_TAB_ADMINCAPTARGET_READ'),(1235,'ROLE_MOD_TAB_ADMINCAPTARGET_UPDATE'),(1241,'ROLE_MOD_TAB_ADMINCAPTEMPLATE_CREATE'),(1244,'ROLE_MOD_TAB_ADMINCAPTEMPLATE_DELETE'),(1242,'ROLE_MOD_TAB_ADMINCAPTEMPLATE_READ'),(1243,'ROLE_MOD_TAB_ADMINCAPTEMPLATE_UPDATE'),(33,'ROLE_MOD_TAB_ADMINCARRIERS_CREATE'),(36,'ROLE_MOD_TAB_ADMINCARRIERS_DELETE'),(34,'ROLE_MOD_TAB_ADMINCARRIERS_READ'),(35,'ROLE_MOD_TAB_ADMINCARRIERS_UPDATE'),(37,'ROLE_MOD_TAB_ADMINCARTRULES_CREATE'),(40,'ROLE_MOD_TAB_ADMINCARTRULES_DELETE'),(38,'ROLE_MOD_TAB_ADMINCARTRULES_READ'),(39,'ROLE_MOD_TAB_ADMINCARTRULES_UPDATE'),(41,'ROLE_MOD_TAB_ADMINCARTS_CREATE'),(44,'ROLE_MOD_TAB_ADMINCARTS_DELETE'),(42,'ROLE_MOD_TAB_ADMINCARTS_READ'),(43,'ROLE_MOD_TAB_ADMINCARTS_UPDATE'),(45,'ROLE_MOD_TAB_ADMINCATALOG_CREATE'),(48,'ROLE_MOD_TAB_ADMINCATALOG_DELETE'),(46,'ROLE_MOD_TAB_ADMINCATALOG_READ'),(47,'ROLE_MOD_TAB_ADMINCATALOG_UPDATE'),(49,'ROLE_MOD_TAB_ADMINCATEGORIES_CREATE'),(52,'ROLE_MOD_TAB_ADMINCATEGORIES_DELETE'),(50,'ROLE_MOD_TAB_ADMINCATEGORIES_READ'),(51,'ROLE_MOD_TAB_ADMINCATEGORIES_UPDATE'),(1397,'ROLE_MOD_TAB_ADMINCHECKOUTBEHAVIOR_CREATE'),(1400,'ROLE_MOD_TAB_ADMINCHECKOUTBEHAVIOR_DELETE'),(1398,'ROLE_MOD_TAB_ADMINCHECKOUTBEHAVIOR_READ'),(1399,'ROLE_MOD_TAB_ADMINCHECKOUTBEHAVIOR_UPDATE'),(53,'ROLE_MOD_TAB_ADMINCMSCONTENT_CREATE'),(56,'ROLE_MOD_TAB_ADMINCMSCONTENT_DELETE'),(54,'ROLE_MOD_TAB_ADMINCMSCONTENT_READ'),(55,'ROLE_MOD_TAB_ADMINCMSCONTENT_UPDATE'),(561,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_CREATE'),(564,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_DELETE'),(562,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_READ'),(563,'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_UPDATE'),(57,'ROLE_MOD_TAB_ADMINCONTACTS_CREATE'),(60,'ROLE_MOD_TAB_ADMINCONTACTS_DELETE'),(58,'ROLE_MOD_TAB_ADMINCONTACTS_READ'),(59,'ROLE_MOD_TAB_ADMINCONTACTS_UPDATE'),(61,'ROLE_MOD_TAB_ADMINCOUNTRIES_CREATE'),(64,'ROLE_MOD_TAB_ADMINCOUNTRIES_DELETE'),(62,'ROLE_MOD_TAB_ADMINCOUNTRIES_READ'),(63,'ROLE_MOD_TAB_ADMINCOUNTRIES_UPDATE'),(65,'ROLE_MOD_TAB_ADMINCURRENCIES_CREATE'),(68,'ROLE_MOD_TAB_ADMINCURRENCIES_DELETE'),(66,'ROLE_MOD_TAB_ADMINCURRENCIES_READ'),(67,'ROLE_MOD_TAB_ADMINCURRENCIES_UPDATE'),(69,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_CREATE'),(72,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_DELETE'),(70,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_READ'),(71,'ROLE_MOD_TAB_ADMINCUSTOMERPREFERENCES_UPDATE'),(73,'ROLE_MOD_TAB_ADMINCUSTOMERS_CREATE'),(76,'ROLE_MOD_TAB_ADMINCUSTOMERS_DELETE'),(74,'ROLE_MOD_TAB_ADMINCUSTOMERS_READ'),(75,'ROLE_MOD_TAB_ADMINCUSTOMERS_UPDATE'),(77,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_CREATE'),(80,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_DELETE'),(78,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_READ'),(79,'ROLE_MOD_TAB_ADMINCUSTOMERTHREADS_UPDATE'),(1369,'ROLE_MOD_TAB_ADMINDARIQUEAJAX_CREATE'),(1372,'ROLE_MOD_TAB_ADMINDARIQUEAJAX_DELETE'),(1370,'ROLE_MOD_TAB_ADMINDARIQUEAJAX_READ'),(1371,'ROLE_MOD_TAB_ADMINDARIQUEAJAX_UPDATE'),(81,'ROLE_MOD_TAB_ADMINDASHBOARD_CREATE'),(84,'ROLE_MOD_TAB_ADMINDASHBOARD_DELETE'),(82,'ROLE_MOD_TAB_ADMINDASHBOARD_READ'),(83,'ROLE_MOD_TAB_ADMINDASHBOARD_UPDATE'),(493,'ROLE_MOD_TAB_ADMINDASHGOALS_CREATE'),(496,'ROLE_MOD_TAB_ADMINDASHGOALS_DELETE'),(494,'ROLE_MOD_TAB_ADMINDASHGOALS_READ'),(495,'ROLE_MOD_TAB_ADMINDASHGOALS_UPDATE'),(85,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_CREATE'),(88,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_DELETE'),(86,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_READ'),(87,'ROLE_MOD_TAB_ADMINDELIVERYSLIP_UPDATE'),(745,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_CREATE'),(748,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_DELETE'),(746,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_READ'),(747,'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_UPDATE'),(89,'ROLE_MOD_TAB_ADMINEMAILS_CREATE'),(92,'ROLE_MOD_TAB_ADMINEMAILS_DELETE'),(90,'ROLE_MOD_TAB_ADMINEMAILS_READ'),(91,'ROLE_MOD_TAB_ADMINEMAILS_UPDATE'),(93,'ROLE_MOD_TAB_ADMINEMPLOYEES_CREATE'),(96,'ROLE_MOD_TAB_ADMINEMPLOYEES_DELETE'),(94,'ROLE_MOD_TAB_ADMINEMPLOYEES_READ'),(95,'ROLE_MOD_TAB_ADMINEMPLOYEES_UPDATE'),(97,'ROLE_MOD_TAB_ADMINFEATURES_CREATE'),(100,'ROLE_MOD_TAB_ADMINFEATURES_DELETE'),(98,'ROLE_MOD_TAB_ADMINFEATURES_READ'),(99,'ROLE_MOD_TAB_ADMINFEATURES_UPDATE'),(725,'ROLE_MOD_TAB_ADMINGAMIFICATION_CREATE'),(728,'ROLE_MOD_TAB_ADMINGAMIFICATION_DELETE'),(726,'ROLE_MOD_TAB_ADMINGAMIFICATION_READ'),(727,'ROLE_MOD_TAB_ADMINGAMIFICATION_UPDATE'),(101,'ROLE_MOD_TAB_ADMINGENDERS_CREATE'),(104,'ROLE_MOD_TAB_ADMINGENDERS_DELETE'),(102,'ROLE_MOD_TAB_ADMINGENDERS_READ'),(103,'ROLE_MOD_TAB_ADMINGENDERS_UPDATE'),(105,'ROLE_MOD_TAB_ADMINGEOLOCATION_CREATE'),(108,'ROLE_MOD_TAB_ADMINGEOLOCATION_DELETE'),(106,'ROLE_MOD_TAB_ADMINGEOLOCATION_READ'),(107,'ROLE_MOD_TAB_ADMINGEOLOCATION_UPDATE'),(109,'ROLE_MOD_TAB_ADMINGROUPS_CREATE'),(112,'ROLE_MOD_TAB_ADMINGROUPS_DELETE'),(110,'ROLE_MOD_TAB_ADMINGROUPS_READ'),(111,'ROLE_MOD_TAB_ADMINGROUPS_UPDATE'),(113,'ROLE_MOD_TAB_ADMINIMAGES_CREATE'),(116,'ROLE_MOD_TAB_ADMINIMAGES_DELETE'),(114,'ROLE_MOD_TAB_ADMINIMAGES_READ'),(115,'ROLE_MOD_TAB_ADMINIMAGES_UPDATE'),(117,'ROLE_MOD_TAB_ADMINIMPORT_CREATE'),(120,'ROLE_MOD_TAB_ADMINIMPORT_DELETE'),(118,'ROLE_MOD_TAB_ADMINIMPORT_READ'),(119,'ROLE_MOD_TAB_ADMINIMPORT_UPDATE'),(121,'ROLE_MOD_TAB_ADMININFORMATION_CREATE'),(124,'ROLE_MOD_TAB_ADMININFORMATION_DELETE'),(122,'ROLE_MOD_TAB_ADMININFORMATION_READ'),(123,'ROLE_MOD_TAB_ADMININFORMATION_UPDATE'),(125,'ROLE_MOD_TAB_ADMININTERNATIONAL_CREATE'),(128,'ROLE_MOD_TAB_ADMININTERNATIONAL_DELETE'),(126,'ROLE_MOD_TAB_ADMININTERNATIONAL_READ'),(127,'ROLE_MOD_TAB_ADMININTERNATIONAL_UPDATE'),(129,'ROLE_MOD_TAB_ADMININVOICES_CREATE'),(132,'ROLE_MOD_TAB_ADMININVOICES_DELETE'),(130,'ROLE_MOD_TAB_ADMININVOICES_READ'),(131,'ROLE_MOD_TAB_ADMININVOICES_UPDATE'),(1385,'ROLE_MOD_TAB_ADMINKBSUPERCHECKOUTCONFIGURE_CREATE'),(1388,'ROLE_MOD_TAB_ADMINKBSUPERCHECKOUTCONFIGURE_DELETE'),(1386,'ROLE_MOD_TAB_ADMINKBSUPERCHECKOUTCONFIGURE_READ'),(1387,'ROLE_MOD_TAB_ADMINKBSUPERCHECKOUTCONFIGURE_UPDATE'),(133,'ROLE_MOD_TAB_ADMINLANGUAGES_CREATE'),(136,'ROLE_MOD_TAB_ADMINLANGUAGES_DELETE'),(134,'ROLE_MOD_TAB_ADMINLANGUAGES_READ'),(135,'ROLE_MOD_TAB_ADMINLANGUAGES_UPDATE'),(137,'ROLE_MOD_TAB_ADMINLINKWIDGET_CREATE'),(140,'ROLE_MOD_TAB_ADMINLINKWIDGET_DELETE'),(138,'ROLE_MOD_TAB_ADMINLINKWIDGET_READ'),(139,'ROLE_MOD_TAB_ADMINLINKWIDGET_UPDATE'),(141,'ROLE_MOD_TAB_ADMINLOCALIZATION_CREATE'),(144,'ROLE_MOD_TAB_ADMINLOCALIZATION_DELETE'),(142,'ROLE_MOD_TAB_ADMINLOCALIZATION_READ'),(143,'ROLE_MOD_TAB_ADMINLOCALIZATION_UPDATE'),(145,'ROLE_MOD_TAB_ADMINLOGS_CREATE'),(148,'ROLE_MOD_TAB_ADMINLOGS_DELETE'),(146,'ROLE_MOD_TAB_ADMINLOGS_READ'),(147,'ROLE_MOD_TAB_ADMINLOGS_UPDATE'),(465,'ROLE_MOD_TAB_ADMINMAILTHEME_CREATE'),(468,'ROLE_MOD_TAB_ADMINMAILTHEME_DELETE'),(466,'ROLE_MOD_TAB_ADMINMAILTHEME_READ'),(467,'ROLE_MOD_TAB_ADMINMAILTHEME_UPDATE'),(149,'ROLE_MOD_TAB_ADMINMAINTENANCE_CREATE'),(152,'ROLE_MOD_TAB_ADMINMAINTENANCE_DELETE'),(150,'ROLE_MOD_TAB_ADMINMAINTENANCE_READ'),(151,'ROLE_MOD_TAB_ADMINMAINTENANCE_UPDATE'),(153,'ROLE_MOD_TAB_ADMINMANUFACTURERS_CREATE'),(156,'ROLE_MOD_TAB_ADMINMANUFACTURERS_DELETE'),(154,'ROLE_MOD_TAB_ADMINMANUFACTURERS_READ'),(155,'ROLE_MOD_TAB_ADMINMANUFACTURERS_UPDATE'),(157,'ROLE_MOD_TAB_ADMINMETA_CREATE'),(160,'ROLE_MOD_TAB_ADMINMETA_DELETE'),(158,'ROLE_MOD_TAB_ADMINMETA_READ'),(159,'ROLE_MOD_TAB_ADMINMETA_UPDATE'),(473,'ROLE_MOD_TAB_ADMINMODULESCATALOG_CREATE'),(476,'ROLE_MOD_TAB_ADMINMODULESCATALOG_DELETE'),(474,'ROLE_MOD_TAB_ADMINMODULESCATALOG_READ'),(475,'ROLE_MOD_TAB_ADMINMODULESCATALOG_UPDATE'),(469,'ROLE_MOD_TAB_ADMINMODULESMANAGE_CREATE'),(472,'ROLE_MOD_TAB_ADMINMODULESMANAGE_DELETE'),(470,'ROLE_MOD_TAB_ADMINMODULESMANAGE_READ'),(471,'ROLE_MOD_TAB_ADMINMODULESMANAGE_UPDATE'),(173,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_CREATE'),(176,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_DELETE'),(174,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_READ'),(175,'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_UPDATE'),(165,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_CREATE'),(168,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_DELETE'),(166,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_READ'),(167,'ROLE_MOD_TAB_ADMINMODULESPOSITIONS_UPDATE'),(177,'ROLE_MOD_TAB_ADMINMODULESSF_CREATE'),(180,'ROLE_MOD_TAB_ADMINMODULESSF_DELETE'),(178,'ROLE_MOD_TAB_ADMINMODULESSF_READ'),(179,'ROLE_MOD_TAB_ADMINMODULESSF_UPDATE'),(169,'ROLE_MOD_TAB_ADMINMODULESUPDATES_CREATE'),(172,'ROLE_MOD_TAB_ADMINMODULESUPDATES_DELETE'),(170,'ROLE_MOD_TAB_ADMINMODULESUPDATES_READ'),(171,'ROLE_MOD_TAB_ADMINMODULESUPDATES_UPDATE'),(161,'ROLE_MOD_TAB_ADMINMODULES_CREATE'),(164,'ROLE_MOD_TAB_ADMINMODULES_DELETE'),(162,'ROLE_MOD_TAB_ADMINMODULES_READ'),(163,'ROLE_MOD_TAB_ADMINMODULES_UPDATE'),(1585,'ROLE_MOD_TAB_ADMINMOLLIEAJAX_CREATE'),(1588,'ROLE_MOD_TAB_ADMINMOLLIEAJAX_DELETE'),(1586,'ROLE_MOD_TAB_ADMINMOLLIEAJAX_READ'),(1587,'ROLE_MOD_TAB_ADMINMOLLIEAJAX_UPDATE'),(1589,'ROLE_MOD_TAB_ADMINMOLLIEMODULE_CREATE'),(1592,'ROLE_MOD_TAB_ADMINMOLLIEMODULE_DELETE'),(1590,'ROLE_MOD_TAB_ADMINMOLLIEMODULE_READ'),(1591,'ROLE_MOD_TAB_ADMINMOLLIEMODULE_UPDATE'),(1801,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTIONSETTINGS_CREATE'),(1804,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTIONSETTINGS_DELETE'),(1802,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTIONSETTINGS_READ'),(1803,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTIONSETTINGS_UPDATE'),(1793,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_CREATE'),(1796,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_DELETE'),(1797,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_MTR_CREATE'),(1800,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_MTR_DELETE'),(1798,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_MTR_READ'),(1799,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_MTR_UPDATE'),(1794,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_READ'),(1795,'ROLE_MOD_TAB_ADMINMOLLIESUBSCRIPTION_UPDATE'),(181,'ROLE_MOD_TAB_ADMINORDERMESSAGE_CREATE'),(184,'ROLE_MOD_TAB_ADMINORDERMESSAGE_DELETE'),(182,'ROLE_MOD_TAB_ADMINORDERMESSAGE_READ'),(183,'ROLE_MOD_TAB_ADMINORDERMESSAGE_UPDATE'),(185,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_CREATE'),(188,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_DELETE'),(186,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_READ'),(187,'ROLE_MOD_TAB_ADMINORDERPREFERENCES_UPDATE'),(189,'ROLE_MOD_TAB_ADMINORDERS_CREATE'),(192,'ROLE_MOD_TAB_ADMINORDERS_DELETE'),(190,'ROLE_MOD_TAB_ADMINORDERS_READ'),(191,'ROLE_MOD_TAB_ADMINORDERS_UPDATE'),(193,'ROLE_MOD_TAB_ADMINOUTSTANDING_CREATE'),(196,'ROLE_MOD_TAB_ADMINOUTSTANDING_DELETE'),(194,'ROLE_MOD_TAB_ADMINOUTSTANDING_READ'),(195,'ROLE_MOD_TAB_ADMINOUTSTANDING_UPDATE'),(197,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_CREATE'),(200,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_DELETE'),(198,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_READ'),(199,'ROLE_MOD_TAB_ADMINPARENTATTRIBUTESGROUPS_UPDATE'),(201,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_CREATE'),(204,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_DELETE'),(202,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_READ'),(203,'ROLE_MOD_TAB_ADMINPARENTCARTRULES_UPDATE'),(205,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_CREATE'),(208,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_DELETE'),(206,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_READ'),(207,'ROLE_MOD_TAB_ADMINPARENTCOUNTRIES_UPDATE'),(213,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_CREATE'),(216,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_DELETE'),(214,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_READ'),(215,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERPREFERENCES_UPDATE'),(217,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_CREATE'),(220,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_DELETE'),(218,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_READ'),(219,'ROLE_MOD_TAB_ADMINPARENTCUSTOMERTHREADS_UPDATE'),(209,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_CREATE'),(212,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_DELETE'),(210,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_READ'),(211,'ROLE_MOD_TAB_ADMINPARENTCUSTOMER_UPDATE'),(221,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_CREATE'),(224,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_DELETE'),(222,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_READ'),(223,'ROLE_MOD_TAB_ADMINPARENTEMPLOYEES_UPDATE'),(225,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_CREATE'),(228,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_DELETE'),(226,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_READ'),(227,'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_UPDATE'),(461,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_CREATE'),(464,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_DELETE'),(462,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_READ'),(463,'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_UPDATE'),(229,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_CREATE'),(232,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_DELETE'),(230,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_READ'),(231,'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_UPDATE'),(237,'ROLE_MOD_TAB_ADMINPARENTMETA_CREATE'),(240,'ROLE_MOD_TAB_ADMINPARENTMETA_DELETE'),(238,'ROLE_MOD_TAB_ADMINPARENTMETA_READ'),(239,'ROLE_MOD_TAB_ADMINPARENTMETA_UPDATE'),(477,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_CREATE'),(480,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_DELETE'),(478,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_READ'),(479,'ROLE_MOD_TAB_ADMINPARENTMODULESCATALOG_UPDATE'),(233,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_CREATE'),(236,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_DELETE'),(234,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_READ'),(235,'ROLE_MOD_TAB_ADMINPARENTMODULESSF_UPDATE'),(241,'ROLE_MOD_TAB_ADMINPARENTMODULES_CREATE'),(244,'ROLE_MOD_TAB_ADMINPARENTMODULES_DELETE'),(242,'ROLE_MOD_TAB_ADMINPARENTMODULES_READ'),(243,'ROLE_MOD_TAB_ADMINPARENTMODULES_UPDATE'),(245,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_CREATE'),(248,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_DELETE'),(246,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_READ'),(247,'ROLE_MOD_TAB_ADMINPARENTORDERPREFERENCES_UPDATE'),(249,'ROLE_MOD_TAB_ADMINPARENTORDERS_CREATE'),(252,'ROLE_MOD_TAB_ADMINPARENTORDERS_DELETE'),(250,'ROLE_MOD_TAB_ADMINPARENTORDERS_READ'),(251,'ROLE_MOD_TAB_ADMINPARENTORDERS_UPDATE'),(253,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_CREATE'),(256,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_DELETE'),(254,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_READ'),(255,'ROLE_MOD_TAB_ADMINPARENTPAYMENT_UPDATE'),(257,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_CREATE'),(260,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_DELETE'),(258,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_READ'),(259,'ROLE_MOD_TAB_ADMINPARENTPREFERENCES_UPDATE'),(261,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_CREATE'),(264,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_DELETE'),(262,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_READ'),(263,'ROLE_MOD_TAB_ADMINPARENTREQUESTSQL_UPDATE'),(265,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_CREATE'),(268,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_DELETE'),(266,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_READ'),(267,'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_UPDATE'),(269,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_CREATE'),(272,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_DELETE'),(270,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_READ'),(271,'ROLE_MOD_TAB_ADMINPARENTSHIPPING_UPDATE'),(273,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_CREATE'),(276,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_DELETE'),(274,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_READ'),(275,'ROLE_MOD_TAB_ADMINPARENTSTOCKMANAGEMENT_UPDATE'),(277,'ROLE_MOD_TAB_ADMINPARENTSTORES_CREATE'),(280,'ROLE_MOD_TAB_ADMINPARENTSTORES_DELETE'),(278,'ROLE_MOD_TAB_ADMINPARENTSTORES_READ'),(279,'ROLE_MOD_TAB_ADMINPARENTSTORES_UPDATE'),(281,'ROLE_MOD_TAB_ADMINPARENTTAXES_CREATE'),(284,'ROLE_MOD_TAB_ADMINPARENTTAXES_DELETE'),(282,'ROLE_MOD_TAB_ADMINPARENTTAXES_READ'),(283,'ROLE_MOD_TAB_ADMINPARENTTAXES_UPDATE'),(285,'ROLE_MOD_TAB_ADMINPARENTTHEMES_CREATE'),(288,'ROLE_MOD_TAB_ADMINPARENTTHEMES_DELETE'),(286,'ROLE_MOD_TAB_ADMINPARENTTHEMES_READ'),(287,'ROLE_MOD_TAB_ADMINPARENTTHEMES_UPDATE'),(293,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_CREATE'),(296,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_DELETE'),(294,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_READ'),(295,'ROLE_MOD_TAB_ADMINPAYMENTPREFERENCES_UPDATE'),(289,'ROLE_MOD_TAB_ADMINPAYMENT_CREATE'),(292,'ROLE_MOD_TAB_ADMINPAYMENT_DELETE'),(290,'ROLE_MOD_TAB_ADMINPAYMENT_READ'),(291,'ROLE_MOD_TAB_ADMINPAYMENT_UPDATE'),(297,'ROLE_MOD_TAB_ADMINPERFORMANCE_CREATE'),(300,'ROLE_MOD_TAB_ADMINPERFORMANCE_DELETE'),(298,'ROLE_MOD_TAB_ADMINPERFORMANCE_READ'),(299,'ROLE_MOD_TAB_ADMINPERFORMANCE_UPDATE'),(301,'ROLE_MOD_TAB_ADMINPPREFERENCES_CREATE'),(304,'ROLE_MOD_TAB_ADMINPPREFERENCES_DELETE'),(302,'ROLE_MOD_TAB_ADMINPPREFERENCES_READ'),(303,'ROLE_MOD_TAB_ADMINPPREFERENCES_UPDATE'),(305,'ROLE_MOD_TAB_ADMINPREFERENCES_CREATE'),(308,'ROLE_MOD_TAB_ADMINPREFERENCES_DELETE'),(306,'ROLE_MOD_TAB_ADMINPREFERENCES_READ'),(307,'ROLE_MOD_TAB_ADMINPREFERENCES_UPDATE'),(309,'ROLE_MOD_TAB_ADMINPRODUCTS_CREATE'),(312,'ROLE_MOD_TAB_ADMINPRODUCTS_DELETE'),(310,'ROLE_MOD_TAB_ADMINPRODUCTS_READ'),(311,'ROLE_MOD_TAB_ADMINPRODUCTS_UPDATE'),(313,'ROLE_MOD_TAB_ADMINPROFILES_CREATE'),(316,'ROLE_MOD_TAB_ADMINPROFILES_DELETE'),(314,'ROLE_MOD_TAB_ADMINPROFILES_READ'),(315,'ROLE_MOD_TAB_ADMINPROFILES_UPDATE'),(757,'ROLE_MOD_TAB_ADMINPSMBOADDONS_CREATE'),(760,'ROLE_MOD_TAB_ADMINPSMBOADDONS_DELETE'),(758,'ROLE_MOD_TAB_ADMINPSMBOADDONS_READ'),(759,'ROLE_MOD_TAB_ADMINPSMBOADDONS_UPDATE'),(753,'ROLE_MOD_TAB_ADMINPSMBOMODULE_CREATE'),(756,'ROLE_MOD_TAB_ADMINPSMBOMODULE_DELETE'),(754,'ROLE_MOD_TAB_ADMINPSMBOMODULE_READ'),(755,'ROLE_MOD_TAB_ADMINPSMBOMODULE_UPDATE'),(761,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_CREATE'),(764,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_DELETE'),(762,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_READ'),(763,'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_UPDATE'),(765,'ROLE_MOD_TAB_ADMINPSMBOTHEME_CREATE'),(768,'ROLE_MOD_TAB_ADMINPSMBOTHEME_DELETE'),(766,'ROLE_MOD_TAB_ADMINPSMBOTHEME_READ'),(767,'ROLE_MOD_TAB_ADMINPSMBOTHEME_UPDATE'),(617,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_CREATE'),(620,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_DELETE'),(618,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_READ'),(619,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_UPDATE'),(613,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_CREATE'),(616,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_DELETE'),(614,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_READ'),(615,'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_UPDATE'),(317,'ROLE_MOD_TAB_ADMINREFERRERS_CREATE'),(320,'ROLE_MOD_TAB_ADMINREFERRERS_DELETE'),(318,'ROLE_MOD_TAB_ADMINREFERRERS_READ'),(319,'ROLE_MOD_TAB_ADMINREFERRERS_UPDATE'),(321,'ROLE_MOD_TAB_ADMINREQUESTSQL_CREATE'),(324,'ROLE_MOD_TAB_ADMINREQUESTSQL_DELETE'),(322,'ROLE_MOD_TAB_ADMINREQUESTSQL_READ'),(323,'ROLE_MOD_TAB_ADMINREQUESTSQL_UPDATE'),(325,'ROLE_MOD_TAB_ADMINRETURN_CREATE'),(328,'ROLE_MOD_TAB_ADMINRETURN_DELETE'),(326,'ROLE_MOD_TAB_ADMINRETURN_READ'),(327,'ROLE_MOD_TAB_ADMINRETURN_UPDATE'),(329,'ROLE_MOD_TAB_ADMINSEARCHCONF_CREATE'),(332,'ROLE_MOD_TAB_ADMINSEARCHCONF_DELETE'),(330,'ROLE_MOD_TAB_ADMINSEARCHCONF_READ'),(331,'ROLE_MOD_TAB_ADMINSEARCHCONF_UPDATE'),(333,'ROLE_MOD_TAB_ADMINSEARCHENGINES_CREATE'),(336,'ROLE_MOD_TAB_ADMINSEARCHENGINES_DELETE'),(334,'ROLE_MOD_TAB_ADMINSEARCHENGINES_READ'),(335,'ROLE_MOD_TAB_ADMINSEARCHENGINES_UPDATE'),(337,'ROLE_MOD_TAB_ADMINSHIPPING_CREATE'),(340,'ROLE_MOD_TAB_ADMINSHIPPING_DELETE'),(338,'ROLE_MOD_TAB_ADMINSHIPPING_READ'),(339,'ROLE_MOD_TAB_ADMINSHIPPING_UPDATE'),(341,'ROLE_MOD_TAB_ADMINSHOPGROUP_CREATE'),(344,'ROLE_MOD_TAB_ADMINSHOPGROUP_DELETE'),(342,'ROLE_MOD_TAB_ADMINSHOPGROUP_READ'),(343,'ROLE_MOD_TAB_ADMINSHOPGROUP_UPDATE'),(345,'ROLE_MOD_TAB_ADMINSHOPURL_CREATE'),(348,'ROLE_MOD_TAB_ADMINSHOPURL_DELETE'),(346,'ROLE_MOD_TAB_ADMINSHOPURL_READ'),(347,'ROLE_MOD_TAB_ADMINSHOPURL_UPDATE'),(349,'ROLE_MOD_TAB_ADMINSLIP_CREATE'),(352,'ROLE_MOD_TAB_ADMINSLIP_DELETE'),(350,'ROLE_MOD_TAB_ADMINSLIP_READ'),(351,'ROLE_MOD_TAB_ADMINSLIP_UPDATE'),(353,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_CREATE'),(356,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_DELETE'),(354,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_READ'),(355,'ROLE_MOD_TAB_ADMINSPECIFICPRICERULE_UPDATE'),(357,'ROLE_MOD_TAB_ADMINSTATES_CREATE'),(360,'ROLE_MOD_TAB_ADMINSTATES_DELETE'),(358,'ROLE_MOD_TAB_ADMINSTATES_READ'),(359,'ROLE_MOD_TAB_ADMINSTATES_UPDATE'),(361,'ROLE_MOD_TAB_ADMINSTATS_CREATE'),(364,'ROLE_MOD_TAB_ADMINSTATS_DELETE'),(362,'ROLE_MOD_TAB_ADMINSTATS_READ'),(363,'ROLE_MOD_TAB_ADMINSTATS_UPDATE'),(365,'ROLE_MOD_TAB_ADMINSTATUSES_CREATE'),(368,'ROLE_MOD_TAB_ADMINSTATUSES_DELETE'),(366,'ROLE_MOD_TAB_ADMINSTATUSES_READ'),(367,'ROLE_MOD_TAB_ADMINSTATUSES_UPDATE'),(373,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_CREATE'),(376,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_DELETE'),(374,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_READ'),(375,'ROLE_MOD_TAB_ADMINSTOCKCONFIGURATION_UPDATE'),(377,'ROLE_MOD_TAB_ADMINSTOCKCOVER_CREATE'),(380,'ROLE_MOD_TAB_ADMINSTOCKCOVER_DELETE'),(378,'ROLE_MOD_TAB_ADMINSTOCKCOVER_READ'),(379,'ROLE_MOD_TAB_ADMINSTOCKCOVER_UPDATE'),(381,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_CREATE'),(384,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_DELETE'),(382,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_READ'),(383,'ROLE_MOD_TAB_ADMINSTOCKINSTANTSTATE_UPDATE'),(385,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_CREATE'),(388,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_DELETE'),(386,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_READ'),(387,'ROLE_MOD_TAB_ADMINSTOCKMANAGEMENT_UPDATE'),(389,'ROLE_MOD_TAB_ADMINSTOCKMVT_CREATE'),(392,'ROLE_MOD_TAB_ADMINSTOCKMVT_DELETE'),(390,'ROLE_MOD_TAB_ADMINSTOCKMVT_READ'),(391,'ROLE_MOD_TAB_ADMINSTOCKMVT_UPDATE'),(369,'ROLE_MOD_TAB_ADMINSTOCK_CREATE'),(372,'ROLE_MOD_TAB_ADMINSTOCK_DELETE'),(370,'ROLE_MOD_TAB_ADMINSTOCK_READ'),(371,'ROLE_MOD_TAB_ADMINSTOCK_UPDATE'),(393,'ROLE_MOD_TAB_ADMINSTORES_CREATE'),(396,'ROLE_MOD_TAB_ADMINSTORES_DELETE'),(394,'ROLE_MOD_TAB_ADMINSTORES_READ'),(395,'ROLE_MOD_TAB_ADMINSTORES_UPDATE'),(1117,'ROLE_MOD_TAB_ADMINSTRIPE_OFFICIALPROCESSLOGGER_CREATE'),(1120,'ROLE_MOD_TAB_ADMINSTRIPE_OFFICIALPROCESSLOGGER_DELETE'),(1118,'ROLE_MOD_TAB_ADMINSTRIPE_OFFICIALPROCESSLOGGER_READ'),(1119,'ROLE_MOD_TAB_ADMINSTRIPE_OFFICIALPROCESSLOGGER_UPDATE'),(1389,'ROLE_MOD_TAB_ADMINSUPERSETTING_CREATE'),(1392,'ROLE_MOD_TAB_ADMINSUPERSETTING_DELETE'),(1390,'ROLE_MOD_TAB_ADMINSUPERSETTING_READ'),(1391,'ROLE_MOD_TAB_ADMINSUPERSETTING_UPDATE'),(397,'ROLE_MOD_TAB_ADMINSUPPLIERS_CREATE'),(400,'ROLE_MOD_TAB_ADMINSUPPLIERS_DELETE'),(398,'ROLE_MOD_TAB_ADMINSUPPLIERS_READ'),(399,'ROLE_MOD_TAB_ADMINSUPPLIERS_UPDATE'),(401,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_CREATE'),(404,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_DELETE'),(402,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_READ'),(403,'ROLE_MOD_TAB_ADMINSUPPLYORDERS_UPDATE'),(405,'ROLE_MOD_TAB_ADMINTAGS_CREATE'),(408,'ROLE_MOD_TAB_ADMINTAGS_DELETE'),(406,'ROLE_MOD_TAB_ADMINTAGS_READ'),(407,'ROLE_MOD_TAB_ADMINTAGS_UPDATE'),(409,'ROLE_MOD_TAB_ADMINTAXES_CREATE'),(412,'ROLE_MOD_TAB_ADMINTAXES_DELETE'),(410,'ROLE_MOD_TAB_ADMINTAXES_READ'),(411,'ROLE_MOD_TAB_ADMINTAXES_UPDATE'),(413,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_CREATE'),(416,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_DELETE'),(414,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_READ'),(415,'ROLE_MOD_TAB_ADMINTAXRULESGROUP_UPDATE'),(421,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_CREATE'),(424,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_DELETE'),(422,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_READ'),(423,'ROLE_MOD_TAB_ADMINTHEMESCATALOG_UPDATE'),(609,'ROLE_MOD_TAB_ADMINTHEMESPARENT_CREATE'),(612,'ROLE_MOD_TAB_ADMINTHEMESPARENT_DELETE'),(610,'ROLE_MOD_TAB_ADMINTHEMESPARENT_READ'),(611,'ROLE_MOD_TAB_ADMINTHEMESPARENT_UPDATE'),(417,'ROLE_MOD_TAB_ADMINTHEMES_CREATE'),(420,'ROLE_MOD_TAB_ADMINTHEMES_DELETE'),(418,'ROLE_MOD_TAB_ADMINTHEMES_READ'),(419,'ROLE_MOD_TAB_ADMINTHEMES_UPDATE'),(425,'ROLE_MOD_TAB_ADMINTRACKING_CREATE'),(428,'ROLE_MOD_TAB_ADMINTRACKING_DELETE'),(426,'ROLE_MOD_TAB_ADMINTRACKING_READ'),(427,'ROLE_MOD_TAB_ADMINTRACKING_UPDATE'),(429,'ROLE_MOD_TAB_ADMINTRANSLATIONS_CREATE'),(432,'ROLE_MOD_TAB_ADMINTRANSLATIONS_DELETE'),(430,'ROLE_MOD_TAB_ADMINTRANSLATIONS_READ'),(431,'ROLE_MOD_TAB_ADMINTRANSLATIONS_UPDATE'),(433,'ROLE_MOD_TAB_ADMINWAREHOUSES_CREATE'),(436,'ROLE_MOD_TAB_ADMINWAREHOUSES_DELETE'),(434,'ROLE_MOD_TAB_ADMINWAREHOUSES_READ'),(435,'ROLE_MOD_TAB_ADMINWAREHOUSES_UPDATE'),(437,'ROLE_MOD_TAB_ADMINWEBSERVICE_CREATE'),(440,'ROLE_MOD_TAB_ADMINWEBSERVICE_DELETE'),(438,'ROLE_MOD_TAB_ADMINWEBSERVICE_READ'),(439,'ROLE_MOD_TAB_ADMINWEBSERVICE_UPDATE'),(721,'ROLE_MOD_TAB_ADMINWELCOME_CREATE'),(724,'ROLE_MOD_TAB_ADMINWELCOME_DELETE'),(722,'ROLE_MOD_TAB_ADMINWELCOME_READ'),(723,'ROLE_MOD_TAB_ADMINWELCOME_UPDATE'),(441,'ROLE_MOD_TAB_ADMINZONES_CREATE'),(444,'ROLE_MOD_TAB_ADMINZONES_DELETE'),(442,'ROLE_MOD_TAB_ADMINZONES_READ'),(443,'ROLE_MOD_TAB_ADMINZONES_UPDATE'),(445,'ROLE_MOD_TAB_CONFIGURE_CREATE'),(448,'ROLE_MOD_TAB_CONFIGURE_DELETE'),(446,'ROLE_MOD_TAB_CONFIGURE_READ'),(447,'ROLE_MOD_TAB_CONFIGURE_UPDATE'),(1365,'ROLE_MOD_TAB_DARIQUELIST_CREATE'),(1368,'ROLE_MOD_TAB_DARIQUELIST_DELETE'),(1366,'ROLE_MOD_TAB_DARIQUELIST_READ'),(1367,'ROLE_MOD_TAB_DARIQUELIST_UPDATE'),(1257,'ROLE_MOD_TAB_FRONTCAPCRONJOB_CREATE'),(1260,'ROLE_MOD_TAB_FRONTCAPCRONJOB_DELETE'),(1258,'ROLE_MOD_TAB_FRONTCAPCRONJOB_READ'),(1259,'ROLE_MOD_TAB_FRONTCAPCRONJOB_UPDATE'),(1273,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKCARTURL_CREATE'),(1276,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKCARTURL_DELETE'),(1274,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKCARTURL_READ'),(1275,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKCARTURL_UPDATE'),(1277,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKPRODUCTURL_CREATE'),(1280,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKPRODUCTURL_DELETE'),(1278,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKPRODUCTURL_READ'),(1279,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKPRODUCTURL_UPDATE'),(1269,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKSHOPURL_CREATE'),(1272,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKSHOPURL_DELETE'),(1270,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKSHOPURL_READ'),(1271,'ROLE_MOD_TAB_FRONTCAPEMAILCLICKSHOPURL_UPDATE'),(1265,'ROLE_MOD_TAB_FRONTCAPEMAILVISUALIZE_CREATE'),(1268,'ROLE_MOD_TAB_FRONTCAPEMAILVISUALIZE_DELETE'),(1266,'ROLE_MOD_TAB_FRONTCAPEMAILVISUALIZE_READ'),(1267,'ROLE_MOD_TAB_FRONTCAPEMAILVISUALIZE_UPDATE'),(1261,'ROLE_MOD_TAB_FRONTCAPUNSUBSCRIBEJOB_CREATE'),(1264,'ROLE_MOD_TAB_FRONTCAPUNSUBSCRIBEJOB_DELETE'),(1262,'ROLE_MOD_TAB_FRONTCAPUNSUBSCRIBEJOB_READ'),(1263,'ROLE_MOD_TAB_FRONTCAPUNSUBSCRIBEJOB_UPDATE'),(449,'ROLE_MOD_TAB_IMPROVE_CREATE'),(452,'ROLE_MOD_TAB_IMPROVE_DELETE'),(450,'ROLE_MOD_TAB_IMPROVE_READ'),(451,'ROLE_MOD_TAB_IMPROVE_UPDATE'),(453,'ROLE_MOD_TAB_SELL_CREATE'),(456,'ROLE_MOD_TAB_SELL_DELETE'),(454,'ROLE_MOD_TAB_SELL_READ'),(455,'ROLE_MOD_TAB_SELL_UPDATE'),(457,'ROLE_MOD_TAB_SHOPPARAMETERS_CREATE'),(460,'ROLE_MOD_TAB_SHOPPARAMETERS_DELETE'),(458,'ROLE_MOD_TAB_SHOPPARAMETERS_READ'),(459,'ROLE_MOD_TAB_SHOPPARAMETERS_UPDATE'); -/*!40000 ALTER TABLE `ps_authorization_role` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_badge` --- - -DROP TABLE IF EXISTS `ps_badge`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_badge` ( - `id_badge` int(11) NOT NULL AUTO_INCREMENT, - `id_ps_badge` int(11) NOT NULL, - `type` varchar(32) NOT NULL, - `id_group` int(11) NOT NULL, - `group_position` int(11) NOT NULL, - `scoring` int(11) NOT NULL, - `awb` int(11) DEFAULT '0', - `validated` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_badge`) -) ENGINE=InnoDB AUTO_INCREMENT=235 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_badge` --- - -LOCK TABLES `ps_badge` WRITE; -/*!40000 ALTER TABLE `ps_badge` DISABLE KEYS */; -INSERT INTO `ps_badge` VALUES (1,159,'feature',41,1,5,1,0),(2,160,'feature',41,2,10,1,0),(3,161,'feature',41,3,15,1,0),(4,162,'feature',41,4,20,1,0),(5,163,'feature',41,1,5,1,0),(6,164,'feature',41,2,10,1,0),(7,165,'feature',41,3,15,1,0),(8,166,'feature',41,4,20,1,0),(9,195,'feature',41,1,5,1,0),(10,196,'feature',41,2,10,1,0),(11,229,'feature',41,1,5,1,0),(12,230,'feature',41,2,10,1,0),(13,231,'feature',41,3,15,1,0),(14,232,'feature',41,4,20,1,0),(15,233,'feature',41,1,5,1,0),(16,234,'feature',41,2,10,1,0),(17,235,'feature',41,3,15,1,0),(18,236,'feature',41,4,20,1,0),(19,241,'feature',41,1,5,1,0),(20,242,'feature',41,2,10,1,0),(21,243,'feature',41,3,15,1,0),(22,244,'feature',41,4,20,1,0),(23,249,'feature',41,1,5,1,0),(24,250,'feature',41,2,10,1,0),(25,251,'feature',41,3,15,1,0),(26,252,'feature',41,4,20,1,0),(27,253,'feature',41,1,5,1,0),(28,254,'feature',41,2,10,1,0),(29,255,'feature',41,3,15,1,0),(30,256,'feature',41,4,20,1,0),(31,261,'feature',41,1,5,1,0),(32,262,'feature',41,2,10,1,0),(33,269,'feature',41,1,5,1,0),(34,270,'feature',41,2,10,1,0),(35,271,'feature',41,3,15,1,0),(36,272,'feature',41,4,20,1,0),(37,273,'feature',41,1,5,1,0),(38,274,'feature',41,2,10,1,0),(39,275,'feature',41,3,15,1,0),(40,276,'feature',41,4,20,1,0),(41,277,'feature',41,1,5,1,0),(42,278,'feature',41,2,10,1,0),(43,279,'feature',41,3,15,1,0),(44,280,'feature',41,4,20,1,0),(45,281,'feature',41,1,5,1,0),(46,282,'feature',41,2,10,1,0),(47,283,'feature',41,3,15,1,0),(48,284,'feature',41,4,20,1,0),(49,285,'feature',41,1,5,1,0),(50,286,'feature',41,2,10,1,0),(51,287,'feature',41,3,15,1,0),(52,288,'feature',41,4,20,1,0),(53,289,'feature',41,1,5,1,0),(54,290,'feature',41,2,10,1,0),(55,291,'feature',41,3,15,1,0),(56,292,'feature',41,4,20,1,0),(57,293,'feature',41,1,5,1,0),(58,294,'feature',41,2,10,1,0),(59,295,'feature',41,3,15,1,0),(60,296,'feature',41,4,20,1,0),(61,297,'feature',41,1,5,1,0),(62,298,'feature',41,2,10,1,0),(63,299,'feature',41,3,15,1,0),(64,300,'feature',41,4,20,1,0),(65,301,'feature',41,1,5,1,0),(66,302,'feature',41,2,10,1,0),(67,303,'feature',41,3,15,1,0),(68,304,'feature',41,4,20,1,0),(69,305,'feature',41,1,5,1,0),(70,306,'feature',41,2,10,1,0),(71,307,'feature',41,3,15,1,0),(72,308,'feature',41,4,20,1,0),(73,309,'feature',41,1,5,1,0),(74,310,'feature',41,2,10,1,0),(75,311,'feature',41,3,15,1,0),(76,312,'feature',41,4,20,1,0),(77,313,'feature',41,1,5,1,0),(78,314,'feature',41,2,10,1,0),(79,315,'feature',41,3,15,1,0),(80,316,'feature',41,4,20,1,0),(81,317,'feature',41,1,5,1,0),(82,318,'feature',41,2,10,1,0),(83,319,'feature',41,3,15,1,0),(84,320,'feature',41,4,20,1,0),(85,321,'feature',41,1,5,1,0),(86,322,'feature',41,2,10,1,0),(87,323,'feature',41,3,15,1,0),(88,324,'feature',41,4,20,1,0),(89,325,'feature',41,1,5,1,0),(90,326,'feature',41,2,10,1,0),(91,327,'feature',41,3,15,1,0),(92,328,'feature',41,4,20,1,0),(93,329,'feature',41,1,5,1,0),(94,330,'feature',41,2,10,1,0),(95,331,'feature',41,3,15,1,0),(96,332,'feature',41,4,20,1,0),(97,333,'feature',41,1,5,1,0),(98,334,'feature',41,2,10,1,0),(99,335,'feature',41,3,15,1,0),(100,336,'feature',41,4,20,1,0),(101,337,'feature',41,1,5,1,0),(102,338,'feature',41,2,10,1,0),(103,339,'feature',41,3,15,1,0),(104,340,'feature',41,4,20,1,0),(105,341,'feature',41,1,5,1,0),(106,342,'feature',41,2,10,1,0),(107,343,'feature',41,3,15,1,0),(108,344,'feature',41,4,20,1,0),(109,345,'feature',41,1,5,1,0),(110,346,'feature',41,2,10,1,0),(111,347,'feature',41,3,15,1,0),(112,348,'feature',41,4,20,1,0),(113,349,'feature',41,1,5,1,0),(114,350,'feature',41,2,10,1,0),(115,351,'feature',41,3,15,1,0),(116,352,'feature',41,4,20,1,0),(117,353,'feature',41,1,5,1,0),(118,354,'feature',41,2,10,1,0),(119,355,'feature',41,3,15,1,0),(120,356,'feature',41,4,20,1,0),(121,357,'feature',41,1,5,1,0),(122,358,'feature',41,2,10,1,0),(123,359,'feature',41,3,15,1,0),(124,360,'feature',41,4,20,1,0),(125,1,'feature',1,1,10,0,0),(126,2,'feature',2,1,10,0,0),(127,3,'feature',2,2,15,0,0),(128,4,'feature',3,1,15,0,1),(129,5,'feature',3,2,15,0,1),(130,6,'feature',4,1,15,0,1),(131,7,'feature',4,2,15,0,1),(132,8,'feature',5,1,5,0,1),(133,9,'feature',5,2,10,0,0),(134,10,'feature',6,1,15,0,0),(135,11,'feature',6,2,10,0,0),(136,12,'feature',6,3,10,0,0),(137,13,'feature',5,3,10,0,0),(138,14,'feature',5,4,15,0,0),(139,15,'feature',5,5,20,0,0),(140,16,'feature',5,6,20,0,0),(141,17,'achievement',7,1,5,0,1),(142,18,'achievement',7,2,10,0,1),(143,19,'feature',8,1,15,0,1),(144,20,'feature',8,2,15,0,0),(145,21,'feature',9,1,15,0,0),(146,22,'feature',10,1,10,0,1),(147,23,'feature',10,2,10,0,1),(148,24,'feature',10,3,10,0,0),(149,25,'feature',10,4,10,0,0),(150,26,'feature',10,5,10,0,0),(151,27,'feature',4,3,10,0,1),(152,28,'feature',3,3,10,0,1),(153,29,'achievement',11,1,5,0,1),(154,30,'achievement',11,2,10,0,1),(155,31,'achievement',11,3,15,0,0),(156,32,'achievement',11,4,20,0,0),(157,33,'achievement',11,5,25,0,0),(158,34,'achievement',11,6,30,0,0),(159,35,'achievement',7,3,15,0,1),(160,36,'achievement',7,4,20,0,1),(161,37,'achievement',7,5,25,0,1),(162,38,'achievement',7,6,30,0,0),(163,39,'achievement',12,1,5,0,1),(164,40,'achievement',12,2,10,0,1),(165,41,'achievement',12,3,15,0,0),(166,42,'achievement',12,4,20,0,0),(167,43,'achievement',12,5,25,0,0),(168,44,'achievement',12,6,30,0,0),(169,45,'achievement',13,1,5,0,1),(170,46,'achievement',13,2,10,0,1),(171,47,'achievement',13,3,15,0,1),(172,48,'achievement',13,4,20,0,1),(173,49,'achievement',13,5,25,0,0),(174,50,'achievement',13,6,30,0,0),(175,51,'achievement',14,1,5,0,1),(176,52,'achievement',14,2,10,0,1),(177,53,'achievement',14,3,15,0,1),(178,54,'achievement',14,4,20,0,0),(179,55,'achievement',14,5,25,0,0),(180,56,'achievement',14,6,30,0,0),(181,57,'achievement',15,1,5,0,0),(182,58,'achievement',15,2,10,0,0),(183,59,'achievement',15,3,15,0,0),(184,60,'achievement',15,4,20,0,0),(185,61,'achievement',15,5,25,0,0),(186,62,'achievement',15,6,30,0,0),(187,63,'achievement',16,1,5,0,1),(188,64,'achievement',16,2,10,0,1),(189,65,'achievement',16,3,15,0,1),(190,66,'achievement',16,4,20,0,0),(191,67,'achievement',16,5,25,0,0),(192,68,'achievement',16,6,30,0,0),(193,74,'international',22,1,10,0,0),(194,75,'international',23,1,10,0,0),(195,83,'international',31,1,10,0,1),(196,84,'international',25,1,10,0,0),(197,85,'international',32,1,10,0,1),(198,86,'international',33,1,10,0,0),(199,87,'international',34,1,10,0,0),(200,88,'feature',35,1,5,0,1),(201,89,'feature',35,2,10,0,0),(202,90,'feature',35,3,10,0,0),(203,91,'feature',35,4,10,0,0),(204,92,'feature',35,5,10,0,0),(205,93,'feature',35,6,10,0,0),(206,94,'feature',36,1,5,0,0),(207,95,'feature',36,2,5,0,0),(208,96,'feature',36,3,10,0,0),(209,97,'feature',36,4,10,0,0),(210,98,'feature',36,5,20,0,0),(211,99,'feature',36,6,20,0,0),(212,100,'feature',8,3,15,0,0),(213,101,'achievement',37,1,5,0,0),(214,102,'achievement',37,2,5,0,0),(215,103,'achievement',37,3,10,0,0),(216,104,'achievement',37,4,10,0,0),(217,105,'achievement',37,5,15,0,0),(218,106,'achievement',37,6,15,0,0),(219,107,'achievement',38,1,10,0,1),(220,108,'achievement',38,2,10,0,1),(221,109,'achievement',38,3,15,0,1),(222,110,'achievement',38,4,20,0,0),(223,111,'achievement',38,5,25,0,0),(224,112,'achievement',38,6,30,0,0),(225,113,'achievement',39,1,10,0,0),(226,114,'achievement',39,2,20,0,0),(227,115,'achievement',39,3,30,0,0),(228,116,'achievement',39,4,40,0,0),(229,117,'achievement',39,5,50,0,0),(230,118,'achievement',39,6,50,0,0),(231,119,'feature',40,1,10,0,0),(232,120,'feature',40,2,15,0,0),(233,121,'feature',40,3,20,0,0),(234,122,'feature',40,4,25,0,0); -/*!40000 ALTER TABLE `ps_badge` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_badge_lang` --- - -DROP TABLE IF EXISTS `ps_badge_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_badge_lang` ( - `id_badge` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(64) DEFAULT NULL, - `description` varchar(255) DEFAULT NULL, - `group_name` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_badge`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_badge_lang` --- - -LOCK TABLES `ps_badge_lang` WRITE; -/*!40000 ALTER TABLE `ps_badge_lang` DISABLE KEYS */; -INSERT INTO `ps_badge_lang` VALUES (1,1,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,3,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,4,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,5,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,6,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,7,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,8,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,9,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,10,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,11,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,12,'Shopgate installed','You have installed the Shopgate module','Partners'),(1,13,'Shopgate installed','You have installed the Shopgate module','Partners'),(2,1,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,3,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,4,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,5,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,6,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,7,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,8,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,9,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,10,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,11,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,12,'Shopgate configured','You have configured the Shopgate module','Partners'),(2,13,'Shopgate configured','You have configured the Shopgate module','Partners'),(3,1,'Shopgate active','Your Shopgate module is active','Partners'),(3,3,'Shopgate active','Your Shopgate module is active','Partners'),(3,4,'Shopgate active','Your Shopgate module is active','Partners'),(3,5,'Shopgate active','Your Shopgate module is active','Partners'),(3,6,'Shopgate active','Your Shopgate module is active','Partners'),(3,7,'Shopgate active','Your Shopgate module is active','Partners'),(3,8,'Shopgate active','Your Shopgate module is active','Partners'),(3,9,'Shopgate active','Your Shopgate module is active','Partners'),(3,10,'Shopgate active','Your Shopgate module is active','Partners'),(3,11,'Shopgate active','Your Shopgate module is active','Partners'),(3,12,'Shopgate active','Your Shopgate module is active','Partners'),(3,13,'Shopgate active','Your Shopgate module is active','Partners'),(4,1,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,3,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,4,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,5,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,6,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,7,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,8,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,9,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,10,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,11,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,12,'Shopgate very active','Your Shopgate module is very active','Partners'),(4,13,'Shopgate very active','Your Shopgate module is very active','Partners'),(5,1,'Skrill installed','You have installed the Skrill module','Partners'),(5,3,'Skrill installed','You have installed the Skrill module','Partners'),(5,4,'Skrill installed','You have installed the Skrill module','Partners'),(5,5,'Skrill installed','You have installed the Skrill module','Partners'),(5,6,'Skrill installed','You have installed the Skrill module','Partners'),(5,7,'Skrill installed','You have installed the Skrill module','Partners'),(5,8,'Skrill installed','You have installed the Skrill module','Partners'),(5,9,'Skrill installed','You have installed the Skrill module','Partners'),(5,10,'Skrill installed','You have installed the Skrill module','Partners'),(5,11,'Skrill installed','You have installed the Skrill module','Partners'),(5,12,'Skrill installed','You have installed the Skrill module','Partners'),(5,13,'Skrill installed','You have installed the Skrill module','Partners'),(6,1,'Skrill configured','You have configured the Skrill module','Partners'),(6,3,'Skrill configured','You have configured the Skrill module','Partners'),(6,4,'Skrill configured','You have configured the Skrill module','Partners'),(6,5,'Skrill configured','You have configured the Skrill module','Partners'),(6,6,'Skrill configured','You have configured the Skrill module','Partners'),(6,7,'Skrill configured','You have configured the Skrill module','Partners'),(6,8,'Skrill configured','You have configured the Skrill module','Partners'),(6,9,'Skrill configured','You have configured the Skrill module','Partners'),(6,10,'Skrill configured','You have configured the Skrill module','Partners'),(6,11,'Skrill configured','You have configured the Skrill module','Partners'),(6,12,'Skrill configured','You have configured the Skrill module','Partners'),(6,13,'Skrill configured','You have configured the Skrill module','Partners'),(7,1,'Skrill active','Your Skrill module is active','Partners'),(7,3,'Skrill active','Your Skrill module is active','Partners'),(7,4,'Skrill active','Your Skrill module is active','Partners'),(7,5,'Skrill active','Your Skrill module is active','Partners'),(7,6,'Skrill active','Your Skrill module is active','Partners'),(7,7,'Skrill active','Your Skrill module is active','Partners'),(7,8,'Skrill active','Your Skrill module is active','Partners'),(7,9,'Skrill active','Your Skrill module is active','Partners'),(7,10,'Skrill active','Your Skrill module is active','Partners'),(7,11,'Skrill active','Your Skrill module is active','Partners'),(7,12,'Skrill active','Your Skrill module is active','Partners'),(7,13,'Skrill active','Your Skrill module is active','Partners'),(8,1,'Skrill very active','Your Skrill module is very active','Partners'),(8,3,'Skrill very active','Your Skrill module is very active','Partners'),(8,4,'Skrill very active','Your Skrill module is very active','Partners'),(8,5,'Skrill very active','Your Skrill module is very active','Partners'),(8,6,'Skrill very active','Your Skrill module is very active','Partners'),(8,7,'Skrill very active','Your Skrill module is very active','Partners'),(8,8,'Skrill very active','Your Skrill module is very active','Partners'),(8,9,'Skrill very active','Your Skrill module is very active','Partners'),(8,10,'Skrill very active','Your Skrill module is very active','Partners'),(8,11,'Skrill very active','Your Skrill module is very active','Partners'),(8,12,'Skrill very active','Your Skrill module is very active','Partners'),(8,13,'Skrill very active','Your Skrill module is very active','Partners'),(9,1,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,3,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,4,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,5,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,6,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,7,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,8,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,9,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,10,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,11,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,12,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(9,13,'Shopping Feed installed','You have installed the Shopping Feed module','Partners'),(10,1,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,3,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,4,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,5,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,6,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,7,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,8,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,9,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,10,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,11,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,12,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(10,13,'Shopping Feed configured','You have configured the Shopping Feed module','Partners'),(11,1,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,3,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,4,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,5,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,6,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,7,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,8,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,9,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,10,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,11,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,12,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(11,13,'Alliance Payment installed','You have installed the Alliance Payment module','Partners'),(12,1,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,3,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,4,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,5,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,6,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,7,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,8,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,9,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,10,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,11,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,12,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(12,13,'Alliance Payment configured','You have configured the Alliance Payment module','Partners'),(13,1,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,3,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,4,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,5,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,6,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,7,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,8,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,9,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,10,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,11,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,12,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(13,13,'Alliance Payment active','Your Alliance Payment module is active','Partners'),(14,1,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,3,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,4,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,5,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,6,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,7,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,8,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,9,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,10,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,11,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,12,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(14,13,'Alliance Payment very active','Your Alliance Payment module is very active','Partners'),(15,1,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,3,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,4,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,5,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,6,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,7,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,8,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,9,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,10,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,11,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,12,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(15,13,'Authorize Aim installed','You have installed the Authorize Aim module','Partners'),(16,1,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,3,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,4,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,5,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,6,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,7,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,8,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,9,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,10,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,11,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,12,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(16,13,'Authorize Aim configured','You have configured the Authorize Aim module','Partners'),(17,1,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,3,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,4,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,5,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,6,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,7,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,8,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,9,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,10,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,11,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,12,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(17,13,'Authorize Aim active','Your Authorize Aim module is active','Partners'),(18,1,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,3,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,4,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,5,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,6,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,7,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,8,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,9,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,10,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,11,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,12,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(18,13,'Authorize Aim very active','Your Authorize Aim module is very active','Partners'),(19,1,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,3,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,4,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,5,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,6,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,7,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,8,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,9,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,10,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,11,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,12,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(19,13,'Blue Pay installed','You have installed the Blue Pay module','Partners'),(20,1,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,3,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,4,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,5,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,6,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,7,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,8,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,9,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,10,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,11,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,12,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(20,13,'Blue Pay configured','You have configured the Blue Pay module','Partners'),(21,1,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,3,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,4,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,5,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,6,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,7,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,8,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,9,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,10,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,11,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,12,'Blue Pay active','Your Blue Pay module is active','Partners'),(21,13,'Blue Pay active','Your Blue Pay module is active','Partners'),(22,1,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,3,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,4,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,5,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,6,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,7,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,8,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,9,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,10,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,11,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,12,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(22,13,'Blue Pay very active','Your Blue Pay module is very active','Partners'),(23,1,'Ebay installed','You have installed the Ebay module','Partners'),(23,3,'Ebay installed','You have installed the Ebay module','Partners'),(23,4,'Ebay installed','You have installed the Ebay module','Partners'),(23,5,'Ebay installed','You have installed the Ebay module','Partners'),(23,6,'Ebay installed','You have installed the Ebay module','Partners'),(23,7,'Ebay installed','You have installed the Ebay module','Partners'),(23,8,'Ebay installed','You have installed the Ebay module','Partners'),(23,9,'Ebay installed','You have installed the Ebay module','Partners'),(23,10,'Ebay installed','You have installed the Ebay module','Partners'),(23,11,'Ebay installed','You have installed the Ebay module','Partners'),(23,12,'Ebay installed','You have installed the Ebay module','Partners'),(23,13,'Ebay installed','You have installed the Ebay module','Partners'),(24,1,'Ebay configured','You have configured the Ebay module','Partners'),(24,3,'Ebay configured','You have configured the Ebay module','Partners'),(24,4,'Ebay configured','You have configured the Ebay module','Partners'),(24,5,'Ebay configured','You have configured the Ebay module','Partners'),(24,6,'Ebay configured','You have configured the Ebay module','Partners'),(24,7,'Ebay configured','You have configured the Ebay module','Partners'),(24,8,'Ebay configured','You have configured the Ebay module','Partners'),(24,9,'Ebay configured','You have configured the Ebay module','Partners'),(24,10,'Ebay configured','You have configured the Ebay module','Partners'),(24,11,'Ebay configured','You have configured the Ebay module','Partners'),(24,12,'Ebay configured','You have configured the Ebay module','Partners'),(24,13,'Ebay configured','You have configured the Ebay module','Partners'),(25,1,'Ebay active','Your Ebay module is active','Partners'),(25,3,'Ebay active','Your Ebay module is active','Partners'),(25,4,'Ebay active','Your Ebay module is active','Partners'),(25,5,'Ebay active','Your Ebay module is active','Partners'),(25,6,'Ebay active','Your Ebay module is active','Partners'),(25,7,'Ebay active','Your Ebay module is active','Partners'),(25,8,'Ebay active','Your Ebay module is active','Partners'),(25,9,'Ebay active','Your Ebay module is active','Partners'),(25,10,'Ebay active','Your Ebay module is active','Partners'),(25,11,'Ebay active','Your Ebay module is active','Partners'),(25,12,'Ebay active','Your Ebay module is active','Partners'),(25,13,'Ebay active','Your Ebay module is active','Partners'),(26,1,'Ebay very active','Your Ebay module is very active','Partners'),(26,3,'Ebay very active','Your Ebay module is very active','Partners'),(26,4,'Ebay very active','Your Ebay module is very active','Partners'),(26,5,'Ebay very active','Your Ebay module is very active','Partners'),(26,6,'Ebay very active','Your Ebay module is very active','Partners'),(26,7,'Ebay very active','Your Ebay module is very active','Partners'),(26,8,'Ebay very active','Your Ebay module is very active','Partners'),(26,9,'Ebay very active','Your Ebay module is very active','Partners'),(26,10,'Ebay very active','Your Ebay module is very active','Partners'),(26,11,'Ebay very active','Your Ebay module is very active','Partners'),(26,12,'Ebay very active','Your Ebay module is very active','Partners'),(26,13,'Ebay very active','Your Ebay module is very active','Partners'),(27,1,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,3,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,4,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,5,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,6,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,7,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,8,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,9,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,10,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,11,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,12,'PayPlug installed','You have installed the PayPlug module','Partners'),(27,13,'PayPlug installed','You have installed the PayPlug module','Partners'),(28,1,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,3,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,4,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,5,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,6,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,7,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,8,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,9,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,10,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,11,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,12,'PayPlug configured','You have configured the PayPlug module','Partners'),(28,13,'PayPlug configured','You have configured the PayPlug module','Partners'),(29,1,'PayPlug active','Your PayPlug module is active','Partners'),(29,3,'PayPlug active','Your PayPlug module is active','Partners'),(29,4,'PayPlug active','Your PayPlug module is active','Partners'),(29,5,'PayPlug active','Your PayPlug module is active','Partners'),(29,6,'PayPlug active','Your PayPlug module is active','Partners'),(29,7,'PayPlug active','Your PayPlug module is active','Partners'),(29,8,'PayPlug active','Your PayPlug module is active','Partners'),(29,9,'PayPlug active','Your PayPlug module is active','Partners'),(29,10,'PayPlug active','Your PayPlug module is active','Partners'),(29,11,'PayPlug active','Your PayPlug module is active','Partners'),(29,12,'PayPlug active','Your PayPlug module is active','Partners'),(29,13,'PayPlug active','Your PayPlug module is active','Partners'),(30,1,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,3,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,4,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,5,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,6,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,7,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,8,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,9,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,10,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,11,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,12,'PayPlug very active','Your PayPlug module is very active','Partners'),(30,13,'PayPlug very active','Your PayPlug module is very active','Partners'),(31,1,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,3,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,4,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,5,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,6,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,7,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,8,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,9,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,10,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,11,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,12,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(31,13,'Affinity Items installed','You have installed the Affinity Items module','Partners'),(32,1,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,3,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,4,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,5,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,6,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,7,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,8,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,9,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,10,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,11,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,12,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(32,13,'Affinity Items configured','You have configured the Affinity Items module','Partners'),(33,1,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,3,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,4,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,5,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,6,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,7,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,8,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,9,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,10,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,11,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,12,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(33,13,'DPD Poland installed','You have installed the DPD Poland module','Partners'),(34,1,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,3,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,4,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,5,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,6,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,7,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,8,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,9,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,10,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,11,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,12,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(34,13,'DPD Poland configured','You have configured the DPD Poland module','Partners'),(35,1,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,3,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,4,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,5,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,6,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,7,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,8,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,9,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,10,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,11,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,12,'DPD Poland active','Your DPD Poland module is active','Partners'),(35,13,'DPD Poland active','Your DPD Poland module is active','Partners'),(36,1,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,3,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,4,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,5,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,6,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,7,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,8,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,9,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,10,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,11,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,12,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(36,13,'DPD Poland very active','Your DPD Poland module is very active','Partners'),(37,1,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,3,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,4,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,5,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,6,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,7,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,8,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,9,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,10,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,11,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,12,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(37,13,'Envoimoinscher installed','You have installed the Envoimoinscher module','Partners'),(38,1,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,3,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,4,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,5,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,6,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,7,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,8,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,9,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,10,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,11,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,12,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(38,13,'Envoimoinscher configured','You have configured the Envoimoinscher module','Partners'),(39,1,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,3,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,4,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,5,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,6,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,7,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,8,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,9,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,10,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,11,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,12,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(39,13,'Envoimoinscher active','Your Envoimoinscher module is active','Partners'),(40,1,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,3,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,4,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,5,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,6,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,7,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,8,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,9,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,10,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,11,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,12,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(40,13,'Envoimoinscher very active','Your Envoimoinscher module is very active','Partners'),(41,1,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,3,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,4,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,5,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,6,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,7,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,8,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,9,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,10,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,11,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,12,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(41,13,'Klik&Pay installed','You have installed the Klik&Pay module','Partners'),(42,1,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,3,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,4,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,5,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,6,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,7,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,8,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,9,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,10,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,11,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,12,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(42,13,'Klik&Pay configured','You have configured the Klik&Pay module','Partners'),(43,1,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,3,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,4,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,5,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,6,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,7,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,8,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,9,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,10,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,11,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,12,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(43,13,'Klik&Pay active','Your Klik&Pay module is active','Partners'),(44,1,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,3,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,4,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,5,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,6,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,7,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,8,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,9,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,10,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,11,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,12,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(44,13,'Klik&Pay very active','Your Klik&Pay module is very active','Partners'),(45,1,'Clickline installed','You have installed the Clickline module','Partners'),(45,3,'Clickline installed','You have installed the Clickline module','Partners'),(45,4,'Clickline installed','You have installed the Clickline module','Partners'),(45,5,'Clickline installed','You have installed the Clickline module','Partners'),(45,6,'Clickline installed','You have installed the Clickline module','Partners'),(45,7,'Clickline installed','You have installed the Clickline module','Partners'),(45,8,'Clickline installed','You have installed the Clickline module','Partners'),(45,9,'Clickline installed','You have installed the Clickline module','Partners'),(45,10,'Clickline installed','You have installed the Clickline module','Partners'),(45,11,'Clickline installed','You have installed the Clickline module','Partners'),(45,12,'Clickline installed','You have installed the Clickline module','Partners'),(45,13,'Clickline installed','You have installed the Clickline module','Partners'),(46,1,'Clickline configured','You have configured the Clickline module','Partners'),(46,3,'Clickline configured','You have configured the Clickline module','Partners'),(46,4,'Clickline configured','You have configured the Clickline module','Partners'),(46,5,'Clickline configured','You have configured the Clickline module','Partners'),(46,6,'Clickline configured','You have configured the Clickline module','Partners'),(46,7,'Clickline configured','You have configured the Clickline module','Partners'),(46,8,'Clickline configured','You have configured the Clickline module','Partners'),(46,9,'Clickline configured','You have configured the Clickline module','Partners'),(46,10,'Clickline configured','You have configured the Clickline module','Partners'),(46,11,'Clickline configured','You have configured the Clickline module','Partners'),(46,12,'Clickline configured','You have configured the Clickline module','Partners'),(46,13,'Clickline configured','You have configured the Clickline module','Partners'),(47,1,'Clickline active','Your Clickline module is active','Partners'),(47,3,'Clickline active','Your Clickline module is active','Partners'),(47,4,'Clickline active','Your Clickline module is active','Partners'),(47,5,'Clickline active','Your Clickline module is active','Partners'),(47,6,'Clickline active','Your Clickline module is active','Partners'),(47,7,'Clickline active','Your Clickline module is active','Partners'),(47,8,'Clickline active','Your Clickline module is active','Partners'),(47,9,'Clickline active','Your Clickline module is active','Partners'),(47,10,'Clickline active','Your Clickline module is active','Partners'),(47,11,'Clickline active','Your Clickline module is active','Partners'),(47,12,'Clickline active','Your Clickline module is active','Partners'),(47,13,'Clickline active','Your Clickline module is active','Partners'),(48,1,'Clickline very active','Your Clickline module is very active','Partners'),(48,3,'Clickline very active','Your Clickline module is very active','Partners'),(48,4,'Clickline very active','Your Clickline module is very active','Partners'),(48,5,'Clickline very active','Your Clickline module is very active','Partners'),(48,6,'Clickline very active','Your Clickline module is very active','Partners'),(48,7,'Clickline very active','Your Clickline module is very active','Partners'),(48,8,'Clickline very active','Your Clickline module is very active','Partners'),(48,9,'Clickline very active','Your Clickline module is very active','Partners'),(48,10,'Clickline very active','Your Clickline module is very active','Partners'),(48,11,'Clickline very active','Your Clickline module is very active','Partners'),(48,12,'Clickline very active','Your Clickline module is very active','Partners'),(48,13,'Clickline very active','Your Clickline module is very active','Partners'),(49,1,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,3,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,4,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,5,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,6,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,7,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,8,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,9,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,10,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,11,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,12,'CDiscount installed','You have installed the CDiscount module','Partners'),(49,13,'CDiscount installed','You have installed the CDiscount module','Partners'),(50,1,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,3,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,4,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,5,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,6,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,7,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,8,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,9,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,10,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,11,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,12,'CDiscount configured','You have configured the CDiscount module','Partners'),(50,13,'CDiscount configured','You have configured the CDiscount module','Partners'),(51,1,'CDiscount active','Your CDiscount module is active','Partners'),(51,3,'CDiscount active','Your CDiscount module is active','Partners'),(51,4,'CDiscount active','Your CDiscount module is active','Partners'),(51,5,'CDiscount active','Your CDiscount module is active','Partners'),(51,6,'CDiscount active','Your CDiscount module is active','Partners'),(51,7,'CDiscount active','Your CDiscount module is active','Partners'),(51,8,'CDiscount active','Your CDiscount module is active','Partners'),(51,9,'CDiscount active','Your CDiscount module is active','Partners'),(51,10,'CDiscount active','Your CDiscount module is active','Partners'),(51,11,'CDiscount active','Your CDiscount module is active','Partners'),(51,12,'CDiscount active','Your CDiscount module is active','Partners'),(51,13,'CDiscount active','Your CDiscount module is active','Partners'),(52,1,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,3,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,4,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,5,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,6,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,7,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,8,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,9,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,10,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,11,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,12,'CDiscount very active','Your CDiscount module is very active','Partners'),(52,13,'CDiscount very active','Your CDiscount module is very active','Partners'),(53,1,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,3,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,4,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,5,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,6,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,7,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,8,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,9,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,10,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,11,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,12,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(53,13,'illicoPresta installed','You have installed the illicoPresta module','Partners'),(54,1,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,3,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,4,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,5,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,6,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,7,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,8,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,9,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,10,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,11,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,12,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(54,13,'illicoPresta configured','You have configured the illicoPresta module','Partners'),(55,1,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,3,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,4,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,5,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,6,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,7,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,8,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,9,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,10,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,11,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,12,'illicoPresta active','Your illicoPresta module is active','Partners'),(55,13,'illicoPresta active','Your illicoPresta module is active','Partners'),(56,1,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,3,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,4,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,5,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,6,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,7,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,8,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,9,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,10,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,11,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,12,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(56,13,'illicoPresta very active','Your illicoPresta module is very active','Partners'),(57,1,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,3,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,4,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,5,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,6,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,7,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,8,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,9,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,10,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,11,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,12,'NetReviews installed','You have installed the NetReviews module','Partners'),(57,13,'NetReviews installed','You have installed the NetReviews module','Partners'),(58,1,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,3,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,4,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,5,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,6,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,7,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,8,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,9,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,10,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,11,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,12,'NetReviews configured','You have configured the NetReviews module','Partners'),(58,13,'NetReviews configured','You have configured the NetReviews module','Partners'),(59,1,'NetReviews active','Your NetReviews module is active','Partners'),(59,3,'NetReviews active','Your NetReviews module is active','Partners'),(59,4,'NetReviews active','Your NetReviews module is active','Partners'),(59,5,'NetReviews active','Your NetReviews module is active','Partners'),(59,6,'NetReviews active','Your NetReviews module is active','Partners'),(59,7,'NetReviews active','Your NetReviews module is active','Partners'),(59,8,'NetReviews active','Your NetReviews module is active','Partners'),(59,9,'NetReviews active','Your NetReviews module is active','Partners'),(59,10,'NetReviews active','Your NetReviews module is active','Partners'),(59,11,'NetReviews active','Your NetReviews module is active','Partners'),(59,12,'NetReviews active','Your NetReviews module is active','Partners'),(59,13,'NetReviews active','Your NetReviews module is active','Partners'),(60,1,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,3,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,4,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,5,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,6,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,7,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,8,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,9,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,10,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,11,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,12,'NetReviews very active','Your NetReviews module is very active','Partners'),(60,13,'NetReviews very active','Your NetReviews module is very active','Partners'),(61,1,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,3,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,4,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,5,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,6,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,7,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,8,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,9,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,10,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,11,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,12,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(61,13,'Bluesnap installed','You have installed the Bluesnap module','Partners'),(62,1,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,3,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,4,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,5,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,6,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,7,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,8,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,9,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,10,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,11,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,12,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(62,13,'Bluesnap configured','You have configured the Bluesnap module','Partners'),(63,1,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,3,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,4,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,5,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,6,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,7,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,8,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,9,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,10,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,11,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,12,'Bluesnap active','Your Bluesnap module is active','Partners'),(63,13,'Bluesnap active','Your Bluesnap module is active','Partners'),(64,1,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,3,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,4,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,5,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,6,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,7,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,8,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,9,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,10,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,11,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,12,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(64,13,'Bluesnap very active','Your Bluesnap module is very active','Partners'),(65,1,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,3,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,4,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,5,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,6,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,7,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,8,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,9,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,10,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,11,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,12,'Desjardins installed','You have installed the Desjardins module','Partners'),(65,13,'Desjardins installed','You have installed the Desjardins module','Partners'),(66,1,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,3,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,4,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,5,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,6,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,7,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,8,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,9,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,10,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,11,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,12,'Desjardins configured','You have configured the Desjardins module','Partners'),(66,13,'Desjardins configured','You have configured the Desjardins module','Partners'),(67,1,'Desjardins active','Your Desjardins module is active','Partners'),(67,3,'Desjardins active','Your Desjardins module is active','Partners'),(67,4,'Desjardins active','Your Desjardins module is active','Partners'),(67,5,'Desjardins active','Your Desjardins module is active','Partners'),(67,6,'Desjardins active','Your Desjardins module is active','Partners'),(67,7,'Desjardins active','Your Desjardins module is active','Partners'),(67,8,'Desjardins active','Your Desjardins module is active','Partners'),(67,9,'Desjardins active','Your Desjardins module is active','Partners'),(67,10,'Desjardins active','Your Desjardins module is active','Partners'),(67,11,'Desjardins active','Your Desjardins module is active','Partners'),(67,12,'Desjardins active','Your Desjardins module is active','Partners'),(67,13,'Desjardins active','Your Desjardins module is active','Partners'),(68,1,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,3,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,4,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,5,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,6,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,7,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,8,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,9,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,10,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,11,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,12,'Desjardins very active','Your Desjardins module is very active','Partners'),(68,13,'Desjardins very active','Your Desjardins module is very active','Partners'),(69,1,'First Data installed','You have installed the First Data module','Partners'),(69,3,'First Data installed','You have installed the First Data module','Partners'),(69,4,'First Data installed','You have installed the First Data module','Partners'),(69,5,'First Data installed','You have installed the First Data module','Partners'),(69,6,'First Data installed','You have installed the First Data module','Partners'),(69,7,'First Data installed','You have installed the First Data module','Partners'),(69,8,'First Data installed','You have installed the First Data module','Partners'),(69,9,'First Data installed','You have installed the First Data module','Partners'),(69,10,'First Data installed','You have installed the First Data module','Partners'),(69,11,'First Data installed','You have installed the First Data module','Partners'),(69,12,'First Data installed','You have installed the First Data module','Partners'),(69,13,'First Data installed','You have installed the First Data module','Partners'),(70,1,'First Data configured','You have configured the First Data module','Partners'),(70,3,'First Data configured','You have configured the First Data module','Partners'),(70,4,'First Data configured','You have configured the First Data module','Partners'),(70,5,'First Data configured','You have configured the First Data module','Partners'),(70,6,'First Data configured','You have configured the First Data module','Partners'),(70,7,'First Data configured','You have configured the First Data module','Partners'),(70,8,'First Data configured','You have configured the First Data module','Partners'),(70,9,'First Data configured','You have configured the First Data module','Partners'),(70,10,'First Data configured','You have configured the First Data module','Partners'),(70,11,'First Data configured','You have configured the First Data module','Partners'),(70,12,'First Data configured','You have configured the First Data module','Partners'),(70,13,'First Data configured','You have configured the First Data module','Partners'),(71,1,'First Data active','Your First Data module is active','Partners'),(71,3,'First Data active','Your First Data module is active','Partners'),(71,4,'First Data active','Your First Data module is active','Partners'),(71,5,'First Data active','Your First Data module is active','Partners'),(71,6,'First Data active','Your First Data module is active','Partners'),(71,7,'First Data active','Your First Data module is active','Partners'),(71,8,'First Data active','Your First Data module is active','Partners'),(71,9,'First Data active','Your First Data module is active','Partners'),(71,10,'First Data active','Your First Data module is active','Partners'),(71,11,'First Data active','Your First Data module is active','Partners'),(71,12,'First Data active','Your First Data module is active','Partners'),(71,13,'First Data active','Your First Data module is active','Partners'),(72,1,'First Data very active','Your First Data module is very active','Partners'),(72,3,'First Data very active','Your First Data module is very active','Partners'),(72,4,'First Data very active','Your First Data module is very active','Partners'),(72,5,'First Data very active','Your First Data module is very active','Partners'),(72,6,'First Data very active','Your First Data module is very active','Partners'),(72,7,'First Data very active','Your First Data module is very active','Partners'),(72,8,'First Data very active','Your First Data module is very active','Partners'),(72,9,'First Data very active','Your First Data module is very active','Partners'),(72,10,'First Data very active','Your First Data module is very active','Partners'),(72,11,'First Data very active','Your First Data module is very active','Partners'),(72,12,'First Data very active','Your First Data module is very active','Partners'),(72,13,'First Data very active','Your First Data module is very active','Partners'),(73,1,'Give.it installed','You have installed the Give.it module','Partners'),(73,3,'Give.it installed','You have installed the Give.it module','Partners'),(73,4,'Give.it installed','You have installed the Give.it module','Partners'),(73,5,'Give.it installed','You have installed the Give.it module','Partners'),(73,6,'Give.it installed','You have installed the Give.it module','Partners'),(73,7,'Give.it installed','You have installed the Give.it module','Partners'),(73,8,'Give.it installed','You have installed the Give.it module','Partners'),(73,9,'Give.it installed','You have installed the Give.it module','Partners'),(73,10,'Give.it installed','You have installed the Give.it module','Partners'),(73,11,'Give.it installed','You have installed the Give.it module','Partners'),(73,12,'Give.it installed','You have installed the Give.it module','Partners'),(73,13,'Give.it installed','You have installed the Give.it module','Partners'),(74,1,'Give.it configured','You have configured the Give.it module','Partners'),(74,3,'Give.it configured','You have configured the Give.it module','Partners'),(74,4,'Give.it configured','You have configured the Give.it module','Partners'),(74,5,'Give.it configured','You have configured the Give.it module','Partners'),(74,6,'Give.it configured','You have configured the Give.it module','Partners'),(74,7,'Give.it configured','You have configured the Give.it module','Partners'),(74,8,'Give.it configured','You have configured the Give.it module','Partners'),(74,9,'Give.it configured','You have configured the Give.it module','Partners'),(74,10,'Give.it configured','You have configured the Give.it module','Partners'),(74,11,'Give.it configured','You have configured the Give.it module','Partners'),(74,12,'Give.it configured','You have configured the Give.it module','Partners'),(74,13,'Give.it configured','You have configured the Give.it module','Partners'),(75,1,'Give.it active','Your Give.it module is active','Partners'),(75,3,'Give.it active','Your Give.it module is active','Partners'),(75,4,'Give.it active','Your Give.it module is active','Partners'),(75,5,'Give.it active','Your Give.it module is active','Partners'),(75,6,'Give.it active','Your Give.it module is active','Partners'),(75,7,'Give.it active','Your Give.it module is active','Partners'),(75,8,'Give.it active','Your Give.it module is active','Partners'),(75,9,'Give.it active','Your Give.it module is active','Partners'),(75,10,'Give.it active','Your Give.it module is active','Partners'),(75,11,'Give.it active','Your Give.it module is active','Partners'),(75,12,'Give.it active','Your Give.it module is active','Partners'),(75,13,'Give.it active','Your Give.it module is active','Partners'),(76,1,'Give.it very active','Your Give.it module is very active','Partners'),(76,3,'Give.it very active','Your Give.it module is very active','Partners'),(76,4,'Give.it very active','Your Give.it module is very active','Partners'),(76,5,'Give.it very active','Your Give.it module is very active','Partners'),(76,6,'Give.it very active','Your Give.it module is very active','Partners'),(76,7,'Give.it very active','Your Give.it module is very active','Partners'),(76,8,'Give.it very active','Your Give.it module is very active','Partners'),(76,9,'Give.it very active','Your Give.it module is very active','Partners'),(76,10,'Give.it very active','Your Give.it module is very active','Partners'),(76,11,'Give.it very active','Your Give.it module is very active','Partners'),(76,12,'Give.it very active','Your Give.it module is very active','Partners'),(76,13,'Give.it very active','Your Give.it module is very active','Partners'),(77,1,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,3,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,4,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,5,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,6,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,7,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,8,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,9,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,10,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,11,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,12,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(77,13,'Google Analytics installed','You have installed the Google Analytics module','Partners'),(78,1,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,3,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,4,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,5,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,6,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,7,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,8,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,9,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,10,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,11,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,12,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(78,13,'Google Analytics configured','You have configured the Google Analytics module','Partners'),(79,1,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,3,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,4,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,5,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,6,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,7,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,8,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,9,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,10,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,11,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,12,'Google Analytics active','Your Google Analytics module is active','Partners'),(79,13,'Google Analytics active','Your Google Analytics module is active','Partners'),(80,1,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,3,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,4,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,5,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,6,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,7,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,8,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,9,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,10,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,11,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,12,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(80,13,'Google Analytics very active','Your Google Analytics module is very active','Partners'),(81,1,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,3,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,4,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,5,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,6,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,7,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,8,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,9,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,10,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,11,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,12,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(81,13,'PagSeguro installed','You have installed the PagSeguro module','Partners'),(82,1,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,3,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,4,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,5,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,6,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,7,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,8,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,9,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,10,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,11,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,12,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(82,13,'PagSeguro configured','You have configured the PagSeguro module','Partners'),(83,1,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,3,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,4,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,5,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,6,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,7,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,8,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,9,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,10,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,11,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,12,'PagSeguro active','Your PagSeguro module is active','Partners'),(83,13,'PagSeguro active','Your PagSeguro module is active','Partners'),(84,1,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,3,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,4,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,5,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,6,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,7,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,8,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,9,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,10,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,11,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,12,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(84,13,'PagSeguro very active','Your PagSeguro module is very active','Partners'),(85,1,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,3,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,4,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,5,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,6,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,7,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,8,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,9,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,10,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,11,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,12,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(85,13,'Paypal MX installed','You have installed the Paypal MX module','Partners'),(86,1,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,3,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,4,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,5,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,6,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,7,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,8,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,9,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,10,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,11,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,12,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(86,13,'Paypal MX configured','You have configured the Paypal MX module','Partners'),(87,1,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,3,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,4,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,5,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,6,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,7,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,8,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,9,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,10,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,11,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,12,'Paypal MX active','Your Paypal MX module is active','Partners'),(87,13,'Paypal MX active','Your Paypal MX module is active','Partners'),(88,1,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,3,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,4,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,5,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,6,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,7,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,8,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,9,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,10,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,11,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,12,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(88,13,'Paypal MX very active','Your Paypal MX module is very active','Partners'),(89,1,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,3,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,4,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,5,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,6,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,7,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,8,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,9,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,10,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,11,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,12,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(89,13,'Paypal USA installed','You have installed the Paypal USA module','Partners'),(90,1,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,3,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,4,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,5,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,6,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,7,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,8,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,9,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,10,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,11,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,12,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(90,13,'Paypal USA configured','You have configured the Paypal USA module','Partners'),(91,1,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,3,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,4,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,5,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,6,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,7,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,8,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,9,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,10,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,11,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,12,'Paypal USA active','Your Paypal USA module is active','Partners'),(91,13,'Paypal USA active','Your Paypal USA module is active','Partners'),(92,1,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,3,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,4,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,5,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,6,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,7,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,8,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,9,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,10,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,11,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,12,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(92,13,'Paypal USA very active','Your Paypal USA module is very active','Partners'),(93,1,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,3,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,4,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,5,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,6,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,7,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,8,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,9,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,10,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,11,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,12,'PayULatam installed','You have installed the PayULatam module','Partners'),(93,13,'PayULatam installed','You have installed the PayULatam module','Partners'),(94,1,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,3,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,4,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,5,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,6,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,7,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,8,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,9,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,10,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,11,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,12,'PayULatam configured','You have configured the PayULatam module','Partners'),(94,13,'PayULatam configured','You have configured the PayULatam module','Partners'),(95,1,'PayULatam active','Your PayULatam module is active','Partners'),(95,3,'PayULatam active','Your PayULatam module is active','Partners'),(95,4,'PayULatam active','Your PayULatam module is active','Partners'),(95,5,'PayULatam active','Your PayULatam module is active','Partners'),(95,6,'PayULatam active','Your PayULatam module is active','Partners'),(95,7,'PayULatam active','Your PayULatam module is active','Partners'),(95,8,'PayULatam active','Your PayULatam module is active','Partners'),(95,9,'PayULatam active','Your PayULatam module is active','Partners'),(95,10,'PayULatam active','Your PayULatam module is active','Partners'),(95,11,'PayULatam active','Your PayULatam module is active','Partners'),(95,12,'PayULatam active','Your PayULatam module is active','Partners'),(95,13,'PayULatam active','Your PayULatam module is active','Partners'),(96,1,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,3,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,4,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,5,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,6,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,7,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,8,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,9,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,10,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,11,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,12,'PayULatam very active','Your PayULatam module is very active','Partners'),(96,13,'PayULatam very active','Your PayULatam module is very active','Partners'),(97,1,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,3,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,4,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,5,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,6,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,7,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,8,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,9,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,10,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,11,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,12,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(97,13,'PrestaStats installed','You have installed the PrestaStats module','Partners'),(98,1,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,3,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,4,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,5,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,6,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,7,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,8,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,9,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,10,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,11,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,12,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(98,13,'PrestaStats configured','You have configured the PrestaStats module','Partners'),(99,1,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,3,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,4,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,5,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,6,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,7,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,8,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,9,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,10,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,11,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,12,'PrestaStats active','Your PrestaStats module is active','Partners'),(99,13,'PrestaStats active','Your PrestaStats module is active','Partners'),(100,1,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,3,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,4,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,5,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,6,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,7,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,8,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,9,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,10,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,11,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,12,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(100,13,'PrestaStats very active','Your PrestaStats module is very active','Partners'),(101,1,'Riskified installed','You have installed the Riskified module','Partners'),(101,3,'Riskified installed','You have installed the Riskified module','Partners'),(101,4,'Riskified installed','You have installed the Riskified module','Partners'),(101,5,'Riskified installed','You have installed the Riskified module','Partners'),(101,6,'Riskified installed','You have installed the Riskified module','Partners'),(101,7,'Riskified installed','You have installed the Riskified module','Partners'),(101,8,'Riskified installed','You have installed the Riskified module','Partners'),(101,9,'Riskified installed','You have installed the Riskified module','Partners'),(101,10,'Riskified installed','You have installed the Riskified module','Partners'),(101,11,'Riskified installed','You have installed the Riskified module','Partners'),(101,12,'Riskified installed','You have installed the Riskified module','Partners'),(101,13,'Riskified installed','You have installed the Riskified module','Partners'),(102,1,'Riskified configured','You have configured the Riskified module','Partners'),(102,3,'Riskified configured','You have configured the Riskified module','Partners'),(102,4,'Riskified configured','You have configured the Riskified module','Partners'),(102,5,'Riskified configured','You have configured the Riskified module','Partners'),(102,6,'Riskified configured','You have configured the Riskified module','Partners'),(102,7,'Riskified configured','You have configured the Riskified module','Partners'),(102,8,'Riskified configured','You have configured the Riskified module','Partners'),(102,9,'Riskified configured','You have configured the Riskified module','Partners'),(102,10,'Riskified configured','You have configured the Riskified module','Partners'),(102,11,'Riskified configured','You have configured the Riskified module','Partners'),(102,12,'Riskified configured','You have configured the Riskified module','Partners'),(102,13,'Riskified configured','You have configured the Riskified module','Partners'),(103,1,'Riskified active','Your Riskified module is active','Partners'),(103,3,'Riskified active','Your Riskified module is active','Partners'),(103,4,'Riskified active','Your Riskified module is active','Partners'),(103,5,'Riskified active','Your Riskified module is active','Partners'),(103,6,'Riskified active','Your Riskified module is active','Partners'),(103,7,'Riskified active','Your Riskified module is active','Partners'),(103,8,'Riskified active','Your Riskified module is active','Partners'),(103,9,'Riskified active','Your Riskified module is active','Partners'),(103,10,'Riskified active','Your Riskified module is active','Partners'),(103,11,'Riskified active','Your Riskified module is active','Partners'),(103,12,'Riskified active','Your Riskified module is active','Partners'),(103,13,'Riskified active','Your Riskified module is active','Partners'),(104,1,'Riskified very active','Your Riskified module is very active','Partners'),(104,3,'Riskified very active','Your Riskified module is very active','Partners'),(104,4,'Riskified very active','Your Riskified module is very active','Partners'),(104,5,'Riskified very active','Your Riskified module is very active','Partners'),(104,6,'Riskified very active','Your Riskified module is very active','Partners'),(104,7,'Riskified very active','Your Riskified module is very active','Partners'),(104,8,'Riskified very active','Your Riskified module is very active','Partners'),(104,9,'Riskified very active','Your Riskified module is very active','Partners'),(104,10,'Riskified very active','Your Riskified module is very active','Partners'),(104,11,'Riskified very active','Your Riskified module is very active','Partners'),(104,12,'Riskified very active','Your Riskified module is very active','Partners'),(104,13,'Riskified very active','Your Riskified module is very active','Partners'),(105,1,'Simplify installed','You have installed the Simplify module','Partners'),(105,3,'Simplify installed','You have installed the Simplify module','Partners'),(105,4,'Simplify installed','You have installed the Simplify module','Partners'),(105,5,'Simplify installed','You have installed the Simplify module','Partners'),(105,6,'Simplify installed','You have installed the Simplify module','Partners'),(105,7,'Simplify installed','You have installed the Simplify module','Partners'),(105,8,'Simplify installed','You have installed the Simplify module','Partners'),(105,9,'Simplify installed','You have installed the Simplify module','Partners'),(105,10,'Simplify installed','You have installed the Simplify module','Partners'),(105,11,'Simplify installed','You have installed the Simplify module','Partners'),(105,12,'Simplify installed','You have installed the Simplify module','Partners'),(105,13,'Simplify installed','You have installed the Simplify module','Partners'),(106,1,'Simplify configured','You have configured the Simplify module','Partners'),(106,3,'Simplify configured','You have configured the Simplify module','Partners'),(106,4,'Simplify configured','You have configured the Simplify module','Partners'),(106,5,'Simplify configured','You have configured the Simplify module','Partners'),(106,6,'Simplify configured','You have configured the Simplify module','Partners'),(106,7,'Simplify configured','You have configured the Simplify module','Partners'),(106,8,'Simplify configured','You have configured the Simplify module','Partners'),(106,9,'Simplify configured','You have configured the Simplify module','Partners'),(106,10,'Simplify configured','You have configured the Simplify module','Partners'),(106,11,'Simplify configured','You have configured the Simplify module','Partners'),(106,12,'Simplify configured','You have configured the Simplify module','Partners'),(106,13,'Simplify configured','You have configured the Simplify module','Partners'),(107,1,'Simplify active','Your Simplify module is active','Partners'),(107,3,'Simplify active','Your Simplify module is active','Partners'),(107,4,'Simplify active','Your Simplify module is active','Partners'),(107,5,'Simplify active','Your Simplify module is active','Partners'),(107,6,'Simplify active','Your Simplify module is active','Partners'),(107,7,'Simplify active','Your Simplify module is active','Partners'),(107,8,'Simplify active','Your Simplify module is active','Partners'),(107,9,'Simplify active','Your Simplify module is active','Partners'),(107,10,'Simplify active','Your Simplify module is active','Partners'),(107,11,'Simplify active','Your Simplify module is active','Partners'),(107,12,'Simplify active','Your Simplify module is active','Partners'),(107,13,'Simplify active','Your Simplify module is active','Partners'),(108,1,'Simplify very active','Your Simplify module is very active','Partners'),(108,3,'Simplify very active','Your Simplify module is very active','Partners'),(108,4,'Simplify very active','Your Simplify module is very active','Partners'),(108,5,'Simplify very active','Your Simplify module is very active','Partners'),(108,6,'Simplify very active','Your Simplify module is very active','Partners'),(108,7,'Simplify very active','Your Simplify module is very active','Partners'),(108,8,'Simplify very active','Your Simplify module is very active','Partners'),(108,9,'Simplify very active','Your Simplify module is very active','Partners'),(108,10,'Simplify very active','Your Simplify module is very active','Partners'),(108,11,'Simplify very active','Your Simplify module is very active','Partners'),(108,12,'Simplify very active','Your Simplify module is very active','Partners'),(108,13,'Simplify very active','Your Simplify module is very active','Partners'),(109,1,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,3,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,4,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,5,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,6,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,7,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,8,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,9,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,10,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,11,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,12,'VTPayment installed','You have installed the VTPayment module','Partners'),(109,13,'VTPayment installed','You have installed the VTPayment module','Partners'),(110,1,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,3,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,4,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,5,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,6,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,7,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,8,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,9,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,10,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,11,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,12,'VTPayment configured','You have configured the VTPayment module','Partners'),(110,13,'VTPayment configured','You have configured the VTPayment module','Partners'),(111,1,'VTPayment active','Your VTPayment module is active','Partners'),(111,3,'VTPayment active','Your VTPayment module is active','Partners'),(111,4,'VTPayment active','Your VTPayment module is active','Partners'),(111,5,'VTPayment active','Your VTPayment module is active','Partners'),(111,6,'VTPayment active','Your VTPayment module is active','Partners'),(111,7,'VTPayment active','Your VTPayment module is active','Partners'),(111,8,'VTPayment active','Your VTPayment module is active','Partners'),(111,9,'VTPayment active','Your VTPayment module is active','Partners'),(111,10,'VTPayment active','Your VTPayment module is active','Partners'),(111,11,'VTPayment active','Your VTPayment module is active','Partners'),(111,12,'VTPayment active','Your VTPayment module is active','Partners'),(111,13,'VTPayment active','Your VTPayment module is active','Partners'),(112,1,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,3,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,4,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,5,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,6,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,7,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,8,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,9,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,10,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,11,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,12,'VTPayment very active','Your VTPayment module is very active','Partners'),(112,13,'VTPayment very active','Your VTPayment module is very active','Partners'),(113,1,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,3,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,4,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,5,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,6,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,7,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,8,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,9,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,10,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,11,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,12,'Yotpo installed','You have installed the Yotpo module','Partners'),(113,13,'Yotpo installed','You have installed the Yotpo module','Partners'),(114,1,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,3,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,4,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,5,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,6,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,7,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,8,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,9,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,10,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,11,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,12,'Yotpo configured','You have configured the Yotpo module','Partners'),(114,13,'Yotpo configured','You have configured the Yotpo module','Partners'),(115,1,'Yotpo active','Your Yotpo module is active','Partners'),(115,3,'Yotpo active','Your Yotpo module is active','Partners'),(115,4,'Yotpo active','Your Yotpo module is active','Partners'),(115,5,'Yotpo active','Your Yotpo module is active','Partners'),(115,6,'Yotpo active','Your Yotpo module is active','Partners'),(115,7,'Yotpo active','Your Yotpo module is active','Partners'),(115,8,'Yotpo active','Your Yotpo module is active','Partners'),(115,9,'Yotpo active','Your Yotpo module is active','Partners'),(115,10,'Yotpo active','Your Yotpo module is active','Partners'),(115,11,'Yotpo active','Your Yotpo module is active','Partners'),(115,12,'Yotpo active','Your Yotpo module is active','Partners'),(115,13,'Yotpo active','Your Yotpo module is active','Partners'),(116,1,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,3,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,4,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,5,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,6,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,7,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,8,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,9,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,10,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,11,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,12,'Yotpo very active','Your Yotpo module is very active','Partners'),(116,13,'Yotpo very active','Your Yotpo module is very active','Partners'),(117,1,'Youstice installed','You have installed the Youstice module','Partners'),(117,3,'Youstice installed','You have installed the Youstice module','Partners'),(117,4,'Youstice installed','You have installed the Youstice module','Partners'),(117,5,'Youstice installed','You have installed the Youstice module','Partners'),(117,6,'Youstice installed','You have installed the Youstice module','Partners'),(117,7,'Youstice installed','You have installed the Youstice module','Partners'),(117,8,'Youstice installed','You have installed the Youstice module','Partners'),(117,9,'Youstice installed','You have installed the Youstice module','Partners'),(117,10,'Youstice installed','You have installed the Youstice module','Partners'),(117,11,'Youstice installed','You have installed the Youstice module','Partners'),(117,12,'Youstice installed','You have installed the Youstice module','Partners'),(117,13,'Youstice installed','You have installed the Youstice module','Partners'),(118,1,'Youstice configured','You have configured the Youstice module','Partners'),(118,3,'Youstice configured','You have configured the Youstice module','Partners'),(118,4,'Youstice configured','You have configured the Youstice module','Partners'),(118,5,'Youstice configured','You have configured the Youstice module','Partners'),(118,6,'Youstice configured','You have configured the Youstice module','Partners'),(118,7,'Youstice configured','You have configured the Youstice module','Partners'),(118,8,'Youstice configured','You have configured the Youstice module','Partners'),(118,9,'Youstice configured','You have configured the Youstice module','Partners'),(118,10,'Youstice configured','You have configured the Youstice module','Partners'),(118,11,'Youstice configured','You have configured the Youstice module','Partners'),(118,12,'Youstice configured','You have configured the Youstice module','Partners'),(118,13,'Youstice configured','You have configured the Youstice module','Partners'),(119,1,'Youstice active','Your Youstice module is active','Partners'),(119,3,'Youstice active','Your Youstice module is active','Partners'),(119,4,'Youstice active','Your Youstice module is active','Partners'),(119,5,'Youstice active','Your Youstice module is active','Partners'),(119,6,'Youstice active','Your Youstice module is active','Partners'),(119,7,'Youstice active','Your Youstice module is active','Partners'),(119,8,'Youstice active','Your Youstice module is active','Partners'),(119,9,'Youstice active','Your Youstice module is active','Partners'),(119,10,'Youstice active','Your Youstice module is active','Partners'),(119,11,'Youstice active','Your Youstice module is active','Partners'),(119,12,'Youstice active','Your Youstice module is active','Partners'),(119,13,'Youstice active','Your Youstice module is active','Partners'),(120,1,'Youstice very active','Your Youstice module is very active','Partners'),(120,3,'Youstice very active','Your Youstice module is very active','Partners'),(120,4,'Youstice very active','Your Youstice module is very active','Partners'),(120,5,'Youstice very active','Your Youstice module is very active','Partners'),(120,6,'Youstice very active','Your Youstice module is very active','Partners'),(120,7,'Youstice very active','Your Youstice module is very active','Partners'),(120,8,'Youstice very active','Your Youstice module is very active','Partners'),(120,9,'Youstice very active','Your Youstice module is very active','Partners'),(120,10,'Youstice very active','Your Youstice module is very active','Partners'),(120,11,'Youstice very active','Your Youstice module is very active','Partners'),(120,12,'Youstice very active','Your Youstice module is very active','Partners'),(120,13,'Youstice very active','Your Youstice module is very active','Partners'),(121,1,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,3,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,4,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,5,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,6,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,7,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,8,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,9,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,10,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,11,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,12,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(121,13,'Loyalty Lion installed','You have installed the Loyalty Lion module','Partners'),(122,1,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,3,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,4,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,5,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,6,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,7,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,8,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,9,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,10,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,11,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,12,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(122,13,'Loyalty Lion configured','You have configured the Loyalty Lion module','Partners'),(123,1,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,3,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,4,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,5,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,6,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,7,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,8,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,9,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,10,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,11,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,12,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(123,13,'Loyalty Lion active','Your Loyalty Lion module is active','Partners'),(124,1,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,3,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,4,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,5,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,6,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,7,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,8,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,9,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,10,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,11,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,12,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(124,13,'Loyalty Lion very active','Your Loyalty Lion module is very active','Partners'),(125,1,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,3,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,4,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,5,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,6,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,7,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,8,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,9,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,10,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,11,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,12,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(125,13,'SEO','You enabled the URL rewriting through the tab \"Preferences > SEO and URLs\".','SEO'),(126,1,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,3,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,4,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,5,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,6,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,7,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,8,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,9,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,10,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,11,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,12,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(126,13,'Site Performance','You enabled CCC (Combine, Compress and Cache), Rijndael and Smarty through the tab \r\nAdvanced Parameters > Performance.','Site Performance'),(127,1,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,3,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,4,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,5,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,6,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,7,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,8,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,9,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,10,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,11,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,12,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(127,13,'Site Performance','You enabled media servers through the tab \"Advanced parameters > Performance\".','Site Performance'),(128,1,'Payment','You configured a payment solution on your shop.','Payment'),(128,3,'Payment','You configured a payment solution on your shop.','Payment'),(128,4,'Payment','You configured a payment solution on your shop.','Payment'),(128,5,'Payment','You configured a payment solution on your shop.','Payment'),(128,6,'Payment','You configured a payment solution on your shop.','Payment'),(128,7,'Payment','You configured a payment solution on your shop.','Payment'),(128,8,'Payment','You configured a payment solution on your shop.','Payment'),(128,9,'Payment','You configured a payment solution on your shop.','Payment'),(128,10,'Payment','You configured a payment solution on your shop.','Payment'),(128,11,'Payment','You configured a payment solution on your shop.','Payment'),(128,12,'Payment','You configured a payment solution on your shop.','Payment'),(128,13,'Payment','You configured a payment solution on your shop.','Payment'),(129,1,'Payment','You offer two different payment methods to your customers.','Payment'),(129,3,'Payment','You offer two different payment methods to your customers.','Payment'),(129,4,'Payment','You offer two different payment methods to your customers.','Payment'),(129,5,'Payment','You offer two different payment methods to your customers.','Payment'),(129,6,'Payment','You offer two different payment methods to your customers.','Payment'),(129,7,'Payment','You offer two different payment methods to your customers.','Payment'),(129,8,'Payment','You offer two different payment methods to your customers.','Payment'),(129,9,'Payment','You offer two different payment methods to your customers.','Payment'),(129,10,'Payment','You offer two different payment methods to your customers.','Payment'),(129,11,'Payment','You offer two different payment methods to your customers.','Payment'),(129,12,'Payment','You offer two different payment methods to your customers.','Payment'),(129,13,'Payment','You offer two different payment methods to your customers.','Payment'),(130,1,'Shipping','You configured a carrier on your shop.','Shipping'),(130,3,'Shipping','You configured a carrier on your shop.','Shipping'),(130,4,'Shipping','You configured a carrier on your shop.','Shipping'),(130,5,'Shipping','You configured a carrier on your shop.','Shipping'),(130,6,'Shipping','You configured a carrier on your shop.','Shipping'),(130,7,'Shipping','You configured a carrier on your shop.','Shipping'),(130,8,'Shipping','You configured a carrier on your shop.','Shipping'),(130,9,'Shipping','You configured a carrier on your shop.','Shipping'),(130,10,'Shipping','You configured a carrier on your shop.','Shipping'),(130,11,'Shipping','You configured a carrier on your shop.','Shipping'),(130,12,'Shipping','You configured a carrier on your shop.','Shipping'),(130,13,'Shipping','You configured a carrier on your shop.','Shipping'),(131,1,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,3,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,4,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,5,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,6,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,7,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,8,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,9,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,10,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,11,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,12,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(131,13,'Shipping','You offer two shipping solutions (carriers) to your customers.','Shipping'),(132,1,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,3,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,4,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,5,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,6,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,7,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,8,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,9,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,10,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,11,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,12,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(132,13,'Catalog Size','You added your first product to your catalog!','Catalog Size'),(133,1,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,3,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,4,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,5,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,6,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,7,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,8,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,9,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,10,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,11,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,12,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(133,13,'Catalog Size','You have 10 products within your catalog.','Catalog Size'),(134,1,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,3,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,4,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,5,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,6,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,7,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,8,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,9,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,10,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,11,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,12,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(134,13,'Contact information','You configured your phone number so your customers can reach you!','Contact information'),(135,1,'Contact information','You added a third email address to your contact form.','Contact information'),(135,3,'Contact information','You added a third email address to your contact form.','Contact information'),(135,4,'Contact information','You added a third email address to your contact form.','Contact information'),(135,5,'Contact information','You added a third email address to your contact form.','Contact information'),(135,6,'Contact information','You added a third email address to your contact form.','Contact information'),(135,7,'Contact information','You added a third email address to your contact form.','Contact information'),(135,8,'Contact information','You added a third email address to your contact form.','Contact information'),(135,9,'Contact information','You added a third email address to your contact form.','Contact information'),(135,10,'Contact information','You added a third email address to your contact form.','Contact information'),(135,11,'Contact information','You added a third email address to your contact form.','Contact information'),(135,12,'Contact information','You added a third email address to your contact form.','Contact information'),(135,13,'Contact information','You added a third email address to your contact form.','Contact information'),(136,1,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,3,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,4,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,5,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,6,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,7,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,8,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,9,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,10,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,11,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,12,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(136,13,'Contact information','You suggest a total of 5 departments to be reached by your customers via your contact form.','Contact information'),(137,1,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,3,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,4,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,5,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,6,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,7,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,8,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,9,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,10,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,11,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,12,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(137,13,'Catalog Size','You have 100 products within your catalog.','Catalog Size'),(138,1,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,3,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,4,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,5,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,6,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,7,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,8,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,9,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,10,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,11,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,12,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(138,13,'Catalog Size','You have 1,000 products within your catalog.','Catalog Size'),(139,1,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,3,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,4,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,5,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,6,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,7,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,8,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,9,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,10,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,11,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,12,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(139,13,'Catalog Size','You have 10,000 products within your catalog.','Catalog Size'),(140,1,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,3,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,4,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,5,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,6,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,7,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,8,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,9,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,10,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,11,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,12,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(140,13,'Catalog Size','You have 100,000 products within your catalog.','Catalog Size'),(141,1,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,3,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,4,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,5,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,6,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,7,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,8,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,9,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,10,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,11,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,12,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(141,13,'Days of Experience','You just installed PrestaShop!','Days of Experience'),(142,1,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,3,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,4,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,5,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,6,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,7,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,8,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,9,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,10,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,11,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,12,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(142,13,'Days of Experience','You installed PrestaShop a week ago!','Days of Experience'),(143,1,'Customization','You uploaded your own logo.','Customization'),(143,3,'Customization','You uploaded your own logo.','Customization'),(143,4,'Customization','You uploaded your own logo.','Customization'),(143,5,'Customization','You uploaded your own logo.','Customization'),(143,6,'Customization','You uploaded your own logo.','Customization'),(143,7,'Customization','You uploaded your own logo.','Customization'),(143,8,'Customization','You uploaded your own logo.','Customization'),(143,9,'Customization','You uploaded your own logo.','Customization'),(143,10,'Customization','You uploaded your own logo.','Customization'),(143,11,'Customization','You uploaded your own logo.','Customization'),(143,12,'Customization','You uploaded your own logo.','Customization'),(143,13,'Customization','You uploaded your own logo.','Customization'),(144,1,'Customization','You installed a new template.','Customization'),(144,3,'Customization','You installed a new template.','Customization'),(144,4,'Customization','You installed a new template.','Customization'),(144,5,'Customization','You installed a new template.','Customization'),(144,6,'Customization','You installed a new template.','Customization'),(144,7,'Customization','You installed a new template.','Customization'),(144,8,'Customization','You installed a new template.','Customization'),(144,9,'Customization','You installed a new template.','Customization'),(144,10,'Customization','You installed a new template.','Customization'),(144,11,'Customization','You installed a new template.','Customization'),(144,12,'Customization','You installed a new template.','Customization'),(144,13,'Customization','You installed a new template.','Customization'),(145,1,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,3,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,4,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,5,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,6,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,7,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,8,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,9,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,10,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,11,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,12,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(145,13,'Addons','You connected your back-office to the Addons platform using your PrestaShop Addons account.','Addons'),(146,1,'Multistores','You enabled the Multistores feature.','Multistores'),(146,3,'Multistores','You enabled the Multistores feature.','Multistores'),(146,4,'Multistores','You enabled the Multistores feature.','Multistores'),(146,5,'Multistores','You enabled the Multistores feature.','Multistores'),(146,6,'Multistores','You enabled the Multistores feature.','Multistores'),(146,7,'Multistores','You enabled the Multistores feature.','Multistores'),(146,8,'Multistores','You enabled the Multistores feature.','Multistores'),(146,9,'Multistores','You enabled the Multistores feature.','Multistores'),(146,10,'Multistores','You enabled the Multistores feature.','Multistores'),(146,11,'Multistores','You enabled the Multistores feature.','Multistores'),(146,12,'Multistores','You enabled the Multistores feature.','Multistores'),(146,13,'Multistores','You enabled the Multistores feature.','Multistores'),(147,1,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,3,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,4,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,5,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,6,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,7,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,8,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,9,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,10,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,11,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,12,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(147,13,'Multistores','You manage two shops with the Multistores feature.','Multistores'),(148,1,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,3,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,4,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,5,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,6,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,7,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,8,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,9,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,10,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,11,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,12,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(148,13,'Multistores','You manage two different groups of shops using the Multistores feature.','Multistores'),(149,1,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,3,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,4,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,5,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,6,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,7,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,8,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,9,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,10,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,11,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,12,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(149,13,'Multistores','You manage five shops with the Multistores feature.','Multistores'),(150,1,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,3,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,4,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,5,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,6,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,7,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,8,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,9,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,10,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,11,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,12,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(150,13,'Multistores','You manage five different groups of shops using the Multistores feature.','Multistores'),(151,1,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,3,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,4,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,5,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,6,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,7,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,8,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,9,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,10,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,11,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,12,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(151,13,'Shipping','You offer three different shipping solutions (carriers) to your customers.','Shipping'),(152,1,'Payment','You offer three different payment methods to your customers.','Payment'),(152,3,'Payment','You offer three different payment methods to your customers.','Payment'),(152,4,'Payment','You offer three different payment methods to your customers.','Payment'),(152,5,'Payment','You offer three different payment methods to your customers.','Payment'),(152,6,'Payment','You offer three different payment methods to your customers.','Payment'),(152,7,'Payment','You offer three different payment methods to your customers.','Payment'),(152,8,'Payment','You offer three different payment methods to your customers.','Payment'),(152,9,'Payment','You offer three different payment methods to your customers.','Payment'),(152,10,'Payment','You offer three different payment methods to your customers.','Payment'),(152,11,'Payment','You offer three different payment methods to your customers.','Payment'),(152,12,'Payment','You offer three different payment methods to your customers.','Payment'),(152,13,'Payment','You offer three different payment methods to your customers.','Payment'),(153,1,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,3,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,4,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,5,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,6,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,7,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,8,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,9,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,10,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,11,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,12,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(153,13,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(154,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,4,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,5,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,6,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,7,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,8,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,9,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,10,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,11,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,12,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(154,13,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,4,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,5,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,6,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,7,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,8,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,9,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,10,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,11,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,12,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(155,13,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(156,1,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,3,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,4,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,5,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,6,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,7,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,8,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,9,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,10,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,11,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,12,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(156,13,'Revenue','You get this badge when you reach 200 USD in sales.','Revenue'),(157,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,4,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,5,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,6,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,7,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,8,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,9,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,10,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,11,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,12,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(157,13,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,1,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,3,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,4,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,5,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,6,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,7,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,8,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,9,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,10,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,11,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,12,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(158,13,'Revenue','You get this badge when you reach 1000 USD in sales.','Revenue'),(159,1,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,3,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,4,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,5,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,6,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,7,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,8,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,9,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,10,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,11,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,12,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(159,13,'Days of Experience','You installed PrestaShop a month ago!','Days of Experience'),(160,1,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,3,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,4,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,5,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,6,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,7,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,8,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,9,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,10,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,11,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,12,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(160,13,'Days of Experience','You installed PrestaShop six months ago!','Days of Experience'),(161,1,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,3,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,4,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,5,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,6,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,7,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,8,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,9,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,10,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,11,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,12,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(161,13,'Days of Experience','You installed PrestaShop a year ago!','Days of Experience'),(162,1,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,3,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,4,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,5,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,6,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,7,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,8,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,9,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,10,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,11,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,12,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(162,13,'Days of Experience','You installed PrestaShop two years ago!','Days of Experience'),(163,1,'Visitors','You reached 10 visitors!','Visitors'),(163,3,'Visitors','You reached 10 visitors!','Visitors'),(163,4,'Visitors','You reached 10 visitors!','Visitors'),(163,5,'Visitors','You reached 10 visitors!','Visitors'),(163,6,'Visitors','You reached 10 visitors!','Visitors'),(163,7,'Visitors','You reached 10 visitors!','Visitors'),(163,8,'Visitors','You reached 10 visitors!','Visitors'),(163,9,'Visitors','You reached 10 visitors!','Visitors'),(163,10,'Visitors','You reached 10 visitors!','Visitors'),(163,11,'Visitors','You reached 10 visitors!','Visitors'),(163,12,'Visitors','You reached 10 visitors!','Visitors'),(163,13,'Visitors','You reached 10 visitors!','Visitors'),(164,1,'Visitors','You reached 100 visitors!','Visitors'),(164,3,'Visitors','You reached 100 visitors!','Visitors'),(164,4,'Visitors','You reached 100 visitors!','Visitors'),(164,5,'Visitors','You reached 100 visitors!','Visitors'),(164,6,'Visitors','You reached 100 visitors!','Visitors'),(164,7,'Visitors','You reached 100 visitors!','Visitors'),(164,8,'Visitors','You reached 100 visitors!','Visitors'),(164,9,'Visitors','You reached 100 visitors!','Visitors'),(164,10,'Visitors','You reached 100 visitors!','Visitors'),(164,11,'Visitors','You reached 100 visitors!','Visitors'),(164,12,'Visitors','You reached 100 visitors!','Visitors'),(164,13,'Visitors','You reached 100 visitors!','Visitors'),(165,1,'Visitors','You reached 1,000 visitors!','Visitors'),(165,3,'Visitors','You reached 1,000 visitors!','Visitors'),(165,4,'Visitors','You reached 1,000 visitors!','Visitors'),(165,5,'Visitors','You reached 1,000 visitors!','Visitors'),(165,6,'Visitors','You reached 1,000 visitors!','Visitors'),(165,7,'Visitors','You reached 1,000 visitors!','Visitors'),(165,8,'Visitors','You reached 1,000 visitors!','Visitors'),(165,9,'Visitors','You reached 1,000 visitors!','Visitors'),(165,10,'Visitors','You reached 1,000 visitors!','Visitors'),(165,11,'Visitors','You reached 1,000 visitors!','Visitors'),(165,12,'Visitors','You reached 1,000 visitors!','Visitors'),(165,13,'Visitors','You reached 1,000 visitors!','Visitors'),(166,1,'Visitors','You reached 10,000 visitors!','Visitors'),(166,3,'Visitors','You reached 10,000 visitors!','Visitors'),(166,4,'Visitors','You reached 10,000 visitors!','Visitors'),(166,5,'Visitors','You reached 10,000 visitors!','Visitors'),(166,6,'Visitors','You reached 10,000 visitors!','Visitors'),(166,7,'Visitors','You reached 10,000 visitors!','Visitors'),(166,8,'Visitors','You reached 10,000 visitors!','Visitors'),(166,9,'Visitors','You reached 10,000 visitors!','Visitors'),(166,10,'Visitors','You reached 10,000 visitors!','Visitors'),(166,11,'Visitors','You reached 10,000 visitors!','Visitors'),(166,12,'Visitors','You reached 10,000 visitors!','Visitors'),(166,13,'Visitors','You reached 10,000 visitors!','Visitors'),(167,1,'Visitors','You reached 100,000 visitors!','Visitors'),(167,3,'Visitors','You reached 100,000 visitors!','Visitors'),(167,4,'Visitors','You reached 100,000 visitors!','Visitors'),(167,5,'Visitors','You reached 100,000 visitors!','Visitors'),(167,6,'Visitors','You reached 100,000 visitors!','Visitors'),(167,7,'Visitors','You reached 100,000 visitors!','Visitors'),(167,8,'Visitors','You reached 100,000 visitors!','Visitors'),(167,9,'Visitors','You reached 100,000 visitors!','Visitors'),(167,10,'Visitors','You reached 100,000 visitors!','Visitors'),(167,11,'Visitors','You reached 100,000 visitors!','Visitors'),(167,12,'Visitors','You reached 100,000 visitors!','Visitors'),(167,13,'Visitors','You reached 100,000 visitors!','Visitors'),(168,1,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,3,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,4,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,5,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,6,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,7,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,8,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,9,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,10,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,11,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,12,'Visitors','You reached 1,000,000 visitors!','Visitors'),(168,13,'Visitors','You reached 1,000,000 visitors!','Visitors'),(169,1,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,3,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,4,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,5,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,6,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,7,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,8,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,9,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,10,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,11,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,12,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(169,13,'Customer Carts','Two carts have been created by visitors','Customer Carts'),(170,1,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,3,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,4,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,5,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,6,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,7,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,8,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,9,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,10,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,11,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,12,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(170,13,'Customer Carts','Ten carts have been created by visitors.','Customer Carts'),(171,1,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,3,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,4,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,5,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,6,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,7,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,8,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,9,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,10,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,11,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,12,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(171,13,'Customer Carts','A hundred carts have been created by visitors on your shop.','Customer Carts'),(172,1,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,3,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,4,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,5,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,6,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,7,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,8,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,9,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,10,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,11,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,12,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(172,13,'Customer Carts','A thousand carts have been created by visitors on your shop.','Customer Carts'),(173,1,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,3,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,4,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,5,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,6,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,7,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,8,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,9,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,10,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,11,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,12,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(173,13,'Customer Carts','10,000 carts have been created by visitors.','Customer Carts'),(174,1,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,3,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,4,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,5,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,6,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,7,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,8,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,9,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,10,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,11,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,12,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(174,13,'Customer Carts','100,000 carts have been created by visitors.','Customer Carts'),(175,1,'Orders','You received your first order.','Orders'),(175,3,'Orders','You received your first order.','Orders'),(175,4,'Orders','You received your first order.','Orders'),(175,5,'Orders','You received your first order.','Orders'),(175,6,'Orders','You received your first order.','Orders'),(175,7,'Orders','You received your first order.','Orders'),(175,8,'Orders','You received your first order.','Orders'),(175,9,'Orders','You received your first order.','Orders'),(175,10,'Orders','You received your first order.','Orders'),(175,11,'Orders','You received your first order.','Orders'),(175,12,'Orders','You received your first order.','Orders'),(175,13,'Orders','You received your first order.','Orders'),(176,1,'Orders','10 orders have been placed through your online shop.','Orders'),(176,3,'Orders','10 orders have been placed through your online shop.','Orders'),(176,4,'Orders','10 orders have been placed through your online shop.','Orders'),(176,5,'Orders','10 orders have been placed through your online shop.','Orders'),(176,6,'Orders','10 orders have been placed through your online shop.','Orders'),(176,7,'Orders','10 orders have been placed through your online shop.','Orders'),(176,8,'Orders','10 orders have been placed through your online shop.','Orders'),(176,9,'Orders','10 orders have been placed through your online shop.','Orders'),(176,10,'Orders','10 orders have been placed through your online shop.','Orders'),(176,11,'Orders','10 orders have been placed through your online shop.','Orders'),(176,12,'Orders','10 orders have been placed through your online shop.','Orders'),(176,13,'Orders','10 orders have been placed through your online shop.','Orders'),(177,1,'Orders','You received 100 orders through your online shop!','Orders'),(177,3,'Orders','You received 100 orders through your online shop!','Orders'),(177,4,'Orders','You received 100 orders through your online shop!','Orders'),(177,5,'Orders','You received 100 orders through your online shop!','Orders'),(177,6,'Orders','You received 100 orders through your online shop!','Orders'),(177,7,'Orders','You received 100 orders through your online shop!','Orders'),(177,8,'Orders','You received 100 orders through your online shop!','Orders'),(177,9,'Orders','You received 100 orders through your online shop!','Orders'),(177,10,'Orders','You received 100 orders through your online shop!','Orders'),(177,11,'Orders','You received 100 orders through your online shop!','Orders'),(177,12,'Orders','You received 100 orders through your online shop!','Orders'),(177,13,'Orders','You received 100 orders through your online shop!','Orders'),(178,1,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,3,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,4,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,5,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,6,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,7,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,8,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,9,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,10,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,11,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,12,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(178,13,'Orders','You received 1,000 orders through your online shop, congrats!','Orders'),(179,1,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,3,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,4,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,5,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,6,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,7,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,8,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,9,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,10,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,11,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,12,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(179,13,'Orders','You received 10,000 orders through your online shop, cheers!','Orders'),(180,1,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,3,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,4,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,5,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,6,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,7,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,8,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,9,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,10,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,11,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,12,'Orders','You received 100,000 orders through your online shop!','Orders'),(180,13,'Orders','You received 100,000 orders through your online shop!','Orders'),(181,1,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,3,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,4,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,5,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,6,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,7,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,8,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,9,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,10,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,11,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,12,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(181,13,'Customer Service Threads','You received your first customer\'s message.','Customer Service Threads'),(182,1,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,3,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,4,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,5,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,6,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,7,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,8,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,9,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,10,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,11,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,12,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(182,13,'Customer Service Threads','You received 10 messages from your customers.','Customer Service Threads'),(183,1,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,3,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,4,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,5,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,6,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,7,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,8,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,9,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,10,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,11,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,12,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(183,13,'Customer Service Threads','You received 100 messages from your customers.','Customer Service Threads'),(184,1,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,3,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,4,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,5,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,6,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,7,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,8,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,9,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,10,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,11,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,12,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(184,13,'Customer Service Threads','You received 1,000 messages from your customers.','Customer Service Threads'),(185,1,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,3,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,4,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,5,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,6,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,7,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,8,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,9,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,10,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,11,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,12,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(185,13,'Customer Service Threads','You received 10,000 messages from your customers.','Customer Service Threads'),(186,1,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,3,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,4,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,5,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,6,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,7,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,8,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,9,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,10,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,11,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,12,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(186,13,'Customer Service Threads','You received 100,000 messages from your customers.','Customer Service Threads'),(187,1,'Customers','You got the first customer registered on your shop!','Customers'),(187,3,'Customers','You got the first customer registered on your shop!','Customers'),(187,4,'Customers','You got the first customer registered on your shop!','Customers'),(187,5,'Customers','You got the first customer registered on your shop!','Customers'),(187,6,'Customers','You got the first customer registered on your shop!','Customers'),(187,7,'Customers','You got the first customer registered on your shop!','Customers'),(187,8,'Customers','You got the first customer registered on your shop!','Customers'),(187,9,'Customers','You got the first customer registered on your shop!','Customers'),(187,10,'Customers','You got the first customer registered on your shop!','Customers'),(187,11,'Customers','You got the first customer registered on your shop!','Customers'),(187,12,'Customers','You got the first customer registered on your shop!','Customers'),(187,13,'Customers','You got the first customer registered on your shop!','Customers'),(188,1,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,3,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,4,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,5,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,6,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,7,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,8,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,9,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,10,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,11,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,12,'Customers','You have over 10 customers registered on your shop.','Customers'),(188,13,'Customers','You have over 10 customers registered on your shop.','Customers'),(189,1,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,3,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,4,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,5,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,6,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,7,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,8,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,9,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,10,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,11,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,12,'Customers','You have over 100 customers registered on your shop.','Customers'),(189,13,'Customers','You have over 100 customers registered on your shop.','Customers'),(190,1,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,3,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,4,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,5,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,6,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,7,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,8,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,9,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,10,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,11,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,12,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(190,13,'Customers','You have over 1,000 customers registered on your shop.','Customers'),(191,1,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,3,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,4,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,5,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,6,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,7,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,8,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,9,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,10,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,11,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,12,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(191,13,'Customers','You have over 10,000 customers registered on your shop.','Customers'),(192,1,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,3,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,4,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,5,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,6,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,7,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,8,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,9,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,10,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,11,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,12,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(192,13,'Customers','You have over 100,000 customers registered on your shop.','Customers'),(193,1,'North America','You got your first sale in North America','North America'),(193,3,'North America','You got your first sale in North America','North America'),(193,4,'North America','You got your first sale in North America','North America'),(193,5,'North America','You got your first sale in North America','North America'),(193,6,'North America','You got your first sale in North America','North America'),(193,7,'North America','You got your first sale in North America','North America'),(193,8,'North America','You got your first sale in North America','North America'),(193,9,'North America','You got your first sale in North America','North America'),(193,10,'North America','You got your first sale in North America','North America'),(193,11,'North America','You got your first sale in North America','North America'),(193,12,'North America','You got your first sale in North America','North America'),(193,13,'North America','You got your first sale in North America','North America'),(194,1,'Oceania','You got your first sale in Oceania','Oceania'),(194,3,'Oceania','You got your first sale in Oceania','Oceania'),(194,4,'Oceania','You got your first sale in Oceania','Oceania'),(194,5,'Oceania','You got your first sale in Oceania','Oceania'),(194,6,'Oceania','You got your first sale in Oceania','Oceania'),(194,7,'Oceania','You got your first sale in Oceania','Oceania'),(194,8,'Oceania','You got your first sale in Oceania','Oceania'),(194,9,'Oceania','You got your first sale in Oceania','Oceania'),(194,10,'Oceania','You got your first sale in Oceania','Oceania'),(194,11,'Oceania','You got your first sale in Oceania','Oceania'),(194,12,'Oceania','You got your first sale in Oceania','Oceania'),(194,13,'Oceania','You got your first sale in Oceania','Oceania'),(195,1,'Asia','You got your first sale in Asia','Asia'),(195,3,'Asia','You got your first sale in Asia','Asia'),(195,4,'Asia','You got your first sale in Asia','Asia'),(195,5,'Asia','You got your first sale in Asia','Asia'),(195,6,'Asia','You got your first sale in Asia','Asia'),(195,7,'Asia','You got your first sale in Asia','Asia'),(195,8,'Asia','You got your first sale in Asia','Asia'),(195,9,'Asia','You got your first sale in Asia','Asia'),(195,10,'Asia','You got your first sale in Asia','Asia'),(195,11,'Asia','You got your first sale in Asia','Asia'),(195,12,'Asia','You got your first sale in Asia','Asia'),(195,13,'Asia','You got your first sale in Asia','Asia'),(196,1,'South America','You got your first sale in South America','South America'),(196,3,'South America','You got your first sale in South America','South America'),(196,4,'South America','You got your first sale in South America','South America'),(196,5,'South America','You got your first sale in South America','South America'),(196,6,'South America','You got your first sale in South America','South America'),(196,7,'South America','You got your first sale in South America','South America'),(196,8,'South America','You got your first sale in South America','South America'),(196,9,'South America','You got your first sale in South America','South America'),(196,10,'South America','You got your first sale in South America','South America'),(196,11,'South America','You got your first sale in South America','South America'),(196,12,'South America','You got your first sale in South America','South America'),(196,13,'South America','You got your first sale in South America','South America'),(197,1,'Europe','You got your first sale in Europe!','Europe'),(197,3,'Europe','You got your first sale in Europe!','Europe'),(197,4,'Europe','You got your first sale in Europe!','Europe'),(197,5,'Europe','You got your first sale in Europe!','Europe'),(197,6,'Europe','You got your first sale in Europe!','Europe'),(197,7,'Europe','You got your first sale in Europe!','Europe'),(197,8,'Europe','You got your first sale in Europe!','Europe'),(197,9,'Europe','You got your first sale in Europe!','Europe'),(197,10,'Europe','You got your first sale in Europe!','Europe'),(197,11,'Europe','You got your first sale in Europe!','Europe'),(197,12,'Europe','You got your first sale in Europe!','Europe'),(197,13,'Europe','You got your first sale in Europe!','Europe'),(198,1,'Africa','You got your first sale in Africa','Africa'),(198,3,'Africa','You got your first sale in Africa','Africa'),(198,4,'Africa','You got your first sale in Africa','Africa'),(198,5,'Africa','You got your first sale in Africa','Africa'),(198,6,'Africa','You got your first sale in Africa','Africa'),(198,7,'Africa','You got your first sale in Africa','Africa'),(198,8,'Africa','You got your first sale in Africa','Africa'),(198,9,'Africa','You got your first sale in Africa','Africa'),(198,10,'Africa','You got your first sale in Africa','Africa'),(198,11,'Africa','You got your first sale in Africa','Africa'),(198,12,'Africa','You got your first sale in Africa','Africa'),(198,13,'Africa','You got your first sale in Africa','Africa'),(199,1,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,3,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,4,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,5,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,6,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,7,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,8,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,9,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,10,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,11,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,12,'Maghreb','You got your first sale in Maghreb','Maghreb'),(199,13,'Maghreb','You got your first sale in Maghreb','Maghreb'),(200,1,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,3,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,4,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,5,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,6,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,7,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,8,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,9,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,10,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,11,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,12,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(200,13,'Your Team\'s Employees','First employee account added to your shop','Your Team\'s Employees'),(201,1,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,3,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,4,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,5,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,6,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,7,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,8,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,9,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,10,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,11,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,12,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(201,13,'Your Team\'s Employees','3 employee accounts added to your shop','Your Team\'s Employees'),(202,1,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,3,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,4,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,5,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,6,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,7,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,8,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,9,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,10,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,11,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,12,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(202,13,'Your Team\'s Employees','5 employee accounts added to your shop','Your Team\'s Employees'),(203,1,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,3,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,4,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,5,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,6,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,7,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,8,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,9,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,10,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,11,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,12,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(203,13,'Your Team\'s Employees','10 employee accounts added to your shop','Your Team\'s Employees'),(204,1,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,3,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,4,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,5,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,6,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,7,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,8,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,9,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,10,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,11,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,12,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(204,13,'Your Team\'s Employees','20 employee accounts added to your shop','Your Team\'s Employees'),(205,1,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,3,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,4,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,5,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,6,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,7,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,8,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,9,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,10,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,11,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,12,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(205,13,'Your Team\'s Employees','40 employee accounts added to your shop','Your Team\'s Employees'),(206,1,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,3,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,4,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,5,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,6,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,7,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,8,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,9,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,10,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,11,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,12,'Product Pictures','First photo added to your catalog','Product Pictures'),(206,13,'Product Pictures','First photo added to your catalog','Product Pictures'),(207,1,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,3,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,4,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,5,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,6,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,7,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,8,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,9,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,10,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,11,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,12,'Product Pictures','50 photos added to your catalog','Product Pictures'),(207,13,'Product Pictures','50 photos added to your catalog','Product Pictures'),(208,1,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,3,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,4,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,5,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,6,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,7,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,8,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,9,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,10,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,11,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,12,'Product Pictures','100 photos added to your catalog','Product Pictures'),(208,13,'Product Pictures','100 photos added to your catalog','Product Pictures'),(209,1,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,3,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,4,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,5,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,6,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,7,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,8,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,9,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,10,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,11,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,12,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(209,13,'Product Pictures','1,000 photos added to your catalog','Product Pictures'),(210,1,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,3,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,4,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,5,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,6,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,7,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,8,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,9,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,10,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,11,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,12,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(210,13,'Product Pictures','10,000 photos added to your catalog','Product Pictures'),(211,1,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,3,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,4,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,5,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,6,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,7,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,8,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,9,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,10,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,11,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,12,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(211,13,'Product Pictures','50,000 photos added to your catalog','Product Pictures'),(212,1,'Customization','First CMS page added to your catalog','Customization'),(212,3,'Customization','First CMS page added to your catalog','Customization'),(212,4,'Customization','First CMS page added to your catalog','Customization'),(212,5,'Customization','First CMS page added to your catalog','Customization'),(212,6,'Customization','First CMS page added to your catalog','Customization'),(212,7,'Customization','First CMS page added to your catalog','Customization'),(212,8,'Customization','First CMS page added to your catalog','Customization'),(212,9,'Customization','First CMS page added to your catalog','Customization'),(212,10,'Customization','First CMS page added to your catalog','Customization'),(212,11,'Customization','First CMS page added to your catalog','Customization'),(212,12,'Customization','First CMS page added to your catalog','Customization'),(212,13,'Customization','First CMS page added to your catalog','Customization'),(213,1,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,3,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,4,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,5,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,6,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,7,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,8,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,9,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,10,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,11,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,12,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(213,13,'Cart Rules','First cart rules configured on your shop','Cart Rules'),(214,1,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,3,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,4,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,5,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,6,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,7,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,8,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,9,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,10,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,11,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,12,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(214,13,'Cart Rules','You have 10 cart rules configured on your shop','Cart Rules'),(215,1,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,3,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,4,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,5,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,6,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,7,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,8,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,9,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,10,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,11,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,12,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(215,13,'Cart Rules','You have 100 cart rules configured on your shop','Cart Rules'),(216,1,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,3,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,4,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,5,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,6,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,7,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,8,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,9,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,10,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,11,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,12,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(216,13,'Cart Rules','You have 500 cart rules configured on your shop','Cart Rules'),(217,1,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,3,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,4,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,5,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,6,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,7,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,8,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,9,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,10,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,11,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,12,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(217,13,'Cart Rules','You have 1,000 cart rules configured on your shop','Cart Rules'),(218,1,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,3,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,4,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,5,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,6,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,7,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,8,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,9,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,10,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,11,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,12,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(218,13,'Cart Rules','You have 5,000 cart rules configured on your shop','Cart Rules'),(219,1,'International Orders','First international order placed on your shop.','International Orders'),(219,3,'International Orders','First international order placed on your shop.','International Orders'),(219,4,'International Orders','First international order placed on your shop.','International Orders'),(219,5,'International Orders','First international order placed on your shop.','International Orders'),(219,6,'International Orders','First international order placed on your shop.','International Orders'),(219,7,'International Orders','First international order placed on your shop.','International Orders'),(219,8,'International Orders','First international order placed on your shop.','International Orders'),(219,9,'International Orders','First international order placed on your shop.','International Orders'),(219,10,'International Orders','First international order placed on your shop.','International Orders'),(219,11,'International Orders','First international order placed on your shop.','International Orders'),(219,12,'International Orders','First international order placed on your shop.','International Orders'),(219,13,'International Orders','First international order placed on your shop.','International Orders'),(220,1,'International Orders','10 international orders placed on your shop.','International Orders'),(220,3,'International Orders','10 international orders placed on your shop.','International Orders'),(220,4,'International Orders','10 international orders placed on your shop.','International Orders'),(220,5,'International Orders','10 international orders placed on your shop.','International Orders'),(220,6,'International Orders','10 international orders placed on your shop.','International Orders'),(220,7,'International Orders','10 international orders placed on your shop.','International Orders'),(220,8,'International Orders','10 international orders placed on your shop.','International Orders'),(220,9,'International Orders','10 international orders placed on your shop.','International Orders'),(220,10,'International Orders','10 international orders placed on your shop.','International Orders'),(220,11,'International Orders','10 international orders placed on your shop.','International Orders'),(220,12,'International Orders','10 international orders placed on your shop.','International Orders'),(220,13,'International Orders','10 international orders placed on your shop.','International Orders'),(221,1,'International Orders','100 international orders placed on your shop!','International Orders'),(221,3,'International Orders','100 international orders placed on your shop!','International Orders'),(221,4,'International Orders','100 international orders placed on your shop!','International Orders'),(221,5,'International Orders','100 international orders placed on your shop!','International Orders'),(221,6,'International Orders','100 international orders placed on your shop!','International Orders'),(221,7,'International Orders','100 international orders placed on your shop!','International Orders'),(221,8,'International Orders','100 international orders placed on your shop!','International Orders'),(221,9,'International Orders','100 international orders placed on your shop!','International Orders'),(221,10,'International Orders','100 international orders placed on your shop!','International Orders'),(221,11,'International Orders','100 international orders placed on your shop!','International Orders'),(221,12,'International Orders','100 international orders placed on your shop!','International Orders'),(221,13,'International Orders','100 international orders placed on your shop!','International Orders'),(222,1,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,3,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,4,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,5,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,6,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,7,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,8,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,9,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,10,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,11,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,12,'International Orders','1,000 international orders placed on your shop!','International Orders'),(222,13,'International Orders','1,000 international orders placed on your shop!','International Orders'),(223,1,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,3,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,4,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,5,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,6,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,7,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,8,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,9,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,10,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,11,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,12,'International Orders','5,000 international orders placed on your shop!','International Orders'),(223,13,'International Orders','5,000 international orders placed on your shop!','International Orders'),(224,1,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,3,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,4,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,5,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,6,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,7,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,8,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,9,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,10,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,11,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,12,'International Orders','10,000 international orders placed on your shop!','International Orders'),(224,13,'International Orders','10,000 international orders placed on your shop!','International Orders'),(225,1,'Store','First store configured on your shop!','Store'),(225,3,'Store','First store configured on your shop!','Store'),(225,4,'Store','First store configured on your shop!','Store'),(225,5,'Store','First store configured on your shop!','Store'),(225,6,'Store','First store configured on your shop!','Store'),(225,7,'Store','First store configured on your shop!','Store'),(225,8,'Store','First store configured on your shop!','Store'),(225,9,'Store','First store configured on your shop!','Store'),(225,10,'Store','First store configured on your shop!','Store'),(225,11,'Store','First store configured on your shop!','Store'),(225,12,'Store','First store configured on your shop!','Store'),(225,13,'Store','First store configured on your shop!','Store'),(226,1,'Store','You have 2 stores configured on your shop','Store'),(226,3,'Store','You have 2 stores configured on your shop','Store'),(226,4,'Store','You have 2 stores configured on your shop','Store'),(226,5,'Store','You have 2 stores configured on your shop','Store'),(226,6,'Store','You have 2 stores configured on your shop','Store'),(226,7,'Store','You have 2 stores configured on your shop','Store'),(226,8,'Store','You have 2 stores configured on your shop','Store'),(226,9,'Store','You have 2 stores configured on your shop','Store'),(226,10,'Store','You have 2 stores configured on your shop','Store'),(226,11,'Store','You have 2 stores configured on your shop','Store'),(226,12,'Store','You have 2 stores configured on your shop','Store'),(226,13,'Store','You have 2 stores configured on your shop','Store'),(227,1,'Store','You have 5 stores configured on your shop','Store'),(227,3,'Store','You have 5 stores configured on your shop','Store'),(227,4,'Store','You have 5 stores configured on your shop','Store'),(227,5,'Store','You have 5 stores configured on your shop','Store'),(227,6,'Store','You have 5 stores configured on your shop','Store'),(227,7,'Store','You have 5 stores configured on your shop','Store'),(227,8,'Store','You have 5 stores configured on your shop','Store'),(227,9,'Store','You have 5 stores configured on your shop','Store'),(227,10,'Store','You have 5 stores configured on your shop','Store'),(227,11,'Store','You have 5 stores configured on your shop','Store'),(227,12,'Store','You have 5 stores configured on your shop','Store'),(227,13,'Store','You have 5 stores configured on your shop','Store'),(228,1,'Store','You have 10 stores configured on your shop','Store'),(228,3,'Store','You have 10 stores configured on your shop','Store'),(228,4,'Store','You have 10 stores configured on your shop','Store'),(228,5,'Store','You have 10 stores configured on your shop','Store'),(228,6,'Store','You have 10 stores configured on your shop','Store'),(228,7,'Store','You have 10 stores configured on your shop','Store'),(228,8,'Store','You have 10 stores configured on your shop','Store'),(228,9,'Store','You have 10 stores configured on your shop','Store'),(228,10,'Store','You have 10 stores configured on your shop','Store'),(228,11,'Store','You have 10 stores configured on your shop','Store'),(228,12,'Store','You have 10 stores configured on your shop','Store'),(228,13,'Store','You have 10 stores configured on your shop','Store'),(229,1,'Store','You have 20 stores configured on your shop','Store'),(229,3,'Store','You have 20 stores configured on your shop','Store'),(229,4,'Store','You have 20 stores configured on your shop','Store'),(229,5,'Store','You have 20 stores configured on your shop','Store'),(229,6,'Store','You have 20 stores configured on your shop','Store'),(229,7,'Store','You have 20 stores configured on your shop','Store'),(229,8,'Store','You have 20 stores configured on your shop','Store'),(229,9,'Store','You have 20 stores configured on your shop','Store'),(229,10,'Store','You have 20 stores configured on your shop','Store'),(229,11,'Store','You have 20 stores configured on your shop','Store'),(229,12,'Store','You have 20 stores configured on your shop','Store'),(229,13,'Store','You have 20 stores configured on your shop','Store'),(230,1,'Store','You have 50 stores configured on your shop','Store'),(230,3,'Store','You have 50 stores configured on your shop','Store'),(230,4,'Store','You have 50 stores configured on your shop','Store'),(230,5,'Store','You have 50 stores configured on your shop','Store'),(230,6,'Store','You have 50 stores configured on your shop','Store'),(230,7,'Store','You have 50 stores configured on your shop','Store'),(230,8,'Store','You have 50 stores configured on your shop','Store'),(230,9,'Store','You have 50 stores configured on your shop','Store'),(230,10,'Store','You have 50 stores configured on your shop','Store'),(230,11,'Store','You have 50 stores configured on your shop','Store'),(230,12,'Store','You have 50 stores configured on your shop','Store'),(230,13,'Store','You have 50 stores configured on your shop','Store'),(231,1,'Webservice x1','First webservice account added to your shop','WebService'),(231,3,'Webservice x1','First webservice account added to your shop','WebService'),(231,4,'Webservice x1','First webservice account added to your shop','WebService'),(231,5,'Webservice x1','First webservice account added to your shop','WebService'),(231,6,'Webservice x1','First webservice account added to your shop','WebService'),(231,7,'Webservice x1','First webservice account added to your shop','WebService'),(231,8,'Webservice x1','First webservice account added to your shop','WebService'),(231,9,'Webservice x1','First webservice account added to your shop','WebService'),(231,10,'Webservice x1','First webservice account added to your shop','WebService'),(231,11,'Webservice x1','First webservice account added to your shop','WebService'),(231,12,'Webservice x1','First webservice account added to your shop','WebService'),(231,13,'Webservice x1','First webservice account added to your shop','WebService'),(232,1,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,3,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,4,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,5,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,6,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,7,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,8,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,9,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,10,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,11,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,12,'Webservice x2','2 webservice accounts added to your shop','WebService'),(232,13,'Webservice x2','2 webservice accounts added to your shop','WebService'),(233,1,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,3,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,4,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,5,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,6,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,7,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,8,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,9,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,10,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,11,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,12,'Webservice x3','3 webservice accounts added to your shop','WebService'),(233,13,'Webservice x3','3 webservice accounts added to your shop','WebService'),(234,1,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,3,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,4,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,5,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,6,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,7,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,8,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,9,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,10,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,11,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,12,'Webservice x4','4 webservice accounts added to your shop','WebService'),(234,13,'Webservice x4','4 webservice accounts added to your shop','WebService'); -/*!40000 ALTER TABLE `ps_badge_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier` --- - -DROP TABLE IF EXISTS `ps_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier` ( - `id_carrier` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_reference` int(10) unsigned NOT NULL, - `id_tax_rules_group` int(10) unsigned DEFAULT '0', - `name` varchar(64) NOT NULL, - `url` varchar(255) DEFAULT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shipping_handling` tinyint(1) unsigned NOT NULL DEFAULT '1', - `range_behavior` tinyint(1) unsigned NOT NULL DEFAULT '0', - `is_module` tinyint(1) unsigned NOT NULL DEFAULT '0', - `is_free` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shipping_external` tinyint(1) unsigned NOT NULL DEFAULT '0', - `need_range` tinyint(1) unsigned NOT NULL DEFAULT '0', - `external_module_name` varchar(64) DEFAULT NULL, - `shipping_method` int(2) NOT NULL DEFAULT '0', - `position` int(10) unsigned NOT NULL DEFAULT '0', - `max_width` int(10) DEFAULT '0', - `max_height` int(10) DEFAULT '0', - `max_depth` int(10) DEFAULT '0', - `max_weight` decimal(20,6) DEFAULT '0.000000', - `grade` int(10) DEFAULT '0', - PRIMARY KEY (`id_carrier`), - KEY `deleted` (`deleted`,`active`), - KEY `id_tax_rules_group` (`id_tax_rules_group`), - KEY `reference` (`id_reference`,`deleted`,`active`) -) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier` --- - -LOCK TABLES `ps_carrier` WRITE; -/*!40000 ALTER TABLE `ps_carrier` DISABLE KEYS */; -INSERT INTO `ps_carrier` VALUES (1,1,0,'mollie17','',1,1,0,0,0,1,0,0,'',1,0,0,0,0,0.000000,0),(2,2,0,'My carrier','',1,1,1,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(3,2,0,'My carrier','',1,1,1,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(4,2,0,'My carrier','',1,1,0,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(5,2,0,'My carrier','',1,1,0,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(6,1,0,'mollie17','',1,0,0,0,0,1,0,0,'',1,0,0,0,0,0.000000,0),(7,2,0,'My carrier','',1,1,0,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(8,8,0,'test2','',1,1,1,0,0,1,0,0,'',1,2,0,0,0,0.000000,0),(9,8,0,'test2','',1,1,1,0,0,1,0,0,'',1,2,0,0,0,0.000000,0),(10,8,0,'test2','',1,1,1,0,0,1,0,0,'',1,2,0,0,0,0.000000,0),(11,8,0,'test2','',1,1,1,0,0,1,0,0,'',1,2,0,0,0,0.000000,0),(12,2,0,'My carrier','',1,1,0,0,0,0,0,0,'',1,1,0,0,0,0.000000,0),(13,8,0,'test2','',1,0,1,0,0,1,0,0,'',1,2,0,0,0,0.000000,0),(14,2,0,'My carrier','',1,0,0,0,0,0,0,0,'',1,1,0,0,0,0.000000,0); -/*!40000 ALTER TABLE `ps_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_group` --- - -DROP TABLE IF EXISTS `ps_carrier_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_group` ( - `id_carrier` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_group` --- - -LOCK TABLES `ps_carrier_group` WRITE; -/*!40000 ALTER TABLE `ps_carrier_group` DISABLE KEYS */; -INSERT INTO `ps_carrier_group` VALUES (1,1),(1,2),(1,3),(2,1),(2,2),(2,3),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3),(6,1),(6,2),(6,3),(6,4),(6,5),(7,1),(7,2),(7,3),(7,4),(8,1),(8,2),(8,3),(9,1),(9,2),(9,3),(10,1),(10,2),(10,3),(11,1),(11,2),(11,3),(11,4),(12,1),(12,2),(12,3),(12,4),(13,1),(13,2),(13,3),(13,4),(13,5),(14,1),(14,2),(14,3),(14,4),(14,5); -/*!40000 ALTER TABLE `ps_carrier_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_lang` --- - -DROP TABLE IF EXISTS `ps_carrier_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_lang` ( - `id_carrier` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `delay` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_lang`,`id_shop`,`id_carrier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_lang` --- - -LOCK TABLES `ps_carrier_lang` WRITE; -/*!40000 ALTER TABLE `ps_carrier_lang` DISABLE KEYS */; -INSERT INTO `ps_carrier_lang` VALUES (1,1,1,'Pick up in-store'),(2,1,1,'Delivery next day!'),(3,1,1,'Delivery next day!'),(4,1,1,'Delivery next day!'),(5,1,1,'Delivery next day!'),(6,1,1,'Pick up in-store'),(7,1,1,'Delivery next day!'),(8,1,1,'test'),(9,1,1,'test'),(10,1,1,'test'),(11,1,1,'test'),(12,1,1,'Delivery next day!'),(13,1,1,'test'),(14,1,1,'Delivery next day!'),(1,2,1,'Pick up in-store'),(2,2,1,'Delivery next day!'),(3,2,1,'Delivery next day!'),(4,2,1,'Delivery next day!'),(5,2,1,'Delivery next day!'),(6,2,1,'Pick up in-store'),(7,2,1,'Delivery next day!'),(8,2,1,'test'),(9,2,1,'test'),(10,2,1,'test'),(11,2,1,'test'),(12,2,1,'Delivery next day!'),(13,2,1,'test'),(14,2,1,'Delivery next day!'),(1,1,3,'Afhalen in de winkel'),(2,1,3,'De volgende dag in huis!'),(3,1,3,'De volgende dag in huis!'),(4,1,3,'De volgende dag in huis!'),(5,1,3,'De volgende dag in huis!'),(6,1,3,'Afhalen in de winkel'),(7,1,3,'De volgende dag in huis!'),(8,1,3,'test'),(9,1,3,'test'),(10,1,3,'test'),(11,1,3,'test'),(12,1,3,'De volgende dag in huis!'),(13,1,3,'test'),(14,1,3,'De volgende dag in huis!'),(1,2,3,'Afhalen in de winkel'),(2,2,3,'De volgende dag in huis!'),(3,2,3,'De volgende dag in huis!'),(4,2,3,'De volgende dag in huis!'),(5,2,3,'De volgende dag in huis!'),(6,2,3,'Afhalen in de winkel'),(7,2,3,'De volgende dag in huis!'),(8,2,3,'test'),(9,2,3,'test'),(10,2,3,'test'),(11,2,3,'test'),(12,2,3,'De volgende dag in huis!'),(13,2,3,'test'),(14,2,3,'De volgende dag in huis!'),(1,1,4,'Retrait en magasin'),(2,1,4,'Livraison le lendemain !'),(3,1,4,'Livraison le lendemain !'),(4,1,4,'Livraison le lendemain !'),(5,1,4,'Livraison le lendemain !'),(6,1,4,'Retrait en magasin'),(7,1,4,'Livraison le lendemain !'),(8,1,4,'test'),(9,1,4,'test'),(10,1,4,'test'),(11,1,4,'test'),(12,1,4,'Livraison le lendemain !'),(13,1,4,'test'),(14,1,4,'Livraison le lendemain !'),(1,2,4,'Retrait en magasin'),(2,2,4,'Livraison le lendemain !'),(3,2,4,'Livraison le lendemain !'),(4,2,4,'Livraison le lendemain !'),(5,2,4,'Livraison le lendemain !'),(6,2,4,'Retrait en magasin'),(7,2,4,'Livraison le lendemain !'),(8,2,4,'test'),(9,2,4,'test'),(10,2,4,'test'),(11,2,4,'test'),(12,2,4,'Livraison le lendemain !'),(13,2,4,'test'),(14,2,4,'Livraison le lendemain !'),(1,1,5,'Abholung im Geschäft'),(2,1,5,'Lieferung am nächsten Tag!'),(3,1,5,'Lieferung am nächsten Tag!'),(4,1,5,'Lieferung am nächsten Tag!'),(5,1,5,'Lieferung am nächsten Tag!'),(6,1,5,'Abholung im Geschäft'),(7,1,5,'Lieferung am nächsten Tag!'),(8,1,5,'test'),(9,1,5,'test'),(10,1,5,'test'),(11,1,5,'test'),(12,1,5,'Lieferung am nächsten Tag!'),(13,1,5,'test'),(14,1,5,'Lieferung am nächsten Tag!'),(1,2,5,'Abholung im Geschäft'),(2,2,5,'Lieferung am nächsten Tag!'),(3,2,5,'Lieferung am nächsten Tag!'),(4,2,5,'Lieferung am nächsten Tag!'),(5,2,5,'Lieferung am nächsten Tag!'),(6,2,5,'Abholung im Geschäft'),(7,2,5,'Lieferung am nächsten Tag!'),(8,2,5,'test'),(9,2,5,'test'),(10,2,5,'test'),(11,2,5,'test'),(12,2,5,'Lieferung am nächsten Tag!'),(13,2,5,'test'),(14,2,5,'Lieferung am nächsten Tag!'),(1,1,6,'Pick up in-store'),(2,1,6,'Delivery next day!'),(3,1,6,'Delivery next day!'),(4,1,6,'Delivery next day!'),(5,1,6,'Delivery next day!'),(6,1,6,'Pick up in-store'),(7,1,6,'Delivery next day!'),(8,1,6,'test'),(9,1,6,'test'),(10,1,6,'test'),(11,1,6,'test'),(12,1,6,'Delivery next day!'),(13,1,6,'test'),(14,1,6,'Delivery next day!'),(1,2,6,'Pick up in-store'),(2,2,6,'Delivery next day!'),(3,2,6,'Delivery next day!'),(4,2,6,'Delivery next day!'),(5,2,6,'Delivery next day!'),(6,2,6,'Pick up in-store'),(7,2,6,'Delivery next day!'),(8,2,6,'test'),(9,2,6,'test'),(10,2,6,'test'),(11,2,6,'test'),(12,2,6,'Delivery next day!'),(13,2,6,'test'),(14,2,6,'Delivery next day!'),(1,1,7,'到店自取'),(2,1,7,'隔日运到!'),(3,1,7,'隔日运到!'),(4,1,7,'隔日运到!'),(5,1,7,'隔日运到!'),(6,1,7,'到店自取'),(7,1,7,'隔日运到!'),(8,1,7,'test'),(9,1,7,'test'),(10,1,7,'test'),(11,1,7,'test'),(12,1,7,'隔日运到!'),(13,1,7,'test'),(14,1,7,'隔日运到!'),(1,2,7,'到店自取'),(2,2,7,'隔日运到!'),(3,2,7,'隔日运到!'),(4,2,7,'隔日运到!'),(5,2,7,'隔日运到!'),(6,2,7,'到店自取'),(7,2,7,'隔日运到!'),(8,2,7,'test'),(9,2,7,'test'),(10,2,7,'test'),(11,2,7,'test'),(12,2,7,'隔日运到!'),(13,2,7,'test'),(14,2,7,'隔日运到!'),(1,1,8,'Pick up in-store'),(2,1,8,'Delivery next day!'),(3,1,8,'Delivery next day!'),(4,1,8,'Delivery next day!'),(5,1,8,'Delivery next day!'),(6,1,8,'Pick up in-store'),(7,1,8,'Delivery next day!'),(8,1,8,'test'),(9,1,8,'test'),(10,1,8,'test'),(11,1,8,'test'),(12,1,8,'Delivery next day!'),(13,1,8,'test'),(14,1,8,'Delivery next day!'),(1,2,8,'Pick up in-store'),(2,2,8,'Delivery next day!'),(3,2,8,'Delivery next day!'),(4,2,8,'Delivery next day!'),(5,2,8,'Delivery next day!'),(6,2,8,'Pick up in-store'),(7,2,8,'Delivery next day!'),(8,2,8,'test'),(9,2,8,'test'),(10,2,8,'test'),(11,2,8,'test'),(12,2,8,'Delivery next day!'),(13,2,8,'test'),(14,2,8,'Delivery next day!'),(1,1,9,'Odbiór w sklepie'),(2,1,9,'Dostawa następnego dnia!'),(3,1,9,'Dostawa następnego dnia!'),(4,1,9,'Dostawa następnego dnia!'),(5,1,9,'Dostawa następnego dnia!'),(6,1,9,'Odbiór w sklepie'),(7,1,9,'Dostawa następnego dnia!'),(8,1,9,'test'),(9,1,9,'test'),(10,1,9,'test'),(11,1,9,'test'),(12,1,9,'Dostawa następnego dnia!'),(13,1,9,'test'),(14,1,9,'Dostawa następnego dnia!'),(1,2,9,'Odbiór w sklepie'),(2,2,9,'Dostawa następnego dnia!'),(3,2,9,'Dostawa następnego dnia!'),(4,2,9,'Dostawa następnego dnia!'),(5,2,9,'Dostawa następnego dnia!'),(6,2,9,'Odbiór w sklepie'),(7,2,9,'Dostawa następnego dnia!'),(8,2,9,'test'),(9,2,9,'test'),(10,2,9,'test'),(11,2,9,'test'),(12,2,9,'Dostawa następnego dnia!'),(13,2,9,'test'),(14,2,9,'Dostawa następnego dnia!'),(1,1,10,'Nouto myymälästä'),(2,1,10,'Toimitus seuraavana päivänä!'),(3,1,10,'Toimitus seuraavana päivänä!'),(4,1,10,'Toimitus seuraavana päivänä!'),(5,1,10,'Toimitus seuraavana päivänä!'),(6,1,10,'Nouto myymälästä'),(7,1,10,'Toimitus seuraavana päivänä!'),(8,1,10,'test'),(9,1,10,'test'),(10,1,10,'test'),(11,1,10,'test'),(12,1,10,'Toimitus seuraavana päivänä!'),(13,1,10,'test'),(14,1,10,'Toimitus seuraavana päivänä!'),(1,2,10,'Nouto myymälästä'),(2,2,10,'Toimitus seuraavana päivänä!'),(3,2,10,'Toimitus seuraavana päivänä!'),(4,2,10,'Toimitus seuraavana päivänä!'),(5,2,10,'Toimitus seuraavana päivänä!'),(6,2,10,'Nouto myymälästä'),(7,2,10,'Toimitus seuraavana päivänä!'),(8,2,10,'test'),(9,2,10,'test'),(10,2,10,'test'),(11,2,10,'test'),(12,2,10,'Toimitus seuraavana päivänä!'),(13,2,10,'test'),(14,2,10,'Toimitus seuraavana päivänä!'),(1,1,11,'直接実店舗で受取'),(2,1,11,'翌日配達!'),(3,1,11,'翌日配達!'),(4,1,11,'翌日配達!'),(5,1,11,'翌日配達!'),(6,1,11,'直接実店舗で受取'),(7,1,11,'翌日配達!'),(8,1,11,'test'),(9,1,11,'test'),(10,1,11,'test'),(11,1,11,'test'),(12,1,11,'翌日配達!'),(13,1,11,'test'),(14,1,11,'翌日配達!'),(1,2,11,'直接実店舗で受取'),(2,2,11,'翌日配達!'),(3,2,11,'翌日配達!'),(4,2,11,'翌日配達!'),(5,2,11,'翌日配達!'),(6,2,11,'直接実店舗で受取'),(7,2,11,'翌日配達!'),(8,2,11,'test'),(9,2,11,'test'),(10,2,11,'test'),(11,2,11,'test'),(12,2,11,'翌日配達!'),(13,2,11,'test'),(14,2,11,'翌日配達!'),(1,1,12,'Pick up in-store'),(2,1,12,'Delivery next day!'),(3,1,12,'Delivery next day!'),(4,1,12,'Delivery next day!'),(5,1,12,'Delivery next day!'),(6,1,12,'Pick up in-store'),(7,1,12,'Delivery next day!'),(8,1,12,'test'),(9,1,12,'test'),(10,1,12,'test'),(11,1,12,'test'),(12,1,12,'Delivery next day!'),(13,1,12,'test'),(14,1,12,'Delivery next day!'),(1,2,12,'Pick up in-store'),(2,2,12,'Delivery next day!'),(3,2,12,'Delivery next day!'),(4,2,12,'Delivery next day!'),(5,2,12,'Delivery next day!'),(6,2,12,'Pick up in-store'),(7,2,12,'Delivery next day!'),(8,2,12,'test'),(9,2,12,'test'),(10,2,12,'test'),(11,2,12,'test'),(12,2,12,'Delivery next day!'),(13,2,12,'test'),(14,2,12,'Delivery next day!'),(1,1,13,'Afhentning i butik'),(2,1,13,'Levering næste dag!'),(3,1,13,'Levering næste dag!'),(4,1,13,'Levering næste dag!'),(5,1,13,'Levering næste dag!'),(6,1,13,'Afhentning i butik'),(7,1,13,'Levering næste dag!'),(8,1,13,'test'),(9,1,13,'test'),(10,1,13,'test'),(11,1,13,'test'),(12,1,13,'Levering næste dag!'),(13,1,13,'test'),(14,1,13,'Levering næste dag!'),(1,2,13,'Afhentning i butik'),(2,2,13,'Levering næste dag!'),(3,2,13,'Levering næste dag!'),(4,2,13,'Levering næste dag!'),(5,2,13,'Levering næste dag!'),(6,2,13,'Afhentning i butik'),(7,2,13,'Levering næste dag!'),(8,2,13,'test'),(9,2,13,'test'),(10,2,13,'test'),(11,2,13,'test'),(12,2,13,'Levering næste dag!'),(13,2,13,'test'),(14,2,13,'Levering næste dag!'); -/*!40000 ALTER TABLE `ps_carrier_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_shop` --- - -DROP TABLE IF EXISTS `ps_carrier_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_shop` ( - `id_carrier` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_shop` --- - -LOCK TABLES `ps_carrier_shop` WRITE; -/*!40000 ALTER TABLE `ps_carrier_shop` DISABLE KEYS */; -INSERT INTO `ps_carrier_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2),(7,2),(9,2),(10,2),(11,2),(12,2),(13,2),(14,2); -/*!40000 ALTER TABLE `ps_carrier_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_tax_rules_group_shop` --- - -DROP TABLE IF EXISTS `ps_carrier_tax_rules_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_tax_rules_group_shop` ( - `id_carrier` int(11) unsigned NOT NULL, - `id_tax_rules_group` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_tax_rules_group`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_tax_rules_group_shop` --- - -LOCK TABLES `ps_carrier_tax_rules_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` DISABLE KEYS */; -INSERT INTO `ps_carrier_tax_rules_group_shop` VALUES (1,1,1),(1,1,2),(2,1,1),(2,1,2),(3,7,1),(3,7,2),(4,7,1),(4,7,2),(5,7,1),(5,7,2),(6,1,1),(6,1,2),(7,7,1),(7,7,2),(8,0,1),(8,0,2),(9,0,1),(9,0,2),(10,0,1),(10,0,2),(11,0,1),(11,0,2),(12,7,1),(12,7,2),(13,0,1),(13,0,2),(14,7,1),(14,7,2); -/*!40000 ALTER TABLE `ps_carrier_tax_rules_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_carrier_zone` --- - -DROP TABLE IF EXISTS `ps_carrier_zone`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_carrier_zone` ( - `id_carrier` int(10) unsigned NOT NULL, - `id_zone` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_carrier`,`id_zone`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_carrier_zone` --- - -LOCK TABLES `ps_carrier_zone` WRITE; -/*!40000 ALTER TABLE `ps_carrier_zone` DISABLE KEYS */; -INSERT INTO `ps_carrier_zone` VALUES (1,1),(2,1),(2,2),(3,1),(3,2),(4,1),(4,2),(5,1),(5,2),(6,1),(6,2),(6,3),(6,4),(6,5),(6,6),(6,7),(6,8),(7,1),(7,2),(11,1),(11,2),(11,3),(11,4),(11,5),(11,6),(11,7),(11,8),(12,1),(12,2),(13,3),(14,1),(14,2); -/*!40000 ALTER TABLE `ps_carrier_zone` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart` --- - -DROP TABLE IF EXISTS `ps_cart`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart` ( - `id_cart` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_carrier` int(10) unsigned NOT NULL, - `delivery_option` text NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_address_delivery` int(10) unsigned NOT NULL, - `id_address_invoice` int(10) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_guest` int(10) unsigned NOT NULL, - `secure_key` varchar(32) NOT NULL DEFAULT '-1', - `recyclable` tinyint(1) unsigned NOT NULL DEFAULT '1', - `gift` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift_message` text, - `mobile_theme` tinyint(1) NOT NULL DEFAULT '0', - `allow_seperated_package` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `checkout_session_data` mediumtext, - PRIMARY KEY (`id_cart`), - KEY `cart_customer` (`id_customer`), - KEY `id_address_delivery` (`id_address_delivery`), - KEY `id_address_invoice` (`id_address_invoice`), - KEY `id_carrier` (`id_carrier`), - KEY `id_lang` (`id_lang`), - KEY `id_currency` (`id_currency`), - KEY `id_guest` (`id_guest`), - KEY `id_shop_group` (`id_shop_group`), - KEY `id_shop_2` (`id_shop`,`date_upd`), - KEY `id_shop` (`id_shop`,`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=1407 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart` --- - -LOCK TABLES `ps_cart` WRITE; -/*!40000 ALTER TABLE `ps_cart` DISABLE KEYS */; -INSERT INTO `ps_cart` VALUES (1,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',NULL),(2,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',NULL),(3,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',NULL),(4,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',NULL),(5,1,1,2,'{\"3\":\"2,\"}',1,5,5,1,2,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1',0,0,'',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',NULL),(6,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-03 14:25:29','2020-11-05 09:09:04','{\"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\":\"a0cffa8c277a1ba894522ada2b7d3180e84078a3\"}'),(8,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 09:24:42','2020-11-05 09:24: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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(9,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 09:50:55','2020-11-05 09:51:05','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(10,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 09:51:28','2020-12-03 10:34:49',NULL),(11,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 09:51:36','2020-11-05 10:45: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\":\"9bd0cd427e8eb3683277b3512d1eec5020819d87\"}'),(12,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 10:45:57','2020-11-05 10:45:57',NULL),(13,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 10:49:28','2020-11-05 10:49: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\":\"9bd0cd427e8eb3683277b3512d1eec5020819d87\"}'),(14,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 10:50:17','2020-11-05 10:50:17',NULL),(15,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 10:50:27','2020-11-05 10:50: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\":\"9bd0cd427e8eb3683277b3512d1eec5020819d87\"}'),(17,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 10:53:13','2020-11-05 10:53:20','{\"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\":\"319ff6952cee30f4bce99162ec21e05fcecfe60c\"}'),(19,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 12:42:34','2020-11-05 12:42:45','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(21,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 16:34:09','2020-11-05 16:34:24','{\"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\":\"b2fa3cf49f85780b99e05ffc643b1a48192e2b4d\"}'),(22,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 16:35:13','2020-11-05 16:35:13',NULL),(23,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-05 16:39:03','2020-11-05 16:39: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\":\"b2fa3cf49f85780b99e05ffc643b1a48192e2b4d\"}'),(24,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 13:42:36','2020-11-06 13:42:36',NULL),(25,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 13:42:40','2020-11-06 13:49: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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(27,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:00:25','2020-11-06 14:00: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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(28,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,4,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:24:29','2020-11-06 14:24: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\":\"ce9771f80cd0843d9c1ad48be1d24d98a507808e\"}'),(30,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:26:40','2020-11-06 14:26:54','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(32,1,1,0,'',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:29:07','2020-11-06 14:29:08',NULL),(33,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:29:07','2020-11-06 14:29:23','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(35,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:30:54','2020-11-06 14:31:04','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(37,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:32:44','2020-11-06 14:32: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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(39,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:37:38','2020-11-06 14:37:50','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(40,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:38:32','2020-11-06 14:38:32',NULL),(41,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:43:19','2020-11-06 14:43:30','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(43,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:46:46','2020-11-06 14:46:57','{\"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\":\"12a127aa2ec066fe067b2307f6cf1a8fbe369b52\"}'),(44,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:47:03','2020-11-06 14:47:03',NULL),(45,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 14:47:08','2020-11-06 15:21: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\":\"12a127aa2ec066fe067b2307f6cf1a8fbe369b52\"}'),(47,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:27:09','2020-11-06 15:27:21','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(49,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:28:36','2020-11-06 15:28: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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(50,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:29:22','2020-11-06 15:29: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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(52,1,1,0,'',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:40:15','2020-11-06 15:40:15','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(53,1,1,0,'',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:40:24','2020-12-03 10:34:45',NULL),(54,1,1,0,'',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:40:32','2020-11-06 15:40:33',NULL),(55,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:40:52','2020-11-06 15:41:05','{\"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\":\"8009d01a16a2c4486ea3273fba9b8326ebee992d\"}'),(56,1,1,2,'{\"6\":\"2,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 15:41:11','2020-11-06 16:35:57','{\"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\":\"2e98c66d203f0b023993ee862140f1f359202886\"}'),(58,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 16:39:53','2020-11-06 16:40:21','{\"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\":\"ffa8261b481f8986f8ad3dfd3a7b1e87d238352a\"}'),(60,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 17:19:40','2020-11-06 17:20: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\":\"ffa8261b481f8986f8ad3dfd3a7b1e87d238352a\"}'),(62,1,1,1,'{\"6\":\"1,\"}',1,6,6,1,3,5,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 18:13:01','2020-11-06 18:13: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\":\"0597907d14c5038c5334c66cd5705c5ebe561fd6\"}'),(64,1,1,0,'',1,6,6,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-06 18:26:51','2020-11-06 18:26:52',NULL),(65,1,1,1,'{\"7\":\"1,\"}',1,7,7,1,3,4,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-11 16:27:28','2020-11-12 14:59: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\":\"290c06fff19cb88bd80f3af7224e39776cb41c7c\"}'),(67,1,1,1,'{\"7\":\"1,\"}',1,7,7,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-12 15:00:50','2020-11-12 15: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\":\"132f0c2038f8c63a3ce6b4e657091a620a601156\"}'),(69,1,1,1,'{\"7\":\"1,\"}',1,7,7,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-12 15:06:07','2020-11-12 15:06:17','{\"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\":\"132f0c2038f8c63a3ce6b4e657091a620a601156\"}'),(71,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-12 17:23:40','2020-11-12 17:24:38','{\"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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(72,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-12 17:25:07','2020-11-13 13:53:59','{\"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\":\"8ecf153d47af01cf4379294a114906d850cb2adf\"}'),(73,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,4,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 09:39:19','2020-11-13 09:39:48','{\"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\":\"8e44e9257ab471d0613b37d59ab61d6fdaaff916\"}'),(75,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 09:43:56','2020-11-13 09:44:12','{\"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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(77,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,5,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 09:47:20','2020-11-13 09:47:44','{\"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\":\"1bbef70bc50b8c0c2d0aafaa213c6c811158e615\"}'),(79,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 11:48:32','2020-11-13 11:48: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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(80,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 11:48:47','2020-11-13 11:49:42','{\"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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(83,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 13:56:56','2020-11-13 13:57:06','{\"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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(84,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 13:57:13','2020-11-13 13:57:13',NULL),(85,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 14:07:46','2020-11-13 14:07:57','{\"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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(87,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 14:15:34','2020-11-13 14:15: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(89,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 14:18:35','2020-11-13 14:18: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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(91,1,1,1,'{\"8\":\"1,\"}',1,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 14:30:18','2020-11-13 14:31: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\":\"31ff2151d880b834be7cafbeded61407ee5a256f\"}'),(93,1,1,1,'{\"8\":\"1,\"}',2,8,8,1,3,6,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 14:40:26','2020-11-13 14:41: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\":\"4801b4ab875e2984a292aee6b582d8f95065a0c4\"}'),(95,1,1,1,'{\"8\":\"1,\"}',2,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 14:55:49','2020-11-13 14:56:24','{\"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\":\"10e84768ebf350e63fd21e0bd845f1042e1ffc12\"}'),(96,1,1,1,'{\"9\":\"1,\"}',1,9,9,1,4,8,'111de24ea422b1c6073d1aee588f2a4b',0,0,'',0,0,'2020-11-13 14:55:56','2020-11-13 14:57:59','{\"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\":\"fc395e1fd705444ef57b4e3ad1f333a16cad9fba\"}'),(99,1,1,1,'{\"8\":\"1,\"}',2,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 15:27:51','2020-11-13 15:28: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\":\"60389c65d100b447d34869b403aa4f2c1474db14\"}'),(101,1,1,1,'{\"8\":\"1,\"}',2,8,8,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-13 16:14:44','2020-11-13 17:15: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\":\"60389c65d100b447d34869b403aa4f2c1474db14\"}'),(102,1,1,1,'{\"12\":\"1,\"}',1,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-16 18:11:31','2020-11-19 13:15:05','{\"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\":\"3480274b33fc765577d0f54d377a2b3364095bd7\"}'),(103,1,1,1,'{\"8\":\"1,\"}',2,8,8,1,3,10,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 09:54:44','2020-11-19 09:55: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\":\"181d9edb62153d026bd7af5f8bb5228627703b30\"}'),(104,1,1,1,'{\"11\":\"1,\"}',2,11,11,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 09:55:40','2020-11-19 10:03:19','{\"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\":\"ea87d87b222a00cf93844869720c1d65a445552e\"}'),(105,1,1,1,'{\"11\":\"1,\"}',2,11,11,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 10:03:31','2020-11-19 10:03:31',NULL),(106,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 10:03:36','2020-11-19 10:14: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(107,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 10:14:15','2020-11-19 10:14:44','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(109,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 10:54:39','2020-11-19 10:55:11','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(110,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 10:55:18','2020-11-19 10:55:18',NULL),(111,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 11:00:25','2020-11-19 11:00: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(113,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 11:04:37','2020-11-19 11:04: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(116,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 13:37:30','2020-11-19 13:37: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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(118,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,11,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 13:43:53','2020-11-19 13:44: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\":\"c7bf9eb6bbb9858f4c9d2d1273d3a7cfc614e31c\"}'),(120,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 13:47:08','2020-11-19 13:55:13','{\"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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(122,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 13:58:00','2020-12-03 10:45:11',NULL),(123,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 13:58:00','2020-11-19 13:58:32','{\"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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(125,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-19 14:06:14','2020-11-19 14:06: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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(126,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,46,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 09:27:13','2020-11-27 09:27: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\":\"cee1ed31dc668d4a50015dc2705d854b070fe2b0\"}'),(128,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 09:51:49','2020-11-27 09:52: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(130,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 09:54:04','2020-11-27 09:54:14','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(132,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 09:55:59','2020-11-27 09:56: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(134,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 11:50:13','2020-11-27 12:37:45','{\"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\":\"2421a4e509609fbeb2115b79c800f0e26642eead\"}'),(136,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 14:13:48','2020-11-27 14:14: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(137,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 14:23:35','2020-11-27 14:23:50','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(138,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 14:25:20','2020-11-27 14:25: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(139,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 14:26:10','2020-11-27 14:26:23','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(140,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 14:32:18','2020-11-27 14:32: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(142,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,49,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 14:46:42','2020-11-27 14:51: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\":\"7da07c0f92b2c45ce5bcc4582a947b11322ff1f1\"}'),(144,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-11-27 15:27:23','2020-11-27 15:27: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(145,0,1,0,'',1,10,10,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 10:34:44','2020-12-03 10:45:07',NULL),(146,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,51,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 10:37:53','2020-12-03 10:38: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\":\"340c76544edf059d42e84324c2f6b109d9cac626\"}'),(147,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 10:39:15','2020-12-03 10:39: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(148,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 10:42:03','2020-12-03 10:42:23','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(150,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 10:51:16','2020-12-03 10:51: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(152,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 10:56:29','2020-12-03 10:56: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(154,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 11:01:08','2020-12-03 11:01:21','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(156,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 11:08:15','2020-12-03 11:08: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(158,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 11:14:25','2020-12-03 11:14:57','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(160,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 11:30:51','2020-12-03 11:31:13','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(162,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 11:56:46','2020-12-03 12:06:24','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(164,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 13:27:24','2020-12-03 13:27: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(166,1,1,0,'',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-03 13:44:29','2020-12-03 13:44:30','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(167,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,51,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-04 14:04:10','2020-12-04 14:04:37','{\"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\":\"4c3145fff2b8e81096c304e9c860efba7e461deb\"}'),(169,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-04 14:05:11','2020-12-04 14:07:45','{\"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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(170,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-04 14:07:56','2020-12-04 14:07:56',NULL),(171,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-04 14:08:07','2020-12-04 14:08: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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(172,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-04 14:10:59','2020-12-04 14:10:59',NULL),(173,1,1,1,'{\"10\":\"1,\"}',2,10,10,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-04 14:11:08','2020-12-04 15:23: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\":\"9dce2ca940e7dc2261e0b694551abf204dcfb0c2\"}'),(174,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,52,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 09:37:00','2020-12-10 09:37: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\":\"909f403958b5d313ca26b7e09e03bd7bedd31867\"}'),(176,1,1,1,'{\"13\":\"1,\"}',2,13,13,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 09:53:50','2020-12-10 09:54:59','{\"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\":\"e63910e5bd32d2a3a7ed3dcd44a948b452bc8cb3\"}'),(177,1,1,1,'{\"13\":\"1,\"}',2,13,13,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 09:55:32','2020-12-10 11:28:23','{\"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\":\"e63910e5bd32d2a3a7ed3dcd44a948b452bc8cb3\"}'),(178,1,1,0,'',2,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 11:30:27','2021-02-11 16:06:54',NULL),(179,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 13:26:28','2020-12-10 13:26: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(181,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 14:55:07','2020-12-10 14:55: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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(183,1,1,1,'{\"12\":\"1,\"}',2,12,12,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 15:21:09','2020-12-10 15:21:23','{\"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\":\"a43a50b998fb5be7fc2212d3e1a1d7bde5e64c19\"}'),(185,1,1,1,'{\"15\":\"1,\"}',2,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-10 15:32:45','2020-12-10 16:41: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\":\"3b93312187c53e6b84915b84b084e0b9e26c5521\"}'),(186,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,57,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-29 10:44:39','2020-12-29 10:51:30','{\"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\":\"6048a504bf8aeca88469d5ffa56ca1dcf4589979\"}'),(187,1,1,0,'',2,14,14,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-29 15:11:55','2020-12-29 15:11:55',NULL),(188,1,1,0,'',2,14,14,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-29 15:14:05','2020-12-29 15:14:05',NULL),(189,1,1,0,'',2,14,14,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-29 15:14:51','2020-12-29 15:14:51',NULL),(190,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,137,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2020-12-29 15:20:24','2020-12-29 15:21: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\":\"782fb8f6ae4626b97574ead1970895aa29109c47\"}'),(191,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 12:08:49','2021-01-07 12:10: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\":\"007db3123e3fe6936d984c705e7241a5b1fffe7b\"}'),(192,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 12:37:50','2021-01-07 12:37:50',NULL),(193,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 12:38:04','2021-01-07 12:38:14','{\"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\":\"007db3123e3fe6936d984c705e7241a5b1fffe7b\"}'),(194,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 12:38:24','2021-01-07 12:38:24',NULL),(195,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 12:38:34','2021-01-07 12:38:44','{\"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\":\"007db3123e3fe6936d984c705e7241a5b1fffe7b\"}'),(196,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 12:39:04','2021-01-07 13:26:06','{\"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\":\"007db3123e3fe6936d984c705e7241a5b1fffe7b\"}'),(197,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 13:26:26','2021-01-07 16:10:23','{\"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\":\"4bc1b4c88b9ba3c26e7db676d3af6f1c7e016765\"}'),(198,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 16:11:15','2021-01-07 16:11:15',NULL),(199,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 16:11:24','2021-01-07 16:47:23','{\"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\":\"ab84c3c382a75eba46787bcd4087574492f75020\"}'),(200,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,145,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-07 17:04:26','2021-01-07 17:04:26',NULL),(201,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 09:22:56','2021-01-08 09:24:12','{\"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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(202,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 09:24:20','2021-01-08 09:24:20',NULL),(203,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 09:24:33','2021-01-08 09:26: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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(204,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 09:26:35','2021-01-08 14:17: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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(205,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 17:10:11','2021-01-08 17:10:37','{\"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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(206,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 17:17:38','2021-01-08 17:18: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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(207,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-08 17:18:24','2021-01-08 17:18:54','{\"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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(208,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:28:06','2021-01-12 10:28: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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(210,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:36:50','2021-01-12 10:37:04','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(211,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:37:13','2021-01-12 10:40:38','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(212,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:42:29','2021-01-12 10:42:52','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(213,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:43:28','2021-01-12 10:44:05','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(214,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:47:09','2021-01-12 10:47:37','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(215,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-12 10:48:19','2021-01-12 11:07:14','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(216,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-13 11:29:22','2021-01-13 11:29:54','{\"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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(217,1,1,1,'{\"15\":\"1,\"}',2,15,15,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-14 10:11:51','2021-01-14 10:13:52','{\"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\":\"fd4ad9c48e770d384477a2baaf26c9e07ab3ad70\"}'),(218,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-14 10:14:45','2021-01-14 10:15: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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(219,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-14 10:17:23','2021-01-14 10:20:16','{\"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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(220,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,147,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-14 10:42:23','2021-01-14 11:30: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\":\"16c023fe85923003c955e22623f27d864e562008\"}'),(222,1,2,1,'{\"16\":\"1,\"}',2,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-01-14 13:02:26','2021-01-14 13:19:19','{\"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\":\"fbef8d5cab3c3f10d14fbd054657602bf8479c04\"}'),(224,1,2,1,'{\"16\":\"1,\"}',2,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-01-14 13:21:32','2021-01-14 13:21:44','{\"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\":\"fbef8d5cab3c3f10d14fbd054657602bf8479c04\"}'),(225,1,2,1,'{\"16\":\"1,\"}',2,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-01-14 13:21:51','2021-01-14 13:21:51',NULL),(226,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,151,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-15 14:47:35','2021-01-15 14:49:24','{\"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\":\"7140da4da8ee10b61e56f0b378583992ee45a99e\"}'),(227,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,151,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-15 14:51:42','2021-01-15 14:51:42',NULL),(228,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,151,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-15 15:26:31','2021-01-15 15:26:44','{\"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\":\"7140da4da8ee10b61e56f0b378583992ee45a99e\"}'),(229,1,1,0,'',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-21 16:34:25','2021-01-21 16:35: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\":false},\"checkout-payment-step\":{\"step_is_reachable\":false,\"step_is_complete\":false},\"checksum\":\"a9b7f4d9069d7dc8b3e9c4e99bb05485bb5b15da\"}'),(230,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:08:11','2021-01-22 12:09: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\":\"89dc6527833d2b6dca4727599da34925fef20de0\"}'),(231,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:09:36','2021-01-22 12:09:36',NULL),(232,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:09:45','2021-01-22 12:15:46','{\"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\":\"636816021bb84baaae456b789f5ec7997dd89a84\"}'),(233,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:15:54','2021-01-22 12:16:51','{\"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\":\"52127fc993d76c1cec423835d4790867cdaf2ead\"}'),(234,1,1,4,'{\"14\":\"4,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:17:00','2021-01-22 12:36: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\":\"9d100410c8a414db47de2c056c7485d94f586723\"}'),(235,1,1,5,'{\"14\":\"5,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:36:16','2021-01-22 12:41:20','{\"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\":\"9d100410c8a414db47de2c056c7485d94f586723\"}'),(236,1,1,5,'{\"14\":\"5,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 12:42:19','2021-01-22 12:46:17','{\"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\":\"8714dc83389282b128e7a3888ac400a6acd70923\"}'),(237,1,1,5,'{\"14\":\"5,\"}',2,14,14,1,3,152,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-22 13:17:22','2021-01-22 13:17:22',NULL),(238,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,153,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 13:31:21','2021-01-25 13:32: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\":\"c1772b458a8b83bb447bfa08a344511a10c66e13\"}'),(239,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,153,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 13:32:44','2021-01-25 13:33: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\":\"c1772b458a8b83bb447bfa08a344511a10c66e13\"}'),(240,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,153,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 13:33:41','2021-01-25 13:37:23','{\"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\":\"c1772b458a8b83bb447bfa08a344511a10c66e13\"}'),(241,1,1,1,'{\"17\":\"1,\"}',1,17,17,1,6,161,'5fc766293f827aeae1fb6ad7a0d73954',0,0,'',0,0,'2021-01-25 13:41:31','2021-01-25 13:42: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\":\"a5b42ea57ec86915969d1152652a104a1a28c615\"}'),(244,1,1,1,'{\"15\":\"1,\"}',2,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 16:10:16','2021-01-25 16:11:04','{\"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\":\"2216c2a6f12938aaff9d2acd4c28e4ced4077019\"}'),(245,1,1,1,'{\"15\":\"1,\"}',2,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 16:20:25','2021-01-25 16:20:26',NULL),(246,1,1,1,'{\"15\":\"1,\"}',2,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 16:20:32','2021-01-25 16:21:11','{\"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\":\"2216c2a6f12938aaff9d2acd4c28e4ced4077019\"}'),(248,1,1,1,'{\"14\":\"1,\"}',2,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-25 16:26:38','2021-01-25 16:27: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\":\"e454e2b73f203cc7e5a7ee15d01d54eb11a11626\"}'),(249,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,163,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-28 09:43:17','2021-01-28 09:44:06','{\"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\":\"83630ed47e0b2a295f17877aae23d13bfa1e17ca\"}'),(251,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-28 10:54:44','2021-01-28 10:55:05','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(253,1,1,1,'{\"18\":\"1,\"}',1,18,18,1,7,167,'dfd600ac5712793528e9c0580bae2676',0,0,'',0,0,'2021-01-28 13:31:16','2021-01-28 13:32: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\":\"c0fc7805503daaf0db96f626a3a6c70a77b09096\"}'),(255,1,1,1,'{\"19\":\"1,\"}',1,19,19,1,3,165,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-28 13:54:35','2021-01-28 14:04: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\":\"db7c8bbe0a61b894d965dc0e08016bc7f06a24e4\"}'),(256,1,1,1,'{\"19\":\"1,\"}',1,19,19,1,3,165,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-28 14:08:22','2021-01-28 14:09:11','{\"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\":\"db7c8bbe0a61b894d965dc0e08016bc7f06a24e4\"}'),(257,1,1,1,'{\"19\":\"1,\"}',1,19,19,1,3,165,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-28 14:10:05','2021-01-28 14:12: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\":\"db7c8bbe0a61b894d965dc0e08016bc7f06a24e4\"}'),(258,1,1,1,'{\"19\":\"1,\"}',1,19,19,1,3,165,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-01-28 14:12:21','2021-01-28 17:32:20','{\"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\":\"db7c8bbe0a61b894d965dc0e08016bc7f06a24e4\"}'),(259,1,1,1,'{\"20\":\"1,\"}',1,20,20,1,8,169,'07a53a01ac13782adfb582e4b079d285',0,0,'',0,0,'2021-01-28 14:18:23','2021-01-28 14:22:24','{\"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\":\"9a7203eef9bffb96fa445df635148addf36e8cce\"}'),(260,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,170,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 09:33:20','2021-02-02 09:33:48','{\"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\":\"750a65d3dbccd42de70c777e274b1ffec009ec49\"}'),(261,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,170,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 09:33:55','2021-06-17 14:52:54',NULL),(262,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,170,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 09:34:08','2021-02-02 10:36: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\":\"750a65d3dbccd42de70c777e274b1ffec009ec49\"}'),(264,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,171,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 10:38:23','2021-02-02 10:38:46','{\"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\":\"04308363b273b62b13136fb3d1554f18802a3bde\"}'),(265,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,171,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 10:39:37','2021-02-02 10:39:37',NULL),(266,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 10:45:55','2021-02-02 10:46: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\":\"4e5d65c6b69ffb5ce9583e3b1a80e8eace29dbbb\"}'),(267,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 10:46:25','2021-02-02 10:46:25',NULL),(268,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 10:48:52','2021-02-02 10:50:32','{\"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\":\"4e5d65c6b69ffb5ce9583e3b1a80e8eace29dbbb\"}'),(269,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 10:50:39','2021-02-02 10:50:39',NULL),(270,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,172,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 15:31:19','2021-02-02 15:31:52','{\"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\":\"925b8984ec4597b6a228202869a742989c4392eb\"}'),(272,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,173,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 15:56:59','2021-02-02 15:58: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\":\"8bb1c4b6d637e84adb992f6eacbde9d5150447c6\"}'),(273,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,173,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 15:58:50','2021-02-02 15:58:50',NULL),(274,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,173,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 16:59:59','2021-02-02 17:10:12','{\"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\":\"8bb1c4b6d637e84adb992f6eacbde9d5150447c6\"}'),(276,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 17:11:36','2021-02-02 17:11: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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(278,1,1,0,'',1,14,14,1,3,174,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-02 17:15:04','2021-02-02 17:15:04',NULL),(279,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,170,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 14:46:42','2021-02-04 14:47: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\":\"750a65d3dbccd42de70c777e274b1ffec009ec49\"}'),(280,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 14:48:53','2021-02-04 14:49:26','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(282,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:00:54','2021-02-04 15:01: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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(283,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:01:59','2021-02-04 15:02:13','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(284,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:03:31','2021-02-04 15:12: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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(286,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:18:32','2021-02-04 15:18:51','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(287,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:19:06','2021-02-04 15:19:06',NULL),(288,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:28:21','2021-02-04 15:28:45','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(290,1,1,1,'{\"14\":\"1,\"}',1,14,14,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:48:39','2021-02-04 15:49:12','{\"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\":\"b3737ebbd5e6293c73545eb4e7bb70431720dbf3\"}'),(292,1,1,1,'{\"21\":\"1,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 15:54:35','2021-02-04 15:59: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\":\"19b0d1b214e04ce4de5d222ae98d1f08f91946d5\"}'),(294,1,1,1,'{\"15\":\"1,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 16:06:09','2021-02-04 16:06:39','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(296,1,1,1,'{\"15\":\"1,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 16:12:36','2021-02-04 16:12:52','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(298,1,1,1,'{\"15\":\"1,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-04 16:15:09','2021-02-04 16:15:23','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(299,1,1,1,'{\"15\":\"1,\"}',1,15,15,1,3,173,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-05 14:00:05','2021-02-05 14:00:38','{\"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\":\"5e5359398149bf403a339e35b40b8714a356b119\"}'),(300,1,1,1,'{\"19\":\"1,\"}',2,19,19,1,3,175,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-05 14:00:41','2021-02-05 14:01:19','{\"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\":\"91061cf9bcfb2b2ea94a0737b7271793898edd14\"}'),(301,1,1,1,'{\"17\":\"1,\"}',2,17,17,1,6,177,'5fc766293f827aeae1fb6ad7a0d73954',0,0,'',0,0,'2021-02-05 14:16:16','2021-02-05 14:17:26','{\"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\":\"bc1df7cfdf24d4becee16870fe5d520fe3f36960\"}'),(302,1,1,1,'{\"15\":\"1,\"}',1,15,15,1,3,177,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-09 09:26:49','2021-02-09 09:27: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\":\"d0f82ffcac07821f61a0c0786f1df3a26d1528d4\"}'),(303,1,1,6,'{\"22\":\"6,\"}',1,22,22,3,3,179,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-18 13:01:18','2021-02-18 13:05: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\":\"9f326f4893df428938d41782f3fd55ccfad64232\"}'),(305,1,1,6,'{\"22\":\"6,\"}',1,22,22,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-18 13:50:59','2021-02-18 14:14:46','{\"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\":\"be56beda8279bb4b2b7a4a8232a9b8076fe68ca3\"}'),(307,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-18 16:08:23','2021-02-26 12:18:46','{\"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\":\"3720039cb83fb726d262964a8d06391397b370db\"}'),(308,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-26 12:24:10','2021-02-26 12:24:10',NULL),(309,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-02-26 12:34:16','2021-03-04 11:39:05','{\"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\":\"7d964d2b5fd7fd7be19ac993d2edf9cae8ef6907\"}'),(310,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 11:42:44','2021-03-04 11:46:12','{\"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\":\"97379d5e90774fb460847069610a2b6abf2dbbab\"}'),(311,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 11:58:21','2021-03-04 11:58:21',NULL),(312,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 11:58:46','2021-03-04 12:37: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\":\"1aa970ec369667316fb7b41c4d426853d589e128\"}'),(313,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 12:37:44','2021-03-04 12:37:44',NULL),(314,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 12:37:53','2021-03-04 12:44:20','{\"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\":\"985e69007287ee042e2dcde3fd6a4cfc41b6bd1f\"}'),(315,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 12:44:27','2021-03-04 15:35: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\":\"985e69007287ee042e2dcde3fd6a4cfc41b6bd1f\"}'),(316,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 15:36:03','2021-03-04 15:36:03',NULL),(317,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 15:37:29','2021-03-04 15:37: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\":\"985e69007287ee042e2dcde3fd6a4cfc41b6bd1f\"}'),(318,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 15:38:13','2021-10-07 12:56:34',NULL),(319,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 16:04:39','2021-03-04 16:04:56','{\"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\":\"985e69007287ee042e2dcde3fd6a4cfc41b6bd1f\"}'),(320,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 16:10:43','2021-03-04 16:10:54','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(322,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-04 16:13:04','2021-03-04 16:13:15','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(323,1,1,6,'{\"15\":\"6,\"}',9,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-18 13:07:17','2021-03-18 13:43:54','{\"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\":\"b202bb2a52c175d42c3b681bcaa5421d9c0baa68\"}'),(324,1,1,6,'{\"15\":\"6,\"}',9,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-18 13:45:17','2021-03-18 13:46:06','{\"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\":\"b202bb2a52c175d42c3b681bcaa5421d9c0baa68\"}'),(325,1,1,6,'{\"15\":\"6,\"}',9,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-18 13:50:41','2021-03-18 13:50:41',NULL),(326,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-18 13:50:52','2021-03-18 14:32:38','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(328,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-18 14:45:24','2021-03-18 15:22:05','{\"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\":\"0b5e62add919257986cc14b836ad8d18c90c796f\"}'),(329,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-18 15:28:16','2021-03-18 16:15:21','{\"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\":\"0b5e62add919257986cc14b836ad8d18c90c796f\"}'),(331,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-19 11:12:01','2021-03-19 11:15:17','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(332,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-19 11:15:29','2021-03-25 10:35:20','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(334,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-25 10:36:36','2021-03-25 10:36: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(335,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-25 10:37:04','2021-03-25 12:32: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(337,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-25 12:36:22','2021-03-25 13:20: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(339,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-25 13:25:05','2021-03-25 13:25:17','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(341,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-25 13:26:26','2021-03-25 13:26:38','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(343,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-25 15:54:54','2021-03-25 16:08: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\":\"00088674ca7ef0b4e152cdc1ab3767e25260f7e4\"}'),(344,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-03-26 13:14:22','2021-03-26 13:54:17','{\"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\":\"a7439d96aa94e469d754fe19530f85985f241e38\"}'),(345,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-01 14:49:44','2021-04-01 14:49:44',NULL),(346,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-01 14:50:18','2021-04-08 09:30: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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(348,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:07:16','2021-04-08 10:07: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(349,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:07:38','2021-04-08 10:07:38',NULL),(350,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:08:52','2021-04-08 10:09:05','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(351,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:09:17','2021-04-08 10:09:17',NULL),(352,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:09:28','2021-04-08 10:10:20','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(353,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:10:29','2021-04-08 10:10:29',NULL),(354,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:14:06','2021-04-08 10: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(355,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 10:14:26','2021-04-08 10:18: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\":\"ef5858ceaf568905766b4a62f5bde4180155538c\"}'),(357,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 13:13:08','2021-04-08 13:13:46','{\"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\":\"05f02a096f2407661f886f78b0503b06dc2d137c\"}'),(359,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 13:27:05','2021-04-08 13:27:57','{\"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\":\"0dce24e8ee50f15b0f7e172644f7095d1bf2a207\"}'),(361,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 13:30:31','2021-04-08 13:30:46','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(363,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 13:41:47','2021-04-08 13:42:12','{\"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\":\"5fdf6a7ac002e0a0b2a548e39a99a6626c02141a\"}'),(365,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 13:46:33','2021-04-08 13:46: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\":\"da386c787ec8c7bc3eaec51fc0f19a9a96658fdc\"}'),(367,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 15:08:58','2021-04-08 15:09:11','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(368,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 15:09:21','2021-04-08 15:50: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(369,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 15:50:45','2021-04-08 15:50:57','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(370,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 15:54:15','2021-04-08 16:11: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\":\"6a2ece0bb4be3ad7940af972ff04025d2f736fdc\"}'),(371,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 16:18:09','2021-04-08 16:18: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\":\"aceedd0b2fc6c9c7f8aa23ddfeb52c6566266438\"}'),(373,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 16:31:10','2021-04-08 16:31: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(374,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 16:31:31','2021-04-08 16:43: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(375,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-08 16:43:23','2021-04-15 14: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\":\"fc20195760f97471655dfef6278e9eaa35f80c0a\"}'),(376,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-16 13:16:54','2021-04-16 13:18:24','{\"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\":\"05f02a096f2407661f886f78b0503b06dc2d137c\"}'),(378,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-16 15:04:26','2021-04-22 11:37:50','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(380,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 11:41:53','2021-04-22 11:42:37','{\"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\":\"9bf4b820ab2d2c4b53759a3f711f2eee1d4dc36f\"}'),(382,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:11:41','2021-04-22 12:11:52','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(384,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:12:28','2021-04-22 12:12:45','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(386,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:14:39','2021-04-22 12:14:57','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(388,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:20:49','2021-04-22 12:21: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(390,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:24:41','2021-04-22 12:24: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(392,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:25:39','2021-04-22 12:26:12','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(394,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-22 12:26:56','2021-04-22 12:27:13','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(395,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-04-29 16:27:00','2021-04-29 16:29: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\":\"5fdf6a7ac002e0a0b2a548e39a99a6626c02141a\"}'),(396,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,255,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-04-29 16:27:57','2021-04-29 16:29:14','{\"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\":\"907e72c87c6796402c16cd2011e82383e24c7de9\"}'),(399,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-04-30 10:58:29','2021-04-30 10:58: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\":\"7b89fbd478d99fa299bbe645aa2674c3e7620287\"}'),(401,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-04-30 11:57:51','2021-04-30 11:58:04','{\"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\":\"7b89fbd478d99fa299bbe645aa2674c3e7620287\"}'),(403,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-04-30 12:04:58','2021-04-30 12:05: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\":\"7b89fbd478d99fa299bbe645aa2674c3e7620287\"}'),(405,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-04-30 13:45:48','2021-04-30 13:45:59','{\"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\":\"7b89fbd478d99fa299bbe645aa2674c3e7620287\"}'),(406,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-04-30 13:46:08','2021-04-30 13:46:08',NULL),(407,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-06 12:33:34','2021-05-06 12:49:30','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(408,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-06 12:52:42','2021-05-06 12:53:14','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(409,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-06 12:57:30','2021-05-06 12:57: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"5d311077d4dbaf2deddc1c164db61ad2f5166ee7\"}'),(410,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,256,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-07 10:16:34','2021-05-07 10:17: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\":\"dc367a720ff9951d3fe2fd126fa6c06e2757b807\"}'),(411,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-13 14:39:29','2021-05-13 14:39:46','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(413,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-13 14:42:25','2021-05-13 14:42: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(414,1,1,6,'{\"23\":\"6,\"}',1,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-19 09:29:57','2021-05-20 14:12: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\":\"f21802999389d3c3ea2b996e86a5eda1b3db3f1f\"}'),(416,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-20 14:20:33','2021-05-20 14:21:05','{\"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\":\"ea0e846dc53667f521e5ea04603f1f4432593a9b\"}'),(418,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-20 14:23:34','2021-05-20 14:23:51','{\"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\":\"00088674ca7ef0b4e152cdc1ab3767e25260f7e4\"}'),(420,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-20 14:25:37','2021-05-20 14:25:52','{\"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\":\"ef5858ceaf568905766b4a62f5bde4180155538c\"}'),(422,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-20 14:31:12','2021-05-20 14:31:32','{\"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\":\"cfd06106300636ffc11a3337b916a9b4e1b67d66\"}'),(423,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-05-20 14:31:46','2021-05-20 14:52: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\":\"55b16f64e0eda338681e41b67b65ddec6cfea4ee\"}'),(424,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,258,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-05-21 11:44:56','2021-05-21 11:45: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\":\"a5527c13cf091bdd526804fa69e1c9c1ea031a9b\"}'),(425,1,1,5,'{\"15\":\"5,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-03 10:08:51','2021-06-03 10:09:52','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(427,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-03 10:16:06','2021-06-03 10:16: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\":\"05f02a096f2407661f886f78b0503b06dc2d137c\"}'),(429,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-03 10:23:38','2021-06-03 10:23:48','{\"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\":\"aceedd0b2fc6c9c7f8aa23ddfeb52c6566266438\"}'),(430,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-06-04 16:00:50','2021-06-04 16:01: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\":\"56c196cbc2e5e20942ccd88f09070c843399d973\"}'),(431,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-06-04 16:01:17','2021-06-04 16:01:17',NULL),(432,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-06-04 16:02:45','2021-06-04 16:10: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\":\"56c196cbc2e5e20942ccd88f09070c843399d973\"}'),(433,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-06-04 16:11:33','2021-06-04 16:11:33',NULL),(434,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-06-04 16:11:58','2021-06-04 16:17: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\":\"56c196cbc2e5e20942ccd88f09070c843399d973\"}'),(436,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2021-06-04 16:18:01','2021-06-04 16:18:01',NULL),(437,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-10 09:40:09','2021-06-10 09:41:21','{\"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\":\"0dce24e8ee50f15b0f7e172644f7095d1bf2a207\"}'),(439,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-10 11:16:37','2021-06-10 11:17:44','{\"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\":\"5fdf6a7ac002e0a0b2a548e39a99a6626c02141a\"}'),(441,1,1,6,'{\"19\":\"6,\"}',1,19,19,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-10 11:28:04','2021-06-18 12:52: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\":\"77d181ad2ee47a2538159403272eff40af58aec7\"}'),(442,0,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-06-17 14:52:49','2021-07-01 14:50:56',NULL),(443,0,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-01 14:51:37','2021-07-01 14:56:27',NULL),(444,0,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-01 15:18:37','2021-07-01 15:20:19',NULL),(445,0,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-01 15:22:58','2021-07-01 15:29:46',NULL),(446,0,1,0,'',1,15,15,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-01 15:30:06','2021-07-01 15:30:06',NULL),(447,1,1,6,'{\"23\":\"6,\"}',1,23,23,1,3,271,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-01 17:21:31','2021-07-08 10:47: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-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"4d770ed9873ccbf1f10d53a4da65e97b08fca617\"}'),(448,1,1,6,'{\"23\":\"6,\"}',1,23,23,1,3,271,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-08 10:47:41','2021-07-08 10:47:41',NULL),(449,1,1,6,'{\"23\":\"6,\"}',1,23,23,1,3,271,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-08 10:47:47','2021-07-08 10:47: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-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"4d770ed9873ccbf1f10d53a4da65e97b08fca617\"}'),(450,1,1,0,'',1,0,0,1,0,271,'',0,0,'',0,0,'2021-07-08 10:48:57','2021-07-08 10:49:07',NULL),(451,1,1,6,'{\"23\":\"6,\"}',4,25,25,1,3,271,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-08 15:19:24','2021-07-09 11:22: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-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"d40c45af902c64b96471f235c926d15615916a7f\"}'),(453,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-09 14:25:47','2021-07-26 12:49: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\":\"b9bc9b7e10eef2314abc18341f3f5158bfe2f2b6\"}'),(455,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-27 12:01:39','2021-07-27 12:01:56','{\"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\":\"2d04fb9342b39cec877ecfcd7bb4b05a13ba91c3\"}'),(457,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-27 12:43:12','2021-07-27 12:43:54','{\"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\":\"2d04fb9342b39cec877ecfcd7bb4b05a13ba91c3\"}'),(459,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-27 12:49:53','2021-07-27 12:50: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\":\"59164a0a9c37d3dcc2620aa5386fe247a996b3db\"}'),(461,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-27 12:54:38','2021-07-27 12:54: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\":\"59164a0a9c37d3dcc2620aa5386fe247a996b3db\"}'),(463,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-27 12:55:50','2021-07-27 12:56: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\":\"59164a0a9c37d3dcc2620aa5386fe247a996b3db\"}'),(465,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-27 13:02:53','2021-07-27 13:03:04','{\"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\":\"247b1bdfa6bee085bfc0210ab5cf79011551d4f3\"}'),(466,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 09:32:30','2021-07-29 09:33:06','{\"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\":\"2d04fb9342b39cec877ecfcd7bb4b05a13ba91c3\"}'),(468,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 09:39:22','2021-07-29 09: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\":\"2d04fb9342b39cec877ecfcd7bb4b05a13ba91c3\"}'),(470,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 14:58:36','2021-07-29 14:59: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\":\"398ef9b18814e0038ee704ee9c0508e44f8666d9\"}'),(471,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 15:17:55','2021-07-29 15:18: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\":\"398ef9b18814e0038ee704ee9c0508e44f8666d9\"}'),(472,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 15:22:38','2021-07-29 15:27: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\":\"54983b383a19aba3aeb67d1048b1de6a43e64643\"}'),(473,1,1,6,'{\"25\":\"6,\"}',4,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 15:32:20','2021-07-29 15:32:32','{\"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\":\"398ef9b18814e0038ee704ee9c0508e44f8666d9\"}'),(474,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 15:36:53','2021-07-29 15:39: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(475,1,1,5,'{\"25\":\"5,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-29 15:40:27','2021-07-29 15:55:14','{\"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\":\"ea899086bc73830b2100b7b034b0a71eb76aaac3\"}'),(476,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 09:11:21','2021-07-30 09:14: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(477,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 09:16:04','2021-07-30 09:16: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(478,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 09:23:53','2021-07-30 09:25: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\":\"ea899086bc73830b2100b7b034b0a71eb76aaac3\"}'),(479,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 09:46:51','2021-07-30 09:47: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(480,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 09:50:28','2021-07-30 09:50:39','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(481,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 10:00:12','2021-07-30 10:01: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(482,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 11:24:31','2021-07-30 11:25:12','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(483,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 11:29:58','2021-07-30 11:30: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(484,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 11:37:51','2021-07-30 11:38: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(485,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 11:41:08','2021-07-30 11:41:23','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(486,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 11:47:06','2021-07-30 11:47:16','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(487,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 11:49:00','2021-07-30 11:49: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(488,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 12:00:57','2021-07-30 12:25:13','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(489,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 12:25:57','2021-07-30 12:26: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(490,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 12:27:15','2021-07-30 12:27:24','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(491,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 12:51:37','2021-07-30 12:51:50','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(492,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 15:45:11','2021-07-30 15:45:42','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(493,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 16:06:02','2021-07-30 16:07: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(494,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 16:13:29','2021-07-30 16:13: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(495,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 16:14:50','2021-07-30 16:15: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(496,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-07-30 16:31:47','2021-07-30 16:31: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(497,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 11:26:25','2021-08-05 11:26: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(498,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 11:33:56','2021-08-05 11:34:06','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(499,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:02:48','2021-08-05 12:02:59','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(500,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:03:52','2021-08-05 12: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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(501,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:17:05','2021-08-05 12:17:16','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(502,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:20:30','2021-08-05 12:20: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(503,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:26:33','2021-08-05 12:26:57','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(504,1,1,6,'{\"25\":\"6,\"}',1,25,25,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:29:09','2021-08-05 12:29:20','{\"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\":\"bd7e1900332bee86cc6c0a82634cfc8ade5a516b\"}'),(505,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:31:42','2021-08-05 12:31:51','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(506,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:33:26','2021-08-05 12:33:38','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(507,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:36:39','2021-08-05 12:36:48','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(508,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 12:37:59','2021-08-05 12:38:14','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(509,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 14:58:25','2021-08-05 15:35: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\":\"00088674ca7ef0b4e152cdc1ab3767e25260f7e4\"}'),(510,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 15:38:02','2021-08-05 15:38:26','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(511,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 15:39:07','2021-08-05 15:39: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(512,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 15:53:27','2021-08-05 15:53: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\":\"32f229f76f6801f45457a78c8ab3e5a6456c18d4\"}'),(513,1,1,0,'',1,0,0,1,0,273,'',0,0,'',0,0,'2021-08-05 15:54:18','2021-08-05 15:54:18','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(514,1,1,6,'{\"26\":\"6,\"}',1,26,26,1,9,274,'904104e855d4094cae2982e5e2f67e0f',0,0,'',0,0,'2021-08-05 15:55:00','2021-08-05 15:55: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\":\"d8e2b98fd6b2a4a29103903616f3e6825f2aa630\"}'),(515,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-05 16:03:28','2021-08-05 16:03:37','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(516,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-06 09:52:43','2021-08-06 09:52:54','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(517,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-06 11:31:27','2021-08-06 11:31: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(518,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-06 11:44:15','2021-08-06 11:44:44','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(519,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-06 13:06:36','2021-08-06 13:26: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\":\"00088674ca7ef0b4e152cdc1ab3767e25260f7e4\"}'),(520,1,1,0,'',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-06 13:28:55','2021-08-06 13:29:00',NULL),(521,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-06 13:29:10','2021-08-06 14:09: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\":\"de3f40da9c8463647da154f3a47ddd856a1c24a2\"}'),(522,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-10 10:33:05','2021-08-10 10:35:50','{\"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\":\"00088674ca7ef0b4e152cdc1ab3767e25260f7e4\"}'),(523,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-10 10:36:49','2021-08-10 10:36: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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(524,1,1,6,'{\"15\":\"6,\"}',5,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-12 10:22:53','2021-08-12 18:02: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\":\"0e7d690a4c526285a90126580e51f30fa1c117b6\"}'),(525,1,1,6,'{\"15\":\"6,\"}',5,15,15,1,3,276,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-12 18:03:47','2021-08-12 18:10:44','{\"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\":\"40f07a2d3f22df0d98bad9515c4355e34eb47779\"}'),(526,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-13 09:52:45','2021-08-13 10:13:23','{\"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\":\"0dce24e8ee50f15b0f7e172644f7095d1bf2a207\"}'),(527,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-13 10:13:47','2021-08-13 10:13:57','{\"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\":\"158918ccf74c0898e2d8af7d8d1988cc33fc4baf\"}'),(528,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-08-13 10:45:32','2021-09-02 09:36: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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(529,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:40:21','2021-09-02 09:40: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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(530,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:42:37','2021-09-02 09:42: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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(531,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:45:05','2021-09-02 09:45:15','{\"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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(532,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:46:19','2021-09-02 09:46: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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(533,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:49:46','2021-09-02 09:49: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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(534,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:54:37','2021-09-02 09:54:54','{\"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\":\"dcac8c05db5a5fa4bf3e865c366411d33c5de32b\"}'),(535,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:56:55','2021-09-02 09:57:04','{\"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\":\"bb61528b53d4eed1c7f52ba14ccb27ce0c2ac2bb\"}'),(536,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 09:59:10','2021-09-02 09:59: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\":\"bb61528b53d4eed1c7f52ba14ccb27ce0c2ac2bb\"}'),(537,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 10:01:45','2021-09-02 10:01:56','{\"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\":\"bb61528b53d4eed1c7f52ba14ccb27ce0c2ac2bb\"}'),(538,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 10:04:47','2021-09-02 10:04: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\":\"bb61528b53d4eed1c7f52ba14ccb27ce0c2ac2bb\"}'),(539,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 10:08:19','2021-09-02 10:08: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\":\"8a2e56ec600e3a629b4209704223fda8eb7189ee\"}'),(540,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 10:10:41','2021-09-02 10:10:50','{\"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\":\"8a2e56ec600e3a629b4209704223fda8eb7189ee\"}'),(541,1,1,6,'{\"15\":\"6,\"}',3,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-02 10:27:47','2021-09-02 10:35:11','{\"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\":\"6f322f5856fff65463948f01bde104d39b1ed397\"}'),(542,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-21 11:12:57','2021-09-21 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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(543,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-21 11:13:51','2021-09-21 11:14: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\":\"a0ce5235ac5c11eb0cc4cdbece4b3ea686711877\"}'),(544,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-21 11:17:16','2021-09-21 11:17:26','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(545,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 14:23:01','2021-09-22 14:23:12','{\"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\":\"cfd06106300636ffc11a3337b916a9b4e1b67d66\"}'),(546,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 14:24:55','2021-09-22 14:25:05','{\"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\":\"1373224a0ed1077d03c3561b0dc91787eacb8bdf\"}'),(547,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 14:41:58','2021-09-22 14:42: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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(548,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 16:46:39','2022-02-11 09:55: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\":\"c287f1757d9d9661cbfa98890f24fc6fa69bdc81\"}'),(549,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 17:15:43','2021-09-22 17:15: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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(550,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 17:28:31','2021-09-22 17:28:42','{\"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\":\"c09854e4df32fe4f30fdd80b2361d114198e92d7\"}'),(551,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 17:33:41','2021-09-22 17:33:52','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(552,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-22 17:37:44','2021-09-22 17:37:57','{\"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\":\"40be6f0ea723b66e404d1891c9728bf5fe63cfe8\"}'),(553,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-23 10:58:28','2021-09-23 10:58:38','{\"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\":\"1373224a0ed1077d03c3561b0dc91787eacb8bdf\"}'),(554,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-23 11:00:10','2021-09-23 11:00: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\":\"970115d43120db48f72a174cefc1c6138b61ed68\"}'),(555,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-23 13:38:21','2021-09-23 13:38:30','{\"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\":\"970115d43120db48f72a174cefc1c6138b61ed68\"}'),(556,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,287,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-23 14:51:23','2021-09-23 14:51:46','{\"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\":\"b542f5470b585f9f8b9fbba28d12f4bb00727fea\"}'),(557,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-23 15:10:27','2021-09-23 15:10:54','{\"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\":\"594115e16e51685521e6e8393df2e6febff4541a\"}'),(558,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-23 15:29:48','2021-09-23 15:30: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\":\"408870344752a852a8e9522c17cef7c9ba172bc4\"}'),(559,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-25 11:23:25','2021-09-25 11:24:24','{\"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\":\"4f9b153e4dad0c631071cc093d6e9d6e4c4c1755\"}'),(560,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-09-25 11:31:17','2021-09-25 11:31:56','{\"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\":\"eaf11eebf6cd708c0ef44f35dac6093ee54efba8\"}'),(561,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 09:31:09','2021-10-07 09:31:19','{\"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\":\"cbbb979ae761572b4812845234c07f4a14d01312\"}'),(562,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:24:43','2021-10-07 10:24:52','{\"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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(563,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:40:00','2021-10-07 10:40: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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(564,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:41:26','2021-10-07 10:41: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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(565,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:42:58','2021-10-07 10:43: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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(566,1,1,0,'',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:49:31','2021-10-07 10:49:32','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(567,1,1,0,'',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:49:38','2021-10-07 12:56:24',NULL),(568,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:49:45','2021-10-07 10:50:05','{\"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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(569,1,1,5,'{\"15\":\"5,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 10:55:55','2021-10-07 13:10:38','{\"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\":\"cbbb979ae761572b4812845234c07f4a14d01312\"}'),(570,0,1,0,'',1,15,15,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 12:56:24','2021-10-07 12:56:24',NULL),(571,1,1,0,'',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 14:20:56','2021-10-07 14:20:56',NULL),(572,1,1,6,'{\"15\":\"6,\"}',4,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 14:20:56','2021-10-07 14:21:05','{\"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\":\"f522b50f99f7ad9da64b917a8637614999655b9b\"}'),(573,1,1,6,'{\"19\":\"6,\"}',1,19,19,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-07 16:38:27','2021-10-13 09:06: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\":\"b5a37287855d938b15eb0569b4c7ee5fa8e5e7ca\"}'),(574,1,1,6,'{\"30\":\"6,\"}',1,30,30,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:07:44','2021-10-13 09:22:19','{\"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\":\"23e18b627e10f43db1a3b7d22b23144e6c6c1d8a\"}'),(575,1,1,6,'{\"30\":\"6,\"}',1,30,30,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:23:04','2021-10-13 09:23: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\":\"23e18b627e10f43db1a3b7d22b23144e6c6c1d8a\"}'),(576,1,1,6,'{\"30\":\"6,\"}',1,30,30,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:25:50','2021-10-13 09:25:59','{\"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\":\"cc1acd598d858ec2780ab32ae20aa2097e95dc2a\"}'),(577,1,1,6,'{\"15\":\"6,\"}',1,15,15,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:27:12','2021-10-13 09:27:20','{\"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\":\"3944adcd8e3ecae3214856fa888733df63404eda\"}'),(578,1,1,6,'{\"30\":\"6,\"}',1,30,30,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:28:04','2021-10-13 09:28:16','{\"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\":\"6bc0de46d5ad3453780040f68a2a02cfe30a1668\"}'),(579,1,1,6,'{\"30\":\"6,\"}',1,30,30,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:28:43','2021-10-13 09:31: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\":\"6813863a1de4f2a47075541ad7c862a16f8295fe\"}'),(580,1,1,6,'{\"30\":\"6,\"}',1,30,30,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:32:12','2021-10-13 09:32: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\":\"6813863a1de4f2a47075541ad7c862a16f8295fe\"}'),(581,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 09:38:54','2021-10-13 12:32:26','{\"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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(582,1,1,6,'{\"17\":\"6,\"}',1,17,17,1,6,289,'5fc766293f827aeae1fb6ad7a0d73954',0,0,'',0,0,'2021-10-13 09:59:07','2021-10-13 10:00:05','{\"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\":\"8fd55ceb5c6106bcb9af3c269ed0797245702a35\"}'),(583,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-13 12:34:56','2021-10-15 09:48: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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(584,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 09:49:14','2021-10-15 09:50:04','{\"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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(585,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 09:53:11','2021-10-15 09:53:39','{\"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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(586,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 09:55:04','2021-10-15 10:13: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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(587,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:25:13','2021-10-15 10:25:24','{\"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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(588,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:26:25','2021-10-15 10:26:45','{\"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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(589,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:28:11','2021-10-15 10:28:24','{\"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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(590,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:37:25','2021-10-15 10:37: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\":\"8def5b5e6925efd2bdcc436a24a489da6713c581\"}'),(591,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:38:28','2021-10-15 10:41:42','{\"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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(592,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:43:35','2021-10-15 10:43:48','{\"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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(593,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 10:45:11','2021-10-15 10:45:23','{\"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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(594,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:07:15','2021-10-15 11:07: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(595,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:09:34','2021-10-15 11:09:45','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(596,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:10:21','2021-10-15 11:10:32','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(597,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:13:18','2021-10-15 11:13: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(598,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:14:20','2021-10-15 11:14:44','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(599,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:18:31','2021-10-15 11:18: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\":\"95863ecd7513114411b352e9f98d19e60a8a8782\"}'),(600,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:19:24','2021-10-15 11:20: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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(601,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:35:25','2021-10-15 11:35: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(602,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:37:13','2021-10-15 11:37:24','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(603,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:42:25','2021-10-15 11:42: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(604,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:48:22','2021-10-15 11:48: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(605,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:55:10','2021-10-15 11:55:21','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(606,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 11:56:01','2021-10-15 11:56: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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(607,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:48:44','2021-10-15 12:48:54','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(608,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:49:27','2021-10-15 12:49:37','{\"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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(609,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:51:02','2021-10-15 12:51: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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(610,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:54:08','2021-10-15 12:54:19','{\"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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(611,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:55:23','2021-10-15 12:55:52','{\"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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(612,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:56:16','2021-10-15 12:56:32','{\"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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(613,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 12:59:53','2021-10-15 13:36: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\":\"53796ac08bd2ac6b8164f5109e6332b8c75eaa1e\"}'),(614,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-15 13:37:39','2021-10-15 16:15:03','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"fbd27100493db066ef5b5c0582e5f43e6cd2430b\"}'),(615,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,293,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 12:08:15','2021-10-28 12:08: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\":\"d36c23b7902439ae2d900b686585d7ad20411f11\"}'),(616,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 12:10:21','2021-10-28 12:10: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\":\"3ea7e2c69e645c2cbd8423543dd3550d6c416e33\"}'),(617,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 13:56:09','2021-10-28 13:56:20','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(618,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 13:57:56','2021-10-28 13:58:17','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(619,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 14:02:37','2021-10-28 14:02:48','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(620,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 14:13:26','2021-10-28 14:13:38','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(621,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 14:43:07','2021-10-28 14:44:38','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(622,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 14:51:13','2021-10-28 14:51: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(623,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-28 14:54:08','2021-10-28 14:54:19','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(624,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-10-29 15:18:43','2021-10-29 15:19:16','{\"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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(625,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,293,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 09:33:14','2021-11-05 09:33: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\":\"f7447469e9fcf73f164722d909e93cb53c655e4b\"}'),(626,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 09:37:42','2021-11-05 09:37: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\":\"960a3d155214598f0f6f3185671267b359735d01\"}'),(627,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 09:46:08','2021-11-05 09:47:57','{\"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\":\"ed34aebdc09d9df90d8047d1ac96e72ab3cb1f21\"}'),(628,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 10:48:45','2021-11-05 13:11: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\":\"1b5729b71ff7b2f82d3cabc42a3d937b13b5a6ab\"}'),(629,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 14:08:39','2021-11-05 14:08:52','{\"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\":\"a60c9c0ad57059b3452c68b4d4d0d2fc55486a27\"}'),(630,1,1,6,'{\"32\":\"6,\"}',4,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 14:12:52','2021-11-05 14:24:21','{\"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\":\"a60c9c0ad57059b3452c68b4d4d0d2fc55486a27\"}'),(631,1,1,6,'{\"32\":\"6,\"}',4,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-05 14:33:05','2021-11-05 14:33: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\":\"c17a813a7c7b5ed9b2737291d34744b6b2be9875\"}'),(632,1,1,6,'{\"32\":\"6,\"}',4,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-11 09:36:54','2021-11-11 09: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\":\"3e03fd5e59021688b581082d711af146810b070c\"}'),(633,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-11 15:24:55','2021-11-11 15:27:20','{\"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\":\"73f692b882b8f9c567b10f816be208fe568fd365\"}'),(634,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-12 14:11:45','2021-11-12 14:12:11','{\"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\":\"619288902a8f28ab52fe365d6067d01b42ac72e8\"}'),(635,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-12 14:58:12','2021-11-12 14:58:44','{\"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\":\"2f3395be5b1841e149e1770db8acf99f698d7026\"}'),(636,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-18 15:54:15','2021-11-18 15:54: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\":\"a1902f4d99473a07018b53da2602ecfda2664a5f\"}'),(637,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-18 15:55:30','2021-11-18 15:55:45','{\"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\":\"91016fd522638afc04a7f3a02ab28a43b6e593c5\"}'),(638,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-19 11:33:05','2021-11-19 11: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\":\"a60c9c0ad57059b3452c68b4d4d0d2fc55486a27\"}'),(639,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-19 11:50:33','2021-11-19 11:50:45','{\"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\":\"a58736e40c63fd8b7547c79912a2e969af79b0e6\"}'),(640,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-19 12:13:26','2021-11-19 12:13:38','{\"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\":\"ccf2fd6df3546cf6effc4d6c7611d6281d244534\"}'),(641,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-19 12:24:12','2021-11-19 12:24:26','{\"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\":\"957112001bfef9d5923acee799dffa2bda9fe506\"}'),(642,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-25 10:07:11','2021-11-25 10:07: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\":\"95863ecd7513114411b352e9f98d19e60a8a8782\"}'),(643,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-25 11:15:37','2021-11-25 11:15: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\":\"95863ecd7513114411b352e9f98d19e60a8a8782\"}'),(644,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-25 11:17:39','2021-11-25 11:20: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\":\"95863ecd7513114411b352e9f98d19e60a8a8782\"}'),(645,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-25 11:36:15','2021-11-25 11:36:26','{\"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\":\"95863ecd7513114411b352e9f98d19e60a8a8782\"}'),(646,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-25 12:04:03','2021-11-25 12:13: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\":\"62d244dbb6089854eda2d83b064a42b85045d686\"}'),(647,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-25 12:14:40','2021-11-25 12:14:51','{\"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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(648,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-29 14:30:02','2021-11-29 14:30:14','{\"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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(649,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-29 14:30:52','2021-11-29 14:31: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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(650,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-11-29 14:45:45','2021-12-02 16:29:06','{\"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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(651,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-02 16:31:06','2021-12-02 16:33:05','{\"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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(652,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-02 17:08:23','2021-12-09 10:32: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\":\"54c6e1738a0105b9ea8c50f6220f24b250b991f7\"}'),(653,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-09 10:41:24','2021-12-09 10:44:19','{\"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\":\"54c6e1738a0105b9ea8c50f6220f24b250b991f7\"}'),(654,1,1,6,'{\"32\":\"6,\"}',4,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-09 11:00:23','2021-12-10 10:01: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\":\"6e8ac5a3119ecc7bd2f15b5be0058dddb39cc45e\"}'),(655,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-13 15:51:06','2021-12-14 14:34:37','{\"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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(656,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-14 14:54:39','2021-12-14 14:55:30','{\"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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(657,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-15 12:42:09','2021-12-16 15:30:37','{\"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\":\"6f5a4283dcfd72f35e346599190d54414a128bb7\"}'),(658,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-16 15:33:10','2021-12-16 15:33:56','{\"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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(659,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-16 15:37:39','2021-12-16 15:57:24','{\"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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(660,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-16 16:06:49','2021-12-16 16: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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(661,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-16 16:23:49','2021-12-16 16:24: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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(662,1,1,6,'{\"21\":\"6,\"}',4,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-16 16:53:28','2021-12-16 16:53:51','{\"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\":\"e4efd59830c743662cfdf57e816f6f03cf4c631d\"}'),(663,1,1,6,'{\"32\":\"6,\"}',4,32,32,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2021-12-21 13:36:02','2022-01-06 09:34:15','{\"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\":\"4d717134e48fb3c5ace0a52b691b86657cdd587f\"}'),(664,1,1,6,'{\"32\":\"6,\"}',4,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 09:34:55','2022-01-06 09:35:12','{\"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\":\"05fe306f6e802c21e843fcd604b2091001889b56\"}'),(665,1,1,6,'{\"32\":\"6,\"}',4,32,32,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 09:39:10','2022-01-06 09:39: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\":\"f317c7411b9294562693d34a8db80513fd41729c\"}'),(666,1,1,6,'{\"21\":\"6,\"}',4,21,21,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 09:41:21','2022-01-06 09:41:39','{\"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\":\"c51908694d57de4c081cae1baea3c21cef701712\"}'),(667,1,1,6,'{\"32\":\"6,\"}',4,32,32,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 09:58:06','2022-01-06 09:58:17','{\"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\":\"f317c7411b9294562693d34a8db80513fd41729c\"}'),(668,1,1,6,'{\"21\":\"6,\"}',4,21,21,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 10:09:02','2022-01-06 10:09:13','{\"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\":\"c51908694d57de4c081cae1baea3c21cef701712\"}'),(669,1,1,6,'{\"21\":\"6,\"}',4,21,21,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 10:11:01','2022-01-06 10:11:11','{\"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\":\"c51908694d57de4c081cae1baea3c21cef701712\"}'),(670,1,1,6,'{\"21\":\"6,\"}',4,21,21,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 10:16:19','2022-01-06 10:16:30','{\"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\":\"c51908694d57de4c081cae1baea3c21cef701712\"}'),(671,1,1,6,'{\"21\":\"6,\"}',4,21,21,2,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 10:19:39','2022-01-06 10:19:51','{\"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\":\"c51908694d57de4c081cae1baea3c21cef701712\"}'),(672,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 14:01:36','2022-01-06 15:24: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\":\"adaccf2a58e5323972ee6221dc782092855c56ef\"}'),(673,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-06 15:41:10','2022-01-06 15:42: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(674,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 11:17:19','2022-01-07 11:17: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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(675,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 11:21:17','2022-01-07 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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(676,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 11:25:57','2022-01-07 11:26: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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(677,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 11:27:56','2022-01-07 15:02: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"e5c07c0f01336266b6986212e50a118fab03de37\"}'),(678,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 15:31:25','2022-01-07 15:31:38','{\"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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(679,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 15:37:55','2022-01-07 15:38:05','{\"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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(680,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 15:40:03','2022-01-07 15:40:14','{\"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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(681,1,1,6,'{\"33\":\"6,\"}',1,33,33,1,11,332,'a608a04b66f9bb1e13cc1ac4346fdc60',0,0,'',0,0,'2022-01-07 16:31:28','2022-01-07 16:31: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\":\"2bdcd406721f3cfc5acb4427dd1f970b3896e405\"}'),(682,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,333,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-07 16:32:03','2022-01-12 15:38: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\":\"ab19cbfbd2daa4275f410bd340838fe950f51060\"}'),(683,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-12 15:50:31','2022-01-12 15:50: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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(684,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 09:45:58','2022-01-13 09:46: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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(685,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 10:07:43','2022-01-13 10:07:56','{\"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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(686,1,1,0,'',1,0,0,1,12,334,'83efa0422153a04c8b3728d2242efb08',0,0,'',0,0,'2022-01-13 10:27:27','2022-01-13 10:28:04','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":null}'),(687,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,335,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 10:28:12','2022-01-13 10:39:11','{\"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\":\"f8e288a844e795da8c0e4966b9360d08dc3c831f\"}'),(688,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,336,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 10:39:25','2022-01-13 10:39:56','{\"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\":\"05f7e8ff47269623c474ff9ea5947c28903f6cc1\"}'),(689,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 10:47:08','2022-01-13 10:47:17','{\"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\":\"e0102e6c7020ad21ae03f3b3ebc2adabde3a800a\"}'),(690,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,337,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 10:51:21','2022-01-13 13:25:45','{\"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\":\"6b45a698f02c4817a8b981782686464fa050c3ae\"}'),(691,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-13 15:03:21','2022-01-14 13:53:21','{\"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\":\"17e538c655f7b48b2416809e4261c36e28a96ced\"}'),(692,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-14 13:54:56','2022-01-14 13:55:06','{\"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\":\"a4284c31af7f0442c157be0b472e7041b4023cc6\"}'),(693,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 09:46:44','2022-01-20 09:46:54','{\"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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(694,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 10:48:24','2022-01-20 10:48: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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(695,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 10:53:16','2022-01-20 10:53:26','{\"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\":\"a4af09722d1990b1df1f1a2b0c5191eef7068664\"}'),(696,1,1,6,'{\"21\":\"6,\"}',1,21,21,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 12:44:08','2022-01-20 12:44:17','{\"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\":\"6e14be9873044a5093d252c359087fe3183fe84c\"}'),(697,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 14:07:38','2022-01-20 14:07:56','{\"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\":\"b07be0bb7bc27860e85bda033ac3c120b37c82f9\"}'),(698,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 14:11:25','2022-01-20 14:11: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\":\"cd0d2ca618b97100f8bfb78be04b430bc72682d6\"}'),(699,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 14:12:44','2022-01-20 14:12: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\":\"b07be0bb7bc27860e85bda033ac3c120b37c82f9\"}'),(700,1,1,6,'{\"32\":\"6,\"}',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-20 14:35:29','2022-01-20 14:35:54','{\"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\":\"b07be0bb7bc27860e85bda033ac3c120b37c82f9\"}'),(701,1,1,6,'{\"36\":\"6,\"}',4,36,36,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-25 09:53:33','2022-01-25 15:38:45','{\"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\":\"8e8e26ba0fceed73dcfaaac097bb20320320fa34\"}'),(702,1,1,6,'{\"36\":\"6,\"}',4,36,36,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-25 15:40:28','2022-01-25 15:40:38','{\"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\":\"e973e3d6616f43a45504fd0805dd04d4e0c57775\"}'),(703,1,1,6,'{\"36\":\"6,\"}',4,36,36,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-25 15:48:06','2022-01-25 15:48:16','{\"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\":\"e973e3d6616f43a45504fd0805dd04d4e0c57775\"}'),(704,1,2,6,'{\"37\":\"6,\"}',1,37,37,1,15,348,'fcdfde86095d8aa112fff2c40ac3c7cb',0,0,'',0,0,'2022-01-28 13:30:24','2022-01-28 13:30:59','{\"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\":\"57a47e8632d2a10f88aaee5069a835388f55d246\"}'),(705,1,2,6,'{\"38\":\"6,\"}',1,38,38,1,16,349,'32d4316301b41898cd38c1a8f70173a7',0,0,'',0,0,'2022-01-28 13:33:59','2022-01-28 13:34:30','{\"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\":\"b49ee010fab6a031ada81695a123e085c754f7f3\"}'),(706,1,2,6,'{\"39\":\"6,\"}',1,39,39,1,17,351,'a884cd346eaabb905fd6edebb23a2008',0,0,'',0,0,'2022-01-28 13:36:20','2022-01-28 13:36:54','{\"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\":\"dfb1821b6f207fc9faecc3e68f72040fe70b6068\"}'),(707,1,2,6,'{\"40\":\"6,\"}',1,40,40,1,18,352,'f2e6ff6ac02c2dfe146631caecf8ea0e',0,0,'',0,0,'2022-01-28 13:39:18','2022-01-28 13:39:48','{\"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\":\"49cd4f6369085b776ca0e3047f7a3fc5f8d5c05e\"}'),(708,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-01-28 13:39:22','2022-01-28 13:40:16','{\"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\":\"578e873e3f73ba4b2bf0733fad210083b9f9825b\"}'),(709,1,2,6,'{\"16\":\"6,\"}',1,16,16,1,5,355,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 13:44:44','2022-01-28 13:45: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\":\"ae279b5232d3a83232d4643d116f0a9818b5c6e7\"}'),(710,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 13:46:33','2022-01-28 13:46: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\":\"6cdebfc600f86f575f5fa1c7cc5edc41c2bd7867\"}'),(711,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 13:47:28','2022-01-28 13:47:38','{\"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\":\"6cdebfc600f86f575f5fa1c7cc5edc41c2bd7867\"}'),(712,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 13:48:05','2022-01-28 13:48:16','{\"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\":\"6cdebfc600f86f575f5fa1c7cc5edc41c2bd7867\"}'),(713,1,2,6,'{\"42\":\"6,\"}',1,42,42,1,19,358,'2d4aafa903ca8fa901160967aaba066e',0,0,'',0,0,'2022-01-28 13:49:32','2022-01-28 13:50:06','{\"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\":\"43fa6271311009cef531252930c3d6e2107fdbf0\"}'),(714,1,2,6,'{\"43\":\"6,\"}',1,43,43,1,20,359,'59c6d45ec67399090b45064bc60effe7',0,0,'',0,0,'2022-01-28 13:57:02','2022-01-28 13:57:54','{\"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\":\"024755598f471ad1f09e66feacbb4fefde5fd465\"}'),(715,1,2,6,'{\"44\":\"6,\"}',1,44,44,1,21,360,'b6092118f9cf1238448be9521f5b10e9',0,0,'',0,0,'2022-01-28 13:58:28','2022-01-28 13:59:11','{\"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\":\"aa8684542b91d700474cd8da81df663ce2c583fd\"}'),(716,1,2,6,'{\"45\":\"6,\"}',1,45,45,1,22,361,'77614df7fc455b91021672d0eb36fff9',0,0,'',0,0,'2022-01-28 14:00:28','2022-01-28 14:08:21','{\"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\":\"e920f9d05bab408557714fb9a4fc3b7a17b35094\"}'),(717,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,364,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 14:09:04','2022-01-28 14:09: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\":\"46076daee940259d3739875aad77b13af61d53f6\"}'),(718,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,362,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 14:11:57','2022-01-28 14:12: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\":\"45c7ebbd33e9a27c75e4cd5994174e8a19de87ef\"}'),(719,1,2,6,'{\"46\":\"6,\"}',1,46,46,1,23,365,'9e8f2608a1e3c29c6c874f3ab387628c',0,0,'',0,0,'2022-01-28 14:14:39','2022-01-28 14:15: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\":\"31559bf547775c711d22c040cc9f6fda650eb872\"}'),(720,1,2,6,'{\"47\":\"6,\"}',1,47,47,1,24,366,'21435b7af17db673f67a12ac8461d896',0,0,'',0,0,'2022-01-28 14:18:45','2022-01-28 14:19:11','{\"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\":\"b33c9f61c787aef557e01b6aed779cfd4d099b3a\"}'),(721,1,2,6,'{\"48\":\"6,\"}',1,48,48,1,25,367,'634a033f432f36957c6bfb1aa8aa7d84',0,0,'',0,0,'2022-01-28 14:21:43','2022-01-28 14:22: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\":\"3d417b72a79065e81a85d69bf495854ac21534a1\"}'),(722,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,368,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 14:43:54','2022-01-28 14:44: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\":\"7dd73755df18144e4c9ca1fa8a2a3afe162c753b\"}'),(723,1,2,6,'{\"41\":\"6,\"}',1,41,41,1,5,148,'23914f65ff3a87ddebc552ed1265c38a',0,0,'',0,0,'2022-01-28 15:10:19','2022-01-28 15:10:32','{\"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\":\"6cdebfc600f86f575f5fa1c7cc5edc41c2bd7867\"}'),(724,1,2,6,'{\"49\":\"6,\"}',1,49,49,1,26,380,'bfd3ec07528cba07a6ab12a20ac31f59',0,0,'',0,0,'2022-01-31 17:22:36','2022-01-31 17:23:46','{\"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\":\"eb0fcb6cafb1e6c44b3b7b5874a087a71443a351\"}'),(725,1,1,6,'{\"50\":\"6,\"}',4,50,50,1,27,384,'2e0c569820c99e2cf68541ffc17c47ad',0,0,'',0,0,'2022-02-01 10:49:23','2022-02-01 11:06:32','{\"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\":\"5ae082dccf2e9ec679fb33bd29df57cd7ad25b35\"}'),(726,1,1,6,'{\"51\":\"6,\"}',4,51,51,1,28,385,'8ca5d87fc4e0d25c9d1578e05cc5aa64',0,0,'',0,0,'2022-02-01 11:08:03','2022-02-01 11:08: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\":\"fe4b3f6a8aef03b4b204c1b810e7cb6a77cfa904\"}'),(727,1,1,6,'{\"52\":\"6,\"}',4,52,52,1,29,386,'42a77f101250dfef15950886bf9e236e',0,0,'',0,0,'2022-02-01 11:11:59','2022-02-01 11:12:32','{\"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\":\"8f747075ba791611654fe27c27f6d8a7e1513c2b\"}'),(728,1,1,6,'{\"53\":\"6,\"}',4,53,53,1,30,387,'266dc8e7f05136af127143a8e7655b09',0,0,'',0,0,'2022-02-01 15:51:26','2022-02-01 15:52:06','{\"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\":\"e9dd630a69cf4377a47d81eafec366a9c4b3d0c7\"}'),(729,1,1,0,'',4,22,22,1,3,387,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-01 15:54:15','2022-02-01 15:54:15',NULL),(730,1,1,6,'{\"55\":\"6,\"}',4,55,55,1,31,390,'a28e1f7e7d5c763a59da008e32eb2f12',0,0,'',0,0,'2022-02-01 15:54:25','2022-02-01 15:55:04','{\"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\":\"08440027dc9927c7124cf43b5c3c9886d4117481\"}'),(731,1,1,6,'{\"55\":\"6,\"}',4,55,55,1,31,390,'a28e1f7e7d5c763a59da008e32eb2f12',0,0,'',0,0,'2022-02-01 15:57:46','2022-02-01 15:58:54','{\"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\":\"08440027dc9927c7124cf43b5c3c9886d4117481\"}'),(732,1,1,6,'{\"36\":\"6,\"}',4,36,36,1,3,390,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 09:55:45','2022-02-03 09:56:56','{\"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\":\"50c4ea21f9ba51e2f423b60c1696a2d53537d5d5\"}'),(733,1,1,6,'{\"36\":\"6,\"}',4,36,36,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 09:57:56','2022-02-03 09:58:05','{\"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\":\"e973e3d6616f43a45504fd0805dd04d4e0c57775\"}'),(734,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 10:01:30','2022-02-03 10:02:17','{\"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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(735,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 10:06:46','2022-02-03 10:08:42','{\"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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(736,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 10:14:56','2022-02-03 15:41: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\":\"85c5b259bacebd59349a50b8849a61bdd2c10a1d\"}'),(737,1,1,6,'{\"23\":\"6,\"}',1,23,23,1,3,394,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 14:39:52','2022-02-03 14:40:06','{\"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\":\"f84e70cbbf1067bac1a9738e68fa26af9a1dacf4\"}'),(738,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 15:46:28','2022-02-03 15:46:39','{\"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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(739,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 15:53:25','2022-02-03 15:53:39','{\"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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(740,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 15:55:26','2022-02-03 15:55: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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(741,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 15:56:06','2022-02-03 15:56:14','{\"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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(742,1,1,6,'{\"23\":\"6,\"}',2,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 15:57:52','2022-02-03 15:58:06','{\"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\":\"a26f99b5c4e9276bff836d7ee5e649d908047f41\"}'),(743,1,1,6,'{\"23\":\"6,\"}',2,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 16:51:06','2022-02-03 16:51:16','{\"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\":\"a26f99b5c4e9276bff836d7ee5e649d908047f41\"}'),(744,1,1,6,'{\"23\":\"6,\"}',2,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 16:55:07','2022-02-03 16:55:45','{\"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\":\"a26f99b5c4e9276bff836d7ee5e649d908047f41\"}'),(745,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 16:59:00','2022-02-03 16:59:48','{\"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\":\"a26f99b5c4e9276bff836d7ee5e649d908047f41\"}'),(746,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 17:01:31','2022-02-03 17:01: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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(747,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 17:02:22','2022-02-03 17:02: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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(748,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-03 17:02:54','2022-02-03 17: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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(749,1,1,6,'{\"23\":\"6,\"}',4,23,23,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-08 09:47:47','2022-02-08 09:48:17','{\"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\":\"b91ddcc0ae06f1b75c5dc43da3fc55262d9e0ec5\"}'),(750,1,1,6,'{\"32\":\"6,\"}',2,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-08 16:49:35','2022-02-08 16:50: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\":\"4be30fc95e3a78de35c43167139af4737c2c153b\"}'),(751,1,1,6,'{\"32\":\"6,\"}',2,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-08 16:52:37','2022-02-08 16:52: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\":\"4be30fc95e3a78de35c43167139af4737c2c153b\"}'),(752,1,1,6,'{\"56\":\"6,\"}',1,56,56,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-10 13:48:39','2022-02-11 10:52: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\":\"03750944ec5fdad115d2bf214d3ad0f5eecebb78\"}'),(753,0,1,0,'',1,23,23,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-11 09:54:59','2022-02-11 09:54:59',NULL),(754,1,1,6,'{\"23\":\"6,\"}',1,0,0,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-11 10:10:18','2022-02-28 10:02: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\":\"6b1eca6a1ce7f7d7e1a25b77b2af306a1c6ceb3a\"}'),(755,1,1,6,'{\"56\":\"6,\"}',4,56,56,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-17 09:50:31','2022-02-17 09:50: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\":\"7635306afe686daf02d3403e39f5e27ae76442a5\"}'),(756,1,1,6,'{\"36\":\"6,\"}',2,36,36,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-17 14:38:52','2022-02-17 14:53:42','{\"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\":\"8ee21098c1dc7de21a00c9d495fa3140e2f6b04d\"}'),(757,1,1,6,'{\"36\":\"6,\"}',1,36,36,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-02-21 11:32:36','2022-02-22 14:29: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\":\"c88b44831e05c962d4fe8e2d13fd235ad9c0a7b1\"}'),(758,1,1,0,'',1,0,0,1,0,411,'',0,0,'',0,0,'2022-02-21 13:25:26','2022-02-21 13:25:26',NULL),(759,0,1,0,'',1,0,0,1,0,0,'',0,0,'',0,0,'2022-02-28 16:47:47','2022-02-28 16:47:47',NULL),(760,0,1,0,'',1,0,0,1,0,0,'',0,0,'',0,0,'2022-03-01 10:45:47','2022-03-01 10:45:47',NULL),(761,0,1,0,'',1,0,0,1,0,0,'',0,0,'',0,0,'2022-03-01 14:09:06','2022-03-01 14:09:08',NULL),(762,0,1,0,'',1,0,0,1,0,0,'',0,0,'',0,0,'2022-03-01 14:11:48','2022-03-01 14:11:48',NULL),(763,0,1,0,'',1,0,0,1,0,0,'',0,0,'',0,0,'2022-03-01 14:12:31','2022-03-01 14:12:32',NULL),(764,0,1,0,'',1,0,0,1,0,0,'4b33ba6f57a36cb015ffb355da37dcaf',0,0,'',0,0,'2022-03-01 14:14:13','2022-03-01 14:14:13',NULL),(765,0,1,0,'',1,0,0,1,0,0,'4aa5a11e936961e9327c905d3465e609',0,0,'',0,0,'2022-03-01 14:14:47','2022-03-01 14:14:48',NULL),(766,0,1,0,'',1,0,0,1,0,0,'4d617275b2f8a3b6bcbbb6ad8678248b',0,0,'',0,0,'2022-03-01 14:21:18','2022-03-01 14:21:18',NULL),(767,0,1,0,'',1,0,0,1,0,0,'89236d4ff11897dea82a2d7888131220',0,0,'',0,0,'2022-03-01 14:28:20','2022-03-01 14:28:21',NULL),(768,1,1,0,'',1,146,146,1,99,427,'',0,0,'',0,0,'2022-03-01 16:23:19','2022-03-15 16:26:33','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(769,0,1,0,'',1,0,1,1,0,0,'29d599d78a002dc1fc0331509c088827',0,0,'',0,0,'2022-03-07 10:17:21','2022-03-07 10:17:21',NULL),(770,1,1,6,'{\"97\":\"6,\"}',1,97,97,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-08 10:37:18','2022-03-14 11:40:42','{\"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\":\"0e7db28ec069a23f338b2567c2b778552ae7b8d5\"}'),(771,0,1,0,'',1,59,59,1,0,0,'fa929a7a956f8d28cd45045d6f893cd5',0,0,'',0,0,'2022-03-08 14:12:44','2022-03-08 14:12:44',NULL),(772,0,1,0,'',1,60,60,1,0,0,'1f315c92b3cfd32cf9891fc4c799e321',0,0,'',0,0,'2022-03-08 14:16:38','2022-03-08 14:16:38',NULL),(773,0,1,0,'',1,61,61,1,0,0,'eb510d047069b119fadb3118836a026e',0,0,'',0,0,'2022-03-08 14:19:55','2022-03-08 14:19:55',NULL),(774,0,1,0,'',1,62,62,1,0,0,'da49ec43c3dfc91d4910f0168cd9a41f',0,0,'',0,0,'2022-03-08 14:21:08','2022-03-08 14:21:08',NULL),(775,0,1,0,'',1,63,63,1,0,0,'eef3a10f7cdd0de016be2eafd81956d9',0,0,'',0,0,'2022-03-08 14:28:24','2022-03-08 14:28:24',NULL),(776,0,1,0,'',1,64,64,1,0,0,'7725c9cde654d3df436d3cd1858ab718',0,0,'',0,0,'2022-03-08 14:28:57','2022-03-08 14:28:57',NULL),(777,0,1,0,'',1,65,65,1,0,0,'b5fcd41814998be89a2596322fca822d',0,0,'',0,0,'2022-03-08 14:29:32','2022-03-08 14:29:32',NULL),(778,0,1,0,'',1,66,66,1,0,0,'2ab1b52e0636245dbc5925cd3feb3992',0,0,'',0,0,'2022-03-08 14:30:50','2022-03-08 14:30:50',NULL),(779,0,1,0,'',1,67,67,1,0,0,'cd586a1df628d4074ff023814c27e1e9',0,0,'',0,0,'2022-03-08 14:31:23','2022-03-08 14:31:23',NULL),(780,0,1,0,'',1,68,68,1,0,0,'a5416add35e9d4680344859bb617c5bb',0,0,'',0,0,'2022-03-08 14:32:57','2022-03-08 14:32:57',NULL),(781,0,1,0,'',1,69,69,1,0,0,'45b43d8faadaa266528217a515465fbd',0,0,'',0,0,'2022-03-08 14:34:14','2022-03-08 14:34:14',NULL),(782,0,1,0,'',1,70,70,1,0,0,'e2377df96967320daed5e5b259aa81e3',0,0,'',0,0,'2022-03-08 14:34:52','2022-03-08 14:34:52',NULL),(783,0,1,0,'',1,71,71,1,0,0,'954b2e248a26e0ab2cf030f6dc6ac278',0,0,'',0,0,'2022-03-08 14:37:51','2022-03-08 14:37:51',NULL),(784,0,1,0,'',1,72,72,1,0,0,'6856cdf637b489c6baacd7ae6dc97c14',0,0,'',0,0,'2022-03-08 14:47:49','2022-03-08 14:47:49',NULL),(785,0,1,0,'',1,73,73,1,0,0,'3fd5417251a420cd52fab2fa2d218cd2',0,0,'',0,0,'2022-03-08 14:55:15','2022-03-08 14:55:15',NULL),(786,0,1,0,'',1,74,74,1,0,0,'44a85f40451368c81a83db11428b7c07',0,0,'',0,0,'2022-03-08 14:55:35','2022-03-08 14:55:35',NULL),(787,0,1,0,'',1,75,75,1,0,0,'84b27909002e3d825d51079b625914fa',0,0,'',0,0,'2022-03-08 14:55:37','2022-03-08 14:55:37',NULL),(788,0,1,0,'',1,76,76,1,0,0,'35a77fa5e5763c328c2fe3db6897bf2b',0,0,'',0,0,'2022-03-08 14:55:40','2022-03-08 14:55:40',NULL),(789,0,1,0,'',1,77,77,1,0,0,'b337faa95ef203911c189203ce23544c',0,0,'',0,0,'2022-03-08 14:55:54','2022-03-08 14:55:54',NULL),(790,0,1,0,'',1,78,78,1,65,0,'88c8999c3790e2d166db528ed2564573',0,0,'',0,0,'2022-03-08 15:23:49','2022-03-08 15:23:49',NULL),(791,0,1,0,'',1,79,79,1,66,0,'dd7ccd91ce201eb3939bffa9fa63f249',0,0,'',0,0,'2022-03-08 15:23:59','2022-03-08 15:23:59',NULL),(792,0,1,0,'',1,80,80,1,67,0,'b54fb9e787fd163d2857ef926eb7ff07',0,0,'',0,0,'2022-03-08 15:24:38','2022-03-08 15:24:38',NULL),(793,0,1,0,'',1,81,81,1,68,0,'e46e4212f531562a684ae17c06aac4d7',0,0,'',0,0,'2022-03-08 15:25:56','2022-03-08 15:25:56',NULL),(794,0,1,0,'',1,82,82,1,69,0,'621d116932e770396c58b0ab657fd600',0,0,'',0,0,'2022-03-08 17:18:28','2022-03-08 17:18:28',NULL),(795,0,1,0,'',1,83,83,1,70,0,'0a7d905e24435dda3b683027bb2b5623',0,0,'',0,0,'2022-03-10 14:42:20','2022-03-10 14:42:20',NULL),(796,0,1,0,'',1,84,84,1,71,0,'12c429443732baf37d0b1c26e2bfca60',0,0,'',0,0,'2022-03-10 14:49:19','2022-03-10 14:49:19',NULL),(797,0,1,0,'',1,85,85,1,72,0,'d8c2e21ccd5b4095036647efb7b0052b',0,0,'',0,0,'2022-03-10 14:49:37','2022-03-10 14:49:37',NULL),(798,0,1,0,'',1,86,86,1,73,0,'65957b509c4a916312896ab3f38a66fa',0,0,'',0,0,'2022-03-10 14:50:02','2022-03-10 14:50:02',NULL),(799,0,1,0,'',1,87,87,1,74,0,'ffd242f5fd7afcf8443e9fbccbe80c9c',0,0,'',0,0,'2022-03-10 14:55:08','2022-03-10 14:55:08',NULL),(800,0,1,0,'',1,88,88,1,75,0,'efea7c2c8aefa18e7f8b4d0bbc3b2722',0,0,'',0,0,'2022-03-10 15:25:23','2022-03-10 15:25:23',NULL),(801,0,1,0,'',1,89,89,1,76,0,'25031169d1e62c5346b7d9e7fe8cee0c',0,0,'',0,0,'2022-03-10 15:27:23','2022-03-10 15:27:23',NULL),(802,0,1,0,'',1,90,90,1,77,0,'ac7b0cb490cf9563c01b92f287c7905d',0,0,'',0,0,'2022-03-10 15:27:38','2022-03-10 15:27:38',NULL),(803,0,1,0,'',1,91,91,1,78,0,'d1adc11d27b9c45e107d296e4a3def52',0,0,'',0,0,'2022-03-10 15:28:19','2022-03-10 15:28:19',NULL),(804,0,1,0,'',1,92,92,1,79,0,'0f3b34740ae6f180c9cea950feaff5ac',0,0,'',0,0,'2022-03-10 15:29:02','2022-03-10 15:29:02',NULL),(805,0,1,0,'',1,93,93,1,80,0,'23d56c4eec60790bc30aafad95331fe8',0,0,'',0,0,'2022-03-10 15:31:31','2022-03-10 15:31:31',NULL),(806,0,1,0,'',1,94,94,1,81,0,'8131760ce799d81e9b22591b10f5b578',0,0,'',0,0,'2022-03-10 15:41:59','2022-03-10 15:41:59',NULL),(807,0,1,0,'',1,95,95,1,82,0,'e3fe2d0830699168554fc5208761b846',0,0,'',0,0,'2022-03-10 15:43:22','2022-03-10 15:43:22',NULL),(808,0,1,0,'',1,96,96,1,83,0,'3ff1fdf358571d0871851a29f2809f82',0,0,'',0,0,'2022-03-10 15:45:39','2022-03-10 15:45:39',NULL),(809,1,1,0,'',1,32,32,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-14 11:41:56','2022-03-14 12:47:19','{\"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\":\"a0f0cc775f4dd767f81bf3759817dbf41cb03f43\"}'),(810,1,1,6,'{\"98\":\"6,\"}',1,98,98,1,84,434,'547a92b8f54de2393ca2a20c8e2c8bed',0,0,'',0,0,'2022-03-14 12:52:08','2022-03-14 12:52:46','{\"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\":\"c3df6edbe63ea4797d9350b53943ae55ef4d7383\"}'),(811,1,1,0,'',1,98,98,1,84,434,'547a92b8f54de2393ca2a20c8e2c8bed',0,0,'',0,0,'2022-03-14 13:02:57','2022-03-14 13:02:57',NULL),(812,1,1,6,'{\"98\":\"6,\"}',1,98,98,1,84,434,'547a92b8f54de2393ca2a20c8e2c8bed',0,0,'',0,0,'2022-03-14 13:02:57','2022-03-14 13:03:06','{\"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\":\"689470a3b2e45b018df5c51faff815f8abe147dd\"}'),(813,1,1,6,'{\"98\":\"6,\"}',1,98,98,1,84,434,'547a92b8f54de2393ca2a20c8e2c8bed',0,0,'',0,0,'2022-03-14 13:10:31','2022-03-14 13:10: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"689470a3b2e45b018df5c51faff815f8abe147dd\"}'),(814,0,1,0,'',1,99,99,1,0,0,'5dcfddba7c1b949c4425892faffdc0d4',0,0,'',0,0,'2022-03-14 14:28:33','2022-03-14 14:28:33',NULL),(815,0,1,0,'',1,100,100,1,0,0,'bf09f3d616e7e70e1d85513e2a0ad3d8',0,0,'',0,0,'2022-03-14 14:29:14','2022-03-14 14:29:14',NULL),(816,0,1,0,'',1,101,101,1,0,0,'1558b7d4ad711c77e9da96386e88cf18',0,0,'',0,0,'2022-03-14 14:29:38','2022-03-14 14:29:38',NULL),(817,0,1,0,'',1,102,102,1,0,0,'1b7edd39ab524969e94a799c7d9a6586',0,0,'',0,0,'2022-03-14 14:39:00','2022-03-14 14:39:01',NULL),(818,0,1,0,'',1,103,103,1,0,0,'14395aafd18e0c44d1279686edc020a5',0,0,'',0,0,'2022-03-14 14:45:27','2022-03-14 14:45:28',NULL),(819,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 14:57:53','2022-03-14 14:57:53',NULL),(820,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 14:58:12','2022-03-14 14:58:12',NULL),(821,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 14:59:04','2022-03-14 14:59:04',NULL),(822,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 14:59:30','2022-03-14 14:59:30',NULL),(823,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 14:59:58','2022-03-14 14:59:58',NULL),(824,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:01:32','2022-03-14 15:01:32',NULL),(825,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:02:21','2022-03-14 15:02:21',NULL),(826,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:02:47','2022-03-14 15:02:47',NULL),(827,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:03:24','2022-03-14 15:03:24',NULL),(828,0,1,0,'',1,109,109,1,0,0,'3cbbf6614fdf84515b66f9b9422a6b9c',0,0,'',0,0,'2022-03-14 15:03:24','2022-03-14 15:03:24',NULL),(829,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:05:22','2022-03-14 15:05:22',NULL),(830,0,1,0,'',1,110,110,1,0,0,'952b202f804c022ce90f7adeacc7ed68',0,0,'',0,0,'2022-03-14 15:05:28','2022-03-14 15:05:29',NULL),(831,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:06:27','2022-03-14 15:06:27',NULL),(832,0,1,0,'',1,111,111,1,0,0,'8eec8ebbb190626f06cbd22c02925b8e',0,0,'',0,0,'2022-03-14 15:06:31','2022-03-14 15:06:31',NULL),(833,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:07:46','2022-03-14 15:07:46',NULL),(834,0,1,0,'',1,112,112,1,0,0,'b48048f1bae6bb0a4dd2cad967980f2e',0,0,'',0,0,'2022-03-14 15:07:48','2022-03-14 15:07:49',NULL),(835,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-14 15:09:05','2022-03-14 15:09:05',NULL),(836,0,1,0,'',1,113,113,1,0,0,'131104be9f0b2ba1ce4b32f117123272',0,0,'',0,0,'2022-03-14 15:09:13','2022-03-14 15:09:13',NULL),(837,0,1,0,'',1,114,114,1,0,0,'10c1d983878adacc0e31656d7a6ad6b4',0,0,'',0,0,'2022-03-14 15:09:59','2022-03-14 15:09:59',NULL),(838,1,1,6,'{\"98\":\"6,\"}',1,98,98,1,84,434,'547a92b8f54de2393ca2a20c8e2c8bed',0,0,'',0,0,'2022-03-14 15:11:30','2022-04-04 10:25: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\":\"449e0afc497e38e2dc7501aa20f8de6ae180a484\"}'),(839,0,1,0,'',1,115,115,1,0,0,'f12cb75fe050940708a8be5810d0404b',0,0,'',0,0,'2022-03-14 15:12:19','2022-03-14 15:12:22',NULL),(840,0,1,0,'',1,116,116,1,0,0,'6f66bd69d06e262790da3a698cdb04a8',0,0,'',0,0,'2022-03-14 15:14:36','2022-03-14 15:14:37',NULL),(841,0,1,0,'',1,117,117,1,0,0,'839cff6df561df34ba59db2572779a46',0,0,'',0,0,'2022-03-14 15:19:45','2022-03-14 15:19:45',NULL),(842,0,1,0,'',1,118,118,1,0,0,'04a30f7ea1eeaf10b8ac6a9e4157be1e',0,0,'',0,0,'2022-03-14 15:20:19','2022-03-14 15:20:20',NULL),(843,0,1,0,'',1,119,119,1,0,0,'f720c119046404fba423db5ea5f45c75',0,0,'',0,0,'2022-03-14 15:21:18','2022-03-14 15:21:19',NULL),(844,0,1,0,'',1,120,120,1,0,0,'3f8d68b7e81119d207878a1de0b7d5dd',0,0,'',0,0,'2022-03-14 15:22:21','2022-03-14 15:22:22',NULL),(845,0,1,0,'',1,121,121,1,0,0,'7cdabe6d6b9a4a5742c59681f5dfbce5',0,0,'',0,0,'2022-03-14 15:24:08','2022-03-14 15:24:08',NULL),(846,0,1,0,'',1,122,122,1,0,0,'3ec14d3739e1d533d7ffe1dacd0892cf',0,0,'',0,0,'2022-03-14 15:27:54','2022-03-14 15:27:54',NULL),(847,0,1,0,'',1,0,1,1,0,0,'a95e56735fd8c4f6d38f0964dc2b6a7c',0,0,'',0,0,'2022-03-14 15:28:33','2022-03-14 15:28:34',NULL),(848,0,1,0,'',1,123,123,1,0,0,'e99b678ac4930d5c46e8f35481177dd9',0,0,'',0,0,'2022-03-14 15:29:11','2022-03-14 15:29:11',NULL),(849,0,1,0,'',1,124,124,1,0,0,'c6d4df2a7c38f156f6057da3aeeacc0b',0,0,'',0,0,'2022-03-14 16:44:44','2022-03-14 16:44:44',NULL),(850,0,1,0,'',1,125,125,1,0,0,'e9821198daf0ebabe51c7498bd3f564a',0,0,'',0,0,'2022-03-14 16:47:55','2022-03-14 16:47:56',NULL),(851,0,1,0,'',1,126,126,1,0,0,'c1dc0ed69429a1ac3e6293e577cb53eb',0,0,'',0,0,'2022-03-14 16:50:43','2022-03-14 16:50:43',NULL),(852,0,1,0,'',1,127,127,1,0,0,'fd918f68b3861996bf1a268a572d3919',0,0,'',0,0,'2022-03-14 17:05:03','2022-03-14 17:05:04',NULL),(853,0,1,0,'',1,128,128,1,0,0,'f6503da56a136954288d5f364b08fd62',0,0,'',0,0,'2022-03-14 17:06:41','2022-03-14 17:06:41',NULL),(854,0,1,0,'',1,129,129,1,0,0,'86b897a6eac763e7dfa72d53649d6f2b',0,0,'',0,0,'2022-03-14 17:08:44','2022-03-14 17:08:44',NULL),(855,0,1,0,'',1,130,130,1,0,0,'d967731d59cdedf01a30bd9fea4c9abc',0,0,'',0,0,'2022-03-14 17:29:01','2022-03-14 17:29:01',NULL),(856,0,1,0,'',1,131,131,1,0,0,'b2a3a807da2a51c72cddccc2d8eb47ea',0,0,'',0,0,'2022-03-15 10:42:48','2022-03-15 10:43:00',NULL),(857,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-15 11:04:26','2022-03-15 11:04:26',NULL),(858,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-15 11:05:49','2022-03-15 11:05:49',NULL),(859,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-15 11:06:54','2022-03-15 11:06:54',NULL),(860,0,1,0,'',1,132,132,1,85,0,'c3077ac83e2ef477fc070c6ae366f9c8',0,0,'',0,0,'2022-03-15 11:09:54','2022-03-15 11:10:45',NULL),(861,0,1,0,'',1,133,133,1,86,0,'70aa553a2dbd4630ab5193c2b31a4ca6',0,0,'',0,0,'2022-03-15 14:33:27','2022-03-15 14:33:39',NULL),(862,0,1,0,'',1,134,134,1,87,0,'d37276d371988d8ba7362eb3e8f0456c',0,0,'',0,0,'2022-03-15 14:34:57','2022-03-15 14:34:58',NULL),(863,0,1,0,'',1,135,135,1,88,0,'cd6d44578c39d21faa73dbbdef8e621b',0,0,'',0,0,'2022-03-15 14:44:12','2022-03-15 14:44:12',NULL),(864,0,1,0,'',1,136,136,1,89,0,'c00327aee2e0af5e6e2ca6fdecc129d5',0,0,'',0,0,'2022-03-15 14:46:48','2022-03-15 14:46:48',NULL),(865,0,1,0,'',1,137,137,1,90,0,'e73b896d4f38c46d670ccacf0d36fac5',0,0,'',0,0,'2022-03-15 14:46:57','2022-03-15 14:46:57',NULL),(866,0,1,0,'',1,138,138,1,91,0,'0ba4a77266a954c4a73480cc2751ff66',0,0,'',0,0,'2022-03-15 14:52:14','2022-03-15 14:52:14',NULL),(867,0,1,0,'',1,139,139,1,92,0,'9d8bf37e9f1067a72251d77960dc09de',0,0,'',0,0,'2022-03-15 15:13:27','2022-03-15 15:13:28',NULL),(868,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-15 15:13:45','2022-03-15 15:13:45',NULL),(869,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-15 15:24:13','2022-03-15 15:24:13',NULL),(870,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-15 15:25:01','2022-03-15 15:25:01',NULL),(871,0,1,0,'',1,140,140,1,93,0,'58dada30a8f5a9639110e4002256aad1',0,0,'',0,0,'2022-03-15 15:26:40','2022-03-15 15:26:40',NULL),(872,0,1,0,'',1,141,141,1,94,0,'e7affa7474fda21b400f5cea3496c7c6',0,0,'',0,0,'2022-03-15 15:28:14','2022-03-15 15:28:14',NULL),(873,0,1,0,'',1,142,142,1,95,0,'cda8a07761a18d8629766f7a99d3bb8e',0,0,'',0,0,'2022-03-15 15:28:35','2022-03-15 15:28:35',NULL),(874,0,1,0,'',1,143,143,1,96,0,'e599013c98b681472ae23a7add3b2056',0,0,'',0,0,'2022-03-15 15:29:07','2022-03-15 15:29:08',NULL),(875,0,1,0,'',1,144,144,1,97,0,'c12118e9d09d991ec68f373b1147a5ef',0,0,'',0,0,'2022-03-15 16:11:16','2022-03-15 16:11:16',NULL),(876,0,1,0,'',1,145,145,1,98,0,'7f219b87eb76461a6e794c48368c966f',0,0,'',0,0,'2022-03-15 16:15:10','2022-03-15 16:15:10',NULL),(877,0,1,0,'',1,146,146,1,99,0,'e2d18da9b4c9172a8e92818fac4945eb',0,0,'',0,0,'2022-03-15 16:26:07','2022-03-15 16:26:07',NULL),(878,0,1,0,'',1,147,147,1,100,0,'ca4ebf4b73a63128288f12d66aefae01',0,0,'',0,0,'2022-03-21 11:11:39','2022-03-21 11:11:39',NULL),(879,0,1,0,'',1,148,148,1,101,0,'26c3d9db6dab02d3a46f2ad7418cf457',0,0,'',0,0,'2022-03-21 11:12:19','2022-03-21 11:12:23',NULL),(880,0,1,0,'',1,149,149,1,102,0,'41532a73fcf083fd5163d4708811c3ba',0,0,'',0,0,'2022-03-21 11:13:48','2022-03-21 11:13:53',NULL),(881,0,1,0,'',1,150,150,1,103,0,'8395d5837b44c3ea3603a0a04a6ba1ed',0,0,'',0,0,'2022-03-21 11:15:41','2022-03-21 11:15:43',NULL),(882,0,1,0,'',1,151,151,1,104,0,'ae273ff0e1f000de471b4487280c476b',0,0,'',0,0,'2022-03-21 11:17:22','2022-03-21 11:17:22',NULL),(883,0,1,0,'',1,152,152,1,105,0,'ded70320a59117571688382f17c40200',0,0,'',0,0,'2022-03-21 11:19:49','2022-03-21 11:19:51',NULL),(884,0,1,0,'',1,153,153,1,106,0,'c3c7ca1ef5588cfa60f8f26d0103db81',0,0,'',0,0,'2022-03-21 11:21:59','2022-03-21 11:22:02',NULL),(885,0,1,0,'',1,154,154,1,107,0,'9933dc7913a30eb62ec860668bc9a0b7',0,0,'',0,0,'2022-03-21 11:23:46','2022-03-21 11:23:46',NULL),(886,0,1,0,'',1,155,155,1,108,0,'19a62094084c5f01620b4c99b5e95161',0,0,'',0,0,'2022-03-21 11:25:45','2022-03-21 11:25:45',NULL),(887,0,1,0,'',1,156,156,1,109,0,'c0b9e0746dfb2e74ef0555344c0eeb77',0,0,'',0,0,'2022-03-21 11:27:25','2022-03-21 11:27:25',NULL),(888,0,1,0,'',1,157,157,1,110,0,'ed4d94c27794da84519afc9d3e7d6cec',0,0,'',0,0,'2022-03-21 11:30:38','2022-03-21 11:30:38',NULL),(889,0,1,0,'',1,158,158,1,111,0,'25f7a17a1aa347c60c42340d9bd4fae0',0,0,'',0,0,'2022-03-21 11:31:28','2022-03-21 11:31:29',NULL),(890,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-21 11:36:46','2022-03-21 11:36:46',NULL),(891,0,1,0,'',1,159,159,1,112,0,'912516bce53f5530a936544a01ddf8a2',0,0,'',0,0,'2022-03-21 11:37:06','2022-03-21 11:37:06',NULL),(892,0,1,0,'',1,160,160,1,113,0,'ce222f35bdddf766f5bbd4fc48868116',0,0,'',0,0,'2022-03-21 11:41:10','2022-03-21 11:41:11',NULL),(893,0,1,0,'',1,161,161,1,114,0,'d618e31078d0b39d942e1c8dd8186fc4',0,0,'',0,0,'2022-03-21 11:41:48','2022-03-21 11:41:48',NULL),(894,0,1,0,'',1,162,162,1,115,0,'f231364c410dbab884a3839a29c254f3',0,0,'',0,0,'2022-03-21 11:43:29','2022-03-21 11:43:30',NULL),(895,0,1,0,'',1,163,163,1,116,0,'6d1e76ccea66afdc991e22945490c3e4',0,0,'',0,0,'2022-03-21 11:46:53','2022-03-21 11:46:54',NULL),(896,0,1,0,'',1,164,164,1,117,0,'6ca1bcea28456392bf1fa7498727b810',0,0,'',0,0,'2022-03-21 11:48:31','2022-03-21 11:48:31',NULL),(897,0,1,0,'',1,165,165,1,118,0,'5a64b1b29a7fa26f45243178fd6554ad',0,0,'',0,0,'2022-03-21 11:51:52','2022-03-21 11:51:53',NULL),(898,0,1,0,'',1,166,166,1,119,0,'36d0db7e508639b63d2516dd226ece88',0,0,'',0,0,'2022-03-21 11:53:28','2022-03-21 11:53:28',NULL),(899,0,1,0,'',1,167,167,1,120,0,'aee65f654d22b145ca0f55b1a6b6949f',0,0,'',0,0,'2022-03-21 11:57:08','2022-03-21 11:57:08',NULL),(900,0,1,0,'',1,168,168,1,121,0,'9ba32e01e1ec5d17ef78e03035f738b7',0,0,'',0,0,'2022-03-21 11:58:59','2022-03-21 11:59:00',NULL),(901,0,1,0,'',1,169,169,1,122,0,'2280ea1d9198bc6391c8e52921b40d04',0,0,'',0,0,'2022-03-21 12:01:08','2022-03-21 12:01:08',NULL),(902,0,1,0,'',1,170,170,1,123,0,'27dfb0c80ce0868a923e30e8df65a101',0,0,'',0,0,'2022-03-21 12:03:25','2022-03-21 12:03:25',NULL),(903,0,1,0,'',1,171,171,1,124,0,'baab0115cfc1aa1fe5f0db13f850ab29',0,0,'',0,0,'2022-03-21 12:10:02','2022-03-21 12:10:02',NULL),(904,0,1,0,'',1,172,172,1,125,0,'befaf237ce08e1dc4f49430114d72283',0,0,'',0,0,'2022-03-21 13:25:02','2022-03-21 13:25:03',NULL),(905,0,1,0,'',1,173,173,1,126,0,'5d8cbcf680d9be813111009f768820ef',0,0,'',0,0,'2022-03-21 13:31:54','2022-03-21 13:31:55',NULL),(906,0,1,0,'',1,174,174,1,127,0,'f30fa573bb852d3f056fd1c315f14747',0,0,'',0,0,'2022-03-21 13:34:23','2022-03-21 13:34:23',NULL),(907,0,1,0,'',1,175,175,1,128,0,'fc904866916fc55f810e8c220f153e8f',0,0,'',0,0,'2022-03-21 13:35:20','2022-03-21 13:35:21',NULL),(908,0,1,0,'',1,176,176,1,129,0,'93b5171bbec4b5268ba40a1a8558db7b',0,0,'',0,0,'2022-03-21 13:35:57','2022-03-21 13:36:01',NULL),(909,0,1,0,'',1,181,181,1,134,0,'655ebd4bea9704a57d7d04fc54359544',0,0,'',0,0,'2022-03-21 16:10:42','2022-03-21 16:12:41',NULL),(910,0,1,0,'',1,185,185,1,138,0,'9328e472660880138660593b3164ad2e',0,0,'',0,0,'2022-03-21 16:19:14','2022-03-21 16:20:19',NULL),(911,0,1,0,'',1,188,188,1,141,0,'5ddd81bd203de96dfba662dad5bc2d49',0,0,'',0,0,'2022-03-21 16:28:55','2022-03-21 16:29:07',NULL),(912,0,1,0,'',1,190,190,1,143,0,'e4a50bfb2fb4ce67a0c359562b7be665',0,0,'',0,0,'2022-03-21 16:30:41','2022-03-21 16:30:43',NULL),(913,0,1,0,'',1,192,192,1,145,0,'121abf13a2adb0cc1bfc28bc4eb7c1d8',0,0,'',0,0,'2022-03-21 16:32:32','2022-03-21 16:32:37',NULL),(914,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-21 16:36:08','2022-03-21 16:36:08',NULL),(915,0,1,0,'',1,193,193,1,146,0,'8f437c20a8c8681d78a38c138149610f',0,0,'',0,0,'2022-03-21 16:36:15','2022-03-21 16:38:37',NULL),(916,0,1,0,'',1,194,194,1,147,0,'0845478baa9c22771b20c3b36cb7d96e',0,0,'',0,0,'2022-03-21 16:40:28','2022-03-21 16:40:34',NULL),(917,0,1,0,'',1,195,195,1,148,0,'811c062837b1069f59840a17eadb56d1',0,0,'',0,0,'2022-03-21 16:41:03','2022-03-21 16:41:04',NULL),(918,0,1,12,'',1,197,197,1,150,0,'f8b122c9cb53dbabc2da993dcd6bdf85',0,0,'',0,0,'2022-03-21 16:41:10','2022-03-21 16:41:14',NULL),(919,0,1,12,'',1,199,199,1,152,0,'df0619df4e208d6c8c37782592bae85e',0,0,'',0,0,'2022-03-21 16:46:33','2022-03-21 16:46:38',NULL),(920,0,1,12,'',1,201,201,1,154,0,'baea85c9044102bb1c263bc87894e457',0,0,'',0,0,'2022-03-21 16:50:56','2022-03-21 16:51:02',NULL),(921,0,1,12,'',1,202,202,1,155,0,'8ebdf40e945762f48e003d6cae4eac87',0,0,'',0,0,'2022-03-21 16:52:29','2022-03-21 16:52:36',NULL),(922,0,1,12,'',1,204,204,1,157,0,'1f68a4d2497e9774f832f6055e55b110',0,0,'',0,0,'2022-03-21 16:54:46','2022-03-21 16:54:56',NULL),(923,0,1,12,'',1,205,205,1,158,0,'a8efc7be7aff47f6d7b49e0fe2818bf0',0,0,'',0,0,'2022-03-21 16:57:55','2022-03-21 16:58:06',NULL),(924,0,1,12,'',1,206,206,1,159,0,'eab5b47f2bd03ffd707c93b13dfe075f',0,0,'',0,0,'2022-03-21 17:02:48','2022-03-21 17:02:55',NULL),(925,1,1,0,'',1,214,214,1,167,436,'',0,0,'',0,0,'2022-03-21 17:04:52','2022-03-22 10:05:33','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(926,0,1,12,'',1,207,207,1,160,0,'85fbd4888a1011e3bcd1cdcc38c3cab7',0,0,'',0,0,'2022-03-21 17:06:22','2022-03-21 17:06:25',NULL),(927,0,1,0,'{\"208\":12}',1,208,208,1,161,0,'c8c653b70cc26135ed041d270acd73d8',0,0,'',0,0,'2022-03-21 17:17:13','2022-03-21 17:17:16',NULL),(928,0,1,0,'',1,209,209,1,162,0,'7d7d300716a35cda73b4a3e9a5d5b54a',0,0,'',0,0,'2022-03-22 10:00:14','2022-03-22 10:00:14',NULL),(929,0,1,0,'',1,210,210,1,163,0,'c14f9080ed29a757d463493088618275',0,0,'',0,0,'2022-03-22 10:00:23','2022-03-22 10:00:23',NULL),(930,0,1,12,'{\"212\":\"12,\"}',1,212,212,1,165,0,'ef1cb5a6b98fdb6b93fa67ca368eb924',0,0,'',0,0,'2022-03-22 10:00:28','2022-03-22 10:00:37',NULL),(931,0,1,12,'{\"214\":\"12,\"}',1,214,214,1,167,0,'2169738ff9ebe47f52a1297b0d16ba30',0,0,'',0,0,'2022-03-22 10:05:01','2022-03-22 10:05:06',NULL),(932,0,1,0,'',1,215,215,1,168,0,'8422aa919e77f3123872436df710e095',0,0,'',0,0,'2022-03-22 10:22:52','2022-03-22 10:22:53',NULL),(933,0,1,12,'{\"217\":\"12,\"}',1,217,217,1,170,0,'a5f0815e94055f5656bdc6089b3c29a7',0,0,'',0,0,'2022-03-22 10:22:58','2022-03-22 10:23:03',NULL),(934,1,1,0,'',1,25,25,1,172,441,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 10:24:29','2022-03-22 10:30:42',NULL),(935,0,1,12,'{\"219\":\"12,\"}',1,219,219,1,172,0,'3ecc34fe428ed2d268229c4dc0e8863b',0,0,'',0,0,'2022-03-22 10:30:10','2022-03-22 10:30:19',NULL),(936,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 11:15:33','2022-03-22 11:15:33',NULL),(937,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 11:15:44','2022-03-22 11:15:44',NULL),(938,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 11:16:39','2022-03-22 11:16:39',NULL),(939,0,1,0,'',1,220,220,1,0,0,'',0,0,'',0,0,'2022-03-22 11:17:47','2022-03-22 11:17:59',NULL),(940,0,1,0,'',1,221,221,1,0,0,'',0,0,'',0,0,'2022-03-22 11:18:24','2022-03-22 11:18:25',NULL),(941,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 11:18:43','2022-03-22 11:18:43',NULL),(942,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 11:19:22','2022-03-22 11:19:22',NULL),(943,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 11:20:06','2022-03-22 11:20:06',NULL),(944,1,1,0,'',1,0,0,1,3,442,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:21:01','2022-03-25 11:28:04',NULL),(945,0,1,12,'{\"222\":\"12,\"}',1,223,223,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:21:20','2022-03-22 11:21:37',NULL),(946,0,1,0,'',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:22:35','2022-03-22 11:22:38',NULL),(947,0,1,12,'{\"227\":\"12,\"}',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:22:42','2022-03-22 11:23:32',NULL),(948,0,1,12,'{\"229\":\"12,\"}',1,229,229,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:23:42','2022-03-22 11:23:52',NULL),(949,0,1,0,'',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:24:49','2022-03-22 11:24:50',NULL),(950,0,1,0,'',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:24:56','2022-03-22 11:25:00',NULL),(951,0,1,12,'{\"234\":\"12,\"}',1,234,234,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 11:25:17','2022-03-22 11:25:23',NULL),(952,0,1,0,'',1,235,235,1,173,0,'474916010d90208738bf0105b45d3568',0,0,'',0,0,'2022-03-22 12:15:00','2022-03-22 12:15:00',NULL),(953,0,1,0,'',1,236,236,1,174,0,'5abb50ea1b276d41a09570c9a5d81a04',0,0,'',0,0,'2022-03-22 12:15:16','2022-03-22 12:15:16',NULL),(954,1,1,0,'',1,467,468,1,262,444,'d0ab144349ba8a0ddbde009242f13ed0',0,0,'',0,0,'2022-03-22 12:15:33','2022-03-29 12:09:26',NULL),(955,1,1,0,'',1,0,0,1,0,445,'',0,0,'',0,0,'2022-03-22 12:15:43','2022-03-22 12:15:43','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(956,0,1,0,'',1,237,237,1,175,0,'509404e2279ef46ad7af77e95d8e262d',0,0,'',0,0,'2022-03-22 12:16:14','2022-03-22 12:16:14',NULL),(957,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-22 12:16:26','2022-03-22 12:16:26',NULL),(958,0,1,0,'',1,238,238,1,176,0,'c05e8fc12e0abfe3a3eb128728781349',0,0,'',0,0,'2022-03-22 12:16:33','2022-03-22 12:16:33',NULL),(959,0,1,0,'',1,239,239,1,177,0,'29e8004d24125cc924793864c7e9b778',0,0,'',0,0,'2022-03-22 12:17:00','2022-03-22 12:17:01',NULL),(960,0,1,0,'',1,240,240,1,178,0,'24b5c98ff9a90cd782418860d9a23cae',0,0,'',0,0,'2022-03-22 12:17:02','2022-03-22 12:17:02',NULL),(961,0,1,0,'',1,241,241,1,179,0,'36decf798e80fd4a47064b760053db6a',0,0,'',0,0,'2022-03-22 12:17:07','2022-03-22 12:17:08',NULL),(962,0,1,0,'',1,242,242,1,180,0,'b4d233417f9f592f9f8a302f5329180a',0,0,'',0,0,'2022-03-22 12:17:09','2022-03-22 12:17:09',NULL),(963,0,1,0,'',1,243,243,1,181,0,'6266cf2600a6728b15a8de391f607eaf',0,0,'',0,0,'2022-03-22 12:17:11','2022-03-22 12:17:11',NULL),(964,0,1,0,'',1,244,244,1,182,0,'30e8b187834f709927c6d8df1f71dd1a',0,0,'',0,0,'2022-03-22 12:17:16','2022-03-22 12:17:16',NULL),(965,0,1,0,'',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 12:17:19','2022-03-22 12:17:20',NULL),(966,0,1,0,'',1,246,246,1,183,0,'eac76abfea9ba86853a6ad256301bf4b',0,0,'',0,0,'2022-03-22 12:17:26','2022-03-22 12:17:26',NULL),(967,0,1,0,'',1,247,247,1,184,0,'864d979550e5b363e6f006de65f72c94',0,0,'',0,0,'2022-03-22 12:17:42','2022-03-22 12:17:42',NULL),(968,0,1,12,'{\"248\":\"12,\"}',1,248,248,1,185,0,'e808f6dbc0b4e591b5bfa84b67e4cd8b',0,0,'',0,0,'2022-03-22 12:17:48','2022-03-22 12:18:06',NULL),(969,0,1,6,'{\"249\":\"6,\"}',1,249,249,1,186,0,'9191c9f852c13c49c2e863580bdf6e7a',0,0,'',0,0,'2022-03-22 12:18:03','2022-03-22 12:18:12',NULL),(970,0,1,12,'{\"258\":\"12,\"}',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 12:19:38','2022-03-22 12:21:59',NULL),(971,0,1,0,'',1,251,251,1,187,0,'b0b2b32db0fa691df7b26604e2318a55',0,0,'',0,0,'2022-03-22 12:20:06','2022-03-22 12:20:06',NULL),(972,0,1,12,'{\"252\":\"12,\"}',1,252,252,1,188,0,'97c613dd238f75058aa3fbc93eed0ad4',0,0,'',0,0,'2022-03-22 12:20:16','2022-03-22 12:20:19',NULL),(973,0,1,12,'{\"263\":\"12,\"}',1,264,264,1,197,0,'1ff3c8632cbd0052695b8416a50f0af0',0,0,'',0,0,'2022-03-22 12:20:21','2022-03-22 12:22:53',NULL),(974,0,1,0,'',1,254,254,1,190,0,'bbef51926a522ab9f3d6c86d2c13aa74',0,0,'',0,0,'2022-03-22 12:20:27','2022-03-22 12:20:27',NULL),(975,0,1,6,'{\"255\":\"6,\"}',1,255,255,1,191,0,'1d5fcf13b8a60597cf9d27cce87e2708',0,0,'',0,0,'2022-03-22 12:20:46','2022-03-22 12:21:29',NULL),(976,0,1,6,'{\"260\":\"6,\"}',1,260,260,1,193,0,'c41c1c41ff786af0bb84bdde25528e30',0,0,'',0,0,'2022-03-22 12:22:11','2022-03-22 12:22:22',NULL),(977,0,1,0,'',1,262,262,1,195,0,'65a4ef7858ae71c39406338224a2f873',0,0,'',0,0,'2022-03-22 12:22:26','2022-03-22 12:22:26',NULL),(978,0,1,0,'',1,265,265,1,198,0,'bf0e3d841cd3f9876e1d7f4c584cd5e7',0,0,'',0,0,'2022-03-22 12:22:56','2022-03-22 12:22:57',NULL),(979,0,1,11,'{\"266\":\"11,\"}',1,266,266,1,199,0,'e17fc3cbf3f23701046a017b7db2d913',0,0,'',0,0,'2022-03-22 12:24:44','2022-03-22 12:25:18',NULL),(980,0,1,12,'{\"268\":\"12,\"}',1,268,268,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 13:54:34','2022-03-22 13:54:40',NULL),(981,0,1,12,'{\"269\":\"12,\"}',1,269,269,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 13:55:39','2022-03-22 13:56:18',NULL),(982,0,1,12,'{\"270\":\"12,\"}',1,270,270,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 13:57:31','2022-03-22 13:57:46',NULL),(983,0,1,12,'{\"272\":\"12,\"}',1,272,272,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 13:58:58','2022-03-22 13:59:07',NULL),(984,0,1,12,'{\"273\":\"12,\"}',1,273,273,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 14:04:34','2022-03-22 14:04:40',NULL),(985,0,1,0,'',1,274,274,1,200,0,'c8f27209e0cbec13de4d281dbff5adf6',0,0,'',0,0,'2022-03-22 14:09:59','2022-03-22 14:09:59',NULL),(986,0,1,12,'{\"275\":\"12,\"}',1,275,275,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 14:16:36','2022-03-22 14:16:38',NULL),(987,0,1,12,'{\"276\":\"12,\"}',1,276,276,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 14:20:30','2022-03-22 14:20:33',NULL),(988,0,1,0,'',1,277,277,1,201,0,'259bbfcbea4084814fc7eda724900baa',0,0,'',0,0,'2022-03-22 14:23:45','2022-03-22 14:23:46',NULL),(989,0,1,12,'{\"278\":\"12,\"}',1,278,278,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 14:24:36','2022-03-22 14:24:44',NULL),(990,0,1,12,'{\"280\":\"12,\"}',1,280,280,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 15:49:52','2022-03-22 15:50:02',NULL),(991,0,1,12,'{\"282\":\"12,\"}',1,282,282,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:02:29','2022-03-22 16:02:40',NULL),(992,0,1,12,'{\"284\":\"12,\"}',1,284,284,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:46:41','2022-03-22 16:47:09',NULL),(993,0,1,0,'',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:52:43','2022-03-22 16:52:45',NULL),(994,0,1,12,'{\"286\":\"12,\"}',1,286,286,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:52:54','2022-03-22 16:53:01',NULL),(995,0,1,12,'{\"287\":\"12,\"}',1,287,287,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:54:58','2022-03-22 16:55:02',NULL),(996,0,1,12,'{\"288\":\"12,\"}',1,288,288,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:58:24','2022-03-22 16:58:33',NULL),(997,0,1,0,'',1,289,289,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-22 16:59:57','2022-03-22 17:00:00',NULL),(998,0,1,12,'{\"291\":\"12,\"}',1,291,291,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-23 11:35:50','2022-03-23 11:36:22',NULL),(999,0,1,0,'',1,0,0,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-23 11:49:08','2022-03-23 11:49:09',NULL),(1000,0,1,12,'{\"293\":\"12,\"}',1,293,293,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-23 11:56:21','2022-03-23 11:56:27',NULL),(1001,0,1,12,'{\"294\":\"12,\"}',1,294,294,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-23 12:00:46','2022-03-23 12:00:53',NULL),(1002,0,1,0,'',1,295,295,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-23 12:04:18','2022-03-23 12:04:18',NULL),(1003,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-24 15:35:58','2022-03-24 15:35:58',NULL),(1004,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-24 16:15:12','2022-03-24 16:15:12',NULL),(1005,0,1,0,'',1,296,296,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:25:17','2022-03-24 16:25:17',NULL),(1006,0,1,0,'',1,297,297,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:26:28','2022-03-24 16:26:40',NULL),(1007,0,1,0,'',1,298,298,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:27:14','2022-03-24 16:27:14',NULL),(1008,0,1,0,'',1,299,299,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:28:13','2022-03-24 16:28:20',NULL),(1009,0,1,0,'',1,300,300,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:28:48','2022-03-24 16:28:48',NULL),(1010,0,1,0,'',1,301,301,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:28:58','2022-03-24 16:29:02',NULL),(1011,0,1,12,'{\"302\":\"12,\"}',1,302,302,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-24 16:29:33','2022-03-24 16:29:53',NULL),(1012,0,1,12,'{\"303\":\"12,\"}',1,304,304,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 09:51:48','2022-03-25 09:51:55',NULL),(1013,0,1,0,'',1,305,305,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 09:52:47','2022-03-25 09:52:47',NULL),(1014,0,1,12,'{\"307\":\"12,\"}',1,307,307,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:01:12','2022-03-25 10:01:20',NULL),(1015,0,1,12,'{\"309\":\"12,\"}',1,309,309,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:02:24','2022-03-25 10:02:29',NULL),(1016,0,1,12,'{\"311\":\"12,\"}',1,311,311,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:09:07','2022-03-25 10:09:14',NULL),(1017,0,1,0,'',1,312,312,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:33:40','2022-03-25 10:33:41',NULL),(1018,0,1,0,'',1,313,313,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:36:20','2022-03-25 10:36:26',NULL),(1019,0,1,0,'',1,314,314,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:42:09','2022-03-25 10:42:09',NULL),(1020,0,1,0,'',1,315,315,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:43:49','2022-03-25 10:43:49',NULL),(1021,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-25 10:45:18','2022-03-25 10:45:18',NULL),(1022,0,1,0,'',1,316,316,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:45:24','2022-03-25 10:45:24',NULL),(1023,0,1,0,'',1,317,317,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:46:34','2022-03-25 10:46:35',NULL),(1024,0,1,0,'',1,318,318,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:48:24','2022-03-25 10:48:25',NULL),(1025,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-25 10:57:24','2022-03-25 10:57:24',NULL),(1026,0,1,0,'',1,319,319,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:57:45','2022-03-25 10:57:46',NULL),(1027,0,1,0,'',1,320,320,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 10:58:04','2022-03-25 10:58:04',NULL),(1028,0,1,0,'',1,321,321,1,3,0,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 11:01:10','2022-03-25 11:01:11',NULL),(1029,1,1,12,'{\"343\":\"12,\"}',1,343,343,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 12:42:43','2022-03-25 12:42:59',NULL),(1030,1,1,0,'',1,344,344,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 12:45:50','2022-03-25 12:45:57',NULL),(1031,1,1,0,'',1,345,345,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 12:48:23','2022-03-25 12:48:33',NULL),(1032,1,1,0,'',1,346,346,1,3,3,'5d0f760482c09e0dbb7301c0a0825249',0,0,'',0,0,'2022-03-25 12:49:30','2022-03-25 12:49:36',NULL),(1033,1,1,0,'',1,347,348,1,202,446,'392109ffe60cca01c2a3d8f25e4f6332',0,0,'',0,0,'2022-03-25 13:28:16','2022-03-25 13:28:34',NULL),(1034,0,1,0,'',1,349,350,1,203,0,'655f3233dc200724fdabc94bf427a07e',0,0,'',0,0,'2022-03-25 14:00:07','2022-03-25 14:00:07',NULL),(1035,1,1,0,'',1,0,0,1,256,447,'',0,0,'',0,0,'2022-03-28 14:56:08','2022-03-29 12:01:24',NULL),(1036,0,1,0,'',1,351,352,1,204,0,'ae93363974ec83e9f8acab44e8022570',0,0,'',0,0,'2022-03-28 14:56:45','2022-03-28 14:56:45',NULL),(1037,0,1,12,'{\"355\":\"12,\"}',1,355,356,1,206,0,'1cf9522fb416f1d72056df02d35dedcd',0,0,'',0,0,'2022-03-28 15:13:37','2022-03-28 15:13:43',NULL),(1038,0,1,12,'{\"359\":\"12,\"}',1,359,360,1,208,0,'b19235654c48229de68c38ee8b05030a',0,0,'',0,0,'2022-03-28 15:14:39','2022-03-28 15:14:52',NULL),(1039,0,1,0,'',1,361,362,1,209,0,'db75cd48c95900f34ee6757a66fecfda',0,0,'',0,0,'2022-03-28 15:16:27','2022-03-28 15:16:58',NULL),(1040,0,1,0,'',1,363,364,1,210,0,'b14ad98961cbcd450fa6e46548caf114',0,0,'',0,0,'2022-03-28 15:17:05','2022-03-28 15:17:32',NULL),(1041,0,1,0,'',1,365,366,1,211,0,'e7c52b32a58ec977814c60952e71fb52',0,0,'',0,0,'2022-03-28 15:24:30','2022-03-28 15:25:51',NULL),(1042,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 15:26:20','2022-03-28 15:26:20',NULL),(1043,0,1,0,'',1,367,368,1,212,0,'954eb2be3e2f4b945f7e55b4e55bf821',0,0,'',0,0,'2022-03-28 15:28:52','2022-03-28 15:28:52',NULL),(1044,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 15:41:15','2022-03-28 15:41:15',NULL),(1045,0,1,0,'',1,369,370,1,213,0,'31ccf78cef884d29efbcc60ecf798968',0,0,'',0,0,'2022-03-28 15:53:53','2022-03-28 15:53:54',NULL),(1046,0,1,0,'',1,371,372,1,214,0,'2b700cc549fb696c3851a09fc3a9d854',0,0,'',0,0,'2022-03-28 15:55:10','2022-03-28 15:55:10',NULL),(1047,0,1,0,'',2,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 16:24:08','2022-03-28 16:24:08',NULL),(1048,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 16:24:35','2022-03-28 16:24:35',NULL),(1049,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 16:24:50','2022-03-28 16:24:50',NULL),(1050,0,1,0,'',2,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 16:24:55','2022-03-28 16:24:55',NULL),(1051,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 16:25:31','2022-03-28 16:25:31',NULL),(1052,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-28 16:25:39','2022-03-28 16:25:39',NULL),(1053,0,1,0,'',2,373,374,1,215,0,'8c37652cd11d2ce834d35fd88841af86',0,0,'',0,0,'2022-03-28 16:26:22','2022-03-28 16:26:22',NULL),(1054,0,1,0,'',1,375,376,1,216,0,'da326c15d748895ff2a6601c16743ab5',0,0,'',0,0,'2022-03-28 17:21:31','2022-03-28 17:21:36',NULL),(1055,0,1,14,'{\"377\":\"14,\"}',1,377,378,1,217,0,'57538f561dbe8cebba2dfae82baa87a8',0,0,'',0,0,'2022-03-28 17:24:02','2022-03-28 17:24:24',NULL),(1056,0,1,0,'',1,379,380,1,218,0,'dd2674820c71a2466685a78c60558d6b',0,0,'',0,0,'2022-03-28 17:25:50','2022-03-28 17:25:54',NULL),(1057,0,1,14,'{\"381\":\"14,\"}',1,381,382,1,219,0,'b087d53716833921f4859bea60921528',0,0,'',0,0,'2022-03-28 17:26:38','2022-03-28 17:27:46',NULL),(1058,0,1,6,'{\"383\":\"6,\"}',1,383,384,1,220,0,'4bd1377dfa8e8dc5c47c1c453dbad828',0,0,'',0,0,'2022-03-28 17:33:30','2022-03-28 17:33:48',NULL),(1059,0,1,0,'',1,385,386,1,221,0,'49d9420b40dce5c1259ac57950d2d721',0,0,'',0,0,'2022-03-28 17:37:21','2022-03-28 17:37:23',NULL),(1060,0,1,0,'',1,387,388,1,222,0,'a6f7afbfda098d10702190742f71c59b',0,0,'',0,0,'2022-03-29 10:09:37','2022-03-29 10:09:38',NULL),(1061,0,1,0,'',1,389,390,1,223,0,'9baeb276b8d795d38b7501fd6dcb296d',0,0,'',0,0,'2022-03-29 10:14:05','2022-03-29 10:14:05',NULL),(1062,0,1,0,'',1,391,392,1,224,0,'562a0b6f8634204aca5ab1289c019ed2',0,0,'',0,0,'2022-03-29 10:15:18','2022-03-29 10:15:18',NULL),(1063,0,1,0,'',1,393,394,1,225,0,'8d980c99e570906cbb74c6e2116f968d',0,0,'',0,0,'2022-03-29 10:16:12','2022-03-29 10:16:13',NULL),(1064,0,1,0,'',1,395,396,1,226,0,'fcab91373a7f8134528de74071761280',0,0,'',0,0,'2022-03-29 10:21:18','2022-03-29 10:21:19',NULL),(1065,0,1,0,'',1,397,398,1,227,0,'fedd8b2e2e062a278147d414beed9f58',0,0,'',0,0,'2022-03-29 10:23:57','2022-03-29 10:23:57',NULL),(1066,0,1,0,'',1,399,400,1,228,0,'8498c9094d15dd12976fd191d08200f7',0,0,'',0,0,'2022-03-29 10:27:40','2022-03-29 10:27:40',NULL),(1067,0,1,0,'',1,401,402,1,229,0,'182b5007fe48e46ece34cf97e3e1e6ae',0,0,'',0,0,'2022-03-29 10:41:52','2022-03-29 10:41:53',NULL),(1068,0,1,0,'',1,403,404,1,230,0,'f52b455bf769280609f6d8970e5222b4',0,0,'',0,0,'2022-03-29 10:47:15','2022-03-29 10:47:16',NULL),(1069,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-29 11:04:01','2022-03-29 11:04:01',NULL),(1070,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-29 11:04:23','2022-03-29 11:04:23',NULL),(1071,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-29 11:05:01','2022-03-29 11:05:01',NULL),(1072,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-29 11:05:36','2022-03-29 11:05:36',NULL),(1073,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-29 11:05:46','2022-03-29 11:05:46',NULL),(1074,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-03-29 11:06:07','2022-03-29 11:06:07',NULL),(1075,0,1,0,'',1,405,406,1,231,0,'460aaa54fee9eb4160cdb2415ddecddc',0,0,'',0,0,'2022-03-29 11:06:19','2022-03-29 11:06:19',NULL),(1076,0,1,0,'',1,407,408,1,232,0,'924c779ad4bb643260d15efb0b646e6f',0,0,'',0,0,'2022-03-29 11:06:25','2022-03-29 11:06:26',NULL),(1077,0,1,0,'',1,409,410,1,233,0,'9fcd6df078001dc357dee3ee0259cd4d',0,0,'',0,0,'2022-03-29 11:06:53','2022-03-29 11:06:53',NULL),(1078,0,1,0,'',1,411,412,1,234,0,'e84f4a19eb67a2d427c2a61b85569cae',0,0,'',0,0,'2022-03-29 11:07:28','2022-03-29 11:07:32',NULL),(1079,0,1,0,'',1,413,414,1,235,0,'79c512a3ab92c790ba0f8647e6da8a6c',0,0,'',0,0,'2022-03-29 11:08:24','2022-03-29 11:08:28',NULL),(1080,0,1,0,'',1,415,416,1,236,0,'e700ae780ae0c933d527add5f0652044',0,0,'',0,0,'2022-03-29 11:12:49','2022-03-29 11:12:50',NULL),(1081,0,1,0,'',1,417,418,1,237,0,'95ef8b7f5de7859fb79906dfb077fff5',0,0,'',0,0,'2022-03-29 11:15:37','2022-03-29 11:15:38',NULL),(1082,0,1,0,'',1,419,420,1,238,0,'7097b318af7e70adb42304692a8271b2',0,0,'',0,0,'2022-03-29 11:18:22','2022-03-29 11:18:23',NULL),(1083,0,1,0,'',1,421,422,1,239,0,'d10125364d02f1ca1b98dfedfee9a1ec',0,0,'',0,0,'2022-03-29 11:19:20','2022-03-29 11:19:21',NULL),(1084,0,1,0,'',1,423,424,1,240,0,'395448a762c2a4ae4b51ba6840ac802d',0,0,'',0,0,'2022-03-29 11:20:25','2022-03-29 11:20:25',NULL),(1085,0,1,0,'',1,425,426,1,241,0,'58d4f15d678fd616d0509e257bc20720',0,0,'',0,0,'2022-03-29 11:27:27','2022-03-29 11:27:27',NULL),(1086,0,1,0,'',1,427,428,1,242,0,'66c3a5c6f930d87342672028edc560ea',0,0,'',0,0,'2022-03-29 11:28:59','2022-03-29 11:28:59',NULL),(1087,0,1,0,'',1,429,430,1,243,0,'64611370ad602c780f7b661a64559256',0,0,'',0,0,'2022-03-29 11:32:22','2022-03-29 11:32:26',NULL),(1088,0,1,0,'',1,431,432,1,244,0,'f80539ef1d2ca6cd7b7ef60a52781407',0,0,'',0,0,'2022-03-29 11:32:58','2022-03-29 11:33:00',NULL),(1089,0,1,6,'{\"433\":\"6,\"}',1,433,434,1,245,0,'a5d2a5be20a25f3132e984c0548bfeb5',0,0,'',0,0,'2022-03-29 11:34:20','2022-03-29 11:34:29',NULL),(1090,0,1,0,'',1,435,436,1,246,0,'0e36b65d072bb79edbfaa9dde084e81c',0,0,'',0,0,'2022-03-29 11:43:41','2022-03-29 11:43:41',NULL),(1091,0,1,0,'',1,437,438,1,247,0,'1ad54d933112a73ea9a4c39c790cf033',0,0,'',0,0,'2022-03-29 11:43:45','2022-03-29 11:43:45',NULL),(1092,0,1,0,'',1,439,440,1,248,0,'3f39206bd5c0b61157ff89a59d3a7532',0,0,'',0,0,'2022-03-29 11:43:50','2022-03-29 11:43:55',NULL),(1093,0,1,0,'',1,441,442,1,249,0,'34764f78575d238ba6703b64acaaa143',0,0,'',0,0,'2022-03-29 11:44:16','2022-03-29 11:44:16',NULL),(1094,0,1,0,'',1,443,444,1,250,0,'21dddab9b64857379baa641829325ac5',0,0,'',0,0,'2022-03-29 11:44:22','2022-03-29 11:44:25',NULL),(1095,0,1,0,'',1,445,446,1,251,0,'166c38e99de91fbbb24dce79a204ee44',0,0,'',0,0,'2022-03-29 11:44:44','2022-03-29 11:44:44',NULL),(1096,0,1,0,'',1,447,448,1,252,0,'ba62f68935e22ad9cc4f6f4db833c61b',0,0,'',0,0,'2022-03-29 11:44:47','2022-03-29 11:44:47',NULL),(1097,0,1,0,'',1,449,450,1,253,0,'cc53ccce3e6fc490467ceba7771ce767',0,0,'',0,0,'2022-03-29 11:44:53','2022-03-29 11:44:53',NULL),(1098,0,1,0,'',1,451,452,1,254,0,'44c9c98388e1f9cfc90d49d10a7d8522',0,0,'',0,0,'2022-03-29 11:44:57','2022-03-29 11:45:01',NULL),(1099,0,1,14,'{\"453\":\"14,\"}',1,453,454,1,255,0,'9697aa154c134871a5632e95ad666361',0,0,'',0,0,'2022-03-29 11:48:25','2022-03-29 11:48:41',NULL),(1100,0,1,0,'',1,455,456,1,256,0,'195d0239a65f7f9f662b44809851c09d',0,0,'',0,0,'2022-03-29 12:01:01','2022-03-29 12:01:02',NULL),(1101,1,1,0,'',1,477,478,1,267,454,'91f2e47740d8dc3b1ae805dee1e959d1',0,0,'',0,0,'2022-03-29 12:07:53','2022-03-29 17:19:22','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(1102,0,1,0,'',1,461,462,1,259,0,'b24d758ff27af7c78bb47f7ab99fc18b',0,0,'',0,0,'2022-03-29 12:08:26','2022-03-29 12:08:26',NULL),(1103,0,1,0,'',1,463,464,1,260,0,'dff53a58fbb10512911c9f1deaec192c',0,0,'',0,0,'2022-03-29 12:09:02','2022-03-29 12:09:02',NULL),(1104,0,1,0,'',1,465,466,1,261,0,'b61c2eed693441eb02a3d36bc7d9e0a9',0,0,'',0,0,'2022-03-29 12:09:08','2022-03-29 12:09:08',NULL),(1105,0,1,0,'',1,469,470,1,263,0,'e6a6773e2cfa2b2f4e14f4e2b966ea26',0,0,'',0,0,'2022-03-29 13:37:55','2022-03-29 13:37:55',NULL),(1106,0,1,0,'',1,479,480,1,268,0,'20ef9f72cd7bc2fe028eb8ba3a842797',0,0,'',0,0,'2022-04-04 10:00:51','2022-04-04 10:00:52',NULL),(1107,0,1,0,'',1,481,482,1,269,0,'8164ceef0ab109f268a575d54a7d9a33',0,0,'',0,0,'2022-04-04 10:09:11','2022-04-04 10:09:11',NULL),(1108,1,1,0,'',1,483,484,1,270,457,'24aaf62ef2981672e89148ad8ba6af30',0,0,'',0,0,'2022-04-04 10:10:01','2022-04-04 10:10:21',NULL),(1109,0,1,0,'',1,485,486,1,271,0,'a7afbc0f33f9d150939e47a2bb639acf',0,0,'',0,0,'2022-04-04 10:11:11','2022-04-04 10:11:11',NULL),(1110,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,459,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 10:20:23','2022-04-04 10:38: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\":\"b81efcceaa21b1a650b255997ab75836916975f7\"}'),(1111,0,1,0,'',1,487,488,1,272,0,'05f724b97abb0e59a5096eee6c3c368d',0,0,'',0,0,'2022-04-04 10:20:33','2022-04-04 10:20:39',NULL),(1112,1,1,0,'',1,0,0,1,273,460,'46ea82504ef0822e1322831a5f479e1d',0,0,'',0,0,'2022-04-04 10:29:56','2022-04-04 10:29:58',NULL),(1113,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 10:37:17','2022-04-04 11:20:39','{\"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\":\"321448e9711578d964dd8d020a8b8042597f0584\"}'),(1114,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 10:47:46','2022-04-04 10:47:56','{\"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\":\"413f752f4484e6d88eadafdc83bf1161d064c3ce\"}'),(1115,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 11:00:31','2022-04-04 11:00: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\":\"9b56fcdb575e717c2c6436d66e902e3bd6553e2e\"}'),(1116,1,1,14,'{\"489\":\"14,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 11:13:54','2022-04-04 11:14:06','{\"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\":\"2d747bfe77bbbaeb1462ded7aa77fb772b318aa9\"}'),(1117,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 11:15:01','2022-04-04 11:15:12','{\"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\":\"9b56fcdb575e717c2c6436d66e902e3bd6553e2e\"}'),(1118,1,1,14,'{\"491\":\"14,\"}',1,491,492,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 13:11:31','2022-04-05 10:28:02',NULL),(1119,1,1,6,'{\"490\":\"6,\"}',5,490,490,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-04 13:13:00','2022-04-04 14:57:30','{\"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\":\"75695c4e15ce204b09633a688a95627bec52f155\"}'),(1120,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 10:03:29','2022-04-05 10:03:42','{\"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\":\"e9690cef516c929a99681acc8d73b5c22c3eb0b7\"}'),(1121,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 10:04:50','2022-04-05 10:04: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1122,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 10:10:09','2022-04-05 10:10: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1123,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 10:15:12','2022-04-05 10:15:21','{\"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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1124,0,1,0,'',1,493,494,1,274,0,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 10:52:37','2022-04-05 10:52:37',NULL),(1125,0,1,0,'',1,495,496,1,274,0,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 11:05:23','2022-04-05 11:05:23',NULL),(1126,0,1,0,'',1,497,498,1,274,0,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 11:06:34','2022-04-05 11:06:34',NULL),(1127,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 11:45:36','2022-04-05 11:46: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1128,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 11:55:39','2022-04-05 11:55:46','{\"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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1129,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 11:59:08','2022-04-05 11:59:16','{\"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\":\"e9690cef516c929a99681acc8d73b5c22c3eb0b7\"}'),(1130,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 12:01:24','2022-04-05 12:01:32','{\"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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1131,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 12:23:14','2022-04-05 12:23: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1132,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 13:58:24','2022-04-05 13:58: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1133,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 13:59:33','2022-04-05 13:59: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1134,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 14:02:22','2022-04-05 14:02: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1135,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 14:11:32','2022-04-05 14:11: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1136,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 14:12:49','2022-04-05 14:12: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\":\"e9690cef516c929a99681acc8d73b5c22c3eb0b7\"}'),(1137,1,1,14,'{\"523\":\"14,\"}',2,0,0,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-05 16:20:55','2022-04-12 10:09:56','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"0d221284cd99e5e08c0d74c8540dbbf43faabb47\"}'),(1138,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-11 13:09:46','2022-04-11 13:09:54','{\"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\":\"e9690cef516c929a99681acc8d73b5c22c3eb0b7\"}'),(1139,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-11 13:34:39','2022-04-25 11:40: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\":\"86a423d4114a6c9f173bedce67f67d51635b05c0\"}'),(1140,0,1,0,'',2,529,530,1,275,0,'743e667d81d9665bd32bf93301dc0254',0,0,'',0,0,'2022-04-12 10:10:46','2022-04-12 10:11:50',NULL),(1141,0,1,0,'',2,531,532,1,276,0,'31abedc5c1f4476d5fc60843f8536a76',0,0,'',0,0,'2022-04-12 10:12:17','2022-04-12 10:12:33',NULL),(1142,0,1,0,'',2,535,536,1,278,0,'8ce78bc92f0c96d19dc59b298ee028a2',0,0,'',0,0,'2022-04-12 10:25:43','2022-04-12 10:26:13',NULL),(1143,0,1,0,'',2,537,538,1,279,0,'ad401695f72f407a9af1e4d337d15f13',0,0,'',0,0,'2022-04-19 10:29:07','2022-04-19 10:29:07',NULL),(1144,0,1,0,'',2,539,540,1,280,0,'ea9b20548b4de19926cae7dc2c11505f',0,0,'',0,0,'2022-04-19 10:43:05','2022-04-19 10:43:05',NULL),(1145,0,1,0,'',2,541,542,1,281,0,'57cdb036fea14ba810794f2e20325a19',0,0,'',0,0,'2022-04-19 10:44:51','2022-04-19 10:45:05',NULL),(1146,0,1,0,'',2,0,1,1,0,0,'',0,0,'',0,0,'2022-04-19 10:45:42','2022-04-19 10:45:42',NULL),(1147,0,1,0,'',2,0,1,1,0,0,'',0,0,'',0,0,'2022-04-19 10:47:45','2022-04-19 10:47:45',NULL),(1148,0,1,0,'',2,543,544,1,282,0,'e225233a327a6dd78cd842354454d319',0,0,'',0,0,'2022-04-19 10:48:20','2022-04-19 10:49:06',NULL),(1149,0,1,0,'',2,545,546,1,283,0,'6b94893982776194319f46c087614eff',0,0,'',0,0,'2022-04-19 10:49:11','2022-04-19 10:49:12',NULL),(1150,0,1,0,'',2,549,550,1,285,0,'85e15df6b025ecfb78b8b125c078d72b',0,0,'',0,0,'2022-04-19 10:51:35','2022-04-19 10:51:39',NULL),(1151,0,1,0,'',2,551,552,1,286,0,'30b343c894cd3172b5dd277471070677',0,0,'',0,0,'2022-04-19 10:53:20','2022-04-19 10:53:21',NULL),(1152,0,1,0,'',2,553,554,1,287,0,'26b82bde1a2a362f84bea87b451ff0e6',0,0,'',0,0,'2022-04-19 10:54:13','2022-04-19 10:54:32',NULL),(1153,0,1,0,'',2,555,556,1,288,0,'ab06c1b23e611cb9c9a0b2cfa6024e6a',0,0,'',0,0,'2022-04-19 10:55:07','2022-04-19 10:55:13',NULL),(1154,0,1,0,'',2,557,558,1,289,0,'ac6949c4fe419c6bac24cabf221294b1',0,0,'',0,0,'2022-04-19 10:56:02','2022-04-19 10:56:02',NULL),(1155,0,1,0,'',2,559,560,1,290,0,'fc47a0aa9c5a1dc9c1a32e3e5abb3e89',0,0,'',0,0,'2022-04-19 10:57:30','2022-04-19 10:57:31',NULL),(1156,0,1,0,'',2,561,562,1,291,0,'6d1898643803b61f6de59bc1b838fff0',0,0,'',0,0,'2022-04-19 10:57:39','2022-04-19 10:57:40',NULL),(1157,0,1,0,'',2,565,566,1,293,0,'1db2eaca4509469f52f2d631c3c5cf94',0,0,'',0,0,'2022-04-19 10:57:52','2022-04-19 10:58:00',NULL),(1158,0,1,0,'',2,567,568,1,294,0,'2b6559d335ebc1a022c039b8717fc39f',0,0,'',0,0,'2022-04-19 10:59:07','2022-04-19 10:59:08',NULL),(1159,0,1,0,'',2,569,570,1,295,0,'0aeaac86288a6600ecd18a1d4b7534f1',0,0,'',0,0,'2022-04-19 11:12:38','2022-04-19 11:12:39',NULL),(1160,0,1,0,'',2,571,572,1,296,0,'512b02d9764de43b856e5c007a9604d3',0,0,'',0,0,'2022-04-19 11:13:25','2022-04-19 11:13:26',NULL),(1161,0,1,0,'',2,573,574,1,297,0,'10c8eb4825f50a37eff1a46d4debf187',0,0,'',0,0,'2022-04-19 12:09:23','2022-04-19 12:09:24',NULL),(1162,0,1,0,'',2,0,1,1,0,0,'',0,0,'',0,0,'2022-04-19 12:10:36','2022-04-19 12:10:36',NULL),(1163,1,1,0,'',2,0,0,1,0,480,'',0,0,'',0,0,'2022-04-19 12:10:45','2022-04-19 12:10:45',NULL),(1164,0,1,0,'',2,575,576,1,298,0,'acede46cd9c11d1a3926ff30c8a4ce93',0,0,'',0,0,'2022-04-19 12:10:48','2022-04-19 12:10:49',NULL),(1165,0,1,0,'',2,577,578,1,299,0,'0103bd23eb5aec953388f2ae078450c7',0,0,'',0,0,'2022-04-19 12:10:56','2022-04-19 12:10:57',NULL),(1166,0,1,0,'',2,579,580,1,300,0,'97b567a374cd47d171da42cc9860f09c',0,0,'',0,0,'2022-04-19 12:11:39','2022-04-19 12:11:39',NULL),(1167,0,1,0,'',2,581,582,1,301,0,'9aedc89d4ad8a885c9cab2fd994a0b26',0,0,'',0,0,'2022-04-19 12:11:39','2022-04-19 12:11:40',NULL),(1168,0,1,0,'',2,583,584,1,302,0,'a72b4dcf90e78070450d8c82ddfbf721',0,0,'',0,0,'2022-04-19 14:17:20','2022-04-19 14:17:21',NULL),(1169,0,1,0,'',2,585,586,1,303,0,'7c614be8bc19fa3c1e905b086efdf6fa',0,0,'',0,0,'2022-04-19 14:18:40','2022-04-19 14:18:40',NULL),(1170,0,1,0,'',2,587,588,1,304,0,'31e628a992887ffc0c4706c82cf4aad2',0,0,'',0,0,'2022-04-19 14:20:37','2022-04-19 14:20:38',NULL),(1171,0,1,0,'',2,589,590,1,305,0,'0b13b9b82607e5d89582deec8a9d8599',0,0,'',0,0,'2022-04-19 14:30:57','2022-04-19 14:31:07',NULL),(1172,0,1,0,'',2,591,592,1,306,0,'ac62b21b65e8777a3f2acb6c1fffc63e',0,0,'',0,0,'2022-04-19 14:32:52','2022-04-19 14:32:55',NULL),(1173,0,1,0,'',2,593,594,1,307,0,'cd5608b068700f0e5051d676b7258ec5',0,0,'',0,0,'2022-04-19 14:33:45','2022-04-19 14:33:48',NULL),(1174,0,1,0,'',2,595,596,1,308,0,'906e34e459a1a17dcb317dd35aa7473c',0,0,'',0,0,'2022-04-19 14:35:09','2022-04-19 14:35:12',NULL),(1175,0,1,0,'',2,597,598,1,309,0,'d13984a486e52be0aed6a0ed8c0afba6',0,0,'',0,0,'2022-04-19 14:45:28','2022-04-19 14:45:31',NULL),(1176,1,1,0,'',2,599,600,1,310,481,'129a6b76cc34005b78fa7910fd7f4975',0,0,'',0,0,'2022-04-19 14:47:48','2022-04-19 14:48:06',NULL),(1177,0,1,0,'',2,601,602,1,311,0,'13c25e463f40cd13a61c310b015615a4',0,0,'',0,0,'2022-04-25 11:16:24','2022-04-25 11:16:25',NULL),(1178,0,1,0,'',2,603,604,1,312,0,'3270f658fa68d2d2d83cf3fd20d63d6d',0,0,'',0,0,'2022-04-25 11:17:52','2022-04-25 11:17:53',NULL),(1179,0,1,0,'',2,605,606,1,313,0,'ec75e230ca2df7fea1a89cf78b1089c2',0,0,'',0,0,'2022-04-25 11:27:58','2022-04-25 11:27:58',NULL),(1180,0,1,0,'',2,607,608,1,314,0,'72a610f0116c38563276e1e6172148f9',0,0,'',0,0,'2022-04-25 11:28:23','2022-04-25 11:28:23',NULL),(1181,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 11:43:20','2022-04-25 11:43:32','{\"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\":\"164220e1c30faaa4c50ee5e86809d7775acf4a76\"}'),(1182,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 12:26:40','2022-04-25 12:26:51','{\"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\":\"164220e1c30faaa4c50ee5e86809d7775acf4a76\"}'),(1183,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 13:25:24','2022-04-25 13:25: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\":\"164220e1c30faaa4c50ee5e86809d7775acf4a76\"}'),(1184,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 13:32:28','2022-04-25 13:34:54','{\"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\":\"164220e1c30faaa4c50ee5e86809d7775acf4a76\"}'),(1185,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 13:35:24','2022-04-25 13:35:44','{\"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\":\"164220e1c30faaa4c50ee5e86809d7775acf4a76\"}'),(1186,1,1,6,'{\"489\":\"6,\"}',2,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 13:51:01','2022-04-25 13:51: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\":\"164220e1c30faaa4c50ee5e86809d7775acf4a76\"}'),(1188,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-04-25 16:09:36','2022-05-02 10:01:46','{\"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\":\"5a6848778eb2fb5ef34773999f1017893a8193a4\"}'),(1189,0,1,0,'',2,611,612,1,316,0,'6c2211f25e31c150a133f7305a1c06ee',0,0,'',0,0,'2022-04-26 10:10:18','2022-04-26 10:10:43',NULL),(1190,0,1,6,'{\"613\":\"6,\"}',2,613,614,1,317,0,'910ae2c6e40f22e70c8be7cd9dc3e6d5',0,0,'',0,0,'2022-04-26 16:28:15','2022-04-26 16:28:37',NULL),(1191,0,1,0,'',2,619,620,1,320,0,'a96fd811991d767795358f935815f4c6',0,0,'',0,0,'2022-04-26 16:28:57','2022-04-26 16:30:49',NULL),(1192,0,1,0,'',2,621,622,1,321,0,'8687ef1917147d13d77f3b310b27816e',0,0,'',0,0,'2022-04-26 16:32:12','2022-04-26 16:32:12',NULL),(1193,0,1,0,'',2,623,624,1,322,0,'b0d1ebe8176faa4ce9830f1fd1a829f3',0,0,'',0,0,'2022-04-26 16:33:49','2022-04-26 16:33:53',NULL),(1194,0,1,0,'',2,625,626,1,323,0,'f22e95c9868b6070fcbfa82ee46ea0b9',0,0,'',0,0,'2022-04-26 16:34:51','2022-04-26 16:34:51',NULL),(1195,0,1,0,'',2,627,628,1,324,0,'1815c6f114dac3e7798dde3dd323d6ca',0,0,'',0,0,'2022-04-26 16:35:17','2022-04-26 16:35:17',NULL),(1196,0,1,0,'',2,629,630,1,325,0,'51c48c5fb2cc710d073a9ba47df156b6',0,0,'',0,0,'2022-04-26 16:35:31','2022-04-26 16:35:31',NULL),(1197,0,1,0,'',2,631,632,1,326,0,'b0976697184e359e4420c99fc3903d41',0,0,'',0,0,'2022-04-26 16:35:52','2022-04-26 16:35:53',NULL),(1198,0,1,0,'',2,633,634,1,327,0,'0a4446cc47b1f42af1126de10a3f6be0',0,0,'',0,0,'2022-04-26 16:36:22','2022-04-26 16:36:22',NULL),(1199,0,1,0,'',2,635,636,1,328,0,'e7ab695cddf64fdc6b71ed989458af48',0,0,'',0,0,'2022-04-26 16:36:38','2022-04-26 16:36:38',NULL),(1200,1,1,0,'',2,637,638,1,329,482,'b5b2d18361f103a61a0d85c42666a7b3',0,0,'',0,0,'2022-04-26 16:40:31','2022-04-26 16:40:51',NULL),(1201,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 10:04:53','2022-05-02 10:05: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\":\"7ebafbca7dfc4e1e073ed56810e9eabf99428124\"}'),(1202,1,1,6,'{\"639\":\"6,\"}',1,639,639,1,330,486,'9dccb196859e21ee09f85595f36e8002',0,0,'',0,0,'2022-05-02 10:55:07','2022-05-02 10:56: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\":\"1d961f6a7b5cc537c962383b9ae709d30d2aa6b1\"}'),(1203,1,1,6,'{\"639\":\"6,\"}',1,639,639,1,330,486,'9dccb196859e21ee09f85595f36e8002',0,0,'',0,0,'2022-05-02 10:56:37','2022-05-02 10:57: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\":\"1d961f6a7b5cc537c962383b9ae709d30d2aa6b1\"}'),(1204,1,1,6,'{\"639\":\"6,\"}',1,639,639,1,330,486,'9dccb196859e21ee09f85595f36e8002',0,0,'',0,0,'2022-05-02 11:03:42','2022-05-02 11:04:05','{\"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\":\"1d961f6a7b5cc537c962383b9ae709d30d2aa6b1\"}'),(1205,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,486,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 11:27:34','2022-05-02 11:27: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\":\"7022c443ad360e3ec81f817d24289ae048be9e5b\"}'),(1206,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 11:34:41','2022-05-02 11:34: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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1207,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 11:37:24','2022-05-02 11:37:32','{\"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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1208,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 11:44:58','2022-05-02 11:45:06','{\"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\":\"6e4ff754790391e996fcbe3ef882e8d99a08fe32\"}'),(1209,1,1,6,'{\"489\":\"6,\"}',1,489,489,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 12:01:56','2022-05-02 12:04:06','{\"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\":\"99fb1f56548eb42461461e788da570e17721a95f\"}'),(1210,1,1,6,'{\"490\":\"6,\"}',1,490,490,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 13:09:55','2022-05-02 13:10:57','{\"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\":\"98c19c6860d317707bbc0bb9db2cbcfe38cd2182\"}'),(1211,1,1,0,'',1,489,489,1,274,487,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 13:50:49','2022-05-02 13:50:49',NULL),(1212,1,1,6,'{\"645\":\"6,\"}',1,645,645,1,274,488,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-02 13:50:56','2022-05-02 16:28: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\":\"743468186f4e6a0031920c2ac9ec03dc739c8d49\"}'),(1213,0,1,6,'{\"643\":\"6,\"}',2,643,644,1,333,0,'5f4c272cd38bed8481dc1c5756d91554',0,0,'',0,0,'2022-05-02 15:36:29','2022-05-02 15:36:36',NULL),(1214,1,1,0,'',2,647,648,1,334,489,'2388b62bbdb1104df29d4b666d97b5a1',0,0,'',0,0,'2022-05-02 16:26:14','2022-05-02 16:26:34',NULL),(1215,1,1,6,'{\"645\":\"6,\"}',1,645,645,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-03 10:54:39','2022-05-03 10:54: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\":\"82df037e4a6f7b1b9c67940b80eac2ab2d75f1a1\"}'),(1216,1,1,6,'{\"645\":\"6,\"}',1,645,645,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-03 14:31:21','2022-05-03 14:31: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\":\"82df037e4a6f7b1b9c67940b80eac2ab2d75f1a1\"}'),(1217,1,1,6,'{\"645\":\"6,\"}',1,645,645,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-03 14:48:20','2022-05-03 14:48: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\":\"82df037e4a6f7b1b9c67940b80eac2ab2d75f1a1\"}'),(1218,1,1,6,'{\"645\":\"6,\"}',1,645,645,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-03 14:51:06','2022-05-03 14:51:17','{\"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\":\"82df037e4a6f7b1b9c67940b80eac2ab2d75f1a1\"}'),(1219,1,1,6,'{\"645\":\"6,\"}',1,645,645,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-03 16:29:27','2022-05-03 16:29: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\":\"82df037e4a6f7b1b9c67940b80eac2ab2d75f1a1\"}'),(1220,1,1,6,'{\"649\":\"6,\"}',1,649,649,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-03 16:30:52','2022-05-03 16:31:24','{\"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\":\"6444795dc27aaee569f71596c7df3bd182dabc3d\"}'),(1221,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-04 12:55:19','2022-05-05 11:40:13','{\"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\":\"8df5473460aa5ec976d7f96e43f49b1178e41b5a\"}'),(1222,0,1,0,'',2,650,651,1,335,0,'de56dd65cd0b343bb3d3ee956f806dee',0,0,'',0,0,'2022-05-04 16:51:53','2022-05-04 16:51:53',NULL),(1223,0,1,0,'',2,652,653,1,336,0,'0e3734cd3453da2a3631202a167c574a',0,0,'',0,0,'2022-05-04 17:07:52','2022-05-04 17:07:55',NULL),(1224,0,1,0,'',2,654,655,1,337,0,'99bce85612921d76402cd540d30cc8f6',0,0,'',0,0,'2022-05-04 17:08:48','2022-05-04 17:08:51',NULL),(1225,0,1,0,'',2,656,657,1,338,0,'192f4255a57c55287ea5afe822042ebf',0,0,'',0,0,'2022-05-04 17:16:40','2022-05-04 17:16:43',NULL),(1226,0,1,0,'',2,658,659,1,339,0,'27d12cff0a5a721426a08ed7465a6133',0,0,'',0,0,'2022-05-04 17:20:52','2022-05-04 17:20:52',NULL),(1227,0,1,0,'',2,660,661,1,340,0,'5c64df8f6be21a0477650425df482135',0,0,'',0,0,'2022-05-04 17:22:56','2022-05-04 17:22:59',NULL),(1228,0,1,0,'',2,662,663,1,341,0,'e82c387b185df4921dd4e2e50ac54d09',0,0,'',0,0,'2022-05-04 17:25:16','2022-05-04 17:25:20',NULL),(1229,0,1,0,'',2,664,665,1,342,0,'5461e720aca35762957306b0ac20ee3c',0,0,'',0,0,'2022-05-05 11:32:01','2022-05-05 11:32:02',NULL),(1230,0,1,0,'',2,666,667,1,343,0,'25531644a0d0eecbc6e1cd63c19d6517',0,0,'',0,0,'2022-05-05 11:43:41','2022-05-05 11:43:42',NULL),(1231,0,1,0,'',2,668,669,1,344,0,'ad9819757559f9afdc1567fa8cc3c5ce',0,0,'',0,0,'2022-05-05 11:46:20','2022-05-05 11:46:24',NULL),(1232,0,1,0,'',2,670,671,1,345,0,'36c56e1ea45a6e8689d9a653d8ddc93b',0,0,'',0,0,'2022-05-05 11:48:33','2022-05-05 11:48:34',NULL),(1233,0,1,0,'',2,672,673,1,346,0,'b89af84847eb3e23679ee1371a090e3d',0,0,'',0,0,'2022-05-09 13:03:34','2022-05-09 13:03:35',NULL),(1234,0,1,0,'',2,674,675,1,347,0,'45b1e4ded267d4a06e52c1ddd12aa949',0,0,'',0,0,'2022-05-09 13:05:00','2022-05-09 13:05:01',NULL),(1235,0,1,0,'',2,676,677,1,348,0,'9f040b007e91c1990616f2785943055b',0,0,'',0,0,'2022-05-09 13:06:26','2022-05-09 13:06:27',NULL),(1236,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 13:35:57','2022-05-09 13:36:12','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1237,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 13:37:05','2022-05-09 13:37:14','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1238,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 14:35:39','2022-05-09 14:35:48','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1239,0,1,0,'',2,678,679,1,349,0,'d516fea45c5d0d5a47cae733e2e51322',0,0,'',0,0,'2022-05-09 14:38:41','2022-05-09 14:38:41',NULL),(1240,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 14:46:08','2022-05-09 14:46:17','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1241,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 16:57:38','2022-05-09 16:57:59','{\"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\":\"553b1e237c00afa40703d6c9980a44033e0e08d3\"}'),(1242,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 16:59:59','2022-05-09 17:00: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\":\"553b1e237c00afa40703d6c9980a44033e0e08d3\"}'),(1243,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 17:01:46','2022-05-09 17:01: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\":\"553b1e237c00afa40703d6c9980a44033e0e08d3\"}'),(1244,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-09 17:07:33','2022-05-09 17:07: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\":\"553b1e237c00afa40703d6c9980a44033e0e08d3\"}'),(1245,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 10:48:07','2022-05-10 10:48:15','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1246,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 10:58:30','2022-05-10 10:58:38','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1247,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 10:59:24','2022-05-10 10:59:39','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1248,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:01:47','2022-05-10 11:01: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1249,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:02:58','2022-05-10 11:03:05','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1250,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:03:52','2022-05-10 11:04: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1251,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:11:51','2022-05-10 11:16:06','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1252,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:29:57','2022-05-10 11:30:05','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1253,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:32:52','2022-05-10 11:33: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1254,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 11:34:17','2022-05-10 11:34:26','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1255,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:07:13','2022-05-10 14:07:21','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1256,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:09:17','2022-05-10 14:09: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1257,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:12:46','2022-05-10 14:13: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1258,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:25:26','2022-05-10 14:25: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1259,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:28:25','2022-05-10 14:28: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1260,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:29:13','2022-05-10 14:29: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1261,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:30:26','2022-05-10 14:30: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1262,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:33:25','2022-05-10 14:33: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1263,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:34:08','2022-05-10 14:34:24','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1264,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:38:34','2022-05-10 14:38:44','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1265,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:41:36','2022-05-10 14:41:44','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1266,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:42:21','2022-05-10 14:42: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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1267,1,1,6,'{\"646\":\"6,\"}',1,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 14:42:49','2022-05-10 14:42:57','{\"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\":\"767d793e81193851dfe5ea8314120ba8f5e86dac\"}'),(1268,0,1,0,'',2,680,681,1,350,0,'e1382b5d293a3db62d05dd6efdd7b768',0,0,'',0,0,'2022-05-10 16:15:01','2022-05-10 16:15:02',NULL),(1269,1,1,0,'',2,682,683,1,351,500,'25f2df659d10e3ba908158c3144fbb56',0,0,'',0,0,'2022-05-10 16:15:57','2022-05-10 16:16:19',NULL),(1270,1,1,6,'{\"649\":\"6,\"}',12,649,649,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-10 16:47:48','2022-05-19 15:49:06','{\"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\":\"51a963669f1815e5b86ea2f15f15e42a08f48490\"}'),(1271,0,1,14,'{\"684\":\"14,\"}',2,688,689,1,354,0,'8655ad6c0217efb089ca765bcda7a490',0,0,'',0,0,'2022-05-10 16:59:24','2022-05-10 17:03:58',NULL),(1272,0,1,0,'',2,690,691,1,355,0,'136ce2d972b4b26e9e18c6abf73398de',0,0,'',0,0,'2022-05-10 17:04:33','2022-05-10 17:04:34',NULL),(1273,0,1,0,'',2,716,717,1,368,0,'bc2f317afff3ce04225ed598f0fbe369',0,0,'',0,0,'2022-05-10 17:04:45','2022-05-10 17:13:21',NULL),(1274,0,1,0,'',12,720,721,1,370,0,'3969deaa0d895a92497a3e5e4d72d024',0,0,'',0,0,'2022-05-10 17:15:25','2022-05-10 17:15:35',NULL),(1275,0,1,0,'',12,722,723,1,371,0,'2d4c07f9449b9bf2b8a257e4cba8939b',0,0,'',0,0,'2022-05-10 17:16:33','2022-05-10 17:16:39',NULL),(1276,0,1,0,'',12,724,725,1,372,0,'be0d575d3f5388e7a3bda0fdd7a26991',0,0,'',0,0,'2022-05-10 17:17:29','2022-05-10 17:17:33',NULL),(1277,1,1,6,'{\"646\":\"6,\"}',12,646,646,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-23 10:17:26','2022-05-23 10:17:44','{\"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\":\"e8acdc352a2fb124c7adadbd5911e8131909d802\"}'),(1278,1,1,6,'{\"726\":\"6,\"}',12,726,726,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-23 14:07:32','2022-05-24 11:39: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\":\"6459f383943be7dcc7315962161ab52eac865272\"}'),(1279,1,1,6,'{\"646\":\"6,\"}',12,649,649,1,274,501,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-23 14:44:41','2022-05-23 17:07: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\":\"5b7693f5c375c8d7866a3572df2c4928568b423f\"}'),(1280,0,1,0,'',12,727,728,1,274,0,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-23 17:07:52','2022-05-23 17:07:52',NULL),(1281,1,1,6,'[\"6,\"]',12,0,0,1,0,516,'',0,0,'',0,0,'2022-05-24 10:51:49','2022-05-24 10:52:12',NULL),(1282,1,1,6,'{\"649\":\"6,\"}',12,649,649,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-24 11:52:09','2022-05-24 11:52:20','{\"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\":\"df0bd734a5f4debbf2fc3962dc078c932bae04ea\"}'),(1283,1,1,6,'{\"649\":\"6,\"}',12,649,649,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-24 12:00:49','2022-05-24 12:01: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\":\"df0bd734a5f4debbf2fc3962dc078c932bae04ea\"}'),(1284,1,1,6,'{\"649\":\"6,\"}',12,649,649,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-24 15:25:38','2022-05-31 10:11:21','{\"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\":\"78f3f9068891bc099d178c07b36183272c4cc2c0\"}'),(1285,1,1,6,'{\"729\":\"6,\"}',12,729,729,1,274,517,'a45f5a526c7e844e852506deb6c0742d',0,0,'',0,0,'2022-05-30 15:30:03','2022-05-30 15:31:52','{\"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\":\"3090aa3031171dd138a4e908316c391fac9f1bd6\"}'),(1286,1,1,6,'{\"649\":\"6,\"}',12,649,649,1,274,461,'1d300fc2df41e276cee9cace51fcbdfe',0,0,'',0,0,'2022-05-31 11:51:24','2022-05-31 11:53:11','{\"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\":\"df0bd734a5f4debbf2fc3962dc078c932bae04ea\"}'),(1287,1,1,6,'{\"731\":\"6,\"}',12,731,731,1,374,518,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-05-31 15:14:40','2022-06-14 11:32: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"98e0fa94869c88bb4c9f63b9ce36a1a4c8eff5af\"}'),(1288,1,1,6,'{\"730\":\"6,\"}',1,730,730,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-05-31 15:16:39','2022-05-31 15:17: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"40e28211e9b03d859d391473a2f4be1b69d632c8\"}'),(1289,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-05-31 16:39:13','2022-06-07 13:48: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\":\"db0aaf24fb19fe9929453b404358c6e0e7115ba0\"}'),(1290,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-07 15:32:53','2022-06-13 11:06:39','{\"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\":\"24a52f7d6ea3eeeb2d35608a52db2d7a8c49e6c2\"}'),(1291,1,1,0,'',1,730,730,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 12:39:38','2022-06-13 12:39:43',NULL),(1292,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 12:39:39','2022-06-13 12:40:11','{\"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\":\"389fbc16b2f6ee029dc8eb0f252cd9fd92d51c1a\"}'),(1293,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 12:41:26','2022-06-13 14:56:06','{\"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\":\"db0aaf24fb19fe9929453b404358c6e0e7115ba0\"}'),(1294,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 16:22:22','2022-06-13 16:22:30','{\"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\":\"6360e34de357f94ee4dbc4670b37889a2996efc1\"}'),(1295,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 16:23:43','2022-06-13 16:23: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\":\"44ce7f22d406e90644ed2f764a764bb5bd936a0e\"}'),(1296,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 16:32:47','2022-06-13 16:32: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\":\"389fbc16b2f6ee029dc8eb0f252cd9fd92d51c1a\"}'),(1297,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-13 16:35:41','2022-06-13 16:35:51','{\"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\":\"389fbc16b2f6ee029dc8eb0f252cd9fd92d51c1a\"}'),(1298,1,1,6,'{\"730\":\"6,\"}',1,730,730,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 10:18:29','2022-06-14 10:18:38','{\"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\":\"40e28211e9b03d859d391473a2f4be1b69d632c8\"}'),(1299,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 11:05:45','2022-06-14 11:22:50','{\"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\":\"abf40fa40001a5a592830f9d46b07d82666fc53b\"}'),(1300,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 11:35:13','2022-06-14 11:36:13','{\"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\":\"abf40fa40001a5a592830f9d46b07d82666fc53b\"}'),(1301,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 11:37:32','2022-06-14 11:37: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\":\"abf40fa40001a5a592830f9d46b07d82666fc53b\"}'),(1302,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 11:39:13','2022-06-14 11:40: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\":\"44ce7f22d406e90644ed2f764a764bb5bd936a0e\"}'),(1303,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 11:44:27','2022-06-14 11:44:42','{\"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\":\"abf40fa40001a5a592830f9d46b07d82666fc53b\"}'),(1304,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 11:52:32','2022-06-14 11:52: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\":\"abf40fa40001a5a592830f9d46b07d82666fc53b\"}'),(1305,1,1,6,'{\"731\":\"6,\"}',3,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 12:30:51','2022-06-22 10:24: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\":\"5791a934724b26b57c16379f6326eea158c0d94a\"}'),(1306,1,1,6,'{\"730\":\"6,\"}',12,730,730,1,374,531,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-06-14 14:59:22','2022-06-14 14:59:50','{\"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\":\"7a3bceaca669e9311fcf77c40fc7dc3efa1b2809\"}'),(1307,0,1,0,'',1,0,1,1,0,0,'',0,0,'',0,0,'2022-06-15 10:43:58','2022-06-15 10:43:58',NULL),(1308,1,1,6,'{\"730\":\"6,\"}',3,730,730,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-01 16:15:52','2022-07-01 16:16: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\":\"39a147f0f839dac7955a317201eb330bf3185ade\"}'),(1309,1,1,6,'{\"730\":\"6,\"}',3,730,730,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-01 16:34:04','2022-07-01 16:34:13','{\"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\":\"39a147f0f839dac7955a317201eb330bf3185ade\"}'),(1310,1,1,6,'{\"730\":\"6,\"}',3,730,730,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-01 16:42:01','2022-07-01 16:42:11','{\"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\":\"39a147f0f839dac7955a317201eb330bf3185ade\"}'),(1311,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,535,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-25 10:15:53','2022-07-25 10:16: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\":\"8528efc3915182efebfed75a2b4b8d5cf2c57178\"}'),(1312,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-25 10:18:57','2022-07-25 10:19:06','{\"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\":\"389fbc16b2f6ee029dc8eb0f252cd9fd92d51c1a\"}'),(1313,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-25 10:26:48','2022-07-25 10:26:57','{\"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\":\"389fbc16b2f6ee029dc8eb0f252cd9fd92d51c1a\"}'),(1314,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-25 10:28:03','2022-07-25 10:28:13','{\"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\":\"389fbc16b2f6ee029dc8eb0f252cd9fd92d51c1a\"}'),(1315,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-25 10:31:04','2022-07-25 10:31:26','{\"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\":\"cb5296f85d400fb2efa246d1ac6a5f4ab7a0f39e\"}'),(1316,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-25 11:24:50','2022-07-25 11:24:59','{\"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\":\"c208793534eeea5efa7745cfa478e54f7df79389\"}'),(1317,1,1,6,'{\"731\":\"6,\"}',1,731,731,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-26 15:05:16','2022-07-26 15:05: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\":\"d71c4d37e7a7cdcfc701f15179288e24d12100f8\"}'),(1318,1,1,6,'{\"732\":\"6,\",\"731\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-26 16:01:36','2022-07-26 16:36: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\":\"06288be8003b51eec5133e0c97652f9481374af1\"}'),(1319,1,1,0,'',1,732,732,1,374,539,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-26 16:54:26','2022-07-26 16:54:26',NULL),(1320,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-26 17:07:27','2022-07-26 17:07: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1321,0,1,6,'{\"26\":\"6,\"}',1,26,26,1,9,0,'904104e855d4094cae2982e5e2f67e0f',0,0,'',0,0,'2022-07-26 17:10:43','2022-07-26 17:10:54',NULL),(1322,0,1,6,'{\"26\":\"6,\"}',1,26,26,1,9,0,'904104e855d4094cae2982e5e2f67e0f',0,0,'',0,0,'2022-07-26 17:14:04','2022-07-26 17:15:04',NULL),(1323,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-28 10:23:42','2022-07-28 14:33: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1324,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-07-28 14:35:24','2022-07-28 14:36:11','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1325,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 14:10:22','2022-08-01 14:10: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1326,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 14:34:38','2022-08-01 14:34: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1327,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 14:36:20','2022-08-01 14:36: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\":\"7dd356538bcd3ccfcaf1225d8344b0e0d120a6a2\"}'),(1328,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 14:40:03','2022-08-01 14:40:15','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1329,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 14:43:19','2022-08-01 14:46:19','{\"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\":\"6224593d42982da9343e6f7ccffb746b8d41953d\"}'),(1330,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 14:54:09','2022-08-01 14:54:17','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1331,1,1,6,'{\"732\":\"6,\"}',3,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-01 15:35:11','2022-08-01 15:36: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\":\"108f5c90c9c0385d64feb508da32f928cd54af28\"}'),(1332,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-08 10:39:06','2022-08-08 11:04:20','{\"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\":\"c1f9359835d4b439050305fd8c04db938bbabbd5\"}'),(1333,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-08 11:16:05','2022-08-08 11:16:14','{\"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\":\"c1f9359835d4b439050305fd8c04db938bbabbd5\"}'),(1334,1,1,6,'{\"732\":\"6,\"}',12,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-08 11:17:49','2022-08-08 11:21: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\":\"49fb9a59ff941879557dec763e4f724e7e7627be\"}'),(1335,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:06:14','2022-08-16 11:06: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\":\"254e5931bb08692366b5a79f43be7147e0fdb562\"}'),(1336,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:08:57','2022-08-16 11:09:06','{\"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\":\"254e5931bb08692366b5a79f43be7147e0fdb562\"}'),(1337,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:10:47','2022-08-16 11:10:56','{\"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\":\"254e5931bb08692366b5a79f43be7147e0fdb562\"}'),(1338,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:16:01','2022-08-16 11:16: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1339,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:19:20','2022-08-16 11:19: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1340,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:28:14','2022-08-16 11:28:19','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1341,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:35:13','2022-08-16 11:37:12','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1342,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:40:06','2022-08-16 11:40:17','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1343,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:46:57','2022-08-16 11:47: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1344,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:48:20','2022-08-16 11:48: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1345,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:52:54','2022-08-16 11:53: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1346,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 11:59:23','2022-08-16 11:59:45','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1347,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 13:02:53','2022-08-16 13:03: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1348,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 13:04:11','2022-08-16 13:04:23','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1349,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 14:16:24','2022-08-16 14:16: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1350,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 14:21:53','2022-08-16 14:22: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\":\"d82d1ba07f0945481c55072634fe2e040e86aa55\"}'),(1351,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 14:39:50','2022-08-16 14:39:54','{\"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\":\"d82d1ba07f0945481c55072634fe2e040e86aa55\"}'),(1352,1,1,6,'{\"732\":\"6,\"}',3,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 15:13:25','2022-08-16 16:52:48','{\"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\":\"00384a08ea25c134f8bb9214f33d10ff40722a4c\"}'),(1353,1,1,6,'{\"732\":\"6,\"}',3,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 16:55:27','2022-08-16 16:55: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\":\"0f5114e44525cec77328f64fe6093912bc60d1fe\"}'),(1354,1,1,6,'{\"732\":\"6,\"}',3,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-16 16:58:17','2022-08-16 16:58: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\":\"00384a08ea25c134f8bb9214f33d10ff40722a4c\"}'),(1355,1,1,6,'{\"734\":\"6,\"}',1,734,734,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-08-22 11:51:35','2022-09-01 11:29: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\":\"e99fdc523023e4860f6e100829a69e9f3726f26e\"}'),(1356,1,1,6,'{\"734\":\"6,\"}',1,734,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-01 11:34:16','2022-09-01 11:35: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\":false},\"checkout-delivery-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"120a72a882f03b846fc316728c6e00787918c9bc\"}'),(1357,1,1,6,'{\"734\":\"6,\"}',1,734,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-01 11:42:47','2022-09-01 13:50: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\":\"599a01d53a97406293de2aebeaeaf6d84311b517\"}'),(1358,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-01 13:51:26','2022-09-01 13:51: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1359,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-01 13:52:37','2022-09-01 13:52: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1360,0,1,0,'',1,735,736,1,375,0,'cf3a50054b95188afdf9146b2a426f6b',0,0,'',0,0,'2022-09-01 15:01:12','2022-09-01 15:01:12',NULL),(1361,0,1,0,'',1,737,738,1,376,0,'d2940072c87739d5f0187fb412261db7',0,0,'',0,0,'2022-09-01 15:01:16','2022-09-01 15:01:17',NULL),(1362,0,1,0,'',1,739,740,1,377,0,'522266c1a277c091f8199e8e4467f78a',0,0,'',0,0,'2022-09-01 15:09:25','2022-09-01 15:09:26',NULL),(1363,0,1,0,'',1,741,742,1,378,0,'5b5b5deed296b2efa72e5a8beb0e42c3',0,0,'',0,0,'2022-09-01 15:09:56','2022-09-01 15:09:57',NULL),(1364,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-02 10:21:33','2022-09-02 11:59: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\":\"9876902f528b8068e5ee61a8c414163681d81de1\"}'),(1365,1,1,6,'{\"743\":\"6,\"}',1,743,743,1,0,555,'',0,0,'',0,0,'2022-09-02 10:23:15','2022-09-02 10:24:12','{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checkout-addresses-step\":{\"step_is_reachable\":false,\"step_is_complete\":false,\"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\":null}'),(1366,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-02 12:29:35','2022-09-02 12:36:17','{\"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\":\"f13b381be84c819483e42733c69500b35ba1f6e1\"}'),(1367,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-06 10:35:42','2022-09-06 10:35:52','{\"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\":\"254e5931bb08692366b5a79f43be7147e0fdb562\"}'),(1368,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-06 10:36:38','2022-09-06 10:36: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\":\"b8944fd99789a401f90e91d1f09585af06610841\"}'),(1369,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-06 10:38:25','2022-09-06 10:39:52','{\"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\":\"dacf13869cf47653f9171ab87ced2cd088d00a7e\"}'),(1370,1,1,6,'{\"744\":\"6,\"}',2,744,744,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-07 10:11:21','2022-09-13 15:55: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\":true,\"step_is_complete\":true},\"checkout-payment-step\":{\"step_is_reachable\":true,\"step_is_complete\":false},\"checksum\":\"6d87e72bd5b9e1735d5c2f9d7ea1b7dc5f464c75\"}'),(1371,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-15 11:28:46','2022-09-15 11:29: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\":\"96207a1e557cefdfb7ffebc979f8eb0a7fb8a19a\"}'),(1372,1,1,6,'{\"733\":\"6,\"}',2,733,733,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-15 11:31:37','2022-09-19 14:12: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\":\"7a1ca953fa476c44ab9d1cfa8491d9d68841faac\"}'),(1373,1,1,6,'{\"733\":\"6,\"}',1,733,733,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-19 14:34:12','2022-09-19 14:35: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\":\"a44063d40904370b4b385f6666aa38c8d5c86bff\"}'),(1374,1,1,6,'{\"733\":\"6,\"}',2,733,733,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-19 14:48:15','2022-09-19 14:48:24','{\"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\":\"a44063d40904370b4b385f6666aa38c8d5c86bff\"}'),(1375,1,1,6,'{\"733\":\"6,\"}',2,733,733,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-19 14:55:49','2022-09-19 14:56: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\":\"a44063d40904370b4b385f6666aa38c8d5c86bff\"}'),(1376,1,1,6,'{\"745\":\"6,\"}',2,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-09-19 14:58:04','2022-09-19 14:58:20','{\"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\":\"9283660fc72b27a0834fcc677d69f39bf746f084\"}'),(1377,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-06 12:00:06','2022-10-06 12:00:16','{\"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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1378,1,1,6,'{\"732\":\"6,\"}',1,732,732,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-06 12:02:14','2022-10-06 12:02: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\":\"b5dbc1995f5a86f140f4c368c87ea57a6b224f48\"}'),(1379,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-10 11:34:08','2022-10-10 11:34: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\":\"60664e368780dd8055b26f6a7eff8701a8f3bc2b\"}'),(1380,1,1,6,'{\"747\":\"6,\"}',1,747,747,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-10 11:34:59','2022-10-10 11:35: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\":\"5eb8b30dda5a0e9c15b17d315ac6ec13d65a7486\"}'),(1381,1,1,6,'{\"745\":\"6,\"}',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-11 14:37:22','2022-10-11 14:37: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\":\"55bb492910b5e26d5d7361093c399cc62f81e8de\"}'),(1382,1,1,6,'{\"745\":\"6,\"}',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 10:14:24','2022-10-17 13:38:23','{\"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\":\"55bb492910b5e26d5d7361093c399cc62f81e8de\"}'),(1383,1,1,6,'{\"745\":\"6,\"}',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 13:46:15','2022-10-17 13:46:30','{\"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\":\"55bb492910b5e26d5d7361093c399cc62f81e8de\"}'),(1384,1,1,6,'{\"745\":\"6,\"}',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 13:48:30','2022-10-17 13:48: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\":\"6d7244ff445bfc169355c74d7fb4d4222320cda0\"}'),(1385,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 13:56:09','2022-10-17 13:59: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1386,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 14:05:29','2022-10-17 14:06: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1387,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 14:09:24','2022-10-17 14:09: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1388,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 14:36:24','2022-10-17 14:36: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1389,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 14:40:31','2022-10-17 14:40:42','{\"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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1390,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 15:07:36','2022-10-17 15:07:59','{\"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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1391,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 15:11:08','2022-10-17 15:11: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1392,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 15:13:41','2022-10-17 15:13:51','{\"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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1393,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-17 15:14:54','2022-10-17 15:15: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1394,1,1,6,'{\"745\":\"6,\"}',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 09:53:29','2022-10-18 09:53:57','{\"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\":\"55bb492910b5e26d5d7361093c399cc62f81e8de\"}'),(1395,1,1,6,'{\"745\":\"6,\"}',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 13:06:40','2022-10-18 13:06: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\":\"1aedd890156bada215065af881f0114dd7a701e5\"}'),(1396,1,1,6,'{\"748\":\"6,\"}',1,748,748,1,379,558,'348f22d44dfc7b7d048aa8aa6d9bb950',0,0,'',0,0,'2022-10-18 13:08:09','2022-10-18 13:08:51','{\"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\":\"189258094e1bb9aa118d6b4865f042f6841cf5c9\"}'),(1397,1,1,0,'',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 14:57:38','2022-10-18 14:57:38',NULL),(1398,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 14:57:38','2022-10-18 14:57: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1399,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 15:00:53','2022-10-18 15:01: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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1400,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 15:02:05','2022-10-18 15:02:14','{\"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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1401,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 15:10:43','2022-10-18 15:10:52','{\"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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1402,1,1,6,'{\"746\":\"6,\"}',1,746,746,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-18 15:58:30','2022-10-18 15:59:13','{\"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\":\"dff1e51dd814c58d3bea2205479f891f3f5d0441\"}'),(1403,1,1,6,'{\"745\":\"6,\"}',1,749,749,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-10-24 10:34:11','2022-11-10 09:53:16','{\"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\":\"5565a9b15d5ecfb8869c17b1ea904b9e7fb79169\"}'),(1404,1,1,6,'{\"749\":\"6,\"}',1,749,749,1,374,561,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-11-10 09:53:45','2022-11-10 09:53: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\":\"6d2bb203215cf5d537789acf8f485ac0910337be\"}'),(1405,1,1,6,'{\"749\":\"6,\"}',1,749,749,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-11-14 12:58:33','2022-11-15 15:28:05','{\"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\":\"87878a0b5fef231d809336bfd1da0a8f33651115\"}'),(1406,1,1,0,'',1,745,745,1,374,519,'e4ec207ab58c54f0ca66ac8a8b3022b1',0,0,'',0,0,'2022-11-21 16:40:06','2022-11-28 09:53:02',NULL); -/*!40000 ALTER TABLE `ps_cart` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_abandonment` --- - -DROP TABLE IF EXISTS `ps_cart_abandonment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_abandonment` ( - `id_cart_abandonment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `cart_target_active` tinyint(1) unsigned NOT NULL, - `cart_target_inactive` tinyint(1) unsigned NOT NULL, - `cart_target_no_orders` tinyint(1) unsigned NOT NULL, - `cart_target_newsletter` tinyint(1) NOT NULL, - `cart_frequency_number` tinyint(3) unsigned NOT NULL, - `cart_frequency_type` varchar(5) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `deleted` tinyint(1) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cart_abandonment`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_abandonment` --- - -LOCK TABLES `ps_cart_abandonment` WRITE; -/*!40000 ALTER TABLE `ps_cart_abandonment` DISABLE KEYS */; -INSERT INTO `ps_cart_abandonment` VALUES (1,1,1,1,0,1,'hour',1,0,1); -/*!40000 ALTER TABLE `ps_cart_abandonment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_abandonment_customer_send` --- - -DROP TABLE IF EXISTS `ps_cart_abandonment_customer_send`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_abandonment_customer_send` ( - `id_send` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(11) unsigned NOT NULL, - `id_cart_abandonment` int(10) unsigned NOT NULL, - `id_cart` int(11) unsigned NOT NULL, - `send_date` date NOT NULL, - `visualize` tinyint(1) unsigned NOT NULL, - `click` tinyint(1) unsigned NOT NULL, - `click_cart` tinyint(1) unsigned NOT NULL, - `click_product` tinyint(1) unsigned NOT NULL, - PRIMARY KEY (`id_send`,`id_customer`), - KEY `id_cart` (`id_cart`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_abandonment_customer_send` --- - -LOCK TABLES `ps_cart_abandonment_customer_send` WRITE; -/*!40000 ALTER TABLE `ps_cart_abandonment_customer_send` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_abandonment_customer_send` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_abandonment_customer_unsubscribe` --- - -DROP TABLE IF EXISTS `ps_cart_abandonment_customer_unsubscribe`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_abandonment_customer_unsubscribe` ( - `id_customer` int(11) unsigned NOT NULL, - `date` date NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_abandonment_customer_unsubscribe` --- - -LOCK TABLES `ps_cart_abandonment_customer_unsubscribe` WRITE; -/*!40000 ALTER TABLE `ps_cart_abandonment_customer_unsubscribe` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_abandonment_customer_unsubscribe` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_abandonment_discount` --- - -DROP TABLE IF EXISTS `ps_cart_abandonment_discount`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_abandonment_discount` ( - `id_discount` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart_abandonment` int(10) unsigned NOT NULL, - `discount_value` varchar(10) NOT NULL DEFAULT '0', - `discount_from` varchar(10) NOT NULL DEFAULT '0', - `discount_to` varchar(10) NOT NULL DEFAULT '0', - `discount_value_type` varchar(12) NOT NULL, - `discount_ttc` tinyint(1) unsigned NOT NULL DEFAULT '0', - `discount_cumulate` tinyint(1) unsigned NOT NULL DEFAULT '0', - `discount_validity` tinyint(3) unsigned NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL, - PRIMARY KEY (`id_discount`,`id_cart_abandonment`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_abandonment_discount` --- - -LOCK TABLES `ps_cart_abandonment_discount` WRITE; -/*!40000 ALTER TABLE `ps_cart_abandonment_discount` DISABLE KEYS */; -INSERT INTO `ps_cart_abandonment_discount` VALUES (1,1,'10','1','2','percentage',1,1,7,1),(2,1,'10','1','2','percentage',1,1,7,1),(3,1,'10','1','2','percentage',1,1,7,0); -/*!40000 ALTER TABLE `ps_cart_abandonment_discount` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_abandonment_template` --- - -DROP TABLE IF EXISTS `ps_cart_abandonment_template`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_abandonment_template` ( - `id_template` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart_abandonment` int(10) unsigned NOT NULL, - `model_name` varchar(50) NOT NULL, - `primary_color` varchar(7) NOT NULL, - `secondary_color` varchar(7) NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL, - PRIMARY KEY (`id_template`,`id_cart_abandonment`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_abandonment_template` --- - -LOCK TABLES `ps_cart_abandonment_template` WRITE; -/*!40000 ALTER TABLE `ps_cart_abandonment_template` DISABLE KEYS */; -INSERT INTO `ps_cart_abandonment_template` VALUES (1,1,'sendy','#00b9dc','#D78F00',0); -/*!40000 ALTER TABLE `ps_cart_abandonment_template` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_abandonment_template_lang` --- - -DROP TABLE IF EXISTS `ps_cart_abandonment_template_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_abandonment_template_lang` ( - `id_template` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `lang_iso` varchar(3) NOT NULL, - `email_subject` varchar(255) NOT NULL, - `email_content` text, - `email_discount` text, - `email_link_facebook` varchar(255) NOT NULL, - `email_link_twitter` varchar(255) NOT NULL, - `email_link_instagram` varchar(255) NOT NULL, - `email_reassurance_text1` varchar(100) NOT NULL, - `email_reassurance_text2` varchar(100) NOT NULL, - `email_reassurance_text3` varchar(100) NOT NULL, - `email_reassurance_img1` varchar(150) NOT NULL, - `email_reassurance_img2` varchar(150) NOT NULL, - `email_reassurance_img3` varchar(150) NOT NULL, - `email_cta` varchar(25) NOT NULL, - `email_unsubscribe` text, - `email_unsubscribe_text` varchar(100) NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL, - PRIMARY KEY (`id_template`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_abandonment_template_lang` --- - -LOCK TABLES `ps_cart_abandonment_template_lang` WRITE; -/*!40000 ALTER TABLE `ps_cart_abandonment_template_lang` DISABLE KEYS */; -INSERT INTO `ps_cart_abandonment_template_lang` VALUES (1,1,'en','test','<p>Hello {first_name} {last_name},</p>\n\n<p> </p>\n\n<p>There is your cart : </p>\n\n<p>{cart}</p>\n','<p>You are ready to finish your purchase with a fabulous code </p>\n\n<p>{discount_code} </p>\n\n<p>that will apply a {discount_value} discount on your next order. </p>\n\n<p>You have up to {discount_validity} to take advantage of this personalized discount. </p>\n','','','','','','','','','','test','<p>{unsubscribe}</p>\n','',0); -/*!40000 ALTER TABLE `ps_cart_abandonment_template_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_cart_rule` --- - -DROP TABLE IF EXISTS `ps_cart_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_cart_rule` ( - `id_cart` int(10) unsigned NOT NULL, - `id_cart_rule` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart`,`id_cart_rule`), - KEY `id_cart_rule` (`id_cart_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_cart_rule` --- - -LOCK TABLES `ps_cart_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_cart_cart_rule` DISABLE KEYS */; -INSERT INTO `ps_cart_cart_rule` VALUES (1364,14),(1366,14); -/*!40000 ALTER TABLE `ps_cart_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_product` --- - -DROP TABLE IF EXISTS `ps_cart_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_product` ( - `id_cart` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_address_delivery` int(10) unsigned NOT NULL DEFAULT '0', - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_product_attribute` int(10) unsigned NOT NULL DEFAULT '0', - `id_customization` int(10) unsigned NOT NULL DEFAULT '0', - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_cart`,`id_product`,`id_product_attribute`,`id_customization`,`id_address_delivery`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_cart_order` (`id_cart`,`date_add`,`id_product`,`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_product` --- - -LOCK TABLES `ps_cart_product` WRITE; -/*!40000 ALTER TABLE `ps_cart_product` DISABLE KEYS */; -INSERT INTO `ps_cart_product` VALUES (1,1,3,1,1,0,1,'0000-00-00 00:00:00'),(1,2,3,1,9,0,1,'0000-00-00 00:00:00'),(2,4,3,1,18,0,1,'0000-00-00 00:00:00'),(2,8,3,1,0,0,1,'0000-00-00 00:00:00'),(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,1,6,1,1,0,1,'2020-11-05 09:08:27'),(6,2,6,1,9,0,1,'2020-11-05 09:08:48'),(8,2,6,1,9,0,1,'2020-11-05 09:24:42'),(9,2,6,1,9,0,1,'2020-11-05 09:50:55'),(10,2,6,1,9,0,1,'2020-11-05 09:51:28'),(11,1,6,1,1,0,10,'2020-11-05 10:45:40'),(12,1,6,1,1,0,10,'2020-11-05 10:45:57'),(13,1,6,1,1,0,10,'2020-11-05 10:49:28'),(14,1,6,1,1,0,10,'2020-11-05 10:50:17'),(15,1,6,1,1,0,10,'2020-11-05 10:50:27'),(17,1,6,1,1,0,12,'2020-11-05 10:53:13'),(19,2,6,1,9,0,1,'2020-11-05 12:42:34'),(21,2,6,1,9,0,1,'2020-11-05 16:34:09'),(21,17,6,1,32,0,1,'2020-11-05 16:34:19'),(22,2,6,1,9,0,1,'2020-11-05 16:35:13'),(23,2,6,1,9,0,1,'2020-11-05 16:39:03'),(23,17,6,1,32,0,1,'2020-11-05 16:39:13'),(24,2,6,1,9,0,1,'2020-11-06 13:42:36'),(25,2,6,1,9,0,1,'2020-11-06 13:42:40'),(27,2,6,1,9,0,1,'2020-11-06 14:00:25'),(28,2,6,1,9,0,2,'2020-11-06 14:24:29'),(30,2,6,1,9,0,1,'2020-11-06 14:26:40'),(32,2,6,1,9,0,1,'2020-11-06 14:29:07'),(33,2,6,1,9,0,1,'2020-11-06 14:29:07'),(35,2,6,1,9,0,1,'2020-11-06 14:30:54'),(37,2,6,1,9,0,1,'2020-11-06 14:32:44'),(39,2,6,1,9,0,1,'2020-11-06 14:37:38'),(40,2,6,1,9,0,1,'2020-11-06 14:38:32'),(41,2,6,1,9,0,1,'2020-11-06 14:43:19'),(43,2,6,1,9,0,2,'2020-11-06 14:46:46'),(44,2,6,1,9,0,2,'2020-11-06 14:47:03'),(45,2,6,1,9,0,2,'2020-11-06 14:47:08'),(47,2,6,1,9,0,1,'2020-11-06 15:27:09'),(49,2,6,1,9,0,1,'2020-11-06 15:28:36'),(50,2,6,1,9,0,1,'2020-11-06 15:29:22'),(52,2,6,1,9,0,1,'2020-11-06 15:40:15'),(54,2,6,1,9,0,1,'2020-11-06 15:40:32'),(55,2,6,1,9,0,1,'2020-11-06 15:40:52'),(56,2,6,1,9,0,3,'2020-11-06 15:41:11'),(56,3,6,1,13,0,2,'2020-11-06 16:35:37'),(58,2,6,1,9,0,1,'2020-11-06 16:39:53'),(58,3,6,1,13,0,1,'2020-11-06 16:40:02'),(58,4,6,1,16,0,1,'2020-11-06 16:40:07'),(60,2,6,1,9,0,1,'2020-11-06 17:19:41'),(60,3,6,1,13,0,1,'2020-11-06 17:19:59'),(60,4,6,1,16,0,1,'2020-11-06 17:20:05'),(62,2,6,1,9,0,1,'2020-11-06 18:13:01'),(62,3,6,1,13,0,1,'2020-11-06 18:13:06'),(62,4,6,1,16,0,1,'2020-11-06 18:13:12'),(64,2,6,1,9,0,1,'2020-11-06 18:26:51'),(65,2,7,1,9,0,2,'2020-11-11 16:27:34'),(67,2,7,1,9,0,1,'2020-11-12 15:00:50'),(69,2,7,1,9,0,1,'2020-11-12 15:06:07'),(71,2,8,1,9,0,1,'2020-11-12 17:23:41'),(72,2,8,1,9,0,2,'2020-11-12 17:25:07'),(73,2,8,1,9,0,1,'2020-11-13 09:39:19'),(75,2,8,1,9,0,1,'2020-11-13 09:43:56'),(77,2,8,1,9,0,1,'2020-11-13 09:47:35'),(79,2,8,1,9,0,1,'2020-11-13 11:48:32'),(80,2,8,1,9,0,1,'2020-11-13 11:48:47'),(83,2,8,1,9,0,1,'2020-11-13 13:56:56'),(84,2,8,1,9,0,1,'2020-11-13 13:57:13'),(85,2,8,1,9,0,1,'2020-11-13 14:07:46'),(87,2,8,1,9,0,1,'2020-11-13 14:15:34'),(89,2,8,1,9,0,1,'2020-11-13 14:18:35'),(91,2,8,1,9,0,1,'2020-11-13 14:30:18'),(93,2,8,1,9,0,1,'2020-11-13 14:40:46'),(95,2,8,1,9,0,1,'2020-11-13 14:55:49'),(96,4,9,1,16,0,1,'2020-11-13 14:55:56'),(99,3,8,1,13,0,1,'2020-11-13 15:27:51'),(101,3,8,1,13,0,1,'2020-11-13 16:14:44'),(102,3,12,1,13,0,1,'2020-11-19 13:14:55'),(103,2,8,1,9,0,1,'2020-11-19 09:54:51'),(104,2,11,1,9,0,1,'2020-11-19 09:59:35'),(105,2,11,1,9,0,1,'2020-11-19 10:03:31'),(106,2,12,1,9,0,1,'2020-11-19 10:03:36'),(107,2,12,1,9,0,1,'2020-11-19 10:14:15'),(109,2,12,1,9,0,1,'2020-11-19 10:54:39'),(110,2,12,1,9,0,1,'2020-11-19 10:55:18'),(111,2,12,1,9,0,1,'2020-11-19 11:00:25'),(113,2,12,1,9,0,1,'2020-11-19 11:04:37'),(116,2,10,1,9,0,1,'2020-11-19 13:37:30'),(118,2,10,1,9,0,1,'2020-11-19 13:43:53'),(120,2,10,1,9,0,1,'2020-11-19 13:47:08'),(122,2,10,1,9,0,1,'2020-11-19 13:58:00'),(123,2,10,1,9,0,1,'2020-11-19 13:58:00'),(125,2,10,1,9,0,1,'2020-11-19 14:06:14'),(126,2,12,1,9,0,1,'2020-11-27 09:27:13'),(128,2,12,1,9,0,1,'2020-11-27 09:51:49'),(130,2,12,1,9,0,1,'2020-11-27 09:54:04'),(132,2,12,1,9,0,1,'2020-11-27 09:55:59'),(134,2,12,1,9,0,2,'2020-11-27 11:50:13'),(136,2,12,1,9,0,1,'2020-11-27 14:13:48'),(137,2,12,1,9,0,1,'2020-11-27 14:23:35'),(138,2,12,1,9,0,1,'2020-11-27 14:25:20'),(139,2,12,1,9,0,1,'2020-11-27 14:26:10'),(140,2,12,1,9,0,1,'2020-11-27 14:32:18'),(142,2,12,1,9,0,1,'2020-11-27 14:46:42'),(144,2,12,1,9,0,1,'2020-11-27 15:27:23'),(146,2,12,1,9,0,1,'2020-12-03 10:37:53'),(147,2,12,1,9,0,1,'2020-12-03 10:39:15'),(148,2,12,1,9,0,1,'2020-12-03 10:42:03'),(150,2,12,1,9,0,1,'2020-12-03 10:51:16'),(152,2,12,1,9,0,1,'2020-12-03 10:56:29'),(154,2,12,1,9,0,1,'2020-12-03 11:01:08'),(156,2,12,1,9,0,1,'2020-12-03 11:08:15'),(158,2,12,1,9,0,1,'2020-12-03 11:14:25'),(160,2,12,1,9,0,1,'2020-12-03 11:30:51'),(162,2,12,1,9,0,1,'2020-12-03 11:56:46'),(164,2,12,1,9,0,1,'2020-12-03 13:27:24'),(166,2,10,1,9,0,1,'2020-12-03 13:44:29'),(167,2,10,1,9,0,1,'2020-12-04 14:04:10'),(169,2,10,1,9,0,1,'2020-12-04 14:05:11'),(170,2,10,1,9,0,1,'2020-12-04 14:07:56'),(171,2,10,1,9,0,1,'2020-12-04 14:08:07'),(172,2,10,1,9,0,1,'2020-12-04 14:10:59'),(173,2,10,1,9,0,1,'2020-12-04 14:11:08'),(174,2,12,1,9,0,2,'2020-12-10 09:37:10'),(176,2,13,1,9,0,1,'2020-12-10 09:53:50'),(177,2,13,1,9,0,1,'2020-12-10 11:28:05'),(179,2,12,1,9,0,1,'2020-12-10 13:26:28'),(181,2,12,1,9,0,1,'2020-12-10 14:55:07'),(183,2,12,1,9,0,1,'2020-12-10 15:21:09'),(185,2,15,1,9,0,1,'2020-12-10 15:32:45'),(186,2,14,1,9,0,1,'2020-12-29 10:44:39'),(190,2,14,1,9,0,1,'2020-12-29 15:20:24'),(191,2,14,1,9,0,1,'2021-01-07 12:08:49'),(192,2,14,1,9,0,1,'2021-01-07 12:37:50'),(193,2,14,1,9,0,1,'2021-01-07 12:38:04'),(194,2,14,1,9,0,1,'2021-01-07 12:38:24'),(195,2,14,1,9,0,1,'2021-01-07 12:38:34'),(196,2,14,1,9,0,1,'2021-01-07 12:39:04'),(197,2,14,1,9,0,1,'2021-01-07 13:26:26'),(197,19,14,1,0,1,1,'2021-01-07 16:10:05'),(198,2,14,1,9,0,1,'2021-01-07 16:11:15'),(198,19,14,1,0,2,1,'2021-01-07 16:11:15'),(199,19,14,1,0,4,1,'2021-01-07 16:47:09'),(200,19,14,1,0,5,1,'2021-01-07 17:04:26'),(201,2,14,1,9,0,1,'2021-01-08 09:22:56'),(202,2,14,1,9,0,1,'2021-01-08 09:24:20'),(203,2,14,1,9,0,1,'2021-01-08 09:24:33'),(204,2,14,1,9,0,1,'2021-01-08 09:26:35'),(205,2,14,1,9,0,1,'2021-01-08 17:10:11'),(206,2,14,1,9,0,1,'2021-01-08 17:17:38'),(207,2,14,1,9,0,1,'2021-01-08 17:18:24'),(208,2,14,1,9,0,1,'2021-01-12 10:28:06'),(210,2,14,1,9,0,1,'2021-01-12 10:36:50'),(211,2,14,1,9,0,1,'2021-01-12 10:37:13'),(212,2,14,1,9,0,1,'2021-01-12 10:42:29'),(213,2,14,1,9,0,1,'2021-01-12 10:43:28'),(214,2,14,1,9,0,1,'2021-01-12 10:47:09'),(215,2,14,1,9,0,1,'2021-01-12 10:48:19'),(216,2,14,1,9,0,1,'2021-01-13 11:29:22'),(217,2,15,1,9,0,1,'2021-01-14 10:11:51'),(218,2,14,1,9,0,1,'2021-01-14 10:14:45'),(219,2,14,1,9,0,1,'2021-01-14 10:17:23'),(220,2,14,1,9,0,1,'2021-01-14 10:42:23'),(222,2,16,2,9,0,1,'2021-01-14 13:02:26'),(224,2,16,2,9,0,1,'2021-01-14 13:21:32'),(225,2,16,2,9,0,1,'2021-01-14 13:21:51'),(226,2,14,1,9,0,1,'2021-01-15 14:47:35'),(227,2,14,1,9,0,1,'2021-01-15 14:51:42'),(228,2,14,1,9,0,1,'2021-01-15 15:26:31'),(229,2,14,1,9,0,1,'2021-01-21 16:34:25'),(230,8,14,1,0,0,1,'2021-01-22 12:08:11'),(231,8,14,1,0,0,1,'2021-01-22 12:09:36'),(232,6,14,1,0,0,1,'2021-01-22 12:15:10'),(232,7,14,1,0,0,1,'2021-01-22 12:15:32'),(232,8,14,1,0,0,2,'2021-01-22 12:09:45'),(233,6,14,1,0,0,10,'2021-01-22 12:15:54'),(233,7,14,1,0,0,5,'2021-01-22 12:15:54'),(233,8,14,1,0,0,2,'2021-01-22 12:15:54'),(234,6,14,1,0,0,2,'2021-01-22 12:17:00'),(234,7,14,1,0,0,1,'2021-01-22 12:17:00'),(234,8,14,1,0,0,1,'2021-01-22 12:17:00'),(234,9,14,1,22,0,1,'2021-01-22 12:34:57'),(234,10,14,1,24,0,1,'2021-01-22 12:35:02'),(234,11,14,1,26,0,1,'2021-01-22 12:35:08'),(234,12,14,1,0,0,1,'2021-01-22 12:35:50'),(235,6,14,1,0,0,2,'2021-01-22 12:36:16'),(235,7,14,1,0,0,1,'2021-01-22 12:36:16'),(235,8,14,1,0,0,1,'2021-01-22 12:36:16'),(235,9,14,1,22,0,1,'2021-01-22 12:36:16'),(235,10,14,1,24,0,1,'2021-01-22 12:36:16'),(235,11,14,1,26,0,1,'2021-01-22 12:36:17'),(235,12,14,1,0,0,1,'2021-01-22 12:36:17'),(236,6,14,1,0,0,2,'2021-01-22 12:42:19'),(236,7,14,1,0,0,1,'2021-01-22 12:42:19'),(236,8,14,1,0,0,1,'2021-01-22 12:42:19'),(236,9,14,1,22,0,1,'2021-01-22 12:42:20'),(236,10,14,1,24,0,1,'2021-01-22 12:42:20'),(236,11,14,1,26,0,1,'2021-01-22 12:42:20'),(236,12,14,1,0,0,1,'2021-01-22 12:42:20'),(237,6,14,1,0,0,2,'2021-01-22 13:17:22'),(237,7,14,1,0,0,1,'2021-01-22 13:17:22'),(237,8,14,1,0,0,1,'2021-01-22 13:17:22'),(237,9,14,1,22,0,1,'2021-01-22 13:17:22'),(237,10,14,1,24,0,1,'2021-01-22 13:17:22'),(237,11,14,1,26,0,1,'2021-01-22 13:17:22'),(237,12,14,1,0,0,1,'2021-01-22 13:17:22'),(238,2,14,1,9,0,1,'2021-01-25 13:31:21'),(239,2,14,1,9,0,1,'2021-01-25 13:32:44'),(240,2,14,1,9,0,1,'2021-01-25 13:33:41'),(241,4,17,1,16,0,1,'2021-01-25 13:41:42'),(244,3,15,1,13,0,2,'2021-01-25 16:10:16'),(245,3,15,1,13,0,2,'2021-01-25 16:20:26'),(246,3,15,1,13,0,2,'2021-01-25 16:20:32'),(248,3,14,1,13,0,1,'2021-01-25 16:26:38'),(249,2,14,1,9,0,1,'2021-01-28 09:43:17'),(251,2,14,1,9,0,1,'2021-01-28 10:54:44'),(253,3,18,1,13,0,1,'2021-01-28 13:31:29'),(255,2,19,1,9,0,1,'2021-01-28 13:54:35'),(256,2,19,1,9,0,1,'2021-01-28 14:08:22'),(257,2,19,1,9,0,1,'2021-01-28 14:10:05'),(258,2,19,1,9,0,1,'2021-01-28 14:12:21'),(259,3,20,1,13,0,1,'2021-01-28 14:18:23'),(260,2,14,1,9,0,1,'2021-02-02 09:33:20'),(261,2,14,1,9,0,1,'2021-02-02 09:33:55'),(262,2,14,1,9,0,1,'2021-02-02 09:34:08'),(264,2,14,1,9,0,1,'2021-02-02 10:38:23'),(265,2,14,1,9,0,1,'2021-02-02 10:39:37'),(266,3,14,1,13,0,1,'2021-02-02 10:45:55'),(267,3,14,1,13,0,1,'2021-02-02 10:46:25'),(268,3,14,1,13,0,1,'2021-02-02 10:48:52'),(269,3,14,1,13,0,1,'2021-02-02 10:50:39'),(270,2,14,1,9,0,1,'2021-02-02 15:31:19'),(272,2,14,1,9,0,1,'2021-02-02 15:56:59'),(273,2,14,1,9,0,1,'2021-02-02 15:58:50'),(274,2,14,1,9,0,1,'2021-02-02 17:00:00'),(276,2,14,1,9,0,1,'2021-02-02 17:11:36'),(279,2,14,1,9,0,1,'2021-02-04 14:46:42'),(280,2,14,1,9,0,1,'2021-02-04 14:48:53'),(282,2,14,1,9,0,1,'2021-02-04 15:00:54'),(283,2,14,1,9,0,1,'2021-02-04 15:01:59'),(284,2,14,1,9,0,1,'2021-02-04 15:03:31'),(286,2,14,1,9,0,1,'2021-02-04 15:18:32'),(287,2,14,1,9,0,1,'2021-02-04 15:19:06'),(288,2,14,1,9,0,1,'2021-02-04 15:28:21'),(290,2,14,1,9,0,1,'2021-02-04 15:48:39'),(292,2,21,1,9,0,1,'2021-02-04 15:54:35'),(294,2,15,1,9,0,1,'2021-02-04 16:06:09'),(296,3,15,1,13,0,1,'2021-02-04 16:12:36'),(298,3,15,1,13,0,1,'2021-02-04 16:15:09'),(299,2,15,1,9,0,1,'2021-02-05 14:00:05'),(300,2,19,1,9,0,1,'2021-02-05 14:00:57'),(301,1,17,1,1,0,1,'2021-02-05 14:16:16'),(302,2,15,1,9,0,1,'2021-02-09 09:26:49'),(303,2,22,1,9,0,1,'2021-02-18 13:01:18'),(305,2,22,1,9,0,2,'2021-02-18 13:50:59'),(307,2,15,1,9,0,1,'2021-02-19 11:52:25'),(307,7,15,1,0,0,1,'2021-02-26 12:17:18'),(307,18,15,1,36,0,1,'2021-02-19 11:50:46'),(308,2,15,1,9,0,1,'2021-02-26 12:24:10'),(308,7,15,1,0,0,1,'2021-02-26 12:24:10'),(308,18,15,1,36,0,1,'2021-02-26 12:24:10'),(309,6,15,1,0,0,3,'2021-02-26 12:34:16'),(310,4,15,1,16,0,2,'2021-03-04 11:44:49'),(311,4,15,1,16,0,2,'2021-03-04 11:58:21'),(312,2,15,1,9,0,100,'2021-03-04 12:37:12'),(312,4,15,1,16,0,2,'2021-03-04 11:58:46'),(313,2,15,1,9,0,100,'2021-03-04 12:37:44'),(313,4,15,1,16,0,2,'2021-03-04 12:37:44'),(314,2,15,1,9,0,100,'2021-03-04 12:37:53'),(314,4,15,1,16,0,2,'2021-03-04 12:37:53'),(315,2,15,1,9,0,100,'2021-03-04 12:44:27'),(315,4,15,1,16,0,2,'2021-03-04 12:44:27'),(316,2,15,1,9,0,100,'2021-03-04 15:36:03'),(316,4,15,1,16,0,2,'2021-03-04 15:36:03'),(317,2,15,1,9,0,100,'2021-03-04 15:37:29'),(317,4,15,1,16,0,2,'2021-03-04 15:37:29'),(318,2,15,1,9,0,100,'2021-03-04 15:38:14'),(318,4,15,1,16,0,2,'2021-03-04 15:38:14'),(319,2,15,1,9,0,100,'2021-03-04 16:04:39'),(319,4,15,1,16,0,2,'2021-03-04 16:04:39'),(320,2,15,1,9,0,1,'2021-03-04 16:10:43'),(322,2,15,1,9,0,1,'2021-03-04 16:13:04'),(323,3,15,1,13,0,1,'2021-03-18 13:07:17'),(324,3,15,1,13,0,1,'2021-03-18 13:45:17'),(325,3,15,1,13,0,1,'2021-03-18 13:50:41'),(326,3,15,1,13,0,1,'2021-03-18 13:50:52'),(328,3,15,1,13,0,4,'2021-03-18 14:45:24'),(329,3,15,1,13,0,4,'2021-03-18 15:28:16'),(331,2,15,1,9,0,1,'2021-03-19 11:12:01'),(332,2,15,1,9,0,1,'2021-03-19 11:15:29'),(334,2,15,1,9,0,1,'2021-03-25 10:36:36'),(335,2,15,1,9,0,1,'2021-03-25 10:37:04'),(337,2,15,1,9,0,1,'2021-03-25 12:36:22'),(339,2,15,1,9,0,1,'2021-03-25 13:25:05'),(341,2,15,1,9,0,1,'2021-03-25 13:26:26'),(343,2,15,1,9,0,2,'2021-03-25 15:54:54'),(344,3,15,1,13,0,5,'2021-03-26 13:14:22'),(345,3,15,1,13,0,5,'2021-04-01 14:49:44'),(346,3,15,1,13,0,1,'2021-04-01 14:50:18'),(348,2,15,1,9,0,1,'2021-04-08 10:07:16'),(349,2,15,1,9,0,1,'2021-04-08 10:07:38'),(350,2,15,1,9,0,1,'2021-04-08 10:08:52'),(351,2,15,1,9,0,1,'2021-04-08 10:09:17'),(352,2,15,1,9,0,1,'2021-04-08 10:09:28'),(353,2,15,1,9,0,1,'2021-04-08 10:10:29'),(354,2,15,1,9,0,1,'2021-04-08 10:14:06'),(355,2,15,1,9,0,1,'2021-04-08 10:14:26'),(355,3,15,1,13,0,1,'2021-04-08 10:18:22'),(357,2,15,1,9,0,5,'2021-04-08 13:13:08'),(359,2,15,1,9,0,4,'2021-04-08 13:27:05'),(361,2,15,1,9,0,1,'2021-04-08 13:30:31'),(363,2,15,1,9,0,6,'2021-04-08 13:41:47'),(365,2,15,1,9,0,9,'2021-04-08 13:46:33'),(367,2,15,1,9,0,1,'2021-04-08 15:08:58'),(368,2,15,1,9,0,1,'2021-04-08 15:09:21'),(369,2,15,1,9,0,1,'2021-04-08 15:50:45'),(370,2,15,1,9,0,8,'2021-04-08 15:54:15'),(371,2,15,1,9,0,3,'2021-04-08 16:18:09'),(373,2,15,1,9,0,1,'2021-04-08 16:31:10'),(374,2,15,1,9,0,1,'2021-04-08 16:31:31'),(375,2,15,1,9,0,5,'2021-04-08 16:43:23'),(375,3,15,1,13,0,1,'2021-04-15 14:50:43'),(376,2,15,1,9,0,5,'2021-04-16 13:16:54'),(378,2,15,1,9,0,1,'2021-04-16 15:04:26'),(380,1,15,1,1,0,1,'2021-04-22 11:41:53'),(380,2,15,1,9,0,1,'2021-04-22 11:42:03'),(382,3,15,1,13,0,1,'2021-04-22 12:11:41'),(384,2,15,1,9,0,1,'2021-04-22 12:12:28'),(386,2,15,1,9,0,1,'2021-04-22 12:14:39'),(388,2,15,1,9,0,1,'2021-04-22 12:20:49'),(390,2,15,1,9,0,1,'2021-04-22 12:24:41'),(392,2,15,1,9,0,1,'2021-04-22 12:25:40'),(394,2,15,1,9,0,1,'2021-04-22 12:26:56'),(395,2,15,1,9,0,6,'2021-04-29 16:27:00'),(396,2,16,2,9,0,5,'2021-04-29 16:27:57'),(399,2,16,2,9,0,1,'2021-04-30 10:58:29'),(401,2,16,2,9,0,1,'2021-04-30 11:57:51'),(403,2,16,2,9,0,1,'2021-04-30 12:04:58'),(405,2,16,2,9,0,1,'2021-04-30 13:45:48'),(406,2,16,2,9,0,1,'2021-04-30 13:46:08'),(407,3,15,1,13,0,1,'2021-05-06 12:33:34'),(408,2,15,1,9,0,1,'2021-05-06 12:52:42'),(409,4,15,1,16,0,1,'2021-05-06 12:57:30'),(410,2,15,1,9,0,1,'2021-05-07 10:16:34'),(411,2,15,1,9,0,1,'2021-05-13 14:39:29'),(413,2,15,1,9,0,1,'2021-05-13 14:42:25'),(414,2,23,1,9,0,5,'2021-05-19 09:29:57'),(416,2,15,1,9,0,1,'2021-05-20 14:20:33'),(416,3,15,1,13,0,2,'2021-05-20 14:20:37'),(416,4,15,1,16,0,1,'2021-05-20 14:20:40'),(418,2,15,1,9,0,2,'2021-05-20 14:23:34'),(420,2,15,1,9,0,1,'2021-05-20 14:25:37'),(420,3,15,1,13,0,1,'2021-05-20 14:25:41'),(422,3,15,1,13,0,2,'2021-05-20 14:31:12'),(423,3,15,1,13,0,2,'2021-05-20 14:31:46'),(423,4,15,1,16,0,5,'2021-05-20 14:52:41'),(424,2,16,2,9,0,1,'2021-05-21 11:44:56'),(425,2,15,1,9,0,1,'2021-06-03 10:08:51'),(427,2,15,1,9,0,5,'2021-06-03 10:16:07'),(429,2,15,1,9,0,3,'2021-06-03 10:23:38'),(430,3,16,2,13,0,1,'2021-06-04 16:00:50'),(431,3,16,2,13,0,1,'2021-06-04 16:01:17'),(432,3,16,2,13,0,1,'2021-06-04 16:02:45'),(433,3,16,2,13,0,1,'2021-06-04 16:11:33'),(434,3,16,2,13,0,1,'2021-06-04 16:11:58'),(436,3,16,2,13,0,1,'2021-06-04 16:18:01'),(437,2,15,1,9,0,4,'2021-06-10 09:40:09'),(439,2,15,1,9,0,6,'2021-06-10 11:16:37'),(441,3,19,1,13,0,5,'2021-06-10 11:28:04'),(442,1,15,1,1,0,1,'2021-07-01 14:50:56'),(443,1,15,1,1,0,1,'2021-07-01 14:56:27'),(444,1,15,1,1,0,1,'2021-07-01 15:20:19'),(445,1,15,1,1,0,1,'2021-07-01 15:29:46'),(447,14,23,1,0,0,1,'2021-07-08 10:46:42'),(448,14,23,1,0,0,1,'2021-07-08 10:47:41'),(449,14,23,1,0,0,1,'2021-07-08 10:47:47'),(451,14,25,1,0,0,5,'2021-07-08 15:19:24'),(453,2,25,1,9,0,3,'2021-07-09 14:25:47'),(455,2,25,1,9,0,4,'2021-07-27 12:01:39'),(457,2,25,1,9,0,4,'2021-07-27 12:43:12'),(459,2,25,1,9,0,6,'2021-07-27 12:49:53'),(461,2,25,1,9,0,6,'2021-07-27 12:54:38'),(463,2,25,1,9,0,6,'2021-07-27 12:55:50'),(465,2,25,1,9,0,5,'2021-07-27 13:02:53'),(466,2,25,1,9,0,4,'2021-07-29 09:32:30'),(468,2,25,1,9,0,4,'2021-07-29 09:39:22'),(470,2,25,1,9,0,1,'2021-07-29 14:58:36'),(471,2,25,1,9,0,1,'2021-07-29 15:17:55'),(472,2,15,1,9,0,1,'2021-07-29 15:22:38'),(473,2,25,1,9,0,1,'2021-07-29 15:32:20'),(474,2,25,1,9,0,1,'2021-07-29 15:36:53'),(475,2,25,1,9,0,2,'2021-07-29 15:40:27'),(476,2,25,1,9,0,1,'2021-07-30 09:11:21'),(477,2,25,1,9,0,1,'2021-07-30 09:16:04'),(478,2,25,1,9,0,2,'2021-07-30 09:23:53'),(479,2,25,1,9,0,1,'2021-07-30 09:46:51'),(480,2,25,1,9,0,1,'2021-07-30 09:50:28'),(481,2,25,1,9,0,1,'2021-07-30 10:00:12'),(482,2,25,1,9,0,1,'2021-07-30 11:24:31'),(483,2,25,1,9,0,1,'2021-07-30 11:29:58'),(484,2,25,1,9,0,1,'2021-07-30 11:37:51'),(485,2,25,1,9,0,1,'2021-07-30 11:41:08'),(486,2,25,1,9,0,1,'2021-07-30 11:47:06'),(487,2,25,1,9,0,1,'2021-07-30 11:49:00'),(488,2,25,1,9,0,1,'2021-07-30 12:00:57'),(489,2,25,1,9,0,1,'2021-07-30 12:25:57'),(490,2,25,1,9,0,1,'2021-07-30 12:27:15'),(491,2,25,1,9,0,1,'2021-07-30 12:51:37'),(492,2,25,1,9,0,1,'2021-07-30 15:45:11'),(493,2,25,1,9,0,1,'2021-07-30 16:06:02'),(494,2,25,1,9,0,1,'2021-07-30 16:13:29'),(495,2,25,1,9,0,1,'2021-07-30 16:14:50'),(496,2,25,1,9,0,1,'2021-07-30 16:31:47'),(497,2,25,1,9,0,1,'2021-08-05 11:26:25'),(498,2,25,1,9,0,1,'2021-08-05 11:33:56'),(499,2,25,1,9,0,1,'2021-08-05 12:02:48'),(500,2,25,1,9,0,1,'2021-08-05 12:03:52'),(501,2,25,1,9,0,1,'2021-08-05 12:17:05'),(502,2,15,1,9,0,1,'2021-08-05 12:20:30'),(503,2,15,1,9,0,1,'2021-08-05 12:26:33'),(504,2,25,1,9,0,1,'2021-08-05 12:29:09'),(505,2,15,1,9,0,1,'2021-08-05 12:31:42'),(506,2,15,1,9,0,1,'2021-08-05 12:33:26'),(507,2,15,1,9,0,1,'2021-08-05 12:36:39'),(508,2,15,1,9,0,1,'2021-08-05 12:37:59'),(509,2,15,1,9,0,2,'2021-08-05 15:27:10'),(510,2,15,1,9,0,1,'2021-08-05 15:38:02'),(511,2,15,1,9,0,1,'2021-08-05 15:39:07'),(512,1,15,1,8,0,3,'2021-08-05 15:53:27'),(513,1,0,1,8,0,2,'2021-08-05 15:54:18'),(514,1,26,1,8,0,1,'2021-08-05 15:55:00'),(515,2,15,1,9,0,1,'2021-08-05 16:03:28'),(516,2,15,1,9,0,1,'2021-08-06 09:52:43'),(517,2,15,1,9,0,1,'2021-08-06 11:31:27'),(518,2,15,1,9,0,1,'2021-08-06 11:44:15'),(518,4,15,1,16,0,1,'2021-08-06 11:44:44'),(519,2,15,1,9,0,2,'2021-08-06 13:06:36'),(520,2,15,1,9,0,1,'2021-08-06 13:28:55'),(521,2,15,1,9,0,2,'2021-08-06 13:29:10'),(521,4,15,1,16,0,2,'2021-08-06 13:30:38'),(522,2,15,1,9,0,2,'2021-08-10 10:33:05'),(523,2,15,1,9,0,1,'2021-08-10 10:36:49'),(524,2,15,1,9,0,2,'2021-08-12 10:22:54'),(524,4,15,1,16,0,3,'2021-08-12 18:02:36'),(525,2,15,1,9,0,1,'2021-08-12 18:03:47'),(525,4,15,1,16,0,1,'2021-08-12 18:04:23'),(526,2,15,1,9,0,4,'2021-08-13 09:52:46'),(527,2,15,1,9,0,1,'2021-08-13 10:13:47'),(528,1,15,1,8,0,1,'2021-09-02 09:36:12'),(529,1,15,1,8,0,1,'2021-09-02 09:40:21'),(530,1,15,1,8,0,1,'2021-09-02 09:42:37'),(531,1,15,1,8,0,1,'2021-09-02 09:45:05'),(532,1,15,1,8,0,1,'2021-09-02 09:46:19'),(533,1,15,1,8,0,1,'2021-09-02 09:49:46'),(534,1,15,1,8,0,1,'2021-09-02 09:54:37'),(535,1,15,1,1,0,2,'2021-09-02 09:56:55'),(536,1,15,1,1,0,2,'2021-09-02 09:59:10'),(537,1,15,1,1,0,2,'2021-09-02 10:01:45'),(538,1,15,1,1,0,2,'2021-09-02 10:04:47'),(539,1,15,1,1,0,1,'2021-09-02 10:08:19'),(540,1,15,1,1,0,1,'2021-09-02 10:10:41'),(541,3,15,1,13,0,1,'2021-09-02 10:27:47'),(542,3,15,1,13,0,1,'2021-09-21 11:12:57'),(543,8,15,1,0,0,1,'2021-09-21 11:13:51'),(544,3,15,1,13,0,1,'2021-09-21 11:17:16'),(545,3,15,1,13,0,2,'2021-09-22 14:23:01'),(546,5,15,1,19,0,1,'2021-09-22 14:24:55'),(547,3,15,1,13,0,1,'2021-09-22 14:41:58'),(548,5,15,1,19,0,446,'2021-09-22 16:46:39'),(549,3,15,1,13,0,1,'2021-09-22 17:15:43'),(550,3,15,1,13,0,6,'2021-09-22 17:28:31'),(551,3,15,1,13,0,1,'2021-09-22 17:33:41'),(552,5,15,1,19,0,4,'2021-09-22 17:37:44'),(553,5,15,1,19,0,1,'2021-09-23 10:58:28'),(554,5,15,1,19,0,1,'2021-09-23 11:00:10'),(555,5,15,1,19,0,1,'2021-09-23 13:38:21'),(556,3,15,1,13,0,7,'2021-09-23 14:51:23'),(557,6,15,1,0,0,7,'2021-09-23 15:10:27'),(558,6,15,1,0,0,6,'2021-09-23 15:29:48'),(559,5,15,1,19,0,5,'2021-09-25 11:23:26'),(560,5,15,1,19,0,1,'2021-09-25 11:31:17'),(560,6,15,1,0,0,1,'2021-09-25 11:31:22'),(560,7,15,1,0,0,1,'2021-09-25 11:31:28'),(560,8,15,1,0,0,1,'2021-09-25 11:31:34'),(561,3,15,1,13,0,2,'2021-10-07 09:31:09'),(562,3,15,1,13,0,1,'2021-10-07 10:24:43'),(563,3,15,1,13,0,1,'2021-10-07 10:40:00'),(564,3,15,1,13,0,1,'2021-10-07 10:41:26'),(565,3,15,1,13,0,1,'2021-10-07 10:42:58'),(566,3,15,1,13,0,1,'2021-10-07 10:49:31'),(568,3,15,1,13,0,1,'2021-10-07 10:49:45'),(569,3,15,1,13,0,2,'2021-10-07 10:55:55'),(571,3,15,1,13,0,1,'2021-10-07 14:20:56'),(572,3,15,1,13,0,1,'2021-10-07 14:20:56'),(573,10,19,1,24,0,1,'2021-10-07 16:49:25'),(573,11,19,1,26,0,1,'2021-10-07 16:49:46'),(574,3,30,1,13,0,1,'2021-10-13 09:07:44'),(575,3,30,1,13,0,1,'2021-10-13 09:23:04'),(576,3,30,1,13,0,1,'2021-10-13 09:25:50'),(577,3,15,1,13,0,1,'2021-10-13 09:27:12'),(578,5,30,1,19,0,1,'2021-10-13 09:28:04'),(579,5,30,1,19,0,1,'2021-10-13 09:28:43'),(580,5,30,1,19,0,1,'2021-10-13 09:32:12'),(581,5,32,1,19,0,1,'2021-10-13 09:38:54'),(582,4,17,1,16,0,1,'2021-10-13 09:59:45'),(583,5,32,1,19,0,1,'2021-10-13 12:34:56'),(584,3,32,1,13,0,6,'2021-10-15 09:49:14'),(585,3,32,1,13,0,5,'2021-10-15 09:53:11'),(586,3,32,1,13,0,5,'2021-10-15 09:55:04'),(587,3,32,1,13,0,1,'2021-10-15 10:25:13'),(588,3,32,1,13,0,1,'2021-10-15 10:26:25'),(589,3,32,1,13,0,1,'2021-10-15 10:28:11'),(590,3,32,1,13,0,1,'2021-10-15 10:37:25'),(591,3,21,1,13,0,1,'2021-10-15 10:38:28'),(592,3,21,1,13,0,1,'2021-10-15 10:43:35'),(593,3,21,1,13,0,1,'2021-10-15 10:45:11'),(594,5,21,1,19,0,1,'2021-10-15 11:07:15'),(595,5,21,1,19,0,1,'2021-10-15 11:09:34'),(596,5,21,1,19,0,1,'2021-10-15 11:10:21'),(597,5,21,1,19,0,1,'2021-10-15 11:13:18'),(598,5,21,1,19,0,4,'2021-10-15 11:14:20'),(599,5,32,1,19,0,4,'2021-10-15 11:18:31'),(600,5,32,1,19,0,1,'2021-10-15 11:19:24'),(601,5,21,1,19,0,3,'2021-10-15 11:35:25'),(602,5,21,1,19,0,1,'2021-10-15 11:37:13'),(603,5,21,1,19,0,1,'2021-10-15 11:42:25'),(604,5,21,1,19,0,1,'2021-10-15 11:48:22'),(605,5,21,1,19,0,1,'2021-10-15 11:55:10'),(606,5,32,1,19,0,1,'2021-10-15 11:56:01'),(607,5,21,1,19,0,1,'2021-10-15 12:48:44'),(608,3,21,1,13,0,1,'2021-10-15 12:49:27'),(609,3,21,1,13,0,1,'2021-10-15 12:51:02'),(610,3,21,1,13,0,1,'2021-10-15 12:54:08'),(611,5,32,1,19,0,1,'2021-10-15 12:55:23'),(612,5,32,1,19,0,1,'2021-10-15 12:56:16'),(613,5,32,1,19,0,1,'2021-10-15 12:59:53'),(614,5,32,1,19,0,2,'2021-10-15 13:37:39'),(615,3,21,1,13,0,1,'2021-10-28 12:08:15'),(616,3,21,1,13,0,1,'2021-10-28 12:10:21'),(617,5,21,1,19,0,1,'2021-10-28 13:56:09'),(618,5,21,1,19,0,1,'2021-10-28 13:57:56'),(619,5,21,1,19,0,1,'2021-10-28 14:02:37'),(620,5,21,1,19,0,1,'2021-10-28 14:13:26'),(621,5,21,1,19,0,1,'2021-10-28 14:43:07'),(622,5,21,1,19,0,1,'2021-10-28 14:51:13'),(623,5,21,1,19,0,1,'2021-10-28 14:54:08'),(624,5,21,1,19,0,1,'2021-10-29 15:18:43'),(625,2,21,1,9,0,1,'2021-11-05 09:33:14'),(626,5,21,1,19,0,1,'2021-11-05 09:37:42'),(627,5,32,1,19,0,7,'2021-11-05 09:46:08'),(628,2,32,1,9,0,1,'2021-11-05 10:48:45'),(628,5,32,1,19,0,8,'2021-11-05 10:49:11'),(629,5,32,1,19,0,6,'2021-11-05 14:08:39'),(630,5,32,1,19,0,6,'2021-11-05 14:12:52'),(631,5,32,1,19,0,6,'2021-11-05 14:33:05'),(632,3,32,1,13,0,6,'2021-11-11 09:36:54'),(633,3,21,1,13,0,5,'2021-11-11 15:24:55'),(634,3,32,1,13,0,6,'2021-11-12 14:11:45'),(635,3,32,1,13,0,4,'2021-11-12 14:58:12'),(636,3,21,1,13,0,3,'2021-11-18 15:54:15'),(637,5,21,1,19,0,5,'2021-11-18 15:55:30'),(638,5,32,1,19,0,6,'2021-11-19 11:33:05'),(639,5,21,1,19,0,3,'2021-11-19 11:50:33'),(640,5,21,1,19,0,5,'2021-11-19 12:13:26'),(641,5,32,1,19,0,4,'2021-11-19 12:24:12'),(642,5,32,1,19,0,1,'2021-11-25 10:07:11'),(643,5,32,1,19,0,1,'2021-11-25 11:15:37'),(644,5,32,1,19,0,1,'2021-11-25 11:17:39'),(645,5,32,1,19,0,1,'2021-11-25 11:36:15'),(646,5,32,1,19,0,1,'2021-11-25 12:04:03'),(647,5,21,1,19,0,1,'2021-11-25 12:14:40'),(648,5,21,1,19,0,1,'2021-11-29 14:30:02'),(649,5,21,1,19,0,1,'2021-11-29 14:30:52'),(650,5,21,1,19,0,1,'2021-11-29 14:45:45'),(651,4,21,1,16,0,1,'2021-12-02 16:33:05'),(651,5,21,1,19,0,1,'2021-12-02 16:31:06'),(652,5,21,1,19,0,1,'2021-12-09 10:32:06'),(653,5,21,1,19,0,1,'2021-12-09 10:41:24'),(654,4,32,1,16,0,5,'2021-12-10 10:00:35'),(654,5,32,1,19,0,1,'2021-12-09 11:00:23'),(655,4,21,1,16,0,1,'2021-12-13 15:51:06'),(656,4,21,1,16,0,1,'2021-12-14 14:54:39'),(657,4,21,1,16,0,2,'2021-12-15 12:42:09'),(658,4,21,1,16,0,1,'2021-12-16 15:33:10'),(659,4,21,1,16,0,1,'2021-12-16 15:37:39'),(660,4,21,1,16,0,1,'2021-12-16 16:06:49'),(661,4,21,1,16,0,1,'2021-12-16 16:23:49'),(662,4,21,1,16,0,1,'2021-12-16 16:53:28'),(663,4,32,1,16,0,2,'2021-12-21 13:36:02'),(664,4,32,1,16,0,1,'2022-01-06 09:34:55'),(665,4,32,1,16,0,1,'2022-01-06 09:39:10'),(666,4,21,1,16,0,1,'2022-01-06 09:41:21'),(667,4,32,1,16,0,1,'2022-01-06 09:58:06'),(668,4,21,1,16,0,1,'2022-01-06 10:09:02'),(669,4,21,1,16,0,1,'2022-01-06 10:11:01'),(670,4,21,1,16,0,1,'2022-01-06 10:16:19'),(671,4,21,1,16,0,1,'2022-01-06 10:19:39'),(672,4,32,1,16,0,6,'2022-01-06 14:01:36'),(673,4,21,1,16,0,1,'2022-01-06 15:41:11'),(674,4,21,1,16,0,1,'2022-01-07 11:17:19'),(675,4,21,1,16,0,1,'2022-01-07 11:21:17'),(676,4,21,1,16,0,1,'2022-01-07 11:25:57'),(677,4,21,1,16,0,2,'2022-01-07 11:27:56'),(678,4,21,1,16,0,1,'2022-01-07 15:31:25'),(679,4,21,1,16,0,1,'2022-01-07 15:37:55'),(680,4,21,1,16,0,1,'2022-01-07 15:40:03'),(681,4,33,1,16,0,1,'2022-01-07 16:31:35'),(682,5,21,1,19,0,1,'2022-01-12 15:38:26'),(683,5,21,1,19,0,1,'2022-01-12 15:50:31'),(684,5,21,1,19,0,1,'2022-01-13 09:45:58'),(685,5,21,1,19,0,1,'2022-01-13 10:07:43'),(686,5,0,1,19,0,1,'2022-01-13 10:27:27'),(687,5,21,1,19,0,1,'2022-01-13 10:28:12'),(688,5,21,1,19,0,1,'2022-01-13 10:39:25'),(689,5,21,1,19,0,1,'2022-01-13 10:47:08'),(690,4,32,1,16,0,1,'2022-01-13 13:25:32'),(690,5,32,1,19,0,1,'2022-01-13 10:51:21'),(691,4,32,1,16,0,1,'2022-01-14 13:52:56'),(691,5,32,1,19,0,1,'2022-01-13 15:03:21'),(692,4,32,1,16,0,1,'2022-01-14 13:54:56'),(693,4,21,1,16,0,1,'2022-01-20 09:46:44'),(694,4,21,1,16,0,1,'2022-01-20 10:48:24'),(695,4,21,1,16,0,1,'2022-01-20 10:53:16'),(696,4,21,1,16,0,1,'2022-01-20 12:44:08'),(697,4,32,1,16,0,1,'2022-01-20 14:07:38'),(698,3,32,1,13,0,1,'2022-01-20 14:11:29'),(698,4,32,1,16,0,1,'2022-01-20 14:11:25'),(699,4,32,1,16,0,1,'2022-01-20 14:12:44'),(700,4,32,1,16,0,1,'2022-01-20 14:35:29'),(701,4,36,1,16,0,2,'2022-01-25 09:53:33'),(702,4,36,1,16,0,1,'2022-01-25 15:40:28'),(703,4,36,1,16,0,1,'2022-01-25 15:48:06'),(704,5,37,2,19,0,1,'2022-01-28 13:30:24'),(705,5,38,2,19,0,1,'2022-01-28 13:33:59'),(706,5,39,2,19,0,1,'2022-01-28 13:36:20'),(707,5,40,2,19,0,1,'2022-01-28 13:39:18'),(708,4,23,1,16,0,1,'2022-01-28 13:39:22'),(709,5,16,2,19,0,1,'2022-01-28 13:44:44'),(710,5,41,2,19,0,1,'2022-01-28 13:46:33'),(711,5,41,2,19,0,1,'2022-01-28 13:47:28'),(712,5,41,2,19,0,1,'2022-01-28 13:48:05'),(713,5,42,2,19,0,1,'2022-01-28 13:49:32'),(714,5,43,2,19,0,1,'2022-01-28 13:57:02'),(715,5,44,2,19,0,1,'2022-01-28 13:58:28'),(716,5,45,2,19,0,1,'2022-01-28 14:07:37'),(717,5,41,2,19,0,1,'2022-01-28 14:09:04'),(718,5,41,2,19,0,1,'2022-01-28 14:12:04'),(719,5,46,2,19,0,1,'2022-01-28 14:14:39'),(720,5,47,2,19,0,1,'2022-01-28 14:18:45'),(721,5,48,2,19,0,1,'2022-01-28 14:21:43'),(722,5,41,2,19,0,1,'2022-01-28 14:44:24'),(723,5,41,2,19,0,1,'2022-01-28 15:10:19'),(724,5,49,2,19,0,1,'2022-01-31 17:22:36'),(725,4,50,1,16,0,1,'2022-02-01 10:49:23'),(726,4,51,1,16,0,1,'2022-02-01 11:08:03'),(727,4,52,1,16,0,1,'2022-02-01 11:11:59'),(728,4,53,1,16,0,1,'2022-02-01 15:51:26'),(730,4,55,1,16,0,1,'2022-02-01 15:54:25'),(731,4,55,1,16,0,1,'2022-02-01 15:57:46'),(732,4,36,1,16,0,1,'2022-02-03 09:55:45'),(733,4,36,1,16,0,1,'2022-02-03 09:57:56'),(734,4,23,1,16,0,1,'2022-02-03 10:01:30'),(735,4,23,1,16,0,1,'2022-02-03 10:06:46'),(736,4,23,1,16,0,2,'2022-02-03 10:14:56'),(737,4,23,1,16,0,1,'2022-02-03 14:39:52'),(738,4,23,1,16,0,1,'2022-02-03 15:46:28'),(739,4,23,1,16,0,1,'2022-02-03 15:53:25'),(740,4,23,1,16,0,1,'2022-02-03 15:55:26'),(741,4,23,1,16,0,1,'2022-02-03 15:56:06'),(742,4,23,1,16,0,1,'2022-02-03 15:57:52'),(743,4,23,1,16,0,1,'2022-02-03 16:51:06'),(744,4,23,1,16,0,1,'2022-02-03 16:55:07'),(745,4,23,1,16,0,1,'2022-02-03 16:59:00'),(746,4,23,1,16,0,1,'2022-02-03 17:01:31'),(747,4,23,1,16,0,1,'2022-02-03 17:02:22'),(748,4,23,1,16,0,1,'2022-02-03 17:02:54'),(749,4,23,1,16,0,1,'2022-02-08 09:47:47'),(750,4,32,1,16,0,1,'2022-02-08 16:49:35'),(751,4,32,1,16,0,1,'2022-02-08 16:52:37'),(752,4,56,1,16,0,1,'2022-02-10 13:48:39'),(754,4,23,1,16,0,1,'2022-02-11 10:10:18'),(755,4,56,1,16,0,1,'2022-02-17 09:50:31'),(756,3,36,1,13,0,1,'2022-02-17 14:53:33'),(756,4,36,1,16,0,1,'2022-02-17 14:38:52'),(757,3,36,1,13,0,1,'2022-02-22 14:19:56'),(758,3,0,1,13,0,1,'2022-02-21 13:25:26'),(759,5,0,1,19,0,1,'2022-02-28 16:47:47'),(760,5,0,1,19,0,1,'2022-03-01 10:45:47'),(761,5,0,1,19,0,1,'2022-03-01 14:09:08'),(762,5,0,1,19,0,1,'2022-03-01 14:11:48'),(763,5,0,1,19,0,1,'2022-03-01 14:12:32'),(764,5,0,1,19,0,1,'2022-03-01 14:14:13'),(765,5,0,1,19,0,1,'2022-03-01 14:14:48'),(766,5,0,1,19,0,1,'2022-03-01 14:21:18'),(767,5,0,1,19,0,1,'2022-03-01 14:28:21'),(768,5,0,1,19,0,2,'2022-03-01 16:23:19'),(769,5,0,1,19,0,1,'2022-03-07 10:17:21'),(770,3,97,1,13,0,1,'2022-03-14 11:36:24'),(770,5,97,1,19,0,1,'2022-03-10 15:44:59'),(809,3,32,1,13,0,1,'2022-03-14 11:41:56'),(810,3,98,1,13,0,1,'2022-03-14 12:52:19'),(811,3,98,1,13,0,1,'2022-03-14 13:02:57'),(812,3,98,1,13,0,1,'2022-03-14 13:02:57'),(813,3,98,1,13,0,1,'2022-03-14 13:10:31'),(814,5,0,1,19,0,1,'2022-03-14 14:28:33'),(815,5,0,1,19,0,1,'2022-03-14 14:29:14'),(816,5,0,1,19,0,1,'2022-03-14 14:29:38'),(817,5,0,1,19,0,1,'2022-03-14 14:39:00'),(818,5,0,1,19,0,1,'2022-03-14 14:45:28'),(828,5,0,1,19,0,1,'2022-03-14 15:03:24'),(830,5,0,1,19,0,1,'2022-03-14 15:05:29'),(832,5,0,1,19,0,1,'2022-03-14 15:06:31'),(834,5,0,1,19,0,1,'2022-03-14 15:07:49'),(836,5,0,1,19,0,1,'2022-03-14 15:09:13'),(837,5,0,1,19,0,1,'2022-03-14 15:09:59'),(838,4,98,1,16,0,1,'2022-04-04 10:25:01'),(838,5,98,1,19,0,1,'2022-03-14 15:11:30'),(839,5,0,1,19,0,1,'2022-03-14 15:12:22'),(840,5,0,1,19,0,1,'2022-03-14 15:14:37'),(841,5,0,1,19,0,1,'2022-03-14 15:19:45'),(842,5,0,1,19,0,1,'2022-03-14 15:20:20'),(843,5,0,1,19,0,1,'2022-03-14 15:21:19'),(844,5,0,1,19,0,1,'2022-03-14 15:22:22'),(845,5,0,1,19,0,1,'2022-03-14 15:24:08'),(846,5,0,1,19,0,1,'2022-03-14 15:27:54'),(847,5,0,1,19,0,1,'2022-03-14 15:28:34'),(848,5,0,1,19,0,1,'2022-03-14 15:29:11'),(849,5,0,1,19,0,1,'2022-03-14 16:44:44'),(850,5,0,1,19,0,1,'2022-03-14 16:47:56'),(851,5,0,1,19,0,1,'2022-03-14 16:50:43'),(852,5,0,1,19,0,1,'2022-03-14 17:05:04'),(853,5,0,1,19,0,1,'2022-03-14 17:06:41'),(854,5,0,1,19,0,1,'2022-03-14 17:08:44'),(855,5,0,1,19,0,1,'2022-03-14 17:29:01'),(856,5,0,1,19,0,1,'2022-03-15 10:43:00'),(860,5,0,1,19,0,1,'2022-03-15 11:10:45'),(861,5,0,1,19,0,1,'2022-03-15 14:33:38'),(862,5,0,1,19,0,1,'2022-03-15 14:34:58'),(863,5,0,1,19,0,1,'2022-03-15 14:44:12'),(864,5,0,1,19,0,1,'2022-03-15 14:46:48'),(865,5,0,1,19,0,1,'2022-03-15 14:46:57'),(866,5,0,1,19,0,1,'2022-03-15 14:52:14'),(867,5,0,1,19,0,1,'2022-03-15 15:13:28'),(871,5,0,1,19,0,1,'2022-03-15 15:26:40'),(872,5,0,1,19,0,1,'2022-03-15 15:28:14'),(873,5,0,1,19,0,1,'2022-03-15 15:28:35'),(874,5,0,1,19,0,1,'2022-03-15 15:29:08'),(875,5,0,1,19,0,1,'2022-03-15 16:11:16'),(876,5,0,1,19,0,1,'2022-03-15 16:15:10'),(877,5,0,1,19,0,1,'2022-03-15 16:26:07'),(878,5,0,1,19,0,1,'2022-03-21 11:11:39'),(879,5,0,1,19,0,1,'2022-03-21 11:12:23'),(880,5,0,1,19,0,1,'2022-03-21 11:13:53'),(881,5,0,1,19,0,1,'2022-03-21 11:15:43'),(882,5,0,1,19,0,1,'2022-03-21 11:17:22'),(883,5,0,1,19,0,1,'2022-03-21 11:19:51'),(884,5,0,1,19,0,1,'2022-03-21 11:22:02'),(885,5,154,1,19,0,1,'2022-03-21 11:23:46'),(886,5,155,1,19,0,1,'2022-03-21 11:25:45'),(887,5,156,1,19,0,1,'2022-03-21 11:27:25'),(888,5,157,1,19,0,1,'2022-03-21 11:30:38'),(889,5,158,1,19,0,1,'2022-03-21 11:31:29'),(891,5,159,1,19,0,1,'2022-03-21 11:37:06'),(892,5,160,1,19,0,1,'2022-03-21 11:41:11'),(893,5,161,1,19,0,1,'2022-03-21 11:41:48'),(894,5,162,1,19,0,1,'2022-03-21 11:43:30'),(895,5,163,1,19,0,1,'2022-03-21 11:46:54'),(896,5,164,1,19,0,1,'2022-03-21 11:48:31'),(897,5,165,1,19,0,1,'2022-03-21 11:51:53'),(898,5,166,1,19,0,1,'2022-03-21 11:53:28'),(899,5,167,1,19,0,1,'2022-03-21 11:57:08'),(900,5,168,1,19,0,1,'2022-03-21 11:59:00'),(901,5,169,1,19,0,1,'2022-03-21 12:01:08'),(902,5,170,1,19,0,1,'2022-03-21 12:03:25'),(903,5,171,1,19,0,1,'2022-03-21 12:10:02'),(904,5,172,1,19,0,1,'2022-03-21 13:25:03'),(905,5,0,1,19,0,1,'2022-03-21 13:31:55'),(906,5,0,1,19,0,1,'2022-03-21 13:34:23'),(907,5,0,1,19,0,1,'2022-03-21 13:35:21'),(908,5,0,1,19,0,1,'2022-03-21 13:36:01'),(909,5,0,1,19,0,5,'2022-03-21 16:10:42'),(910,5,0,1,19,0,1,'2022-03-21 16:20:19'),(911,5,0,1,19,0,2,'2022-03-21 16:29:07'),(912,5,0,1,19,0,2,'2022-03-21 16:30:43'),(913,5,0,1,19,0,2,'2022-03-21 16:32:37'),(915,5,0,1,19,0,2,'2022-03-21 16:38:37'),(916,5,0,1,19,0,1,'2022-03-21 16:40:34'),(917,5,0,1,19,0,1,'2022-03-21 16:41:04'),(918,5,0,1,19,0,2,'2022-03-21 16:41:13'),(919,5,0,1,19,0,2,'2022-03-21 16:46:36'),(920,5,0,1,19,0,2,'2022-03-21 16:51:00'),(921,5,0,1,19,0,2,'2022-03-21 16:52:32'),(922,5,0,1,19,0,2,'2022-03-21 16:54:51'),(923,5,0,1,19,0,2,'2022-03-21 16:57:58'),(924,5,0,1,19,0,2,'2022-03-21 17:02:50'),(925,5,0,1,19,0,2,'2022-03-21 17:04:52'),(926,5,0,1,19,0,2,'2022-03-21 17:06:22'),(927,5,0,1,19,0,2,'2022-03-21 17:17:13'),(928,5,0,1,19,0,1,'2022-03-22 10:00:14'),(929,5,0,1,19,0,2,'2022-03-22 10:00:23'),(930,5,0,1,19,0,2,'2022-03-22 10:00:34'),(931,5,0,1,19,0,2,'2022-03-22 10:05:03'),(932,5,0,1,19,0,1,'2022-03-22 10:22:53'),(933,5,0,1,19,0,2,'2022-03-22 10:23:01'),(935,5,219,1,19,0,1,'2022-03-22 10:30:17'),(939,5,0,1,19,0,1,'2022-03-22 11:17:59'),(940,5,0,1,19,0,1,'2022-03-22 11:18:25'),(944,4,341,1,16,0,1,'2022-03-25 11:28:03'),(944,5,341,1,19,0,1,'2022-03-25 11:28:04'),(945,5,223,1,19,0,1,'2022-03-22 11:21:37'),(946,5,225,1,19,0,1,'2022-03-22 11:22:38'),(947,5,227,1,19,0,1,'2022-03-22 11:22:52'),(948,5,229,1,19,0,1,'2022-03-22 11:23:48'),(949,5,230,1,19,0,1,'2022-03-22 11:24:49'),(950,5,232,1,19,0,1,'2022-03-22 11:25:00'),(951,5,234,1,19,0,1,'2022-03-22 11:25:20'),(952,5,0,1,19,0,1,'2022-03-22 12:15:00'),(953,5,0,1,19,0,1,'2022-03-22 12:15:16'),(954,5,0,1,19,0,2,'2022-03-29 12:09:26'),(955,5,0,1,19,0,1,'2022-03-22 12:15:43'),(956,5,0,1,19,0,1,'2022-03-22 12:16:14'),(958,5,0,1,19,0,1,'2022-03-22 12:16:33'),(959,5,0,1,19,0,1,'2022-03-22 12:17:01'),(960,5,0,1,19,0,1,'2022-03-22 12:17:02'),(961,5,0,1,19,0,1,'2022-03-22 12:17:08'),(962,5,0,1,19,0,1,'2022-03-22 12:17:09'),(963,5,0,1,19,0,1,'2022-03-22 12:17:11'),(964,5,0,1,19,0,1,'2022-03-22 12:17:16'),(965,5,245,1,19,0,1,'2022-03-22 12:17:19'),(966,5,0,1,19,0,1,'2022-03-22 12:17:26'),(967,5,0,1,19,0,1,'2022-03-22 12:17:42'),(968,5,0,1,19,0,1,'2022-03-22 12:17:48'),(969,5,0,1,19,0,1,'2022-03-22 12:18:03'),(970,5,259,1,19,0,1,'2022-03-22 12:21:59'),(971,5,0,1,19,0,1,'2022-03-22 12:20:06'),(972,5,0,1,20,0,1,'2022-03-22 12:20:17'),(973,5,0,1,19,0,1,'2022-03-22 12:22:53'),(974,5,0,1,20,0,1,'2022-03-22 12:20:27'),(975,5,0,1,20,0,1,'2022-03-22 12:20:46'),(976,1,0,1,1,0,1,'2022-03-22 12:22:11'),(977,1,0,1,1,0,1,'2022-03-22 12:22:26'),(978,1,0,1,1,0,1,'2022-03-22 12:22:57'),(979,5,0,1,19,0,1,'2022-03-22 12:24:44'),(980,5,268,1,19,0,2,'2022-03-22 13:54:37'),(981,5,269,1,19,0,2,'2022-03-22 13:55:46'),(982,5,270,1,19,0,1,'2022-03-22 13:57:32'),(983,5,272,1,19,0,1,'2022-03-22 13:59:05'),(984,5,273,1,19,0,1,'2022-03-22 14:04:36'),(985,5,0,1,19,0,1,'2022-03-22 14:09:59'),(986,5,275,1,19,0,1,'2022-03-22 14:16:36'),(987,5,276,1,19,0,1,'2022-03-22 14:20:31'),(988,5,0,1,19,0,1,'2022-03-22 14:23:46'),(989,5,278,1,19,0,1,'2022-03-22 14:24:38'),(990,5,280,1,19,0,1,'2022-03-22 15:49:59'),(991,5,282,1,19,0,1,'2022-03-22 16:02:35'),(992,5,284,1,19,0,1,'2022-03-22 16:47:06'),(993,5,285,1,19,0,1,'2022-03-22 16:52:45'),(994,5,286,1,19,0,1,'2022-03-22 16:52:56'),(995,5,287,1,19,0,1,'2022-03-22 16:54:58'),(996,5,288,1,19,0,1,'2022-03-22 16:58:24'),(997,5,289,1,19,0,1,'2022-03-22 17:00:00'),(998,5,291,1,19,0,1,'2022-03-23 11:36:17'),(999,5,292,1,19,0,1,'2022-03-23 11:49:09'),(1000,5,293,1,19,0,1,'2022-03-23 11:56:21'),(1001,5,294,1,19,0,1,'2022-03-23 12:00:48'),(1002,5,295,1,19,0,1,'2022-03-23 12:04:18'),(1011,4,302,1,16,0,1,'2022-03-24 16:29:38'),(1011,5,302,1,19,0,1,'2022-03-24 16:29:38'),(1012,4,304,1,16,0,1,'2022-03-25 09:51:55'),(1012,5,304,1,19,0,1,'2022-03-25 09:51:55'),(1013,4,305,1,16,0,1,'2022-03-25 09:52:47'),(1013,5,305,1,19,0,1,'2022-03-25 09:52:47'),(1014,4,307,1,16,0,1,'2022-03-25 10:01:17'),(1014,5,307,1,19,0,1,'2022-03-25 10:01:17'),(1015,4,309,1,16,0,1,'2022-03-25 10:02:27'),(1015,5,309,1,19,0,1,'2022-03-25 10:02:27'),(1016,4,311,1,16,0,1,'2022-03-25 10:09:12'),(1016,5,311,1,19,0,1,'2022-03-25 10:09:12'),(1017,4,312,1,16,0,1,'2022-03-25 10:33:41'),(1017,5,312,1,19,0,1,'2022-03-25 10:33:41'),(1018,4,313,1,16,0,1,'2022-03-25 10:36:26'),(1018,5,313,1,19,0,1,'2022-03-25 10:36:26'),(1019,4,314,1,16,0,1,'2022-03-25 10:42:09'),(1019,5,314,1,19,0,1,'2022-03-25 10:42:09'),(1020,4,315,1,16,0,1,'2022-03-25 10:43:49'),(1020,5,315,1,19,0,1,'2022-03-25 10:43:49'),(1022,4,316,1,16,0,1,'2022-03-25 10:45:24'),(1022,5,316,1,19,0,1,'2022-03-25 10:45:24'),(1023,4,317,1,16,0,1,'2022-03-25 10:46:35'),(1023,5,317,1,19,0,1,'2022-03-25 10:46:35'),(1024,4,318,1,16,0,1,'2022-03-25 10:48:25'),(1024,5,318,1,19,0,1,'2022-03-25 10:48:25'),(1026,4,319,1,16,0,1,'2022-03-25 10:57:46'),(1026,5,319,1,19,0,1,'2022-03-25 10:57:46'),(1027,4,320,1,16,0,1,'2022-03-25 10:58:04'),(1027,5,320,1,19,0,1,'2022-03-25 10:58:04'),(1028,4,321,1,16,0,1,'2022-03-25 11:01:11'),(1028,5,321,1,19,0,1,'2022-03-25 11:01:11'),(1029,4,343,1,16,0,1,'2022-03-25 12:42:56'),(1029,5,343,1,19,0,1,'2022-03-25 12:42:56'),(1030,4,344,1,16,0,1,'2022-03-25 12:45:57'),(1031,4,345,1,16,0,1,'2022-03-25 12:48:33'),(1032,4,346,1,16,0,1,'2022-03-25 12:49:36'),(1033,4,0,1,16,0,1,'2022-03-25 13:28:24'),(1034,4,0,1,16,0,1,'2022-03-25 14:00:07'),(1035,4,0,1,16,0,1,'2022-03-28 14:56:08'),(1036,4,0,1,16,0,1,'2022-03-28 14:56:45'),(1037,4,0,1,16,0,1,'2022-03-28 15:13:41'),(1038,4,0,1,16,0,1,'2022-03-28 15:14:46'),(1039,4,0,1,16,0,1,'2022-03-28 15:16:58'),(1040,4,0,1,16,0,1,'2022-03-28 15:17:32'),(1041,4,0,1,16,0,1,'2022-03-28 15:25:51'),(1043,4,0,1,16,0,1,'2022-03-28 15:28:52'),(1045,4,0,1,16,0,1,'2022-03-28 15:53:54'),(1046,4,0,1,16,0,1,'2022-03-28 15:55:10'),(1053,4,0,1,16,0,1,'2022-03-28 16:26:22'),(1054,4,0,1,16,0,1,'2022-03-28 17:21:36'),(1055,4,0,1,16,0,1,'2022-03-28 17:24:04'),(1056,4,0,1,16,0,1,'2022-03-28 17:25:54'),(1057,4,0,1,16,0,1,'2022-03-28 17:26:43'),(1058,4,0,1,16,0,1,'2022-03-28 17:33:39'),(1059,4,0,1,16,0,1,'2022-03-28 17:37:23'),(1060,4,0,1,16,0,1,'2022-03-29 10:09:38'),(1061,4,0,1,16,0,1,'2022-03-29 10:14:05'),(1062,4,0,1,16,0,1,'2022-03-29 10:15:18'),(1063,4,0,1,16,0,1,'2022-03-29 10:16:13'),(1064,4,0,1,16,0,1,'2022-03-29 10:21:19'),(1065,4,0,1,16,0,1,'2022-03-29 10:23:57'),(1066,4,0,1,16,0,1,'2022-03-29 10:27:40'),(1067,4,0,1,16,0,1,'2022-03-29 10:41:53'),(1068,4,0,1,16,0,1,'2022-03-29 10:47:16'),(1075,4,0,1,16,0,1,'2022-03-29 11:06:19'),(1076,4,0,1,16,0,1,'2022-03-29 11:06:26'),(1077,4,0,1,16,0,1,'2022-03-29 11:06:53'),(1078,4,0,1,16,0,1,'2022-03-29 11:07:32'),(1079,4,0,1,16,0,1,'2022-03-29 11:08:28'),(1080,4,0,1,16,0,1,'2022-03-29 11:12:50'),(1081,4,0,1,16,0,1,'2022-03-29 11:15:38'),(1082,4,0,1,16,0,1,'2022-03-29 11:18:23'),(1083,4,0,1,16,0,1,'2022-03-29 11:19:21'),(1084,4,0,1,16,0,1,'2022-03-29 11:20:25'),(1085,4,0,1,16,0,1,'2022-03-29 11:27:27'),(1086,4,0,1,16,0,1,'2022-03-29 11:28:59'),(1087,4,0,1,16,0,1,'2022-03-29 11:32:26'),(1088,4,0,1,16,0,1,'2022-03-29 11:33:00'),(1089,4,0,1,16,0,1,'2022-03-29 11:34:21'),(1090,4,0,1,16,0,1,'2022-03-29 11:43:41'),(1091,4,0,1,16,0,1,'2022-03-29 11:43:45'),(1092,4,0,1,16,0,1,'2022-03-29 11:43:55'),(1093,4,0,1,16,0,1,'2022-03-29 11:44:16'),(1094,4,0,1,16,0,1,'2022-03-29 11:44:25'),(1095,4,0,1,16,0,1,'2022-03-29 11:44:44'),(1096,4,0,1,16,0,1,'2022-03-29 11:44:47'),(1097,4,0,1,16,0,1,'2022-03-29 11:44:53'),(1098,4,0,1,16,0,1,'2022-03-29 11:45:01'),(1099,4,0,1,16,0,1,'2022-03-29 11:48:26'),(1100,4,0,1,16,0,1,'2022-03-29 12:01:02'),(1101,4,0,1,16,0,1,'2022-03-29 17:19:01'),(1101,5,0,1,19,0,1,'2022-03-29 17:19:01'),(1102,4,0,1,16,0,1,'2022-03-29 12:08:26'),(1103,5,0,1,19,0,1,'2022-03-29 12:09:02'),(1104,5,0,1,19,0,1,'2022-03-29 12:09:08'),(1105,4,0,1,16,0,1,'2022-03-29 13:37:55'),(1106,5,0,1,19,0,1,'2022-04-04 10:00:52'),(1107,5,0,1,19,0,1,'2022-04-04 10:09:11'),(1108,5,0,1,19,0,1,'2022-04-04 10:10:09'),(1109,5,0,1,19,0,1,'2022-04-04 10:11:11'),(1110,3,489,1,13,0,4,'2022-04-04 10:38:25'),(1110,5,489,1,19,0,1,'2022-04-04 10:20:23'),(1111,5,0,1,19,0,1,'2022-04-04 10:20:38'),(1113,6,489,1,0,0,4,'2022-04-04 11:20:31'),(1114,3,489,1,13,0,3,'2022-04-04 10:47:46'),(1115,6,489,1,0,0,6,'2022-04-04 11:00:31'),(1116,6,489,1,0,0,5,'2022-04-04 11:13:55'),(1117,6,489,1,0,0,6,'2022-04-04 11:15:01'),(1118,4,491,1,16,0,1,'2022-04-05 10:27:47'),(1118,5,491,1,19,0,2,'2022-04-05 10:27:46'),(1119,4,490,1,16,0,1,'2022-04-04 13:13:00'),(1120,3,489,1,13,0,1,'2022-04-05 10:03:29'),(1121,8,489,1,0,0,1,'2022-04-05 10:04:50'),(1122,8,489,1,0,0,1,'2022-04-05 10:10:09'),(1123,8,489,1,0,0,1,'2022-04-05 10:15:12'),(1124,4,493,1,16,0,1,'2022-04-05 10:52:37'),(1125,4,495,1,16,0,1,'2022-04-05 11:05:23'),(1126,4,497,1,16,0,1,'2022-04-05 11:06:34'),(1127,8,489,1,0,0,1,'2022-04-05 11:45:36'),(1128,8,489,1,0,0,1,'2022-04-05 11:55:39'),(1129,3,489,1,13,0,1,'2022-04-05 11:59:08'),(1130,8,489,1,0,0,1,'2022-04-05 12:01:24'),(1131,8,489,1,0,0,1,'2022-04-05 12:23:14'),(1132,8,489,1,0,0,1,'2022-04-05 13:58:24'),(1133,8,489,1,0,0,1,'2022-04-05 13:59:33'),(1134,8,489,1,0,0,1,'2022-04-05 14:02:22'),(1135,8,489,1,0,0,1,'2022-04-05 14:11:32'),(1136,3,489,1,13,0,1,'2022-04-05 14:12:49'),(1137,4,527,1,16,0,2,'2022-04-12 10:09:56'),(1137,5,527,1,19,0,2,'2022-04-12 10:09:56'),(1138,3,489,1,13,0,1,'2022-04-11 13:09:46'),(1139,4,489,1,16,0,3,'2022-04-11 13:34:39'),(1148,4,0,1,16,0,1,'2022-04-19 10:49:06'),(1149,4,0,1,16,0,1,'2022-04-19 10:49:12'),(1150,4,0,1,16,0,1,'2022-04-19 10:51:39'),(1151,4,0,1,16,0,1,'2022-04-19 10:53:21'),(1152,4,0,1,16,0,1,'2022-04-19 10:54:32'),(1153,4,0,1,16,0,1,'2022-04-19 10:55:13'),(1154,4,0,1,16,0,1,'2022-04-19 10:56:02'),(1155,4,0,1,16,0,1,'2022-04-19 10:57:31'),(1156,4,0,1,16,0,1,'2022-04-19 10:57:40'),(1157,4,0,1,16,0,1,'2022-04-19 10:58:00'),(1158,4,0,1,16,0,1,'2022-04-19 10:59:08'),(1159,4,0,1,16,0,1,'2022-04-19 11:12:39'),(1160,4,0,1,16,0,1,'2022-04-19 11:13:26'),(1161,4,0,1,16,0,1,'2022-04-19 12:09:24'),(1163,4,0,1,16,0,1,'2022-04-19 12:10:45'),(1164,4,0,1,16,0,1,'2022-04-19 12:10:49'),(1165,4,0,1,16,0,1,'2022-04-19 12:10:57'),(1166,4,0,1,16,0,1,'2022-04-19 12:11:39'),(1167,4,0,1,16,0,1,'2022-04-19 12:11:40'),(1168,4,0,1,16,0,1,'2022-04-19 14:17:21'),(1169,4,0,1,16,0,1,'2022-04-19 14:18:40'),(1170,4,0,1,16,0,1,'2022-04-19 14:20:38'),(1171,4,0,1,16,0,1,'2022-04-19 14:31:07'),(1172,4,0,1,16,0,1,'2022-04-19 14:32:55'),(1173,4,0,1,16,0,1,'2022-04-19 14:33:48'),(1174,4,0,1,16,0,1,'2022-04-19 14:35:12'),(1175,4,0,1,16,0,1,'2022-04-19 14:45:31'),(1176,4,0,1,16,0,1,'2022-04-19 14:47:55'),(1177,4,0,1,16,0,1,'2022-04-25 11:16:25'),(1178,4,0,1,16,0,1,'2022-04-25 11:17:53'),(1179,4,0,1,16,0,1,'2022-04-25 11:27:58'),(1180,4,0,1,16,0,1,'2022-04-25 11:28:23'),(1181,6,489,1,0,0,1,'2022-04-25 11:43:20'),(1182,6,489,1,0,0,1,'2022-04-25 12:26:40'),(1183,6,489,1,0,0,1,'2022-04-25 13:25:24'),(1184,6,489,1,0,0,1,'2022-04-25 13:32:28'),(1185,6,489,1,0,0,1,'2022-04-25 13:35:24'),(1186,6,489,1,0,0,1,'2022-04-25 13:51:01'),(1188,3,489,1,13,0,1,'2022-05-02 10:01:39'),(1188,4,489,1,16,0,1,'2022-04-25 16:09:36'),(1189,4,0,1,16,0,1,'2022-04-26 10:10:43'),(1190,4,0,1,16,0,1,'2022-04-26 16:28:16'),(1191,4,0,1,16,0,1,'2022-04-26 16:30:49'),(1192,4,0,1,16,0,1,'2022-04-26 16:32:12'),(1193,4,0,1,16,0,1,'2022-04-26 16:33:53'),(1194,4,0,1,16,0,1,'2022-04-26 16:34:51'),(1195,4,0,1,16,0,1,'2022-04-26 16:35:17'),(1196,4,0,1,16,0,1,'2022-04-26 16:35:31'),(1197,4,0,1,16,0,1,'2022-04-26 16:35:53'),(1198,4,0,1,16,0,1,'2022-04-26 16:36:22'),(1199,4,0,1,16,0,1,'2022-04-26 16:36:38'),(1200,4,0,1,16,0,1,'2022-04-26 16:40:39'),(1201,8,489,1,0,0,2,'2022-05-02 10:04:53'),(1202,8,639,1,0,0,1,'2022-05-02 10:55:07'),(1203,8,639,1,0,0,1,'2022-05-02 10:56:37'),(1204,8,639,1,0,0,1,'2022-05-02 11:03:42'),(1205,8,489,1,0,0,1,'2022-05-02 11:27:34'),(1206,8,489,1,0,0,1,'2022-05-02 11:34:41'),(1207,8,489,1,0,0,1,'2022-05-02 11:37:24'),(1208,8,489,1,0,0,1,'2022-05-02 11:44:58'),(1209,7,489,1,0,0,1,'2022-05-02 12:02:01'),(1209,8,489,1,0,0,1,'2022-05-02 12:01:56'),(1210,8,490,1,0,0,23,'2022-05-02 13:09:55'),(1212,8,645,1,0,0,2,'2022-05-02 13:50:56'),(1213,4,0,1,16,0,1,'2022-05-02 15:36:32'),(1214,4,0,1,16,0,1,'2022-05-02 16:26:21'),(1215,8,645,1,0,0,1,'2022-05-03 10:54:39'),(1216,8,645,1,0,0,1,'2022-05-03 14:31:21'),(1217,8,645,1,0,0,1,'2022-05-03 14:48:20'),(1218,8,645,1,0,0,1,'2022-05-03 14:51:06'),(1219,8,645,1,0,0,1,'2022-05-03 16:29:27'),(1220,8,649,1,0,0,1,'2022-05-03 16:30:52'),(1221,8,646,1,0,0,2,'2022-05-04 12:55:19'),(1222,4,0,1,16,0,1,'2022-05-04 16:51:53'),(1223,4,0,1,16,0,1,'2022-05-04 17:07:55'),(1224,4,0,1,16,0,1,'2022-05-04 17:08:51'),(1225,4,0,1,16,0,1,'2022-05-04 17:16:43'),(1226,4,0,1,16,0,1,'2022-05-04 17:20:52'),(1227,4,0,1,16,0,1,'2022-05-04 17:22:59'),(1228,4,0,1,16,0,1,'2022-05-04 17:25:20'),(1229,4,0,1,16,0,1,'2022-05-05 11:32:02'),(1230,4,0,1,16,0,1,'2022-05-05 11:43:41'),(1231,4,0,1,16,0,1,'2022-05-05 11:46:24'),(1232,4,0,1,16,0,1,'2022-05-05 11:48:34'),(1233,4,0,1,16,0,1,'2022-05-09 13:03:35'),(1234,4,0,1,16,0,1,'2022-05-09 13:05:01'),(1235,4,0,1,16,0,1,'2022-05-09 13:06:27'),(1236,8,646,1,0,0,1,'2022-05-09 13:35:58'),(1237,8,646,1,0,0,1,'2022-05-09 13:37:05'),(1238,8,646,1,0,0,1,'2022-05-09 14:35:39'),(1239,4,0,1,16,0,1,'2022-05-09 14:38:41'),(1240,8,646,1,0,0,1,'2022-05-09 14:46:08'),(1241,4,646,1,16,0,1,'2022-05-09 16:57:38'),(1242,4,646,1,16,0,1,'2022-05-09 16:59:59'),(1243,4,646,1,16,0,1,'2022-05-09 17:01:46'),(1244,4,646,1,16,0,1,'2022-05-09 17:07:33'),(1245,8,646,1,0,0,1,'2022-05-10 10:48:07'),(1246,8,646,1,0,0,1,'2022-05-10 10:58:31'),(1247,8,646,1,0,0,1,'2022-05-10 10:59:24'),(1248,8,646,1,0,0,1,'2022-05-10 11:01:47'),(1249,8,646,1,0,0,1,'2022-05-10 11:02:58'),(1250,8,646,1,0,0,1,'2022-05-10 11:03:52'),(1251,8,646,1,0,0,1,'2022-05-10 11:11:51'),(1252,8,646,1,0,0,1,'2022-05-10 11:29:57'),(1253,8,646,1,0,0,1,'2022-05-10 11:32:52'),(1254,8,646,1,0,0,1,'2022-05-10 11:34:17'),(1255,8,646,1,0,0,1,'2022-05-10 14:07:13'),(1256,8,646,1,0,0,1,'2022-05-10 14:09:17'),(1257,8,646,1,0,0,1,'2022-05-10 14:12:46'),(1258,8,646,1,0,0,1,'2022-05-10 14:25:26'),(1259,8,646,1,0,0,1,'2022-05-10 14:28:25'),(1260,8,646,1,0,0,1,'2022-05-10 14:29:13'),(1261,8,646,1,0,0,1,'2022-05-10 14:30:26'),(1262,8,646,1,0,0,1,'2022-05-10 14:33:26'),(1263,8,646,1,0,0,1,'2022-05-10 14:34:08'),(1264,8,646,1,0,0,1,'2022-05-10 14:38:34'),(1265,8,646,1,0,0,1,'2022-05-10 14:41:36'),(1266,8,646,1,0,0,1,'2022-05-10 14:42:21'),(1267,8,646,1,0,0,1,'2022-05-10 14:42:49'),(1268,4,0,1,16,0,1,'2022-05-10 16:15:02'),(1269,4,0,1,16,0,1,'2022-05-10 16:16:04'),(1270,3,649,1,13,0,6,'2022-05-19 15:48:57'),(1270,8,649,1,0,0,1,'2022-05-10 16:47:48'),(1271,4,0,1,16,0,1,'2022-05-10 17:03:58'),(1272,4,0,1,16,0,1,'2022-05-10 17:04:34'),(1273,4,0,1,16,0,1,'2022-05-10 17:13:21'),(1274,4,0,1,16,0,1,'2022-05-10 17:15:35'),(1275,4,0,1,16,0,1,'2022-05-10 17:16:38'),(1276,4,0,1,16,0,1,'2022-05-10 17:17:33'),(1277,3,646,1,13,0,3,'2022-05-23 10:17:35'),(1277,8,646,1,0,0,2,'2022-05-23 10:17:26'),(1278,3,726,1,13,0,3,'2022-05-23 14:07:32'),(1279,3,646,1,13,0,6,'2022-05-23 16:20:59'),(1279,8,646,1,0,0,4,'2022-05-23 14:44:41'),(1280,4,727,1,16,0,1,'2022-05-23 17:07:52'),(1281,1,0,1,1,0,1,'2022-05-24 10:51:49'),(1282,3,649,1,13,0,1,'2022-05-24 11:52:09'),(1283,3,649,1,13,0,1,'2022-05-24 12:00:49'),(1284,3,649,1,13,0,3,'2022-05-24 15:25:38'),(1284,7,649,1,0,0,1,'2022-05-30 15:54:59'),(1285,3,729,1,13,0,1,'2022-05-30 15:30:45'),(1285,4,729,1,16,0,1,'2022-05-30 15:30:03'),(1286,3,649,1,13,0,1,'2022-05-31 11:51:24'),(1287,3,731,1,13,0,5,'2022-05-31 15:14:40'),(1288,3,730,1,13,0,1,'2022-05-31 15:16:47'),(1289,3,731,1,13,0,2,'2022-05-31 16:39:13'),(1290,3,731,1,13,0,5,'2022-06-13 10:58:19'),(1290,8,731,1,0,0,1,'2022-06-07 15:32:53'),(1291,3,730,1,13,0,2,'2022-06-13 12:39:38'),(1292,3,731,1,13,0,1,'2022-06-13 12:39:39'),(1293,3,731,1,13,0,2,'2022-06-13 12:41:26'),(1294,3,731,1,13,0,3,'2022-06-13 16:22:22'),(1295,3,731,1,13,0,4,'2022-06-13 16:23:43'),(1296,3,731,1,13,0,1,'2022-06-13 16:32:47'),(1297,3,731,1,13,0,1,'2022-06-13 16:35:41'),(1298,3,730,1,13,0,1,'2022-06-14 10:18:29'),(1299,3,731,1,13,0,5,'2022-06-14 11:05:45'),(1300,3,731,1,13,0,5,'2022-06-14 11:35:13'),(1301,3,731,1,13,0,5,'2022-06-14 11:37:32'),(1302,3,731,1,13,0,4,'2022-06-14 11:39:13'),(1303,3,731,1,13,0,5,'2022-06-14 11:44:27'),(1304,3,731,1,13,0,5,'2022-06-14 11:52:32'),(1305,3,731,1,13,0,2,'2022-06-14 12:30:51'),(1306,3,730,1,13,0,1,'2022-06-14 14:59:22'),(1308,3,730,1,13,0,1,'2022-07-01 16:15:52'),(1309,3,730,1,13,0,1,'2022-07-01 16:34:04'),(1310,3,730,1,13,0,1,'2022-07-01 16:42:01'),(1311,3,731,1,13,0,1,'2022-07-25 10:15:53'),(1312,3,731,1,13,0,1,'2022-07-25 10:18:57'),(1313,3,731,1,13,0,1,'2022-07-25 10:26:48'),(1314,3,731,1,13,0,1,'2022-07-25 10:28:03'),(1315,7,731,1,0,0,6,'2022-07-25 10:31:04'),(1316,7,731,1,0,0,1,'2022-07-25 11:24:50'),(1317,7,731,1,0,0,3,'2022-07-26 15:05:16'),(1318,3,732,1,13,0,1,'2022-07-26 16:36:22'),(1318,7,731,1,0,0,1,'2022-07-26 16:24:32'),(1320,3,732,1,13,0,1,'2022-07-26 17:07:27'),(1321,1,26,1,1,0,1,'2022-07-26 17:10:54'),(1322,1,26,1,1,0,1,'2022-07-26 17:15:04'),(1323,3,732,1,13,0,1,'2022-07-28 10:23:42'),(1324,3,732,1,13,0,1,'2022-07-28 14:35:25'),(1325,3,732,1,13,0,1,'2022-08-01 14:10:22'),(1326,3,732,1,13,0,1,'2022-08-01 14:34:38'),(1327,4,732,1,16,0,5,'2022-08-01 14:36:20'),(1328,3,732,1,13,0,1,'2022-08-01 14:40:03'),(1329,6,732,1,0,0,1,'2022-08-01 14:43:19'),(1330,3,732,1,13,0,1,'2022-08-01 14:54:09'),(1331,3,732,1,13,0,1,'2022-08-01 15:35:11'),(1332,4,732,1,16,0,1,'2022-08-08 11:04:10'),(1333,4,732,1,16,0,1,'2022-08-08 11:16:06'),(1334,3,732,1,13,0,1,'2022-08-08 11:20:32'),(1334,4,732,1,16,0,1,'2022-08-08 11:17:49'),(1335,3,732,1,13,0,3,'2022-08-16 11:06:14'),(1336,3,732,1,13,0,3,'2022-08-16 11:08:57'),(1337,3,732,1,13,0,3,'2022-08-16 11:10:47'),(1338,3,732,1,13,0,1,'2022-08-16 11:16:01'),(1339,3,732,1,13,0,1,'2022-08-16 11:19:20'),(1340,3,732,1,13,0,1,'2022-08-16 11:28:14'),(1341,3,732,1,13,0,1,'2022-08-16 11:35:13'),(1342,3,732,1,13,0,1,'2022-08-16 11:40:06'),(1343,3,732,1,13,0,1,'2022-08-16 11:46:57'),(1344,3,732,1,13,0,1,'2022-08-16 11:48:20'),(1345,3,732,1,13,0,1,'2022-08-16 11:52:54'),(1346,3,732,1,13,0,1,'2022-08-16 11:59:23'),(1347,3,732,1,13,0,1,'2022-08-16 13:02:53'),(1348,3,732,1,13,0,1,'2022-08-16 13:04:11'),(1349,3,732,1,13,0,1,'2022-08-16 14:16:24'),(1350,8,732,1,0,0,20,'2022-08-16 14:21:53'),(1351,8,732,1,0,0,20,'2022-08-16 14:39:50'),(1352,3,732,1,13,0,2,'2022-08-16 15:13:25'),(1353,8,732,1,0,0,6,'2022-08-16 16:55:27'),(1354,3,732,1,13,0,2,'2022-08-16 16:58:17'),(1355,3,734,1,13,0,2,'2022-08-22 11:51:35'),(1356,3,734,1,13,0,1,'2022-09-01 11:34:16'),(1357,3,734,1,13,0,2,'2022-09-01 11:42:47'),(1358,3,732,1,13,0,1,'2022-09-01 13:51:26'),(1359,3,732,1,13,0,1,'2022-09-01 13:52:38'),(1360,4,0,1,16,0,1,'2022-09-01 15:01:12'),(1361,4,0,1,16,0,1,'2022-09-01 15:01:17'),(1362,4,0,1,16,0,1,'2022-09-01 15:09:26'),(1363,4,0,1,16,0,1,'2022-09-01 15:09:57'),(1364,3,732,1,13,0,2,'2022-09-02 10:21:33'),(1364,10,732,1,24,0,1,'2022-09-02 11:58:59'),(1365,4,743,1,16,0,1,'2022-09-02 10:23:15'),(1366,1,732,1,1,0,3,'2022-09-02 12:29:35'),(1366,10,732,1,24,0,1,'2022-09-02 12:36:10'),(1367,3,732,1,13,0,3,'2022-09-06 10:35:42'),(1368,1,732,1,1,0,4,'2022-09-06 10:36:38'),(1369,1,732,1,1,0,3,'2022-09-06 10:38:25'),(1370,3,744,1,13,0,2,'2022-09-07 10:11:21'),(1371,1,732,1,1,0,1,'2022-09-15 11:28:46'),(1372,1,733,1,1,0,1,'2022-09-15 11:31:37'),(1372,3,733,1,13,0,1,'2022-09-15 15:12:19'),(1373,3,733,1,13,0,1,'2022-09-19 14:34:12'),(1374,3,733,1,13,0,1,'2022-09-19 14:48:15'),(1375,3,733,1,13,0,1,'2022-09-19 14:55:49'),(1376,3,745,1,13,0,1,'2022-09-19 14:58:04'),(1377,3,732,1,13,0,1,'2022-10-06 12:00:06'),(1378,3,732,1,13,0,1,'2022-10-06 12:02:14'),(1379,3,746,1,13,0,1,'2022-10-10 11:34:08'),(1380,3,747,1,13,0,1,'2022-10-10 11:34:59'),(1381,3,745,1,13,0,1,'2022-10-11 14:37:22'),(1382,3,745,1,13,0,1,'2022-10-17 10:14:25'),(1383,3,745,1,13,0,1,'2022-10-17 13:46:15'),(1384,1,745,1,1,0,1,'2022-10-17 13:48:30'),(1385,1,746,1,1,0,1,'2022-10-17 13:56:09'),(1386,1,746,1,1,0,1,'2022-10-17 14:05:29'),(1387,1,746,1,1,0,1,'2022-10-17 14:09:24'),(1388,1,746,1,1,0,1,'2022-10-17 14:36:24'),(1389,1,746,1,1,0,1,'2022-10-17 14:40:31'),(1390,1,746,1,1,0,1,'2022-10-17 15:07:36'),(1391,1,746,1,1,0,1,'2022-10-17 15:11:08'),(1392,1,746,1,1,0,1,'2022-10-17 15:13:41'),(1393,1,746,1,1,0,1,'2022-10-17 15:14:54'),(1394,3,745,1,13,0,1,'2022-10-18 09:53:29'),(1395,1,745,1,2,0,1,'2022-10-18 13:06:40'),(1396,1,748,1,1,0,1,'2022-10-18 13:08:09'),(1397,1,745,1,1,0,1,'2022-10-18 14:57:38'),(1398,1,746,1,1,0,1,'2022-10-18 14:57:38'),(1399,1,746,1,1,0,1,'2022-10-18 15:00:53'),(1400,1,746,1,1,0,1,'2022-10-18 15:02:05'),(1401,1,746,1,1,0,1,'2022-10-18 15:10:43'),(1402,1,746,1,1,0,1,'2022-10-18 15:58:30'),(1403,1,750,1,1,0,1,'2022-10-24 10:34:11'),(1403,3,750,1,13,0,3,'2022-11-10 09:43:46'),(1404,3,749,1,13,0,1,'2022-11-10 09:53:45'),(1405,3,749,1,13,0,3,'2022-11-14 14:52:56'),(1406,3,745,1,13,0,5,'2022-11-21 16:40:06'),(1406,3,745,1,14,0,1,'2022-11-21 16:40:14'),(1406,3,745,1,67,0,10,'2022-11-28 09:35:20'),(1406,3,745,1,68,0,1,'2022-11-22 15:39:41'); -/*!40000 ALTER TABLE `ps_cart_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule` --- - -DROP TABLE IF EXISTS `ps_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule` ( - `id_cart_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned NOT NULL DEFAULT '0', - `date_from` datetime NOT NULL, - `date_to` datetime NOT NULL, - `description` text, - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `quantity_per_user` int(10) unsigned NOT NULL DEFAULT '0', - `priority` int(10) unsigned NOT NULL DEFAULT '1', - `partial_use` tinyint(1) unsigned NOT NULL DEFAULT '0', - `code` varchar(254) NOT NULL, - `minimum_amount` decimal(17,2) NOT NULL DEFAULT '0.00', - `minimum_amount_tax` tinyint(1) NOT NULL DEFAULT '0', - `minimum_amount_currency` int(10) unsigned NOT NULL DEFAULT '0', - `minimum_amount_shipping` tinyint(1) NOT NULL DEFAULT '0', - `country_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `carrier_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `group_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `cart_rule_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `product_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shop_restriction` tinyint(1) unsigned NOT NULL DEFAULT '0', - `free_shipping` tinyint(1) NOT NULL DEFAULT '0', - `reduction_percent` decimal(5,2) NOT NULL DEFAULT '0.00', - `reduction_amount` decimal(17,2) NOT NULL DEFAULT '0.00', - `reduction_tax` tinyint(1) unsigned NOT NULL DEFAULT '0', - `reduction_currency` int(10) unsigned NOT NULL DEFAULT '0', - `reduction_product` int(10) NOT NULL DEFAULT '0', - `reduction_exclude_special` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift_product` int(10) unsigned NOT NULL DEFAULT '0', - `gift_product_attribute` int(10) unsigned NOT NULL DEFAULT '0', - `highlight` tinyint(1) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_cart_rule`), - KEY `id_customer` (`id_customer`,`active`,`date_to`), - KEY `group_restriction` (`group_restriction`,`active`,`date_to`), - KEY `id_customer_2` (`id_customer`,`active`,`highlight`,`date_to`), - KEY `group_restriction_2` (`group_restriction`,`active`,`highlight`,`date_to`), - KEY `date_from` (`date_from`), - KEY `date_to` (`date_to`) -) ENGINE=InnoDB AUTO_INCREMENT=15 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule` --- - -LOCK TABLES `ps_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule` DISABLE KEYS */; -INSERT INTO `ps_cart_rule` VALUES (14,0,'2022-09-02 11:00:00','2022-10-31 11:00:00','',11109,111111,1,1,'free',0.00,0,1,0,0,0,0,0,0,0,0,0.00,0.00,0,1,0,0,10,24,0,1,'2022-09-02 11:58:37','2022-09-02 12:36:41'); -/*!40000 ALTER TABLE `ps_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_carrier` --- - -DROP TABLE IF EXISTS `ps_cart_rule_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_carrier` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_carrier` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_carrier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_carrier` --- - -LOCK TABLES `ps_cart_rule_carrier` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_carrier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_combination` --- - -DROP TABLE IF EXISTS `ps_cart_rule_combination`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_combination` ( - `id_cart_rule_1` int(10) unsigned NOT NULL, - `id_cart_rule_2` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule_1`,`id_cart_rule_2`), - KEY `id_cart_rule_1` (`id_cart_rule_1`), - KEY `id_cart_rule_2` (`id_cart_rule_2`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_combination` --- - -LOCK TABLES `ps_cart_rule_combination` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_combination` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_combination` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_country` --- - -DROP TABLE IF EXISTS `ps_cart_rule_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_country` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_country` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_country` --- - -LOCK TABLES `ps_cart_rule_country` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_country` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_group` --- - -DROP TABLE IF EXISTS `ps_cart_rule_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_group` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_group` --- - -LOCK TABLES `ps_cart_rule_group` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_lang` --- - -DROP TABLE IF EXISTS `ps_cart_rule_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_lang` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(254) NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_lang` --- - -LOCK TABLES `ps_cart_rule_lang` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_lang` DISABLE KEYS */; -INSERT INTO `ps_cart_rule_lang` VALUES (14,1,'free'),(14,3,'free'),(14,4,'free'),(14,5,'free'),(14,6,'free'),(14,7,'free'),(14,8,'free'),(14,9,'free'),(14,10,'free'),(14,11,'free'),(14,12,'free'),(14,13,'free'); -/*!40000 ALTER TABLE `ps_cart_rule_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_product_rule` --- - -DROP TABLE IF EXISTS `ps_cart_rule_product_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_product_rule` ( - `id_product_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product_rule_group` int(10) unsigned NOT NULL, - `type` enum('products','categories','attributes','manufacturers','suppliers') NOT NULL, - PRIMARY KEY (`id_product_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_product_rule` --- - -LOCK TABLES `ps_cart_rule_product_rule` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_product_rule_group` --- - -DROP TABLE IF EXISTS `ps_cart_rule_product_rule_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_product_rule_group` ( - `id_product_rule_group` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart_rule` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_product_rule_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_product_rule_group` --- - -LOCK TABLES `ps_cart_rule_product_rule_group` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_product_rule_value` --- - -DROP TABLE IF EXISTS `ps_cart_rule_product_rule_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_product_rule_value` ( - `id_product_rule` int(10) unsigned NOT NULL, - `id_item` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_rule`,`id_item`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_product_rule_value` --- - -LOCK TABLES `ps_cart_rule_product_rule_value` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_product_rule_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cart_rule_shop` --- - -DROP TABLE IF EXISTS `ps_cart_rule_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cart_rule_shop` ( - `id_cart_rule` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_cart_rule`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cart_rule_shop` --- - -LOCK TABLES `ps_cart_rule_shop` WRITE; -/*!40000 ALTER TABLE `ps_cart_rule_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cart_rule_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category` --- - -DROP TABLE IF EXISTS `ps_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category` ( - `id_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_parent` int(10) unsigned NOT NULL, - `id_shop_default` int(10) unsigned NOT NULL DEFAULT '1', - `level_depth` tinyint(3) unsigned NOT NULL DEFAULT '0', - `nleft` int(10) unsigned NOT NULL DEFAULT '0', - `nright` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `is_root_category` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_category`), - KEY `category_parent` (`id_parent`), - KEY `nleftrightactive` (`nleft`,`nright`,`active`), - KEY `level_depth` (`level_depth`), - KEY `nright` (`nright`), - KEY `activenleft` (`active`,`nleft`), - KEY `activenright` (`active`,`nright`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category` --- - -LOCK TABLES `ps_category` WRITE; -/*!40000 ALTER TABLE `ps_category` DISABLE KEYS */; -INSERT INTO `ps_category` VALUES (1,0,1,0,1,22,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0,0),(2,1,1,1,2,21,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0,1),(3,2,1,2,3,8,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(4,3,1,3,4,5,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(5,3,1,3,6,7,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(6,2,1,2,9,14,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(7,6,1,3,10,11,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(8,6,1,3,12,13,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(9,2,1,2,15,16,1,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,0),(10,2,1,2,17,18,0,'2022-04-04 14:53:50','2022-04-04 14:53:50',0,0),(11,2,1,2,19,20,0,'2022-04-04 14:53:50','2022-04-04 14:53:50',0,0); -/*!40000 ALTER TABLE `ps_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_group` --- - -DROP TABLE IF EXISTS `ps_category_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_group` ( - `id_category` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_category`,`id_group`), - KEY `id_category` (`id_category`), - KEY `id_group` (`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_group` --- - -LOCK TABLES `ps_category_group` WRITE; -/*!40000 ALTER TABLE `ps_category_group` DISABLE KEYS */; -INSERT INTO `ps_category_group` VALUES (2,0),(2,1),(2,2),(2,3),(2,4),(2,5),(3,1),(3,2),(3,3),(4,1),(4,2),(4,3),(5,1),(5,2),(5,3),(6,1),(6,2),(6,3),(7,1),(7,2),(7,3),(8,1),(8,2),(8,3),(9,1),(9,2),(9,3),(10,5),(11,5); -/*!40000 ALTER TABLE `ps_category_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_lang` --- - -DROP TABLE IF EXISTS `ps_category_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_lang` ( - `id_category` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(128) NOT NULL, - `description` text, - `link_rewrite` varchar(128) NOT NULL, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_category`,`id_shop`,`id_lang`), - KEY `category_name` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_lang` --- - -LOCK TABLES `ps_category_lang` WRITE; -/*!40000 ALTER TABLE `ps_category_lang` DISABLE KEYS */; -INSERT INTO `ps_category_lang` VALUES (1,1,1,'Root','','root','','',''),(1,1,3,'Root','','root','','',''),(1,1,4,'Racine','','racine','','',''),(1,1,5,'Stammverzeichnis','','stammverzeichnis','','',''),(1,1,6,'Utama','','utama','','',''),(1,1,7,'根','','根','','',''),(1,1,8,'Root','','root','','',''),(1,1,9,'Baza','','baza','','',''),(1,1,10,'Juuri','','juuri','','',''),(1,1,11,'ルート','','ルート','','',''),(1,1,12,'Root','','root','','',''),(1,1,13,'Hovedkategori','','hovedkategori','','',''),(1,2,1,'Root','','root','','',''),(1,2,3,'Root','','root','','',''),(1,2,4,'Racine','','racine','','',''),(1,2,5,'Stammverzeichnis','','stammverzeichnis','','',''),(1,2,6,'Utama','','utama','','',''),(1,2,7,'根','','根','','',''),(1,2,8,'Root','','root','','',''),(1,2,9,'Baza','','baza','','',''),(1,2,10,'Juuri','','juuri','','',''),(1,2,11,'ルート','','ルート','','',''),(1,2,12,'Root','','root','','',''),(1,2,13,'Hovedkategori','','hovedkategori','','',''),(2,1,1,'Home','','home','','',''),(2,1,3,'Home','','home','','',''),(2,1,4,'Accueil','','accueil','','',''),(2,1,5,'Startseite','','startseite','','',''),(2,1,6,'Laman Utama','','laman-utama','','',''),(2,1,7,'主页','','主页','','',''),(2,1,8,'Home','','home','','',''),(2,1,9,'Strona główna','','strona-glowna','','',''),(2,1,10,'Etusivulle','','etusivulle','','',''),(2,1,11,'ホーム','','ホーム','','',''),(2,1,12,'Home','','home','','',''),(2,1,13,'Forside','','forside','','',''),(2,2,1,'Home','','home','','',''),(2,2,3,'Home','','home','','',''),(2,2,4,'Accueil','','accueil','','',''),(2,2,5,'Startseite','','startseite','','',''),(2,2,6,'Laman Utama','','laman-utama','','',''),(2,2,7,'主页','','主页','','',''),(2,2,8,'Home','','home','','',''),(2,2,9,'Strona główna','','strona-glowna','','',''),(2,2,10,'Etusivulle','','etusivulle','','',''),(2,2,11,'ホーム','','ホーム','','',''),(2,2,12,'Home','','home','','',''),(2,2,13,'Forside','','forside','','',''),(3,1,1,'Clothes','

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

','accessories','','',''),(6,1,6,'Aksesori','

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

','accessories','','',''),(6,1,7,'配件','

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

','accessories','','',''),(6,1,8,'Accessories','

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

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

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

','accessories','','',''),(6,1,10,'Lisätarvikkeet','

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

','accessories','','',''),(6,1,11,'アクセサリ:','

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

','accessories','','',''),(6,1,12,'Accessories','

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

','accessories','','',''),(6,1,13,'Tilbehør','

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

','accessories','','',''),(6,2,1,'Accessories','

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

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

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

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

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

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

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

','accessories','','',''),(6,2,6,'Aksesori','

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

','accessories','','',''),(6,2,7,'配件','

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

','accessories','','',''),(6,2,8,'Accessories','

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

','accessories','','',''),(6,2,9,'Produkty powiązane','

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

','accessories','','',''),(6,2,10,'Lisätarvikkeet','

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

','accessories','','',''),(6,2,11,'アクセサリ:','

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

','accessories','','',''),(6,2,12,'Accessories','

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

','accessories','','',''),(6,2,13,'Tilbehør','

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

','art','','',''),(9,1,10,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,1,11,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,1,12,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,1,13,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,1,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,3,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,4,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,5,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,6,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,7,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,8,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,9,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,10,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,11,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,12,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(9,2,13,'Art','

Framed poster and vector images, all you need to give personality to your walls or bring your creative projects to life.

','art','','',''),(10,1,1,'Presents','','presents','','',''),(10,1,3,'Presents','','presents','','',''),(10,1,4,'Presents','','presents','','',''),(10,1,5,'Presents','','presents','','',''),(10,1,6,'Presents','','presents','','',''),(10,1,7,'Presents','','presents','','',''),(10,1,8,'Presents','','presents','','',''),(10,1,9,'Presents','','presents','','',''),(10,1,10,'Presents','','presents','','',''),(10,1,11,'Presents','','presents','','',''),(10,1,12,'Presents','','presents','','',''),(10,1,13,'Presents','','presents','','',''),(10,2,1,'Presents','','presents','','',''),(10,2,3,'Presents','','presents','','',''),(10,2,4,'Presents','','presents','','',''),(10,2,5,'Presents','','presents','','',''),(10,2,6,'Presents','','presents','','',''),(10,2,7,'Presents','','presents','','',''),(10,2,8,'Presents','','presents','','',''),(10,2,9,'Presents','','presents','','',''),(10,2,10,'Presents','','presents','','',''),(10,2,11,'Presents','','presents','','',''),(10,2,12,'Presents','','presents','','',''),(10,2,13,'Presents','','presents','','',''),(11,1,1,'Presents','','presents','','',''),(11,1,3,'Presents','','presents','','',''),(11,1,4,'Presents','','presents','','',''),(11,1,5,'Presents','','presents','','',''),(11,1,6,'Presents','','presents','','',''),(11,1,7,'Presents','','presents','','',''),(11,1,8,'Presents','','presents','','',''),(11,1,9,'Presents','','presents','','',''),(11,1,10,'Presents','','presents','','',''),(11,1,11,'Presents','','presents','','',''),(11,1,12,'Presents','','presents','','',''),(11,1,13,'Presents','','presents','','',''),(11,2,1,'Presents','','presents','','',''),(11,2,3,'Presents','','presents','','',''),(11,2,4,'Presents','','presents','','',''),(11,2,5,'Presents','','presents','','',''),(11,2,6,'Presents','','presents','','',''),(11,2,7,'Presents','','presents','','',''),(11,2,8,'Presents','','presents','','',''),(11,2,9,'Presents','','presents','','',''),(11,2,10,'Presents','','presents','','',''),(11,2,11,'Presents','','presents','','',''),(11,2,12,'Presents','','presents','','',''),(11,2,13,'Presents','','presents','','',''); -/*!40000 ALTER TABLE `ps_category_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_product` --- - -DROP TABLE IF EXISTS `ps_category_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_product` ( - `id_category` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_category`,`id_product`), - KEY `id_product` (`id_product`), - KEY `id_category` (`id_category`,`position`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_product` --- - -LOCK TABLES `ps_category_product` WRITE; -/*!40000 ALTER TABLE `ps_category_product` DISABLE KEYS */; -INSERT INTO `ps_category_product` VALUES (2,1,1),(2,2,2),(2,3,3),(2,4,4),(2,5,5),(2,6,6),(2,7,7),(2,8,8),(2,9,9),(2,10,10),(2,11,11),(2,12,12),(2,13,13),(2,14,14),(2,15,15),(2,16,16),(2,17,17),(2,18,18),(2,19,19),(2,20,20),(2,21,21),(3,1,1),(3,2,2),(4,1,1),(5,2,1),(6,7,1),(6,6,2),(6,8,3),(6,10,4),(6,9,5),(6,11,6),(6,15,7),(6,16,8),(6,17,9),(6,18,10),(6,19,11),(7,16,1),(7,17,2),(7,18,3),(8,6,1),(8,7,2),(8,8,3),(8,9,4),(8,10,5),(8,11,6),(8,15,7),(8,19,8),(9,3,1),(9,4,2),(9,5,3),(9,12,4),(9,13,5),(9,14,6),(9,15,7); -/*!40000 ALTER TABLE `ps_category_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_category_shop` --- - -DROP TABLE IF EXISTS `ps_category_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_category_shop` ( - `id_category` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_category`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_category_shop` --- - -LOCK TABLES `ps_category_shop` WRITE; -/*!40000 ALTER TABLE `ps_category_shop` DISABLE KEYS */; -INSERT INTO `ps_category_shop` VALUES (1,1,0),(1,2,0),(2,1,0),(2,2,0),(3,1,0),(3,2,1),(4,1,0),(5,1,1),(6,1,1),(6,2,2),(7,1,0),(8,1,1),(9,1,2),(9,2,3),(10,1,3),(10,2,4),(11,1,4),(11,2,5); -/*!40000 ALTER TABLE `ps_category_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms` --- - -DROP TABLE IF EXISTS `ps_cms`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms` ( - `id_cms` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cms_category` int(10) unsigned NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `indexation` tinyint(1) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_cms`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms` --- - -LOCK TABLES `ps_cms` WRITE; -/*!40000 ALTER TABLE `ps_cms` DISABLE KEYS */; -INSERT INTO `ps_cms` VALUES (1,1,0,1,0),(2,1,1,1,0),(3,1,2,1,0),(4,1,3,1,0),(5,1,4,1,0); -/*!40000 ALTER TABLE `ps_cms` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_category` --- - -DROP TABLE IF EXISTS `ps_cms_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_category` ( - `id_cms_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_parent` int(10) unsigned NOT NULL, - `level_depth` tinyint(3) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_cms_category`), - KEY `category_parent` (`id_parent`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_category` --- - -LOCK TABLES `ps_cms_category` WRITE; -/*!40000 ALTER TABLE `ps_cms_category` DISABLE KEYS */; -INSERT INTO `ps_cms_category` VALUES (1,0,1,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0); -/*!40000 ALTER TABLE `ps_cms_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_category_lang` --- - -DROP TABLE IF EXISTS `ps_cms_category_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_category_lang` ( - `id_cms_category` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `name` varchar(128) NOT NULL, - `description` text, - `link_rewrite` varchar(128) NOT NULL, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_cms_category`,`id_shop`,`id_lang`), - KEY `category_name` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_category_lang` --- - -LOCK TABLES `ps_cms_category_lang` WRITE; -/*!40000 ALTER TABLE `ps_cms_category_lang` DISABLE KEYS */; -INSERT INTO `ps_cms_category_lang` VALUES (1,1,1,'Home','','home','','',''),(1,3,1,'Home','','home','','',''),(1,4,1,'Accueil','','accueil','','',''),(1,5,1,'Startseite','','startseite','','',''),(1,6,1,'Laman Utama','','laman-utama','','',''),(1,7,1,'主页','','主页','','',''),(1,8,1,'Home','','home','','',''),(1,9,1,'Strona główna','','strona-glowna','','',''),(1,10,1,'Etusivulle','','etusivulle','','',''),(1,11,1,'ホーム','','ホーム','','',''),(1,12,1,'Home','','home','','',''),(1,13,1,'Forside','','forside','','',''),(1,1,2,'Home','','home','','',''),(1,3,2,'Home','','home','','',''),(1,4,2,'Accueil','','accueil','','',''),(1,5,2,'Startseite','','startseite','','',''),(1,6,2,'Laman Utama','','laman-utama','','',''),(1,7,2,'主页','','主页','','',''),(1,8,2,'Home','','home','','',''),(1,9,2,'Strona główna','','strona-glowna','','',''),(1,10,2,'Etusivulle','','etusivulle','','',''),(1,11,2,'ホーム','','ホーム','','',''),(1,12,2,'Home','','home','','',''),(1,13,2,'Forside','','forside','','',''); -/*!40000 ALTER TABLE `ps_cms_category_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_category_shop` --- - -DROP TABLE IF EXISTS `ps_cms_category_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_category_shop` ( - `id_cms_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cms_category`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_category_shop` --- - -LOCK TABLES `ps_cms_category_shop` WRITE; -/*!40000 ALTER TABLE `ps_cms_category_shop` DISABLE KEYS */; -INSERT INTO `ps_cms_category_shop` VALUES (1,1),(1,2); -/*!40000 ALTER TABLE `ps_cms_category_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_lang` --- - -DROP TABLE IF EXISTS `ps_cms_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_lang` ( - `id_cms` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `meta_title` varchar(255) NOT NULL, - `head_seo_title` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `content` longtext, - `link_rewrite` varchar(128) NOT NULL, - PRIMARY KEY (`id_cms`,`id_shop`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_lang` --- - -LOCK TABLES `ps_cms_lang` WRITE; -/*!40000 ALTER TABLE `ps_cms_lang` DISABLE KEYS */; -INSERT INTO `ps_cms_lang` VALUES (1,1,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,3,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,4,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,5,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,6,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,7,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,8,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,9,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,10,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,11,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,12,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,13,1,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,1,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,3,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,4,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,5,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,6,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,7,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,8,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,9,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,10,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,11,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,12,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(1,13,2,'Delivery','','Our terms and conditions of delivery','conditions, delivery, delay, shipment, pack','

Shipments and returns

Your pack shipment

Packages are generally dispatched within 2 days after receipt of payment and are shipped via UPS with tracking and drop-off without signature. If you prefer delivery by UPS Extra with required signature, an additional cost will be applied, so please contact us before choosing this method. Whichever shipment choice you make, we will provide you with a link to track your package online.

Shipping fees include handling and packing fees as well as postage costs. Handling fees are fixed, whereas transport fees vary according to total weight of the shipment. We advise you to group your items in one order. We cannot group two distinct orders placed separately, and shipping fees will apply to each of them. Your package will be dispatched at your own risk, but special care is taken to protect fragile objects.

Boxes are amply sized and your items are well-protected.

','delivery'),(2,1,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,3,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,4,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,5,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,6,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,7,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,8,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,9,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,10,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,11,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,12,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,13,1,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,1,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,3,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,4,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,5,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,6,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,7,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,8,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,9,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,10,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,11,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,12,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(2,13,2,'Legal Notice','','Legal notice','notice, legal, credits','

Legal

Credits

Concept and production:

This Online store was created using Prestashop Shopping Cart Software,check out PrestaShop\'s ecommerce blog for news and advices about selling online and running your ecommerce website.

','legal-notice'),(3,1,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,3,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,4,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,5,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,6,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,7,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,8,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,9,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,10,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,11,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,12,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,13,1,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,1,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,3,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,4,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,5,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,6,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,7,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,8,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,9,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,10,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,11,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,12,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(3,13,2,'Terms and conditions of use','','Our terms and conditions of use','conditions, terms, use, sell','

Terms and conditions of use

\n

Rule 1

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

\n

Rule 2

\n

Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

\n

Rule 3

\n

Tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniamю

','terms-and-conditions-of-use'),(4,1,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,3,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,4,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,5,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,6,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,7,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,8,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,9,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,10,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,11,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,12,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,13,1,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,1,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,3,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,4,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,5,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,6,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,7,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,8,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,9,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,10,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,11,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,12,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(4,13,2,'About us','','Learn more about us','about us, informations','

About us

\n
\n
\n
\n

Our company

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididun.

\n

Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam. Lorem ipsum dolor sit amet conse ctetur adipisicing elit.

\n
    \n
  • Top quality products
  • \n
  • Best customer service
  • \n
  • 30-days money back guarantee
  • \n
\n
\n
\n
\n
\n

Our team

\n\"cms-img\"\n

Lorem set sint occaecat cupidatat non

\n

Eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo.

\n
\n
\n
\n
\n

Testimonials

\n
\n
Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim.
\n
\n

Lorem ipsum dolor sit

\n
\n
Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet conse ctetur adipisicing elit. Lorem ipsum dolor sit amet conse ctetur adipisicing elit, sed do eiusmod.
\n
\n

Ipsum dolor sit

\n
\n
\n
','about-us'),(5,1,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,3,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,4,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,5,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,6,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,7,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,8,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,9,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,10,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,11,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,12,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,13,1,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,1,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,3,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,4,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,5,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,6,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,7,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,8,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,9,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,10,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,11,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,12,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'),(5,13,2,'Secure payment','','Our secure payment method','secure payment, ssl, visa, mastercard, paypal','

Secure payment

\r\n

Our secure payment

With SSL

\r\n

Using Visa/Mastercard/Paypal

About this service

','secure-payment'); -/*!40000 ALTER TABLE `ps_cms_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_role` --- - -DROP TABLE IF EXISTS `ps_cms_role`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_role` ( - `id_cms_role` int(11) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `id_cms` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cms_role`,`id_cms`), - UNIQUE KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_role` --- - -LOCK TABLES `ps_cms_role` WRITE; -/*!40000 ALTER TABLE `ps_cms_role` DISABLE KEYS */; -INSERT INTO `ps_cms_role` VALUES (1,'LEGAL_CONDITIONS',3),(2,'LEGAL_NOTICE',2); -/*!40000 ALTER TABLE `ps_cms_role` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_role_lang` --- - -DROP TABLE IF EXISTS `ps_cms_role_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_role_lang` ( - `id_cms_role` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `name` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_cms_role`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_role_lang` --- - -LOCK TABLES `ps_cms_role_lang` WRITE; -/*!40000 ALTER TABLE `ps_cms_role_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_cms_role_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_cms_shop` --- - -DROP TABLE IF EXISTS `ps_cms_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_cms_shop` ( - `id_cms` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_cms`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_cms_shop` --- - -LOCK TABLES `ps_cms_shop` WRITE; -/*!40000 ALTER TABLE `ps_cms_shop` DISABLE KEYS */; -INSERT INTO `ps_cms_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2),(4,2),(5,2); -/*!40000 ALTER TABLE `ps_cms_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_condition` --- - -DROP TABLE IF EXISTS `ps_condition`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_condition` ( - `id_condition` int(11) NOT NULL AUTO_INCREMENT, - `id_ps_condition` int(11) NOT NULL, - `type` enum('configuration','install','sql') NOT NULL, - `request` text, - `operator` varchar(32) DEFAULT NULL, - `value` varchar(64) DEFAULT NULL, - `result` varchar(64) DEFAULT NULL, - `calculation_type` enum('hook','time') DEFAULT NULL, - `calculation_detail` varchar(64) DEFAULT NULL, - `validated` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_condition`,`id_ps_condition`) -) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_condition` --- - -LOCK TABLES `ps_condition` WRITE; -/*!40000 ALTER TABLE `ps_condition` DISABLE KEYS */; -INSERT INTO `ps_condition` VALUES (1,1,'configuration','PS_REWRITING_SETTINGS','==','1','','hook','actionAdminMetaControllerUpdate_optionsAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(2,2,'configuration','PS_SMARTY_FORCE_COMPILE','!=','2','1','hook','actionAdminPerformanceControllerSaveAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(3,3,'configuration','PS_CSS_THEME_CACHE','==','1','','hook','actionAdminPerformanceControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(4,4,'configuration','PS_CIPHER_ALGORITHM','==','1','1','hook','actionAdminPerformanceControllerSaveAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(5,5,'configuration','PS_MEDIA_SERVERS','==','1','','hook','actionAdminPerformanceControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(6,6,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','0','1','hook','actionModuleInstallAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(7,7,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','1','2','hook','actionModuleInstallAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(8,8,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','0','3','hook','actionObjectCarrierAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(9,9,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','1','3','hook','actionObjectCarrierAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(10,10,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','0','1','hook','actionObjectProductAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(11,11,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','9','2','hook','actionObjectProductAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(12,12,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','99','2','hook','actionObjectProductAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(13,13,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','999','2','hook','actionObjectProductAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(14,14,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','9999','2','hook','actionObjectProductAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(15,15,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','99999','2','hook','actionObjectProductAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(16,16,'configuration','PS_SHOP_PHONE','!=','0','','hook','actionAdminStoresControllerUpdate_optionsAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(17,17,'sql','SELECT COUNT(*) FROM PREFIX_contact','>','2','2','hook','actionObjectContactAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(18,18,'sql','SELECT COUNT(*) FROM PREFIX_contact','>','4','2','hook','actionObjectContactAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(19,19,'install','','>','0','1','time','1',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(20,20,'install','','>=','7','1','time','1',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(21,21,'configuration','PS_LOGO','!=','logo.jpg','1','hook','actionAdminThemesControllerUpdate_optionsAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(22,22,'sql','SELECT COUNT(*) FROM PREFIX_theme WHERE directory != \"default\" AND directory != \"prestashop\" AND directory ! \"default-bootstrap\"','>','0','0','hook','actionObjectShopUpdateAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(23,23,'configuration','PS_LOGGED_ON_ADDONS','==','1','','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(24,24,'configuration','PS_MULTISHOP_FEATURE_ACTIVE','==','1','1','hook','actionAdminPreferencesControllerUpdate_optionsAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(25,25,'sql','SELECT COUNT(*) FROM PREFIX_shop','>','1','2','hook','actionObjectShopAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(26,26,'sql','SELECT COUNT(*) FROM PREFIX_shop','>','4','2','hook','actionObjectShopAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(27,27,'sql','SELECT COUNT(*) FROM PREFIX_shop_group','>','5','1','hook','actionObjectShopGroupAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(28,28,'sql','SELECT COUNT(*) FROM PREFIX_shop_group','>','1','1','hook','actionObjectShopGroupAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(29,29,'sql','SELECT COUNT(distinct m.id_module) FROM PREFIX_hook h LEFT JOIN PREFIX_hook_module hm ON h.id_hook = hm.id_hook LEFT JOIN PREFIX_module m ON hm.id_module = m.id_module\r\nWHERE (h.name = \"displayPayment\" OR h.name = \"payment\") AND m.name NOT IN (\"bankwire\", \"cheque\", \"cashondelivery\")','>','2','3','hook','actionModuleInstallAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(30,30,'sql','SELECT COUNT(*) FROM PREFIX_carrier WHERE name NOT IN (\"0\", \"My carrier\")','>','2','3','hook','actionObjectCarrierAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(31,31,'sql','SELECT SUM(total_paid_tax_excl / c.conversion_rate)\r\nFROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','200','211','hook','actionOrderStatusUpdate',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(32,32,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','2000','2009','hook','actionOrderStatusUpdate',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(33,33,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1 AND reference != \"XKBKNABJK\"','>=','20000','18096','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(34,34,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','200000','1980','time','7',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(35,35,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','2000000','1980','time','7',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(36,36,'sql',' SELECT SUM(total_paid_tax_excl / c.conversion_rate) FROM PREFIX_orders o INNER JOIN PREFIX_currency c ON c.id_currency = o.id_currency WHERE valid = 1','>=','20000000','1980','time','7',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(37,37,'install','','>=','30','1','time','1',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(38,38,'install','','>=','182','1','time','2',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(39,39,'install','','>=','365','1','time','2',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(40,40,'install','','>=','730','','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(41,41,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','10','39','time','1',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(42,42,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','100','141','time','1',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(43,43,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','1000','526','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(44,44,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','10000','325','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(45,45,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','100000','325','time','3',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(46,46,'sql','SELECT COUNT(*) FROM PREFIX_guest','>=','1000000','274','time','4',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(47,47,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','2','2','hook','actionObjectCartAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(48,48,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','10','10','hook','actionObjectCartAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(49,49,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','100','100','hook','actionObjectCartAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(50,50,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','1000','1000','time','1',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(51,51,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','10000','1000','time','4',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(52,52,'sql','SELECT COUNT(*) FROM PREFIX_cart WHERE secure_key != \"b44a6d9efd7a0076a0fbce6b15eaf3b1\"','>=','100000','1000','time','8',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(53,53,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','1','1','hook','actionObjectOrderAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(54,54,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','10','10','hook','actionObjectOrderAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(55,55,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','100','100','hook','actionObjectOrderAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(56,56,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','1000','467','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(57,57,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','10000','343','time','4',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(58,58,'sql','SELECT COUNT(*) FROM PREFIX_orders WHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\")','>=','100000','101','time','8',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(59,59,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','1','1','hook','actionObjectCustomerAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(60,60,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','10','10','hook','actionObjectCustomerAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(61,61,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','100','100','hook','actionObjectCustomerAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(62,62,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','1000','355','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(63,63,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','10000','124','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(64,64,'sql','SELECT COUNT(*) FROM PREFIX_customer WHERE email != \"pub@prestashop.com\"','>=','100000','124','time','4',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(65,65,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','1','0','hook','actionObjectCustomerThreadAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(66,66,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','10','0','hook','actionObjectCustomerThreadAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(67,67,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','100','0','hook','actionObjectCustomerThreadAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(68,68,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','1000','0','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(69,69,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','10000','0','time','4',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(70,70,'sql','SELECT COUNT(*) FROM PREFIX_customer_thread','>=','100000','0','time','8',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(71,76,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"CA\",\r\n\"GL\",\r\n\"PM\",\r\n\"US\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(72,79,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"UM\",\r\n\"AS\",\r\n\"AU\",\r\n\"CK\",\r\n\"FJ\",\r\n\"FM\",\r\n\"GU\",\r\n\"KI\",\r\n\"MH,\"\r\n\"MP\",\r\n\"NC\",\r\n\"NF\",\r\n\"NR\",\r\n\"NU\",\r\n\"NZ\",\r\n\"PF\",\r\n\"PG\",\r\n\"PN\",\r\n\"PW\",\r\n\"SB\",\r\n\"TK\",\r\n\"TO\",\r\n\"TV\",\r\n\"VU\",\r\n\"WF\",\r\n\"WS\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(73,85,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"KG\",\r\n\"KZ\",\r\n\"TJ\",\r\n\"TM\",\r\n\"UZ\",\r\n\"AE\",\r\n\"AM\",\r\n\"AZ\",\r\n\"BH\",\r\n\"CY\",\r\n\"GE\",\r\n\"IL\",\r\n\"IQ\",\r\n\"IR\",\r\n\"JO\",\r\n\"KW\",\r\n\"LB\",\r\n\"OM\",\r\n\"QA\",\r\n\"SA\",\r\n\"SY\",\r\n\"TR\",\r\n\"YE\",\r\n\"AF\",\r\n\"BD\",\r\n\"BT\",\r\n\"IN\",\r\n\"IO\",\r\n\"LK\",\r\n\"MV\",\r\n\"NP\",\r\n\"PK\",\r\n\"CN\",\r\n\"HK\",\r\n\"JP\",\r\n\"KP\",\r\n\"KR\",\r\n\"MO\",\r\n\"TW\",\r\n\"MN\",\r\n\"BN\",\r\n\"CC\",\r\n\"CX\",\r\n\"ID\",\r\n\"KH\",\r\n\"LA\",\r\n\"MM\",\r\n\"MY\",\r\n\"PH\",\r\n\"SG\",\r\n\"TH\",\r\n\"TP\",\r\n\"VN\"\r\n)','!=','0','169','hook','actionOrderStatusUpdate',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(74,86,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BZ\",\r\n\"CR\",\r\n\"GT\",\r\n\"HN\",\r\n\"MX\",\r\n\"NI\",\r\n\"PA\",\r\n\"SV\",\r\n\"AG\",\r\n\"AI\",\r\n\"AN\",\r\n\"AW\",\r\n\"BB\",\r\n\"BM\",\r\n\"BS\",\r\n\"CU\",\r\n\"DM\",\r\n\"DO\",\r\n\"GD\",\r\n\"GP\",\r\n\"HT\",\r\n\"JM\",\r\n\"KN\",\r\n\"KY\",\r\n\"LC\",\r\n\"MQ\",\r\n\"MS\",\r\n\"PR\",\r\n\"TC\",\r\n\"TT\",\r\n\"VC\",\r\n\"VG\",\r\n\"VI\",\r\n\"AR\",\r\n\"BO\",\r\n\"BR\",\r\n\"CL\",\r\n\"CO\",\r\n\"EC\",\r\n\"FK\",\r\n\"GF\",\r\n\"GY\",\r\n\"PE\",\r\n\"PY\",\r\n\"SR\",\r\n\"UY\",\r\n\"VE\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(75,87,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BE\",\r\n\"DE\",\r\n\"FR\",\r\n\"FX\",\r\n\"GB\",\r\n\"IE\",\r\n\"LU\",\r\n\"MC\",\r\n\"NL\",\r\n\"IT\",\r\n\"MT\",\r\n\"SM\",\r\n\"VA\",\r\n\"AD\",\r\n\"ES\",\r\n\"GI\",\r\n\"PT\",\r\n\"BY\",\r\n\"EE\",\r\n\"LT\",\r\n\"LV\",\r\n\"MD\",\r\n\"PL\",\r\n\"UA\",\r\n\"AL\",\r\n\"BA\",\r\n\"BG\",\r\n\"GR\",\r\n\"HR\",\r\n\"MK\",\r\n\"RO\",\r\n\"SI\",\r\n\"YU\",\r\n\"RU\",\r\n\"AT\",\r\n\"CH\",\r\n\"CZ\",\r\n\"HU\",\r\n\"LI\",\r\n\"SK\",\r\n\"DK\",\r\n\"FI\",\r\n\"FO\",\r\n\"IS\",\r\n\"NO\",\r\n\"SE\",\r\n\"SJ\"\r\n)','!=','0','57','hook','actionOrderStatusUpdate',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(76,88,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"BI\",\r\n\"CF\",\r\n\"CG\",\r\n\"RW\",\r\n\"TD\",\r\n\"ZR\",\r\n\"DJ\",\r\n\"ER\",\r\n\"ET\",\r\n\"KE\",\r\n\"SO\",\r\n\"TZ\",\r\n\"UG\",\r\n\"KM\",\r\n\"MG\",\r\n\"MU\",\r\n\"RE\",\r\n\"SC\",\r\n\"YT\",\r\n\"AO\",\r\n\"BW\",\r\n\"LS\",\r\n\"MW\",\r\n\"MZ\",\r\n\"NA\",\r\n\"SZ\",\r\n\"ZA\",\r\n\"ZM\",\r\n\"ZW\",\r\n\"BF\",\r\n\"BJ\",\r\n\"CI\",\r\n\"CM\",\r\n\"CV\",\r\n\"GA\",\r\n\"GH\",\r\n\"GM\",\r\n\"GN\",\r\n\"GQ\",\r\n\"GW\",\r\n\"LR\",\r\n\"ML\",\r\n\"MR\",\r\n\"NE\",\r\n\"NG\",\r\n\"SL\",\r\n\"SN\",\r\n\"ST\",\r\n\"TG\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(77,89,'sql','SELECT IFNULL(id_order, 0) FROM PREFIX_orders o LEFT JOIN PREFIX_address a ON o.id_address_delivery = a.id_address LEFT JOIN PREFIX_country c ON c.id_country = a.id_country WHERE o.valid = 1 AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\" AND c.iso_code IN (\r\n\"DZ\",\r\n\"EG\",\r\n\"EH\",\r\n\"LY\",\r\n\"MA\",\r\n\"SD\",\r\n\"TN\"\r\n)','!=','0','0','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(78,90,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','2','2','hook','actionObjectEmployeeAddAfter',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(79,91,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','3','2','hook','actionObjectEmployeeAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(80,92,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','5','2','hook','actionObjectEmployeeAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(81,93,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','10','2','hook','actionObjectEmployeeAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(82,94,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','20','2','hook','actionObjectEmployeeAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(83,95,'sql','SELECT COUNT(*) FROM PREFIX_employee','>=','40','2','hook','actionObjectEmployeeAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(84,96,'sql','SELECT id_image FROM PREFIX_image WHERE id_image > 26','>','0','0','hook','actionObjectImageAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(85,97,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','50','23','hook','actionObjectImageAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(86,98,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','100','23','hook','actionObjectImageAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(87,99,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','1000','23','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(88,100,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','10000','23','time','4',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(89,101,'sql','SELECT COUNT(*) FROM PREFIX_image','>=','50000','23','time','8',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(90,102,'sql','SELECT id_cms FROM PREFIX_cms WHERE id_cms > 5','>','0','0','hook','actionObjectCMSAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(91,103,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','1','0','hook','actionObjectCartRuleAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(92,104,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','10','0','hook','actionObjectCartRuleAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(93,105,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','100','0','hook','actionObjectCartRuleAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(94,106,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','1000','0','hook','actionObjectCartRuleAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(95,107,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','500','0','hook','actionObjectCartRuleAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(96,108,'sql','SELECT COUNT(*) FROM PREFIX_cart_rule','>=','5000','0','hook','actionObjectCartRuleAddAfter ',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(97,109,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','1','10','hook','newOrder',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(98,110,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','10','10','hook','actionOrderStatusUpdate',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(99,111,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','100','100','hook','actionOrderStatusUpdate',1,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(100,112,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','10000','420','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(101,113,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','1000','420','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(102,114,'sql','SELECT COUNT(*) FROM PREFIX_orders o INNER JOIN PREFIX_address a ON a.id_address = o.id_address_delivery\r\nWHERE reference NOT IN (\"XKBKNABJK\", \"OHSATSERP\", \"FFATNOMMJ\", \"UOYEVOLI\", \"KHWLILZLL\") AND a.id_country != \"{config}PS_COUNTRY_DEFAULT{/config}\"','>=','5000','420','hook','actionOrderStatusUpdate',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(103,132,'sql','SELECT count(id_configuration) FROM PREFIX_configuration WHERE `name` = \'PS_SHOP_DOMAIN\' AND value IN (\'127.0.0.1\', \'localhost\' )','==','1','','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(104,136,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%ebay%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 12:37:21'),(105,140,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%moneybookers%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 12:37:21'),(106,142,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypal%\"','>=','1','','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(107,158,'install','','>=','90','','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(108,159,'install','','<=','90','','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(109,165,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','0','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(110,166,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','1','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(111,167,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','4','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(112,168,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','9','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(113,169,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','19','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(114,170,'sql','SELECT COUNT(s.`id_store`) FROM PREFIX_store s WHERE `latitude` NOT IN (\'25.76500500\', \'26.13793600\', \'26.00998700\', \'25.73629600\', \'25.88674000\') AND `longitude` NOT IN (\'-80.24379700\', \'-80.13943500\', \'-80.29447200\', \'-80.24479700\', \'-80.16329200\')','>','49','0','hook','actionAdminStoresControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(115,171,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','1','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(116,172,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','2','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(117,173,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','3','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(118,174,'sql','SELECT COUNT(*) FROM PREFIX_webservice_account','>=','4','0','hook','actionAdminWebserviceControllerSaveAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(119,175,'sql','SELECT count(*) FROM PREFIX_configuration WHERE name = \'PS_HOSTED_MODE\'','==','0','','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(120,209,'configuration','EBAY_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(121,320,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shopgate%\" ','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 12:37:21'),(122,322,'configuration','SHOPGATE_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(123,323,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shoppingfluxexport%\" ','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 12:37:21'),(124,324,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%shoppingfluxexport%\" ','==','0','','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(125,325,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE name LIKE \'SHOPPINGFLUXEXPORT_CONFIGURATION_OK\' OR name LIKE \'SHOPPINGFLUXEXPORT_CONFIGURED\'','>=','1','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(126,326,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'MONEYBOOKERS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'MB_PAY_TO_EMAIL \') AND ( value != \'testaccount2@moneybookers.com \'))','==','2','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(127,358,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ebay%\" AND os.logable = 1','>=','1','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(128,359,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%ebay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(129,375,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%shopgate%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(130,376,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%shopgate%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(131,377,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%moneybookers%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','1','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(132,394,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%sofortbanking%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(133,399,'sql','SELECT COUNT(*) FROM PREFIX_product WHERE reference NOT LIKE \"demo_%\"','>','499','','hook','actionObjectProductAddAfter',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(134,424,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%alliance3%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 12:37:21'),(135,425,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ALLIANCE3_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'ALLIANCE_DEMO\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(136,426,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%alliance3%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(137,427,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%alliance3%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:23','2022-11-28 09:25:23'),(138,428,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%authorizeaim%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:23','2022-11-28 12:37:21'),(139,429,'configuration','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'AUTHORIZEAIM_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'AUTHORIZE_AIM_SANDBOX\') AND ( value = \'0\'))','==','2','','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(140,430,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%authorizeaim%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(141,431,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%authorizeaim%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(142,434,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%bluepay%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(143,435,'configuration','BLUEPAY_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(144,436,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluepay%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(145,437,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluepay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(146,438,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%payplug%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(147,439,'configuration','PAYPLUG_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(148,440,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payplug%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(149,441,'sql','SELECT SUM(o.total_paid) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payplug%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','10000','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(150,442,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%affinityitems%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(151,443,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE name LIKE \'AFFINITYITEMS_CONFIGURATION_OK\' AND value = \'1\'','==','1','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(152,446,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%dpdpoland%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(153,447,'configuration','DPDPOLAND_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(154,448,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%dpdpoland%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(155,449,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%dpdpoland%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(156,450,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%envoimoinscher%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(157,451,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ENVOIMOINSCHER_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'EMC_ENV \') AND ( value != \'TEST\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(158,452,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%envoimoinscher%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(159,453,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%envoimoinscher%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(160,454,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%klikandpay%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(161,455,'configuration','KLIKANDPAY_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(162,456,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%klikandpay%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(163,457,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%klikandpay%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(164,458,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%clickline%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(165,459,'configuration','CLICKLINE_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(166,460,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%clickline%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(167,461,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state LEFT JOIN PREFIX_carrier c ON c.id_carrier = o.id_carrier WHERE c.name like \"%clickline%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','100','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(168,462,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%cdiscount%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(169,463,'sql','SELECT 1','!=','1','1','time','100',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(170,464,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%cdiscount%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(171,465,'sql','SELECT SUM(o.total_paid) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%cdiscount%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 365 DAY)','>=','500','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(172,467,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%erpillicopresta%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(173,468,'configuration','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'ERPILLICOPRESTA_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'ERP_LICENCE_VALIDITY \') AND ( value == \'1\')) OR (( name LIKE \'ERP_MONTH_FREE_ACTIVE \') AND ( value == \'0\'))','==','3','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(174,469,'sql','SELECT 1','!=','1','1','time','100',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(175,470,'sql','SELECT 1','!=','1','1','time','100',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(176,471,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%netreviews%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(177,472,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'NETREVIEWS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'AVISVERIFIES_URLCERTIFICAT \') AND ( value IS NOT LIKE \'%preprod%\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(178,473,'sql','SELECT 1','!=','1','1','time','100',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(179,474,'sql','SELECT 1','!=','1','1','time','100',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(180,475,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%bluesnap%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(181,476,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'BLUESNAP_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'BLUESNAP_SANDBOX \') AND ( value NOT LIKE \'%sandbox%\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(182,477,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluesnap%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(183,478,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%bluesnap%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(184,479,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%desjardins%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(185,480,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'DESJARDINS_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'DESJARDINS_MODE \') AND ( value NOT LIKE \'%test%\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(186,481,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%desjardins%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(187,482,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%desjardins%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(188,483,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%firstdata%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(189,484,'configuration','FIRSTDATA_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(190,485,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%firstdata%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(191,486,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%firstdata%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(192,487,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%giveit%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(193,488,'sql','GIVEIT_CONFIGURATION_OK','>=','1','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(194,489,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(195,490,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(196,491,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%ganalytics%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(197,492,'configuration','GANALYTICS_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(198,493,'sql','SELECT 1','!=','1','1','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(199,494,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(200,496,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%pagseguro%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(201,497,'configuration','PAGSEGURO_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(202,498,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pagseguro%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(203,499,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%pagseguro%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(204,500,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypalmx%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(205,501,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPALMX_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_MX_SANDBOX\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(206,502,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(207,503,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(208,505,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%paypalusa%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(209,506,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYPALUSA_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYPAL_USA_SANDBOX\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(210,507,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalusa%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(211,508,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%paypalmx%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(212,509,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%payulatam%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(213,510,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'PAYULATAM_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'PAYU_LATAM_TEST\') AND ( value = \'1\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(214,511,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payulatam%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(215,512,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%payulatam%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(216,513,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%prestastats%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(217,514,'configuration','PRESTASTATS_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(218,515,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(219,516,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(220,517,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%riskified%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(221,518,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'RISKIFIED_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'RISKIFIED_MODE\') AND ( value = \'1\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(222,519,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%riskified%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(223,520,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%riskified%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(224,521,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%simplifycommerce%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(225,522,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'SIMPLIFY_CONFIGURATION_OK\') AND ( value = \'1\')) OR (( name LIKE \'SIMPLIFY_MODE\') AND ( value = \'1\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(226,523,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%simplifycommerce%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(227,524,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%simplifycommerce%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(228,525,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%vtpayment%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(229,526,'configuration','VTPAYMENT_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(230,527,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%vtpayment%\" AND os.logable = 1','>=','1','0','time','2',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(231,528,'sql','SELECT COUNT(*) FROM PREFIX_orders o LEFT JOIN PREFIX_order_state os ON os.id_order_state = o.current_state WHERE o.module like \"%vtpayment%\" AND os.logable = 1 AND o.date_add > DATE_SUB(NOW(), INTERVAL 90 DAY)','>=','30','0','time','7',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(232,529,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%yotpo%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(233,530,'configuration','YOTPO_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(234,531,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(235,532,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(236,533,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%yotpo%\"','==','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(237,534,'sql','SELECT COUNT(*) FROM PREFIX_configuration WHERE (( name LIKE \'YOUSTICERESOLUTIONSYSTEM_CONF_OK\') AND ( value = \'1\')) OR (( name LIKE \'YRS_SANDBOX\') AND ( value = \'0\'))','==','2','0','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(238,535,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(239,536,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(240,537,'sql','SELECT COUNT( id_module ) FROM PREFIX_module WHERE `name` like \"%loyaltylion%\"','>=','1','0','hook','actionModuleInstallAfter',0,'2022-11-28 09:25:24','2022-11-28 12:37:21'),(241,538,'configuration','LOYALTYLION_CONFIGURATION_OK','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(242,539,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(243,540,'sql','SELECT 1','!=','1','1','time','365',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'),(244,542,'sql','SELECT \'{config} PS_VERSION_DB{/config}\' >= \'1.7.0.0\' AND < \'1.8.0.0\'','==','1','','time','1',0,'2022-11-28 09:25:24','2022-11-28 09:25:24'); -/*!40000 ALTER TABLE `ps_condition` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_condition_advice` --- - -DROP TABLE IF EXISTS `ps_condition_advice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_condition_advice` ( - `id_condition` int(11) NOT NULL, - `id_advice` int(11) NOT NULL, - `display` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_condition`,`id_advice`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_condition_advice` --- - -LOCK TABLES `ps_condition_advice` WRITE; -/*!40000 ALTER TABLE `ps_condition_advice` DISABLE KEYS */; -INSERT INTO `ps_condition_advice` VALUES (19,1,1),(19,2,1),(19,3,1),(19,4,1),(19,5,1),(19,6,1),(19,7,1),(19,8,1),(19,9,1),(19,10,1),(19,11,1),(19,12,1),(19,13,1),(19,14,1),(19,15,1),(19,16,1),(19,17,1),(19,18,1),(19,19,1),(19,20,1),(19,21,1),(19,22,1),(19,23,1),(19,24,1),(19,25,1),(19,26,1),(19,27,1),(19,28,1),(19,29,1),(19,30,1),(19,31,1),(19,32,1),(19,33,1),(19,34,1),(19,35,1),(19,36,1),(19,37,1),(19,38,1),(19,39,1),(19,40,1),(19,41,1),(19,42,1),(19,43,1),(19,44,1),(19,45,1),(19,46,1),(19,47,1),(19,48,1),(19,49,1),(19,50,1),(19,51,1),(19,52,1),(19,53,1),(19,54,1),(19,55,1),(19,56,1),(19,57,1),(19,58,1),(19,59,1),(19,60,1),(19,61,1),(19,62,1),(19,63,1),(19,64,1),(19,65,1),(19,66,1),(19,67,1),(19,68,1),(19,69,1),(19,70,1),(19,71,1),(19,72,1),(19,73,1),(19,74,1),(19,75,1),(19,76,1),(19,77,1),(19,78,1),(19,79,1),(19,80,1),(19,81,1),(19,82,1),(19,83,1),(19,84,1),(19,85,1),(19,86,1),(19,87,1),(19,88,1),(19,89,1),(19,90,1),(19,91,1),(19,92,1),(19,93,1),(19,94,1),(19,95,1),(19,96,1),(19,97,1),(19,98,1),(19,99,1),(19,100,1),(19,101,1),(19,102,1),(19,103,1),(19,104,1),(19,105,1),(19,106,1),(19,107,1),(19,108,1),(19,109,1),(19,110,1),(19,111,1),(19,112,1),(19,113,1),(19,114,1),(19,115,1),(19,116,1),(19,117,1),(19,118,1),(19,119,1),(19,120,1),(19,121,1),(19,122,1),(19,123,1),(19,124,1),(19,125,1),(19,126,1),(19,129,1),(19,130,1),(19,134,1),(19,135,1),(19,136,1),(19,137,1),(19,138,1),(19,141,1),(19,142,1),(19,146,1),(19,147,1),(19,148,1),(19,149,1),(19,150,1),(19,151,1),(19,152,1),(19,153,1),(19,154,1),(19,155,1),(19,156,1),(19,157,1),(19,158,1),(19,159,1),(19,160,1),(19,161,1),(19,162,1),(19,163,1),(19,164,1),(19,165,1),(19,166,1),(19,167,1),(19,168,1),(19,169,1),(19,170,1),(19,171,1),(19,172,1),(19,173,1),(19,174,1),(19,175,1),(19,176,1),(19,177,1),(19,178,1),(19,179,1),(19,180,1),(19,181,1),(19,182,1),(19,183,1),(19,184,1),(19,185,1),(19,186,1),(19,187,1),(19,188,1),(19,189,1),(19,190,1),(19,191,1),(19,192,1),(19,193,1),(19,194,1),(19,195,1),(19,196,1),(19,197,1),(19,198,1),(19,199,1),(19,200,1),(19,201,1),(19,202,1),(19,203,1),(19,204,1),(19,205,1),(19,206,1),(19,207,1),(19,208,1),(19,209,1),(19,210,1),(19,211,1),(19,212,1),(19,213,1),(19,214,1),(19,215,1),(19,216,1),(19,217,1),(19,218,1),(19,219,1),(19,220,1),(19,221,1),(19,222,1),(19,223,1),(19,224,1),(19,225,1),(19,226,1),(19,227,1),(19,228,1),(19,229,1),(19,230,1),(19,231,1),(19,232,1),(19,233,1),(19,234,1),(19,235,1),(19,236,1),(19,237,1),(19,238,1),(19,239,1),(19,240,1),(19,241,1),(19,242,1),(19,243,1),(19,244,1),(19,245,1),(19,246,1),(19,247,1),(19,248,1),(19,249,1),(19,250,1),(19,251,1),(19,252,1),(19,253,1),(19,254,1),(19,255,1),(19,256,1),(19,257,1),(19,258,1),(19,259,1),(19,260,1),(19,261,1),(19,262,1),(19,263,1),(19,264,1),(19,265,1),(19,266,1),(19,267,1),(19,268,1),(19,269,1),(19,270,1),(19,271,1),(19,272,1),(19,273,1),(19,274,1),(19,275,1),(19,276,1),(19,277,1),(19,278,1),(19,279,1),(19,280,1),(19,281,1),(19,282,1),(19,283,1),(19,284,1),(19,285,1),(19,286,1),(19,287,1),(19,288,1),(19,289,1),(19,290,1),(19,291,1),(19,292,1),(19,293,1),(19,294,1),(19,295,1),(19,296,1),(19,297,1),(19,298,1),(19,299,1),(19,300,1),(19,301,1),(19,302,1),(19,303,1),(19,304,1),(19,305,1),(19,306,1),(19,307,1),(19,308,1),(19,309,1),(19,310,1),(19,311,1),(19,312,1),(19,313,1),(19,314,1),(19,315,1),(19,316,1),(19,317,1),(19,318,1),(19,319,1),(19,320,1),(19,321,1),(19,322,1),(19,323,1),(19,324,1),(19,325,1),(19,326,1),(19,327,1),(19,328,1),(19,329,1),(19,330,1),(19,331,1),(19,332,1),(19,333,1),(19,334,1),(19,335,1),(19,336,1),(19,337,1),(19,338,1),(19,339,1),(19,340,1),(19,341,1),(19,342,1),(19,343,1),(19,344,1),(19,345,1),(19,346,1),(19,347,1),(19,348,1),(19,349,1),(19,350,1),(19,351,1),(19,352,1),(19,353,1),(19,354,1),(19,355,1),(19,356,1),(19,357,1),(19,358,1),(19,359,1),(19,360,1),(19,361,1),(19,362,1),(19,363,1),(19,364,1),(19,365,1),(19,366,1),(19,367,1),(19,368,1),(19,369,1),(19,370,1),(19,371,1),(19,372,1),(19,373,1),(19,374,1),(19,375,1),(19,376,1),(19,377,1),(19,378,1),(19,379,1),(19,380,1),(19,381,1),(19,382,1),(19,383,1),(19,384,1),(19,385,1),(19,386,1),(19,387,1),(19,388,1),(19,389,1),(19,390,1),(19,391,1),(19,392,1),(19,393,1),(19,394,1),(19,395,1),(19,396,1),(19,397,1),(19,398,1),(19,399,1),(19,400,1),(19,401,1),(19,402,1),(19,403,1),(19,404,1),(19,405,1),(19,406,1),(19,407,1),(19,408,1),(19,409,1),(19,410,1),(19,411,1),(19,412,1),(19,413,1),(19,414,1),(19,415,1),(19,416,1),(19,417,1),(19,418,1),(19,419,1),(19,420,1),(19,421,1),(19,422,1),(19,423,1),(19,424,1),(19,425,1),(19,426,1),(19,427,1),(19,428,1),(19,429,1),(19,430,1),(19,431,1),(19,432,1),(19,433,1),(19,434,1),(19,435,1),(19,436,1),(19,437,1),(19,438,1),(19,439,1),(19,440,1),(19,441,1),(19,442,1),(19,443,1),(19,444,1),(19,445,1),(19,446,1),(19,447,1),(19,448,1),(19,449,1),(19,450,1),(19,451,1),(19,452,1),(19,453,1),(19,454,1),(19,455,1),(19,456,1),(19,457,1),(19,458,1),(19,459,1),(19,460,1),(19,461,1),(19,462,1),(19,463,1),(19,464,1),(19,465,1),(19,466,1),(19,467,1),(19,468,1),(19,469,1),(19,470,1),(19,471,1),(19,472,1),(19,473,1),(19,474,1),(19,475,1),(19,476,1),(19,477,1),(19,478,1),(19,479,1),(19,480,1),(19,481,1),(19,482,1),(19,483,1),(19,484,1),(19,485,1),(19,486,1),(19,487,1),(19,488,1),(19,489,1),(19,490,1),(19,491,1),(19,492,1),(19,493,1),(19,494,1),(19,495,1),(19,496,1),(19,497,1),(19,498,1),(19,499,1),(19,500,1),(19,501,1),(19,502,1),(19,503,1),(19,504,1),(19,505,1),(19,506,1),(19,507,1),(19,508,1),(19,509,1),(19,510,1),(19,511,1),(19,512,1),(19,513,1),(19,514,1),(19,515,1),(19,516,1),(19,517,1),(19,518,1),(19,519,1),(19,520,1),(19,521,1),(19,522,1),(19,523,1),(19,524,1),(19,525,1),(19,526,1),(19,527,1),(19,528,1),(19,529,1),(19,530,1),(19,531,1),(19,532,1),(19,533,1),(19,534,1),(19,535,1),(19,536,1),(19,537,1),(19,538,1),(19,539,1),(19,540,1),(19,541,1),(19,542,1),(19,543,1),(19,544,1),(19,545,1),(19,546,1),(19,547,1),(19,548,1),(19,549,1),(19,550,1),(19,551,1),(19,552,1),(19,553,1),(19,554,1),(19,555,1),(19,556,1),(19,557,1),(19,558,1),(19,559,1),(19,560,1),(19,561,1),(19,562,1),(19,563,1),(19,564,1),(19,565,1),(19,566,1),(19,567,1),(19,568,1),(19,569,1),(19,570,1),(19,571,1),(19,572,1),(19,573,1),(19,574,1),(19,575,1),(19,576,1),(19,577,1),(19,578,1),(19,579,1),(19,580,1),(19,581,1),(19,582,1),(19,583,1),(19,584,1),(19,585,1),(19,586,1),(19,587,1),(19,588,1),(19,589,1),(19,590,1),(19,591,1),(19,592,1),(19,593,1),(19,594,1),(19,595,1),(19,596,1),(19,597,1),(19,598,1),(19,599,1),(19,600,1),(19,601,1),(19,602,1),(19,603,1),(19,604,1),(19,605,1),(19,606,1),(19,607,1),(19,608,1),(19,609,1),(19,610,1),(19,611,1),(19,612,1),(19,613,1),(19,614,1),(19,615,1),(19,616,1),(19,617,1),(19,618,1),(19,619,1),(19,620,1),(19,621,1),(19,622,1),(19,623,1),(19,624,1),(19,625,1),(19,626,1),(19,627,1),(19,628,1),(19,629,1),(19,630,1),(19,631,1),(19,632,1),(19,633,1),(19,634,1),(19,635,1),(19,636,1),(19,637,1),(19,638,1),(19,639,1),(19,640,1),(19,641,1),(19,642,1),(19,643,1),(19,644,1),(19,645,1),(19,646,1),(19,647,1),(19,648,1),(19,649,1),(19,650,1),(19,651,1),(19,652,1),(19,653,1),(19,654,1),(19,655,1),(19,656,1),(19,657,1),(19,658,1),(19,659,1),(19,660,1),(19,661,1),(19,662,1),(19,663,1),(19,664,1),(19,665,1),(19,666,1),(19,667,1),(19,668,1),(19,669,1),(19,670,1),(19,671,1),(19,672,1),(19,673,1),(19,674,1),(19,675,1),(19,676,1),(19,677,1),(19,678,1),(19,679,1),(19,680,1),(19,681,1),(19,682,1),(19,683,1),(19,684,1),(19,685,1),(19,686,1),(19,687,1),(19,688,1),(19,689,1),(19,690,1),(19,691,1),(19,692,1),(19,693,1),(19,694,1),(19,695,1),(19,696,1),(19,697,1),(19,698,1),(19,699,1),(19,700,1),(19,701,1),(19,702,1),(19,703,1),(19,704,1),(19,705,1),(19,706,1),(19,707,1),(19,708,1),(19,709,1),(19,710,1),(19,711,1),(19,712,1),(19,713,1),(19,714,1),(19,715,1),(19,716,1),(19,717,1),(19,718,1),(19,719,1),(19,720,1),(19,721,1),(19,722,1),(19,723,1),(19,724,1),(19,725,1),(19,726,1),(19,727,1),(19,728,1),(19,729,1),(19,730,1),(19,731,1),(19,732,1),(19,733,1),(19,734,1),(19,735,1),(19,736,1),(19,737,1),(19,738,1),(19,739,1),(19,740,1),(19,741,1),(19,742,1),(19,743,1),(19,744,1),(19,745,1),(19,746,1),(19,747,1),(19,748,1),(19,749,1),(19,750,1),(19,751,1),(19,752,1),(19,753,1),(19,754,1),(19,755,1),(19,756,1),(19,757,1),(19,758,1),(19,759,1),(19,760,1),(19,761,1),(19,762,1),(19,763,1),(19,764,1),(19,765,1),(19,766,1),(19,767,1),(19,768,1),(19,769,1),(19,770,1),(19,771,1),(19,772,1),(19,773,1),(19,774,1),(19,775,1),(19,776,1),(19,777,1),(19,778,1),(19,779,1),(19,780,1),(19,781,1),(19,782,1),(19,783,1),(19,784,1),(19,785,1),(19,786,1),(19,787,1),(19,788,1),(19,789,1),(19,790,1),(19,791,1),(19,792,1),(19,793,1),(19,794,1),(19,795,1),(19,796,1),(19,797,1),(19,798,1),(19,799,1),(19,800,1),(19,801,1),(19,802,1),(19,803,1),(19,804,1),(19,805,1),(19,806,1),(19,807,1),(19,808,1),(19,809,1),(19,810,1),(19,811,1),(19,812,1),(19,813,1),(19,814,1),(19,815,1),(19,816,1),(19,817,1),(19,818,1),(19,819,1),(19,820,1),(19,821,1),(19,822,1),(19,823,1),(19,824,1),(19,825,1),(19,826,1),(19,827,1),(19,828,1),(19,829,1),(19,830,1),(19,831,1),(19,832,1),(19,833,1),(19,834,1),(19,835,1),(19,836,1),(19,837,1),(19,838,1),(19,839,1),(19,840,1),(19,841,1),(19,842,1),(19,843,1),(19,844,1),(19,845,1),(19,846,1),(19,847,1),(19,848,1),(19,849,1),(19,850,1),(19,851,1),(19,852,1),(19,853,1),(19,854,1),(19,855,1),(19,856,1),(19,857,1),(19,858,1),(19,859,1),(19,860,1),(19,861,1),(19,862,1),(19,863,1),(19,864,1),(19,865,1),(19,866,1),(19,867,1),(19,868,1),(19,869,1),(19,870,1),(19,871,1),(19,872,1),(19,873,1),(19,874,1),(19,875,1),(19,876,1),(19,877,1),(19,878,1),(19,879,1),(19,880,1),(19,881,1),(19,882,1),(19,883,1),(19,884,1),(19,885,1),(19,886,1),(19,887,1),(19,888,1),(19,889,1),(19,890,1),(19,891,1),(19,892,1),(19,893,1),(19,894,1),(19,895,1),(19,896,1),(19,897,1),(19,898,1),(19,899,1),(19,900,1),(19,901,1),(19,902,1),(19,903,1),(19,904,1),(19,905,1),(19,906,1),(19,907,1),(19,908,1),(19,909,1),(19,910,1),(19,911,1),(19,912,1),(19,913,1),(19,914,1),(19,915,1),(19,916,1),(19,917,1),(19,918,1),(19,919,1),(19,920,1),(19,921,1),(19,922,1),(19,923,1),(19,924,1),(19,925,1),(19,926,1),(19,927,1),(19,928,1),(19,929,1),(19,930,1),(19,931,1),(19,932,1),(19,933,1),(19,934,1),(19,935,1),(19,936,1),(19,937,1),(19,938,1),(19,939,1),(19,940,1),(19,941,1),(19,942,1),(19,943,1),(19,944,1),(19,945,1),(19,946,1),(19,947,1),(19,948,1),(19,949,1),(19,950,1),(19,951,1),(19,952,1),(19,953,1),(19,954,1),(19,955,1),(19,956,1),(19,957,1),(19,958,1),(19,959,1),(19,960,1),(19,961,1),(19,962,1),(19,963,1),(19,964,1),(19,965,1),(19,966,1),(19,967,1),(19,968,1),(19,969,1),(19,970,1),(19,971,1),(19,972,1),(19,973,1),(19,974,1),(19,975,1),(19,976,1),(19,977,1),(19,978,1),(19,979,1),(19,980,1),(19,981,1),(19,982,1),(19,983,1),(19,984,1),(19,985,1),(19,986,1),(19,987,1),(19,988,1),(19,989,1),(19,990,1),(19,991,1),(19,992,1),(19,993,1),(19,994,1),(19,995,1),(19,996,1),(19,997,1),(19,998,1),(19,999,1),(19,1000,1),(19,1001,1),(19,1002,1),(19,1003,1),(19,1004,1),(19,1005,1),(19,1006,1),(19,1007,1),(19,1008,1),(19,1009,1),(19,1010,1),(19,1011,1),(19,1012,1),(19,1013,1),(19,1014,1),(19,1015,1),(19,1016,1),(19,1017,1),(19,1018,1),(19,1019,1),(19,1020,1),(19,1021,1),(19,1022,1),(19,1023,1),(19,1024,1),(19,1025,1),(19,1026,1),(19,1027,1),(19,1028,1),(19,1029,1),(19,1030,1),(19,1031,1),(19,1032,1),(19,1033,1),(19,1034,1),(19,1035,1),(19,1036,1),(19,1037,1),(19,1038,1),(19,1039,1),(19,1040,1),(19,1041,1),(19,1042,1),(19,1043,1),(19,1044,1),(19,1045,1),(19,1046,1),(19,1047,1),(19,1048,1),(19,1049,1),(19,1050,1),(19,1051,1),(19,1052,1),(19,1053,1),(19,1054,1),(19,1055,1),(19,1056,1),(19,1057,1),(19,1058,1),(19,1059,1),(19,1060,1),(19,1061,1),(19,1062,1),(19,1063,1),(19,1064,1),(19,1065,1),(19,1066,1),(19,1067,1),(19,1068,1),(19,1069,1),(19,1070,1),(19,1071,1),(19,1072,1),(19,1073,1),(19,1074,1),(19,1075,1),(19,1076,1),(19,1077,1),(19,1078,1),(19,1079,1),(19,1080,1),(19,1081,1),(19,1082,1),(19,1083,1),(19,1084,1),(19,1085,1),(19,1086,1),(19,1087,1),(19,1088,1),(19,1089,1),(19,1090,1),(19,1091,1),(19,1092,1),(19,1093,1),(19,1094,1),(19,1095,1),(19,1096,1),(19,1097,1),(19,1098,1),(19,1099,1),(19,1100,1),(19,1101,1),(19,1102,1),(19,1103,1),(19,1104,1),(19,1105,1),(19,1106,1),(19,1107,1),(19,1108,1),(19,1109,1),(19,1110,1),(19,1111,1),(19,1112,1),(19,1113,1),(19,1114,1),(19,1115,1),(19,1116,1),(19,1117,1),(19,1118,1),(19,1119,1),(19,1120,1),(19,1121,1),(19,1122,1),(19,1123,1),(19,1124,1),(19,1125,1),(19,1126,1),(19,1127,1),(19,1128,1),(19,1129,1),(19,1130,1),(19,1131,1),(19,1132,1),(19,1133,1),(19,1134,1),(19,1135,1),(19,1136,1),(19,1137,1),(19,1138,1),(19,1139,1),(19,1140,1),(19,1141,1),(19,1142,1),(19,1143,1),(19,1144,1),(19,1145,1),(19,1146,1),(19,1147,1),(19,1148,1),(19,1149,1),(19,1150,1),(19,1151,1),(19,1152,1),(19,1153,1),(19,1154,1),(19,1155,1),(19,1156,1),(19,1157,1),(19,1158,1),(19,1159,1),(19,1160,1),(19,1161,1),(19,1162,1),(19,1163,1),(19,1164,1),(19,1165,1),(19,1166,1),(19,1167,1),(19,1168,1),(19,1169,1),(19,1170,1),(19,1171,1),(19,1172,1),(19,1173,1),(19,1174,1),(19,1175,1),(19,1176,1),(19,1177,1),(19,1178,1),(19,1179,1),(19,1180,1),(19,1181,1),(19,1182,1),(19,1183,1),(19,1184,1),(19,1185,1),(19,1186,1),(19,1187,1),(19,1188,1),(19,1189,1),(19,1190,1),(19,1191,1),(19,1192,1),(19,1193,1),(19,1194,1),(19,1195,1),(19,1196,1),(19,1197,1),(19,1198,1),(19,1199,1),(19,1200,1),(19,1201,1),(19,1202,1),(19,1203,1),(19,1204,1),(19,1205,1),(19,1206,1),(19,1207,1),(19,1208,1),(19,1209,1),(19,1210,1),(19,1211,1),(19,1212,1),(19,1213,1),(19,1214,1),(19,1215,1),(19,1216,1),(19,1217,1),(19,1218,1),(19,1219,1),(19,1220,1),(19,1221,1),(19,1222,1),(19,1223,1),(19,1224,1),(19,1225,1),(19,1226,1),(19,1227,1),(19,1228,1),(19,1229,1),(19,1230,1),(19,1231,1),(19,1232,1),(19,1233,1),(19,1234,1),(19,1235,1),(19,1236,1),(19,1237,1),(19,1238,1),(19,1239,1),(19,1240,1),(19,1241,1),(19,1242,1),(19,1243,1),(19,1244,1),(19,1245,1),(19,1246,1),(19,1247,1),(19,1248,1),(19,1249,1),(19,1250,1),(19,1251,1),(19,1252,1),(19,1253,1),(19,1254,1),(19,1255,1),(19,1256,1),(19,1257,1),(19,1258,1),(19,1259,1),(19,1260,1),(19,1261,1),(19,1262,1),(19,1263,1),(19,1264,1),(19,1265,1),(19,1266,1),(19,1267,1),(19,1268,1),(19,1269,1),(19,1270,1),(19,1271,1),(19,1272,1),(19,1273,1),(19,1274,1),(19,1275,1),(19,1276,1),(19,1277,1),(19,1278,1),(19,1279,1),(19,1280,1),(19,1281,1),(19,1282,1),(19,1283,1),(19,1284,1),(19,1285,1),(19,1286,1),(19,1287,1),(19,1288,1),(19,1289,1),(19,1290,1),(19,1291,1),(19,1292,1),(19,1293,1),(19,1294,1),(19,1295,1),(19,1296,1),(19,1297,1),(19,1298,1),(19,1299,1),(19,1300,1),(19,1301,1),(19,1302,1),(19,1303,1),(19,1304,1),(19,1305,1),(19,1306,1),(19,1307,1),(19,1308,1),(19,1309,1),(19,1310,1),(19,1311,1),(19,1312,1),(19,1313,1),(19,1314,1),(19,1315,1),(19,1316,1),(19,1317,1),(19,1318,1),(19,1319,1),(19,1320,1),(19,1321,1),(19,1322,1),(19,1323,1),(19,1324,1),(19,1325,1),(19,1326,1),(19,1327,1),(19,1328,1),(19,1329,1),(19,1330,1),(19,1331,1),(19,1332,1),(19,1333,1),(19,1334,1),(19,1335,1),(19,1336,1),(19,1337,1),(19,1338,1),(19,1339,1),(19,1340,1),(19,1341,1),(19,1342,1),(19,1343,1),(19,1344,1),(19,1345,1),(19,1346,1),(19,1347,1),(19,1348,1),(19,1349,1),(19,1350,1),(19,1351,1),(19,1352,1),(19,1353,1),(19,1354,1),(19,1355,1),(19,1356,1),(19,1357,1),(19,1358,1),(19,1359,1),(19,1360,1),(19,1361,1),(19,1362,1),(19,1363,1),(19,1364,1),(19,1365,1),(19,1366,1),(19,1367,1),(19,1368,1),(19,1369,1),(19,1370,1),(19,1371,1),(19,1372,1),(19,1373,1),(19,1374,1),(19,1375,1),(19,1376,1),(19,1377,1),(19,1378,1),(19,1379,1),(19,1380,1),(19,1381,1),(19,1382,1),(19,1383,1),(19,1384,1),(19,1385,1),(19,1386,1),(19,1387,1),(19,1388,1),(19,1389,1),(19,1390,1),(19,1391,1),(19,1392,1),(19,1393,1),(19,1394,1),(19,1395,1),(19,1396,1),(19,1397,1),(19,1398,1),(19,1399,1),(19,1400,1),(19,1401,1),(19,1402,1),(19,1403,1),(19,1404,1),(19,1405,1),(19,1406,1),(19,1407,1),(19,1408,1),(19,1409,1),(19,1410,1),(19,1411,1),(19,1412,1),(19,1413,1),(19,1414,1),(19,1415,1),(19,1416,1),(19,1417,1),(19,1418,1),(19,1419,1),(19,1420,1),(19,1421,1),(19,1422,1),(19,1423,1),(19,1424,1),(19,1425,1),(19,1426,1),(19,1427,1),(19,1428,1),(19,1429,1),(19,1430,1),(19,1431,1),(19,1432,1),(19,1433,1),(19,1434,1),(19,1435,1),(19,1436,1),(19,1437,1),(19,1438,1),(19,1439,1),(19,1440,1),(19,1441,1),(19,1442,1),(19,1443,1),(19,1444,1),(19,1445,1),(19,1446,1),(19,1447,1),(19,1448,1),(19,1449,1),(19,1450,1),(19,1451,1),(19,1452,1),(19,1453,1),(19,1454,1),(19,1455,1),(19,1456,1),(19,1457,1),(19,1458,1),(19,1459,1),(19,1460,1),(19,1461,1),(19,1462,1),(19,1463,1),(19,1464,1),(19,1465,1),(19,1466,1),(19,1467,1),(19,1468,1),(19,1469,1),(19,1470,1),(19,1471,1),(19,1472,1),(19,1473,1),(19,1474,1),(19,1475,1),(19,1476,1),(19,1477,1),(19,1478,1),(19,1479,1),(19,1480,1),(19,1481,1),(19,1482,1),(19,1483,1),(19,1484,1),(19,1485,1),(19,1486,1),(19,1487,1),(19,1488,1),(19,1489,1),(19,1490,1),(19,1491,1),(19,1492,1),(19,1493,1),(19,1494,1),(19,1495,1),(19,1496,1),(19,1497,1),(19,1498,1),(19,1499,1),(19,1500,1),(19,1501,1),(19,1502,1),(19,1503,1),(19,1504,1),(19,1505,1),(19,1506,1),(19,1507,1),(19,1508,1),(19,1509,1),(19,1510,1),(19,1511,1),(19,1512,1),(19,1513,1),(19,1514,1),(19,1515,1),(19,1516,1),(19,1517,1),(19,1518,1),(19,1519,1),(19,1520,1),(19,1521,1),(19,1522,1),(19,1523,1),(19,1524,1),(19,1525,1),(19,1526,1),(19,1527,1),(19,1528,1),(19,1529,1),(19,1530,1),(19,1531,1),(19,1532,1),(19,1533,1),(19,1534,1),(19,1535,1),(19,1536,1),(19,1537,1),(19,1538,1),(19,1539,1),(19,1540,1),(19,1541,1),(19,1542,1),(19,1543,1),(19,1544,1),(19,1545,1),(19,1546,1),(19,1547,1),(19,1548,1),(19,1549,1),(19,1550,1),(19,1551,1),(19,1552,1),(19,1553,1),(19,1554,1),(19,1555,1),(19,1556,1),(19,1557,1),(19,1558,1),(19,1559,1),(19,1560,1),(19,1561,1),(19,1562,1),(19,1563,1),(19,1564,1),(19,1565,1),(19,1566,1),(19,1567,1),(19,1568,1),(19,1569,1),(19,1570,1),(19,1571,1),(19,1572,1),(19,1573,1),(19,1574,1),(19,1576,1),(19,1577,1),(19,1578,1),(19,1579,1),(19,1580,1),(19,1581,1),(19,1582,1),(19,1583,1),(19,1584,1),(19,1585,1),(19,1586,1),(19,1587,1),(19,1588,1),(19,1589,1),(19,1590,1),(19,1591,1),(19,1592,1),(19,1593,1),(19,1594,1),(19,1595,1),(19,1596,1),(19,1597,1),(19,1598,1),(19,1599,1),(19,1600,1),(19,1601,1),(19,1602,1),(19,1603,1),(19,1604,1),(19,1605,1),(19,1606,1),(19,1607,1),(19,1608,1),(19,1609,1),(19,1610,1),(19,1611,1),(19,1612,1),(19,1613,1),(19,1614,1),(19,1615,1),(19,1616,1),(19,1617,1),(19,1618,1),(19,1619,1),(19,1620,1),(19,1621,1),(19,1622,1),(19,1623,1),(19,1624,1),(19,1625,1),(19,1626,1),(19,1627,1),(19,1628,1),(19,1629,1),(19,1630,1),(19,1631,1),(19,1632,1),(19,1633,1),(19,1634,1),(19,1635,1),(19,1636,1),(19,1637,1),(19,1638,1),(19,1639,1),(19,1640,1),(19,1641,1),(19,1642,1),(19,1643,1),(19,1644,1),(19,1645,1),(19,1646,1),(19,1647,1),(19,1648,1),(19,1649,1),(19,1650,1),(19,1651,1),(19,1652,1),(19,1653,1),(19,1654,1),(19,1655,1),(19,1656,1),(19,1657,1),(19,1658,1),(19,1659,1),(19,1660,1),(19,1661,1),(19,1662,1),(19,1663,1),(19,1664,1),(19,1665,1),(19,1666,1),(19,1667,1),(19,1668,1),(19,1669,1),(19,1670,1),(19,1671,1),(19,1672,1),(19,1673,1),(19,1674,1),(19,1675,1),(19,1676,1),(19,1677,1),(19,1678,1),(19,1679,1),(19,1680,1),(19,1681,1),(19,1682,1),(19,1683,1),(19,1684,1),(19,1685,1),(19,1686,1),(19,1687,1),(19,1688,1),(19,1689,1),(19,1690,1),(19,1691,1),(19,1692,1),(19,1693,1),(19,1694,1),(19,1695,1),(19,1696,1),(19,1697,1),(19,1698,1),(19,1699,1),(19,1700,1),(19,1701,1),(19,1702,1),(19,1703,1),(19,1704,1),(19,1705,1),(19,1706,1),(19,1707,1),(19,1708,1),(19,1709,1),(19,1710,1),(19,1711,1),(19,1712,1),(19,1713,1),(19,1714,1),(19,1715,1),(19,1716,1),(19,1717,1),(19,1718,1),(19,1719,1),(19,1720,1),(19,1721,1),(19,1722,1),(19,1723,1),(19,1724,1),(19,1725,1),(19,1726,1),(19,1727,1),(19,1728,1),(19,1729,1),(19,1730,1),(19,1731,1),(19,1732,1),(19,1733,1),(19,1734,1),(19,1735,1),(19,1736,1),(19,1737,1),(19,1738,1),(19,1739,1),(19,1740,1),(19,1741,1),(19,1742,1),(19,1743,1),(19,1744,1),(19,1745,1),(19,1746,1),(19,1747,1),(19,1748,1),(19,1749,1),(19,1750,1),(19,1751,1),(19,1752,1),(19,1753,1),(19,1754,1),(19,1755,1),(19,1756,1),(19,1757,1),(19,1758,1),(19,1759,1),(19,1760,1),(19,1761,1),(19,1762,1),(19,1763,1),(19,1764,1),(19,1765,1),(19,1766,1),(19,1767,1),(19,1768,1),(19,1769,1),(19,1770,1),(19,1771,1),(19,1772,1),(19,1773,1),(19,1774,1),(19,1775,1),(19,1776,1),(19,1777,1),(19,1778,1),(19,1779,1),(19,1780,1),(19,1781,1),(19,1782,1),(19,1783,1),(19,1784,1),(19,1785,1),(19,1786,1),(19,1787,1),(19,1788,1),(19,1789,1),(19,1790,1),(19,1791,1),(19,1792,1),(19,1793,1),(19,1794,1),(19,1795,1),(19,1796,1),(19,1797,1),(19,1798,1),(19,1799,1),(19,1800,1),(19,1801,1),(19,1802,1),(19,1803,1),(19,1804,1),(19,1805,1),(19,1806,1),(19,1807,1),(19,1808,1),(19,1809,1),(19,1810,1),(19,1811,1),(19,1812,1),(19,1813,1),(19,1814,1),(19,1815,1),(19,1816,1),(19,1817,1),(19,1818,1),(19,1819,1),(19,1820,1),(19,1821,1),(19,1822,1),(19,1823,1),(19,1824,1),(19,1825,1),(19,1826,1),(19,1827,1),(19,1828,1),(19,1829,1),(19,1830,1),(19,1831,1),(19,1832,1),(19,1833,1),(19,1834,1),(19,1835,1),(19,1836,1),(19,1837,1),(19,1838,1),(19,1839,1),(19,1840,1),(19,1841,1),(19,1842,1),(19,1843,1),(19,1844,1),(19,1845,1),(19,1846,1),(19,1847,1),(19,1848,1),(19,1849,1),(19,1850,1),(19,1851,1),(19,1852,1),(19,1853,1),(19,1854,1),(19,1855,1),(19,1856,1),(19,1857,1),(19,1858,1),(19,1859,1),(19,1860,1),(19,1861,1),(19,1862,1),(19,1863,1),(19,1864,1),(19,1865,1),(19,1866,1),(19,1867,1),(19,1868,1),(19,1869,1),(19,1870,1),(19,1871,1),(19,1872,1),(19,1873,1),(19,1874,1),(19,1875,1),(19,1876,1),(19,1877,1),(19,1878,1),(19,1879,1),(19,1880,1),(19,1881,1),(19,1882,1),(19,1883,1); -/*!40000 ALTER TABLE `ps_condition_advice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_condition_badge` --- - -DROP TABLE IF EXISTS `ps_condition_badge`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_condition_badge` ( - `id_condition` int(11) NOT NULL, - `id_badge` int(11) NOT NULL, - PRIMARY KEY (`id_condition`,`id_badge`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_condition_badge` --- - -LOCK TABLES `ps_condition_badge` WRITE; -/*!40000 ALTER TABLE `ps_condition_badge` DISABLE KEYS */; -INSERT INTO `ps_condition_badge` VALUES (1,125),(2,126),(3,126),(4,126),(5,127),(6,128),(7,129),(8,130),(9,131),(10,132),(11,133),(12,137),(13,138),(14,139),(15,140),(16,134),(17,135),(18,136),(19,141),(20,142),(21,143),(22,144),(23,145),(24,146),(25,147),(26,149),(27,150),(28,148),(29,152),(30,151),(31,153),(32,154),(33,155),(34,156),(35,157),(36,158),(37,159),(38,160),(39,161),(40,162),(41,163),(42,164),(43,165),(44,166),(45,167),(46,168),(47,169),(48,170),(49,171),(50,172),(51,173),(52,174),(53,175),(54,176),(55,177),(56,178),(57,179),(58,180),(59,187),(60,188),(61,189),(62,190),(63,191),(64,192),(65,181),(66,182),(67,183),(68,184),(69,185),(70,186),(71,193),(72,194),(73,195),(74,196),(75,197),(76,198),(77,199),(78,200),(79,201),(80,202),(81,203),(82,204),(83,205),(84,206),(85,207),(86,208),(87,209),(88,210),(89,211),(90,212),(91,213),(92,214),(93,215),(94,217),(95,216),(96,218),(97,219),(98,220),(99,221),(100,224),(101,222),(102,223),(104,23),(105,5),(109,225),(110,226),(111,227),(112,228),(113,229),(114,230),(115,231),(116,232),(117,233),(118,234),(120,24),(121,1),(122,2),(123,9),(125,10),(126,6),(127,25),(128,26),(129,3),(130,4),(131,7),(132,8),(134,11),(135,12),(136,13),(137,14),(138,15),(139,16),(140,17),(141,18),(142,19),(143,20),(144,21),(145,22),(146,27),(147,28),(148,29),(149,30),(150,31),(151,32),(152,33),(153,34),(154,35),(155,36),(156,37),(157,38),(158,39),(159,40),(160,41),(161,42),(162,43),(163,44),(164,45),(165,46),(166,47),(167,48),(168,49),(169,50),(170,51),(171,52),(172,53),(173,54),(174,55),(175,56),(176,57),(177,58),(178,59),(179,60),(180,61),(181,62),(182,63),(183,64),(184,65),(185,66),(186,67),(187,68),(188,69),(189,70),(190,71),(191,72),(192,73),(193,74),(194,75),(195,76),(196,77),(197,78),(198,79),(199,80),(200,81),(201,82),(202,83),(203,84),(204,85),(205,86),(206,87),(207,88),(208,89),(209,90),(210,91),(211,92),(212,93),(213,94),(214,95),(215,96),(216,97),(217,98),(218,99),(219,100),(220,101),(221,102),(222,103),(223,104),(224,105),(225,106),(226,107),(227,108),(228,109),(229,110),(230,111),(231,112),(232,113),(233,114),(234,115),(235,116),(236,117),(237,118),(238,119),(239,120),(240,121),(241,122),(242,123),(243,124); -/*!40000 ALTER TABLE `ps_condition_badge` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration` --- - -DROP TABLE IF EXISTS `ps_configuration`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration` ( - `id_configuration` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned DEFAULT NULL, - `id_shop` int(11) unsigned DEFAULT NULL, - `name` varchar(254) NOT NULL, - `value` text, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_configuration`), - KEY `name` (`name`), - KEY `id_shop` (`id_shop`), - KEY `id_shop_group` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=2910 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration` --- - -LOCK TABLES `ps_configuration` WRITE; -/*!40000 ALTER TABLE `ps_configuration` DISABLE KEYS */; -INSERT INTO `ps_configuration` VALUES (1,NULL,NULL,'PS_LANG_DEFAULT','1','2020-11-03 14:10:26','2020-11-03 14:10:26'),(2,NULL,NULL,'PS_VERSION_DB','1.7.6.8','2020-11-03 14:10:26','2020-11-03 14:10:26'),(3,NULL,NULL,'PS_INSTALL_VERSION','1.7.6.8','2020-11-03 14:10:26','2020-11-03 14:10:26'),(4,NULL,NULL,'PS_CARRIER_DEFAULT','6','2020-11-03 14:10:28','2021-02-18 13:05:00'),(5,NULL,NULL,'PS_GROUP_FEATURE_ACTIVE','1','2020-11-03 14:10:28','2021-01-14 10:33:19'),(6,NULL,NULL,'PS_SEARCH_INDEXATION','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(7,NULL,NULL,'PS_CURRENCY_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(8,NULL,NULL,'PS_COUNTRY_DEFAULT','131','0000-00-00 00:00:00','2020-11-03 14:10:29'),(9,NULL,NULL,'PS_REWRITING_SETTINGS',NULL,'0000-00-00 00:00:00','2021-01-25 13:31:08'),(10,NULL,NULL,'PS_ORDER_OUT_OF_STOCK','1','0000-00-00 00:00:00','2021-04-08 09:30:30'),(11,NULL,NULL,'PS_LAST_QTIES','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(12,NULL,NULL,'PS_CONDITIONS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(13,NULL,NULL,'PS_RECYCLABLE_PACK','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(14,NULL,NULL,'PS_GIFT_WRAPPING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(15,NULL,NULL,'PS_GIFT_WRAPPING_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(16,NULL,NULL,'PS_STOCK_MANAGEMENT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(17,NULL,NULL,'PS_NAVIGATION_PIPE','>','0000-00-00 00:00:00','0000-00-00 00:00:00'),(18,NULL,NULL,'PS_PRODUCTS_PER_PAGE','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(19,NULL,NULL,'PS_PURCHASE_MINIMUM','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(20,NULL,NULL,'PS_PRODUCTS_ORDER_WAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(21,NULL,NULL,'PS_PRODUCTS_ORDER_BY','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(22,NULL,NULL,'PS_DISPLAY_QTIES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(23,NULL,NULL,'PS_SHIPPING_HANDLING','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(24,NULL,NULL,'PS_SHIPPING_FREE_PRICE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(25,NULL,NULL,'PS_SHIPPING_FREE_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(26,NULL,NULL,'PS_SHIPPING_METHOD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(27,NULL,NULL,'PS_TAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(28,NULL,NULL,'PS_SHOP_ENABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(29,NULL,NULL,'PS_NB_DAYS_NEW_PRODUCT','20','0000-00-00 00:00:00','0000-00-00 00:00:00'),(30,NULL,NULL,'PS_SSL_ENABLED','1','0000-00-00 00:00:00','2021-05-20 15:39:16'),(31,NULL,NULL,'PS_WEIGHT_UNIT','kg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(32,NULL,NULL,'PS_BLOCK_CART_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(33,NULL,NULL,'PS_ORDER_RETURN','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(34,NULL,NULL,'PS_ORDER_RETURN_NB_DAYS','14','0000-00-00 00:00:00','0000-00-00 00:00:00'),(35,NULL,NULL,'PS_MAIL_TYPE','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(36,NULL,NULL,'PS_PRODUCT_PICTURE_MAX_SIZE','8388608','0000-00-00 00:00:00','0000-00-00 00:00:00'),(37,NULL,NULL,'PS_PRODUCT_PICTURE_WIDTH','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(38,NULL,NULL,'PS_PRODUCT_PICTURE_HEIGHT','64','0000-00-00 00:00:00','0000-00-00 00:00:00'),(39,NULL,NULL,'PS_INVOICE_PREFIX','#IN','0000-00-00 00:00:00','0000-00-00 00:00:00'),(40,NULL,NULL,'PS_INVCE_INVOICE_ADDR_RULES','{\"avoid\":[]}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(41,NULL,NULL,'PS_INVCE_DELIVERY_ADDR_RULES','{\"avoid\":[]}','0000-00-00 00:00:00','0000-00-00 00:00:00'),(42,NULL,NULL,'PS_DELIVERY_PREFIX','#DE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(43,NULL,NULL,'PS_DELIVERY_NUMBER',NULL,'0000-00-00 00:00:00','2020-12-03 13:26:36'),(44,NULL,NULL,'PS_RETURN_PREFIX','#RE','0000-00-00 00:00:00','0000-00-00 00:00:00'),(45,NULL,NULL,'PS_INVOICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(46,NULL,NULL,'PS_PASSWD_TIME_BACK','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(47,NULL,NULL,'PS_PASSWD_TIME_FRONT','360','0000-00-00 00:00:00','0000-00-00 00:00:00'),(48,NULL,NULL,'PS_PASSWD_RESET_VALIDITY','1440','0000-00-00 00:00:00','0000-00-00 00:00:00'),(49,NULL,NULL,'PS_DISP_UNAVAILABLE_ATTR','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(50,NULL,NULL,'PS_SEARCH_MINWORDLEN','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(51,NULL,NULL,'PS_SEARCH_BLACKLIST','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(52,NULL,NULL,'PS_SEARCH_WEIGHT_PNAME','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(53,NULL,NULL,'PS_SEARCH_WEIGHT_REF','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(54,NULL,NULL,'PS_SEARCH_WEIGHT_SHORTDESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(55,NULL,NULL,'PS_SEARCH_WEIGHT_DESC','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(56,NULL,NULL,'PS_SEARCH_WEIGHT_CNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(57,NULL,NULL,'PS_SEARCH_WEIGHT_MNAME','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(58,NULL,NULL,'PS_SEARCH_WEIGHT_TAG','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(59,NULL,NULL,'PS_SEARCH_WEIGHT_ATTRIBUTE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,NULL,NULL,'PS_SEARCH_WEIGHT_FEATURE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(61,NULL,NULL,'PS_SEARCH_AJAX','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(62,NULL,NULL,'PS_TIMEZONE','Europe/Vilnius','0000-00-00 00:00:00','2020-11-03 14:10:29'),(63,NULL,NULL,'PS_THEME_V11','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(64,NULL,NULL,'PRESTASTORE_LIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(65,NULL,NULL,'PS_TIN_ACTIVE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(66,NULL,NULL,'PS_SHOW_ALL_MODULES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,NULL,NULL,'PS_BACKUP_ALL','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(68,NULL,NULL,'PS_1_3_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(69,NULL,NULL,'PS_PRICE_ROUND_MODE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(70,NULL,NULL,'PS_1_3_2_UPDATE_DATE','2011-12-27 10:20:42','0000-00-00 00:00:00','0000-00-00 00:00:00'),(71,NULL,NULL,'PS_CONDITIONS_CMS_ID','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(72,NULL,NULL,'TRACKING_DIRECT_TRAFFIC','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(73,NULL,NULL,'PS_VOLUME_UNIT','L','0000-00-00 00:00:00','2020-11-19 09:58:10'),(74,NULL,NULL,'PS_CIPHER_ALGORITHM','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(75,NULL,NULL,'PS_ATTRIBUTE_CATEGORY_DISPLAY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(76,NULL,NULL,'PS_CUSTOMER_SERVICE_FILE_UPLOAD','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(77,NULL,NULL,'PS_CUSTOMER_SERVICE_SIGNATURE','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(78,NULL,NULL,'PS_BLOCK_BESTSELLERS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(79,NULL,NULL,'PS_BLOCK_NEWPRODUCTS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(80,NULL,NULL,'PS_BLOCK_SPECIALS_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(81,NULL,NULL,'PS_STOCK_MVT_REASON_DEFAULT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(82,NULL,NULL,'PS_SPECIFIC_PRICE_PRIORITIES','id_shop;id_currency;id_country;id_group','0000-00-00 00:00:00','0000-00-00 00:00:00'),(83,NULL,NULL,'PS_TAX_DISPLAY','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(84,NULL,NULL,'PS_SMARTY_FORCE_COMPILE','2','0000-00-00 00:00:00','2021-01-14 10:33:19'),(85,NULL,NULL,'PS_DISTANCE_UNIT','km','0000-00-00 00:00:00','0000-00-00 00:00:00'),(86,NULL,NULL,'PS_STORES_DISPLAY_CMS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(87,NULL,NULL,'SHOP_LOGO_WIDTH','100','0000-00-00 00:00:00','2020-11-03 14:10:29'),(88,NULL,NULL,'SHOP_LOGO_HEIGHT','28','0000-00-00 00:00:00','2020-11-03 14:10:29'),(89,NULL,NULL,'EDITORIAL_IMAGE_WIDTH','530','0000-00-00 00:00:00','0000-00-00 00:00:00'),(90,NULL,NULL,'EDITORIAL_IMAGE_HEIGHT','228','0000-00-00 00:00:00','0000-00-00 00:00:00'),(91,NULL,NULL,'PS_STATSDATA_CUSTOMER_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(92,NULL,NULL,'PS_STATSDATA_PAGESVIEWS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(93,NULL,NULL,'PS_STATSDATA_PLUGINS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(94,NULL,NULL,'PS_GEOLOCATION_ENABLED','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(95,NULL,NULL,'PS_ALLOWED_COUNTRIES','AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW','0000-00-00 00:00:00','0000-00-00 00:00:00'),(96,NULL,NULL,'PS_GEOLOCATION_BEHAVIOR','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(97,NULL,NULL,'PS_LOCALE_LANGUAGE','en','0000-00-00 00:00:00','2020-11-03 14:10:29'),(98,NULL,NULL,'PS_LOCALE_COUNTRY','lt','0000-00-00 00:00:00','2020-11-03 14:10:29'),(99,NULL,NULL,'PS_ATTACHMENT_MAXIMUM_SIZE','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(100,NULL,NULL,'PS_SMARTY_CACHE',NULL,'0000-00-00 00:00:00','2021-01-14 10:33:19'),(101,NULL,NULL,'PS_DIMENSION_UNIT','cm','0000-00-00 00:00:00','0000-00-00 00:00:00'),(102,NULL,NULL,'PS_GUEST_CHECKOUT_ENABLED','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(103,NULL,NULL,'PS_DISPLAY_SUPPLIERS','1','0000-00-00 00:00:00','2021-05-20 15:39:16'),(104,NULL,NULL,'PS_DISPLAY_BEST_SELLERS','1','0000-00-00 00:00:00','2021-05-20 15:39:16'),(105,NULL,NULL,'PS_CATALOG_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(106,NULL,NULL,'PS_GEOLOCATION_WHITELIST','127;::1;188.165.122;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;91.240.109;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48','0000-00-00 00:00:00','0000-00-00 00:00:00'),(107,NULL,NULL,'PS_LOGS_BY_EMAIL','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(108,NULL,NULL,'PS_COOKIE_CHECKIP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(109,NULL,NULL,'PS_USE_ECOTAX','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(110,NULL,NULL,'PS_CANONICAL_REDIRECT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(111,NULL,NULL,'PS_IMG_UPDATE_TIME','1324977642','0000-00-00 00:00:00','0000-00-00 00:00:00'),(112,NULL,NULL,'PS_BACKUP_DROP_TABLE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(113,NULL,NULL,'PS_OS_CHEQUE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(114,NULL,NULL,'PS_OS_PAYMENT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(115,NULL,NULL,'PS_OS_PREPARATION','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(116,NULL,NULL,'PS_OS_SHIPPING','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(117,NULL,NULL,'PS_OS_DELIVERED','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(118,NULL,NULL,'PS_OS_CANCELED','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(119,NULL,NULL,'PS_OS_REFUND','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(120,NULL,NULL,'PS_OS_ERROR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(121,NULL,NULL,'PS_OS_OUTOFSTOCK','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(122,NULL,NULL,'PS_OS_BANKWIRE','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(123,NULL,NULL,'PS_OS_WS_PAYMENT','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(124,NULL,NULL,'PS_OS_OUTOFSTOCK_PAID','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(125,NULL,NULL,'PS_OS_OUTOFSTOCK_UNPAID','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(126,NULL,NULL,'PS_OS_COD_VALIDATION','13','0000-00-00 00:00:00','0000-00-00 00:00:00'),(127,NULL,NULL,'PS_LEGACY_IMAGES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(128,NULL,NULL,'PS_IMAGE_QUALITY','png','0000-00-00 00:00:00','2020-11-03 14:11:16'),(129,NULL,NULL,'PS_PNG_QUALITY','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(130,NULL,NULL,'PS_JPEG_QUALITY','90','0000-00-00 00:00:00','0000-00-00 00:00:00'),(131,NULL,NULL,'PS_COOKIE_LIFETIME_FO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(132,NULL,NULL,'PS_COOKIE_LIFETIME_BO','480','0000-00-00 00:00:00','0000-00-00 00:00:00'),(133,NULL,NULL,'PS_RESTRICT_DELIVERED_COUNTRIES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(134,NULL,NULL,'PS_SHOW_NEW_ORDERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(135,NULL,NULL,'PS_SHOW_NEW_CUSTOMERS','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(136,NULL,NULL,'PS_SHOW_NEW_MESSAGES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(137,NULL,NULL,'PS_FEATURE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2021-01-14 10:33:19'),(138,NULL,NULL,'PS_COMBINATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2021-01-14 10:33:19'),(139,NULL,NULL,'PS_SPECIFIC_PRICE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2022-09-02 12:23:50'),(140,NULL,NULL,'PS_VIRTUAL_PROD_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2020-11-03 14:11:36'),(141,NULL,NULL,'PS_CUSTOMIZATION_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(142,NULL,NULL,'PS_CART_RULE_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2022-09-02 12:36:41'),(143,NULL,NULL,'PS_PACK_FEATURE_ACTIVE','1','0000-00-00 00:00:00','2022-11-22 15:39:39'),(144,NULL,NULL,'PS_ALIAS_FEATURE_ACTIVE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(145,NULL,NULL,'PS_TAX_ADDRESS_TYPE','id_address_delivery','0000-00-00 00:00:00','0000-00-00 00:00:00'),(146,NULL,NULL,'PS_SHOP_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(147,NULL,NULL,'PS_CARRIER_DEFAULT_SORT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(148,NULL,NULL,'PS_STOCK_MVT_INC_REASON_DEFAULT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(149,NULL,NULL,'PS_STOCK_MVT_DEC_REASON_DEFAULT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(150,NULL,NULL,'PS_ADVANCED_STOCK_MANAGEMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(151,NULL,NULL,'PS_STOCK_MVT_TRANSFER_TO','7','0000-00-00 00:00:00','0000-00-00 00:00:00'),(152,NULL,NULL,'PS_STOCK_MVT_TRANSFER_FROM','6','0000-00-00 00:00:00','0000-00-00 00:00:00'),(153,NULL,NULL,'PS_CARRIER_DEFAULT_ORDER','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(154,NULL,NULL,'PS_STOCK_MVT_SUPPLY_ORDER','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(155,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_CANCEL_REASON','9','0000-00-00 00:00:00','0000-00-00 00:00:00'),(156,NULL,NULL,'PS_STOCK_CUSTOMER_RETURN_REASON','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(157,NULL,NULL,'PS_STOCK_MVT_INC_EMPLOYEE_EDITION','11','0000-00-00 00:00:00','0000-00-00 00:00:00'),(158,NULL,NULL,'PS_STOCK_MVT_DEC_EMPLOYEE_EDITION','12','0000-00-00 00:00:00','0000-00-00 00:00:00'),(159,NULL,NULL,'PS_STOCK_CUSTOMER_ORDER_REASON','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(160,NULL,NULL,'PS_UNIDENTIFIED_GROUP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(161,NULL,NULL,'PS_GUEST_GROUP','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(162,NULL,NULL,'PS_CUSTOMER_GROUP','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(163,NULL,NULL,'PS_SMARTY_CONSOLE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(164,NULL,NULL,'PS_INVOICE_MODEL','invoice','0000-00-00 00:00:00','0000-00-00 00:00:00'),(165,NULL,NULL,'PS_LIMIT_UPLOAD_IMAGE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(166,NULL,NULL,'PS_LIMIT_UPLOAD_FILE_VALUE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(167,NULL,NULL,'MB_PAY_TO_EMAIL','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(168,NULL,NULL,'MB_SECRET_WORD','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(169,NULL,NULL,'MB_HIDE_LOGIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(170,NULL,NULL,'MB_ID_LOGO','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(171,NULL,NULL,'MB_ID_LOGO_WALLET','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(172,NULL,NULL,'MB_PARAMETERS','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(173,NULL,NULL,'MB_PARAMETERS_2','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(174,NULL,NULL,'MB_DISPLAY_MODE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(175,NULL,NULL,'MB_CANCEL_URL','http://www.yoursite.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(176,NULL,NULL,'MB_LOCAL_METHODS','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(177,NULL,NULL,'MB_INTER_METHODS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(178,NULL,NULL,'BANK_WIRE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(179,NULL,NULL,'CHEQUE_CURRENCIES','2,1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(180,NULL,NULL,'PRODUCTS_VIEWED_NBR','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(181,NULL,NULL,'BLOCK_CATEG_DHTML','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(182,NULL,NULL,'BLOCK_CATEG_MAX_DEPTH','4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(183,NULL,NULL,'MANUFACTURER_DISPLAY_FORM','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(184,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(185,NULL,NULL,'MANUFACTURER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(186,NULL,NULL,'NEW_PRODUCTS_NBR','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(187,NULL,NULL,'PS_TOKEN_ENABLE','1','0000-00-00 00:00:00','2021-05-20 15:39:16'),(188,NULL,NULL,'PS_STATS_RENDER','graphnvd3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(189,NULL,NULL,'PS_STATS_OLD_CONNECT_AUTO_CLEAN','never','0000-00-00 00:00:00','0000-00-00 00:00:00'),(190,NULL,NULL,'PS_STATS_GRID_RENDER','gridhtml','0000-00-00 00:00:00','0000-00-00 00:00:00'),(191,NULL,NULL,'BLOCKTAGS_NBR','10','0000-00-00 00:00:00','0000-00-00 00:00:00'),(192,NULL,NULL,'CHECKUP_DESCRIPTIONS_LT','100','0000-00-00 00:00:00','0000-00-00 00:00:00'),(193,NULL,NULL,'CHECKUP_DESCRIPTIONS_GT','400','0000-00-00 00:00:00','0000-00-00 00:00:00'),(194,NULL,NULL,'CHECKUP_IMAGES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(195,NULL,NULL,'CHECKUP_IMAGES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(196,NULL,NULL,'CHECKUP_SALES_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(197,NULL,NULL,'CHECKUP_SALES_GT','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(198,NULL,NULL,'CHECKUP_STOCK_LT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(199,NULL,NULL,'CHECKUP_STOCK_GT','3','0000-00-00 00:00:00','0000-00-00 00:00:00'),(200,NULL,NULL,'FOOTER_CMS','0_3|0_4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(201,NULL,NULL,'FOOTER_BLOCK_ACTIVATION','0_3|0_4','0000-00-00 00:00:00','0000-00-00 00:00:00'),(202,NULL,NULL,'FOOTER_POWEREDBY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(203,NULL,NULL,'BLOCKADVERT_LINK','http://www.prestashop.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(204,NULL,NULL,'BLOCKSTORE_IMG','store.jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(205,NULL,NULL,'BLOCKADVERT_IMG_EXT','jpg','0000-00-00 00:00:00','0000-00-00 00:00:00'),(206,NULL,NULL,'MOD_BLOCKTOPMENU_ITEMS','CAT3,CAT6,CAT9','0000-00-00 00:00:00','2020-11-03 14:10:36'),(207,NULL,NULL,'MOD_BLOCKTOPMENU_SEARCH','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(208,NULL,NULL,'BLOCKSOCIAL_FACEBOOK',NULL,'0000-00-00 00:00:00','2020-11-03 14:10:36'),(209,NULL,NULL,'BLOCKSOCIAL_TWITTER',NULL,'0000-00-00 00:00:00','2020-11-03 14:10:36'),(210,NULL,NULL,'BLOCKSOCIAL_RSS',NULL,'0000-00-00 00:00:00','2020-11-03 14:10:36'),(211,NULL,NULL,'BLOCKCONTACTINFOS_COMPANY','Your company','0000-00-00 00:00:00','0000-00-00 00:00:00'),(212,NULL,NULL,'BLOCKCONTACTINFOS_ADDRESS','Address line 1\nCity\nCountry','0000-00-00 00:00:00','0000-00-00 00:00:00'),(213,NULL,NULL,'BLOCKCONTACTINFOS_PHONE','0123-456-789','0000-00-00 00:00:00','0000-00-00 00:00:00'),(214,NULL,NULL,'BLOCKCONTACTINFOS_EMAIL','pub@prestashop.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(215,NULL,NULL,'BLOCKCONTACT_TELNUMBER','0123-456-789','0000-00-00 00:00:00','0000-00-00 00:00:00'),(216,NULL,NULL,'BLOCKCONTACT_EMAIL','pub@prestashop.com','0000-00-00 00:00:00','0000-00-00 00:00:00'),(217,NULL,NULL,'SUPPLIER_DISPLAY_TEXT','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(218,NULL,NULL,'SUPPLIER_DISPLAY_TEXT_NB','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(219,NULL,NULL,'SUPPLIER_DISPLAY_FORM','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(220,NULL,NULL,'BLOCK_CATEG_NBR_COLUMN_FOOTER','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(221,NULL,NULL,'UPGRADER_BACKUPDB_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(222,NULL,NULL,'UPGRADER_BACKUPFILES_FILENAME','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(223,NULL,NULL,'BLOCKREINSURANCE_NBBLOCKS','5','0000-00-00 00:00:00','0000-00-00 00:00:00'),(224,NULL,NULL,'HOMESLIDER_WIDTH','535','0000-00-00 00:00:00','0000-00-00 00:00:00'),(225,NULL,NULL,'HOMESLIDER_SPEED','5000','0000-00-00 00:00:00','2020-11-03 14:10:35'),(226,NULL,NULL,'HOMESLIDER_PAUSE','7700','0000-00-00 00:00:00','0000-00-00 00:00:00'),(227,NULL,NULL,'HOMESLIDER_LOOP','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(228,NULL,NULL,'PS_BASE_DISTANCE_UNIT','m','0000-00-00 00:00:00','0000-00-00 00:00:00'),(229,NULL,NULL,'PS_SHOP_DOMAIN','41cebd1eadc8.eu.ngrok.io','0000-00-00 00:00:00','2021-01-25 13:31:08'),(230,NULL,NULL,'PS_SHOP_DOMAIN_SSL','41cebd1eadc8.eu.ngrok.io','0000-00-00 00:00:00','2021-01-25 13:31:08'),(231,NULL,NULL,'PS_SHOP_NAME','mollie17','0000-00-00 00:00:00','2020-11-03 14:10:29'),(232,NULL,NULL,'PS_SHOP_EMAIL','marius.gudauskis@invertus.eu','0000-00-00 00:00:00','2020-11-03 14:10:30'),(233,NULL,NULL,'PS_MAIL_METHOD','2','0000-00-00 00:00:00','2020-11-06 13:43:59'),(234,NULL,NULL,'PS_SHOP_ACTIVITY',NULL,'0000-00-00 00:00:00','2021-05-20 15:39:16'),(235,NULL,NULL,'PS_LOGO','logo.png','0000-00-00 00:00:00','0000-00-00 00:00:00'),(236,NULL,NULL,'PS_FAVICON','favicon.ico','0000-00-00 00:00:00','0000-00-00 00:00:00'),(237,NULL,NULL,'PS_STORES_ICON','logo_stores.png','0000-00-00 00:00:00','0000-00-00 00:00:00'),(238,NULL,NULL,'PS_ROOT_CATEGORY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(239,NULL,NULL,'PS_HOME_CATEGORY','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(240,NULL,NULL,'PS_CONFIGURATION_AGREMENT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(241,NULL,NULL,'PS_MAIL_SERVER','smtp.gmail.com','0000-00-00 00:00:00','2020-11-06 13:43:59'),(242,NULL,NULL,'PS_MAIL_USER','nugalejau@gmail.com','0000-00-00 00:00:00','2020-11-06 13:43:59'),(243,NULL,NULL,'PS_MAIL_PASSWD','Orsaz123456789','0000-00-00 00:00:00','2020-11-06 13:44:10'),(244,NULL,NULL,'PS_MAIL_SMTP_ENCRYPTION','tls','0000-00-00 00:00:00','2020-11-06 13:43:59'),(245,NULL,NULL,'PS_MAIL_SMTP_PORT','587','0000-00-00 00:00:00','2020-11-06 13:43:59'),(246,NULL,NULL,'PS_MAIL_COLOR','#db3484','0000-00-00 00:00:00','0000-00-00 00:00:00'),(247,NULL,NULL,'NW_SALT','2qhJBYk9bDwyLRQo','0000-00-00 00:00:00','2020-11-03 14:10:34'),(248,NULL,NULL,'PS_PAYMENT_LOGO_CMS_ID','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(249,NULL,NULL,'HOME_FEATURED_NBR','8','0000-00-00 00:00:00','0000-00-00 00:00:00'),(250,NULL,NULL,'SEK_MIN_OCCURENCES','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(251,NULL,NULL,'SEK_FILTER_KW','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(252,NULL,NULL,'PS_ALLOW_MOBILE_DEVICE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(253,NULL,NULL,'PS_CUSTOMER_CREATION_EMAIL','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(254,NULL,NULL,'PS_SMARTY_CONSOLE_KEY','SMARTY_DEBUG','0000-00-00 00:00:00','0000-00-00 00:00:00'),(255,NULL,NULL,'PS_DASHBOARD_USE_PUSH','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(256,NULL,NULL,'PS_ATTRIBUTE_ANCHOR_SEPARATOR','-','0000-00-00 00:00:00','0000-00-00 00:00:00'),(257,NULL,NULL,'CONF_AVERAGE_PRODUCT_MARGIN','40','0000-00-00 00:00:00','0000-00-00 00:00:00'),(258,NULL,NULL,'PS_DASHBOARD_SIMULATION','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(259,NULL,NULL,'PS_USE_HTMLPURIFIER','1','0000-00-00 00:00:00','2021-05-20 15:39:16'),(260,NULL,NULL,'PS_SMARTY_CACHING_TYPE','filesystem','0000-00-00 00:00:00','0000-00-00 00:00:00'),(261,NULL,NULL,'PS_SMARTY_LOCAL',NULL,'0000-00-00 00:00:00','2021-01-14 10:33:19'),(262,NULL,NULL,'PS_SMARTY_CLEAR_CACHE','everytime','0000-00-00 00:00:00','0000-00-00 00:00:00'),(263,NULL,NULL,'PS_DETECT_LANG','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(264,NULL,NULL,'PS_DETECT_COUNTRY','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(265,NULL,NULL,'PS_ROUND_TYPE','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(266,NULL,NULL,'PS_PRICE_DISPLAY_PRECISION','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(267,NULL,NULL,'PS_LOG_EMAILS','1','0000-00-00 00:00:00','2020-11-06 13:44:10'),(268,NULL,NULL,'PS_CUSTOMER_OPTIN','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(269,NULL,NULL,'PS_CUSTOMER_BIRTHDATE','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(270,NULL,NULL,'PS_PACK_STOCK_TYPE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(271,NULL,NULL,'PS_LOG_MODULE_PERFS_MODULO','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(272,NULL,NULL,'PS_DISALLOW_HISTORY_REORDERING','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(273,NULL,NULL,'PS_DISPLAY_PRODUCT_WEIGHT','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(274,NULL,NULL,'PS_PRODUCT_WEIGHT_PRECISION','2','0000-00-00 00:00:00','0000-00-00 00:00:00'),(275,NULL,NULL,'PS_ACTIVE_CRONJOB_EXCHANGE_RATE','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(276,NULL,NULL,'PS_ORDER_RECALCULATE_SHIPPING','1','0000-00-00 00:00:00','0000-00-00 00:00:00'),(277,NULL,NULL,'PS_MAINTENANCE_TEXT','','0000-00-00 00:00:00','0000-00-00 00:00:00'),(278,NULL,NULL,'PS_PRODUCT_SHORT_DESC_LIMIT','800','0000-00-00 00:00:00','0000-00-00 00:00:00'),(279,NULL,NULL,'PS_LABEL_IN_STOCK_PRODUCTS','In Stock','0000-00-00 00:00:00','0000-00-00 00:00:00'),(280,NULL,NULL,'PS_LABEL_OOS_PRODUCTS_BOA','Product available for orders','0000-00-00 00:00:00','0000-00-00 00:00:00'),(281,NULL,NULL,'PS_LABEL_OOS_PRODUCTS_BOD','Out-of-Stock','0000-00-00 00:00:00','0000-00-00 00:00:00'),(282,NULL,NULL,'PS_CATALOG_MODE_WITH_PRICES','0','0000-00-00 00:00:00','0000-00-00 00:00:00'),(283,NULL,NULL,'PS_MAIL_THEME','modern','0000-00-00 00:00:00','0000-00-00 00:00:00'),(284,NULL,NULL,'PS_SSL_ENABLED_EVERYWHERE','1','2020-11-03 14:10:29','2021-05-20 15:39:16'),(285,NULL,NULL,'DASHACTIVITY_CART_ACTIVE','30','2020-11-03 14:10:32','2020-11-03 14:10:32'),(286,NULL,NULL,'DASHACTIVITY_CART_ABANDONED_MIN','24','2020-11-03 14:10:32','2020-11-03 14:10:32'),(287,NULL,NULL,'DASHACTIVITY_CART_ABANDONED_MAX','48','2020-11-03 14:10:32','2020-11-03 14:10:32'),(288,NULL,NULL,'DASHACTIVITY_VISITOR_ONLINE','30','2020-11-03 14:10:32','2020-11-03 14:10:32'),(289,NULL,NULL,'PS_DASHGOALS_CURRENT_YEAR','2020','2020-11-03 14:10:32','2020-11-03 14:10:32'),(290,NULL,NULL,'DASHPRODUCT_NBR_SHOW_LAST_ORDER','10','2020-11-03 14:10:33','2020-11-03 14:10:33'),(291,NULL,NULL,'DASHPRODUCT_NBR_SHOW_BEST_SELLER','10','2020-11-03 14:10:33','2020-11-03 14:10:33'),(292,NULL,NULL,'DASHPRODUCT_NBR_SHOW_MOST_VIEWED','10','2020-11-03 14:10:33','2020-11-03 14:10:33'),(293,NULL,NULL,'DASHPRODUCT_NBR_SHOW_TOP_SEARCH','10','2020-11-03 14:10:33','2020-11-03 14:10:33'),(294,NULL,NULL,'GSITEMAP_PRIORITY_HOME','1','2020-11-03 14:10:33','2020-11-03 14:10:33'),(295,NULL,NULL,'GSITEMAP_PRIORITY_PRODUCT','0.9','2020-11-03 14:10:33','2020-11-03 14:10:33'),(296,NULL,NULL,'GSITEMAP_PRIORITY_CATEGORY','0.8','2020-11-03 14:10:33','2020-11-03 14:10:33'),(297,NULL,NULL,'GSITEMAP_PRIORITY_CMS','0.7','2020-11-03 14:10:33','2020-11-03 14:10:33'),(298,NULL,NULL,'GSITEMAP_FREQUENCY','weekly','2020-11-03 14:10:33','2020-11-03 14:10:33'),(299,NULL,NULL,'BANNER_IMG',NULL,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(300,NULL,NULL,'BANNER_LINK',NULL,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(301,NULL,NULL,'BANNER_DESC',NULL,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(302,NULL,NULL,'BLOCK_CATEG_ROOT_CATEGORY','1','2020-11-03 14:10:33','2020-11-03 14:10:33'),(303,NULL,NULL,'CONF_PS_CHECKPAYMENT_FIXED','0.2','2020-11-03 14:10:33','2020-11-03 14:10:33'),(304,NULL,NULL,'CONF_PS_CHECKPAYMENT_VAR','2','2020-11-03 14:10:33','2020-11-03 14:10:33'),(305,NULL,NULL,'CONF_PS_CHECKPAYMENT_FIXED_FOREIGN','0.2','2020-11-03 14:10:33','2020-11-03 14:10:33'),(306,NULL,NULL,'CONF_PS_CHECKPAYMENT_VAR_FOREIGN','2','2020-11-03 14:10:33','2020-11-03 14:10:33'),(307,NULL,NULL,'PS_CONTACT_INFO_DISPLAY_EMAIL','1','2020-11-03 14:10:33','2020-11-03 14:10:33'),(308,NULL,NULL,'PS_NEWSLETTER_RAND','2071838016474685798','2020-11-03 14:10:34','2020-11-03 14:10:34'),(309,NULL,NULL,'NW_CONDITIONS',NULL,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(318,NULL,NULL,'CHECKBOX_ORDER','1','2020-11-03 14:10:34','2020-11-03 14:10:34'),(319,NULL,NULL,'CHECKBOX_CUSTOMER','1','2020-11-03 14:10:34','2020-11-03 14:10:34'),(320,NULL,NULL,'CHECKBOX_MESSAGE','1','2020-11-03 14:10:34','2020-11-03 14:10:34'),(321,NULL,NULL,'BACKGROUND_COLOR_FAVICONBO','#DF0067','2020-11-03 14:10:34','2020-11-03 14:10:34'),(322,NULL,NULL,'TEXT_COLOR_FAVICONBO','#FFFFFF','2020-11-03 14:10:34','2020-11-03 14:10:34'),(323,NULL,NULL,'HOME_FEATURED_CAT','2','2020-11-03 14:10:35','2020-11-03 14:10:35'),(324,NULL,NULL,'HOMESLIDER_PAUSE_ON_HOVER','1','2020-11-03 14:10:35','2020-11-03 14:10:35'),(325,NULL,NULL,'HOMESLIDER_WRAP','1','2020-11-03 14:10:35','2020-11-03 14:10:35'),(326,NULL,NULL,'PS_SC_TWITTER','1','2020-11-03 14:10:36','2020-11-03 14:10:36'),(327,NULL,NULL,'PS_SC_FACEBOOK','1','2020-11-03 14:10:36','2020-11-03 14:10:36'),(328,NULL,NULL,'PS_SC_PINTEREST','1','2020-11-03 14:10:36','2020-11-03 14:10:36'),(329,NULL,NULL,'BLOCKSOCIAL_YOUTUBE',NULL,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(330,NULL,NULL,'BLOCKSOCIAL_PINTEREST',NULL,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(331,NULL,NULL,'BLOCKSOCIAL_VIMEO',NULL,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(332,NULL,NULL,'BLOCKSOCIAL_INSTAGRAM',NULL,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(333,NULL,NULL,'BLOCKSOCIAL_LINKEDIN',NULL,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(334,NULL,NULL,'BANK_WIRE_PAYMENT_INVITE','1','2020-11-03 14:10:36','2020-11-03 14:10:36'),(335,NULL,NULL,'CONF_PS_WIREPAYMENT_FIXED','0.2','2020-11-03 14:10:36','2020-11-03 14:10:36'),(336,NULL,NULL,'CONF_PS_WIREPAYMENT_VAR','2','2020-11-03 14:10:36','2020-11-03 14:10:36'),(337,NULL,NULL,'CONF_PS_WIREPAYMENT_FIXED_FOREIGN','0.2','2020-11-03 14:10:36','2020-11-03 14:10:36'),(338,NULL,NULL,'CONF_PS_WIREPAYMENT_VAR_FOREIGN','2','2020-11-03 14:10:36','2020-11-03 14:10:36'),(339,NULL,NULL,'GF_INSTALL_CALC','1','2020-11-03 14:10:59','2020-11-03 14:12:47'),(340,NULL,NULL,'GF_CURRENT_LEVEL','4','2020-11-03 14:10:59','2022-01-12 13:54:34'),(341,NULL,NULL,'GF_CURRENT_LEVEL_PERCENT','75','2020-11-03 14:10:59','2022-09-13 14:29:33'),(342,NULL,NULL,'GF_NOTIFICATION','33','2020-11-03 14:10:59','2022-09-13 14:29:33'),(343,NULL,NULL,'PSGDPR_CREATION_FORM_SWITCH','1','2020-11-03 14:10:59','2020-11-03 14:10:59'),(344,NULL,NULL,'PSGDPR_CREATION_FORM',NULL,'2020-11-03 14:10:59','2020-11-03 14:10:59'),(345,NULL,NULL,'PSGDPR_CUSTOMER_FORM_SWITCH','1','2020-11-03 14:10:59','2020-11-03 14:10:59'),(346,NULL,NULL,'PSGDPR_CUSTOMER_FORM',NULL,'2020-11-03 14:10:59','2020-11-03 14:10:59'),(347,NULL,NULL,'PSGDPR_ANONYMOUS_CUSTOMER','1','2020-11-03 14:10:59','2020-11-03 14:10:59'),(348,NULL,NULL,'PSGDPR_ANONYMOUS_ADDRESS','1','2020-11-03 14:10:59','2020-11-03 14:10:59'),(349,NULL,NULL,'BLOCKREASSURANCE_NBBLOCKS','5','2020-11-03 14:11:17','2020-11-03 14:11:17'),(350,NULL,NULL,'PS_LAYERED_SHOW_QTIES','1','2020-11-03 14:11:39','2020-11-03 14:11:39'),(351,NULL,NULL,'PS_LAYERED_FULL_TREE','1','2020-11-03 14:11:39','2020-11-03 14:11:39'),(352,NULL,NULL,'PS_LAYERED_FILTER_PRICE_USETAX','1','2020-11-03 14:11:39','2020-11-03 14:11:39'),(353,NULL,NULL,'PS_LAYERED_FILTER_CATEGORY_DEPTH','1','2020-11-03 14:11:39','2020-11-03 14:11:39'),(354,NULL,NULL,'PS_LAYERED_FILTER_PRICE_ROUNDING','1','2020-11-03 14:11:39','2020-11-03 14:11:39'),(355,NULL,NULL,'PS_LAYERED_FILTER_SHOW_OUT_OF_STOCK_LAST','0','2020-11-03 14:11:39','2020-11-03 14:11:39'),(356,NULL,NULL,'PS_LAYERED_FILTER_BY_DEFAULT_CATEGORY','0','2020-11-03 14:11:39','2020-11-03 14:11:39'),(357,NULL,NULL,'PS_LAYERED_INDEXED','1','2020-11-03 14:11:40','2020-11-03 14:11:40'),(358,NULL,NULL,'GF_NOT_VIEWED_BADGE','200','2020-11-03 14:12:47','2022-09-13 14:29:33'),(359,NULL,NULL,'ONBOARDINGV2_SHUT_DOWN','1','2020-11-03 14:13:28','2020-11-03 14:13:28'),(360,NULL,NULL,'ONBOARDINGV2_CURRENT_STEP','14','2020-11-03 14:13:30','2020-11-03 14:13:30'),(462,NULL,NULL,'CONF_MOLLIE_FIXED','0.2','2020-11-05 15:04:44','2020-11-05 15:04:44'),(463,NULL,NULL,'CONF_MOLLIE_VAR','2','2020-11-05 15:04:44','2020-11-05 15:04:44'),(464,NULL,NULL,'CONF_MOLLIE_FIXED_FOREIGN','0.2','2020-11-05 15:04:44','2020-11-05 15:04:44'),(465,NULL,NULL,'CONF_MOLLIE_VAR_FOREIGN','2','2020-11-05 15:04:44','2020-11-05 15:04:44'),(529,NULL,NULL,'MOLLIE_SINGLE_CLICK_PAYMENT',NULL,'2020-11-05 15:11:15','2021-03-18 13:06:43'),(531,NULL,NULL,'MOLLIE_SHOW_CUSTOM_LOGO','0','2020-11-05 16:35:03','2021-03-18 13:07:04'),(534,NULL,NULL,'MOLLIE_VOUCHER_CATEGORY','meal','2020-11-05 16:35:03','2021-04-08 16:10:51'),(535,NULL,NULL,'PS_MAIL_EMAIL_MESSAGE','2','2020-11-06 13:43:59','2020-11-06 13:43:59'),(536,NULL,NULL,'PS_MAIL_DOMAIN','smtp.gmail.com','2020-11-06 13:43:59','2020-11-06 13:43:59'),(539,NULL,NULL,'PS_CCCJS_VERSION','42','2020-11-06 15:33:12','2021-04-08 09:30:30'),(540,NULL,NULL,'PS_CCCCSS_VERSION','43','2020-11-06 15:33:12','2021-04-08 09:30:30'),(541,NULL,NULL,'PS_ROUTE_category_rule','{id}-{rewrite}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(542,NULL,NULL,'PS_ROUTE_supplier_rule','supplier/{id}-{rewrite}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(543,NULL,NULL,'PS_ROUTE_manufacturer_rule','brand/{id}-{rewrite}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(544,NULL,NULL,'PS_ROUTE_cms_rule','content/{id}-{rewrite}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(545,NULL,NULL,'PS_ROUTE_cms_category_rule','content/category/{id}-{rewrite}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(546,NULL,NULL,'PS_ROUTE_module','module/{module}{/:controller}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(547,NULL,NULL,'PS_ROUTE_product_rule','{category:/}{id}{-:id_product_attribute}-{rewrite}{-:ean13}.html','2020-11-06 15:33:13','2020-11-06 15:33:13'),(548,NULL,NULL,'PS_ROUTE_layered_rule','{id}-{rewrite}{/:selected_filters}','2020-11-06 15:33:13','2020-11-06 15:33:13'),(549,NULL,NULL,'PS_MEDIA_SERVER_1',NULL,'2020-11-12 11:44:01','2020-11-12 11:44:01'),(550,NULL,NULL,'PS_MEDIA_SERVER_2',NULL,'2020-11-12 11:44:01','2020-11-12 11:44:01'),(551,NULL,NULL,'PS_MEDIA_SERVER_3',NULL,'2020-11-12 11:44:01','2020-11-12 11:44:01'),(552,NULL,NULL,'PS_MEDIA_SERVERS','0','2020-11-12 11:44:01','2020-11-12 11:44:01'),(584,NULL,NULL,'MOLLIE_VOUCHER_FEATURE_meal','11','2020-11-13 13:41:55','2020-11-13 13:41:55'),(585,NULL,NULL,'MOLLIE_VOUCHER_FEATURE_gift','12','2020-11-13 13:41:55','2020-11-13 13:41:55'),(586,NULL,NULL,'MOLLIE_VOUCHER_FEATURE_eco','13','2020-11-13 13:41:55','2020-11-13 13:41:55'),(587,NULL,NULL,'MOLLIE_VOUCHER_FEATURE_ID','3','2020-11-13 13:41:55','2020-11-13 13:41:55'),(628,NULL,NULL,'mollie_awaiting','39','2020-11-26 13:51:19','2020-11-26 13:51:19'),(631,NULL,NULL,'MOLLIE_STATUS_KLARNA_ACCEPTED','80','2020-11-26 13:51:19','2020-12-10 13:17:07'),(632,NULL,NULL,'MOLLIE_STATUS_KLARNA_SHIPPED','161','2020-11-26 13:51:19','2021-03-18 13:05:35'),(791,NULL,NULL,'MOLLIE_KLARNA_INVOICE_ON','MOLLIE_STATUS_KLARNA_AUTHORIZED','2020-11-26 15:37:14','2021-04-16 10:50:35'),(868,NULL,NULL,'MOLLIE_STATUS_KLARNA_AUTHORIZED','160','2020-12-11 10:00:42','2021-03-18 13:05:34'),(1188,NULL,NULL,'PS_MULTISHOP_FEATURE_ACTIVE','1','2021-01-14 12:57:27','2021-05-20 15:39:16'),(1190,1,2,'PS_IMG_UPDATE_TIME','1610624080','2021-01-14 13:34:40','2021-01-14 13:34:40'),(1191,1,2,'PS_LOGO','shop2-logo-16106240802.jpg','2021-01-14 13:34:40','2021-01-14 13:34:40'),(1192,NULL,NULL,'PS_LOGO_MAIL','shop2-logo_mail-13249776422.jpg','2021-01-14 13:34:41','2021-01-14 13:34:41'),(1193,NULL,NULL,'MOLLIE_AS_MAIN',NULL,'2021-01-25 16:09:06','2021-04-22 11:42:14'),(1194,NULL,NULL,'config_vatnumbercleaner','{\"id_country\":\"3\",\"use_vies\":\"1\",\"my_country_too\":\"1\",\"del_vat_number\":\"0\",\"vies_italy\":\"0\",\"msg_error\":\"0\"}','2021-01-28 13:53:28','2021-10-13 09:04:07'),(1195,NULL,NULL,'token_vatnumbercleaner','1555853f70ff8e21e5576e19853aa7a6','2021-01-28 13:53:29','2021-01-28 13:53:29'),(1196,NULL,NULL,'VATNUMBER_MANAGEMENT','1','2021-01-28 13:53:29','2021-01-28 13:53:29'),(1197,NULL,NULL,'VATNUMBERCLEANER_MANAGEMENT','1','2021-01-28 13:53:29','2021-01-28 13:53:29'),(1198,NULL,NULL,'PS_MAINTENANCE_IP',',78.63.224.131','2021-01-28 13:53:47','2021-01-28 13:53:47'),(1199,NULL,NULL,'VATNUMBER_COUNTRY','3','2021-01-28 13:54:21','2021-10-13 09:04:07'),(1200,NULL,NULL,'VATNUMBERCLEANER_COUNTRY','3','2021-01-28 13:54:21','2021-10-13 09:04:07'),(1201,1,1,'config_vatnumbercleaner',NULL,'2021-01-28 13:59:27','2021-10-13 12:25:46'),(1202,1,1,'BANNER_IMG',NULL,'2021-01-28 14:01:42','2021-01-28 14:01:42'),(1203,1,1,'BANNER_LINK',NULL,'2021-01-28 14:01:42','2021-01-28 14:01:42'),(1204,1,1,'BANNER_DESC',NULL,'2021-01-28 14:01:42','2021-01-28 14:01:42'),(1209,1,1,'MOLLIE_AS_MAIN','1','2021-01-28 14:09:06','2022-11-15 15:28:27'),(1216,1,1,'MOLLIE_SHOW_RESEND_PAYMENT_LINK',NULL,'2021-01-28 16:17:55','2022-11-15 15:28:27'),(1217,1,1,'PS_IMG_UPDATE_TIME','1612442930','2021-02-04 14:48:50','2021-02-04 14:48:50'),(1220,NULL,NULL,'MOLLIE_SHOW_RESEND_PAYMENT_LINK',NULL,'2021-02-05 11:06:52','2021-04-22 11:42:14'),(1226,1,1,'MOLLIE_STATUS_KLARNA_AUTHORIZED','226','2021-02-26 11:03:59','2022-10-11 09:34:47'),(1227,1,1,'MOLLIE_STATUS_KLARNA_SHIPPED','227','2021-02-26 11:04:00','2022-10-11 09:34:47'),(1256,1,1,'MOLLIE_SHOW_CUSTOM_LOGO','0','2021-02-26 11:06:21','2022-10-17 11:27:12'),(1258,1,1,'MOLLIE_SINGLE_CLICK_PAYMENT','1','2021-02-26 11:06:48','2022-10-11 10:37:51'),(1343,1,1,'MOLLIE_ENVIRONMENT','0','2021-03-18 13:45:55','2022-11-15 15:28:27'),(1347,NULL,NULL,'PS_QTY_DISCOUNT_ON_COMBINATION','0','2021-04-08 09:30:30','2021-04-08 09:30:30'),(1348,NULL,NULL,'PS_FORCE_FRIENDLY_PRODUCT','0','2021-04-08 09:30:30','2021-04-08 09:30:30'),(1349,NULL,NULL,'PS_PRODUCT_ACTIVATION_DEFAULT','0','2021-04-08 09:30:30','2021-04-08 09:30:30'),(1350,NULL,NULL,'PS_DISPLAY_DISCOUNT_PRICE','0','2021-04-08 09:30:30','2021-04-08 09:30:30'),(1351,NULL,NULL,'PS_LABEL_DELIVERY_TIME_AVAILABLE',NULL,'2021-04-08 09:30:30','2021-04-08 09:30:30'),(1352,NULL,NULL,'PS_LABEL_DELIVERY_TIME_OOSBOA',NULL,'2021-04-08 09:30:30','2021-04-08 09:30:30'),(1355,NULL,NULL,'MA_MERCHANT_ORDER','1','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1356,NULL,NULL,'MA_MERCHANT_OOS','1','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1357,NULL,NULL,'MA_CUSTOMER_QTY','1','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1358,NULL,NULL,'MA_ORDER_EDIT','1','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1359,NULL,NULL,'MA_RETURN_SLIP','1','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1360,NULL,NULL,'MA_MERCHANT_MAILS','marius.gudauskis@invertus.eu','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1361,NULL,NULL,'MA_LAST_QTIES','3','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1362,NULL,NULL,'MA_MERCHANT_COVERAGE','0','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1363,NULL,NULL,'MA_PRODUCT_COVERAGE','0','2021-04-08 14:21:09','2021-04-08 14:21:09'),(1365,1,1,'MOLLIE_KLARNA_INVOICE_ON','MOLLIE_STATUS_KLARNA_SHIPPED','2021-04-16 10:49:05','2022-10-17 15:07:53'),(1368,1,2,'MOLLIE_SHOW_RESEND_PAYMENT_LINK',NULL,'2021-04-29 16:16:46','2022-08-08 15:24:11'),(1372,1,2,'MOLLIE_AS_MAIN',NULL,'2021-04-29 16:16:46','2022-08-08 15:24:11'),(1381,1,2,'PS_REWRITING_SETTINGS',NULL,'2021-04-29 16:27:27','2021-04-29 16:27:27'),(1382,1,2,'PS_CCCJS_VERSION','45','2021-04-29 16:27:27','2022-01-28 14:00:02'),(1383,1,2,'PS_CCCCSS_VERSION','46','2021-04-29 16:27:27','2022-01-28 14:00:02'),(1384,1,2,'PS_SHOP_DOMAIN','margud.eu.ngrok.io','2021-04-29 16:27:28','2021-04-29 16:27:28'),(1385,1,2,'PS_SHOP_DOMAIN_SSL','margud.eu.ngrok.io','2021-04-29 16:27:28','2021-04-29 16:27:28'),(1392,1,2,'MOLLIE_KLARNA_INVOICE_ON','MOLLIE_STATUS_KLARNA_AUTHORIZED','2021-04-30 13:08:48','2022-09-13 11:08:01'),(1395,1,2,'MOLLIE_SINGLE_CLICK_PAYMENT',NULL,'2021-04-30 13:09:00','2022-07-25 14:03:44'),(1401,1,1,'CONF_STRIPE_OFFICIAL_FIXED','0.2','2021-05-06 12:21:57','2021-05-06 12:21:57'),(1402,1,1,'CONF_STRIPE_OFFICIAL_VAR','2','2021-05-06 12:21:57','2021-05-06 12:21:57'),(1403,1,1,'CONF_STRIPE_OFFICIAL_FIXED_FOREIGN','0.2','2021-05-06 12:21:57','2021-05-06 12:21:57'),(1404,1,1,'CONF_STRIPE_OFFICIAL_VAR_FOREIGN','2','2021-05-06 12:21:58','2021-05-06 12:21:58'),(1405,1,1,'STRIPE_MODE','1','2021-05-06 12:22:01','2021-10-15 09:45:17'),(1406,1,1,'STRIPE_REFUND_MODE','1','2021-05-06 12:22:01','2021-10-15 09:13:14'),(1407,1,1,'STRIPE_MINIMUM_AMOUNT_3DS','50','2021-05-06 12:22:01','2021-10-15 09:13:14'),(1408,1,1,'STRIPE_ENABLE_IDEAL','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1409,1,1,'STRIPE_ENABLE_SOFORT','on','2021-05-06 12:22:01','2021-10-15 09:45:17'),(1410,1,1,'STRIPE_ENABLE_GIROPAY','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1411,1,1,'STRIPE_ENABLE_BANCONTACT','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1412,1,1,'STRIPE_ENABLE_FPX','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1413,1,1,'STRIPE_ENABLE_EPS','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1414,1,1,'STRIPE_ENABLE_P24','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1415,1,1,'STRIPE_ENABLE_SEPA','on','2021-05-06 12:22:01','2021-10-15 09:45:17'),(1416,1,1,'STRIPE_ENABLE_ALIPAY','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1417,1,1,'STRIPE_ENABLE_OXXO','on','2021-05-06 12:22:01','2021-05-06 12:23:24'),(1424,1,1,'STRIPE_CATCHANDAUTHORIZE',NULL,'2021-05-06 12:22:44','2021-10-15 09:45:17'),(1425,1,1,'STRIPE_SAVE_CARD',NULL,'2021-05-06 12:22:44','2021-10-15 09:45:17'),(1426,1,1,'STRIPE_TEST_KEY','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','2021-05-06 12:32:42','2021-05-06 12:32:42'),(1427,1,1,'STRIPE_TEST_PUBLISHABLE','pk_test_51InHYELFLTOZKBrklfuuKk3e6mvm8arIeM007JmemElZ6LUGhWMVZmneclD7I2OnkmABaO6cQD6ifi7Jbdxfqfds00knqghsFq','2021-05-06 12:32:42','2021-05-06 12:32:42'),(1428,1,1,'STRIPE_WEBHOOK_SIGNATURE','whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','2021-05-06 12:32:43','2021-10-15 09:13:14'),(1429,1,1,'PS_CCCJS_VERSION','66','2021-05-06 12:45:26','2022-09-19 10:40:59'),(1430,1,1,'PS_CCCCSS_VERSION','67','2021-05-06 12:45:26','2022-09-19 10:40:59'),(1443,1,2,'MOLLIE_STATUS_KLARNA_AUTHORIZED','226','2021-05-21 11:40:44','2022-10-11 09:34:47'),(1444,1,2,'MOLLIE_STATUS_KLARNA_SHIPPED','227','2021-05-21 11:40:44','2022-10-11 09:34:47'),(1502,1,1,'MOLLIE_VOUCHER_CATEGORY','null','2021-05-21 11:41:04','2022-10-11 09:37:10'),(1503,1,2,'MOLLIE_SHOW_CUSTOM_LOGO','0','2021-05-21 11:41:23','2022-07-25 14:03:49'),(1505,1,2,'MOLLIE_VOUCHER_CATEGORY',NULL,'2021-05-21 11:41:23','2022-08-08 15:24:11'),(1513,1,1,'PS_REWRITING_SETTINGS','1','2021-06-10 12:46:50','2022-04-04 10:06:09'),(1514,1,1,'PS_SHOP_DOMAIN','margud.eu.ngrok.io','2021-06-10 12:46:50','2021-06-10 12:46:50'),(1515,1,1,'PS_SHOP_DOMAIN_SSL','margud.eu.ngrok.io','2021-06-10 12:46:50','2021-06-10 12:46:50'),(1582,1,1,'PS_ORDER_OUT_OF_STOCK','1','2021-07-08 10:31:53','2021-09-02 09:56:47'),(1583,1,1,'PS_LABEL_IN_STOCK_PRODUCTS',NULL,'2021-07-08 10:31:53','2021-07-08 10:31:53'),(1584,1,1,'PS_LABEL_OOS_PRODUCTS_BOA',NULL,'2021-07-08 10:31:53','2021-07-08 10:31:53'),(1585,1,1,'PS_LABEL_DELIVERY_TIME_AVAILABLE',NULL,'2021-07-08 10:31:54','2021-07-08 10:31:54'),(1586,1,1,'PS_LABEL_DELIVERY_TIME_OOSBOA',NULL,'2021-07-08 10:31:54','2021-07-08 10:31:54'),(1677,1,1,'MOLLIE_STATUS_PARTIAL_REFUND','229','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1678,1,2,'MOLLIE_STATUS_PARTIAL_REFUND','229','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1680,1,2,'MOLLIE_STATUS_AWAITING','223','2021-07-09 14:26:41','2022-10-11 09:34:47'),(1681,1,1,'MOLLIE_PARTIALLY_SHIPPED','224','2021-07-09 14:26:41','2022-10-11 09:34:47'),(1682,1,2,'MOLLIE_PARTIALLY_SHIPPED','224','2021-07-09 14:26:41','2022-10-11 09:34:47'),(1683,1,1,'MOLLIE_STATUS_ORDER_COMPLETED','225','2021-07-09 14:26:41','2022-10-11 09:34:47'),(1684,1,2,'MOLLIE_STATUS_ORDER_COMPLETED','225','2021-07-09 14:26:41','2022-10-11 09:34:47'),(1693,1,1,'MOLLIE_SEND_NEW_ORDER',NULL,'2021-07-09 14:26:41','2022-06-20 16:43:37'),(1694,1,2,'MOLLIE_SEND_NEW_ORDER','1','2021-07-09 14:26:41','2021-08-13 10:53:27'),(1711,1,1,'MOLLIE_STATUS_OPEN','223','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1712,1,2,'MOLLIE_STATUS_OPEN','223','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1713,1,1,'MOLLIE_STATUS_PAID','2','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1714,1,2,'MOLLIE_STATUS_PAID','2','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1715,1,1,'MOLLIE_STATUS_COMPLETED','225','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1716,1,2,'MOLLIE_STATUS_COMPLETED','225','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1717,1,1,'MOLLIE_STATUS_CANCELED','6','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1718,1,2,'MOLLIE_STATUS_CANCELED','6','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1719,1,1,'MOLLIE_STATUS_EXPIRED','6','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1720,1,2,'MOLLIE_STATUS_EXPIRED','6','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1721,1,1,'MOLLIE_STATUS_REFUNDED','7','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1722,1,2,'MOLLIE_STATUS_REFUNDED','7','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1723,1,1,'MOLLIE_STATUS_SHIPPING','224','2021-07-09 14:26:41','2022-11-15 15:28:27'),(1724,1,2,'MOLLIE_STATUS_SHIPPING','224','2021-07-09 14:26:41','2022-10-11 09:39:57'),(1745,1,1,'PS_WEIGHT_UNIT','kg','2021-08-19 10:35:17','2022-11-22 10:55:50'),(1746,1,1,'PS_VOLUME_UNIT','L','2021-08-19 10:35:17','2022-11-22 10:55:50'),(1747,1,1,'PS_DIMENSION_UNIT','cm','2021-08-19 10:35:17','2022-11-22 10:55:50'),(1748,1,1,'PS_BASE_DISTANCE_UNIT','m','2021-08-19 10:35:17','2022-11-22 10:55:50'),(1749,1,1,'PSCARTABANDONMEDPRO_INSTALL_DATE','2021-09-10','2021-09-10 16:02:32','2021-09-10 16:02:32'),(1750,1,1,'ADMINCAP_EMAIL_TEST','marius.gudauskis@invertus.eu','2021-09-10 16:10:22','2021-09-10 16:10:22'),(1751,1,1,'PS_SMARTY_FORCE_COMPILE','2','2021-10-08 09:44:51','2021-10-13 09:33:19'),(1752,1,1,'PS_SMARTY_CACHE',NULL,'2021-10-08 09:44:51','2022-02-17 14:43:20'),(1753,1,1,'PS_SMARTY_LOCAL',NULL,'2021-10-08 09:44:51','2022-02-17 14:43:20'),(1754,1,1,'PS_COMBINATION_FEATURE_ACTIVE','1','2021-10-08 09:44:51','2022-02-17 14:43:20'),(1755,1,1,'PS_FEATURE_FEATURE_ACTIVE','1','2021-10-08 09:44:51','2022-02-17 14:43:20'),(1756,1,1,'PS_GROUP_FEATURE_ACTIVE','1','2021-10-08 09:44:51','2022-02-17 14:43:20'),(1757,1,1,'VATNUMBER_COUNTRY','52','2021-10-13 09:18:31','2021-10-13 09:30:43'),(1758,1,1,'VATNUMBERCLEANER_COUNTRY','52','2021-10-13 09:18:31','2021-10-13 09:30:43'),(1759,1,1,'VATNUMBER_MANAGEMENT','0','2021-10-13 12:25:45','2021-10-13 12:25:45'),(1760,1,1,'VATNUMBERCLEANER_MANAGEMENT','0','2021-10-13 12:25:46','2021-10-13 12:25:46'),(1761,1,1,'GCIWT_GROUP','1-2-3','2021-10-13 12:26:54','2022-02-01 11:11:56'),(1762,1,1,'GCIWT_COUNTRY','1','2021-10-13 12:26:54','2022-02-01 11:11:56'),(1763,1,1,'GCIWT_STOPRATING','0','2021-10-13 12:26:54','2021-10-13 12:26:54'),(1764,1,1,'STRIPE_WEBHOOK_ID','we_1JkjfKLFLTOZKBrkkSEbMWzH','2021-10-15 09:10:28','2021-10-15 09:13:14'),(1765,1,1,'STRIPE_ACCOUNT_ID','acct_1InHYELFLTOZKBrk','2021-10-15 09:10:28','2021-10-15 09:10:28'),(1766,1,1,'STRIPE_CAPTURE_WAITING','162','2021-10-15 09:13:14','2021-10-15 09:13:14'),(1767,1,1,'STRIPE_SEPA_WAITING','165','2021-10-15 09:13:14','2021-10-15 09:13:14'),(1768,1,1,'STRIPE_SEPA_DISPUTE','166','2021-10-15 09:13:14','2021-10-15 09:13:14'),(1769,1,1,'STRIPE_OXXO_WAITING','166','2021-10-15 09:13:14','2021-10-15 09:13:14'),(1812,1,1,'SUMUP_PAYTO_MAIL','invertus.ps.test@sumup.com','2021-12-03 09:15:28','2021-12-09 10:30:34'),(1813,1,1,'SUMUP_APP_ID','2XtPbna-dBo0FKPYHxFezGF4cKKu','2021-12-03 09:15:28','2021-12-09 10:30:34'),(1814,1,1,'SUMUP_CLIENT_ID','9862dac94d22bedbae1db3075d9b137ca881e3eb2218741f1dd7988cf6d6622a','2021-12-03 09:15:28','2021-12-09 10:30:34'),(1815,1,1,'SUMUP_ACCOUNT_CURRENCY','EUR','2021-12-03 09:15:28','2021-12-03 09:39:22'),(1816,1,1,'SUMUP_TEXT',NULL,'2021-12-03 09:15:28','2021-12-03 09:15:28'),(1817,1,1,'SUMUP_LOGO','sumup_logo17.png','2021-12-03 09:15:28','2021-12-03 09:15:28'),(1818,1,1,'CONF_SUMUPPAYMENTGATEWAY_FIXED','0.2','2021-12-03 09:15:29','2021-12-03 09:15:29'),(1819,1,1,'CONF_SUMUPPAYMENTGATEWAY_VAR','2','2021-12-03 09:15:29','2021-12-03 09:15:29'),(1820,1,1,'CONF_SUMUPPAYMENTGATEWAY_FIXED_FOREIGN','0.2','2021-12-03 09:15:29','2021-12-03 09:15:29'),(1821,1,1,'CONF_SUMUPPAYMENTGATEWAY_VAR_FOREIGN','2','2021-12-03 09:15:29','2021-12-03 09:15:29'),(1822,1,1,'SUMUP_ZIP_CODE',NULL,'2021-12-03 09:39:22','2021-12-03 09:39:22'),(1823,1,1,'SUMUP_POPUP',NULL,'2021-12-03 09:39:22','2021-12-03 09:39:22'),(1826,1,1,'MOLLIE_STATUS_AWAITING','223','2022-01-06 10:48:31','2022-11-15 15:28:27'),(1832,1,2,'MOLLIE_ENVIRONMENT','0','2022-01-06 10:56:10','2022-10-11 09:39:57'),(1873,1,2,'GCIWT_GROUP','1-2','2022-01-28 13:33:23','2022-01-28 13:33:23'),(1874,1,2,'GCIWT_COUNTRY','1','2022-01-28 13:33:23','2022-01-28 13:33:23'),(1875,1,1,'PS_CSS_THEME_CACHE',NULL,'2022-02-10 13:52:35','2022-02-17 14:43:20'),(1876,1,1,'PS_JS_THEME_CACHE',NULL,'2022-02-10 13:52:35','2022-02-17 14:43:20'),(2002,1,1,'LPS_PI_MERCHANT_VAT_NUMBER','NL006939715B01','2022-03-14 11:31:53','2022-03-14 11:35:10'),(2003,1,1,'LPS_PI_DISPLAY_GROUP_IN_CEE','1','2022-03-14 11:31:54','2022-03-14 12:49:16'),(2004,1,1,'LPS_PI_CUSTOMER_GROUP_IN_CEE','[\"3\"]','2022-03-14 11:31:55','2022-03-14 12:49:16'),(2005,1,1,'LPS_PI_MENTION_EU','VAT reverse charge, article 138 directive 2006/112/CE','2022-03-14 11:31:56','2022-03-14 11:31:56'),(2006,1,1,'LPS_PI_DISPLAY_GROUP_OUT_CEE','0','2022-03-14 11:31:57','2022-03-14 12:49:16'),(2007,1,1,'LPS_PI_CUSTOMER_GROUP_OUT_CEE','[3]','2022-03-14 11:31:58','2022-03-14 12:49:16'),(2008,1,1,'LPS_PI_MENTION_WORLD',' VAT exemption (adapt with the laws of your country)','2022-03-14 11:31:59','2022-03-14 11:31:59'),(2009,1,1,'PS_B2B_ENABLE','1','2022-03-14 11:32:00','2022-03-14 11:32:06'),(2010,1,1,'PS_TAX_DISPLAY','1','2022-03-14 11:32:00','2022-03-14 11:32:00'),(2011,1,1,'PS_GUEST_CHECKOUT_ENABLED','1','2022-03-14 11:32:06','2022-05-02 15:58:11'),(2012,1,1,'LPS_PA_DISPLAY_PATICULAIR_FORM','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2013,1,1,'LPS_PA_ID_CMS','3','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2014,1,1,'LPS_PA_DISPLAY_APE','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2015,1,1,'LPS_PA_REQUIRED_APE','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2016,1,1,'LPS_PA_DISPLAY_WEBSITE','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2017,1,1,'LPS_PA_REQUIRED_WEBSITE','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2018,1,1,'LPS_PA_DISPLAY_SDI','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2019,1,1,'LPS_PA_REQUIRED_SDI',NULL,'2022-03-14 11:32:06','2022-03-14 11:36:05'),(2020,1,1,'LPS_PA_DISPLAY_PEC','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2021,1,1,'LPS_PA_REQUIRED_PEC',NULL,'2022-03-14 11:32:06','2022-03-14 11:36:05'),(2022,1,1,'LPS_PA_DISPLAY_FILE_UPLOAD','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2023,1,1,'LPS_PA_REQUIRED_FILE_UPLOAD','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2024,1,1,'LPS_PA_EMPLOYE_SELECTED','[\"1\"]','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2025,1,1,'LPS_PA_ID_CGV_PRO','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2026,1,1,'LPS_PA_DISPLAY_ASK_VAT','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2027,1,1,'LPS_PA_CUSTOMER_GROUP_COUNTRY','[\"3\"]','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2028,1,1,'LPS_PA_GROUP_DEFAULT_COUNTRY','3','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2029,1,1,'LPS_PA_DISPLAY_GROUP_IN_CEE','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2030,1,1,'LPS_PA_CUSTOMER_GROUP_IN_CEE','[\"3\"]','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2031,1,1,'LPS_PA_GROUP_DEFAULT_IN_CEE','3','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2032,1,1,'LPS_PA_DISPLAY_GROUP_OUT_CEE','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2033,1,1,'LPS_PA_CUSTOMER_GROUP_OUT_CEE','[\"3\"]','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2034,1,1,'LPS_PA_GROUP_DEFAULT_OUT_CEE','3','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2035,1,1,'LPS_PA_DISPLAY_SIRET','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2036,1,1,'LPS_PA_REQUIRED_SIRET','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2037,1,1,'LPS_PA_VERIFICATION_SIRET',NULL,'2022-03-14 11:32:06','2022-03-14 11:36:05'),(2038,1,1,'LPS_PA_SIRENE_KEY',NULL,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2039,1,1,'LPS_PA_SIRENE_SECRET',NULL,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2040,1,1,'LPS_PA_DISPLAY_VATNUMBER','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2041,1,1,'LPS_PA_REQUIRED_VATNUMBER','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2042,1,1,'LPS_PA_VERIFICATION_VATNUMBER','1','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2043,1,1,'LPS_PA_CUSTOMERS_ACTIVATION','0','2022-03-14 11:32:06','2022-03-14 11:36:05'),(2044,1,2,'LPS_PA_DISPLAY_PATICULAIR_FORM','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2045,1,2,'LPS_PA_ID_CMS','3','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2046,1,2,'LPS_PA_DISPLAY_APE','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2047,1,2,'LPS_PA_REQUIRED_APE','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2048,1,2,'LPS_PA_DISPLAY_WEBSITE','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2049,1,2,'LPS_PA_REQUIRED_WEBSITE','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2050,1,2,'LPS_PA_DISPLAY_SDI','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2051,1,2,'LPS_PA_REQUIRED_SDI','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2052,1,2,'LPS_PA_DISPLAY_PEC','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2053,1,2,'LPS_PA_REQUIRED_PEC','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2054,1,2,'LPS_PA_DISPLAY_FILE_UPLOAD','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2055,1,2,'LPS_PA_REQUIRED_FILE_UPLOAD','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2056,1,2,'LPS_PA_EMPLOYE_SELECTED','[1]','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2057,1,2,'LPS_PA_ID_CGV_PRO','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2058,1,2,'LPS_PA_DISPLAY_ASK_VAT','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2059,1,2,'LPS_PA_CUSTOMER_GROUP_COUNTRY','[3]','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2060,1,2,'LPS_PA_GROUP_DEFAULT_COUNTRY','3','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2061,1,2,'LPS_PA_DISPLAY_GROUP_IN_CEE','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2062,1,2,'LPS_PA_CUSTOMER_GROUP_IN_CEE','[3]','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2063,1,2,'LPS_PA_GROUP_DEFAULT_IN_CEE','3','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2064,1,2,'LPS_PA_DISPLAY_GROUP_OUT_CEE','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2065,1,2,'LPS_PA_CUSTOMER_GROUP_OUT_CEE','[3]','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2066,1,2,'LPS_PA_GROUP_DEFAULT_OUT_CEE','3','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2067,1,2,'LPS_PA_DISPLAY_SIRET','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2068,1,2,'LPS_PA_REQUIRED_SIRET','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2069,1,2,'LPS_PA_VERIFICATION_SIRET','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2070,1,2,'LPS_PA_SIRENE_KEY',NULL,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2071,1,2,'LPS_PA_SIRENE_SECRET',NULL,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2072,1,2,'LPS_PA_DISPLAY_VATNUMBER','1','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2073,1,2,'LPS_PA_REQUIRED_VATNUMBER','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2074,1,2,'LPS_PA_VERIFICATION_VATNUMBER','0','2022-03-14 11:32:06','2022-03-14 11:32:06'),(2075,1,2,'LPS_PA_CUSTOMERS_ACTIVATION',NULL,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2076,1,1,'PS_DISALLOW_HISTORY_REORDERING',NULL,'2022-03-15 11:08:38','2022-03-15 11:08:38'),(2077,1,1,'PS_ORDER_RECALCULATE_SHIPPING','1','2022-03-15 11:08:38','2022-03-15 11:08:38'),(2078,1,1,'PS_CONDITIONS','1','2022-03-15 11:08:38','2022-03-15 11:08:38'),(2079,1,1,'PS_GIFT_WRAPPING',NULL,'2022-03-15 11:08:38','2022-03-15 11:08:38'),(2080,1,1,'PS_GIFT_WRAPPING_TAX_RULES_GROUP','0','2022-03-15 11:08:38','2022-03-15 11:08:38'),(2081,1,1,'PS_RECYCLABLE_PACK',NULL,'2022-03-15 11:08:38','2022-03-15 11:08:38'),(2082,1,1,'MOLLIE_APPLE_PAY_DIRECT',NULL,'2022-03-21 15:08:27','2022-11-15 15:28:27'),(2083,1,1,'DARIQUE_EXCLUDE_URL','module/ps_shoppingcart/ajax,cart?update','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2084,1,1,'DARIQUE_GIFT_COUNT_IN_ROW','4','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2085,1,1,'DARIQUE_GIFT_COUNT_IN_ROW_MOBILE','2','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2086,1,1,'DARIQUE_GIFT_COUNT_WHEN_ALL_RULES','10','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2087,1,1,'DARIQUE_MULTIPLE_GIFT','1','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2088,1,2,'DARIQUE_MULTIPLE_GIFT','1','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2089,1,1,'PRESENTS_GROUP','5','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2090,1,1,'PRESENTS_CATEGORY','10','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2091,1,2,'PRESENTS_CATEGORY','11','2022-04-04 14:53:50','2022-04-04 14:53:50'),(2092,1,1,'MOLLIE_APPLE_PAY_DIRECT_STYLE','0','2022-04-05 15:41:25','2022-11-15 15:28:27'),(2093,1,1,'ETS_OPC_1PAGE_ENABLED','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2094,1,1,'ETS_OPC_TESTING_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2095,1,1,'ETS_OPC_CAPTCHA_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2096,1,1,'ETS_OPC_CAPTCHA_TYPE','google-v2','2022-04-25 17:19:39','2022-04-25 17:19:39'),(2097,1,1,'ETS_OPC_DEFAULT_ACCOUNT_FORM','create','2022-04-25 17:19:39','2022-04-25 17:19:39'),(2098,1,1,'ETS_OPC_CART_COMMENT_ENABLED','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2099,1,1,'ETS_OPC_SHOW_CUSTOMER_REASSURANCE','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2100,1,1,'ETS_OPC_SHOW_SHIPPING','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2101,1,1,'ETS_OPC_CHECK_DEFAULT_CONDITION','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2102,1,1,'ETS_OPC_LOGIN_CAPTCHA_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2103,1,1,'ETS_OPC_GUEST_DISPLAY_FIELD','password,optin,psgdpr','2022-04-25 17:19:39','2022-04-25 17:20:33'),(2104,1,1,'ETS_OPC_GUEST_CAPTCHA_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2105,1,1,'ETS_OPC_CREATEACC_DISPLAY_FIELD','optin,psgdpr','2022-04-25 17:19:39','2022-04-25 17:19:39'),(2106,1,1,'ETS_OPC_CREATEACC_CAPTCHA_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2107,1,1,'ETS_OPC_PAGE_ENABLED_SOCIAL','register_page,login_page,checkout_page','2022-04-25 17:19:39','2022-04-25 17:20:33'),(2108,1,1,'ETS_OPC_PAYPAL_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2109,1,1,'ETS_OPC_PAYPAL_SANBOX_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2110,1,1,'ETS_OPC_FACEBOOK_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2111,1,1,'ETS_OPC_GOOGLE_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2112,1,1,'ETS_OPC_ADDRESS_DISPLAY_FIELD','use_address,alias,firstname,lastname,company,address,address2,city,state,post_code,country,phone,use_address_invoice','2022-04-25 17:19:39','2022-04-25 17:20:33'),(2113,1,1,'ETS_OPC_ADDRESS_GOOGLE_AUTOFILL_ENABLED','0','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2114,1,1,'ETS_OPC_USE_NAME_ACCOUNT','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2115,1,1,'ETS_OPC_SHIPPING_LOGO_ENABLED','1','2022-04-25 17:19:39','2022-04-25 17:20:58'),(2116,1,1,'ETS_OPC_PAYMENT_LOGO_ENABLED','1','2022-04-25 17:19:40','2022-04-25 17:20:58'),(2117,1,1,'ETS_OPC_DESIGN_COLOR1','#0cb7e2','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2118,1,1,'ETS_OPC_DESIGN_COLOR2','#427e8d','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2119,1,1,'ETS_OPC_DESIGN_COLOR3','#b2ced2','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2120,1,1,'ETS_OPC_DESIGN_COLOR4','#2592a9','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2121,1,1,'ETS_OPC_DESIGN_COLOR5','#ffffff','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2122,1,1,'ETS_OPC_DESIGN_COLOR6','#ffffff','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2123,1,1,'ETS_OPC_DESIGN_COLOR7','#0cb8e2','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2124,1,1,'ETS_OPC_DESIGN_COLOR8','#427e8d','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2125,1,1,'ETS_OPC_DESIGN_COLOR9','#ecfbff','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2126,1,1,'ETS_OPC_ADDRESS_DISPLAY_FIELD_REQUIRED','firstname,lastname,address,city,state,post_code,country','2022-04-25 17:19:40','2022-04-25 17:20:33'),(2127,1,1,'ETS_OPC_CREATEACC_DISPLAY_FIELD_REQUIRED','psgdpr','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2128,1,1,'ETS_OPC_GUEST_DISPLAY_FIELD_REQUIRED','psgdpr','2022-04-25 17:19:40','2022-04-25 17:19:40'),(2129,1,1,'ETS_OPC_TEST_API',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2130,1,1,'ETS_OPC_CAPTCHA_SITE_V2',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2131,1,1,'ETS_OPC_CAPTCHA_SECRET_V2',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2132,1,1,'ETS_OPC_CAPTCHA_SITE_V3',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2133,1,1,'ETS_OPC_CAPTCHA_SECRET_V3',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2134,1,1,'ETS_OPC_LOGIN_DISPLAY_FIELD',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2135,1,1,'ETS_OPC_LOGIN_DISPLAY_FIELD_REQUIRED',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2136,1,1,'ETS_OPC_PAYPAL_ID',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2137,1,1,'ETS_OPC_PAYPAL_SECRET',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2138,1,1,'ETS_OPC_FACEBOOK_ID',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2139,1,1,'ETS_OPC_FACEBOOK_SECRET',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2140,1,1,'ETS_OPC_GOOGLE_ID',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2141,1,1,'ETS_OPC_GOOGLE_SECRET',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2142,1,1,'ETS_OPC_GOOGLE_KEY_API',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2143,1,1,'ETS_OPC_PAYMENT_DEFAULT',NULL,'2022-04-25 17:20:33','2022-04-25 17:20:33'),(2144,1,1,'TC_html_box_1',NULL,'2022-05-02 15:57:59','2022-05-02 15:57:59'),(2145,1,1,'TC_secure_description',NULL,'2022-05-02 15:57:59','2022-05-02 15:57:59'),(2146,1,1,'install_date','05/02/22','2022-05-02 15:57:59','2022-05-02 15:57:59'),(2147,1,1,'TC_test_mode',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2148,1,1,'TC_separate_cart_summary','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2149,1,1,'TC_blocks_layout','{\r\n \"flex-split-vertical\": [\r\n {\r\n \"blocks\": [\r\n {\r\n \"login-form\": \"\"\r\n }\r\n ],\r\n \"size\": 50\r\n },\r\n {\r\n \"flex-split-vertical\": [\r\n {\r\n \"flex-split-horizontal\": [\r\n {\r\n \"blocks\": [\r\n {\r\n \"account\": \"num-1\"\r\n },\r\n {\r\n \"newsletter\": \"\"\r\n },\r\n {\r\n \"psgdpr\": \"\"\r\n },\r\n {\r\n \"data-privacy\": \"\"\r\n },\r\n {\r\n \"html-box-1\": \"\"\r\n }\r\n ],\r\n \"size\": 33\r\n },\r\n {\r\n \"flex-split-horizontal\": [\r\n {\r\n \"blocks\": [\r\n {\r\n \"address-invoice\": \"num-2\"\r\n },\r\n {\r\n \"address-delivery\": \"\"\r\n }\r\n ],\r\n \"size\": 50\r\n },\r\n {\r\n \"blocks\": [\r\n {\r\n \"shipping\": \"num-3\"\r\n },\r\n {\r\n \"payment\": \"num-4\"\r\n }\r\n ],\r\n \"size\": 50\r\n }\r\n ],\r\n \"size\": 67\r\n }\r\n ],\r\n \"size\": 50\r\n },\r\n {\r\n \"flex-split-vertical\": [\r\n {\r\n \"blocks\": [\r\n {\r\n \"cart-summary\": \"\"\r\n }\r\n ],\r\n \"size\": 50\r\n },\r\n {\r\n \"blocks\": [\r\n {\r\n \"order-message\": \"\"\r\n },\r\n {\r\n \"confirm\": \"\"\r\n },\r\n {\r\n \"html-box-2\": \"\"\r\n },\r\n {\r\n \"html-box-3\": \"\"\r\n },\r\n {\r\n \"html-box-4\": \"\"\r\n },\r\n {\r\n \"required-checkbox-1\": \"\"\r\n },\r\n {\r\n \"required-checkbox-2\": \"\"\r\n }\r\n ],\r\n \"size\": 50\r\n }\r\n ],\r\n \"size\": 50\r\n }\r\n ],\r\n \"size\": 50\r\n }\r\n ],\r\n \"size\": 100\r\n}','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2150,1,1,'TC_customer_fields','{\r\n \"email\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 50\r\n },\r\n \"password\": {\r\n \"visible\": true,\r\n \"required\": false,\r\n \"width\": 50\r\n },\r\n \"id_gender\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100\r\n },\r\n \"birthday\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100\r\n },\r\n \"optin\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100\r\n }\r\n}','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2151,1,1,'TC_invoice_fields','{\r\n \"firstname\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 50,\r\n \"live\": false\r\n },\r\n \"lastname\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 50,\r\n \"live\": false\r\n },\r\n \"company\": {\r\n \"visible\": true,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"dni\": {\r\n \"visible\": true,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"vat_number\": {\r\n \"visible\": true,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"address1\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 75,\r\n \"live\": true\r\n },\r\n \"address2\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 25,\r\n \"live\": false\r\n },\r\n \"city\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": true\r\n },\r\n \"State:name\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": true\r\n },\r\n \"postcode\": {\r\n \"visible\": true,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": true\r\n },\r\n \"Country:name\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"phone\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"phone_mobile\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"other\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n }\r\n}','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2152,1,1,'TC_delivery_fields','{\r\n \"firstname\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 50,\r\n \"live\": false\r\n },\r\n \"lastname\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 50,\r\n \"live\": true\r\n },\r\n \"company\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"dni\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"vat_number\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"address1\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 75,\r\n \"live\": false\r\n },\r\n \"address2\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 25,\r\n \"live\": false\r\n },\r\n \"city\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"State:name\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": true\r\n },\r\n \"postcode\": {\r\n \"visible\": true,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": true\r\n },\r\n \"Country:name\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"phone\": {\r\n \"visible\": true,\r\n \"required\": true,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"phone_mobile\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n },\r\n \"other\": {\r\n \"visible\": false,\r\n \"required\": false,\r\n \"width\": 100,\r\n \"live\": false\r\n }\r\n}','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2153,1,1,'TC_checkout_substyle','cute','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2154,1,1,'TC_font','Montserrat','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2155,1,1,'TC_fontWeight','500','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2156,1,1,'TC_using_material_icons','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2157,1,1,'TC_expand_second_address',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2158,1,1,'TC_offer_second_address','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2159,1,1,'TC_default_payment_method','ps_wirepayment','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2160,1,1,'TC_register_guest_on_blur',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2161,1,1,'TC_mark_required_fields','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2162,1,1,'TC_clean_checkout_session_after_confirmation',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2163,1,1,'TC_show_order_message',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2164,1,1,'TC_postcode_remove_spaces',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2165,1,1,'TC_separate_payment',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2166,1,1,'TC_show_i_am_business','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2167,1,1,'TC_create_account_checkbox','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2168,1,1,'TC_business_fields','company, dni, vat_number','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2169,1,1,'TC_business_disabled_fields',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2170,1,1,'TC_shipping_required_fields',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2171,1,1,'TC_payment_required_fields',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2172,1,1,'TC_show_shipping_country_in_carriers',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2173,1,1,'TC_force_customer_to_choose_country',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2174,1,1,'TC_force_customer_to_choose_carrier',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2175,1,1,'TC_force_email_overlay',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2176,1,1,'TC_blocks_update_loader',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2177,1,1,'TC_compact_cart',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2178,1,1,'TC_show_product_stock_info',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2179,1,1,'TC_newsletter_checked',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2180,1,1,'TC_allow_guest_checkout_for_registered','1','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2181,1,1,'TC_show_call_prefix',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2182,1,1,'TC_initialize_address',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2183,1,1,'TC_html_box_2',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2184,1,1,'TC_html_box_3',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2185,1,1,'TC_html_box_4',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2186,1,1,'TC_required_checkbox_1',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2187,1,1,'TC_required_checkbox_2',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2188,1,1,'TC_social_login_fb',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2189,1,1,'TC_social_login_fb_app_id',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2190,1,1,'TC_social_login_fb_app_secret',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2191,1,1,'TC_social_login_google',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2192,1,1,'TC_social_login_google_client_id',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2193,1,1,'TC_social_login_google_client_secret',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2194,1,1,'TC_social_login_btn_style','light','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2195,1,1,'TC_ps_css_cache_version','64','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2196,1,1,'TC_ps_js_cache_version','63','2022-05-02 15:58:11','2022-05-02 15:58:11'),(2197,1,1,'TC_custom_css',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2198,1,1,'TC_custom_js',NULL,'2022-05-02 15:58:11','2022-05-02 15:58:11'),(2199,1,1,'MOLLIE_BANCONTACT_QR_CODE_ENABLED','0','2022-06-06 10:15:25','2022-10-11 09:39:57'),(2200,1,1,'PS_LOG_EMAILS','1','2022-06-14 11:24:06','2022-06-14 11:27:27'),(2201,1,1,'PS_MAIL_PASSWD','Orsaz123456789','2022-06-14 11:24:06','2022-06-14 11:24:25'),(2202,1,1,'PS_MAIL_SMTP_PORT','465','2022-06-14 11:27:05','2022-06-14 11:27:05'),(2204,1,2,'MOLLIE_APPLE_PAY_DIRECT_STYLE','0','2022-07-25 14:03:49','2022-10-11 09:39:57'),(2206,1,1,'PS_COUNTRY_DEFAULT','131','2022-08-08 11:20:21','2022-09-02 12:23:20'),(2207,1,2,'MOLLIE_BANCONTACT_QR_CODE_ENABLED','0','2022-08-08 11:27:45','2022-10-11 09:39:57'),(2209,1,1,'MOLLIE_USE_TAXES_FOR_FEES','1','2022-08-22 11:42:16','2022-08-22 11:51:24'),(2210,1,2,'MOLLIE_USE_TAXES_FOR_FEES','0','2022-08-22 11:42:16','2022-08-22 11:42:16'),(2211,NULL,NULL,'VELSOF_SC_MAIL_CHECK','1','2022-09-02 10:20:37','2022-09-02 10:20:37'),(2212,NULL,NULL,'VELOCITY_SUPERCHECKOUT_DEMO','0','2022-09-02 10:20:37','2022-09-02 10:20:37'),(2213,1,1,'VELOCITY_SUPERCHECKOUT_KEYS','a:5:{s:8:\"fb_login\";a:2:{s:6:\"app_id\";s:0:\"\";s:10:\"app_secret\";s:0:\"\";}s:12:\"google_login\";a:2:{s:9:\"client_id\";s:0:\"\";s:10:\"app_secret\";s:0:\"\";}s:12:\"paypal_login\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:9:\"mailchimp\";a:2:{s:3:\"api\";s:0:\"\";s:4:\"list\";s:0:\"\";}s:19:\"google_auto_address\";a:1:{s:7:\"api_key\";s:0:\"\";}}','2022-09-02 10:20:49','2022-09-02 10:21:04'),(2214,1,1,'VELOCITY_SUPERCHECKOUT','a:54:{s:6:\"adv_id\";s:1:\"0\";s:20:\"temp_cart_image_size\";a:2:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:6:\"enable\";s:1:\"0\";s:21:\"enable_guest_checkout\";s:1:\"1\";s:17:\"disable_cart_page\";s:1:\"0\";s:18:\"total_price_method\";a:1:{s:7:\"default\";s:1:\"0\";}s:27:\"enable_payment_address_name\";s:1:\"0\";s:21:\"enable_guest_register\";s:1:\"0\";s:21:\"enable_validation_dni\";s:1:\"0\";s:25:\"hide_delivery_for_virtual\";s:1:\"0\";s:15:\"checkout_option\";s:1:\"0\";s:15:\"super_test_mode\";s:1:\"0\";s:12:\"ip_addresses\";s:0:\"\";s:13:\"[ip_addresses\";s:0:\"\";s:20:\"free_shipping_amount\";s:0:\"\";s:10:\"customizer\";a:11:{s:12:\"button_color\";s:6:\"5CB85C\";s:19:\"button_border_color\";s:6:\"5CB85C\";s:17:\"button_text_color\";s:6:\"F9F9F9\";s:19:\"border_bottom_color\";s:6:\"5CB85C\";s:23:\"my_account_button_color\";s:6:\"4862A3\";s:19:\"logout_button_color\";s:6:\"D9534F\";s:27:\"update_address_button_color\";s:6:\"F0AD4E\";s:27:\"remove_address_button_color\";s:6:\"D9534F\";s:24:\"progressbar_button_color\";s:6:\"5CB85C\";s:18:\"theme_common_color\";s:6:\"286090\";s:18:\"product_name_color\";s:6:\"FF6600\";}s:10:\"custom_css\";s:0:\"\";s:9:\"custom_js\";s:0:\"\";s:18:\"social_login_popup\";a:1:{s:6:\"enable\";s:1:\"1\";}s:8:\"fb_login\";a:3:{s:6:\"enable\";s:1:\"0\";s:6:\"app_id\";s:0:\"\";s:10:\"app_secret\";s:0:\"\";}s:12:\"google_login\";a:4:{s:6:\"enable\";s:1:\"0\";s:6:\"app_id\";s:0:\"\";s:9:\"client_id\";s:0:\"\";s:10:\"app_secret\";s:0:\"\";}s:12:\"paypal_login\";a:3:{s:6:\"enable\";s:1:\"0\";s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:9:\"mailchimp\";a:3:{s:6:\"enable\";s:1:\"0\";s:3:\"api\";s:0:\"\";s:4:\"list\";s:0:\"\";}s:10:\"SendinBlue\";a:3:{s:6:\"enable\";s:1:\"0\";s:3:\"api\";s:0:\"\";s:4:\"list\";s:0:\"\";}s:7:\"klaviyo\";a:3:{s:6:\"enable\";s:1:\"0\";s:3:\"api\";s:0:\"\";s:4:\"list\";s:0:\"\";}s:17:\"inline_validation\";a:1:{s:6:\"enable\";s:1:\"0\";}s:19:\"enable_save_address\";s:1:\"0\";s:26:\"enable_auto_detect_country\";s:1:\"0\";s:13:\"hide_ship_pay\";s:1:\"0\";s:19:\"google_auto_address\";a:2:{s:6:\"enable\";s:1:\"0\";s:7:\"api_key\";s:0:\"\";}s:17:\"customer_personal\";a:2:{s:9:\"id_gender\";a:5:{s:2:\"id\";s:9:\"id_gender\";s:5:\"title\";s:5:\"Title\";s:10:\"sort_order\";s:1:\"1\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:3:\"dob\";a:5:{s:2:\"id\";s:3:\"dob\";s:5:\"title\";s:3:\"DOB\";s:10:\"sort_order\";s:1:\"2\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}}s:21:\"customer_subscription\";a:2:{s:10:\"newsletter\";a:4:{s:2:\"id\";s:10:\"newsletter\";s:5:\"title\";s:22:\"Sign up for NewsLetter\";s:10:\"sort_order\";s:1:\"3\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"checked\";i:0;}}s:5:\"optin\";a:4:{s:2:\"id\";s:5:\"optin\";s:5:\"title\";s:13:\"Special Offer\";s:10:\"sort_order\";s:1:\"4\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"checked\";i:0;}}}s:28:\"use_delivery_for_payment_add\";a:2:{s:5:\"guest\";s:1:\"1\";s:6:\"logged\";s:1:\"1\";}s:33:\"show_use_delivery_for_payment_add\";a:2:{s:5:\"guest\";s:1:\"1\";s:6:\"logged\";s:1:\"1\";}s:16:\"shipping_address\";a:15:{s:9:\"firstname\";a:6:{s:2:\"id\";s:9:\"firstname\";s:5:\"title\";s:10:\"First Name\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"1\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:8:\"lastname\";a:6:{s:2:\"id\";s:8:\"lastname\";s:5:\"title\";s:9:\"Last Name\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"2\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:7:\"company\";a:6:{s:2:\"id\";s:7:\"company\";s:5:\"title\";s:7:\"Company\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"3\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:10:\"vat_number\";a:6:{s:2:\"id\";s:10:\"vat_number\";s:5:\"title\";s:10:\"Vat Number\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:1:\"4\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:8:\"address1\";a:6:{s:2:\"id\";s:8:\"address1\";s:5:\"title\";s:14:\"Address Line 1\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"5\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:8:\"address2\";a:6:{s:2:\"id\";s:8:\"address2\";s:5:\"title\";s:14:\"Address Line 2\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"6\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:8:\"postcode\";a:6:{s:2:\"id\";s:8:\"postcode\";s:5:\"title\";s:15:\"Zip/Postal Code\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:1:\"7\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:4:\"city\";a:6:{s:2:\"id\";s:4:\"city\";s:5:\"title\";s:4:\"City\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"8\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:10:\"id_country\";a:6:{s:2:\"id\";s:10:\"id_country\";s:5:\"title\";s:7:\"Country\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:1:\"9\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:8:\"id_state\";a:6:{s:2:\"id\";s:8:\"id_state\";s:5:\"title\";s:5:\"State\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:2:\"10\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:3:\"dni\";a:6:{s:2:\"id\";s:3:\"dni\";s:5:\"title\";s:21:\"Identification Number\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:2:\"11\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:5:\"phone\";a:6:{s:2:\"id\";s:5:\"phone\";s:5:\"title\";s:10:\"Home Phone\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"12\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:12:\"phone_mobile\";a:6:{s:2:\"id\";s:12:\"phone_mobile\";s:5:\"title\";s:12:\"Mobile Phone\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"13\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:5:\"alias\";a:6:{s:2:\"id\";s:5:\"alias\";s:5:\"title\";s:13:\"Address Title\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"14\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:5:\"other\";a:6:{s:2:\"id\";s:5:\"other\";s:5:\"title\";s:17:\"Other Information\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"15\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}}s:15:\"payment_address\";a:15:{s:9:\"firstname\";a:6:{s:2:\"id\";s:9:\"firstname\";s:5:\"title\";s:10:\"First Name\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"1\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:8:\"lastname\";a:6:{s:2:\"id\";s:8:\"lastname\";s:5:\"title\";s:9:\"Last Name\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"2\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:7:\"company\";a:6:{s:2:\"id\";s:7:\"company\";s:5:\"title\";s:7:\"Company\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"4\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:10:\"vat_number\";a:6:{s:2:\"id\";s:10:\"vat_number\";s:5:\"title\";s:10:\"Vat Number\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:1:\"5\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:8:\"address1\";a:6:{s:2:\"id\";s:8:\"address1\";s:5:\"title\";s:14:\"Address Line 1\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"6\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:8:\"address2\";a:6:{s:2:\"id\";s:8:\"address2\";s:5:\"title\";s:14:\"Address Line 2\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"7\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:8:\"postcode\";a:6:{s:2:\"id\";s:8:\"postcode\";s:5:\"title\";s:15:\"Zip/Postal Code\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:1:\"8\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:4:\"city\";a:6:{s:2:\"id\";s:4:\"city\";s:5:\"title\";s:4:\"City\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:1:\"9\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:10:\"id_country\";a:6:{s:2:\"id\";s:10:\"id_country\";s:5:\"title\";s:7:\"Country\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:2:\"10\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:8:\"id_state\";a:6:{s:2:\"id\";s:8:\"id_state\";s:5:\"title\";s:5:\"State\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:2:\"11\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:3:\"dni\";a:6:{s:2:\"id\";s:3:\"dni\";s:5:\"title\";s:21:\"Identification Number\";s:11:\"conditional\";s:1:\"1\";s:10:\"sort_order\";s:2:\"12\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:5:\"phone\";a:6:{s:2:\"id\";s:5:\"phone\";s:5:\"title\";s:10:\"Home Phone\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"13\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}s:12:\"phone_mobile\";a:6:{s:2:\"id\";s:12:\"phone_mobile\";s:5:\"title\";s:12:\"Mobile Phone\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"14\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:5:\"alias\";a:6:{s:2:\"id\";s:5:\"alias\";s:5:\"title\";s:13:\"Address Title\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"15\";s:5:\"guest\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:2:{s:7:\"require\";s:1:\"1\";s:7:\"display\";s:1:\"1\";}}s:5:\"other\";a:6:{s:2:\"id\";s:5:\"other\";s:5:\"title\";s:17:\"Other Information\";s:11:\"conditional\";s:1:\"0\";s:10:\"sort_order\";s:2:\"16\";s:5:\"guest\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}s:6:\"logged\";a:2:{s:7:\"display\";s:1:\"1\";s:7:\"require\";i:0;}}}s:14:\"payment_method\";a:3:{s:6:\"enable\";s:1:\"1\";s:13:\"display_style\";s:1:\"0\";s:7:\"default\";s:2:\"11\";}s:15:\"shipping_method\";a:3:{s:6:\"enable\";s:1:\"1\";s:13:\"display_style\";s:1:\"0\";s:7:\"default\";s:1:\"6\";}s:23:\"enable_customer_profile\";s:1:\"0\";s:23:\"customer_profile_option\";s:1:\"0\";s:12:\"display_cart\";s:1:\"1\";s:12:\"cart_options\";a:7:{s:13:\"product_image\";a:5:{s:2:\"id\";s:13:\"product_image\";s:5:\"title\";s:5:\"Image\";s:10:\"sort_order\";s:1:\"2\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:12:\"product_name\";a:5:{s:2:\"id\";s:12:\"product_name\";s:5:\"title\";s:11:\"Description\";s:10:\"sort_order\";s:1:\"2\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:20:\"product_availability\";a:5:{s:2:\"id\";s:20:\"product_availability\";s:5:\"title\";s:12:\"Availability\";s:10:\"sort_order\";s:1:\"3\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:13:\"product_model\";a:5:{s:2:\"id\";s:13:\"product_model\";s:5:\"title\";s:5:\"Model\";s:10:\"sort_order\";s:1:\"4\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:11:\"product_qty\";a:5:{s:2:\"id\";s:11:\"product_qty\";s:5:\"title\";s:8:\"Quantity\";s:10:\"sort_order\";s:1:\"5\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:13:\"product_price\";a:5:{s:2:\"id\";s:13:\"product_price\";s:5:\"title\";s:5:\"Price\";s:10:\"sort_order\";s:1:\"6\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:13:\"product_total\";a:5:{s:2:\"id\";s:13:\"product_total\";s:5:\"title\";s:5:\"Total\";s:10:\"sort_order\";s:1:\"7\";s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}}s:15:\"cart_image_size\";a:2:{s:5:\"width\";s:2:\"90\";s:6:\"height\";s:2:\"90\";}s:17:\"qty_update_option\";s:1:\"0\";s:18:\"order_total_option\";a:5:{s:17:\"product_sub_total\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:7:\"voucher\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:14:\"shipping_price\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:9:\"total_tax\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:5:\"total\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}}s:7:\"confirm\";a:3:{s:12:\"gift_message\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}s:14:\"term_condition\";a:2:{s:5:\"guest\";a:3:{s:7:\"display\";s:1:\"1\";s:7:\"require\";s:1:\"1\";s:7:\"checked\";s:1:\"1\";}s:6:\"logged\";a:3:{s:7:\"display\";s:1:\"1\";s:7:\"require\";s:1:\"1\";s:7:\"checked\";s:1:\"1\";}}s:17:\"order_comment_box\";a:2:{s:5:\"guest\";a:1:{s:7:\"display\";s:1:\"1\";}s:6:\"logged\";a:1:{s:7:\"display\";s:1:\"1\";}}}s:22:\"email_marketing_delete\";s:1:\"0\";s:6:\"layout\";s:1:\"3\";s:6:\"design\";a:8:{s:4:\"html\";a:1:{s:3:\"0_0\";a:4:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"7\";s:13:\"column-inside\";s:1:\"1\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"4\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"3\";s:3:\"row\";s:1:\"4\";s:13:\"column-inside\";s:1:\"1\";}s:5:\"value\";s:0:\"\";}}s:5:\"login\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"1\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"0\";}}s:16:\"shipping_address\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"1\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"0\";}}s:15:\"payment_address\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"2\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"2\";s:13:\"column-inside\";s:1:\"1\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"2\";s:13:\"column-inside\";s:1:\"0\";}}s:15:\"shipping_method\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"3\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"1\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"3\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"0\";}}s:14:\"payment_method\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"4\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"3\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"0\";}}s:4:\"cart\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"5\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"2\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"3\";s:3:\"row\";s:1:\"0\";s:13:\"column-inside\";s:1:\"0\";}}s:7:\"confirm\";a:3:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"6\";s:13:\"column-inside\";s:1:\"0\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"4\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"3\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"0\";}}}s:10:\"html_value\";a:2:{s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";}s:12:\"column_width\";a:3:{s:8:\"1_column\";a:4:{i:1;s:3:\"100\";i:2;s:1:\"0\";i:3;s:1:\"0\";s:6:\"inside\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}}s:8:\"2_column\";a:4:{i:1;s:2:\"30\";i:2;s:2:\"70\";i:3;s:1:\"0\";s:6:\"inside\";a:2:{i:1;s:2:\"50\";i:2;s:2:\"50\";}}s:8:\"3_column\";a:4:{s:6:\"inside\";a:2:{i:1;s:1:\"0\";i:2;s:1:\"0\";}i:1;s:2:\"30\";i:2;s:2:\"25\";i:3;s:2:\"45\";}}s:11:\"modal_value\";s:1:\"0\";s:9:\"plugin_id\";s:6:\"PS0002\";s:7:\"version\";s:3:\"0.1\";}','2022-09-02 10:21:04','2022-10-17 13:26:03'),(2215,1,1,'VELOCITY_SUPERCHECKOUT_CSS','s:0:\"\";','2022-09-02 10:21:04','2022-09-02 10:21:04'),(2216,1,1,'VELOCITY_SUPERCHECKOUT_JS','s:0:\"\";','2022-09-02 10:21:04','2022-09-02 10:21:04'),(2217,1,1,'VELOCITY_SUPERCHECKOUT_BUTTON','a:11:{s:12:\"button_color\";s:6:\"5CB85C\";s:19:\"button_border_color\";s:6:\"5CB85C\";s:17:\"button_text_color\";s:6:\"F9F9F9\";s:19:\"border_bottom_color\";s:6:\"5CB85C\";s:23:\"my_account_button_color\";s:6:\"4862A3\";s:19:\"logout_button_color\";s:6:\"D9534F\";s:27:\"update_address_button_color\";s:6:\"F0AD4E\";s:27:\"remove_address_button_color\";s:6:\"D9534F\";s:24:\"progressbar_button_color\";s:6:\"5CB85C\";s:18:\"theme_common_color\";s:6:\"286090\";s:18:\"product_name_color\";s:6:\"FF6600\";}','2022-09-02 10:21:04','2022-09-02 10:21:04'),(2218,1,1,'VELOCITY_SUPERCHECKOUT_HFHTML','a:2:{s:6:\"header\";s:0:\"\";s:6:\"footer\";s:0:\"\";}','2022-09-02 10:21:04','2022-09-02 10:21:04'),(2219,1,1,'VELOCITY_SUPERCHECKOUT_EXTRAHTML','a:1:{s:3:\"0_0\";a:4:{s:8:\"1_column\";a:3:{s:6:\"column\";s:1:\"0\";s:3:\"row\";s:1:\"7\";s:13:\"column-inside\";s:1:\"1\";}s:8:\"2_column\";a:3:{s:6:\"column\";s:1:\"2\";s:3:\"row\";s:1:\"1\";s:13:\"column-inside\";s:1:\"4\";}s:8:\"3_column\";a:3:{s:6:\"column\";s:1:\"3\";s:3:\"row\";s:1:\"4\";s:13:\"column-inside\";s:1:\"1\";}s:5:\"value\";s:0:\"\";}}','2022-09-02 10:21:04','2022-09-02 10:21:04'),(2220,1,1,'VELOCITY_SUPERCHECKOUT_DATA','a:2:{s:14:\"payment_method\";a:4:{i:11;a:2:{s:5:\"title\";a:12:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}i:30;a:2:{s:5:\"title\";a:12:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}i:106;a:2:{s:5:\"title\";a:12:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}i:133;a:2:{s:5:\"title\";a:12:{i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}}s:15:\"delivery_method\";a:3:{i:6;a:2:{s:5:\"title\";a:12:{i:1;s:8:\"mollie17\";i:2;s:8:\"mollie17\";i:3;s:8:\"mollie17\";i:4;s:8:\"mollie17\";i:5;s:8:\"mollie17\";i:6;s:8:\"mollie17\";i:7;s:8:\"mollie17\";i:8;s:8:\"mollie17\";i:9;s:8:\"mollie17\";i:10;s:8:\"mollie17\";i:11;s:8:\"mollie17\";i:12;s:8:\"mollie17\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}i:14;a:2:{s:5:\"title\";a:12:{i:1;s:10:\"My carrier\";i:2;s:10:\"My carrier\";i:3;s:10:\"My carrier\";i:4;s:10:\"My carrier\";i:5;s:10:\"My carrier\";i:6;s:10:\"My carrier\";i:7;s:10:\"My carrier\";i:8;s:10:\"My carrier\";i:9;s:10:\"My carrier\";i:10;s:10:\"My carrier\";i:11;s:10:\"My carrier\";i:12;s:10:\"My carrier\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}i:13;a:2:{s:5:\"title\";a:12:{i:1;s:5:\"test2\";i:2;s:5:\"test2\";i:3;s:5:\"test2\";i:4;s:5:\"test2\";i:5;s:5:\"test2\";i:6;s:5:\"test2\";i:7;s:5:\"test2\";i:8;s:5:\"test2\";i:9;s:5:\"test2\";i:10;s:5:\"test2\";i:11;s:5:\"test2\";i:12;s:5:\"test2\";}s:4:\"logo\";a:2:{s:5:\"title\";s:0:\"\";s:10:\"resolution\";a:2:{s:5:\"width\";s:4:\"auto\";s:6:\"height\";s:4:\"auto\";}}}}}','2022-09-02 10:21:04','2022-10-17 10:14:29'),(2221,1,1,'PS_DISTANCE_UNIT','km','2022-09-02 12:22:52','2022-11-22 10:55:50'),(2226,1,1,'MOLLIE_PROFILE_ID',NULL,'2022-09-07 15:40:24','2022-09-12 10:30:59'),(2227,1,2,'MOLLIE_PROFILE_ID',NULL,'2022-09-07 15:40:24','2022-09-07 15:40:24'),(2467,1,1,'MOLLIE_STATUS_CHARGEBACK','228','2022-10-06 12:02:09','2022-11-15 15:28:27'),(2468,1,2,'MOLLIE_STATUS_CHARGEBACK','228','2022-10-06 13:14:00','2022-10-11 09:34:47'),(2856,1,1,'MOLLIE_API_KEY',NULL,'2022-10-11 09:39:57','2022-10-11 14:18:25'),(2857,1,2,'MOLLIE_API_KEY',NULL,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(2858,1,1,'MOLLIE_API_KEY_TEST','test_pACCABA9KvWGjvW9StKn7QTDNgMvzh','2022-10-11 09:39:57','2022-10-11 09:40:13'),(2859,1,2,'MOLLIE_API_KEY_TEST',NULL,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(2860,1,1,'MOLLIE_SEND_ORDER_CONFIRMATION','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2861,1,2,'MOLLIE_SEND_ORDER_CONFIRMATION','0','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2862,1,1,'MOLLIE_PAYMENTSCREEN_LOCALE','browser_locale','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2863,1,2,'MOLLIE_PAYMENTSCREEN_LOCALE','browser_locale','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2864,1,1,'MOLLIE_IFRAME','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2865,1,2,'MOLLIE_IFRAME','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2866,1,1,'MOLLIE_IMAGES','normal','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2867,1,2,'MOLLIE_IMAGES','normal','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2868,1,1,'MOLLIE_ISSUERS','on-click','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2869,1,2,'MOLLIE_ISSUERS','on-click','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2870,1,1,'MOLLIE_CSS',NULL,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(2871,1,2,'MOLLIE_CSS',NULL,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(2872,1,1,'MOLLIE_TRACKING_URLS_','null','2022-10-11 09:39:57','2022-10-11 09:40:23'),(2873,1,2,'MOLLIE_TRACKING_URLS_',NULL,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(2874,1,1,'MOLLIE_DEBUG_LOG','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2875,1,2,'MOLLIE_DEBUG_LOG','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2876,1,1,'MOLLIE_METHOD_COUNTRIES',NULL,'2022-10-11 09:39:57','2022-11-15 15:28:27'),(2877,1,2,'MOLLIE_METHOD_COUNTRIES','0','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2878,1,1,'MOLLIE_METHOD_COUNTRIES_DISPLAY',NULL,'2022-10-11 09:39:57','2022-11-15 15:28:27'),(2879,1,2,'MOLLIE_METHOD_COUNTRIES_DISPLAY','0','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2880,1,1,'MOLLIE_MAIL_WHEN_SHIPPING','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2881,1,2,'MOLLIE_MAIL_WHEN_SHIPPING','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2882,1,1,'MOLLIE_MAIL_WHEN_PAID','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2883,1,2,'MOLLIE_MAIL_WHEN_PAID','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2884,1,1,'MOLLIE_MAIL_WHEN_COMPLETED','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2885,1,2,'MOLLIE_MAIL_WHEN_COMPLETED','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2886,1,1,'MOLLIE_MAIL_WHEN_CANCELED','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2887,1,2,'MOLLIE_MAIL_WHEN_CANCELED','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2888,1,1,'MOLLIE_MAIL_WHEN_EXPIRED','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2889,1,2,'MOLLIE_MAIL_WHEN_EXPIRED','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2890,1,1,'MOLLIE_MAIL_WHEN_REFUNDED','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2891,1,2,'MOLLIE_MAIL_WHEN_REFUNDED','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2892,1,1,'MOLLIE_MAIL_WHEN_CHARGEBACK','1','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2893,1,2,'MOLLIE_MAIL_WHEN_CHARGEBACK','1','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2894,1,1,'MOLLIE_API',NULL,'2022-10-11 09:39:57','2022-11-15 15:28:27'),(2895,1,2,'MOLLIE_API','orders','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2896,1,1,'MOLLIE_AS_STATUSES','[\"5\",\"226\",\"199\",\"205\",\"211\",\"218\",\"227\",\"200\",\"206\",\"212\",\"219\",\"2\",\"4\"]','2022-10-11 09:39:57','2022-11-15 15:28:27'),(2897,1,2,'MOLLIE_AS_STATUSES','[4,5,200,206,212,219,227]','2022-10-11 09:39:57','2022-10-11 09:39:57'),(2898,1,1,'MOLLIE_DISPLAY_ERRORS','0','2022-10-11 09:40:23','2022-11-15 15:28:27'),(2899,1,1,'PS_LANG_DEFAULT','1','2022-11-21 09:39:38','2022-11-21 09:40:30'),(2900,1,1,'SUBSCRIPTION_ATTRIBUTE_GROUP','14','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2901,1,2,'SUBSCRIPTION_ATTRIBUTE_GROUP','14','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2902,1,1,'SUBSCRIPTION_ATTRIBUTE_NONE','54','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2903,1,2,'SUBSCRIPTION_ATTRIBUTE_NONE','54','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2904,1,1,'SUBSCRIPTION_ATTRIBUTE_DAILY','55','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2905,1,2,'SUBSCRIPTION_ATTRIBUTE_DAILY','55','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2906,1,1,'SUBSCRIPTION_ATTRIBUTE_WEEKLY','56','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2907,1,2,'SUBSCRIPTION_ATTRIBUTE_WEEKLY','56','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2908,1,1,'SUBSCRIPTION_ATTRIBUTE_MONTHLY','57','2022-11-22 11:11:08','2022-11-28 12:37:21'),(2909,1,2,'SUBSCRIPTION_ATTRIBUTE_MONTHLY','57','2022-11-22 11:11:08','2022-11-28 12:37:21'); -/*!40000 ALTER TABLE `ps_configuration` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration_kpi` --- - -DROP TABLE IF EXISTS `ps_configuration_kpi`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration_kpi` ( - `id_configuration_kpi` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned DEFAULT NULL, - `id_shop` int(11) unsigned DEFAULT NULL, - `name` varchar(64) NOT NULL, - `value` text, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_configuration_kpi`), - KEY `name` (`name`), - KEY `id_shop` (`id_shop`), - KEY `id_shop_group` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration_kpi` --- - -LOCK TABLES `ps_configuration_kpi` WRITE; -/*!40000 ALTER TABLE `ps_configuration_kpi` DISABLE KEYS */; -INSERT INTO `ps_configuration_kpi` VALUES (1,NULL,NULL,'DASHGOALS_TRAFFIC_01_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(2,NULL,NULL,'DASHGOALS_CONVERSION_01_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(3,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_01_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(4,NULL,NULL,'DASHGOALS_TRAFFIC_02_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(5,NULL,NULL,'DASHGOALS_CONVERSION_02_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(6,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_02_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(7,NULL,NULL,'DASHGOALS_TRAFFIC_03_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(8,NULL,NULL,'DASHGOALS_CONVERSION_03_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(9,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_03_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(10,NULL,NULL,'DASHGOALS_TRAFFIC_04_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(11,NULL,NULL,'DASHGOALS_CONVERSION_04_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(12,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_04_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(13,NULL,NULL,'DASHGOALS_TRAFFIC_05_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(14,NULL,NULL,'DASHGOALS_CONVERSION_05_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(15,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_05_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(16,NULL,NULL,'DASHGOALS_TRAFFIC_06_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(17,NULL,NULL,'DASHGOALS_CONVERSION_06_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(18,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_06_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(19,NULL,NULL,'DASHGOALS_TRAFFIC_07_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(20,NULL,NULL,'DASHGOALS_CONVERSION_07_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(21,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_07_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(22,NULL,NULL,'DASHGOALS_TRAFFIC_08_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(23,NULL,NULL,'DASHGOALS_CONVERSION_08_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(24,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_08_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(25,NULL,NULL,'DASHGOALS_TRAFFIC_09_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(26,NULL,NULL,'DASHGOALS_CONVERSION_09_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(27,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_09_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(28,NULL,NULL,'DASHGOALS_TRAFFIC_10_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(29,NULL,NULL,'DASHGOALS_CONVERSION_10_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(30,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_10_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(31,NULL,NULL,'DASHGOALS_TRAFFIC_11_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(32,NULL,NULL,'DASHGOALS_CONVERSION_11_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(33,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_11_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(34,NULL,NULL,'DASHGOALS_TRAFFIC_12_2020','600','2020-11-03 14:10:32','2020-11-03 14:10:32'),(35,NULL,NULL,'DASHGOALS_CONVERSION_12_2020','2','2020-11-03 14:10:32','2020-11-03 14:10:32'),(36,NULL,NULL,'DASHGOALS_AVG_CART_VALUE_12_2020','80','2020-11-03 14:10:32','2020-11-03 14:10:32'),(37,NULL,NULL,'CONVERSION_RATE','0%','2020-11-05 10:53:35','2020-11-05 10:53:35'),(38,NULL,NULL,'CONVERSION_RATE_EXPIRE','1604613600','2020-11-05 10:53:35','2020-11-05 10:53:35'),(39,NULL,NULL,'ABANDONED_CARTS','0','2020-11-05 10:53:36','2020-11-05 10:53:36'),(40,NULL,NULL,'ABANDONED_CARTS_EXPIRE','1604570016','2020-11-05 10:53:36','2020-11-05 10:53:36'),(41,NULL,NULL,'AVG_ORDER_VALUE','€0.00','2020-11-05 10:53:36','2020-11-05 10:53:36'),(42,NULL,NULL,'AVG_ORDER_VALUE_EXPIRE','1604613600','2020-11-05 10:53:36','2020-11-05 10:53:36'),(43,NULL,NULL,'NETPROFIT_VISIT','€0.00','2020-11-05 10:53:36','2020-11-05 10:53:36'),(44,NULL,NULL,'NETPROFIT_VISIT_EXPIRE','1604613600','2020-11-05 10:53:36','2020-11-05 10:53:36'),(45,NULL,NULL,'ENABLED_LANGUAGES','2','2020-11-12 13:25:20','2020-11-12 13:25:20'),(46,NULL,NULL,'ENABLED_LANGUAGES_EXPIRE','1605180380','2020-11-12 13:25:20','2020-11-12 13:25:20'),(47,NULL,NULL,'MAIN_COUNTRY',NULL,'2020-11-12 13:25:20','2020-11-12 13:25:20'),(48,NULL,NULL,'MAIN_COUNTRY_EXPIRE',NULL,'2020-11-12 13:25:20','2020-11-12 13:25:20'),(49,NULL,NULL,'FRONTOFFICE_TRANSLATIONS','0%','2020-11-12 13:25:20','2020-11-12 13:25:20'),(50,NULL,NULL,'FRONTOFFICE_TRANSLATIONS_EXPIRE','1605180440','2020-11-12 13:25:20','2020-11-12 13:25:20'),(51,1,2,'CONVERSION_RATE','0%','2021-01-14 12:59:24','2021-01-14 12:59:24'),(52,1,2,'CONVERSION_RATE_EXPIRE','1610661600','2021-01-14 12:59:24','2021-01-14 12:59:24'),(53,1,2,'NETPROFIT_VISIT','€0.00','2021-01-14 12:59:25','2021-01-14 12:59:25'),(54,1,2,'NETPROFIT_VISIT_EXPIRE','1610661600','2021-01-14 12:59:25','2021-01-14 12:59:25'),(55,1,2,'ABANDONED_CARTS','0','2021-01-14 12:59:26','2021-01-14 12:59:26'),(56,1,2,'ABANDONED_CARTS_EXPIRE','1610625566','2021-01-14 12:59:26','2021-01-14 12:59:26'),(57,1,2,'AVG_ORDER_VALUE','€0.00','2021-01-14 12:59:26','2021-01-14 12:59:26'),(58,1,2,'AVG_ORDER_VALUE_EXPIRE','1610661600','2021-01-14 12:59:26','2021-01-14 12:59:26'),(59,1,1,'NETPROFIT_VISIT','€0.36','2021-01-28 15:40:01','2021-01-28 15:40:01'),(60,1,1,'NETPROFIT_VISIT_EXPIRE','1611871200','2021-01-28 15:40:01','2021-01-28 15:40:01'),(61,1,1,'AVG_ORDER_VALUE','€35.13','2021-01-28 15:40:01','2021-01-28 15:40:01'),(62,1,1,'AVG_ORDER_VALUE_EXPIRE','1611871200','2021-01-28 15:40:01','2021-01-28 15:40:01'),(63,1,1,'CONVERSION_RATE','2.91%','2021-01-28 15:40:02','2021-01-28 15:40:02'),(64,1,1,'CONVERSION_RATE_EXPIRE','1611871200','2021-01-28 15:40:02','2021-01-28 15:40:02'),(65,1,1,'ABANDONED_CARTS','0','2021-01-28 15:40:03','2021-01-28 15:40:03'),(66,1,1,'ABANDONED_CARTS_EXPIRE','1611844803','2021-01-28 15:40:03','2021-01-28 15:40:03'),(67,1,1,'FRONTOFFICE_TRANSLATIONS','0%','2021-02-18 14:57:39','2021-02-18 14:57:39'),(68,1,1,'FRONTOFFICE_TRANSLATIONS_EXPIRE','1613653179','2021-02-18 14:57:39','2021-02-18 14:57:39'),(69,1,1,'ENABLED_LANGUAGES','8','2021-02-18 14:57:40','2021-02-18 14:57:40'),(70,1,1,'ENABLED_LANGUAGES_EXPIRE','1613653120','2021-02-18 14:57:40','2021-02-18 14:57:40'),(71,1,1,'MAIN_COUNTRY',NULL,'2021-02-18 14:57:41','2021-02-18 14:57:41'),(72,1,1,'MAIN_COUNTRY_EXPIRE',NULL,'2021-02-18 14:57:41','2021-02-18 14:57:41'),(73,1,1,'DISABLED_CATEGORIES','0','2021-11-30 10:23:02','2021-11-30 10:23:02'),(74,1,1,'DISABLED_CATEGORIES_EXPIRE','1638267782','2021-11-30 10:23:02','2021-11-30 10:23:02'),(75,1,1,'EMPTY_CATEGORIES','0','2021-11-30 10:23:02','2021-11-30 10:23:02'),(76,1,1,'EMPTY_CATEGORIES_EXPIRE','1638267782','2021-11-30 10:23:02','2021-11-30 10:23:02'),(77,1,1,'TOP_CATEGORY',NULL,'2021-11-30 10:23:03','2021-11-30 10:23:03'),(78,1,1,'TOP_CATEGORY_EXPIRE',NULL,'2021-11-30 10:23:03','2021-11-30 10:23:03'),(79,1,1,'PRODUCTS_PER_CATEGORY','2','2021-11-30 10:23:03','2021-11-30 10:23:03'),(80,1,1,'PRODUCTS_PER_CATEGORY_EXPIRE','1638264183','2021-11-30 10:23:03','2021-11-30 10:23:03'),(81,1,1,'AVG_CUSTOMER_AGE',NULL,'2022-01-20 12:41:41','2022-01-20 12:41:41'),(82,1,1,'AVG_CUSTOMER_AGE_EXPIRE',NULL,'2022-01-20 12:41:41','2022-01-20 12:41:41'),(83,1,1,'ORDERS_PER_CUSTOMER','18.42','2022-01-20 12:41:41','2022-01-20 12:41:41'),(84,1,1,'ORDERS_PER_CUSTOMER_EXPIRE','1642761701','2022-01-20 12:41:41','2022-01-20 12:41:41'),(85,1,1,'CUSTOMER_MAIN_GENDER',NULL,'2022-01-20 12:41:41','2022-01-20 12:41:41'),(86,1,1,'CUSTOMER_MAIN_GENDER_EXPIRE',NULL,'2022-01-20 12:41:41','2022-01-20 12:41:41'),(87,1,1,'NEWSLETTER_REGISTRATIONS','1','2022-01-20 12:41:41','2022-01-20 12:41:41'),(88,1,1,'NEWSLETTER_REGISTRATIONS_EXPIRE','1642696901','2022-01-20 12:41:41','2022-01-20 12:41:41'),(89,1,1,'AVG_MSG_RESPONSE_TIME','0 hours','2022-03-22 12:35:07','2022-03-22 12:35:07'),(90,1,1,'AVG_MSG_RESPONSE_TIME_EXPIRE','1647959707','2022-03-22 12:35:07','2022-03-22 12:35:07'),(91,1,1,'MESSAGES_PER_THREAD','0','2022-03-22 12:35:07','2022-03-22 12:35:07'),(92,1,1,'MESSAGES_PER_THREAD_EXPIRE','1647988507','2022-03-22 12:35:07','2022-03-22 12:35:07'),(93,1,1,'PENDING_MESSAGES','0','2022-03-22 12:35:07','2022-03-22 12:35:07'),(94,1,1,'PENDING_MESSAGES_EXPIRE','1647945607','2022-03-22 12:35:07','2022-03-22 12:35:07'); -/*!40000 ALTER TABLE `ps_configuration_kpi` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration_kpi_lang` --- - -DROP TABLE IF EXISTS `ps_configuration_kpi_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration_kpi_lang` ( - `id_configuration_kpi` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `value` text, - `date_upd` datetime DEFAULT NULL, - PRIMARY KEY (`id_configuration_kpi`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration_kpi_lang` --- - -LOCK TABLES `ps_configuration_kpi_lang` WRITE; -/*!40000 ALTER TABLE `ps_configuration_kpi_lang` DISABLE KEYS */; -INSERT INTO `ps_configuration_kpi_lang` VALUES (47,1,'135.7 Lithuania','2020-11-12 13:25:20'),(47,3,'135.7 Lithuania','2020-11-12 13:25:20'),(47,4,'135.7 Lithuania','2020-11-12 13:25:20'),(47,5,'135.7 Lithuania','2020-11-12 13:25:20'),(47,6,'135.7 Lithuania','2020-11-12 13:25:20'),(47,7,'135.7 Lithuania','2020-11-12 13:25:20'),(47,8,'135.7 Lithuania','2020-11-12 13:25:20'),(47,9,'135.7 Lithuania','2020-11-12 13:25:20'),(47,10,'135.7 Lithuania','2020-11-12 13:25:20'),(47,11,'135.7 Lithuania','2020-11-12 13:25:20'),(47,12,'135.7 Lithuania','2020-11-12 13:25:20'),(47,13,'135.7 Lithuania','2020-11-12 13:25:20'),(48,1,'1605266720','2020-11-12 13:25:20'),(48,3,'1605266720','2020-11-12 13:25:20'),(48,4,'1605266720','2020-11-12 13:25:20'),(48,5,'1605266720','2020-11-12 13:25:20'),(48,6,'1605266720','2020-11-12 13:25:20'),(48,7,'1605266720','2020-11-12 13:25:20'),(48,8,'1605266720','2020-11-12 13:25:20'),(48,9,'1605266720','2020-11-12 13:25:20'),(48,10,'1605266720','2020-11-12 13:25:20'),(48,11,'1605266720','2020-11-12 13:25:20'),(48,12,'1605266720','2020-11-12 13:25:20'),(48,13,'1605266720','2020-11-12 13:25:20'),(71,1,'138.5 Lithuania','2021-02-18 14:57:41'),(71,3,'138.5 Lithuania','2021-02-18 14:57:41'),(71,4,'138.5 Lithuania','2021-02-18 14:57:41'),(71,5,'138.5 Lithuania','2021-02-18 14:57:41'),(71,6,'138.5 Lithuania','2021-02-18 14:57:41'),(71,7,'138.5 Lithuania','2021-02-18 14:57:41'),(71,8,'138.5 Lithuania','2021-02-18 14:57:41'),(71,9,'138.5 Lithuania','2021-02-18 14:57:41'),(71,10,'138.5 Lithuania','2021-02-18 14:57:41'),(71,11,'138.5 Lithuania','2021-02-18 14:57:41'),(71,12,'138.5 Lithuania','2021-02-18 14:57:41'),(71,13,'138.5 Lithuania','2021-02-18 14:57:41'),(72,1,'1613739461','2021-02-18 14:57:41'),(72,3,'1613739461','2021-02-18 14:57:41'),(72,4,'1613739461','2021-02-18 14:57:41'),(72,5,'1613739461','2021-02-18 14:57:41'),(72,6,'1613739461','2021-02-18 14:57:41'),(72,7,'1613739461','2021-02-18 14:57:41'),(72,8,'1613739461','2021-02-18 14:57:41'),(72,9,'1613739461','2021-02-18 14:57:41'),(72,10,'1613739461','2021-02-18 14:57:41'),(72,11,'1613739461','2021-02-18 14:57:41'),(72,12,'1613739461','2021-02-18 14:57:41'),(72,13,'1613739461','2021-02-18 14:57:41'),(77,1,'Clothes','2021-11-30 10:23:03'),(77,3,'Clothes','2021-11-30 10:23:03'),(77,4,'Clothes','2021-11-30 10:23:03'),(77,5,'Clothes','2021-11-30 10:23:03'),(77,6,'Clothes','2021-11-30 10:23:03'),(77,7,'Clothes','2021-11-30 10:23:03'),(77,8,'Clothes','2021-11-30 10:23:03'),(77,9,'Clothes','2021-11-30 10:23:03'),(77,10,'Clothes','2021-11-30 10:23:03'),(77,11,'Clothes','2021-11-30 10:23:03'),(77,12,'Clothes','2021-11-30 10:23:03'),(77,13,'Clothes','2021-11-30 10:23:03'),(78,1,'1638346983','2021-11-30 10:23:03'),(78,3,'1638346983','2021-11-30 10:23:03'),(78,4,'1638346983','2021-11-30 10:23:03'),(78,5,'1638346983','2021-11-30 10:23:03'),(78,6,'1638346983','2021-11-30 10:23:03'),(78,7,'1638346983','2021-11-30 10:23:03'),(78,8,'1638346983','2021-11-30 10:23:03'),(78,9,'1638346983','2021-11-30 10:23:03'),(78,10,'1638346983','2021-11-30 10:23:03'),(78,11,'1638346983','2021-11-30 10:23:03'),(78,12,'1638346983','2021-11-30 10:23:03'),(78,13,'1638346983','2021-11-30 10:23:03'),(81,1,'52 years','2022-01-20 12:41:41'),(81,3,'52 years','2022-01-20 12:41:41'),(81,4,'52 years','2022-01-20 12:41:41'),(81,5,'52 years','2022-01-20 12:41:41'),(81,6,'52 years','2022-01-20 12:41:41'),(81,7,'52 years','2022-01-20 12:41:41'),(81,8,'52 years','2022-01-20 12:41:41'),(81,9,'52 years','2022-01-20 12:41:41'),(81,10,'52 years','2022-01-20 12:41:41'),(81,11,'52 years','2022-01-20 12:41:41'),(81,12,'52 years','2022-01-20 12:41:41'),(81,13,'52 years','2022-01-20 12:41:41'),(82,1,'1642761701','2022-01-20 12:41:41'),(82,3,'1642761701','2022-01-20 12:41:41'),(82,4,'1642761701','2022-01-20 12:41:41'),(82,5,'1642761701','2022-01-20 12:41:41'),(82,6,'1642761701','2022-01-20 12:41:41'),(82,7,'1642761701','2022-01-20 12:41:41'),(82,8,'1642761701','2022-01-20 12:41:41'),(82,9,'1642761701','2022-01-20 12:41:41'),(82,10,'1642761701','2022-01-20 12:41:41'),(82,11,'1642761701','2022-01-20 12:41:41'),(82,12,'1642761701','2022-01-20 12:41:41'),(82,13,'1642761701','2022-01-20 12:41:41'),(85,1,'100% Male Customers','2022-01-20 12:41:41'),(85,3,'100% Male Customers','2022-01-20 12:41:41'),(85,4,'100% Male Customers','2022-01-20 12:41:41'),(85,5,'100% Male Customers','2022-01-20 12:41:41'),(85,6,'100% Male Customers','2022-01-20 12:41:41'),(85,7,'100% Male Customers','2022-01-20 12:41:41'),(85,8,'100% Male Customers','2022-01-20 12:41:41'),(85,9,'100% Male Customers','2022-01-20 12:41:41'),(85,10,'100% Male Customers','2022-01-20 12:41:41'),(85,11,'100% Male Customers','2022-01-20 12:41:41'),(85,12,'100% Male Customers','2022-01-20 12:41:41'),(85,13,'100% Male Customers','2022-01-20 12:41:41'),(86,1,'1642761701','2022-01-20 12:41:41'),(86,3,'1642761701','2022-01-20 12:41:41'),(86,4,'1642761701','2022-01-20 12:41:41'),(86,5,'1642761701','2022-01-20 12:41:41'),(86,6,'1642761701','2022-01-20 12:41:41'),(86,7,'1642761701','2022-01-20 12:41:41'),(86,8,'1642761701','2022-01-20 12:41:41'),(86,9,'1642761701','2022-01-20 12:41:41'),(86,10,'1642761701','2022-01-20 12:41:41'),(86,11,'1642761701','2022-01-20 12:41:41'),(86,12,'1642761701','2022-01-20 12:41:41'),(86,13,'1642761701','2022-01-20 12:41:41'); -/*!40000 ALTER TABLE `ps_configuration_kpi_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_configuration_lang` --- - -DROP TABLE IF EXISTS `ps_configuration_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_configuration_lang` ( - `id_configuration` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `value` text, - `date_upd` datetime DEFAULT NULL, - PRIMARY KEY (`id_configuration`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_configuration_lang` --- - -LOCK TABLES `ps_configuration_lang` WRITE; -/*!40000 ALTER TABLE `ps_configuration_lang` DISABLE KEYS */; -INSERT INTO `ps_configuration_lang` VALUES (39,1,'#IN',NULL),(39,3,'#IN',NULL),(39,4,'#FA',NULL),(39,5,'RE',NULL),(39,6,'#IN',NULL),(39,7,'#IN',NULL),(39,8,'#IN',NULL),(39,9,'#FV',NULL),(39,10,'#IN',NULL),(39,11,'PS#-',NULL),(39,12,'#IN',NULL),(39,13,'#IN',NULL),(42,1,'#DE',NULL),(42,3,'#DE',NULL),(42,4,'#LI',NULL),(42,5,'LI',NULL),(42,6,'#DE',NULL),(42,7,'#DE',NULL),(42,8,'#DE',NULL),(42,9,'#LP',NULL),(42,10,'#DE',NULL),(42,11,'RE#-',NULL),(42,12,'#DE',NULL),(42,13,'#DE',NULL),(44,1,'#RE',NULL),(44,3,'#RE',NULL),(44,4,'#RE',NULL),(44,5,'RET',NULL),(44,6,'#RE',NULL),(44,7,'#RE',NULL),(44,8,'#RE',NULL),(44,9,'#ZW',NULL),(44,10,'#RE',NULL),(44,11,'#RE',NULL),(44,12,'#RE',NULL),(44,13,'#RE',NULL),(51,1,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(51,3,'een|over|boven|na|weer|tegen|alles|ben|een|en|elke|zijn|zijn niet|als|op|zijn|omdat|geweest|voor|zijn|onder|tussen|beide|maar|door|kan|kan niet|kon|kon niet|deed|deed niet|doet|doet|doet niet|doen|doet niet|neer|tijdens|elk|weinig|voor|van|verder|had|had niet|heeft|heeft niet|hebben|hebben niet|hebben|hij|ll|haar|hier|haar|haarzelf|hem|hemzelf|zijn|hoe|ve|als|in|in|is|is niet|het|het|het zelf|laat|mij|meer|meest|moet niet|mijn|mijzelf|nee|noch|niet|van|uit|aan|eens|alleen|of|ander|zou moeten|ons|onze|ons zelf|out|over|eigen|zelfde|zal niet|zij|zou moeten|zou niet moeten|zo|iets|dergelijke|dan|dat|de|hun|hun|zij|zij zelf|dan|daar|deze|zij|onderwerp|dit|die|door|om|ook|onder|tot|omhoog|zeer|was|was niet|wij|waren|waren niet|wat|wanneer|waar|welke|terwijl|wie|van wie|waarom|met|gewonnen|zou|zou niet|jij|jouw|jouw|jij zelf|jullie zelf',NULL),(51,4,'alors|au|aucuns|aussi|autre|avant|avec|avoir|bon|car|ce|cela|ces|ceux|chaque|ci|comme|comment|dans|des|du|dedans|dehors|depuis|deux|devrait|doit|donc|dos|droite|début|elle|elles|en|encore|essai|est|et|eu|fait|faites|fois|font|force|haut|hors|ici|il|ils|je|juste|la|le|les|leur|là|ma|maintenant|mais|mes|mine|moins|mon|mot|même|ni|nommés|notre|nous|nouveaux|ou|où|par|parce|parole|pas|personnes|peut|peu|pièce|plupart|pour|pourquoi|quand|que|quel|quelle|quelles|quels|qui|sa|sans|ses|seulement|si|sien|son|sont|sous|soyez|sujet|sur|ta|tandis|tellement|tels|tes|ton|tous|tout|trop|très|tu|valeur|voie|voient|vont|votre|vous|vu|ça|étaient|état|étions|été|être',NULL),(51,5,'aber|als|auch|auf|aus|bei|bin|bis|bist|dadurch|daher|darum|das|daß|dass|dein|deine|dem|den|der|des|dessen|deshalb|die|dies|dieser|dieses|doch|dort|durch|ein|eine|einem|einen|einer|eines|euer|eure|für|hatte|hatten|hattest|hattet|hier|hinter|ich|ihr|ihre|im|in|ist|ja|jede|jedem|jeden|jeder|jedes|jener|jenes|jetzt|kann|kannst|können|könnt|machen|mein|meine|muß|mußt|musst|müssen|müßt|nach|nachdem|nein|nicht|oder|seid|sein|seine|sich|sind|soll|sollen|sollst|sollt|sonst|soweit|sowie|und|unser|unsere|unter|vom|von|vor|wann|warum|was|weiter|weitere|wenn|wer|werde|werden|werdet|weshalb|wie|wieder|wieso|wir|wird|wirst|woher|wohin|zum|zur|über',NULL),(51,6,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(51,7,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(51,8,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(51,9,'ach|aj|albo|bardzo|bez|bo|być|ci|cię|ciebie|co|czy|daleko|dla|dlaczego|dlatego|do|dobrze|dokąd|dość|dużo|dwa|dwaj|dwie|dwoje|dziś|dzisiaj|gdyby|gdzie|go|ich|ile|im|inny|ja|ją|jak|jakby|jaki|je|jeden|jedna|jedno|jego|jej|jemu|jeśli|jest|jestem|jeżeli|już|każdy|kiedy|kierunku|kto|ku|lub|ma|mają|mam|mi|mną|mnie|moi|mój|moja|moje|może|mu|my|na|nam|nami|nas|nasi|nasz|nasza|nasze|natychmiast|nią|nic|nich|nie|niego|niej|niemu|nigdy|nim|nimi|niż|obok|od|okolo|on|ona|one|oni|ono|owszem|po|pod|ponieważ|przed|przedtem|są|sam|sama|się|skąd|tak|taki|tam|ten|to|tobą|tobie|tu|tutaj|twoi|twój|twoja|twoje|ty|wam|wami|was|wasi|wasz|wasza|wasze|we|więc|wszystko|wtedy|wy|żaden|zawsze|że',NULL),(51,10,'alas|alla|alle|ei|hän|ja|kaikki|kuin|kuinka|kuka|kyllä|lisäksi|lisää|me|meille|meistä|menee|mennä|mikä|milloin|minua|minulle|minun|minä|mitä|mutta|myös|ne|nyt|ole|olla|on|paljon|päälle|päällä|saa|saada|se|siellä|siinä|siitä|silloin|sinun|sinä|tai|te|tee|tehdä|teidän|teille|toinen|toiset|tulee|tulla|tämä|tänne|tässä|ulos|vain|vastaan|ylös',NULL),(51,11,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(51,12,'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves',NULL),(51,13,'af|alle|andet|andre|at|begge|da|de|den|denne|der|deres|det|dette|dig|din|dog|du|ej|eller|en|end|ene|eneste|enhver|et|fem|fire|flere|fleste|for|fordi|forrige|fra|få|før|god|han|hans|har|hendes|her|hun|hvad|hvem|hver|hvilken|hvis|hvor|hvordan|hvorfor|hvornår|i|ikke|ind|ingen|intet|jeg|jeres|kan|kom|kommer|lav|lidt|lille|man|mand|mange|med|meget|men|mens|mere|mig|ned|ni|nogen|noget|ny|nyt|nær|næste|næsten|og|op|otte|over|på|se|seks|ses|som|stor|store|syv|ti|til|to|tre|ud|var',NULL),(77,1,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,3,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,4,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,5,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,6,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,7,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,8,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,9,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,10,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,11,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,12,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(77,13,'Dear Customer,\r\n\r\nRegards,\r\nCustomer service',NULL),(277,1,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,3,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,4,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,5,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,6,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,7,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,8,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,9,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,10,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,11,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,12,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(277,13,'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.',NULL),(279,1,NULL,'2021-04-08 09:30:30'),(279,3,NULL,'2021-04-08 09:30:30'),(279,4,NULL,'2021-04-08 09:30:30'),(279,5,NULL,'2021-04-08 09:30:30'),(279,6,NULL,'2021-04-08 09:30:30'),(279,7,NULL,'2021-04-08 09:30:30'),(279,8,NULL,'2021-04-08 09:30:30'),(279,9,NULL,'2021-04-08 09:30:30'),(279,10,NULL,'2021-04-08 09:30:30'),(279,11,NULL,'2021-04-08 09:30:30'),(279,12,NULL,'2021-04-08 09:30:30'),(279,13,NULL,'2021-04-08 09:30:30'),(280,1,NULL,'2021-04-08 09:30:30'),(280,3,NULL,'2021-04-08 09:30:30'),(280,4,NULL,'2021-04-08 09:30:30'),(280,5,NULL,'2021-04-08 09:30:30'),(280,6,NULL,'2021-04-08 09:30:30'),(280,7,NULL,'2021-04-08 09:30:30'),(280,8,NULL,'2021-04-08 09:30:30'),(280,9,NULL,'2021-04-08 09:30:30'),(280,10,NULL,'2021-04-08 09:30:30'),(280,11,NULL,'2021-04-08 09:30:30'),(280,12,NULL,'2021-04-08 09:30:30'),(280,13,NULL,'2021-04-08 09:30:30'),(281,1,'Out-of-Stock',NULL),(281,3,'Niet op voorraad',NULL),(281,4,'Rupture de stock',NULL),(281,5,'Nicht auf Lager',NULL),(281,6,'Out-of-Stock',NULL),(281,7,'没有库存',NULL),(281,8,'Out-of-Stock',NULL),(281,9,'Obecnie brak na stanie',NULL),(281,10,'Loppu',NULL),(281,11,'Out-of-Stock',NULL),(281,12,'Out-of-Stock',NULL),(281,13,'Ikke på lager',NULL),(299,1,'sale70.png','2020-11-03 14:10:33'),(299,3,'sale70.png','2020-11-19 09:58:00'),(299,4,'sale70.png','2020-11-03 14:10:33'),(299,5,'sale70.png','2020-11-03 14:10:33'),(299,6,'sale70.png','2021-02-18 12:58:52'),(299,7,'sale70.png','2021-02-18 12:59:00'),(299,8,'sale70.png','2021-02-18 12:59:07'),(299,9,'sale70.png','2021-03-18 13:42:03'),(299,10,'sale70.png','2020-11-03 14:10:33'),(299,11,'sale70.png','2020-11-03 14:10:33'),(299,12,'sale70.png','2020-11-03 14:10:33'),(299,13,'sale70.png','2020-11-03 14:10:33'),(300,1,'','2020-11-03 14:10:33'),(300,3,'','2020-11-19 09:58:00'),(300,4,'','2020-11-03 14:10:33'),(300,5,'','2020-11-03 14:10:33'),(300,6,'','2021-02-18 12:58:52'),(300,7,'','2021-02-18 12:59:00'),(300,8,'','2021-02-18 12:59:07'),(300,9,'','2021-03-18 13:42:03'),(300,10,'','2020-11-03 14:10:33'),(300,11,'','2020-11-03 14:10:33'),(300,12,'','2020-11-03 14:10:33'),(300,13,'','2020-11-03 14:10:33'),(301,1,'','2020-11-03 14:10:33'),(301,3,'','2020-11-19 09:58:00'),(301,4,'','2020-11-03 14:10:33'),(301,5,'','2020-11-03 14:10:33'),(301,6,'','2021-02-18 12:58:52'),(301,7,'','2021-02-18 12:59:01'),(301,8,'','2021-02-18 12:59:07'),(301,9,'','2021-03-18 13:42:03'),(301,10,'','2020-11-03 14:10:33'),(301,11,'','2020-11-03 14:10:33'),(301,12,'','2020-11-03 14:10:33'),(301,13,'','2020-11-03 14:10:33'),(309,1,'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.','2020-11-03 14:10:34'),(309,3,'U kunt op elk gewenst moment weer uitschrijven. Hiervoor kunt u de contactgegevens gebruiken uit de algemene voorwaarden.','2020-11-03 14:10:34'),(309,4,'Vous pouvez vous désinscrire à tout moment. Vous trouverez pour cela nos informations de contact dans les conditions d\'utilisation du site.','2020-11-03 14:10:34'),(309,5,'Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in der Datenschutzerklärung.','2020-11-03 14:10:34'),(309,6,'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.','2020-11-03 14:10:34'),(309,7,'你可以在任何时候退订。要这样做,请找到我们法律通知里的联系人资料。','2020-11-03 14:10:34'),(309,8,'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.','2020-11-03 14:10:34'),(309,9,'Możesz zrezygnować w każdej chwili. W tym celu należy odnaleźć szczegóły w naszej informacji prawnej.','2020-11-03 14:10:34'),(309,10,'Voit peruuttaa tilauksen milloin tahansa. Katso yhteystietomme oikeudellisista tiedoista.','2020-11-03 14:10:34'),(309,11,'いつでも購読解除していただけます。特定商取引法に基づく表記より、当店の連絡先情報をご確認いただけます。','2020-11-03 14:10:34'),(309,12,'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.','2020-11-03 14:10:34'),(309,13,'Du kan framelde dig når som helst. Vores kontaktoplysninger til framelding er anført i handelsbetingelserne.','2020-11-03 14:10:34'),(344,1,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,3,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,4,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,5,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,6,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,7,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,8,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,9,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,10,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,11,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,12,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(344,13,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,1,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,3,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,4,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,5,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,6,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,7,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,8,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,9,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,10,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,11,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,12,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(346,13,'I agree to the terms and conditions and the privacy policy','2020-11-03 14:10:59'),(1202,1,NULL,NULL),(1202,3,NULL,NULL),(1202,4,'sale70.png','2021-01-28 14:01:42'),(1202,5,'sale70.png','2021-01-28 14:01:50'),(1202,6,NULL,NULL),(1202,7,NULL,NULL),(1202,8,NULL,NULL),(1202,9,NULL,NULL),(1202,10,'','2021-07-09 09:27:18'),(1202,11,'','2021-08-19 10:35:11'),(1202,12,'','2022-05-10 16:58:38'),(1202,13,'','2022-11-22 10:55:44'),(1203,1,NULL,NULL),(1203,3,NULL,NULL),(1203,4,'','2021-01-28 14:01:42'),(1203,5,'','2021-01-28 14:01:50'),(1203,6,NULL,NULL),(1203,7,NULL,NULL),(1203,8,NULL,NULL),(1203,9,NULL,NULL),(1203,10,'','2021-07-09 09:27:18'),(1203,11,'','2021-08-19 10:35:11'),(1203,12,'','2022-05-10 16:58:38'),(1203,13,'','2022-11-22 10:55:44'),(1204,1,NULL,NULL),(1204,3,NULL,NULL),(1204,4,'','2021-01-28 14:01:42'),(1204,5,'','2021-01-28 14:01:50'),(1204,6,NULL,NULL),(1204,7,NULL,NULL),(1204,8,NULL,NULL),(1204,9,NULL,NULL),(1204,10,'','2021-07-09 09:27:18'),(1204,11,'','2021-08-19 10:35:11'),(1204,12,'','2022-05-10 16:58:38'),(1204,13,'','2022-11-22 10:55:44'),(1351,1,NULL,'2021-04-08 09:30:30'),(1351,3,NULL,'2021-04-08 09:30:30'),(1351,4,NULL,'2021-04-08 09:30:30'),(1351,5,NULL,'2021-04-08 09:30:30'),(1351,6,NULL,'2021-04-08 09:30:30'),(1351,7,NULL,'2021-04-08 09:30:30'),(1351,8,NULL,'2021-04-08 09:30:30'),(1351,9,NULL,'2021-04-08 09:30:30'),(1351,10,NULL,'2021-04-08 09:30:30'),(1351,11,NULL,'2021-04-08 09:30:30'),(1351,12,NULL,'2021-04-08 09:30:30'),(1351,13,NULL,'2021-04-08 09:30:30'),(1352,1,NULL,'2021-04-08 09:30:30'),(1352,3,NULL,'2021-04-08 09:30:30'),(1352,4,NULL,'2021-04-08 09:30:30'),(1352,5,NULL,'2021-04-08 09:30:30'),(1352,6,NULL,'2021-04-08 09:30:30'),(1352,7,NULL,'2021-04-08 09:30:30'),(1352,8,NULL,'2021-04-08 09:30:30'),(1352,9,NULL,'2021-04-08 09:30:30'),(1352,10,NULL,'2021-04-08 09:30:30'),(1352,11,NULL,'2021-04-08 09:30:30'),(1352,12,NULL,'2021-04-08 09:30:30'),(1352,13,NULL,'2021-04-08 09:30:30'),(1583,1,NULL,'2021-09-02 09:56:47'),(1583,3,NULL,'2021-09-02 09:56:47'),(1583,4,NULL,'2021-09-02 09:56:47'),(1583,5,NULL,'2021-09-02 09:56:47'),(1583,6,NULL,'2021-09-02 09:56:47'),(1583,7,NULL,'2021-09-02 09:56:47'),(1583,8,NULL,'2021-09-02 09:56:47'),(1583,9,NULL,'2021-09-02 09:56:47'),(1583,10,NULL,'2021-09-02 09:56:47'),(1583,11,NULL,'2021-09-02 09:56:47'),(1583,12,NULL,'2021-09-02 09:56:47'),(1583,13,NULL,'2021-09-02 09:56:47'),(1584,1,NULL,'2021-09-02 09:56:47'),(1584,3,NULL,'2021-09-02 09:56:47'),(1584,4,NULL,'2021-09-02 09:56:47'),(1584,5,NULL,'2021-09-02 09:56:47'),(1584,6,NULL,'2021-09-02 09:56:47'),(1584,7,NULL,'2021-09-02 09:56:47'),(1584,8,NULL,'2021-09-02 09:56:47'),(1584,9,NULL,'2021-09-02 09:56:47'),(1584,10,NULL,'2021-09-02 09:56:47'),(1584,11,NULL,'2021-09-02 09:56:47'),(1584,12,NULL,'2021-09-02 09:56:47'),(1584,13,NULL,'2021-09-02 09:56:47'),(1585,1,NULL,'2021-09-02 09:56:47'),(1585,3,NULL,'2021-09-02 09:56:47'),(1585,4,NULL,'2021-09-02 09:56:47'),(1585,5,NULL,'2021-09-02 09:56:47'),(1585,6,NULL,'2021-09-02 09:56:47'),(1585,7,NULL,'2021-09-02 09:56:47'),(1585,8,NULL,'2021-09-02 09:56:47'),(1585,9,NULL,'2021-09-02 09:56:47'),(1585,10,NULL,'2021-09-02 09:56:47'),(1585,11,NULL,'2021-09-02 09:56:47'),(1585,12,NULL,'2021-09-02 09:56:47'),(1585,13,NULL,'2021-09-02 09:56:47'),(1586,1,NULL,'2021-09-02 09:56:47'),(1586,3,NULL,'2021-09-02 09:56:47'),(1586,4,NULL,'2021-09-02 09:56:47'),(1586,5,NULL,'2021-09-02 09:56:47'),(1586,6,NULL,'2021-09-02 09:56:47'),(1586,7,NULL,'2021-09-02 09:56:47'),(1586,8,NULL,'2021-09-02 09:56:47'),(1586,9,NULL,'2021-09-02 09:56:47'),(1586,10,NULL,'2021-09-02 09:56:47'),(1586,11,NULL,'2021-09-02 09:56:47'),(1586,12,NULL,'2021-09-02 09:56:47'),(1586,13,NULL,'2021-09-02 09:56:47'),(1816,1,'Pay with SumUp','2021-12-03 09:15:28'),(1816,3,'Pay with SumUp','2021-12-03 09:15:28'),(1816,4,'Pay with SumUp','2021-12-03 09:15:28'),(1816,5,'Pay with SumUp','2021-12-03 09:15:28'),(1816,6,'Pay with SumUp','2021-12-03 09:15:28'),(1816,7,'Pay with SumUp','2021-12-03 09:15:28'),(1816,8,'Pay with SumUp','2021-12-03 09:15:28'),(1816,9,'Pay with SumUp','2021-12-03 09:15:28'),(1816,10,'Pay with SumUp','2021-12-03 09:15:28'),(1816,11,'Pay with SumUp','2021-12-03 09:15:28'),(1816,12,'Pay with SumUp','2021-12-03 09:15:28'),(1816,13,'Pay with SumUp','2021-12-03 09:15:28'),(2144,1,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ English (English) ]

','2022-05-02 15:57:59'),(2144,3,'','2022-05-02 15:58:11'),(2144,4,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ Français (French) ]

','2022-05-02 15:57:59'),(2144,5,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ Deutsch (German) ]

','2022-05-02 15:57:59'),(2144,6,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ Bahasa melayu (Malay) ]

','2022-05-02 15:57:59'),(2144,7,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ 中文 (Simplified Chinese) ]

','2022-05-02 15:57:59'),(2144,8,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ தமிழ் (Tamil) ]

','2022-05-02 15:57:59'),(2144,9,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ Polski (Polish) ]

','2022-05-02 15:57:59'),(2144,10,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ Suomi (Finnish) ]

','2022-05-02 15:57:59'),(2144,11,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ 日本語 (Japanese) ]

','2022-05-02 15:57:59'),(2144,12,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ English (English) ]

','2022-05-02 15:57:59'),(2144,13,'
\n
\n

Security policy

\n We use modern SSL to secure payment
\n
\n

Delivery policy

\n Orders made on workdays, until 13:00 are shipped same day (if all goods are in stock)
\n
\n

Return policy

\n Purchases can be returned within 14 days, without any explanation
\n
\n

*please edit this in TheCheckout module configuration, HTML Box No.1 [ English (English) ]

','2022-05-02 15:57:59'),(2145,1,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,3,'Beveilig één pagina afhandeling','2022-05-02 15:57:59'),(2145,4,'Commander une page en toute sécurité','2022-05-02 15:57:59'),(2145,5,'Eine Seite Sichere Kasse','2022-05-02 15:57:59'),(2145,6,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,7,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,8,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,9,'Bezpieczne i szybkie zamówienie','2022-05-02 15:57:59'),(2145,10,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,11,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,12,'Prestashop secure checkout','2022-05-02 15:57:59'),(2145,13,'Prestashop secure checkout','2022-05-02 15:57:59'),(2183,1,'','2022-05-02 15:58:11'),(2183,3,'','2022-05-02 15:58:11'),(2183,4,'','2022-05-02 15:58:11'),(2183,5,'','2022-05-02 15:58:11'),(2183,6,'','2022-05-02 15:58:11'),(2183,7,'','2022-05-02 15:58:11'),(2183,8,'','2022-05-02 15:58:11'),(2183,9,'','2022-05-02 15:58:11'),(2183,10,'','2022-05-02 15:58:11'),(2183,11,'','2022-05-02 15:58:11'),(2183,12,'','2022-05-02 15:58:11'),(2183,13,'','2022-05-02 15:58:11'),(2184,1,'','2022-05-02 15:58:11'),(2184,3,'','2022-05-02 15:58:11'),(2184,4,'','2022-05-02 15:58:11'),(2184,5,'','2022-05-02 15:58:11'),(2184,6,'','2022-05-02 15:58:11'),(2184,7,'','2022-05-02 15:58:11'),(2184,8,'','2022-05-02 15:58:11'),(2184,9,'','2022-05-02 15:58:11'),(2184,10,'','2022-05-02 15:58:11'),(2184,11,'','2022-05-02 15:58:11'),(2184,12,'','2022-05-02 15:58:11'),(2184,13,'','2022-05-02 15:58:11'),(2185,1,'','2022-05-02 15:58:11'),(2185,3,'','2022-05-02 15:58:11'),(2185,4,'','2022-05-02 15:58:11'),(2185,5,'','2022-05-02 15:58:11'),(2185,6,'','2022-05-02 15:58:11'),(2185,7,'','2022-05-02 15:58:11'),(2185,8,'','2022-05-02 15:58:11'),(2185,9,'','2022-05-02 15:58:11'),(2185,10,'','2022-05-02 15:58:11'),(2185,11,'','2022-05-02 15:58:11'),(2185,12,'','2022-05-02 15:58:11'),(2185,13,'','2022-05-02 15:58:11'),(2186,1,'','2022-05-02 15:58:11'),(2186,3,'','2022-05-02 15:58:11'),(2186,4,'','2022-05-02 15:58:11'),(2186,5,'','2022-05-02 15:58:11'),(2186,6,'','2022-05-02 15:58:11'),(2186,7,'','2022-05-02 15:58:11'),(2186,8,'','2022-05-02 15:58:11'),(2186,9,'','2022-05-02 15:58:11'),(2186,10,'','2022-05-02 15:58:11'),(2186,11,'','2022-05-02 15:58:11'),(2186,12,'','2022-05-02 15:58:11'),(2186,13,'','2022-05-02 15:58:11'),(2187,1,'','2022-05-02 15:58:11'),(2187,3,'','2022-05-02 15:58:11'),(2187,4,'','2022-05-02 15:58:11'),(2187,5,'','2022-05-02 15:58:11'),(2187,6,'','2022-05-02 15:58:11'),(2187,7,'','2022-05-02 15:58:11'),(2187,8,'','2022-05-02 15:58:11'),(2187,9,'','2022-05-02 15:58:11'),(2187,10,'','2022-05-02 15:58:11'),(2187,11,'','2022-05-02 15:58:11'),(2187,12,'','2022-05-02 15:58:11'),(2187,13,'','2022-05-02 15:58:11'); -/*!40000 ALTER TABLE `ps_configuration_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_connections` --- - -DROP TABLE IF EXISTS `ps_connections`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_connections` ( - `id_connections` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_guest` int(10) unsigned NOT NULL, - `id_page` int(10) unsigned NOT NULL, - `ip_address` bigint(20) DEFAULT NULL, - `date_add` datetime NOT NULL, - `http_referer` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_connections`), - KEY `id_guest` (`id_guest`), - KEY `date_add` (`date_add`), - KEY `id_page` (`id_page`) -) ENGINE=InnoDB AUTO_INCREMENT=959 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_connections` --- - -LOCK TABLES `ps_connections` WRITE; -/*!40000 ALTER TABLE `ps_connections` DISABLE KEYS */; -INSERT INTO `ps_connections` VALUES (1,1,1,1,1,2130706433,'2020-11-03 14:11:37','http://www.prestashop.com'),(2,1,1,3,1,0,'2020-11-03 14:17:57',''),(3,1,1,3,2,0,'2020-11-05 09:15:16',''),(4,1,1,3,2,0,'2020-11-05 09:51:35',''),(5,1,1,3,2,0,'2020-11-05 10:46:14',''),(6,1,1,3,2,0,'2020-11-05 12:42:55',''),(7,1,1,3,2,0,'2020-11-05 16:39:02',''),(8,1,1,3,2,0,'2020-11-06 13:42:40',''),(9,1,1,3,1,1312809091,'2020-11-06 14:24:24',''),(10,1,1,3,2,1312809091,'2020-11-06 15:23:25',''),(11,1,1,3,2,1312809091,'2020-11-06 16:36:42',''),(12,1,1,3,2,1312809091,'2020-11-06 17:21:36',''),(13,1,1,3,1,1312809091,'2020-11-06 18:12:56',''),(14,1,1,3,1,0,'2020-11-11 16:27:20',''),(15,1,1,3,2,0,'2020-11-12 14:59:26',''),(16,1,1,3,1,1312809091,'2020-11-13 09:39:13',''),(17,1,1,3,3,2130706433,'2020-11-13 09:47:16',''),(18,1,1,3,2,2130706433,'2020-11-13 11:49:54',''),(19,1,1,3,2,0,'2020-11-13 13:54:22',''),(20,1,1,3,2,0,'2020-11-13 14:34:20',''),(21,1,1,3,3,1312809091,'2020-11-13 14:40:16',''),(22,1,1,7,4,602735830,'2020-11-13 14:46:07',''),(23,1,1,8,1,1475831455,'2020-11-13 14:55:43',''),(24,1,1,9,5,1475831455,'2020-11-13 14:58:33',''),(25,1,1,3,2,1312809091,'2020-11-13 15:29:15',''),(26,1,1,3,2,1312809091,'2020-11-13 17:18:48',''),(27,1,1,3,1,0,'2020-11-19 09:54:36',''),(28,1,1,3,2,0,'2020-11-19 10:48:57',''),(29,1,1,3,2,2130706433,'2020-11-19 13:15:28',''),(30,1,1,3,1,1312809091,'2020-11-19 13:43:48',''),(31,1,1,10,4,1312809091,'2020-11-26 14:18:57',''),(32,1,1,11,4,1312809091,'2020-11-26 14:20:55',''),(33,1,1,12,4,1312809091,'2020-11-26 14:24:22',''),(34,1,1,13,4,1312809091,'2020-11-26 14:25:14',''),(35,1,1,14,4,1312809091,'2020-11-26 14:26:04',''),(36,1,1,15,4,1312809091,'2020-11-26 14:27:05',''),(37,1,1,16,4,1312809091,'2020-11-26 14:27:45',''),(38,1,1,17,4,1312809091,'2020-11-26 14:28:03',''),(39,1,1,18,4,1312809091,'2020-11-26 14:28:34',''),(40,1,1,19,4,1312809091,'2020-11-26 14:29:07',''),(41,1,1,20,4,1312809091,'2020-11-26 14:36:39',''),(42,1,1,21,4,1312809091,'2020-11-26 14:38:36',''),(43,1,1,22,4,1312809091,'2020-11-26 14:39:32',''),(44,1,1,23,4,1312809091,'2020-11-26 14:53:22',''),(45,1,1,24,4,1312809091,'2020-11-26 14:58:59',''),(46,1,1,25,4,1312809091,'2020-11-26 14:59:27',''),(47,1,1,26,4,1312809091,'2020-11-26 15:02:30',''),(48,1,1,27,4,1312809091,'2020-11-26 15:08:23',''),(49,1,1,28,4,1312809091,'2020-11-26 15:10:26',''),(50,1,1,29,4,1312809091,'2020-11-26 15:15:38',''),(51,1,1,30,4,1312809091,'2020-11-26 15:16:27',''),(52,1,1,31,4,1312809091,'2020-11-26 15:17:19',''),(53,1,1,32,4,1312809091,'2020-11-26 15:18:23',''),(54,1,1,33,4,1312809091,'2020-11-26 15:21:22',''),(55,1,1,34,4,1312809091,'2020-11-26 15:23:00',''),(56,1,1,35,4,1312809091,'2020-11-26 15:27:53',''),(57,1,1,36,4,1312809091,'2020-11-26 15:33:41',''),(58,1,1,37,4,1312809091,'2020-11-26 15:35:48',''),(59,1,1,38,4,1312809091,'2020-11-26 15:37:20',''),(60,1,1,39,4,1312809091,'2020-11-26 15:38:13',''),(61,1,1,40,4,1312809091,'2020-11-26 15:38:56',''),(62,1,1,41,4,1312809091,'2020-11-26 15:39:09',''),(63,1,1,42,4,1312809091,'2020-11-26 15:48:34',''),(64,1,1,43,4,0,'2020-11-27 09:24:05',''),(65,1,1,44,4,0,'2020-11-27 09:24:52',''),(66,1,1,45,4,0,'2020-11-27 09:25:25',''),(67,1,1,3,1,0,'2020-11-27 09:25:37',''),(68,1,1,47,4,0,'2020-11-27 09:25:38',''),(69,1,1,3,2,0,'2020-11-27 09:56:18',''),(70,1,1,3,2,0,'2020-11-27 12:37:57',''),(71,1,1,3,2,0,'2020-11-27 14:32:58',''),(72,1,1,48,4,1312809091,'2020-11-27 14:46:16',''),(73,1,1,3,1,1312809091,'2020-11-27 14:46:32',''),(74,1,1,3,2,1312809091,'2020-11-27 15:27:49',''),(75,1,1,49,4,1312809091,'2020-12-03 09:06:00',''),(76,1,1,50,4,1312809091,'2020-12-03 09:07:02',''),(77,1,1,3,1,1312809091,'2020-12-03 10:37:13',''),(78,1,1,3,2,1312809091,'2020-12-03 11:08:40',''),(79,1,1,3,2,1312809091,'2020-12-03 12:06:38',''),(80,1,1,3,2,1312809091,'2020-12-03 13:27:49',''),(81,1,1,3,1,1312809091,'2020-12-04 13:16:47',''),(82,1,1,3,2,1312809091,'2020-12-04 14:04:57',''),(83,1,1,3,2,1312809091,'2020-12-04 15:23:53',''),(84,1,1,51,4,1312809091,'2020-12-10 09:35:52',''),(85,1,1,3,1,1312809091,'2020-12-10 09:36:42',''),(86,1,1,3,1,1312809091,'2020-12-10 11:30:47',''),(87,1,1,3,2,1312809091,'2020-12-10 13:27:00',''),(88,1,1,3,2,1312809091,'2020-12-10 15:20:05',''),(89,1,1,3,2,1312809091,'2020-12-10 16:43:38',''),(90,1,1,52,4,1312809091,'2020-12-11 09:56:55',''),(91,1,1,53,4,1312809091,'2020-12-11 10:02:02',''),(92,1,1,54,4,1312809091,'2020-12-11 10:06:14',''),(93,1,1,55,4,1312809091,'2020-12-11 10:07:34',''),(94,1,1,56,1,1312809091,'2020-12-11 10:07:39',''),(95,1,1,3,1,1312809091,'2020-12-29 10:44:09',''),(96,1,1,57,1,1312809091,'2020-12-29 15:04:27',''),(97,1,1,58,4,1312809091,'2020-12-29 15:04:29',''),(98,1,1,59,4,1312809091,'2020-12-29 15:04:30',''),(99,1,1,60,4,1312809091,'2020-12-29 15:04:30',''),(100,1,1,61,4,1312809091,'2020-12-29 15:04:31',''),(101,1,1,62,4,1312809091,'2020-12-29 15:04:32',''),(102,1,1,63,4,1312809091,'2020-12-29 15:04:32',''),(103,1,1,64,4,1312809091,'2020-12-29 15:04:33',''),(104,1,1,65,4,1312809091,'2020-12-29 15:04:33',''),(105,1,1,66,4,1312809091,'2020-12-29 15:04:45',''),(106,1,1,67,4,1312809091,'2020-12-29 15:04:46',''),(107,1,1,68,4,1312809091,'2020-12-29 15:04:52',''),(108,1,1,69,4,1312809091,'2020-12-29 15:04:53',''),(109,1,1,70,6,1312809091,'2020-12-29 15:04:56',''),(110,1,1,71,4,1312809091,'2020-12-29 15:04:57',''),(111,1,1,72,4,1312809091,'2020-12-29 15:04:57',''),(112,1,1,73,4,1312809091,'2020-12-29 15:04:58',''),(113,1,1,74,4,1312809091,'2020-12-29 15:04:58',''),(114,1,1,75,4,1312809091,'2020-12-29 15:04:59',''),(115,1,1,76,4,1312809091,'2020-12-29 15:04:59',''),(116,1,1,77,4,1312809091,'2020-12-29 15:04:59',''),(117,1,1,78,4,1312809091,'2020-12-29 15:05:00',''),(118,1,1,79,4,1312809091,'2020-12-29 15:05:03',''),(119,1,1,80,4,1312809091,'2020-12-29 15:05:04',''),(120,1,1,81,4,1312809091,'2020-12-29 15:05:09',''),(121,1,1,82,4,1312809091,'2020-12-29 15:05:09',''),(122,1,1,83,4,1312809091,'2020-12-29 15:05:15',''),(123,1,1,84,4,1312809091,'2020-12-29 15:05:15',''),(124,1,1,85,4,1312809091,'2020-12-29 15:05:38',''),(125,1,1,86,4,1312809091,'2020-12-29 15:05:39',''),(126,1,1,87,4,1312809091,'2020-12-29 15:05:39',''),(127,1,1,88,4,1312809091,'2020-12-29 15:05:41',''),(128,1,1,89,4,1312809091,'2020-12-29 15:05:41',''),(129,1,1,90,4,1312809091,'2020-12-29 15:05:42',''),(130,1,1,91,4,1312809091,'2020-12-29 15:05:46',''),(131,1,1,92,4,1312809091,'2020-12-29 15:05:46',''),(132,1,1,93,6,1312809091,'2020-12-29 15:06:21',''),(133,1,1,94,4,1312809091,'2020-12-29 15:06:25',''),(134,1,1,95,4,1312809091,'2020-12-29 15:06:31',''),(135,1,1,96,4,1312809091,'2020-12-29 15:06:31',''),(136,1,1,97,4,1312809091,'2020-12-29 15:06:32',''),(137,1,1,98,4,1312809091,'2020-12-29 15:06:32',''),(138,1,1,99,4,1312809091,'2020-12-29 15:06:32',''),(139,1,1,100,4,1312809091,'2020-12-29 15:06:33',''),(140,1,1,101,4,1312809091,'2020-12-29 15:06:33',''),(141,1,1,102,1,1312809091,'2020-12-29 15:06:34',''),(142,1,1,103,7,1312809091,'2020-12-29 15:06:38',''),(143,1,1,104,4,1312809091,'2020-12-29 15:06:49',''),(144,1,1,105,6,1312809091,'2020-12-29 15:07:53',''),(145,1,1,106,4,1312809091,'2020-12-29 15:09:53',''),(146,1,1,107,7,1312809091,'2020-12-29 15:11:13',''),(147,1,1,108,4,1312809091,'2020-12-29 15:11:22',''),(148,1,1,109,3,1312809091,'2020-12-29 15:11:43',''),(149,1,1,110,3,1312809091,'2020-12-29 15:11:56',''),(150,1,1,111,1,1312809091,'2020-12-29 15:12:01',''),(151,1,1,112,3,1312809091,'2020-12-29 15:12:05',''),(152,1,1,113,3,1312809091,'2020-12-29 15:12:23',''),(153,1,1,114,4,1312809091,'2020-12-29 15:12:25',''),(154,1,1,115,3,1312809091,'2020-12-29 15:12:33',''),(155,1,1,116,4,1312809091,'2020-12-29 15:12:34',''),(156,1,1,117,1,1312809091,'2020-12-29 15:12:57',''),(157,1,1,118,1,1312809091,'2020-12-29 15:13:48',''),(158,1,1,119,3,1312809091,'2020-12-29 15:14:00',''),(159,1,1,120,3,1312809091,'2020-12-29 15:14:07',''),(160,1,1,121,1,1312809091,'2020-12-29 15:14:10',''),(161,1,1,122,3,1312809091,'2020-12-29 15:14:16',''),(162,1,1,123,1,1312809091,'2020-12-29 15:14:25',''),(163,1,1,124,3,1312809091,'2020-12-29 15:14:36',''),(164,1,1,125,4,1312809091,'2020-12-29 15:14:48',''),(165,1,1,126,3,1312809091,'2020-12-29 15:14:53',''),(166,1,1,127,4,1312809091,'2020-12-29 15:14:54',''),(167,1,1,128,1,1312809091,'2020-12-29 15:15:11',''),(168,1,1,129,4,1312809091,'2020-12-29 15:15:12',''),(169,1,1,130,7,1312809091,'2020-12-29 15:15:26',''),(170,1,1,131,6,1312809091,'2020-12-29 15:17:39',''),(171,1,1,132,7,1312809091,'2020-12-29 15:17:42',''),(172,1,1,133,1,1312809091,'2020-12-29 15:18:14',''),(173,1,1,134,1,1312809091,'2020-12-29 15:18:33',''),(174,1,1,135,1,1312809091,'2020-12-29 15:18:34',''),(175,1,1,136,1,1312809091,'2020-12-29 15:19:35',''),(176,1,1,3,1,1312809091,'2020-12-29 15:20:20',''),(177,1,1,137,4,1312809091,'2021-01-07 09:30:32',''),(178,1,1,138,4,1312809091,'2021-01-07 09:30:32',''),(179,1,1,139,4,1312809091,'2021-01-07 09:30:33',''),(180,1,1,140,4,1312809091,'2021-01-07 09:30:33',''),(181,1,1,141,4,1312809091,'2021-01-07 09:30:33',''),(182,1,1,142,4,1312809091,'2021-01-07 09:30:34',''),(183,1,1,143,4,1312809091,'2021-01-07 09:30:34',''),(184,1,1,144,4,1312809091,'2021-01-07 09:30:34',''),(185,1,1,3,1,1312809091,'2021-01-07 12:06:27',''),(186,1,1,146,4,1312809091,'2021-01-07 12:06:28',''),(187,1,1,3,2,1312809091,'2021-01-07 12:38:02',''),(188,1,1,3,2,1312809091,'2021-01-07 16:11:24',''),(189,1,1,3,1,1312809091,'2021-01-08 09:21:31',''),(190,1,1,3,4,1312809091,'2021-01-08 14:19:47',''),(191,1,1,3,1,1312809091,'2021-01-12 10:28:00',''),(192,1,1,3,2,1312809091,'2021-01-12 11:14:11',''),(193,1,1,3,1,1312809091,'2021-01-13 11:29:13',''),(194,1,1,3,1,1312809091,'2021-01-14 10:11:45',''),(195,1,1,3,2,1312809091,'2021-01-14 11:34:31',''),(196,1,2,148,1,1312809091,'2021-01-14 12:59:34',''),(197,1,1,149,4,1312809091,'2021-01-15 14:46:34',''),(198,1,1,150,4,1312809091,'2021-01-15 14:46:38',''),(199,1,1,3,1,1312809091,'2021-01-15 14:47:29',''),(200,1,1,3,2,1312809091,'2021-01-15 15:26:30',''),(201,1,1,151,4,1312809091,'2021-01-21 16:33:13',''),(202,1,1,3,1,1312809091,'2021-01-21 16:34:12',''),(203,1,1,3,1,1312809091,'2021-01-22 12:07:28',''),(204,1,1,152,4,1312809091,'2021-01-25 13:30:51',''),(205,1,1,3,1,1312809091,'2021-01-25 13:31:15',''),(206,1,1,154,4,598452588,'2021-01-25 13:37:48',''),(207,1,1,155,4,1404100322,'2021-01-25 13:38:01',''),(208,1,1,156,4,1404100322,'2021-01-25 13:38:40',''),(209,1,1,157,4,1404100322,'2021-01-25 13:39:39',''),(210,1,1,158,4,1404100322,'2021-01-25 13:39:48',''),(211,1,1,159,4,1404100322,'2021-01-25 13:40:24',''),(212,1,1,160,4,1404100322,'2021-01-25 13:40:43',''),(213,1,1,161,1,1404100322,'2021-01-25 13:40:54',''),(214,1,1,162,1,1404100322,'2021-01-25 13:42:39',''),(215,1,1,3,2,1312809091,'2021-01-25 16:07:12',''),(216,1,1,3,1,1312809091,'2021-01-28 09:43:13',''),(217,1,1,3,2,1312809091,'2021-01-28 10:56:49',''),(218,1,1,164,3,1312809091,'2021-01-28 10:57:44',''),(219,1,1,3,1,1312809091,'2021-01-28 10:58:57',''),(220,1,1,166,1,602735830,'2021-01-28 13:30:19',''),(221,1,1,167,1,1475831455,'2021-01-28 13:30:34',''),(222,1,1,3,2,1312809091,'2021-01-28 13:33:14',''),(223,1,1,168,1,56217357,'2021-01-28 14:15:56',''),(224,1,1,169,1,1410315953,'2021-01-28 14:18:16',''),(225,1,1,3,1,1312809091,'2021-02-02 09:33:14',''),(226,1,1,3,2,1312809091,'2021-02-02 10:36:39',''),(227,1,1,3,3,1312809091,'2021-02-02 10:37:15',''),(228,1,1,3,1,1312809091,'2021-02-02 15:31:14',''),(229,1,1,3,3,1312809091,'2021-02-02 15:33:18',''),(230,1,1,3,2,1312809091,'2021-02-02 16:59:53',''),(231,1,1,3,3,1312809091,'2021-02-02 17:14:39',''),(232,1,1,3,1,1312809091,'2021-02-04 14:46:34',''),(233,1,2,171,4,1312809091,'2021-02-04 14:48:27',''),(234,1,2,172,4,1312809091,'2021-02-04 14:48:31',''),(235,1,1,3,2,1312809091,'2021-02-04 15:19:31',''),(236,1,1,3,2,1312809091,'2021-02-04 15:50:10',''),(237,1,1,3,1,1312809091,'2021-02-05 13:59:49',''),(238,1,1,174,1,317223042,'2021-02-05 13:59:54',''),(239,1,1,3,1,1475831455,'2021-02-05 14:00:10',''),(240,1,1,176,1,921327210,'2021-02-05 14:15:44',''),(241,1,1,161,6,1518811384,'2021-02-05 14:16:04',''),(242,1,1,3,4,1312809091,'2021-02-05 14:39:47',''),(243,1,1,3,1,1312809091,'2021-02-09 09:26:44',''),(244,1,1,177,4,66055688,'2021-02-12 10:15:58',''),(245,1,1,178,4,1490595887,'2021-02-12 10:16:09',''),(246,1,1,3,1,1312809091,'2021-02-18 13:01:13',''),(247,1,1,3,2,1312809091,'2021-02-18 13:33:35',''),(248,1,1,3,2,1312809091,'2021-02-18 15:00:16',''),(249,1,1,3,2,1312809091,'2021-03-04 11:58:45',''),(250,1,1,3,2,1312809091,'2021-03-04 12:37:52',''),(251,1,1,3,2,1312809091,'2021-03-04 15:37:24',''),(252,1,1,3,2,1312809091,'2021-03-04 16:12:44',''),(253,1,1,3,2,1312809091,'2021-03-18 13:50:51',''),(254,1,1,3,2,1312809091,'2021-03-18 14:33:49',''),(255,1,1,3,4,1312809091,'2021-03-18 15:28:11',''),(256,1,1,3,2,1312809091,'2021-03-19 11:07:00',''),(257,1,1,3,2,1312809091,'2021-03-25 10:35:49',''),(258,1,1,3,2,1312809091,'2021-03-25 12:32:43',''),(259,1,1,3,2,1312809091,'2021-03-25 13:21:04',''),(260,1,1,3,2,1312809091,'2021-03-25 16:08:56',''),(261,1,1,3,2,1312809091,'2021-04-01 14:50:16',''),(262,1,1,3,2,1312809091,'2021-04-08 09:31:27',''),(263,1,1,3,2,1312809091,'2021-04-08 10:07:46',''),(264,1,1,3,2,1312809091,'2021-04-08 13:14:32',''),(265,1,1,3,2,1312809091,'2021-04-08 13:47:17',''),(266,1,1,3,2,1312809091,'2021-04-08 16:19:44',''),(267,1,1,3,2,1312809091,'2021-04-15 14:51:19',''),(268,1,1,3,2,1312809091,'2021-04-16 13:18:47',''),(269,1,1,3,2,1312809091,'2021-04-22 11:38:40',''),(270,1,1,3,2,1312809091,'2021-04-22 12:12:14',''),(271,1,2,179,4,1312809091,'2021-04-29 16:05:46',''),(272,1,2,180,4,1312809091,'2021-04-29 16:06:03',''),(273,1,2,181,4,1312809091,'2021-04-29 16:07:10',''),(274,1,2,182,4,1312809091,'2021-04-29 16:09:34',''),(275,1,2,183,4,1312809091,'2021-04-29 16:15:23',''),(276,1,2,184,4,1312809091,'2021-04-29 16:15:55',''),(277,1,2,185,4,1312809091,'2021-04-29 16:16:52',''),(278,1,2,186,4,1312809091,'2021-04-29 16:18:01',''),(279,1,2,187,4,1312809091,'2021-04-29 16:19:10',''),(280,1,2,188,4,1312809091,'2021-04-29 16:21:02',''),(281,1,2,189,4,1312809091,'2021-04-29 16:23:23',''),(282,1,2,190,4,1312809091,'2021-04-29 16:24:41',''),(283,1,2,191,4,1312809091,'2021-04-29 16:25:30',''),(284,1,2,192,4,1312809091,'2021-04-29 16:25:57',''),(285,1,2,193,4,1312809091,'2021-04-29 16:26:19',''),(286,1,2,194,4,1312809091,'2021-04-29 16:26:25',''),(287,1,2,195,4,1312809091,'2021-04-29 16:26:26',''),(288,1,2,196,4,1312809091,'2021-04-29 16:26:27',''),(289,1,2,197,4,1312809091,'2021-04-29 16:26:27',''),(290,1,2,198,4,1312809091,'2021-04-29 16:26:28',''),(291,1,2,199,4,1312809091,'2021-04-29 16:26:28',''),(292,1,2,200,4,1312809091,'2021-04-29 16:26:29',''),(293,1,2,201,4,1312809091,'2021-04-29 16:26:29',''),(294,1,2,202,4,1312809091,'2021-04-29 16:26:29',''),(295,1,2,203,4,1312809091,'2021-04-29 16:26:30',''),(296,1,2,204,4,1312809091,'2021-04-29 16:26:30',''),(297,1,2,205,4,1312809091,'2021-04-29 16:26:31',''),(298,1,2,206,4,1312809091,'2021-04-29 16:26:31',''),(299,1,2,207,4,1312809091,'2021-04-29 16:26:31',''),(300,1,2,208,4,1312809091,'2021-04-29 16:26:32',''),(301,1,2,209,4,1312809091,'2021-04-29 16:26:32',''),(302,1,2,210,4,1312809091,'2021-04-29 16:26:33',''),(303,1,2,211,4,1312809091,'2021-04-29 16:26:33',''),(304,1,2,212,4,1312809091,'2021-04-29 16:26:34',''),(305,1,2,213,4,1312809091,'2021-04-29 16:26:34',''),(306,1,2,214,4,1312809091,'2021-04-29 16:26:34',''),(307,1,2,215,4,1312809091,'2021-04-29 16:26:35',''),(308,1,2,216,4,1312809091,'2021-04-29 16:26:35',''),(309,1,2,217,4,1312809091,'2021-04-29 16:26:35',''),(310,1,2,218,4,1312809091,'2021-04-29 16:26:36',''),(311,1,2,219,4,1312809091,'2021-04-29 16:26:37',''),(312,1,2,220,4,1312809091,'2021-04-29 16:26:38',''),(313,1,2,221,4,1312809091,'2021-04-29 16:26:39',''),(314,1,2,222,4,1312809091,'2021-04-29 16:26:40',''),(315,1,2,223,4,1312809091,'2021-04-29 16:26:41',''),(316,1,2,224,4,1312809091,'2021-04-29 16:26:42',''),(317,1,2,225,4,1312809091,'2021-04-29 16:26:43',''),(318,1,2,226,4,1312809091,'2021-04-29 16:26:44',''),(319,1,2,227,4,1312809091,'2021-04-29 16:27:03',''),(320,1,2,228,4,1312809091,'2021-04-29 16:27:04',''),(321,1,2,229,4,1312809091,'2021-04-29 16:27:05',''),(322,1,2,230,4,1312809091,'2021-04-29 16:27:05',''),(323,1,2,231,4,1312809091,'2021-04-29 16:27:05',''),(324,1,2,232,4,1312809091,'2021-04-29 16:27:06',''),(325,1,2,233,4,1312809091,'2021-04-29 16:27:06',''),(326,1,2,234,4,1312809091,'2021-04-29 16:27:07',''),(327,1,2,235,4,1312809091,'2021-04-29 16:27:07',''),(328,1,2,236,4,1312809091,'2021-04-29 16:27:08',''),(329,1,2,237,4,1312809091,'2021-04-29 16:27:08',''),(330,1,2,238,4,1312809091,'2021-04-29 16:27:09',''),(331,1,2,239,4,1312809091,'2021-04-29 16:27:09',''),(332,1,2,240,4,1312809091,'2021-04-29 16:27:09',''),(333,1,2,241,4,1312809091,'2021-04-29 16:27:10',''),(334,1,2,242,4,1312809091,'2021-04-29 16:27:10',''),(335,1,2,243,4,1312809091,'2021-04-29 16:27:11',''),(336,1,2,244,4,1312809091,'2021-04-29 16:27:11',''),(337,1,2,245,4,1312809091,'2021-04-29 16:27:12',''),(338,1,2,246,4,1312809091,'2021-04-29 16:27:16',''),(339,1,2,247,4,1312809091,'2021-04-29 16:27:17',''),(340,1,2,248,4,1312809091,'2021-04-29 16:27:17',''),(341,1,2,249,4,1312809091,'2021-04-29 16:27:18',''),(342,1,2,250,4,1312809091,'2021-04-29 16:27:19',''),(343,1,2,251,4,1312809091,'2021-04-29 16:27:22',''),(344,1,2,252,4,1312809091,'2021-04-29 16:27:23',''),(345,1,2,253,4,1312809091,'2021-04-29 16:27:27',''),(346,1,2,254,4,1312809091,'2021-04-29 16:27:29',''),(347,1,2,148,1,1312809091,'2021-04-29 16:27:53',''),(348,1,1,3,2,1312809091,'2021-04-30 10:58:04',''),(349,1,2,148,2,1312809091,'2021-04-30 10:58:11',''),(350,1,2,148,2,1312809091,'2021-04-30 12:01:36',''),(351,1,1,3,5,1312809091,'2021-05-06 12:52:00',''),(352,1,1,255,4,1312809091,'2021-05-07 10:15:54',''),(353,1,1,3,1,1312809091,'2021-05-07 10:16:00',''),(354,1,1,3,2,1312809091,'2021-05-13 14:40:20',''),(355,1,1,256,1,65203979,'2021-05-19 09:41:17',''),(356,1,1,257,1,2410847333,'2021-05-19 09:41:22',''),(357,1,1,3,2,1312809091,'2021-05-20 14:13:17',''),(358,1,1,3,2,1312809091,'2021-05-20 14:53:09',''),(359,1,2,148,1,1312809091,'2021-05-20 15:32:54',''),(360,1,2,148,2,1312809091,'2021-05-21 11:45:48',''),(361,1,1,3,2,1312809091,'2021-06-03 10:10:11',''),(362,1,2,148,2,1312809091,'2021-06-04 16:02:44',''),(363,1,1,3,1,1312809091,'2021-06-04 16:09:37',''),(364,1,1,258,1,1410285572,'2021-06-04 16:09:45',''),(365,1,2,259,1,3272388744,'2021-06-04 16:19:11',''),(366,1,1,3,2,1312809091,'2021-06-10 09:46:02',''),(367,1,1,3,2,1312809091,'2021-06-10 11:18:05',''),(368,1,1,260,4,1312809091,'2021-07-01 12:25:29',''),(369,1,1,261,4,1312809091,'2021-07-01 12:28:39',''),(370,1,1,262,4,1312809091,'2021-07-01 12:28:54',''),(371,1,1,263,4,1312809091,'2021-07-01 12:31:34',''),(372,1,1,264,4,1312809091,'2021-07-01 12:34:02',''),(373,1,1,265,4,1312809091,'2021-07-01 12:34:54',''),(374,1,1,266,4,1312809091,'2021-07-01 12:40:39',''),(375,1,1,267,4,1312809091,'2021-07-01 12:45:30',''),(376,1,1,268,4,1312809091,'2021-07-01 12:46:42',''),(377,1,1,269,4,1312809091,'2021-07-01 12:47:05',''),(378,1,1,270,4,1312809091,'2021-07-01 14:33:13',''),(379,1,1,3,1,1312809091,'2021-07-01 14:36:17',''),(380,1,1,3,2,1312809091,'2021-07-08 10:47:46',''),(381,1,1,271,8,1312809091,'2021-07-08 10:48:28',''),(382,1,1,3,2,1312809091,'2021-07-09 13:09:20',''),(383,1,1,3,2,1312809091,'2021-07-27 11:57:29',''),(384,1,1,3,2,1312809091,'2021-07-27 12:44:06',''),(385,1,1,3,2,1312809091,'2021-07-29 09:37:51',''),(386,1,1,3,2,1312809091,'2021-07-29 15:17:38',''),(387,1,1,3,2,1312809091,'2021-07-29 15:52:45',''),(388,1,1,3,2,1312809091,'2021-07-30 09:15:10',''),(389,1,1,3,2,1312809091,'2021-07-30 09:47:10',''),(390,1,1,3,2,1312809091,'2021-07-30 11:25:30',''),(391,1,1,3,2,1312809091,'2021-07-30 12:25:31',''),(392,1,1,3,2,1312809091,'2021-07-30 15:46:13',''),(393,1,1,3,2,1312809091,'2021-07-30 16:32:08',''),(394,1,1,272,4,1312809091,'2021-08-05 10:57:46',''),(395,1,1,3,2,1312809091,'2021-08-05 11:27:05',''),(396,1,1,3,2,1312809091,'2021-08-05 12:03:15',''),(397,1,1,3,2,1312809091,'2021-08-05 12:37:05',''),(398,1,1,3,2,1312809091,'2021-08-05 15:34:44',''),(399,1,1,273,1,1312809091,'2021-08-05 15:54:04',''),(400,1,1,274,1,1312809091,'2021-08-05 15:54:52',''),(401,1,1,275,5,1312809091,'2021-08-05 15:56:02',''),(402,1,1,3,2,1312809091,'2021-08-06 09:53:18',''),(403,1,1,3,2,1312809091,'2021-08-06 11:33:05',''),(404,1,1,3,2,1312809091,'2021-08-06 13:07:01',''),(405,1,1,3,2,1312809091,'2021-08-06 14:02:25',''),(406,1,1,3,2,1312809091,'2021-08-09 16:22:53',''),(407,1,1,3,2,1312809091,'2021-08-10 10:33:40',''),(408,1,1,3,4,1312809091,'2021-08-12 10:23:14',''),(409,1,1,3,1,1312809091,'2021-08-12 13:22:14',''),(410,1,1,3,2,1312809091,'2021-08-12 18:02:49',''),(411,1,1,3,3,1312809091,'2021-08-12 18:03:40',''),(412,1,1,3,9,1312809091,'2021-08-13 09:52:40',''),(413,1,1,3,2,1312809091,'2021-08-13 10:46:12',''),(414,1,1,3,2,1312809091,'2021-08-13 12:25:19',''),(415,1,1,3,2,1312809091,'2021-09-02 09:36:41',''),(416,1,1,3,2,1312809091,'2021-09-02 10:08:37',''),(417,1,1,3,2,1312809091,'2021-09-02 11:57:00',''),(418,1,1,3,7,1312809091,'2021-09-10 16:10:54',''),(419,1,1,276,6,1490944580,'2021-09-10 16:22:55',''),(420,1,1,277,4,1312809091,'2021-09-16 10:32:50',''),(421,1,1,278,4,1312809091,'2021-09-16 10:33:13',''),(422,1,1,3,2,1312809091,'2021-09-21 11:13:31',''),(423,1,1,3,2,1312809091,'2021-09-22 14:23:38',''),(424,1,1,3,2,1312809091,'2021-09-22 16:47:10',''),(425,1,1,3,2,1312809091,'2021-09-22 17:29:02',''),(426,1,1,3,1,1312809091,'2021-09-23 10:58:23',''),(427,1,1,3,2,1312809091,'2021-09-23 13:38:51',''),(428,1,1,279,4,1312809091,'2021-09-23 14:18:31',''),(429,1,1,280,4,1312809091,'2021-09-23 14:24:18',''),(430,1,1,281,4,1312809091,'2021-09-23 14:26:27',''),(431,1,1,282,4,1312809091,'2021-09-23 14:27:44',''),(432,1,1,283,4,1312809091,'2021-09-23 14:28:37',''),(433,1,1,284,4,1312809091,'2021-09-23 14:30:57',''),(434,1,1,285,4,1312809091,'2021-09-23 14:34:58',''),(435,1,1,286,4,1312809091,'2021-09-23 14:49:24',''),(436,1,1,3,1,1312809091,'2021-09-23 14:51:18',''),(437,1,1,3,2,1312809091,'2021-09-23 15:31:01',''),(438,1,1,3,2,1312809091,'2021-09-25 11:25:12',''),(439,1,1,3,2,1312809091,'2021-10-07 09:31:56',''),(440,1,1,3,2,1312809091,'2021-10-07 10:25:27',''),(441,1,1,3,2,1312809091,'2021-10-07 13:27:02',''),(442,1,1,3,2,1312809091,'2021-10-07 14:13:19',''),(443,1,1,3,2,1312809091,'2021-10-07 15:54:10',''),(444,1,1,3,2,1312809091,'2021-10-13 09:07:37',''),(445,1,1,287,4,1679326554,'2021-10-13 09:48:33',''),(446,1,1,288,4,1404794126,'2021-10-13 09:53:53',''),(447,1,1,3,1,1312809091,'2021-10-13 09:57:48',''),(448,1,1,161,1,1404794126,'2021-10-13 09:58:42',''),(449,1,1,290,1,1404794126,'2021-10-13 10:00:18',''),(450,1,1,3,10,1312809091,'2021-10-13 12:02:20',''),(451,1,1,3,2,1312809091,'2021-10-13 12:33:30',''),(452,1,1,3,1,1312809091,'2021-10-13 13:25:48',''),(453,1,1,291,1,1312809091,'2021-10-13 13:25:51',''),(454,1,1,3,4,1312809091,'2021-10-15 09:19:57',''),(455,1,1,3,11,1312809091,'2021-10-15 09:50:14',''),(456,1,1,3,2,1312809091,'2021-10-15 10:25:43',''),(457,1,1,3,2,1312809091,'2021-10-15 11:07:38',''),(458,1,1,3,2,1312809091,'2021-10-15 11:42:59',''),(459,1,1,3,2,1312809091,'2021-10-15 12:49:15',''),(460,1,1,3,2,1312809091,'2021-10-15 13:37:16',''),(461,1,1,3,2,1312809091,'2021-10-15 16:03:07',''),(462,1,1,292,4,1312809091,'2021-10-28 12:07:52',''),(463,1,1,3,1,1312809091,'2021-10-28 12:08:06',''),(464,1,1,3,2,1312809091,'2021-10-28 13:56:52',''),(465,1,1,3,2,1312809091,'2021-10-28 14:51:38',''),(466,1,1,3,2,1312809091,'2021-10-29 15:19:40',''),(467,1,1,3,6,1312809091,'2021-11-05 09:33:09',''),(468,1,1,3,2,1312809091,'2021-11-05 10:49:17',''),(469,1,1,3,2,1312809091,'2021-11-05 13:11:21',''),(470,1,1,3,2,1312809091,'2021-11-05 14:09:17',''),(471,1,1,294,12,1474943476,'2021-11-05 14:45:19',''),(472,1,1,295,12,1474943474,'2021-11-05 14:46:43',''),(473,1,1,296,12,1474943477,'2021-11-05 14:47:44',''),(474,1,1,297,12,1474943478,'2021-11-05 14:49:44',''),(475,1,1,298,12,1474943474,'2021-11-05 14:50:19',''),(476,1,1,299,12,1474943474,'2021-11-05 14:50:19',''),(477,1,1,300,12,1474943479,'2021-11-05 14:50:19',''),(478,1,1,301,12,1474943475,'2021-11-05 14:50:20',''),(479,1,1,302,12,1474943478,'2021-11-05 14:51:20',''),(480,1,1,303,12,1474943476,'2021-11-05 14:51:20',''),(481,1,1,304,12,1474943478,'2021-11-05 14:54:27',''),(482,1,1,305,12,1474943475,'2021-11-05 14:54:33',''),(483,1,1,306,12,1474943479,'2021-11-05 14:55:23',''),(484,1,1,307,12,1474943478,'2021-11-05 14:59:29',''),(485,1,1,308,12,1474943478,'2021-11-05 14:59:30',''),(486,1,1,309,12,1474943474,'2021-11-05 15:03:24',''),(487,1,1,310,12,1474943477,'2021-11-05 15:07:30',''),(488,1,1,311,12,1474943475,'2021-11-05 15:07:31',''),(489,1,1,312,12,1474943477,'2021-11-05 15:15:06',''),(490,1,1,313,12,1474943479,'2021-11-05 15:15:06',''),(491,1,1,314,12,1474943479,'2021-11-05 15:19:24',''),(492,1,1,315,12,1474943478,'2021-11-05 15:23:30',''),(493,1,1,316,12,1474943475,'2021-11-05 15:23:31',''),(494,1,1,317,12,1474943477,'2021-11-05 15:25:05',''),(495,1,1,318,12,1474943474,'2021-11-05 15:25:05',''),(496,1,1,319,12,1474943477,'2021-11-08 11:49:04',''),(497,1,1,3,2,1312809091,'2021-11-11 09:37:38',''),(498,1,1,3,4,1312809091,'2021-11-11 15:27:53',''),(499,1,1,3,2,1312809091,'2021-11-12 14:12:38',''),(500,1,1,3,2,1312809091,'2021-11-19 11:33:51',''),(501,1,1,3,2,1312809091,'2021-11-19 12:13:56',''),(502,1,1,3,10,1312809091,'2021-11-25 10:08:27',''),(503,1,1,3,2,1312809091,'2021-11-25 11:17:31',''),(504,1,1,3,2,1312809091,'2021-11-25 12:14:29',''),(505,1,1,3,4,1312809091,'2021-11-25 15:49:21',''),(506,1,1,3,10,1312809091,'2021-11-25 16:21:36',''),(507,1,1,3,4,1312809091,'2021-11-29 10:19:37',''),(508,1,1,3,4,1312809091,'2021-11-29 14:16:58',''),(509,1,1,3,13,1312809091,'2021-12-02 16:26:01',''),(510,1,1,3,13,1312809091,'2021-12-03 09:41:17',''),(511,1,1,3,4,1312809091,'2021-12-06 09:31:02',''),(512,1,1,320,1,1312809091,'2021-12-09 10:41:59',''),(513,1,1,3,4,1312809091,'2021-12-09 11:18:06',''),(514,1,1,3,4,1312809091,'2021-12-09 13:19:12',''),(515,1,1,3,2,1312809091,'2021-12-13 15:49:41',''),(516,1,1,3,2,1312809091,'2021-12-14 14:54:25','https://www.mollie.com/'),(517,1,1,3,4,1312809091,'2021-12-14 15:52:23',''),(518,1,1,321,4,1312809091,'2021-12-15 10:10:53',''),(519,1,1,3,4,1312809091,'2021-12-15 10:11:47',''),(520,1,1,3,2,1312809091,'2021-12-15 12:40:42','https://www.mollie.com/'),(521,1,1,3,2,1312809091,'2021-12-15 13:57:56','https://www.mollie.com/'),(522,1,1,322,4,1312809091,'2021-12-16 15:30:05',''),(523,1,1,3,2,1312809091,'2021-12-16 15:31:25','https://www.mollie.com/'),(524,1,1,3,2,1312809091,'2021-12-16 16:11:32','https://www.mollie.com/'),(525,1,1,3,2,1312809091,'2021-12-16 16:51:49','https://www.mollie.com/'),(526,1,1,323,4,1312809091,'2021-12-17 11:02:34',''),(527,1,1,324,4,750788419,'2021-12-17 11:43:23',''),(528,1,1,325,4,1312809091,'2021-12-17 11:45:49',''),(529,1,1,326,4,1312809091,'2021-12-21 13:35:52',''),(530,1,1,3,2,1312809091,'2022-01-06 09:34:33','https://www.mollie.com/'),(531,1,1,3,2,1312809091,'2022-01-06 10:09:28','https://www.mollie.com/'),(532,1,1,3,2,1312809091,'2022-01-06 15:41:02','https://www.mollie.com/'),(533,1,1,3,4,1312809091,'2022-01-06 16:18:35',''),(534,1,1,3,4,1312809091,'2022-01-06 16:50:56',''),(535,1,1,3,4,1312809091,'2022-01-07 11:09:40',''),(536,1,1,3,4,1312809091,'2022-01-07 11:45:12',''),(537,1,1,3,4,1312809091,'2022-01-07 12:34:40',''),(538,1,1,327,12,1474943479,'2022-01-07 14:40:13',''),(539,1,1,328,12,1474943479,'2022-01-07 14:41:15',''),(540,1,1,329,12,1474943479,'2022-01-07 14:43:16',''),(541,1,1,330,12,1474943479,'2022-01-07 14:47:16',''),(542,1,1,331,12,1474943479,'2022-01-07 14:55:17',''),(543,1,1,3,4,1312809091,'2022-01-07 15:07:14',''),(544,1,1,3,2,1312809091,'2022-01-07 15:39:57','https://www.mollie.com/'),(545,1,1,332,1,1312809091,'2022-01-07 16:31:01',''),(546,1,1,3,1,1312809091,'2022-01-07 16:32:00',''),(547,1,1,333,4,1312809091,'2022-01-12 15:35:29',''),(548,1,1,3,2,1312809091,'2022-01-12 15:42:03','https://pay.mollie.nl/'),(549,1,1,3,2,1312809091,'2022-01-13 09:45:53','https://pay.mollie.nl/'),(550,1,1,334,1,1312809091,'2022-01-13 10:27:24',''),(551,1,1,3,1,1312809091,'2022-01-13 10:28:07',''),(552,1,1,3,1,1312809091,'2022-01-13 10:39:15',''),(553,1,1,3,1,1312809091,'2022-01-13 10:51:17',''),(554,1,1,3,2,1312809091,'2022-01-13 13:26:04','https://www.mollie.com/'),(555,1,1,338,1,0,'2022-01-13 14:31:31','https://www.mollie.com/'),(556,1,1,3,2,1312809091,'2022-01-13 15:04:14','https://pay.mollie.nl/'),(557,1,1,338,1,0,'2022-01-13 16:01:34','https://www.mollie.com/'),(558,1,1,3,2,1312809091,'2022-01-14 13:53:41','https://www.mollie.com/'),(559,1,1,339,4,1312809091,'2022-01-17 12:02:13',''),(560,1,1,340,4,1312809091,'2022-01-20 10:00:24',''),(561,1,1,341,4,1312809091,'2022-01-20 10:00:43',''),(562,1,1,3,2,1312809091,'2022-01-20 10:48:19','https://www.mollie.com/'),(563,1,1,342,4,1312809091,'2022-01-20 11:17:01',''),(564,1,1,3,2,1312809091,'2022-01-20 12:35:24','https://www.mollie.com/'),(565,1,1,3,14,1312809091,'2022-01-20 13:32:10',''),(566,1,1,3,2,1312809091,'2022-01-20 14:08:12','https://www.mollie.com/'),(567,1,1,3,4,1312809091,'2022-01-25 09:53:56',''),(568,1,1,3,2,1312809091,'2022-01-25 15:39:08','https://www.mollie.com/'),(569,1,1,343,4,1312809091,'2022-01-28 13:28:18',''),(570,1,1,344,4,920501370,'2022-01-28 13:28:23',''),(571,1,1,345,4,1484159988,'2022-01-28 13:29:01',''),(572,1,1,346,4,1484159988,'2022-01-28 13:29:13',''),(573,1,1,347,4,1484159988,'2022-01-28 13:29:24',''),(574,1,2,348,1,1484159988,'2022-01-28 13:29:38',''),(575,1,2,349,5,1484159988,'2022-01-28 13:31:28',''),(576,1,1,350,4,1484159988,'2022-01-28 13:32:32',''),(577,1,2,351,5,1484159988,'2022-01-28 13:34:50',''),(578,1,2,352,5,1484159988,'2022-01-28 13:37:41',''),(579,1,1,353,4,1484159988,'2022-01-28 13:39:01',''),(580,1,1,354,4,1484159988,'2022-01-28 13:39:09',''),(581,1,2,148,5,1484159988,'2022-01-28 13:40:04',''),(582,1,1,356,4,1484159988,'2022-01-28 13:43:51',''),(583,1,1,357,4,1484159988,'2022-01-28 13:44:22',''),(584,1,2,358,3,1484159988,'2022-01-28 13:49:26',''),(585,1,2,359,5,1484159988,'2022-01-28 13:50:26',''),(586,1,2,360,5,1484159988,'2022-01-28 13:58:12',''),(587,1,2,361,5,1484159988,'2022-01-28 13:59:26',''),(588,1,2,148,5,1484159988,'2022-01-28 14:08:39',''),(589,1,2,363,15,751374493,'2022-01-28 14:08:56',''),(590,1,2,148,15,1312809091,'2022-01-28 14:09:00',''),(591,1,2,365,15,1484159988,'2022-01-28 14:14:38',''),(592,1,2,366,5,1484159988,'2022-01-28 14:15:26',''),(593,1,2,367,5,1484159988,'2022-01-28 14:19:29',''),(594,1,2,148,5,1484159988,'2022-01-28 14:22:26',''),(595,1,1,369,4,1484159988,'2022-01-28 14:52:50',''),(596,1,2,148,2,1484159988,'2022-01-28 15:10:52','https://www.mollie.com/'),(597,1,1,370,4,1484159988,'2022-01-28 15:18:24',''),(598,1,1,371,4,920456461,'2022-01-31 16:55:09',''),(599,1,1,372,4,65838259,'2022-01-31 16:55:54',''),(600,1,1,373,4,1490595847,'2022-01-31 16:57:55',''),(601,1,1,374,4,1490595847,'2022-01-31 16:59:55',''),(602,1,1,375,4,1490595847,'2022-01-31 17:00:00',''),(603,1,1,376,4,1490595847,'2022-01-31 17:00:00',''),(604,1,1,377,4,1490595847,'2022-01-31 17:00:13',''),(605,1,1,378,4,1490595847,'2022-01-31 17:00:54',''),(606,1,1,379,4,1490595847,'2022-01-31 17:01:30',''),(607,1,2,380,1,1490595847,'2022-01-31 17:21:58',''),(608,1,2,381,1,1490595847,'2022-01-31 17:24:00',''),(609,1,2,382,5,1490595847,'2022-01-31 17:24:31',''),(610,1,1,383,4,1312809091,'2022-02-01 10:49:02',''),(611,1,1,384,1,1312809091,'2022-02-01 10:49:20',''),(612,1,1,385,5,1312809091,'2022-02-01 11:07:42',''),(613,1,1,386,5,1312809091,'2022-02-01 11:08:45',''),(614,1,1,3,5,1312809091,'2022-02-01 11:12:47',''),(615,1,2,382,1,1490595847,'2022-02-01 15:36:41',''),(616,1,1,388,4,1490595847,'2022-02-01 15:36:53',''),(617,1,1,389,4,1490595847,'2022-02-01 15:36:59',''),(618,1,1,3,2,1312809091,'2022-02-01 15:52:33','https://www.mollie.com/'),(619,1,1,3,3,1312809091,'2022-02-01 15:54:21',''),(620,1,1,3,2,1312809091,'2022-02-03 09:57:24','https://www.mollie.com/'),(621,1,1,391,4,1312809091,'2022-02-03 14:34:50',''),(622,1,1,392,4,1312809091,'2022-02-03 14:38:48',''),(623,1,1,393,4,1312809091,'2022-02-03 14:39:38',''),(624,1,1,3,1,1312809091,'2022-02-03 14:39:49',''),(625,1,1,395,4,1312809091,'2022-02-03 14:39:49',''),(626,1,1,3,2,1312809091,'2022-02-03 15:41:27','https://www.mollie.com/'),(627,1,1,3,2,1312809091,'2022-02-03 16:51:44','https://www.mollie.com/'),(628,1,1,3,2,1312809091,'2022-02-08 09:48:35','https://www.mollie.com/'),(629,1,1,3,2,1312809091,'2022-02-08 16:51:11','https://www.mollie.com/'),(630,1,1,3,4,1312809091,'2022-02-10 13:52:17',''),(631,1,1,3,2,1312809091,'2022-02-11 10:52:54','https://www.mollie.com/'),(632,1,1,3,2,1312809091,'2022-02-17 09:51:26','https://www.mollie.com/'),(633,1,1,3,4,1312809091,'2022-02-17 14:43:26',''),(634,1,1,3,4,1312809091,'2022-02-18 12:36:01',''),(635,1,1,396,14,911243671,'2022-02-18 13:05:57',''),(636,1,1,397,14,1475831455,'2022-02-18 13:05:58',''),(637,1,1,398,14,3106702275,'2022-02-18 13:25:40',''),(638,1,1,399,14,3116918493,'2022-02-18 13:31:44',''),(639,1,1,400,1,3116918491,'2022-02-21 10:16:39',''),(640,1,1,401,14,3116918493,'2022-02-21 10:45:11',''),(641,1,1,401,14,3116918493,'2022-02-21 11:17:40',''),(642,1,1,402,14,587054638,'2022-02-21 11:20:28',''),(643,1,1,3,4,1312809091,'2022-02-21 11:32:34',''),(644,1,1,403,16,3106702276,'2022-02-21 11:43:46',''),(645,1,1,404,16,3116918492,'2022-02-21 11:55:29',''),(646,1,1,405,16,3106702275,'2022-02-21 11:56:50',''),(647,1,1,406,16,3106702284,'2022-02-21 11:58:46',''),(648,1,1,407,16,587054638,'2022-02-21 12:07:45',''),(649,1,1,408,16,3116918490,'2022-02-21 13:07:23',''),(650,1,1,409,16,3116918491,'2022-02-21 13:08:37',''),(651,1,1,3,17,1312809091,'2022-02-21 13:12:30',''),(652,1,1,410,16,3106702277,'2022-02-21 13:21:04',''),(653,1,1,411,16,1475831455,'2022-02-21 13:25:09',''),(654,1,1,412,16,1475831455,'2022-02-21 13:27:47',''),(655,1,1,413,16,1475831455,'2022-02-21 13:43:39',''),(656,1,1,3,17,1312809091,'2022-02-21 13:43:44',''),(657,1,1,414,16,1475831455,'2022-02-21 13:43:58',''),(658,1,1,415,17,1404794126,'2022-02-21 15:05:03',''),(659,1,1,416,17,1404794126,'2022-02-21 15:05:53',''),(660,1,1,3,17,1312809091,'2022-02-21 15:11:46',''),(661,1,1,417,16,1475831455,'2022-02-21 15:32:11',''),(662,1,1,418,16,1475831455,'2022-02-21 15:32:17',''),(663,1,1,419,16,1475831455,'2022-02-21 15:32:55',''),(664,1,1,415,17,1404794126,'2022-02-21 15:41:26',''),(665,1,1,420,17,1404794126,'2022-02-21 15:42:04',''),(666,1,1,416,17,1404794126,'2022-02-21 15:43:46',''),(667,1,1,421,16,1475831455,'2022-02-21 15:49:00',''),(668,1,1,422,16,1475831455,'2022-02-21 15:51:01',''),(669,1,1,423,17,1404794126,'2022-02-21 15:54:10',''),(670,1,1,424,1,1312809091,'2022-02-22 10:30:41',''),(671,1,1,425,14,921370229,'2022-02-22 13:37:52',''),(672,1,1,3,14,1312809091,'2022-02-22 13:45:42',''),(673,1,1,426,14,1312738811,'2022-02-22 13:52:17',''),(674,1,1,3,4,1312809091,'2022-02-22 14:21:06',''),(675,1,1,427,1,1312809091,'2022-02-28 10:02:42',''),(676,1,1,427,15,1312809091,'2022-02-28 11:50:07',''),(677,1,1,428,1,916441227,'2022-02-28 12:14:32',''),(678,1,1,429,1,751160329,'2022-02-28 12:14:35',''),(679,1,1,430,1,1385636687,'2022-02-28 12:20:44',''),(680,1,1,427,15,1312809091,'2022-02-28 12:40:21',''),(681,1,1,3,4,1312809091,'2022-02-28 13:47:44',''),(682,1,1,3,4,1312809091,'2022-02-28 16:24:38',''),(683,1,1,427,15,1312809091,'2022-03-01 10:28:41',''),(684,1,1,427,15,1312809091,'2022-03-01 13:50:18',''),(685,1,1,427,15,1312809091,'2022-03-01 14:26:42',''),(686,1,1,427,15,1312809091,'2022-03-01 15:10:54',''),(687,1,1,427,15,1312809091,'2022-03-01 16:23:13',''),(688,1,1,427,15,1312809091,'2022-03-07 09:35:14',''),(689,1,1,427,15,1312809091,'2022-03-07 10:14:26',''),(690,1,1,427,15,1312809091,'2022-03-08 09:25:04',''),(691,1,1,431,15,1312809091,'2022-03-08 10:45:09',''),(692,1,1,432,15,1312809091,'2022-03-08 10:45:10',''),(693,1,1,427,15,1312809091,'2022-03-08 10:51:42',''),(694,1,1,427,15,1312809091,'2022-03-08 13:11:26',''),(695,1,1,427,15,1312809091,'2022-03-08 14:05:02',''),(696,1,1,427,15,1312809091,'2022-03-08 14:37:45',''),(697,1,1,427,15,1312809091,'2022-03-08 15:23:44',''),(698,1,1,3,1,1312809091,'2022-03-09 15:39:34',''),(699,1,1,427,4,1312809091,'2022-03-10 14:41:42',''),(700,1,1,3,4,1312809091,'2022-03-10 15:54:08',''),(701,1,1,433,4,1312809091,'2022-03-14 11:18:36',''),(702,1,1,434,1,1312809091,'2022-03-14 12:50:46',''),(703,1,1,435,5,1312809091,'2022-03-15 16:26:33',''),(704,1,1,436,5,1312809091,'2022-03-21 13:25:29',''),(705,1,1,434,4,1312809091,'2022-03-21 13:37:24',''),(706,1,1,437,4,1312809091,'2022-03-21 15:12:48',''),(707,1,1,438,4,1312809091,'2022-03-21 15:12:51',''),(708,1,1,439,4,1312809091,'2022-03-21 15:13:58',''),(709,1,1,434,4,1312809091,'2022-03-21 16:27:33',''),(710,1,1,434,10,1312809091,'2022-03-21 17:14:04',''),(711,1,1,434,4,1312809091,'2022-03-22 09:30:26',''),(712,1,1,440,5,1312809091,'2022-03-22 10:05:34',''),(713,1,1,3,5,1312809091,'2022-03-22 10:23:28',''),(714,1,1,3,5,1312809091,'2022-03-22 10:30:43',''),(715,1,1,443,15,751215902,'2022-03-22 12:07:53',''),(716,1,1,444,15,0,'2022-03-22 12:14:55',''),(717,1,1,445,15,3647407120,'2022-03-22 12:15:40',''),(718,1,1,444,15,1506642333,'2022-03-22 14:09:55',''),(719,1,1,434,4,1312809091,'2022-03-24 14:57:06',''),(720,1,1,434,4,1312809091,'2022-03-24 16:05:53',''),(721,1,1,446,6,1312809091,'2022-03-25 13:28:09',''),(722,1,1,447,5,1312809091,'2022-03-25 13:28:48',''),(723,1,1,434,4,1312809091,'2022-03-28 10:09:32',''),(724,1,1,434,10,1312809091,'2022-03-28 14:04:00',''),(725,1,1,434,4,1312809091,'2022-03-28 14:50:14',''),(726,1,1,448,1,56239435,'2022-03-28 15:29:30',''),(727,1,1,449,1,1404794126,'2022-03-28 15:31:23',''),(728,1,1,450,1,1404794126,'2022-03-28 15:31:24',''),(729,1,1,451,14,1404794126,'2022-03-28 15:58:54',''),(730,1,1,452,1,65766483,'2022-03-28 16:23:18',''),(731,1,1,453,1,1404794126,'2022-03-28 16:23:35',''),(732,1,1,434,4,1312809091,'2022-03-28 17:30:23',''),(733,1,1,434,4,1312809091,'2022-03-29 10:42:57',''),(734,1,1,454,5,1312809091,'2022-03-29 12:01:25',''),(735,1,1,434,4,1312809091,'2022-03-29 12:07:18',''),(736,1,1,455,1,751468968,'2022-03-29 12:07:25',''),(737,1,1,444,1,0,'2022-03-29 12:07:41',''),(738,1,1,434,4,1312809091,'2022-03-29 14:08:50',''),(739,1,1,434,4,1312809091,'2022-03-29 14:46:07',''),(740,1,1,434,4,1312809091,'2022-03-29 15:33:36',''),(741,1,1,456,5,1312809091,'2022-03-29 17:19:34',''),(742,1,1,434,4,1312809091,'2022-04-04 10:02:49',''),(743,1,1,457,5,1312809091,'2022-04-04 10:09:38',''),(744,1,1,458,5,1312809091,'2022-04-04 10:10:35',''),(745,1,1,461,5,1312809091,'2022-04-04 10:11:30',''),(746,1,1,460,1,1312809091,'2022-04-04 10:25:47',''),(747,1,1,461,1,1312809091,'2022-04-04 10:30:27',''),(748,1,1,461,2,1312809091,'2022-04-04 11:01:24','https://www.mollie.com/'),(749,1,1,461,4,1312809091,'2022-04-04 13:44:49',''),(750,1,1,461,10,1312809091,'2022-04-04 14:57:41',''),(751,1,1,462,4,55792152,'2022-04-04 17:22:18',''),(752,1,1,461,10,1312809091,'2022-04-05 10:04:16',''),(753,1,1,461,2,1312809091,'2022-04-05 11:46:37','https://www.mollie.com/'),(754,1,1,461,2,1312809091,'2022-04-05 13:55:41','https://www.mollie.com/'),(755,1,1,463,4,65783653,'2022-04-05 15:05:35',''),(756,1,1,464,4,1475831455,'2022-04-05 15:06:22',''),(757,1,1,465,4,1475831455,'2022-04-05 15:15:24',''),(758,1,1,466,4,1475831455,'2022-04-05 15:16:48',''),(759,1,1,467,4,1475831455,'2022-04-05 15:18:55',''),(760,1,1,468,4,1475831455,'2022-04-05 15:22:49',''),(761,1,1,469,4,1475831455,'2022-04-05 15:26:54',''),(762,1,1,470,4,1475831455,'2022-04-05 15:27:18',''),(763,1,1,471,4,1312809091,'2022-04-05 15:51:17',''),(764,1,1,472,4,1312809091,'2022-04-05 15:53:20',''),(765,1,1,473,4,1312809091,'2022-04-05 15:57:02',''),(766,1,1,474,4,1312809091,'2022-04-05 15:57:39',''),(767,1,1,461,2,1312809091,'2022-04-11 13:10:23','https://www.mollie.com/'),(768,1,1,475,3,1312809091,'2022-04-12 10:10:32',''),(769,1,1,476,5,1312809091,'2022-04-19 10:50:39',''),(770,1,1,477,5,1312809091,'2022-04-19 11:14:20',''),(771,1,1,478,14,65737143,'2022-04-19 11:59:13',''),(772,1,1,479,14,586088019,'2022-04-19 11:59:15',''),(773,1,1,480,14,0,'2022-04-19 12:10:40',''),(774,1,1,480,14,0,'2022-04-19 14:20:25',''),(775,1,1,481,5,1312809091,'2022-04-19 14:46:13',''),(776,1,1,482,5,1312809091,'2022-04-19 14:48:19',''),(777,1,1,461,2,1312809091,'2022-04-25 11:40:57','https://www.mollie.com/'),(778,1,1,483,1,1312809091,'2022-04-25 14:41:07',''),(779,1,1,461,4,1312809091,'2022-04-25 16:10:30',''),(780,1,1,461,4,1312809091,'2022-04-25 17:20:01',''),(781,1,1,461,6,1312809091,'2022-04-26 10:04:27',''),(782,1,1,484,4,1312809091,'2022-04-26 10:04:40',''),(783,1,1,485,4,1312809091,'2022-04-26 10:13:34',''),(784,1,1,461,2,1312809091,'2022-05-02 10:02:39','https://www.mollie.com/'),(785,1,1,461,1,1312809091,'2022-05-02 10:55:04',''),(786,1,1,461,2,1312809091,'2022-05-02 11:27:21',''),(787,1,1,461,2,1312809091,'2022-05-02 12:04:34','https://www.mollie.com/'),(788,1,1,461,2,1312809091,'2022-05-02 13:11:17','https://www.mollie.com/'),(789,1,1,461,3,1312809091,'2022-05-02 13:50:47',''),(790,1,1,461,3,1312809091,'2022-05-02 13:50:52',''),(791,1,1,489,5,1312809091,'2022-05-02 15:37:06',''),(792,1,1,461,10,1312809091,'2022-05-02 15:58:17',''),(793,1,1,490,5,1312809091,'2022-05-02 16:26:49',''),(794,1,1,461,2,1312809091,'2022-05-03 10:54:56','https://www.mollie.com/'),(795,1,1,461,2,1312809091,'2022-05-03 11:44:14','https://www.mollie.com/'),(796,1,1,461,2,1312809091,'2022-05-03 14:31:38','https://www.mollie.com/'),(797,1,1,461,2,1312809091,'2022-05-03 16:29:55','https://www.mollie.com/'),(798,1,1,491,5,1312809091,'2022-05-04 16:52:38',''),(799,1,1,492,4,1312809091,'2022-05-09 12:27:20',''),(800,1,1,461,2,1312809091,'2022-05-09 13:33:32','https://www.mollie.com/'),(801,1,1,461,2,1312809091,'2022-05-09 14:36:23','https://www.mollie.com/'),(802,1,1,493,5,1312809091,'2022-05-09 14:39:06',''),(803,1,1,461,2,1312809091,'2022-05-09 16:05:54','https://www.mollie.com/'),(804,1,1,494,1,65448915,'2022-05-09 16:07:12',''),(805,1,1,495,1,1484246151,'2022-05-09 16:08:27',''),(806,1,1,496,1,1484246151,'2022-05-09 16:08:35',''),(807,1,1,497,1,1484246151,'2022-05-09 16:08:36',''),(808,1,1,498,1,1484246151,'2022-05-09 16:08:38',''),(809,1,1,461,2,1312809091,'2022-05-09 16:58:07','https://www.mollie.com/'),(810,1,1,499,4,1312809091,'2022-05-09 17:18:42',''),(811,1,1,461,2,1312809091,'2022-05-10 10:48:28','https://www.mollie.com/'),(812,1,1,461,2,1312809091,'2022-05-10 11:30:21','https://www.mollie.com/'),(813,1,1,461,2,1312809091,'2022-05-10 14:07:34','https://www.mollie.com/'),(814,1,1,461,2,1312809091,'2022-05-10 14:42:02','https://www.mollie.com/'),(815,1,1,500,5,1312809091,'2022-05-10 16:15:28',''),(816,1,1,461,5,1312809091,'2022-05-10 16:16:31',''),(817,1,1,502,4,1312809091,'2022-05-18 10:15:40',''),(818,1,1,503,4,1312809091,'2022-05-18 10:15:49',''),(819,1,1,504,4,1312809091,'2022-05-18 10:17:13',''),(820,1,1,505,4,1312809091,'2022-05-18 10:30:31',''),(821,1,1,506,4,1312809091,'2022-05-19 14:12:26',''),(822,1,1,507,4,1312809091,'2022-05-19 14:38:10',''),(823,1,1,508,4,1312809091,'2022-05-19 14:38:53',''),(824,1,1,509,4,1312809091,'2022-05-19 14:38:54',''),(825,1,1,461,10,1312809091,'2022-05-19 15:49:34',''),(826,1,1,461,2,1312809091,'2022-05-23 10:16:38','https://www.mollie.com/'),(827,1,1,461,4,1312809091,'2022-05-23 14:07:43',''),(828,1,1,510,10,584050497,'2022-05-23 14:39:56',''),(829,1,1,511,10,911706549,'2022-05-23 14:39:57',''),(830,1,1,512,10,1475831455,'2022-05-23 14:40:16',''),(831,1,1,461,4,1312809091,'2022-05-23 14:53:53',''),(832,1,1,513,6,584050497,'2022-05-24 10:51:03',''),(833,1,1,514,6,1312330667,'2022-05-24 10:51:26',''),(834,1,1,515,6,1312330667,'2022-05-24 10:51:29',''),(835,1,1,516,6,1312330667,'2022-05-24 10:51:41',''),(836,1,1,461,2,1312809091,'2022-05-24 11:40:37','https://pay.mollie.nl/'),(837,1,1,461,4,1312809091,'2022-05-24 15:25:57',''),(838,1,1,461,10,1312809091,'2022-05-24 16:16:18',''),(839,1,1,461,10,1312809091,'2022-05-24 16:48:28',''),(840,1,1,461,4,1312809091,'2022-05-30 10:48:51',''),(841,1,1,461,4,1312809091,'2022-05-30 11:37:30',''),(842,1,1,461,4,1312809091,'2022-05-30 13:42:44',''),(843,1,1,461,4,1312809091,'2022-05-30 14:23:57',''),(844,1,1,461,4,1312809091,'2022-05-30 15:03:41',''),(845,1,1,517,6,1312809091,'2022-05-30 15:30:00',''),(846,1,1,461,2,1312809091,'2022-05-31 10:11:43','https://www.mollie.com/'),(847,1,1,461,4,1312809091,'2022-05-31 11:51:46',''),(848,1,1,461,4,1312809091,'2022-05-31 14:49:49',''),(849,1,1,519,6,1312809091,'2022-05-31 15:13:02',''),(850,1,1,519,1,1312809091,'2022-05-31 15:15:09',''),(851,1,1,520,1,1312809091,'2022-05-31 15:18:16',''),(852,1,1,519,4,1312809091,'2022-05-31 15:59:58',''),(853,1,1,519,4,1312809091,'2022-05-31 16:30:19',''),(854,1,1,519,4,1312809091,'2022-05-31 17:18:21',''),(855,1,1,521,4,1312809091,'2022-06-06 10:16:31',''),(856,1,1,522,4,1312809091,'2022-06-06 10:17:30',''),(857,1,1,523,4,1312809091,'2022-06-06 10:17:55',''),(858,1,1,519,10,1312809091,'2022-06-06 10:21:46',''),(859,1,1,519,10,1312809091,'2022-06-06 10:53:13',''),(860,1,1,519,10,1312809091,'2022-06-06 11:33:21',''),(861,1,1,519,10,1312809091,'2022-06-06 12:57:36',''),(862,1,1,519,10,1312809091,'2022-06-06 13:28:59',''),(863,1,1,524,4,1312809091,'2022-06-07 10:39:13',''),(864,1,1,525,4,1312809091,'2022-06-07 10:39:21',''),(865,1,1,526,4,1312809091,'2022-06-07 10:43:30',''),(866,1,1,527,4,1312809091,'2022-06-07 10:44:09',''),(867,1,1,519,2,1312809091,'2022-06-07 11:00:58','https://bancontact.girogate.be/'),(868,1,1,528,4,1312809091,'2022-06-07 13:46:53',''),(869,1,1,519,2,1312809091,'2022-06-07 13:48:35','https://www.mollie.com/'),(870,1,1,519,10,1312809091,'2022-06-07 15:33:51',''),(871,1,1,519,10,1312809091,'2022-06-07 16:17:15',''),(872,1,1,519,10,1312809091,'2022-06-07 16:52:36',''),(873,1,1,519,2,1312809091,'2022-06-13 11:07:08','https://www.mollie.com/'),(874,1,1,519,10,1312809091,'2022-06-13 12:46:03',''),(875,1,1,519,2,1312809091,'2022-06-13 14:56:33','https://www.mollie.com/'),(876,1,1,519,2,1312809091,'2022-06-13 16:22:48','https://www.mollie.com/'),(877,1,1,519,2,1312809091,'2022-06-14 11:05:36','https://www.mollie.com/'),(878,1,1,519,2,1312809091,'2022-06-14 11:36:38','https://www.mollie.com/'),(879,1,1,529,4,1312809091,'2022-06-14 11:55:08',''),(880,1,1,530,1,315620538,'2022-06-14 14:58:36',''),(881,1,1,519,1,1404794126,'2022-06-14 14:59:09',''),(882,1,1,532,1,1404794126,'2022-06-14 15:00:14',''),(883,1,1,519,1,1404794126,'2022-06-14 15:38:17',''),(884,1,1,533,1,1312809091,'2022-06-15 10:42:31',''),(885,1,1,519,4,1312809091,'2022-06-20 10:18:23',''),(886,1,1,519,10,1312809091,'2022-06-21 12:35:12',''),(887,1,1,519,10,1312809091,'2022-06-21 14:11:12',''),(888,1,1,519,1,1312809091,'2022-06-22 10:24:13',''),(889,1,1,519,10,1312809091,'2022-07-01 16:08:07',''),(890,1,1,519,2,1312809091,'2022-07-01 16:44:31','https://www.mollie.com/'),(891,1,1,534,4,1312809091,'2022-07-25 10:15:45',''),(892,1,1,519,1,1312809091,'2022-07-25 10:15:49',''),(893,1,1,519,2,1312809091,'2022-07-25 11:25:27','https://www.mollie.com/'),(894,1,1,536,4,1312809091,'2022-07-25 14:18:08',''),(895,1,1,537,4,1312809091,'2022-07-25 14:21:58',''),(896,1,1,538,4,1312809091,'2022-07-25 14:22:14',''),(897,1,1,519,2,1312809091,'2022-07-26 15:05:54','https://www.mollie.com/'),(898,1,1,519,1,1312809091,'2022-07-26 16:54:19',''),(899,1,1,519,4,1312809091,'2022-07-28 10:26:48',''),(900,1,1,519,2,1312809091,'2022-08-01 14:35:20','https://www.mollie.com/'),(901,1,1,519,2,1312809091,'2022-08-08 11:10:05','https://www.mollie.com/'),(902,1,1,539,4,1312809091,'2022-08-08 11:40:32',''),(903,1,2,540,1,1312809091,'2022-08-08 11:44:47',''),(904,1,1,541,4,1312809091,'2022-08-09 10:08:24',''),(905,1,1,542,4,1312809091,'2022-08-09 10:15:46',''),(906,1,1,543,4,1312809091,'2022-08-09 10:23:03',''),(907,1,1,544,4,1312809091,'2022-08-09 10:24:11',''),(908,1,1,519,2,1312809091,'2022-08-16 11:00:25','https://www.mollie.com/'),(909,1,1,519,2,1312809091,'2022-08-16 11:37:33','https://www.mollie.com/'),(910,1,1,519,2,1312809091,'2022-08-16 13:03:26','https://www.mollie.com/'),(911,1,1,519,2,1312809091,'2022-08-16 14:16:52','https://www.mollie.com/'),(912,1,1,545,4,1312809091,'2022-08-16 15:03:55',''),(913,1,1,546,4,1312809091,'2022-08-16 15:04:44',''),(914,1,1,547,4,1312809091,'2022-08-16 15:05:34',''),(915,1,1,548,4,1312809091,'2022-08-16 15:06:03',''),(916,1,1,549,4,1312809091,'2022-08-16 15:06:47',''),(917,1,1,550,4,1312809091,'2022-08-16 15:07:16',''),(918,1,1,551,4,1312809091,'2022-08-16 15:07:31',''),(919,1,1,552,4,1312809091,'2022-08-16 15:08:10',''),(920,1,1,553,4,1312809091,'2022-08-16 15:10:52',''),(921,1,1,554,4,1312809091,'2022-08-16 15:12:31',''),(922,1,1,519,2,1312809091,'2022-08-16 16:53:12','https://www.mollie.com/'),(923,1,1,519,2,1312809091,'2022-09-01 11:29:34','https://www.mollie.com/'),(924,1,1,519,2,1312809091,'2022-09-01 13:51:00','https://www.mollie.com/'),(925,1,1,555,18,1312809091,'2022-09-01 15:01:01',''),(926,1,1,519,2,1312809091,'2022-09-02 11:59:35','https://www.mollie.com/'),(927,1,1,519,2,1312809091,'2022-09-02 12:36:46','https://www.mollie.com/'),(928,1,1,519,2,1312809091,'2022-09-06 10:36:17','https://www.mollie.com/'),(929,1,1,556,4,56299190,'2022-09-13 14:28:41',''),(930,1,1,519,2,1312809091,'2022-09-13 15:56:41','https://www.mollie.com/'),(931,1,1,519,2,1312809091,'2022-09-15 11:29:35','https://www.mollie.com/'),(932,1,1,519,4,1312809091,'2022-09-15 15:13:48',''),(933,1,1,519,4,1312809091,'2022-09-19 10:27:01',''),(934,1,1,519,2,1312809091,'2022-09-19 14:14:01','https://www.mollie.com/'),(935,1,1,519,2,1312809091,'2022-09-19 14:52:47','https://www.mollie.com/'),(936,1,1,557,4,1312809091,'2022-09-20 10:25:55',''),(937,1,1,519,1,1312809091,'2022-09-20 11:21:28',''),(938,1,1,519,2,1312809091,'2022-10-06 12:00:56','https://www.mollie.com/'),(939,1,1,519,2,1312809091,'2022-10-10 11:34:52','https://www.mollie.com/'),(940,1,1,519,2,1312809091,'2022-10-11 14:37:55','https://www.mollie.com/'),(941,1,1,519,4,1312809091,'2022-10-17 10:15:20',''),(942,1,1,519,2,1312809091,'2022-10-17 13:39:05','https://www.mollie.com/'),(943,1,1,519,2,1312809091,'2022-10-17 14:36:58','https://www.mollie.com/'),(944,1,1,519,2,1312809091,'2022-10-17 15:08:24','https://www.mollie.com/'),(945,1,1,519,2,1312809091,'2022-10-18 13:06:14','https://www.mollie.com/'),(946,1,1,558,6,1312809091,'2022-10-18 13:08:07',''),(947,1,1,519,2,1312809091,'2022-10-18 14:57:36','https://www.mollie.com/'),(948,1,1,519,2,1312809091,'2022-10-18 15:59:35','https://www.mollie.com/'),(949,1,1,559,4,1312809091,'2022-10-19 10:35:52',''),(950,1,1,519,4,1312809091,'2022-10-24 10:34:25',''),(951,1,1,560,4,1312809091,'2022-10-25 15:10:05',''),(952,1,1,519,10,1312809091,'2022-11-07 17:24:55',''),(953,1,1,519,1,1312809091,'2022-11-10 09:53:39',''),(954,1,1,519,4,1312809091,'2022-11-14 10:35:24',''),(955,1,1,519,4,1312809091,'2022-11-14 13:19:49',''),(956,1,1,519,4,1312809091,'2022-11-14 13:50:42',''),(957,1,1,519,2,1312809091,'2022-11-15 15:29:03','https://www.mollie.com/'),(958,1,1,519,4,1312809091,'2022-11-28 12:08:12',''); -/*!40000 ALTER TABLE `ps_connections` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_connections_page` --- - -DROP TABLE IF EXISTS `ps_connections_page`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_connections_page` ( - `id_connections` int(10) unsigned NOT NULL, - `id_page` int(10) unsigned NOT NULL, - `time_start` datetime NOT NULL, - `time_end` datetime DEFAULT NULL, - PRIMARY KEY (`id_connections`,`id_page`,`time_start`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_connections_page` --- - -LOCK TABLES `ps_connections_page` WRITE; -/*!40000 ALTER TABLE `ps_connections_page` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_connections_page` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_connections_source` --- - -DROP TABLE IF EXISTS `ps_connections_source`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_connections_source` ( - `id_connections_source` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_connections` int(10) unsigned NOT NULL, - `http_referer` varchar(255) DEFAULT NULL, - `request_uri` varchar(255) DEFAULT NULL, - `keywords` varchar(255) DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_connections_source`), - KEY `connections` (`id_connections`), - KEY `orderby` (`date_add`), - KEY `http_referer` (`http_referer`), - KEY `request_uri` (`request_uri`) -) ENGINE=InnoDB AUTO_INCREMENT=355 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_connections_source` --- - -LOCK TABLES `ps_connections_source` WRITE; -/*!40000 ALTER TABLE `ps_connections_source` DISABLE KEYS */; -INSERT INTO `ps_connections_source` VALUES (1,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:26:38'),(2,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:29:05'),(3,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:30:52'),(4,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:32:42'),(5,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:37:36'),(6,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:43:17'),(7,9,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 14:46:45'),(8,10,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 15:27:07'),(9,10,'http://59403c550570.ngrok.io/','59403c550570.ngrok.io/mollie17/index.php?id_product=2&id_product_attribute=9&rewrite=brown-bear-printed-sweater&controller=product&id_lang=1','','2020-11-06 15:28:34'),(10,196,'http://655339c482dc.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminOrders&token=9c861748d5c00058ab01ac36ce029e14','655339c482dc.eu.ngrok.io/mollie17/shop2/lt/','','2021-01-14 12:59:34'),(11,233,'http://ee2a001bc490.eu.ngrok.io/mollie17/admin1/index.php/improve/design/themes/?_token=MOKZLeH38lUU-w5mmKJ6jTrS8gLHEAOUBDVIZNjD-GE','ee2a001bc490.eu.ngrok.io/mollie17/shop2/themes/classic/preview.png','','2021-02-04 14:48:27'),(12,234,'http://ee2a001bc490.eu.ngrok.io/mollie17/admin1/index.php/improve/design/themes/?_token=MOKZLeH38lUU-w5mmKJ6jTrS8gLHEAOUBDVIZNjD-GE','ee2a001bc490.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-02-04 14:48:31'),(13,271,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:05:46'),(14,272,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:06:03'),(15,273,'http://margud.eu.ngrok.io/mollie17/admin1/index.php/improve/modules/manage?_token=uJD7OfIDUcKL_fYnMWredG9PKBYu27H1LKqadVDL2Ds','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:07:10'),(16,274,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:09:34'),(17,275,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:15:23'),(18,276,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:15:55'),(19,277,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:16:52'),(20,278,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:18:01'),(21,279,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:19:11'),(22,280,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:21:02'),(23,281,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:23:23'),(24,282,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:24:41'),(25,283,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:25:30'),(26,284,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:25:57'),(27,285,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:26:19'),(28,286,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/','','2021-04-29 16:26:25'),(29,319,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/','','2021-04-29 16:27:03'),(30,343,'http://margud.eu.ngrok.io/mollie17/admin1/index.php/configure/shop/seo-urls/?_token=uJD7OfIDUcKL_fYnMWredG9PKBYu27H1LKqadVDL2Ds','margud.eu.ngrok.io/mollie17/shop2/modules/gamification/views/img/trophy.png','','2021-04-29 16:27:22'),(31,347,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/index.php','','2021-04-29 16:27:53'),(32,347,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/index.php','','2021-04-30 10:25:22'),(33,350,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminOrders&token=9c861748d5c00058ab01ac36ce029e14','margud.eu.ngrok.io/mollie17/shop2/index.php','','2021-04-30 13:45:44'),(34,359,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/index.php','','2021-05-20 15:32:54'),(35,359,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/index.php','','2021-05-21 11:44:50'),(36,360,'http://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminDashboard&token=3dd2bfe482e3eeeffbf4c3f959eca794','margud.eu.ngrok.io/mollie17/shop2/index.php','','2021-06-04 16:00:46'),(37,515,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/fr/commande','','2021-12-14 14:53:36'),(38,516,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=655&utm_nooverride=1&rand=1639486451&key=f775821b4e8fb0f770ee288d6b832e74&customerId=3&order_number=mol_65561b893f3e17eb1639486451','','2021-12-14 14:54:25'),(39,516,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/fr/','','2021-12-15 10:11:01'),(40,520,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=656&utm_nooverride=1&rand=1639564826&key=5d2e351a52b00fa872bca37567b14179&customerId=3&order_number=mol_65661b9c61a5d1521639564826','','2021-12-15 12:40:42'),(41,521,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=657&utm_nooverride=1&rand=1639569471&key=d62c9d1b099a64ae393262f5ab3e0161&customerId=3&order_number=mol_65761b9d83f66e6c1639569471','','2021-12-15 13:57:56'),(42,521,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/fr/','','2021-12-16 15:30:07'),(43,523,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=657&utm_nooverride=1&rand=1639661472&key=d62c9d1b099a64ae393262f5ab3e0161&customerId=3&order_number=mol_65761bb3fa0af2b71639661472','','2021-12-16 15:31:25'),(44,523,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=658&utm_nooverride=1&rand=1639661641&key=57fadf688b0b624532aa584d67eb89e5&customerId=3&order_number=mol_65861bb404966e6b1639661641','','2021-12-16 15:34:07'),(45,523,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=659&utm_nooverride=1&rand=1639663049&key=6fdc5259c8cb1cbf9cae44375d4c057b&customerId=3&order_number=mol_65961bb45c9025fb1639663049','','2021-12-16 15:57:33'),(46,524,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=660&utm_nooverride=1&rand=1639663885&key=d1918a5714d9c92ee1f4c86784284cdc&customerId=3&order_number=mol_66061bb490ddce7c1639663885','','2021-12-16 16:11:32'),(47,524,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/fr/','','2021-12-16 16:51:28'),(48,525,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=661&utm_nooverride=1&rand=1639666299&key=e089c88539e21ed50dd9380f52259105&customerId=3&order_number=mol_66161bb527b9666a1639666299','','2021-12-16 16:51:49'),(49,525,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=662&utm_nooverride=1&rand=1639666437&key=3b5f4da4ca85dc43c9bdcfb3a59ad7d6&customerId=3&order_number=mol_66261bb53057b3d31639666437','','2021-12-16 16:54:10'),(50,525,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/fr/','','2021-12-21 13:35:58'),(51,530,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=663&utm_nooverride=1&rand=1641454459&key=e112eddbdccd25d55c0a9e6aa72b567d&customerId=3&order_number=mol_66361d69b7b6fe4d1641454459','','2022-01-06 09:34:33'),(52,530,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=664&utm_nooverride=1&rand=1641454519&key=bbf8b05054f61a7f33af877d7e092a46&customerId=3&order_number=mol_66461d69bb7238aa1641454519','','2022-01-06 09:35:30'),(53,530,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=665&utm_nooverride=1&rand=1641454765&key=edaf55b1c8c8cb26d34749cb1f08dbef&customerId=3&order_number=mol_66561d69cad7e0711641454765','','2022-01-06 09:39:36'),(54,530,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=666&utm_nooverride=1&rand=1641455209&key=712b64fddefcce987b34bd792c8d363a&customerId=3&order_number=mol_66661d69e69aa0221641455209','','2022-01-06 09:47:01'),(55,530,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=667&utm_nooverride=1&rand=1641455901&key=a147088f50c725ce3b412bb467d33244&customerId=3&order_number=mol_66761d6a11d416c31641455901','','2022-01-06 09:58:45'),(56,531,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=668&utm_nooverride=1&rand=1641456557&key=5a0f44f33d65ba8422d5de0ee737bcf7&customerId=3&order_number=mol_66861d6a3ad610b81641456557','','2022-01-06 10:09:28'),(57,531,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=669&utm_nooverride=1&rand=1641456675&key=6ab4d3d895beeccb7bdafe941acffc37&customerId=3&order_number=mol_66961d6a423577191641456675','','2022-01-06 10:11:27'),(58,531,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=670&utm_nooverride=1&rand=1641456994&key=1d55d1fa43843e86d49714ca4ff5af96&customerId=3&order_number=mol_67061d6a562344251641456994','','2022-01-06 10:16:45'),(59,531,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=671&utm_nooverride=1&rand=1641457319&key=47944cb6088ea916edf43a4aba8f528b&customerId=3&order_number=mol_67161d6a6a7406f51641457319','','2022-01-06 10:22:11'),(60,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=672&utm_nooverride=1&rand=1641476441&key=8fb25f156231a4ed104ac7a8080e3379&customerId=3&order_number=mol_67261d6f159166271641476441','','2022-01-06 15:41:02'),(61,532,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/en/','','2022-01-07 11:08:34'),(62,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=673&utm_nooverride=1&rand=1641547015&key=826c6f445661f191555a8146cee67405&customerId=3&order_number=mol_67361d80507e867a1641547015','','2022-01-07 11:17:14'),(63,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=674&utm_nooverride=1&rand=1641547252&key=c0c9745c029347d3a8763017f30e9b0e&customerId=3&order_number=mol_67461d805f3694a81641547251','','2022-01-07 11:21:12'),(64,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=675&utm_nooverride=1&rand=1641547507&key=102800a9b38c892684762409f2ed4cb0&customerId=3&order_number=mol_67561d806f1480091641547505','','2022-01-07 11:25:37'),(65,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=676&utm_nooverride=1&rand=1641547573&key=38d099d0d17d8c04af25909591eca341&customerId=3&order_number=mol_67661d80735d4ac91641547573','','2022-01-07 11:26:31'),(66,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=677&utm_nooverride=1&rand=1641562256&key=01fca841464c31e8221e4ef2e71e6a56&customerId=3&order_number=mol_67761d8408e987001641562254','','2022-01-07 15:31:19'),(67,532,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=678&utm_nooverride=1&rand=1641562308&key=c297cd0c95fea2a57c9ae7f1ea0cd2f8&customerId=3&order_number=mol_67861d840c4233d91641562308','','2022-01-07 15:32:51'),(68,544,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=679&utm_nooverride=1&rand=1641562712&key=7ef29630f44c40eea1058b6a210b5ff8&customerId=3&order_number=mol_67961d842573853b1641562711','','2022-01-07 15:39:57'),(69,548,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=682&utm_nooverride=1&rand=1641994901&key=2331df9bbaf634c66f6555a505600857&customerId=3&order_number=mol_68261deda954390b1641994901','','2022-01-12 15:42:03'),(70,548,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=683&utm_nooverride=1&rand=1641995467&key=83efb26531fbddd957cf4ec18afb5dba&customerId=3&order_number=mol_68361dedccbb9b491641995467','','2022-01-12 15:51:56'),(71,548,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=683&utm_nooverride=1&rand=1641995746&key=83efb26531fbddd957cf4ec18afb5dba&customerId=3&order_number=mol_68361dedde0d3aba1641995744','','2022-01-12 15:59:10'),(72,549,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=683&utm_nooverride=1&rand=1642059907&key=83efb26531fbddd957cf4ec18afb5dba&customerId=3&order_number=mol_68361dfd88383f7f1642059907','','2022-01-13 09:45:53'),(73,549,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=684&utm_nooverride=1&rand=1642061232&key=8be85f75fb0133e89c078fa4ed45cace&customerId=3&order_number=mol_68461dfddb03eb941642061232','','2022-01-13 10:07:34'),(74,552,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=688&utm_nooverride=1&rand=1642063513&key=8635fe1f9ebcfa3cfada8cdaff5dbb07&customerId=3&order_number=mol_68861dfe698769111642063512','','2022-01-13 10:46:35'),(75,554,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=690&utm_nooverride=1&rand=1642073149&key=92ba70682c719e5e4d4ba9faa37756a4&customerId=3&order_number=mol_69061e00c3d475581642073149','','2022-01-13 13:26:04'),(76,555,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/','','2022-01-13 14:31:31'),(77,555,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/','','2022-01-13 14:32:14'),(78,556,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=691&utm_nooverride=1&rand=1642079041&key=8d41440d8d1d76b8c0aae284665d3b92&customerId=3&order_number=mol_69161e023418505a1642079041','','2022-01-13 15:04:14'),(79,556,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=691&utm_nooverride=1&rand=1642080082&key=8d41440d8d1d76b8c0aae284665d3b92&customerId=3&order_number=mol_69161e02752a9c8b1642080082','','2022-01-13 15:21:26'),(80,557,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/','','2022-01-13 16:01:34'),(81,557,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/','','2022-01-13 16:01:54'),(82,558,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=691&utm_nooverride=1&rand=1642161205&key=8d41440d8d1d76b8c0aae284665d3b92&customerId=3&order_number=mol_69161e16435cb6661642161205','','2022-01-14 13:53:41'),(83,558,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=692&utm_nooverride=1&rand=1642161309&key=626ae4fa98dd4f413d1312d17d7de6dc&customerId=3&order_number=mol_69261e1649d84bcf1642161309','','2022-01-14 13:55:18'),(84,562,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=693&utm_nooverride=1&rand=1642668484&key=d462fe240a5af1ad73d3d8273884333f&customerId=3&order_number=mol_69361e921c4bae8e1642668484','','2022-01-20 10:48:19'),(85,562,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=694&utm_nooverride=1&rand=1642668527&key=1adf6be904c92c3b81b3bef57fad97fe&customerId=3&order_number=mol_69461e921ef2e0a21642668527','','2022-01-20 10:49:21'),(86,564,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=695&utm_nooverride=1&rand=1642674909&key=1fc42e023119d85fd221a534848c7f99&customerId=3&order_number=mol_69561e93add4852f1642674909','','2022-01-20 12:35:24'),(87,564,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=696&utm_nooverride=1&rand=1642675461&key=f9e77667ab04f37deee7f1f666703647&customerId=3&order_number=mol_69661e93d05c428d1642675461','','2022-01-20 12:44:36'),(88,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=697&utm_nooverride=1&rand=1642680481&key=62c0516e43a17cb030297e9ee1cb024d&customerId=3&order_number=mol_69761e950a17191e1642680481','','2022-01-20 14:08:12'),(89,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=698&utm_nooverride=1&rand=1642680704&key=dd1c727512cfa32d3095ad1996d99c06&customerId=3&order_number=mol_69861e95180038ad1642680704','','2022-01-20 14:11:56'),(90,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=699&utm_nooverride=1&rand=1642680778&key=850d7f9aa59901733d201e1758a07917&customerId=3&order_number=mol_69961e951cab70f21642680778','','2022-01-20 14:13:14'),(91,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=700&utm_nooverride=1&rand=1642682158&key=40e65898602e4d142f80275343c2566a&customerId=3&order_number=mol_70061e9572ef115b1642682158','','2022-01-20 14:36:12'),(92,568,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=701&utm_nooverride=1&rand=1643117938&key=40e44341053cb50b3b8c813e9a8a2cb8&customerId=3&order_number=mol_70161effd72d60f61643117938','','2022-01-25 15:39:08'),(93,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=701&utm_nooverride=1&rand=1643117938&key=40e44341053cb50b3b8c813e9a8a2cb8&customerId=3&order_number=mol_70161effd72d60f61643117938','','2022-01-25 15:39:08'),(94,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=702&utm_nooverride=1&rand=1643118042&key=401b0defdfe36f002f85c75f147773a1&customerId=3&order_number=mol_70261effdda66a561643118042','','2022-01-25 15:40:46'),(95,566,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=703&utm_nooverride=1&rand=1643118501&key=3754f605db700332a4a76e1dab3fd992&customerId=3&order_number=mol_70361efffa5a9e051643118501','','2022-01-25 15:48:34'),(96,574,'https://margud.eu.ngrok.io/mollie17/admin1/index.php/sell/catalog/products?_token=Apnefsv9J3WaXwQStWKBGOV3YKlSRdMZdfWxviUZF7w','margud.eu.ngrok.io/mollie17/shop2/index.php','','2022-01-28 13:29:38'),(97,574,'https://margud.eu.ngrok.io/mollie17/admin1/index.php/sell/catalog/products?_token=Apnefsv9J3WaXwQStWKBGOV3YKlSRdMZdfWxviUZF7w','margud.eu.ngrok.io/mollie17/shop2/index.php','','2022-01-28 13:30:20'),(98,574,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=704&utm_nooverride=1&rand=1643369466&key=af3d77d719e36861332ceaae1b01fa26&customerId=15&order_number=mol_70461f3d3faa58e51643369466&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:31:27'),(99,575,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=705&utm_nooverride=1&rand=1643369678&key=fbecb58d26ad2dedbefa15b6954fba05&customerId=16&order_number=mol_70561f3d4ce06ec71643369678&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:34:47'),(100,577,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=706&utm_nooverride=1&rand=1643369850&key=014a02f96194d178e041b09cd4eee046&customerId=17&order_number=mol_70661f3d57aed7491643369850&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:37:39'),(101,578,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=707&utm_nooverride=1&rand=1643369994&key=c1821e9597013d9b8ad1bb83daac6c0c&customerId=18&order_number=mol_70761f3d60a8158a1643369994&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:40:02'),(102,581,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=709&utm_nooverride=1&rand=1643370361&key=5154a3489006b12d61de8aa390aedce6&customerId=5&order_number=mol_70961f3d779be5821643370361&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:46:16'),(103,581,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=710&utm_nooverride=1&rand=1643370419&key=0c9bff39655141accf412a4f9b002a0c&customerId=5&order_number=mol_71061f3d7b38b6b01643370419&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:47:14'),(104,581,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=711&utm_nooverride=1&rand=1643370463&key=096291fd32b907b083ef2afef7e1b6b0&customerId=5&order_number=mol_71161f3d7df7757a1643370463&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:47:54'),(105,581,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=712&utm_nooverride=1&rand=1643370505&key=99ec9d20d59393175d6d7d3484ea8b05&customerId=5&order_number=mol_71261f3d809bbfa51643370505&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:48:49'),(106,584,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=713&utm_nooverride=1&rand=1643370616&key=5e4fe879263dbe0efa13f064876f02af&customerId=19&order_number=mol_71361f3d8788649b1643370616&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:50:24'),(107,585,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=714&utm_nooverride=1&rand=1643371081&key=9613b27d870c61c8f3b41134e3b53560&customerId=20&order_number=mol_71461f3da494c7a31643371081&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:58:10'),(108,586,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=715&utm_nooverride=1&rand=1643371156&key=f265aa710a142cc840d3ae8d72323217&customerId=21&order_number=mol_71561f3da947cb9e1643371156&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 13:59:24'),(109,587,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=716&utm_nooverride=1&rand=1643371707&key=0e51fc2492a8bf08ad1ceda1bb34fede&customerId=22&order_number=mol_71661f3dcbbd57e81643371707&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:08:36'),(110,590,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=717&utm_nooverride=1&rand=1643371790&key=a2c0bf1d950f048130b9adf7b983681b&customerId=5&order_number=mol_71761f3dd0e66d291643371790&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:10:02'),(111,588,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=718&utm_nooverride=1&rand=1643371966&key=2f182e33cff6b24c2848975ce7d14589&customerId=5&order_number=mol_71861f3ddbe72ed71643371966&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:13:00'),(112,591,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=719&utm_nooverride=1&rand=1643372116&key=0559b393b0253b83fdc0ea9ab38e469b&customerId=23&order_number=mol_71961f3de54538e11643372116&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:15:24'),(113,592,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=720&utm_nooverride=1&rand=1643372358&key=c56257400d5b155098a1f4f01d3509dd&customerId=24&order_number=mol_72061f3df46513051643372358&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:19:27'),(114,593,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=721&utm_nooverride=1&rand=1643372535&key=1ca2746c037d91750ac28633102c0c8b&customerId=25&order_number=mol_72161f3dff7f01c91643372535&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:22:24'),(115,594,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=722&utm_nooverride=1&rand=1643373949&key=ae1c7773ed8bf5532b3c34261d257c70&customerId=5&order_number=mol_72261f3e57d6fbda1643373949&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 14:46:09'),(116,596,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=723&utm_nooverride=1&rand=1643375437&key=cc52a278ee0dc20ec2178629a1f55a94&customerId=5&order_number=mol_72361f3eb4d93dba1643375437&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-28 15:10:52'),(117,607,'https://margud.eu.ngrok.io/mollie17/admin1/index.php/improve/modules/manage?_token=S6L-mxqcZ4jocf8FhHa7m0QOdn4d4zg3RJK_v6uGkmo','margud.eu.ngrok.io/mollie17/shop2/index.php','','2022-01-31 17:21:58'),(118,607,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/shop2/index.php?cart_id=724&utm_nooverride=1&rand=1643642657&key=982cf4412e6a7a710d87ccc86a206c3e&customerId=26&order_number=mol_72461f7ff21e9ee51643642657&fc=module&module=mollie&controller=return&id_lang=1','','2022-01-31 17:24:29'),(119,566,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/fr/','','2022-02-01 10:49:06'),(120,611,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=725&utm_nooverride=1&rand=1643706449&key=174a7e1cf991dc11abdd319f466d6345&customerId=27&order_number=mol_72561f8f8513893d1643706449','','2022-02-01 11:07:41'),(121,612,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=726&utm_nooverride=1&rand=1643706510&key=4c8cd436e35f467d989547ffc31b5a30&customerId=28&order_number=mol_72661f8f88e62da91643706510','','2022-02-01 11:08:43'),(122,613,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=727&utm_nooverride=1&rand=1643706756&key=949b8cc6b161fc7666855fef2d7ec74f&customerId=29&order_number=mol_72761f8f984e05ec1643706756','','2022-02-01 11:12:45'),(123,618,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=728&utm_nooverride=1&rand=1643723536&key=4086e0bd69f2e68405407af40f517a23&customerId=30&order_number=mol_72861f93b10552591643723536','','2022-02-01 15:52:33'),(124,619,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=730&utm_nooverride=1&rand=1643723708&key=66f90fc0bbc49d3b04709ebeeaf9e0e4&customerId=31&order_number=mol_73061f93bbc4e1eb1643723708','','2022-02-01 15:55:12'),(125,619,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=731&utm_nooverride=1&rand=1643723960&key=eb2fcf3b8e62584005bd4e3638a87b38&customerId=31&order_number=mol_73161f93cb8007851643723960','','2022-02-01 15:59:39'),(126,620,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=732&utm_nooverride=1&rand=1643875030&key=f795c6b341e66783a554e678ab84318f&customerId=3&order_number=mol_73261fb8ad6292931643875030','','2022-02-03 09:57:24'),(127,620,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=733&utm_nooverride=1&rand=1643875090&key=6f393b5a238137bbdef691949d49232c&customerId=3&order_number=mol_73361fb8b125a8a21643875090','','2022-02-03 09:58:22'),(128,620,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=734&utm_nooverride=1&rand=1643875346&key=80b5bdb3bfb1c8b843c24d2fe4f38645&customerId=3&order_number=mol_73461fb8c12370e31643875346','','2022-02-03 10:02:33'),(129,620,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=735&utm_nooverride=1&rand=1643875729&key=ca6a145e7ab044495bea2e7966788f41&customerId=3&order_number=mol_73561fb8d915a8901643875729','','2022-02-03 10:09:01'),(130,624,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=737&utm_nooverride=1&rand=1643892009&key=ab7ac00dd20f3507b0f800e859920232&customerId=3&order_number=mol_73761fbcd299c04a1643892009','','2022-02-03 14:40:18'),(131,626,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=736&utm_nooverride=1&rand=1643895683&key=59c1c4788c20394029718f63ed29ad27&customerId=3&order_number=mol_73661fbdb838a8161643895683','','2022-02-03 15:41:27'),(132,626,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=738&utm_nooverride=1&rand=1643896016&key=2073c7326fb33ac2e2476419af407aad&customerId=3&order_number=mol_73861fbdcd0a44d31643896016','','2022-02-03 15:47:01'),(133,626,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=739&utm_nooverride=1&rand=1643896437&key=b47fcd15a0c7747fcd8c3681024f84fd&customerId=3&order_number=mol_73961fbde75669551643896437','','2022-02-03 15:54:10'),(134,626,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=740&utm_nooverride=1&rand=1643896538&key=d66ba6cca594ebe60320f3d2e591bb91&customerId=3&order_number=mol_74061fbdedac6fa01643896538','','2022-02-03 15:55:51'),(135,626,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=741&utm_nooverride=1&rand=1643896579&key=2f2161bf7217fa389df5a1e884377a69&customerId=3&order_number=mol_74161fbdf03a51cd1643896579','','2022-02-03 15:56:40'),(136,626,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=742&utm_nooverride=1&rand=1643896689&key=bdcc49cb38b43dfeee4483782e35814b&customerId=3&order_number=mol_74261fbdf71942881643896689','','2022-02-03 15:58:22'),(137,627,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=743&utm_nooverride=1&rand=1643899880&key=258283cfb46cfd1c400735c9af7c04cc&customerId=3&order_number=mol_74361fbebe8908541643899880','','2022-02-03 16:51:44'),(138,627,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=744&utm_nooverride=1&rand=1643900148&key=589a7bfcc23402bae56b4e10018ee948&customerId=3&order_number=mol_74461fbecf4e93fc1643900148','','2022-02-03 16:56:08'),(139,627,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=745&utm_nooverride=1&rand=1643900364&key=d8ed609d98d1c73d861dbe09b500f27f&customerId=3&order_number=mol_74561fbedcc35e561643900364','','2022-02-03 16:59:29'),(140,627,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=746&utm_nooverride=1&rand=1643900504&key=9afe477faa7f6735d683f68e80cc5174&customerId=3&order_number=mol_74661fbee58d0ea81643900504','','2022-02-03 17:02:00'),(141,627,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=747&utm_nooverride=1&rand=1643900556&key=4e8fef4c80a688aad03ca6e2e67c7c77&customerId=3&order_number=mol_74761fbee8c15bf21643900556','','2022-02-03 17:02:49'),(142,627,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=748&utm_nooverride=1&rand=1643900593&key=0bdd916c9bd14f1d83e52cccb2bfaa0b&customerId=3&order_number=mol_74861fbeeb19e2071643900593','','2022-02-03 17:03:32'),(143,628,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=749&utm_nooverride=1&rand=1644306502&key=bc4ccce3b7e0f150b0489f1dd4b433ce&customerId=3&order_number=mol_7496202204637e8d1644306502','','2022-02-08 09:48:35'),(144,629,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=750&utm_nooverride=1&rand=1644331844&key=8a5f8f8ada8fecb5e4afb3a8329fec5f&customerId=3&order_number=mol_75062028344d555b1644331844','','2022-02-08 16:51:11'),(145,629,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=751&utm_nooverride=1&rand=1644331970&key=3f2471872b4a03468c98c88479de5e84&customerId=3&order_number=mol_751620283c2ce86f1644331970','','2022-02-08 16:53:09'),(146,631,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=752&utm_nooverride=1&rand=1644569558&key=b3036ef1af8bbca6f9d621fb45ed5753&customerId=3&order_number=mol_752620623d6617da1644569558','','2022-02-11 10:52:54'),(147,632,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/fr/module/mollie/return?cart_id=755&utm_nooverride=1&rand=1645084264&key=d9c0dc1ba31b92f862b112ba6fe8596f&customerId=3&order_number=mol_755620dfe67d9e8e1645084263','','2022-02-17 09:51:26'),(148,632,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=756&utm_nooverride=1&rand=1645102439&key=c51a30289778daf61455ae2e73f18601&customerId=3&order_number=mol_756620e4567ae4571645102439','','2022-02-17 14:54:17'),(149,672,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=757&utm_nooverride=1&rand=1645532979&key=5d105f394132ba0ffb33ca7b742e9038&customerId=3&order_number=mol_7576214d733218471645532979','','2022-02-22 14:29:56'),(150,702,'https://ideal.ing.nl/','margud.eu.ngrok.io/mollie17/index.php?cart_id=812&utm_nooverride=1&rand=1647255794&key=bc2a984fc908a9d776a8a110a1dcfe45&customerId=84&order_number=mol_812622f20f2da10a1647255794&fc=module&module=mollie&controller=return&id_lang=1','','2022-03-14 13:03:36'),(151,702,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/index.php?cart_id=812&utm_nooverride=1&rand=1647255849&key=bc2a984fc908a9d776a8a110a1dcfe45&customerId=84&order_number=mol_812622f2129890bd1647255849&fc=module&module=mollie&controller=return&id_lang=1','','2022-03-14 13:04:22'),(152,702,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/index.php?cart_id=813&utm_nooverride=1&rand=1647256248&key=de46d3b49f847d0093813b1a7036b446&customerId=84&order_number=mol_813622f22b8350a51647256248&fc=module&module=mollie&controller=return&id_lang=1','','2022-03-14 13:10:56'),(153,745,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1110&utm_nooverride=1&rand=1649057918&key=76bf6b2264cc99ce10462533cd7e036b&customerId=274&order_number=mol_1110624aa07ecd4701649057918','','2022-04-04 10:39:14'),(154,745,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1114&utm_nooverride=1&rand=1649058481&key=76a79b2d9408621a46de97308a5dbf4b&customerId=274&order_number=mol_1114624aa2b1e9b4b1649058481','','2022-04-04 10:48:34'),(155,748,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1115&utm_nooverride=1&rand=1649059245&key=097635b1b4ce6f4ba1507625395e991c&customerId=274&order_number=mol_1115624aa5ad7a7fc1649059245','','2022-04-04 11:01:24'),(156,748,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1116&utm_nooverride=1&rand=1649060052&key=6836b58683192eb6fb1ca6125113f81a&customerId=274&order_number=mol_1116624aa8d41a1d71649060052','','2022-04-04 11:14:39'),(157,748,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1117&utm_nooverride=1&rand=1649060117&key=69283ed897c74ddd23112adf24c16dc6&customerId=274&order_number=mol_1117624aa91581cc51649060117','','2022-04-04 11:15:40'),(158,747,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1113&utm_nooverride=1&rand=1649060446&key=70b5c1c09244695208ce9c744920d0ef&customerId=274&order_number=mol_1113624aaa5e771d01649060446','','2022-04-04 11:21:02'),(159,750,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/de/module/mollie/return?cart_id=1119&utm_nooverride=1&rand=1649073652&key=2d2528bf2d843d957af449c15a439455&customerId=274&order_number=mol_1119624addf475f011649073652','','2022-04-04 15:01:10'),(160,752,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1120&utm_nooverride=1&rand=1649142259&key=43069a2c977f6908777369da4ff17d1b&customerId=274&order_number=mol_1120624be9f37cfaa1649142259','','2022-04-05 10:04:38'),(161,752,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1121&utm_nooverride=1&rand=1649142310&key=7618a207fe46969b33864172df5aec4d&customerId=274&order_number=mol_1121624bea265af981649142310','','2022-04-05 10:05:14'),(162,752,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1122&utm_nooverride=1&rand=1649142644&key=f23de37463a314162b3ef94ccbb417db&customerId=274&order_number=mol_1122624beb745cd131649142644','','2022-04-05 10:10:48'),(163,752,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1123&utm_nooverride=1&rand=1649142926&key=f1a97869ea3158dd4dfa42bf8abd508d&customerId=274&order_number=mol_1123624bec8e78fc31649142926','','2022-04-05 10:15:40'),(164,753,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1127&utm_nooverride=1&rand=1649148391&key=eb02920b5c31b1a992911ee0ebb76946&customerId=274&order_number=mol_1127624c01e7bceb31649148391','','2022-04-05 11:46:37'),(165,753,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1128&utm_nooverride=1&rand=1649148950&key=3e36d999b8a70d073e62186018929ac4&customerId=274&order_number=mol_1128624c0416394f51649148950','','2022-04-05 11:55:54'),(166,753,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1129&utm_nooverride=1&rand=1649149167&key=336737a95f0c3d2f22175c580e0cfe57&customerId=274&order_number=mol_1129624c04ef2f4841649149167','','2022-04-05 11:59:31'),(167,753,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1130&utm_nooverride=1&rand=1649149295&key=05f5e58b50f702784fe13cfd6aa010ec&customerId=274&order_number=mol_1130624c056f5b83e1649149295','','2022-04-05 12:01:49'),(168,753,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1130&utm_nooverride=1&rand=1649149295&key=05f5e58b50f702784fe13cfd6aa010ec&customerId=274&order_number=mol_1130624c056f5b83e1649149295','','2022-04-05 12:01:49'),(169,754,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1131&utm_nooverride=1&rand=1649156116&key=925573d34c041721ad257c1a6decbd7a&customerId=274&order_number=mol_1131624c20142aecb1649156116','','2022-04-05 13:55:41'),(170,754,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1132&utm_nooverride=1&rand=1649156318&key=68269b0401b7299e199488213bbfecd8&customerId=274&order_number=mol_1132624c20de255a91649156318','','2022-04-05 13:58:51'),(171,754,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1133&utm_nooverride=1&rand=1649156395&key=8a1fad41b6421b5224a7999827c70172&customerId=274&order_number=mol_1133624c212bd8d2d1649156395','','2022-04-05 14:00:02'),(172,754,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1134&utm_nooverride=1&rand=1649156556&key=f9d0468fc6b378d853a2322e29aea4b5&customerId=274&order_number=mol_1134624c21cc3a04c1649156556','','2022-04-05 14:02:53'),(173,754,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1136&utm_nooverride=1&rand=1649157182&key=1fa30f47872880eb516ef55ccb0611f0&customerId=274&order_number=mol_1136624c243ec99821649157182','','2022-04-05 14:13:27'),(174,767,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1138&utm_nooverride=1&rand=1649671798&key=1036ef014752c3abe55b3561b2aa83c2&customerId=274&order_number=mol_11386253fe76a2fd71649671798','','2022-04-11 13:10:23'),(175,777,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1139&utm_nooverride=1&rand=1650876043&key=6568aec33f9201c9486c9e3aa9c3ffa9&customerId=274&order_number=mol_113962665e8b5f1861650876043','','2022-04-25 11:40:57'),(176,777,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1181&utm_nooverride=1&rand=1650876219&key=932aad0008f76b2ed33136fd6693dc41&customerId=274&order_number=mol_118162665f3bbb18c1650876219','','2022-04-25 11:43:52'),(177,784,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1188&utm_nooverride=1&rand=1651474941&key=c7009138b18ee527b36bb0a5c586abdb&customerId=274&order_number=mol_1188626f81fdebcbf1651474941','','2022-05-02 10:02:39'),(178,784,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1201&utm_nooverride=1&rand=1651475117&key=54de34eb3a4707d187cc65bd91c62bdf&customerId=274&order_number=mol_1201626f82adf0e4a1651475117','','2022-05-02 10:05:36'),(179,785,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1202&utm_nooverride=1&rand=1651478169&key=cd0e813b187628d5be04ce6132a23083&customerId=330&order_number=mol_1202626f8e99f24b21651478169','','2022-05-02 10:56:24'),(180,785,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1202&utm_nooverride=1&rand=1651478169&key=cd0e813b187628d5be04ce6132a23083&customerId=330&order_number=mol_1202626f8e99f24b21651478169','','2022-05-02 10:56:24'),(181,785,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1202&utm_nooverride=1&rand=1651478169&key=cd0e813b187628d5be04ce6132a23083&customerId=330&order_number=mol_1202626f8e99f24b21651478169','','2022-05-02 10:56:31'),(182,785,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1203&utm_nooverride=1&rand=1651478247&key=409711668984f6ee485a7ad7276347f8&customerId=330&order_number=mol_1203626f8ee783ed01651478247','','2022-05-02 10:57:41'),(183,785,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1204&utm_nooverride=1&rand=1651478658&key=1fb34ba51f3e1ed1987779b619f528cd&customerId=330&order_number=mol_1204626f9082972881651478658','','2022-05-02 11:04:44'),(184,786,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1205&utm_nooverride=1&rand=1651480073&key=12e1c577173940d01f1edd56b49acc5a&customerId=274&order_number=mol_1205626f96092545c1651480073','','2022-05-02 11:30:43'),(185,786,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1205&utm_nooverride=1&rand=1651480073&key=12e1c577173940d01f1edd56b49acc5a&customerId=274&order_number=mol_1205626f96092545c1651480073','','2022-05-02 11:34:34'),(186,786,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1206&utm_nooverride=1&rand=1651480500&key=245a0cb816719bdd5eba416f1ae595be&customerId=274&order_number=mol_1206626f97b42b8251651480500','','2022-05-02 11:35:14'),(187,786,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1207&utm_nooverride=1&rand=1651480666&key=73ac318ff3cade905997427f862c4eb9&customerId=274&order_number=mol_1207626f985a094501651480666','','2022-05-02 11:37:59'),(188,786,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1208&utm_nooverride=1&rand=1651481116&key=c2e6cc101fc4de9ec463a8d879866a77&customerId=274&order_number=mol_1208626f9a1c539551651481116','','2022-05-02 11:45:30'),(189,787,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1209&utm_nooverride=1&rand=1651482259&key=bb454a0a3950c4eaadf150d8d30c5233&customerId=274&order_number=mol_1209626f9e93c7b061651482259','','2022-05-02 12:04:34'),(190,787,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1209&utm_nooverride=1&rand=1651482259&key=bb454a0a3950c4eaadf150d8d30c5233&customerId=274&order_number=mol_1209626f9e93c7b061651482259','','2022-05-02 12:05:04'),(191,787,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1209&utm_nooverride=1&rand=1651482259&key=bb454a0a3950c4eaadf150d8d30c5233&customerId=274&order_number=mol_1209626f9e93c7b061651482259','','2022-05-02 12:07:44'),(192,788,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1210&utm_nooverride=1&rand=1651486262&key=3d775149015a50a7970ce389aca2d996&customerId=274&order_number=mol_1210626fae36355641651486262','','2022-05-02 13:11:17'),(193,792,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1212&utm_nooverride=1&rand=1651498106&key=e7c9144fc3193b16f2f66beb0900c537&customerId=274&order_number=mol_1212626fdc7ae1c201651498106','','2022-05-02 16:28:43'),(194,794,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1215&utm_nooverride=1&rand=1651564492&key=aa513728676e95aee24aaf8a8b83077c&customerId=274&order_number=mol_12156270dfcc9a2511651564492','','2022-05-03 10:54:56'),(195,794,'https://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1215&utm_nooverride=1&rand=1651564492&key=aa513728676e95aee24aaf8a8b83077c&customerId=274&order_number=mol_12156270dfcc9a2511651564492','','2022-05-03 10:59:30'),(196,794,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1215&utm_nooverride=1&rand=1651564781&key=aa513728676e95aee24aaf8a8b83077c&customerId=274&order_number=mol_12156270e0ed3ffbd1651564781','','2022-05-03 10:59:46'),(197,794,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1215&utm_nooverride=1&rand=1651564867&key=aa513728676e95aee24aaf8a8b83077c&customerId=274&order_number=mol_12156270e143e58201651564867','','2022-05-03 11:01:12'),(198,795,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1215&utm_nooverride=1&rand=1651567450&key=aa513728676e95aee24aaf8a8b83077c&customerId=274&order_number=mol_12156270eb5a375091651567450','','2022-05-03 11:44:14'),(199,795,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1215&utm_nooverride=1&rand=1651567674&key=aa513728676e95aee24aaf8a8b83077c&customerId=274&order_number=mol_12156270ec38e0aa81651567672','','2022-05-03 11:47:59'),(200,796,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1216&utm_nooverride=1&rand=1651577494&key=8706ccb1f6c43f5ff5913e850f6e5045&customerId=274&order_number=mol_121662711296401871651577494','','2022-05-03 14:31:38'),(201,796,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1216&utm_nooverride=1&rand=1651577535&key=8706ccb1f6c43f5ff5913e850f6e5045&customerId=274&order_number=mol_1216627112bfe12691651577535','','2022-05-03 14:32:20'),(202,796,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1216&utm_nooverride=1&rand=1651578323&key=8706ccb1f6c43f5ff5913e850f6e5045&customerId=274&order_number=mol_1216627115d38547c1651578323','','2022-05-03 14:45:28'),(203,796,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1217&utm_nooverride=1&rand=1651578511&key=15cf598940c00f2aec44bade41473a28&customerId=274&order_number=mol_12176271168fa4a011651578511','','2022-05-03 14:48:45'),(204,796,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1217&utm_nooverride=1&rand=1651578511&key=15cf598940c00f2aec44bade41473a28&customerId=274&order_number=mol_12176271168fa4a011651578511','','2022-05-03 14:48:45'),(205,796,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1218&utm_nooverride=1&rand=1651578680&key=30a68b751caac6b1ccf3882347a35657&customerId=274&order_number=mol_121862711738d148e1651578680','','2022-05-03 14:51:41'),(206,797,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1219&utm_nooverride=1&rand=1651584580&key=b6628b2e62e1a21ebb97a23cf78f5d6a&customerId=274&order_number=mol_121962712e441fb081651584580','','2022-05-03 16:29:55'),(207,797,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1220&utm_nooverride=1&rand=1651584688&key=3ad350f2c10d0251996278c7464090ea&customerId=274&order_number=mol_122062712eb09d9201651584688','','2022-05-03 16:31:42'),(208,800,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1221&utm_nooverride=1&rand=1652092408&key=ce883fe2dc2d1a1dc82ca761096d3542&customerId=274&order_number=mol_12216278edf8385af1652092408','','2022-05-09 13:33:32'),(209,800,'https://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1221&utm_nooverride=1&rand=1652092408&key=ce883fe2dc2d1a1dc82ca761096d3542&customerId=274&order_number=mol_12216278edf8385af1652092408','','2022-05-09 13:33:44'),(210,800,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1221&utm_nooverride=1&rand=1652092433&key=ce883fe2dc2d1a1dc82ca761096d3542&customerId=274&order_number=mol_12216278ee11e10821652092433','','2022-05-09 13:34:09'),(211,800,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1236&utm_nooverride=1&rand=1652092577&key=d7c4bbd3f50ad6b682732aac00892f59&customerId=274&order_number=mol_12366278eea1891061652092577','','2022-05-09 13:36:22'),(212,800,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1237&utm_nooverride=1&rand=1652092638&key=f30ff1d2a65e38fa4eb189ab8ec18ec7&customerId=274&order_number=mol_12376278eede3cb671652092638','','2022-05-09 13:37:22'),(213,801,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1238&utm_nooverride=1&rand=1652096155&key=b90ba3c62dc1eefd17076336b3821d10&customerId=274&order_number=mol_12386278fc9b735621652096155','','2022-05-09 14:36:23'),(214,803,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1240&utm_nooverride=1&rand=1652101537&key=3c5be644b95acacd599b272352bbd3b1&customerId=274&order_number=mol_1240627911a1546811652101537','','2022-05-09 16:05:54'),(215,809,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1241&utm_nooverride=1&rand=1652104683&key=7289a83d1e9dc285ace54d031cd559c2&customerId=274&order_number=mol_124162791deb199e11652104683','','2022-05-09 16:58:07'),(216,809,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1242&utm_nooverride=1&rand=1652104815&key=4d02ec9ca7e69377f925376c81e226dd&customerId=274&order_number=mol_124262791e6f07faa1652104815','','2022-05-09 17:00:22'),(217,809,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1243&utm_nooverride=1&rand=1652104948&key=8852d0a03427d240aae6c920b4996b38&customerId=274&order_number=mol_124362791ef44b8f41652104948','','2022-05-09 17:03:27'),(218,809,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1244&utm_nooverride=1&rand=1652105272&key=7a02a2cc2e230192a4a5ce9ae7372de5&customerId=274&order_number=mol_124462792038b143b1652105272','','2022-05-09 17:08:01'),(219,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1245&utm_nooverride=1&rand=1652168899&key=8002432205e2ee34be88a430d5e75705&customerId=274&order_number=mol_1245627a18c37db6c1652168899','','2022-05-10 10:48:28'),(220,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1246&utm_nooverride=1&rand=1652169524&key=88b4176fd4757c4201b2d8e435533b17&customerId=274&order_number=mol_1246627a1b346f5801652169524','','2022-05-10 10:58:52'),(221,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1247&utm_nooverride=1&rand=1652169584&key=9591fe92b486fc14a0770e5f382cf3d1&customerId=274&order_number=mol_1247627a1b700b7fe1652169584','','2022-05-10 10:59:49'),(222,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1248&utm_nooverride=1&rand=1652169719&key=bd635d9e46ea17c7019a772b75cbf2ee&customerId=274&order_number=mol_1248627a1bf7e3acb1652169719','','2022-05-10 11:02:08'),(223,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1249&utm_nooverride=1&rand=1652169789&key=8bf3afd5b3c6cc803d94c657004cafb9&customerId=274&order_number=mol_1249627a1c3d9307f1652169789','','2022-05-10 11:03:17'),(224,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1250&utm_nooverride=1&rand=1652169850&key=c5438e8079def1d9d6a96d27d97ce41f&customerId=274&order_number=mol_1250627a1c7a47bd91652169850','','2022-05-10 11:04:18'),(225,811,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1251&utm_nooverride=1&rand=1652170574&key=f0a93f2fc35cc261bfc494f015f1d2e5&customerId=274&order_number=mol_1251627a1f4e8b7471652170574','','2022-05-10 11:16:43'),(226,812,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1252&utm_nooverride=1&rand=1652171412&key=bd1ee70b2bb048dd06f701dc5290954a&customerId=274&order_number=mol_1252627a2294d09141652171412','','2022-05-10 11:30:21'),(227,812,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1253&utm_nooverride=1&rand=1652171584&key=a18795551877ec03b041365625b24c2a&customerId=274&order_number=mol_1253627a23406494b1652171584','','2022-05-10 11:33:11'),(228,812,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1254&utm_nooverride=1&rand=1652171670&key=a2f6104a7a2a04d65ccf55cac4f77c84&customerId=274&order_number=mol_1254627a2396943981652171670','','2022-05-10 11:34:37'),(229,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1255&utm_nooverride=1&rand=1652180848&key=19d7aa6be5d8b78f786f79433da9feae&customerId=274&order_number=mol_1255627a47700b8171652180848','','2022-05-10 14:07:34'),(230,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1256&utm_nooverride=1&rand=1652180970&key=bf833f72025f9b67e1f5c0a49685ecee&customerId=274&order_number=mol_1256627a47ea8e8c61652180970','','2022-05-10 14:09:35'),(231,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1257&utm_nooverride=1&rand=1652181191&key=3d27f70c2a69877a015890717da4b452&customerId=274&order_number=mol_1257627a48c74a1cf1652181191','','2022-05-10 14:13:18'),(232,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1258&utm_nooverride=1&rand=1652181939&key=da24d33b64842e7d4b24209f14af2101&customerId=274&order_number=mol_1258627a4bb3011b31652181939','','2022-05-10 14:25:53'),(233,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1259&utm_nooverride=1&rand=1652182117&key=d5c784024fdb3899d59e762cd7e87504&customerId=274&order_number=mol_1259627a4c65aea0c1652182117','','2022-05-10 14:28:45'),(234,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1260&utm_nooverride=1&rand=1652182185&key=a06a4d8daa7b6bfb1935579fd69f6f2f&customerId=274&order_number=mol_1260627a4ca90e7b41652182185','','2022-05-10 14:29:52'),(235,813,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1261&utm_nooverride=1&rand=1652182244&key=057f5d6a3a4042ebc50a59b015d023ac&customerId=274&order_number=mol_1261627a4ce40c5ea1652182244','','2022-05-10 14:30:58'),(236,814,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1265&utm_nooverride=1&rand=1652182908&key=779b1c6b917a855433334d659de9e211&customerId=274&order_number=mol_1265627a4f7c94f7a1652182908','','2022-05-10 14:42:02'),(237,814,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1266&utm_nooverride=1&rand=1652182951&key=abdd5541af166931419bdc55c3cb1aff&customerId=274&order_number=mol_1266627a4fa7ca6a41652182951','','2022-05-10 14:42:45'),(238,814,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1267&utm_nooverride=1&rand=1652182981&key=f169fea3c0466afb9f423176988b849b&customerId=274&order_number=mol_1267627a4fc561df31652182981','','2022-05-10 14:43:15'),(239,826,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1270&utm_nooverride=1&rand=1653290160&key=b80b63fcab6e4a879d4e7cdecf9aac01&customerId=274&order_number=mol_1270628b34b03be891653290160','','2022-05-23 10:16:38'),(240,826,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1277&utm_nooverride=1&rand=1653290267&key=364419e95af22d2517b8457e3dfea436&customerId=274&order_number=mol_1277628b351b5ced61653290267','','2022-05-23 10:18:04'),(241,836,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1278&utm_nooverride=1&rand=1653381623&key=b2c853c9bb1a4d66ffe6add7111222a9&customerId=274&order_number=mol_1278628c99f7ce83d1653381623','','2022-05-24 11:40:37'),(242,836,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1278&utm_nooverride=1&rand=1653382142&key=b2c853c9bb1a4d66ffe6add7111222a9&customerId=274&order_number=mol_1278628c9bfe6b05e1653382142','','2022-05-24 11:49:41'),(243,836,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1282&utm_nooverride=1&rand=1653382815&key=e1d76bcd2e212716fc10fde9ec3364bf&customerId=274&order_number=mol_1282628c9e9f297771653382815','','2022-05-24 12:00:30'),(244,836,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1283&utm_nooverride=1&rand=1653382873&key=1bf9ebe989cfe33b6cde14ba3876619e&customerId=274&order_number=mol_1283628c9ed90ae591653382873','','2022-05-24 12:01:43'),(245,846,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1284&utm_nooverride=1&rand=1653981087&key=8ef146a4f22ea7d3a168ed25c8f1175c&customerId=274&order_number=mol_12846295bf9fa55e91653981087','','2022-05-31 10:11:43'),(246,862,'https://bancontact.girogate.be/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1289&utm_nooverride=1&rand=1654511681&key=7f8b39e0d8fdbd438f5fb4474fdda46d&customerId=374&order_number=mol_1289629dd84110fc41654511681','','2022-06-06 13:34:44'),(247,867,'https://bancontact.girogate.be/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1289&utm_nooverride=1&rand=1654588854&key=7f8b39e0d8fdbd438f5fb4474fdda46d&customerId=374&order_number=mol_1289629f05b6cc96b1654588854','','2022-06-07 11:00:58'),(248,869,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1289&utm_nooverride=1&rand=1654598909&key=7f8b39e0d8fdbd438f5fb4474fdda46d&customerId=374&order_number=mol_1289629f2cfd836d51654598909','','2022-06-07 13:48:35'),(249,873,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1290&utm_nooverride=1&rand=1655107623&key=f0f45fb4217487353d09f09503099809&customerId=374&order_number=mol_129062a6f02772e921655107623','','2022-06-13 11:07:08'),(250,875,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1293&utm_nooverride=1&rand=1655121381&key=4a1209850be392e9d761d5827634d69c&customerId=374&order_number=mol_129362a725e5b228b1655121381','','2022-06-13 14:56:33'),(251,876,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1294&utm_nooverride=1&rand=1655126557&key=42a48d2cdc51e64dc87fde5f7fe0a57d&customerId=374&order_number=mol_129462a73a1d3da951655126557','','2022-06-13 16:22:48'),(252,876,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1295&utm_nooverride=1&rand=1655126637&key=94beba9d08de4d0dd09631a598dece71&customerId=374&order_number=mol_129562a73a6d6abef1655126637','','2022-06-13 16:25:41'),(253,876,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1296&utm_nooverride=1&rand=1655127183&key=750cc895ed0378af8bb70de05786ec19&customerId=374&order_number=mol_129662a73c8f3bdbe1655127183','','2022-06-13 16:33:07'),(254,876,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1297&utm_nooverride=1&rand=1655127356&key=574f19803e08f784eaa025a45cd8f7c6&customerId=374&order_number=mol_129762a73d3caa7691655127356','','2022-06-13 16:36:09'),(255,877,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1298&utm_nooverride=1&rand=1655193924&key=0473793faa8aec2f9190c73c20bfe309&customerId=374&order_number=mol_129862a84144d2f041655193924','','2022-06-14 11:05:36'),(256,877,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1299&utm_nooverride=1&rand=1655194974&key=4a7d6d97d960c1e25830597b9fcfabe0&customerId=374&order_number=mol_129962a8455e11f0d1655194974','','2022-06-14 11:23:01'),(257,849,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1287&utm_nooverride=1&rand=1655195567&key=01ca7a5c9089c9110e0d60d36b9b52fe&customerId=374&order_number=mol_128762a847af397911655195567','','2022-06-14 11:32:51'),(258,878,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1300&utm_nooverride=1&rand=1655195778&key=b64997ed2c65b6219fcc2e7bdedee4c2&customerId=374&order_number=mol_130062a84882df2221655195778','','2022-06-14 11:36:38'),(259,878,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1301&utm_nooverride=1&rand=1655195865&key=140df97b653794e3994e2faaf875b672&customerId=374&order_number=mol_130162a848d927b5c1655195865','','2022-06-14 11:38:04'),(260,878,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1302&utm_nooverride=1&rand=1655196007&key=ce15760b7aa575396a9c359aa749688e&customerId=374&order_number=mol_130262a84967a04cb1655196007','','2022-06-14 11:40:12'),(261,878,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1303&utm_nooverride=1&rand=1655196332&key=87f40d6e630a7d37f2507abf4b461b88&customerId=374&order_number=mol_130362a84aaccd2741655196332','','2022-06-14 11:45:52'),(262,878,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1304&utm_nooverride=1&rand=1655196766&key=c21f97921def5598f90707155f6880e9&customerId=374&order_number=mol_130462a84c5ea2cd91655196766','','2022-06-14 11:52:51'),(263,881,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1306&utm_nooverride=1&rand=1655208027&key=b43a591442c19a5fc243b7ca711f6f9f&customerId=374&order_number=mol_130662a8785b9bc871655208027','','2022-06-14 15:00:34'),(264,881,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1306&utm_nooverride=1&rand=1655208057&key=b43a591442c19a5fc243b7ca711f6f9f&customerId=374&order_number=mol_130662a878794e46a1655208057','','2022-06-14 15:01:02'),(265,881,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1306&utm_nooverride=1&rand=1655208088&key=b43a591442c19a5fc243b7ca711f6f9f&customerId=374&order_number=mol_130662a87898a1e761655208088','','2022-06-14 15:01:35'),(266,881,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1306&utm_nooverride=1&rand=1655208168&key=b43a591442c19a5fc243b7ca711f6f9f&customerId=374&order_number=mol_130662a878e8c6bfc1655208168','','2022-06-14 15:02:57'),(267,883,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1306&utm_nooverride=1&rand=1655210328&key=b43a591442c19a5fc243b7ca711f6f9f&customerId=374&order_number=mol_130662a88158d64bf1655210328','','2022-06-14 15:38:58'),(268,889,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1305&utm_nooverride=1&rand=1656680897&key=cb01007aacd1b5d638dbcf7ebee12916&customerId=374&order_number=mol_130562bef1c1963a21656680897','','2022-07-01 16:08:37'),(269,889,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1308&utm_nooverride=1&rand=1656681378&key=f63e8289879bfe756b3bd8ee0057f3a6&customerId=374&order_number=mol_130862bef3a2a5e301656681378','','2022-07-01 16:16:41'),(270,889,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1309&utm_nooverride=1&rand=1656682474&key=984da5b355653a6cd27aa54f9678586a&customerId=374&order_number=mol_130962bef7ea82c561656682474','','2022-07-01 16:34:54'),(271,890,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1310&utm_nooverride=1&rand=1656683050&key=d8e6f4eeb973d075fe347df63723eadc&customerId=374&order_number=mol_131062befa2a172d61656683050','','2022-07-01 16:44:31'),(272,892,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1311&utm_nooverride=1&rand=1658733372&key=efdbaa9edb61ddcb5efd8ffebb32171e&customerId=374&order_number=mol_131162de433cb4ea31658733372','','2022-07-25 10:16:34'),(273,892,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1312&utm_nooverride=1&rand=1658733550&key=591aeed3a9b14caa1984f2be84a6a88e&customerId=374&order_number=mol_131262de43eebe15a1658733550','','2022-07-25 10:19:49'),(274,892,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1313&utm_nooverride=1&rand=1658734022&key=0800b3a0f87611271d6aec69a75191a7&customerId=374&order_number=mol_131362de45c601f781658734022','','2022-07-25 10:27:27'),(275,892,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1314&utm_nooverride=1&rand=1658734107&key=a8a79974a3db3e18ea050525a0f393dc&customerId=374&order_number=mol_131462de461b2fe661658734107','','2022-07-25 10:28:32'),(276,892,'https://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1315&utm_nooverride=1&rand=1658734319&key=de956eef296fa658ddef5da90ab70ca7&customerId=374&order_number=mol_131562de46ef127b21658734319','','2022-07-25 10:32:56'),(277,893,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1316&utm_nooverride=1&rand=1658737509&key=40f1ae16eb5172e0fc41867138fb7e8e&customerId=374&order_number=mol_131662de5365cb3491658737509','','2022-07-25 11:25:27'),(278,893,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1316&utm_nooverride=1&rand=1658737504&key=40f1ae16eb5172e0fc41867138fb7e8e&customerId=374&order_number=mol_131662de53609e6291658737504','','2022-07-25 11:25:35'),(279,897,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1317&utm_nooverride=1&rand=1658837134&key=569a3ffa82297f2613cd540ff11922e0&customerId=374&order_number=mol_131762dfd88e539921658837134','','2022-07-26 15:05:54'),(280,897,'https://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1325&utm_nooverride=1&rand=1659352235&key=a3d230cd0b222f7281eb842e4383df29&customerId=374&order_number=mol_132562e7b4aba61131659352235','','2022-08-01 14:11:48'),(281,900,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1326&utm_nooverride=1&rand=1659353695&key=be506ac89b6f746d98b12282a3caa7ba&customerId=374&order_number=mol_132662e7ba5f5ff491659353695','','2022-08-01 14:35:20'),(282,900,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1327&utm_nooverride=1&rand=1659353800&key=4e5e1ac756f5f5163558cfba6102dd10&customerId=374&order_number=mol_132762e7bac85ab801659353800','','2022-08-01 14:37:08'),(283,900,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1328&utm_nooverride=1&rand=1659354023&key=344bc679bd4162e25aa8ba7c128b6888&customerId=374&order_number=mol_132862e7bba7855f51659354023','','2022-08-01 14:40:53'),(284,900,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1329&utm_nooverride=1&rand=1659354388&key=4866269de3d25d225bc4b79ab6536a58&customerId=374&order_number=mol_132962e7bd14dab4e1659354388','','2022-08-01 14:47:11'),(285,900,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1330&utm_nooverride=1&rand=1659354865&key=a46bb3362ef8eae85568aa4b6a33c5e3&customerId=374&order_number=mol_133062e7bef1369281659354865','','2022-08-01 14:54:54'),(286,901,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1332&utm_nooverride=1&rand=1659946179&key=08ddfc4742a5a82f9f2c226e0c4b904f&customerId=374&order_number=mol_133262f0c4c3154f61659946179','','2022-08-08 11:10:05'),(287,901,'https://pay.mollie.nl/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1333&utm_nooverride=1&rand=1659946639&key=28940840bfe97e6fbadf61dd0196085b&customerId=374&order_number=mol_133362f0c68f3bd951659946639','','2022-08-08 11:17:40'),(288,903,'https://margud.eu.ngrok.io/mollie17/admin1/index.php?controller=AdminModules&configure=mollie&tab_module=payments_gateways&module_name=mollie&token=de4914aa882295212476e644a15699f7','margud.eu.ngrok.io/mollie17/shop2/index.php','','2022-08-08 11:44:47'),(289,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/gb/module/mollie/return?cart_id=1334&utm_nooverride=1&rand=1660636822&key=83c4734af4b06ee28774dff298b9de4f&customerId=374&order_number=mol_133462fb4e963ea271660636822','','2022-08-16 11:00:25'),(290,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1335&utm_nooverride=1&rand=1660637192&key=3b2907acbc38aa914f59714e2eb79bfa&customerId=374&order_number=mol_133562fb500897e351660637192','','2022-08-16 11:06:46'),(291,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1336&utm_nooverride=1&rand=1660637351&key=55f81307fa1761bf6e2d2ce64bfcee9d&customerId=374&order_number=mol_133662fb50a7652891660637351','','2022-08-16 11:09:25'),(292,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1337&utm_nooverride=1&rand=1660637461&key=cf68404a3969fbeaf6668b930cb2e205&customerId=374&order_number=mol_133762fb5115e59a71660637461','','2022-08-16 11:11:06'),(293,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1338&utm_nooverride=1&rand=1660637776&key=ab287331004c5dcaa77b7fe54faa2761&customerId=374&order_number=mol_133862fb5250c6d061660637776','','2022-08-16 11:16:30'),(294,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1339&utm_nooverride=1&rand=1660637975&key=66e5bc6ac9a51064b05284eb2a6bfd42&customerId=374&order_number=mol_133962fb531717ed01660637975','','2022-08-16 11:19:39'),(295,908,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1340&utm_nooverride=1&rand=1660638504&key=378dacaf35355051b4100da837dcf76a&customerId=374&order_number=mol_134062fb5528163011660638504','','2022-08-16 11:28:28'),(296,909,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1341&utm_nooverride=1&rand=1660639038&key=5645112dfe63bff325369cf3f7efd65c&customerId=374&order_number=mol_134162fb573e05c931660639038','','2022-08-16 11:37:33'),(297,909,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1342&utm_nooverride=1&rand=1660639223&key=996ebf06f8b58f353ed3203b177bbcb2&customerId=374&order_number=mol_134262fb57f7174631660639223','','2022-08-16 11:40:36'),(298,909,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1343&utm_nooverride=1&rand=1660639640&key=ccf5fada0d0f4f9a32e1832b884ecd62&customerId=374&order_number=mol_134362fb59984359c1660639640','','2022-08-16 11:47:34'),(299,909,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1344&utm_nooverride=1&rand=1660639712&key=c61aa9e396ad08b8ea1ce017a98f2922&customerId=374&order_number=mol_134462fb59e0ab7771660639712','','2022-08-16 11:48:36'),(300,909,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1345&utm_nooverride=1&rand=1660639987&key=be28ad83c16e59afc1721a4eeb10971c&customerId=374&order_number=mol_134562fb5af3bb4281660639987','','2022-08-16 11:53:25'),(301,909,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1346&utm_nooverride=1&rand=1660640389&key=8d2adfde140b52ebc0a3bd92356c1b3f&customerId=374&order_number=mol_134662fb5c85cdde31660640389','','2022-08-16 12:00:08'),(302,910,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1347&utm_nooverride=1&rand=1660644188&key=23bfb03ba6eb71c574f2ea0b96756326&customerId=374&order_number=mol_134762fb6b5cc340e1660644188','','2022-08-16 13:03:26'),(303,910,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1348&utm_nooverride=1&rand=1660644268&key=ef97b024894988ddb7f3e18d90b466ea&customerId=374&order_number=mol_134862fb6bac5583f1660644268','','2022-08-16 13:04:32'),(304,911,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1349&utm_nooverride=1&rand=1660648594&key=470cbffc46202276c2ea3a166db5aea4&customerId=374&order_number=mol_134962fb7c92720481660648594','','2022-08-16 14:16:52'),(305,911,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1350&utm_nooverride=1&rand=1660648953&key=2d986ae875ad72512b1d75b311fd2a17&customerId=374&order_number=mol_135062fb7df94bb241660648953','','2022-08-16 14:22:37'),(306,911,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1351&utm_nooverride=1&rand=1660650000&key=079f53c497cfb88ffdd8dee6d237979a&customerId=374&order_number=mol_135162fb8210027f01660650000','','2022-08-16 14:40:17'),(307,922,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1352&utm_nooverride=1&rand=1660657973&key=af67af36cc87dce107c4d788d3f96ffd&customerId=374&order_number=mol_135262fba1354774c1660657973','','2022-08-16 16:53:12'),(308,922,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1353&utm_nooverride=1&rand=1660658142&key=ea22d9491b7b5a63cbdc582ab9431a01&customerId=374&order_number=mol_135362fba1de609681660658142','','2022-08-16 16:55:46'),(309,922,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/nl/module/mollie/return?cart_id=1354&utm_nooverride=1&rand=1660658316&key=dfd719fa31debf7ea170bb183f6f988d&customerId=374&order_number=mol_135462fba28ccf9401660658316','','2022-08-16 16:58:40'),(310,923,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1355&utm_nooverride=1&rand=1662020955&key=e530fd20f2bbf7bd8392b86dac35c3af&customerId=374&order_number=mol_135563106d5b75e7f1662020955','','2022-09-01 11:29:34'),(311,923,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1356&utm_nooverride=1&rand=1662021308&key=d3aac8f1d8b1a19c5fc492c154cbf69e&customerId=374&order_number=mol_135663106ebc1fd8c1662021308','','2022-09-01 11:35:26'),(312,924,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1357&utm_nooverride=1&rand=1662029442&key=3d1e3e6e380bff4d06456b2bc94bf4f6&customerId=374&order_number=mol_135763108e8207fc91662029442','','2022-09-01 13:51:00'),(313,924,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1358&utm_nooverride=1&rand=1662029500&key=66814918e61be041258763b252093882&customerId=374&order_number=mol_135863108ebc5d48c1662029500','','2022-09-01 13:51:58'),(314,924,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1359&utm_nooverride=1&rand=1662029583&key=97980fd8ed6c090a9056af858479cf59&customerId=374&order_number=mol_135963108f0feb20d1662029583','','2022-09-01 13:53:23'),(315,926,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1364&utm_nooverride=1&rand=1662109153&key=31cf0058df2f19027209f68f89b0989b&customerId=374&order_number=mol_13646311c5e18aae11662109153','','2022-09-02 11:59:35'),(316,927,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1366&utm_nooverride=1&rand=1662111387&key=20e8c48d7e48621c70a6ebea595cf021&customerId=374&order_number=mol_13666311ce9bf1d351662111387','','2022-09-02 12:36:46'),(317,928,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1367&utm_nooverride=1&rand=1662449758&key=41850a112d6f1409bc353d0d342462e4&customerId=374&order_number=mol_13676316f85e946561662449758','','2022-09-06 10:36:17'),(318,928,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1368&utm_nooverride=1&rand=1662449813&key=6ac0423d92f22c4a3805887302319b61&customerId=374&order_number=mol_13686316f89525d601662449813','','2022-09-06 10:37:12'),(319,928,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1369&utm_nooverride=1&rand=1662449997&key=496ccaddd235e71e8a25e74409931ea3&customerId=374&order_number=mol_13696316f94df1bd51662449997','','2022-09-06 10:40:17'),(320,930,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1370&utm_nooverride=1&rand=1663073751&key=b83ce076dea249464607eb2182ebe497&customerId=374&order_number=mol_137063207dd7bdc241663073751','','2022-09-13 15:56:41'),(321,931,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1371&utm_nooverride=1&rand=1663230547&key=7609acbd6767f8d101b69b7e79dbfdc3&customerId=374&order_number=mol_13716322e253853301663230547','','2022-09-15 11:29:35'),(322,931,'http://margud.eu.ngrok.io/','margud.eu.ngrok.io/mollie17/lt/','','2022-09-19 14:12:03'),(323,934,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1372&utm_nooverride=1&rand=1663586005&key=d597b3a9563aa8529761c1163c5ba871&customerId=374&order_number=mol_137263284ed4698351663586004','','2022-09-19 14:14:01'),(324,934,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1373&utm_nooverride=1&rand=1663587281&key=d32a3ed23c059826b1e1fe5bc26bd059&customerId=374&order_number=mol_1373632853d1d5f8f1663587281','','2022-09-19 14:34:46'),(325,935,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1374&utm_nooverride=1&rand=1663588108&key=f4620bcb43e501369de9e76009c68b62&customerId=374&order_number=mol_13746328570cebef81663588108','','2022-09-19 14:52:47'),(326,935,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1375&utm_nooverride=1&rand=1663588572&key=3add1ce7d1678f8714a4c811acdf98cb&customerId=374&order_number=mol_1375632858db718ff1663588571','','2022-09-19 14:56:50'),(327,935,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/lt/module/mollie/return?cart_id=1376&utm_nooverride=1&rand=1663588705&key=fc361c493a178cb97db61dcea291ba20&customerId=374&order_number=mol_1376632859618c7cc1663588705','','2022-09-19 14:58:44'),(328,938,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1377&utm_nooverride=1&rand=1665046837&key=2a40d011478cb068e021ee397a19015f&customerId=374&order_number=mol_1377633e99358ce601665046837','','2022-10-06 12:00:56'),(329,938,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1377&utm_nooverride=1&rand=1665046821&key=2a40d011478cb068e021ee397a19015f&customerId=374&order_number=mol_1377633e99250247f1665046821','','2022-10-06 12:01:06'),(330,938,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1378&utm_nooverride=1&rand=1665047002&key=be1060e6b881f0184e1563c359a5c24a&customerId=374&order_number=mol_1378633e99dad55691665047002','','2022-10-06 12:03:49'),(331,939,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1379&utm_nooverride=1&rand=1665390873&key=2859266dfa1f0f7f508fd96ebdcaeb31&customerId=374&order_number=mol_13796343d91910c831665390873','','2022-10-10 11:34:52'),(332,939,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1380&utm_nooverride=1&rand=1665391119&key=e3ba9d6f6b71a8d19ff3fadea3168681&customerId=374&order_number=mol_13806343da0f8d2cd1665391119','','2022-10-10 11:39:24'),(333,940,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1381&utm_nooverride=1&rand=1665488256&key=753a0a6747c81bc2bd562265eaa1a2f7&customerId=374&order_number=mol_13816345558043b421665488256','','2022-10-11 14:37:55'),(334,942,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1382&utm_nooverride=1&rand=1666003116&key=a3860b50805a0ad8dd94872027d71023&customerId=374&order_number=mol_1382634d30ac7dbdd1666003116','','2022-10-17 13:39:05'),(335,942,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1383&utm_nooverride=1&rand=1666003594&key=b9ca82704be7256a0c2d47d33477aac9&customerId=374&order_number=mol_1383634d328abe5561666003594','','2022-10-17 13:46:41'),(336,942,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1384&utm_nooverride=1&rand=1666003726&key=8a4084dd5007718265f561a58726a89f&customerId=374&order_number=mol_1384634d330e3a1f11666003726','','2022-10-17 13:48:49'),(337,942,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1385&utm_nooverride=1&rand=1666004375&key=97d774f63aaef849127a0955b3781422&customerId=374&order_number=mol_1385634d3597946861666004375','','2022-10-17 14:01:08'),(338,942,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1386&utm_nooverride=1&rand=1666004782&key=946124c8dc727239967ae42d2515e7a5&customerId=374&order_number=mol_1386634d372e4e2a91666004782','','2022-10-17 14:06:32'),(339,942,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1387&utm_nooverride=1&rand=1666004979&key=0bcfb346d265b06d5a63b26cad11ac05&customerId=374&order_number=mol_1387634d37f3a7d381666004979','','2022-10-17 14:09:57'),(340,943,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1388&utm_nooverride=1&rand=1666006599&key=0a2a38ed7d263081f9f84a8629362933&customerId=374&order_number=mol_1388634d3e470f6cd1666006599','','2022-10-17 14:36:58'),(341,943,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1389&utm_nooverride=1&rand=1666006846&key=f6d902989dbeef445c59677ac8ae4392&customerId=374&order_number=mol_1389634d3f3e0cf2b1666006846','','2022-10-17 14:41:05'),(342,944,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1390&utm_nooverride=1&rand=1666008485&key=0538bf1fe41d4ce335548d9fbdfabc70&customerId=374&order_number=mol_1390634d45a5cc4351666008485','','2022-10-17 15:08:24'),(343,944,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1391&utm_nooverride=1&rand=1666008694&key=906de60e5469209a86c0805a667bf035&customerId=374&order_number=mol_1391634d4676f1ae91666008694','','2022-10-17 15:11:39'),(344,944,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1392&utm_nooverride=1&rand=1666008835&key=b47203edd66c0a9e3ac23e04457c1a40&customerId=374&order_number=mol_1392634d47032b6911666008835','','2022-10-17 15:14:16'),(345,944,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1393&utm_nooverride=1&rand=1666008915&key=d16fc3c70017b3f01048bc923e2a5cfe&customerId=374&order_number=mol_1393634d47535f6f61666008915','','2022-10-17 15:15:19'),(346,945,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1394&utm_nooverride=1&rand=1666087556&key=f8fb4173034ab1ae9390a1094a0373ca&customerId=374&order_number=mol_1394634e7a848b4491666087556','','2022-10-18 13:06:14'),(347,947,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1395&utm_nooverride=1&rand=1666094237&key=4e92f152d6368f114d445a0c58351272&customerId=374&order_number=mol_1395634e949d2b40c1666094237','','2022-10-18 14:57:36'),(348,947,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1398&utm_nooverride=1&rand=1666094277&key=4edeece67edb9fcfe20bd059ab91b4c0&customerId=374&order_number=mol_1398634e94c5a2bec1666094277','','2022-10-18 14:58:15'),(349,947,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1399&utm_nooverride=1&rand=1666094468&key=9d2dea5d61d5738ef82bfea14478ec9e&customerId=374&order_number=mol_1399634e95843925f1666094468','','2022-10-18 15:01:29'),(350,947,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1400&utm_nooverride=1&rand=1666094539&key=a75db4a6effae98ff531e222465f3803&customerId=374&order_number=mol_1400634e95cbeb6c41666094539','','2022-10-18 15:02:38'),(351,947,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1401&utm_nooverride=1&rand=1666095056&key=4ddc0369cdc482589bf8426ae82a1a64&customerId=374&order_number=mol_1401634e97d045ee01666095056','','2022-10-18 15:11:14'),(352,948,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1402&utm_nooverride=1&rand=1666097957&key=9de1b0a1d7a04282224c29f5fe4561a8&customerId=374&order_number=mol_1402634ea32534e4c1666097957','','2022-10-18 15:59:35'),(353,953,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1404&utm_nooverride=1&rand=1668066843&key=d0270e6ab3857db192b2dbe06638f802&customerId=374&order_number=mol_1404636cae1bc8e3f1668066843','','2022-11-10 09:54:22'),(354,957,'https://www.mollie.com/','margud.eu.ngrok.io/mollie17/en/module/mollie/return?cart_id=1405&utm_nooverride=1&rand=1668518917&key=0c27c91084f5194cccafe0150c9eb6d9&customerId=374&order_number=mol_14056373940578d591668518917','','2022-11-15 15:29:03'); -/*!40000 ALTER TABLE `ps_connections_source` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_contact` --- - -DROP TABLE IF EXISTS `ps_contact`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_contact` ( - `id_contact` int(10) unsigned NOT NULL AUTO_INCREMENT, - `email` varchar(255) NOT NULL, - `customer_service` tinyint(1) NOT NULL DEFAULT '0', - `position` tinyint(2) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_contact`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_contact` --- - -LOCK TABLES `ps_contact` WRITE; -/*!40000 ALTER TABLE `ps_contact` DISABLE KEYS */; -INSERT INTO `ps_contact` VALUES (1,'marius.gudauskis@invertus.eu',1,0),(2,'marius.gudauskis@invertus.eu',1,0); -/*!40000 ALTER TABLE `ps_contact` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_contact_lang` --- - -DROP TABLE IF EXISTS `ps_contact_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_contact_lang` ( - `id_contact` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `description` text, - PRIMARY KEY (`id_contact`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_contact_lang` --- - -LOCK TABLES `ps_contact_lang` WRITE; -/*!40000 ALTER TABLE `ps_contact_lang` DISABLE KEYS */; -INSERT INTO `ps_contact_lang` VALUES (1,1,'Webmaster','If a technical problem occurs on this website'),(1,3,'Webmaster','Als er zich een technisch probleem voordoet op deze website'),(1,4,'Webmaster','En cas de problème technique sur ce site'),(1,5,'Webmaster','Falls ein technisches Problem auf der Webseite auftritt'),(1,6,'Webmaster','If a technical problem occurs on this website'),(1,7,'网站管理员','如果该网站出现技术问题'),(1,8,'Webmaster','If a technical problem occurs on this website'),(1,9,'Webmaster','Jeśli pojawił się problem techniczny na tej stronie'),(1,10,'Ylläpitäjä','Jos sivullamme sattuu tekninen virhe'),(1,11,'ウェブマスター','ウェブサイトで技術的問題が発生したら'),(1,12,'Webmaster','If a technical problem occurs on this website'),(1,13,'Webmaster','Hvis et teknisk problem opstår på denne hjemmeside'),(2,1,'Customer service','For any question about a product, an order'),(2,3,'Klantenservice','Voor vragen over een product, een bestelling'),(2,4,'Service client','Pour toute question sur un produit ou une commande'),(2,5,'Kundenservice','Bei Fragen zu einem Artikel oder einer Bestellung'),(2,6,'Khidmat Pelanggan','For any question about a product, an order'),(2,7,'客服','对商品或订单有任何问题'),(2,8,'Customer service','For any question about a product, an order'),(2,9,'Biuro Obsługi Klienta','Wszelkie pytania dotyczące produktów i zamówień'),(2,10,'Asiakaspalvelu','Kaikkiin kysymyksiin tuotteesta, tilauksesta'),(2,11,'カスタマーサービス','商品、ご注文に関するお問い合わせ'),(2,12,'Customer service','For any question about a product, an order'),(2,13,'Kundeservice','Spørgsmål vedrørende et produkt eller en ordre'); -/*!40000 ALTER TABLE `ps_contact_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_contact_shop` --- - -DROP TABLE IF EXISTS `ps_contact_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_contact_shop` ( - `id_contact` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_contact`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_contact_shop` --- - -LOCK TABLES `ps_contact_shop` WRITE; -/*!40000 ALTER TABLE `ps_contact_shop` DISABLE KEYS */; -INSERT INTO `ps_contact_shop` VALUES (1,1),(2,1),(1,2),(2,2); -/*!40000 ALTER TABLE `ps_contact_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_country` --- - -DROP TABLE IF EXISTS `ps_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_country` ( - `id_country` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_zone` int(10) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL DEFAULT '0', - `iso_code` varchar(3) NOT NULL, - `call_prefix` int(10) NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `contains_states` tinyint(1) NOT NULL DEFAULT '0', - `need_identification_number` tinyint(1) NOT NULL DEFAULT '0', - `need_zip_code` tinyint(1) NOT NULL DEFAULT '1', - `zip_code_format` varchar(12) NOT NULL DEFAULT '', - `display_tax_label` tinyint(1) NOT NULL, - PRIMARY KEY (`id_country`), - KEY `country_iso_code` (`iso_code`), - KEY `country_` (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=246 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_country` --- - -LOCK TABLES `ps_country` WRITE; -/*!40000 ALTER TABLE `ps_country` DISABLE KEYS */; -INSERT INTO `ps_country` VALUES (1,1,0,'DE',49,1,0,0,1,'NNNNN',1),(2,1,0,'AT',43,0,0,0,1,'NNNN',1),(3,1,0,'BE',32,1,0,0,1,'NNNN',1),(4,2,0,'CA',1,0,1,0,1,'LNL NLN',0),(5,3,0,'CN',86,0,0,0,1,'NNNNNN',1),(6,1,0,'ES',34,0,0,1,1,'NNNNN',1),(7,1,0,'FI',358,1,0,0,1,'NNNNN',1),(8,1,0,'FR',33,1,0,0,1,'NNNNN',1),(9,1,0,'GR',30,0,0,0,1,'NNNNN',1),(10,1,0,'IT',39,0,1,0,1,'NNNNN',1),(11,3,0,'JP',81,1,1,0,1,'NNN-NNNN',1),(12,1,0,'LU',352,0,0,0,1,'NNNN',1),(13,1,0,'NL',31,1,1,0,1,'NNNN LL',1),(14,1,0,'PL',48,1,0,0,1,'NN-NNN',1),(15,1,0,'PT',351,0,0,0,1,'NNNN-NNN',1),(16,1,0,'CZ',420,0,0,0,1,'NNN NN',1),(17,1,0,'GB',44,0,0,0,1,'',1),(18,1,0,'SE',46,0,0,0,1,'NNN NN',1),(19,7,0,'CH',41,0,0,0,1,'NNNN',1),(20,1,0,'DK',45,1,1,0,1,'NNNN',1),(21,2,0,'US',1,1,1,0,1,'NNNNN',0),(22,3,0,'HK',852,0,0,0,0,'',1),(23,7,0,'NO',47,0,0,0,1,'NNNN',1),(24,5,0,'AU',61,0,1,0,1,'NNNN',1),(25,3,0,'SG',65,1,0,0,1,'NNNNNN',1),(26,1,0,'IE',353,0,0,0,0,'',1),(27,5,0,'NZ',64,0,0,0,1,'NNNN',1),(28,3,0,'KR',82,0,0,0,1,'NNN-NNN',1),(29,3,0,'IL',972,0,0,0,1,'NNNNNNN',1),(30,4,0,'ZA',27,0,0,0,1,'NNNN',1),(31,4,0,'NG',234,0,0,0,1,'',1),(32,4,0,'CI',225,0,0,0,1,'',1),(33,4,0,'TG',228,0,0,0,1,'',1),(34,6,0,'BO',591,0,0,0,1,'',1),(35,4,0,'MU',230,0,0,0,1,'',1),(36,1,0,'RO',40,0,0,0,1,'NNNNNN',1),(37,1,0,'SK',421,0,0,0,1,'NNN NN',1),(38,4,0,'DZ',213,0,0,0,1,'NNNNN',1),(39,2,0,'AS',0,0,0,0,1,'',1),(40,7,0,'AD',376,0,0,0,1,'CNNN',1),(41,4,0,'AO',244,0,0,0,0,'',1),(42,8,0,'AI',0,0,0,0,1,'',1),(43,2,0,'AG',0,0,0,0,1,'',1),(44,6,0,'AR',54,0,1,0,1,'LNNNNLLL',1),(45,3,0,'AM',374,0,0,0,1,'NNNN',1),(46,8,0,'AW',297,0,0,0,1,'',1),(47,3,0,'AZ',994,0,0,0,1,'CNNNN',1),(48,2,0,'BS',0,0,0,0,1,'',1),(49,3,0,'BH',973,0,0,0,1,'',1),(50,3,0,'BD',880,0,0,0,1,'NNNN',1),(51,2,0,'BB',0,0,0,0,1,'CNNNNN',1),(52,7,0,'BY',0,0,0,0,1,'NNNNNN',1),(53,8,0,'BZ',501,0,0,0,0,'',1),(54,4,0,'BJ',229,0,0,0,0,'',1),(55,2,0,'BM',0,0,0,0,1,'',1),(56,3,0,'BT',975,0,0,0,1,'',1),(57,4,0,'BW',267,0,0,0,1,'',1),(58,6,0,'BR',55,0,0,0,1,'NNNNN-NNN',1),(59,3,0,'BN',673,0,0,0,1,'LLNNNN',1),(60,4,0,'BF',226,0,0,0,1,'',1),(61,3,0,'MM',95,0,0,0,1,'',1),(62,4,0,'BI',257,0,0,0,1,'',1),(63,3,0,'KH',855,0,0,0,1,'NNNNN',1),(64,4,0,'CM',237,0,0,0,1,'',1),(65,4,0,'CV',238,0,0,0,1,'NNNN',1),(66,4,0,'CF',236,0,0,0,1,'',1),(67,4,0,'TD',235,0,0,0,1,'',1),(68,6,0,'CL',56,0,0,0,1,'NNN-NNNN',1),(69,6,0,'CO',57,0,0,0,1,'NNNNNN',1),(70,4,0,'KM',269,0,0,0,1,'',1),(71,4,0,'CD',242,0,0,0,1,'',1),(72,4,0,'CG',243,0,0,0,1,'',1),(73,8,0,'CR',506,0,0,0,1,'NNNNN',1),(74,7,0,'HR',385,0,0,0,1,'NNNNN',1),(75,8,0,'CU',53,0,0,0,1,'',1),(76,1,0,'CY',357,0,0,0,1,'NNNN',1),(77,4,0,'DJ',253,0,0,0,1,'',1),(78,8,0,'DM',0,0,0,0,1,'',1),(79,8,0,'DO',0,0,0,0,1,'',1),(80,3,0,'TL',670,0,0,0,1,'',1),(81,6,0,'EC',593,0,0,0,1,'CNNNNNN',1),(82,4,0,'EG',20,0,0,0,1,'NNNNN',1),(83,8,0,'SV',503,0,0,0,1,'',1),(84,4,0,'GQ',240,0,0,0,1,'',1),(85,4,0,'ER',291,0,0,0,1,'',1),(86,1,0,'EE',372,0,0,0,1,'NNNNN',1),(87,4,0,'ET',251,0,0,0,1,'',1),(88,8,0,'FK',0,0,0,0,1,'LLLL NLL',1),(89,7,0,'FO',298,0,0,0,1,'',1),(90,5,0,'FJ',679,0,0,0,1,'',1),(91,4,0,'GA',241,0,0,0,1,'',1),(92,4,0,'GM',220,0,0,0,1,'',1),(93,3,0,'GE',995,0,0,0,1,'NNNN',1),(94,4,0,'GH',233,0,0,0,1,'',1),(95,8,0,'GD',0,0,0,0,1,'',1),(96,7,0,'GL',299,0,0,0,1,'',1),(97,7,0,'GI',350,0,0,0,1,'',1),(98,8,0,'GP',590,0,0,0,1,'',1),(99,5,0,'GU',0,0,0,0,1,'',1),(100,8,0,'GT',502,0,0,0,1,'',1),(101,7,0,'GG',0,0,0,0,1,'LLN NLL',1),(102,4,0,'GN',224,0,0,0,1,'',1),(103,4,0,'GW',245,0,0,0,1,'',1),(104,6,0,'GY',592,0,0,0,1,'',1),(105,8,0,'HT',509,0,0,0,1,'',1),(106,5,0,'HM',0,0,0,0,1,'',1),(107,7,0,'VA',379,0,0,0,1,'NNNNN',1),(108,8,0,'HN',504,0,0,0,1,'',1),(109,7,0,'IS',354,0,0,0,1,'NNN',1),(110,3,0,'IN',91,0,0,0,1,'NNN NNN',1),(111,3,0,'ID',62,0,1,0,1,'NNNNN',1),(112,3,0,'IR',98,0,0,0,1,'NNNNN-NNNNN',1),(113,3,0,'IQ',964,0,0,0,1,'NNNNN',1),(114,7,0,'IM',0,0,0,0,1,'CN NLL',1),(115,8,0,'JM',0,0,0,0,1,'',1),(116,7,0,'JE',0,0,0,0,1,'CN NLL',1),(117,3,0,'JO',962,0,0,0,1,'',1),(118,3,0,'KZ',7,0,0,0,1,'NNNNNN',1),(119,4,0,'KE',254,0,0,0,1,'',1),(120,5,0,'KI',686,0,0,0,1,'',1),(121,3,0,'KP',850,0,0,0,1,'',1),(122,3,0,'KW',965,0,0,0,1,'',1),(123,3,0,'KG',996,0,0,0,1,'',1),(124,3,0,'LA',856,0,0,0,1,'',1),(125,1,0,'LV',371,0,0,0,1,'C-NNNN',1),(126,3,0,'LB',961,0,0,0,1,'',1),(127,4,0,'LS',266,0,0,0,1,'',1),(128,4,0,'LR',231,0,0,0,1,'',1),(129,4,0,'LY',218,0,0,0,1,'',1),(130,1,0,'LI',423,0,0,0,1,'NNNN',1),(131,1,0,'LT',370,1,0,0,1,'NNNNN',1),(132,3,0,'MO',853,0,0,0,0,'',1),(133,7,0,'MK',389,0,0,0,1,'',1),(134,4,0,'MG',261,0,0,0,1,'',1),(135,4,0,'MW',265,0,0,0,1,'',1),(136,3,0,'MY',60,0,0,0,1,'NNNNN',1),(137,3,0,'MV',960,0,0,0,1,'',1),(138,4,0,'ML',223,0,0,0,1,'',1),(139,1,0,'MT',356,0,0,0,1,'LLL NNNN',1),(140,5,0,'MH',692,0,0,0,1,'',1),(141,8,0,'MQ',596,0,0,0,1,'',1),(142,4,0,'MR',222,0,0,0,1,'',1),(143,1,0,'HU',36,0,0,0,1,'NNNN',1),(144,4,0,'YT',262,0,0,0,1,'',1),(145,2,0,'MX',52,0,1,1,1,'NNNNN',1),(146,5,0,'FM',691,0,0,0,1,'',1),(147,7,0,'MD',373,0,0,0,1,'C-NNNN',1),(148,7,0,'MC',377,0,0,0,1,'980NN',1),(149,3,0,'MN',976,0,0,0,1,'',1),(150,7,0,'ME',382,0,0,0,1,'NNNNN',1),(151,8,0,'MS',0,0,0,0,1,'',1),(152,4,0,'MA',212,0,0,0,1,'NNNNN',1),(153,4,0,'MZ',258,0,0,0,1,'',1),(154,4,0,'NA',264,0,0,0,1,'',1),(155,5,0,'NR',674,0,0,0,1,'',1),(156,3,0,'NP',977,0,0,0,1,'',1),(157,8,0,'AN',599,0,0,0,1,'',1),(158,5,0,'NC',687,0,0,0,1,'',1),(159,8,0,'NI',505,0,0,0,1,'NNNNNN',1),(160,4,0,'NE',227,0,0,0,1,'',1),(161,5,0,'NU',683,0,0,0,1,'',1),(162,5,0,'NF',0,0,0,0,1,'',1),(163,5,0,'MP',0,0,0,0,1,'',1),(164,3,0,'OM',968,0,0,0,1,'',1),(165,3,0,'PK',92,0,0,0,1,'',1),(166,5,0,'PW',680,0,0,0,1,'',1),(167,3,0,'PS',0,0,0,0,1,'',1),(168,8,0,'PA',507,0,0,0,1,'NNNNNN',1),(169,5,0,'PG',675,0,0,0,1,'',1),(170,6,0,'PY',595,0,0,0,1,'',1),(171,6,0,'PE',51,0,0,0,1,'',1),(172,3,0,'PH',63,0,0,0,1,'NNNN',1),(173,5,0,'PN',0,0,0,0,1,'LLLL NLL',1),(174,8,0,'PR',0,0,0,0,1,'NNNNN',1),(175,3,0,'QA',974,0,0,0,1,'',1),(176,4,0,'RE',262,0,0,0,1,'',1),(177,7,0,'RU',7,0,0,0,1,'NNNNNN',1),(178,4,0,'RW',250,0,0,0,1,'',1),(179,8,0,'BL',0,0,0,0,1,'',1),(180,8,0,'KN',0,0,0,0,1,'',1),(181,8,0,'LC',0,0,0,0,1,'',1),(182,8,0,'MF',0,0,0,0,1,'',1),(183,8,0,'PM',508,0,0,0,1,'',1),(184,8,0,'VC',0,0,0,0,1,'',1),(185,5,0,'WS',685,0,0,0,1,'',1),(186,7,0,'SM',378,0,0,0,1,'NNNNN',1),(187,4,0,'ST',239,0,0,0,1,'',1),(188,3,0,'SA',966,0,0,0,1,'',1),(189,4,0,'SN',221,0,0,0,1,'',1),(190,7,0,'RS',381,0,0,0,1,'NNNNN',1),(191,4,0,'SC',248,0,0,0,1,'',1),(192,4,0,'SL',232,0,0,0,1,'',1),(193,1,0,'SI',386,0,0,0,1,'C-NNNN',1),(194,5,0,'SB',677,0,0,0,1,'',1),(195,4,0,'SO',252,0,0,0,1,'',1),(196,8,0,'GS',0,0,0,0,1,'LLLL NLL',1),(197,3,0,'LK',94,0,0,0,1,'NNNNN',1),(198,4,0,'SD',249,0,0,0,1,'',1),(199,8,0,'SR',597,0,0,0,1,'',1),(200,7,0,'SJ',0,0,0,0,1,'',1),(201,4,0,'SZ',268,0,0,0,1,'',1),(202,3,0,'SY',963,0,0,0,1,'',1),(203,3,0,'TW',886,0,0,0,1,'NNNNN',1),(204,3,0,'TJ',992,0,0,0,1,'',1),(205,4,0,'TZ',255,0,0,0,1,'',1),(206,3,0,'TH',66,0,0,0,1,'NNNNN',1),(207,5,0,'TK',690,0,0,0,1,'',1),(208,5,0,'TO',676,0,0,0,1,'',1),(209,6,0,'TT',0,0,0,0,1,'',1),(210,4,0,'TN',216,0,0,0,1,'',1),(211,7,0,'TR',90,0,0,0,1,'NNNNN',1),(212,3,0,'TM',993,0,0,0,1,'',1),(213,8,0,'TC',0,0,0,0,1,'LLLL NLL',1),(214,5,0,'TV',688,0,0,0,1,'',1),(215,4,0,'UG',256,0,0,0,1,'',1),(216,1,0,'UA',380,0,0,0,1,'NNNNN',1),(217,3,0,'AE',971,0,0,0,1,'',1),(218,6,0,'UY',598,0,0,0,1,'',1),(219,3,0,'UZ',998,0,0,0,1,'',1),(220,5,0,'VU',678,0,0,0,1,'',1),(221,6,0,'VE',58,0,0,0,1,'',1),(222,3,0,'VN',84,0,0,0,1,'NNNNNN',1),(223,2,0,'VG',0,0,0,0,1,'CNNNN',1),(224,2,0,'VI',0,0,0,0,1,'',1),(225,5,0,'WF',681,0,0,0,1,'',1),(226,4,0,'EH',0,0,0,0,1,'',1),(227,3,0,'YE',967,0,0,0,1,'',1),(228,4,0,'ZM',260,0,0,0,1,'',1),(229,4,0,'ZW',263,0,0,0,1,'',1),(230,7,0,'AL',355,0,0,0,1,'NNNN',1),(231,3,0,'AF',93,0,0,0,1,'NNNN',1),(232,5,0,'AQ',0,0,0,0,1,'',1),(233,1,0,'BA',387,0,0,0,1,'',1),(234,5,0,'BV',0,0,0,0,1,'',1),(235,5,0,'IO',0,0,0,0,1,'LLLL NLL',1),(236,1,0,'BG',359,0,0,0,1,'NNNN',1),(237,8,0,'KY',0,0,0,0,1,'',1),(238,3,0,'CX',0,0,0,0,1,'',1),(239,3,0,'CC',0,0,0,0,1,'',1),(240,5,0,'CK',682,0,0,0,1,'',1),(241,6,0,'GF',594,0,0,0,1,'',1),(242,5,0,'PF',689,0,0,0,1,'',1),(243,5,0,'TF',0,0,0,0,1,'',1),(244,7,0,'AX',0,0,0,0,1,'NNNNN',1),(245,1,1,'ttt',370,1,0,0,0,'',1); -/*!40000 ALTER TABLE `ps_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_country_lang` --- - -DROP TABLE IF EXISTS `ps_country_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_country_lang` ( - `id_country` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id_country`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_country_lang` --- - -LOCK TABLES `ps_country_lang` WRITE; -/*!40000 ALTER TABLE `ps_country_lang` DISABLE KEYS */; -INSERT INTO `ps_country_lang` VALUES (1,1,'Germany'),(1,3,'Germany'),(1,4,'Germany'),(1,5,'Germany'),(1,6,'Germany'),(1,7,'Germany'),(1,8,'Germany'),(1,9,'Germany'),(1,10,'Germany'),(1,11,'Germany'),(1,12,'Germany'),(1,13,'Germany'),(2,1,'Austria'),(2,3,'Austria'),(2,4,'Austria'),(2,5,'Austria'),(2,6,'Austria'),(2,7,'Austria'),(2,8,'Austria'),(2,9,'Austria'),(2,10,'Austria'),(2,11,'Austria'),(2,12,'Austria'),(2,13,'Austria'),(3,1,'Belgium'),(3,3,'Belgium'),(3,4,'Belgium'),(3,5,'Belgium'),(3,6,'Belgium'),(3,7,'Belgium'),(3,8,'Belgium'),(3,9,'Belgium'),(3,10,'Belgium'),(3,11,'Belgium'),(3,12,'Belgium'),(3,13,'Belgium'),(4,1,'Canada'),(4,3,'Canada'),(4,4,'Canada'),(4,5,'Canada'),(4,6,'Canada'),(4,7,'Canada'),(4,8,'Canada'),(4,9,'Canada'),(4,10,'Canada'),(4,11,'Canada'),(4,12,'Canada'),(4,13,'Canada'),(5,1,'China'),(5,3,'China'),(5,4,'China'),(5,5,'China'),(5,6,'China'),(5,7,'China'),(5,8,'China'),(5,9,'China'),(5,10,'China'),(5,11,'China'),(5,12,'China'),(5,13,'China'),(6,1,'Spain'),(6,3,'Spain'),(6,4,'Spain'),(6,5,'Spain'),(6,6,'Spain'),(6,7,'Spain'),(6,8,'Spain'),(6,9,'Spain'),(6,10,'Spain'),(6,11,'Spain'),(6,12,'Spain'),(6,13,'Spain'),(7,1,'Finland'),(7,3,'Finland'),(7,4,'Finland'),(7,5,'Finland'),(7,6,'Finland'),(7,7,'Finland'),(7,8,'Finland'),(7,9,'Finland'),(7,10,'Finland'),(7,11,'Finland'),(7,12,'Finland'),(7,13,'Finland'),(8,1,'France'),(8,3,'France'),(8,4,'France'),(8,5,'France'),(8,6,'France'),(8,7,'France'),(8,8,'France'),(8,9,'France'),(8,10,'France'),(8,11,'France'),(8,12,'France'),(8,13,'France'),(9,1,'Greece'),(9,3,'Greece'),(9,4,'Greece'),(9,5,'Greece'),(9,6,'Greece'),(9,7,'Greece'),(9,8,'Greece'),(9,9,'Greece'),(9,10,'Greece'),(9,11,'Greece'),(9,12,'Greece'),(9,13,'Greece'),(10,1,'Italy'),(10,3,'Italy'),(10,4,'Italy'),(10,5,'Italy'),(10,6,'Italy'),(10,7,'Italy'),(10,8,'Italy'),(10,9,'Italy'),(10,10,'Italy'),(10,11,'Italy'),(10,12,'Italy'),(10,13,'Italy'),(11,1,'Japan'),(11,3,'Japan'),(11,4,'Japan'),(11,5,'Japan'),(11,6,'Japan'),(11,7,'Japan'),(11,8,'Japan'),(11,9,'Japan'),(11,10,'Japan'),(11,11,'Japan'),(11,12,'Japan'),(11,13,'Japan'),(12,1,'Luxemburg'),(12,3,'Luxemburg'),(12,4,'Luxemburg'),(12,5,'Luxemburg'),(12,6,'Luxemburg'),(12,7,'Luxemburg'),(12,8,'Luxemburg'),(12,9,'Luxemburg'),(12,10,'Luxemburg'),(12,11,'Luxemburg'),(12,12,'Luxemburg'),(12,13,'Luxemburg'),(13,1,'Netherlands'),(13,3,'Netherlands'),(13,4,'Netherlands'),(13,5,'Netherlands'),(13,6,'Netherlands'),(13,7,'Netherlands'),(13,8,'Netherlands'),(13,9,'Netherlands'),(13,10,'Netherlands'),(13,11,'Netherlands'),(13,12,'Netherlands'),(13,13,'Netherlands'),(14,1,'Poland'),(14,3,'Poland'),(14,4,'Poland'),(14,5,'Poland'),(14,6,'Poland'),(14,7,'Poland'),(14,8,'Poland'),(14,9,'Poland'),(14,10,'Poland'),(14,11,'Poland'),(14,12,'Poland'),(14,13,'Poland'),(15,1,'Portugal'),(15,3,'Portugal'),(15,4,'Portugal'),(15,5,'Portugal'),(15,6,'Portugal'),(15,7,'Portugal'),(15,8,'Portugal'),(15,9,'Portugal'),(15,10,'Portugal'),(15,11,'Portugal'),(15,12,'Portugal'),(15,13,'Portugal'),(16,1,'Czech Republic'),(16,3,'Czech Republic'),(16,4,'Czech Republic'),(16,5,'Czech Republic'),(16,6,'Czech Republic'),(16,7,'Czech Republic'),(16,8,'Czech Republic'),(16,9,'Czech Republic'),(16,10,'Czech Republic'),(16,11,'Czech Republic'),(16,12,'Czech Republic'),(16,13,'Czech Republic'),(17,1,'United Kingdom'),(17,3,'United Kingdom'),(17,4,'United Kingdom'),(17,5,'United Kingdom'),(17,6,'United Kingdom'),(17,7,'United Kingdom'),(17,8,'United Kingdom'),(17,9,'United Kingdom'),(17,10,'United Kingdom'),(17,11,'United Kingdom'),(17,12,'United Kingdom'),(17,13,'United Kingdom'),(18,1,'Sweden'),(18,3,'Sweden'),(18,4,'Sweden'),(18,5,'Sweden'),(18,6,'Sweden'),(18,7,'Sweden'),(18,8,'Sweden'),(18,9,'Sweden'),(18,10,'Sweden'),(18,11,'Sweden'),(18,12,'Sweden'),(18,13,'Sweden'),(19,1,'Switzerland'),(19,3,'Switzerland'),(19,4,'Switzerland'),(19,5,'Switzerland'),(19,6,'Switzerland'),(19,7,'Switzerland'),(19,8,'Switzerland'),(19,9,'Switzerland'),(19,10,'Switzerland'),(19,11,'Switzerland'),(19,12,'Switzerland'),(19,13,'Switzerland'),(20,1,'Denmark'),(20,3,'Denmark'),(20,4,'Denmark'),(20,5,'Denmark'),(20,6,'Denmark'),(20,7,'Denmark'),(20,8,'Denmark'),(20,9,'Denmark'),(20,10,'Denmark'),(20,11,'Denmark'),(20,12,'Denmark'),(20,13,'Denmark'),(21,1,'United States'),(21,3,'United States'),(21,4,'United States'),(21,5,'United States'),(21,6,'United States'),(21,7,'United States'),(21,8,'United States'),(21,9,'United States'),(21,10,'United States'),(21,11,'United States'),(21,12,'United States'),(21,13,'United States'),(22,1,'HongKong'),(22,3,'HongKong'),(22,4,'HongKong'),(22,5,'HongKong'),(22,6,'HongKong'),(22,7,'HongKong'),(22,8,'HongKong'),(22,9,'HongKong'),(22,10,'HongKong'),(22,11,'HongKong'),(22,12,'HongKong'),(22,13,'HongKong'),(23,1,'Norway'),(23,3,'Norway'),(23,4,'Norway'),(23,5,'Norway'),(23,6,'Norway'),(23,7,'Norway'),(23,8,'Norway'),(23,9,'Norway'),(23,10,'Norway'),(23,11,'Norway'),(23,12,'Norway'),(23,13,'Norway'),(24,1,'Australia'),(24,3,'Australia'),(24,4,'Australia'),(24,5,'Australia'),(24,6,'Australia'),(24,7,'Australia'),(24,8,'Australia'),(24,9,'Australia'),(24,10,'Australia'),(24,11,'Australia'),(24,12,'Australia'),(24,13,'Australia'),(25,1,'Singapore'),(25,3,'Singapore'),(25,4,'Singapore'),(25,5,'Singapore'),(25,6,'Singapore'),(25,7,'Singapore'),(25,8,'Singapore'),(25,9,'Singapore'),(25,10,'Singapore'),(25,11,'Singapore'),(25,12,'Singapore'),(25,13,'Singapore'),(26,1,'Ireland'),(26,3,'Ireland'),(26,4,'Ireland'),(26,5,'Ireland'),(26,6,'Ireland'),(26,7,'Ireland'),(26,8,'Ireland'),(26,9,'Ireland'),(26,10,'Ireland'),(26,11,'Ireland'),(26,12,'Ireland'),(26,13,'Ireland'),(27,1,'New Zealand'),(27,3,'New Zealand'),(27,4,'New Zealand'),(27,5,'New Zealand'),(27,6,'New Zealand'),(27,7,'New Zealand'),(27,8,'New Zealand'),(27,9,'New Zealand'),(27,10,'New Zealand'),(27,11,'New Zealand'),(27,12,'New Zealand'),(27,13,'New Zealand'),(28,1,'South Korea'),(28,3,'South Korea'),(28,4,'South Korea'),(28,5,'South Korea'),(28,6,'South Korea'),(28,7,'South Korea'),(28,8,'South Korea'),(28,9,'South Korea'),(28,10,'South Korea'),(28,11,'South Korea'),(28,12,'South Korea'),(28,13,'South Korea'),(29,1,'Israel'),(29,3,'Israel'),(29,4,'Israel'),(29,5,'Israel'),(29,6,'Israel'),(29,7,'Israel'),(29,8,'Israel'),(29,9,'Israel'),(29,10,'Israel'),(29,11,'Israel'),(29,12,'Israel'),(29,13,'Israel'),(30,1,'South Africa'),(30,3,'South Africa'),(30,4,'South Africa'),(30,5,'South Africa'),(30,6,'South Africa'),(30,7,'South Africa'),(30,8,'South Africa'),(30,9,'South Africa'),(30,10,'South Africa'),(30,11,'South Africa'),(30,12,'South Africa'),(30,13,'South Africa'),(31,1,'Nigeria'),(31,3,'Nigeria'),(31,4,'Nigeria'),(31,5,'Nigeria'),(31,6,'Nigeria'),(31,7,'Nigeria'),(31,8,'Nigeria'),(31,9,'Nigeria'),(31,10,'Nigeria'),(31,11,'Nigeria'),(31,12,'Nigeria'),(31,13,'Nigeria'),(32,1,'Ivory Coast'),(32,3,'Ivory Coast'),(32,4,'Ivory Coast'),(32,5,'Ivory Coast'),(32,6,'Ivory Coast'),(32,7,'Ivory Coast'),(32,8,'Ivory Coast'),(32,9,'Ivory Coast'),(32,10,'Ivory Coast'),(32,11,'Ivory Coast'),(32,12,'Ivory Coast'),(32,13,'Ivory Coast'),(33,1,'Togo'),(33,3,'Togo'),(33,4,'Togo'),(33,5,'Togo'),(33,6,'Togo'),(33,7,'Togo'),(33,8,'Togo'),(33,9,'Togo'),(33,10,'Togo'),(33,11,'Togo'),(33,12,'Togo'),(33,13,'Togo'),(34,1,'Bolivia'),(34,3,'Bolivia'),(34,4,'Bolivia'),(34,5,'Bolivia'),(34,6,'Bolivia'),(34,7,'Bolivia'),(34,8,'Bolivia'),(34,9,'Bolivia'),(34,10,'Bolivia'),(34,11,'Bolivia'),(34,12,'Bolivia'),(34,13,'Bolivia'),(35,1,'Mauritius'),(35,3,'Mauritius'),(35,4,'Mauritius'),(35,5,'Mauritius'),(35,6,'Mauritius'),(35,7,'Mauritius'),(35,8,'Mauritius'),(35,9,'Mauritius'),(35,10,'Mauritius'),(35,11,'Mauritius'),(35,12,'Mauritius'),(35,13,'Mauritius'),(36,1,'Romania'),(36,3,'Romania'),(36,4,'Romania'),(36,5,'Romania'),(36,6,'Romania'),(36,7,'Romania'),(36,8,'Romania'),(36,9,'Romania'),(36,10,'Romania'),(36,11,'Romania'),(36,12,'Romania'),(36,13,'Romania'),(37,1,'Slovakia'),(37,3,'Slovakia'),(37,4,'Slovakia'),(37,5,'Slovakia'),(37,6,'Slovakia'),(37,7,'Slovakia'),(37,8,'Slovakia'),(37,9,'Slovakia'),(37,10,'Slovakia'),(37,11,'Slovakia'),(37,12,'Slovakia'),(37,13,'Slovakia'),(38,1,'Algeria'),(38,3,'Algeria'),(38,4,'Algeria'),(38,5,'Algeria'),(38,6,'Algeria'),(38,7,'Algeria'),(38,8,'Algeria'),(38,9,'Algeria'),(38,10,'Algeria'),(38,11,'Algeria'),(38,12,'Algeria'),(38,13,'Algeria'),(39,1,'American Samoa'),(39,3,'American Samoa'),(39,4,'American Samoa'),(39,5,'American Samoa'),(39,6,'American Samoa'),(39,7,'American Samoa'),(39,8,'American Samoa'),(39,9,'American Samoa'),(39,10,'American Samoa'),(39,11,'American Samoa'),(39,12,'American Samoa'),(39,13,'American Samoa'),(40,1,'Andorra'),(40,3,'Andorra'),(40,4,'Andorra'),(40,5,'Andorra'),(40,6,'Andorra'),(40,7,'Andorra'),(40,8,'Andorra'),(40,9,'Andorra'),(40,10,'Andorra'),(40,11,'Andorra'),(40,12,'Andorra'),(40,13,'Andorra'),(41,1,'Angola'),(41,3,'Angola'),(41,4,'Angola'),(41,5,'Angola'),(41,6,'Angola'),(41,7,'Angola'),(41,8,'Angola'),(41,9,'Angola'),(41,10,'Angola'),(41,11,'Angola'),(41,12,'Angola'),(41,13,'Angola'),(42,1,'Anguilla'),(42,3,'Anguilla'),(42,4,'Anguilla'),(42,5,'Anguilla'),(42,6,'Anguilla'),(42,7,'Anguilla'),(42,8,'Anguilla'),(42,9,'Anguilla'),(42,10,'Anguilla'),(42,11,'Anguilla'),(42,12,'Anguilla'),(42,13,'Anguilla'),(43,1,'Antigua and Barbuda'),(43,3,'Antigua and Barbuda'),(43,4,'Antigua and Barbuda'),(43,5,'Antigua and Barbuda'),(43,6,'Antigua and Barbuda'),(43,7,'Antigua and Barbuda'),(43,8,'Antigua and Barbuda'),(43,9,'Antigua and Barbuda'),(43,10,'Antigua and Barbuda'),(43,11,'Antigua and Barbuda'),(43,12,'Antigua and Barbuda'),(43,13,'Antigua and Barbuda'),(44,1,'Argentina'),(44,3,'Argentina'),(44,4,'Argentina'),(44,5,'Argentina'),(44,6,'Argentina'),(44,7,'Argentina'),(44,8,'Argentina'),(44,9,'Argentina'),(44,10,'Argentina'),(44,11,'Argentina'),(44,12,'Argentina'),(44,13,'Argentina'),(45,1,'Armenia'),(45,3,'Armenia'),(45,4,'Armenia'),(45,5,'Armenia'),(45,6,'Armenia'),(45,7,'Armenia'),(45,8,'Armenia'),(45,9,'Armenia'),(45,10,'Armenia'),(45,11,'Armenia'),(45,12,'Armenia'),(45,13,'Armenia'),(46,1,'Aruba'),(46,3,'Aruba'),(46,4,'Aruba'),(46,5,'Aruba'),(46,6,'Aruba'),(46,7,'Aruba'),(46,8,'Aruba'),(46,9,'Aruba'),(46,10,'Aruba'),(46,11,'Aruba'),(46,12,'Aruba'),(46,13,'Aruba'),(47,1,'Azerbaijan'),(47,3,'Azerbaijan'),(47,4,'Azerbaijan'),(47,5,'Azerbaijan'),(47,6,'Azerbaijan'),(47,7,'Azerbaijan'),(47,8,'Azerbaijan'),(47,9,'Azerbaijan'),(47,10,'Azerbaijan'),(47,11,'Azerbaijan'),(47,12,'Azerbaijan'),(47,13,'Azerbaijan'),(48,1,'Bahamas'),(48,3,'Bahamas'),(48,4,'Bahamas'),(48,5,'Bahamas'),(48,6,'Bahamas'),(48,7,'Bahamas'),(48,8,'Bahamas'),(48,9,'Bahamas'),(48,10,'Bahamas'),(48,11,'Bahamas'),(48,12,'Bahamas'),(48,13,'Bahamas'),(49,1,'Bahrain'),(49,3,'Bahrain'),(49,4,'Bahrain'),(49,5,'Bahrain'),(49,6,'Bahrain'),(49,7,'Bahrain'),(49,8,'Bahrain'),(49,9,'Bahrain'),(49,10,'Bahrain'),(49,11,'Bahrain'),(49,12,'Bahrain'),(49,13,'Bahrain'),(50,1,'Bangladesh'),(50,3,'Bangladesh'),(50,4,'Bangladesh'),(50,5,'Bangladesh'),(50,6,'Bangladesh'),(50,7,'Bangladesh'),(50,8,'Bangladesh'),(50,9,'Bangladesh'),(50,10,'Bangladesh'),(50,11,'Bangladesh'),(50,12,'Bangladesh'),(50,13,'Bangladesh'),(51,1,'Barbados'),(51,3,'Barbados'),(51,4,'Barbados'),(51,5,'Barbados'),(51,6,'Barbados'),(51,7,'Barbados'),(51,8,'Barbados'),(51,9,'Barbados'),(51,10,'Barbados'),(51,11,'Barbados'),(51,12,'Barbados'),(51,13,'Barbados'),(52,1,'Belarus'),(52,3,'Belarus'),(52,4,'Belarus'),(52,5,'Belarus'),(52,6,'Belarus'),(52,7,'Belarus'),(52,8,'Belarus'),(52,9,'Belarus'),(52,10,'Belarus'),(52,11,'Belarus'),(52,12,'Belarus'),(52,13,'Belarus'),(53,1,'Belize'),(53,3,'Belize'),(53,4,'Belize'),(53,5,'Belize'),(53,6,'Belize'),(53,7,'Belize'),(53,8,'Belize'),(53,9,'Belize'),(53,10,'Belize'),(53,11,'Belize'),(53,12,'Belize'),(53,13,'Belize'),(54,1,'Benin'),(54,3,'Benin'),(54,4,'Benin'),(54,5,'Benin'),(54,6,'Benin'),(54,7,'Benin'),(54,8,'Benin'),(54,9,'Benin'),(54,10,'Benin'),(54,11,'Benin'),(54,12,'Benin'),(54,13,'Benin'),(55,1,'Bermuda'),(55,3,'Bermuda'),(55,4,'Bermuda'),(55,5,'Bermuda'),(55,6,'Bermuda'),(55,7,'Bermuda'),(55,8,'Bermuda'),(55,9,'Bermuda'),(55,10,'Bermuda'),(55,11,'Bermuda'),(55,12,'Bermuda'),(55,13,'Bermuda'),(56,1,'Bhutan'),(56,3,'Bhutan'),(56,4,'Bhutan'),(56,5,'Bhutan'),(56,6,'Bhutan'),(56,7,'Bhutan'),(56,8,'Bhutan'),(56,9,'Bhutan'),(56,10,'Bhutan'),(56,11,'Bhutan'),(56,12,'Bhutan'),(56,13,'Bhutan'),(57,1,'Botswana'),(57,3,'Botswana'),(57,4,'Botswana'),(57,5,'Botswana'),(57,6,'Botswana'),(57,7,'Botswana'),(57,8,'Botswana'),(57,9,'Botswana'),(57,10,'Botswana'),(57,11,'Botswana'),(57,12,'Botswana'),(57,13,'Botswana'),(58,1,'Brazil'),(58,3,'Brazil'),(58,4,'Brazil'),(58,5,'Brazil'),(58,6,'Brazil'),(58,7,'Brazil'),(58,8,'Brazil'),(58,9,'Brazil'),(58,10,'Brazil'),(58,11,'Brazil'),(58,12,'Brazil'),(58,13,'Brazil'),(59,1,'Brunei'),(59,3,'Brunei'),(59,4,'Brunei'),(59,5,'Brunei'),(59,6,'Brunei'),(59,7,'Brunei'),(59,8,'Brunei'),(59,9,'Brunei'),(59,10,'Brunei'),(59,11,'Brunei'),(59,12,'Brunei'),(59,13,'Brunei'),(60,1,'Burkina Faso'),(60,3,'Burkina Faso'),(60,4,'Burkina Faso'),(60,5,'Burkina Faso'),(60,6,'Burkina Faso'),(60,7,'Burkina Faso'),(60,8,'Burkina Faso'),(60,9,'Burkina Faso'),(60,10,'Burkina Faso'),(60,11,'Burkina Faso'),(60,12,'Burkina Faso'),(60,13,'Burkina Faso'),(61,1,'Burma (Myanmar)'),(61,3,'Burma (Myanmar)'),(61,4,'Burma (Myanmar)'),(61,5,'Burma (Myanmar)'),(61,6,'Burma (Myanmar)'),(61,7,'Burma (Myanmar)'),(61,8,'Burma (Myanmar)'),(61,9,'Burma (Myanmar)'),(61,10,'Burma (Myanmar)'),(61,11,'Burma (Myanmar)'),(61,12,'Burma (Myanmar)'),(61,13,'Burma (Myanmar)'),(62,1,'Burundi'),(62,3,'Burundi'),(62,4,'Burundi'),(62,5,'Burundi'),(62,6,'Burundi'),(62,7,'Burundi'),(62,8,'Burundi'),(62,9,'Burundi'),(62,10,'Burundi'),(62,11,'Burundi'),(62,12,'Burundi'),(62,13,'Burundi'),(63,1,'Cambodia'),(63,3,'Cambodia'),(63,4,'Cambodia'),(63,5,'Cambodia'),(63,6,'Cambodia'),(63,7,'Cambodia'),(63,8,'Cambodia'),(63,9,'Cambodia'),(63,10,'Cambodia'),(63,11,'Cambodia'),(63,12,'Cambodia'),(63,13,'Cambodia'),(64,1,'Cameroon'),(64,3,'Cameroon'),(64,4,'Cameroon'),(64,5,'Cameroon'),(64,6,'Cameroon'),(64,7,'Cameroon'),(64,8,'Cameroon'),(64,9,'Cameroon'),(64,10,'Cameroon'),(64,11,'Cameroon'),(64,12,'Cameroon'),(64,13,'Cameroon'),(65,1,'Cape Verde'),(65,3,'Cape Verde'),(65,4,'Cape Verde'),(65,5,'Cape Verde'),(65,6,'Cape Verde'),(65,7,'Cape Verde'),(65,8,'Cape Verde'),(65,9,'Cape Verde'),(65,10,'Cape Verde'),(65,11,'Cape Verde'),(65,12,'Cape Verde'),(65,13,'Cape Verde'),(66,1,'Central African Republic'),(66,3,'Central African Republic'),(66,4,'Central African Republic'),(66,5,'Central African Republic'),(66,6,'Central African Republic'),(66,7,'Central African Republic'),(66,8,'Central African Republic'),(66,9,'Central African Republic'),(66,10,'Central African Republic'),(66,11,'Central African Republic'),(66,12,'Central African Republic'),(66,13,'Central African Republic'),(67,1,'Chad'),(67,3,'Chad'),(67,4,'Chad'),(67,5,'Chad'),(67,6,'Chad'),(67,7,'Chad'),(67,8,'Chad'),(67,9,'Chad'),(67,10,'Chad'),(67,11,'Chad'),(67,12,'Chad'),(67,13,'Chad'),(68,1,'Chile'),(68,3,'Chile'),(68,4,'Chile'),(68,5,'Chile'),(68,6,'Chile'),(68,7,'Chile'),(68,8,'Chile'),(68,9,'Chile'),(68,10,'Chile'),(68,11,'Chile'),(68,12,'Chile'),(68,13,'Chile'),(69,1,'Colombia'),(69,3,'Colombia'),(69,4,'Colombia'),(69,5,'Colombia'),(69,6,'Colombia'),(69,7,'Colombia'),(69,8,'Colombia'),(69,9,'Colombia'),(69,10,'Colombia'),(69,11,'Colombia'),(69,12,'Colombia'),(69,13,'Colombia'),(70,1,'Comoros'),(70,3,'Comoros'),(70,4,'Comoros'),(70,5,'Comoros'),(70,6,'Comoros'),(70,7,'Comoros'),(70,8,'Comoros'),(70,9,'Comoros'),(70,10,'Comoros'),(70,11,'Comoros'),(70,12,'Comoros'),(70,13,'Comoros'),(71,1,'Congo, Dem. Republic'),(71,3,'Congo, Dem. Republic'),(71,4,'Congo, Dem. Republic'),(71,5,'Congo, Dem. Republic'),(71,6,'Congo, Dem. Republic'),(71,7,'Congo, Dem. Republic'),(71,8,'Congo, Dem. Republic'),(71,9,'Congo, Dem. Republic'),(71,10,'Congo, Dem. Republic'),(71,11,'Congo, Dem. Republic'),(71,12,'Congo, Dem. Republic'),(71,13,'Congo, Dem. Republic'),(72,1,'Congo, Republic'),(72,3,'Congo, Republic'),(72,4,'Congo, Republic'),(72,5,'Congo, Republic'),(72,6,'Congo, Republic'),(72,7,'Congo, Republic'),(72,8,'Congo, Republic'),(72,9,'Congo, Republic'),(72,10,'Congo, Republic'),(72,11,'Congo, Republic'),(72,12,'Congo, Republic'),(72,13,'Congo, Republic'),(73,1,'Costa Rica'),(73,3,'Costa Rica'),(73,4,'Costa Rica'),(73,5,'Costa Rica'),(73,6,'Costa Rica'),(73,7,'Costa Rica'),(73,8,'Costa Rica'),(73,9,'Costa Rica'),(73,10,'Costa Rica'),(73,11,'Costa Rica'),(73,12,'Costa Rica'),(73,13,'Costa Rica'),(74,1,'Croatia'),(74,3,'Croatia'),(74,4,'Croatia'),(74,5,'Croatia'),(74,6,'Croatia'),(74,7,'Croatia'),(74,8,'Croatia'),(74,9,'Croatia'),(74,10,'Croatia'),(74,11,'Croatia'),(74,12,'Croatia'),(74,13,'Croatia'),(75,1,'Cuba'),(75,3,'Cuba'),(75,4,'Cuba'),(75,5,'Cuba'),(75,6,'Cuba'),(75,7,'Cuba'),(75,8,'Cuba'),(75,9,'Cuba'),(75,10,'Cuba'),(75,11,'Cuba'),(75,12,'Cuba'),(75,13,'Cuba'),(76,1,'Cyprus'),(76,3,'Cyprus'),(76,4,'Cyprus'),(76,5,'Cyprus'),(76,6,'Cyprus'),(76,7,'Cyprus'),(76,8,'Cyprus'),(76,9,'Cyprus'),(76,10,'Cyprus'),(76,11,'Cyprus'),(76,12,'Cyprus'),(76,13,'Cyprus'),(77,1,'Djibouti'),(77,3,'Djibouti'),(77,4,'Djibouti'),(77,5,'Djibouti'),(77,6,'Djibouti'),(77,7,'Djibouti'),(77,8,'Djibouti'),(77,9,'Djibouti'),(77,10,'Djibouti'),(77,11,'Djibouti'),(77,12,'Djibouti'),(77,13,'Djibouti'),(78,1,'Dominica'),(78,3,'Dominica'),(78,4,'Dominica'),(78,5,'Dominica'),(78,6,'Dominica'),(78,7,'Dominica'),(78,8,'Dominica'),(78,9,'Dominica'),(78,10,'Dominica'),(78,11,'Dominica'),(78,12,'Dominica'),(78,13,'Dominica'),(79,1,'Dominican Republic'),(79,3,'Dominican Republic'),(79,4,'Dominican Republic'),(79,5,'Dominican Republic'),(79,6,'Dominican Republic'),(79,7,'Dominican Republic'),(79,8,'Dominican Republic'),(79,9,'Dominican Republic'),(79,10,'Dominican Republic'),(79,11,'Dominican Republic'),(79,12,'Dominican Republic'),(79,13,'Dominican Republic'),(80,1,'East Timor'),(80,3,'East Timor'),(80,4,'East Timor'),(80,5,'East Timor'),(80,6,'East Timor'),(80,7,'East Timor'),(80,8,'East Timor'),(80,9,'East Timor'),(80,10,'East Timor'),(80,11,'East Timor'),(80,12,'East Timor'),(80,13,'East Timor'),(81,1,'Ecuador'),(81,3,'Ecuador'),(81,4,'Ecuador'),(81,5,'Ecuador'),(81,6,'Ecuador'),(81,7,'Ecuador'),(81,8,'Ecuador'),(81,9,'Ecuador'),(81,10,'Ecuador'),(81,11,'Ecuador'),(81,12,'Ecuador'),(81,13,'Ecuador'),(82,1,'Egypt'),(82,3,'Egypt'),(82,4,'Egypt'),(82,5,'Egypt'),(82,6,'Egypt'),(82,7,'Egypt'),(82,8,'Egypt'),(82,9,'Egypt'),(82,10,'Egypt'),(82,11,'Egypt'),(82,12,'Egypt'),(82,13,'Egypt'),(83,1,'El Salvador'),(83,3,'El Salvador'),(83,4,'El Salvador'),(83,5,'El Salvador'),(83,6,'El Salvador'),(83,7,'El Salvador'),(83,8,'El Salvador'),(83,9,'El Salvador'),(83,10,'El Salvador'),(83,11,'El Salvador'),(83,12,'El Salvador'),(83,13,'El Salvador'),(84,1,'Equatorial Guinea'),(84,3,'Equatorial Guinea'),(84,4,'Equatorial Guinea'),(84,5,'Equatorial Guinea'),(84,6,'Equatorial Guinea'),(84,7,'Equatorial Guinea'),(84,8,'Equatorial Guinea'),(84,9,'Equatorial Guinea'),(84,10,'Equatorial Guinea'),(84,11,'Equatorial Guinea'),(84,12,'Equatorial Guinea'),(84,13,'Equatorial Guinea'),(85,1,'Eritrea'),(85,3,'Eritrea'),(85,4,'Eritrea'),(85,5,'Eritrea'),(85,6,'Eritrea'),(85,7,'Eritrea'),(85,8,'Eritrea'),(85,9,'Eritrea'),(85,10,'Eritrea'),(85,11,'Eritrea'),(85,12,'Eritrea'),(85,13,'Eritrea'),(86,1,'Estonia'),(86,3,'Estonia'),(86,4,'Estonia'),(86,5,'Estonia'),(86,6,'Estonia'),(86,7,'Estonia'),(86,8,'Estonia'),(86,9,'Estonia'),(86,10,'Estonia'),(86,11,'Estonia'),(86,12,'Estonia'),(86,13,'Estonia'),(87,1,'Ethiopia'),(87,3,'Ethiopia'),(87,4,'Ethiopia'),(87,5,'Ethiopia'),(87,6,'Ethiopia'),(87,7,'Ethiopia'),(87,8,'Ethiopia'),(87,9,'Ethiopia'),(87,10,'Ethiopia'),(87,11,'Ethiopia'),(87,12,'Ethiopia'),(87,13,'Ethiopia'),(88,1,'Falkland Islands'),(88,3,'Falkland Islands'),(88,4,'Falkland Islands'),(88,5,'Falkland Islands'),(88,6,'Falkland Islands'),(88,7,'Falkland Islands'),(88,8,'Falkland Islands'),(88,9,'Falkland Islands'),(88,10,'Falkland Islands'),(88,11,'Falkland Islands'),(88,12,'Falkland Islands'),(88,13,'Falkland Islands'),(89,1,'Faroe Islands'),(89,3,'Faroe Islands'),(89,4,'Faroe Islands'),(89,5,'Faroe Islands'),(89,6,'Faroe Islands'),(89,7,'Faroe Islands'),(89,8,'Faroe Islands'),(89,9,'Faroe Islands'),(89,10,'Faroe Islands'),(89,11,'Faroe Islands'),(89,12,'Faroe Islands'),(89,13,'Faroe Islands'),(90,1,'Fiji'),(90,3,'Fiji'),(90,4,'Fiji'),(90,5,'Fiji'),(90,6,'Fiji'),(90,7,'Fiji'),(90,8,'Fiji'),(90,9,'Fiji'),(90,10,'Fiji'),(90,11,'Fiji'),(90,12,'Fiji'),(90,13,'Fiji'),(91,1,'Gabon'),(91,3,'Gabon'),(91,4,'Gabon'),(91,5,'Gabon'),(91,6,'Gabon'),(91,7,'Gabon'),(91,8,'Gabon'),(91,9,'Gabon'),(91,10,'Gabon'),(91,11,'Gabon'),(91,12,'Gabon'),(91,13,'Gabon'),(92,1,'Gambia'),(92,3,'Gambia'),(92,4,'Gambia'),(92,5,'Gambia'),(92,6,'Gambia'),(92,7,'Gambia'),(92,8,'Gambia'),(92,9,'Gambia'),(92,10,'Gambia'),(92,11,'Gambia'),(92,12,'Gambia'),(92,13,'Gambia'),(93,1,'Georgia'),(93,3,'Georgia'),(93,4,'Georgia'),(93,5,'Georgia'),(93,6,'Georgia'),(93,7,'Georgia'),(93,8,'Georgia'),(93,9,'Georgia'),(93,10,'Georgia'),(93,11,'Georgia'),(93,12,'Georgia'),(93,13,'Georgia'),(94,1,'Ghana'),(94,3,'Ghana'),(94,4,'Ghana'),(94,5,'Ghana'),(94,6,'Ghana'),(94,7,'Ghana'),(94,8,'Ghana'),(94,9,'Ghana'),(94,10,'Ghana'),(94,11,'Ghana'),(94,12,'Ghana'),(94,13,'Ghana'),(95,1,'Grenada'),(95,3,'Grenada'),(95,4,'Grenada'),(95,5,'Grenada'),(95,6,'Grenada'),(95,7,'Grenada'),(95,8,'Grenada'),(95,9,'Grenada'),(95,10,'Grenada'),(95,11,'Grenada'),(95,12,'Grenada'),(95,13,'Grenada'),(96,1,'Greenland'),(96,3,'Greenland'),(96,4,'Greenland'),(96,5,'Greenland'),(96,6,'Greenland'),(96,7,'Greenland'),(96,8,'Greenland'),(96,9,'Greenland'),(96,10,'Greenland'),(96,11,'Greenland'),(96,12,'Greenland'),(96,13,'Greenland'),(97,1,'Gibraltar'),(97,3,'Gibraltar'),(97,4,'Gibraltar'),(97,5,'Gibraltar'),(97,6,'Gibraltar'),(97,7,'Gibraltar'),(97,8,'Gibraltar'),(97,9,'Gibraltar'),(97,10,'Gibraltar'),(97,11,'Gibraltar'),(97,12,'Gibraltar'),(97,13,'Gibraltar'),(98,1,'Guadeloupe'),(98,3,'Guadeloupe'),(98,4,'Guadeloupe'),(98,5,'Guadeloupe'),(98,6,'Guadeloupe'),(98,7,'Guadeloupe'),(98,8,'Guadeloupe'),(98,9,'Guadeloupe'),(98,10,'Guadeloupe'),(98,11,'Guadeloupe'),(98,12,'Guadeloupe'),(98,13,'Guadeloupe'),(99,1,'Guam'),(99,3,'Guam'),(99,4,'Guam'),(99,5,'Guam'),(99,6,'Guam'),(99,7,'Guam'),(99,8,'Guam'),(99,9,'Guam'),(99,10,'Guam'),(99,11,'Guam'),(99,12,'Guam'),(99,13,'Guam'),(100,1,'Guatemala'),(100,3,'Guatemala'),(100,4,'Guatemala'),(100,5,'Guatemala'),(100,6,'Guatemala'),(100,7,'Guatemala'),(100,8,'Guatemala'),(100,9,'Guatemala'),(100,10,'Guatemala'),(100,11,'Guatemala'),(100,12,'Guatemala'),(100,13,'Guatemala'),(101,1,'Guernsey'),(101,3,'Guernsey'),(101,4,'Guernsey'),(101,5,'Guernsey'),(101,6,'Guernsey'),(101,7,'Guernsey'),(101,8,'Guernsey'),(101,9,'Guernsey'),(101,10,'Guernsey'),(101,11,'Guernsey'),(101,12,'Guernsey'),(101,13,'Guernsey'),(102,1,'Guinea'),(102,3,'Guinea'),(102,4,'Guinea'),(102,5,'Guinea'),(102,6,'Guinea'),(102,7,'Guinea'),(102,8,'Guinea'),(102,9,'Guinea'),(102,10,'Guinea'),(102,11,'Guinea'),(102,12,'Guinea'),(102,13,'Guinea'),(103,1,'Guinea-Bissau'),(103,3,'Guinea-Bissau'),(103,4,'Guinea-Bissau'),(103,5,'Guinea-Bissau'),(103,6,'Guinea-Bissau'),(103,7,'Guinea-Bissau'),(103,8,'Guinea-Bissau'),(103,9,'Guinea-Bissau'),(103,10,'Guinea-Bissau'),(103,11,'Guinea-Bissau'),(103,12,'Guinea-Bissau'),(103,13,'Guinea-Bissau'),(104,1,'Guyana'),(104,3,'Guyana'),(104,4,'Guyana'),(104,5,'Guyana'),(104,6,'Guyana'),(104,7,'Guyana'),(104,8,'Guyana'),(104,9,'Guyana'),(104,10,'Guyana'),(104,11,'Guyana'),(104,12,'Guyana'),(104,13,'Guyana'),(105,1,'Haiti'),(105,3,'Haiti'),(105,4,'Haiti'),(105,5,'Haiti'),(105,6,'Haiti'),(105,7,'Haiti'),(105,8,'Haiti'),(105,9,'Haiti'),(105,10,'Haiti'),(105,11,'Haiti'),(105,12,'Haiti'),(105,13,'Haiti'),(106,1,'Heard Island and McDonald Islands'),(106,3,'Heard Island and McDonald Islands'),(106,4,'Heard Island and McDonald Islands'),(106,5,'Heard Island and McDonald Islands'),(106,6,'Heard Island and McDonald Islands'),(106,7,'Heard Island and McDonald Islands'),(106,8,'Heard Island and McDonald Islands'),(106,9,'Heard Island and McDonald Islands'),(106,10,'Heard Island and McDonald Islands'),(106,11,'Heard Island and McDonald Islands'),(106,12,'Heard Island and McDonald Islands'),(106,13,'Heard Island and McDonald Islands'),(107,1,'Vatican City State'),(107,3,'Vatican City State'),(107,4,'Vatican City State'),(107,5,'Vatican City State'),(107,6,'Vatican City State'),(107,7,'Vatican City State'),(107,8,'Vatican City State'),(107,9,'Vatican City State'),(107,10,'Vatican City State'),(107,11,'Vatican City State'),(107,12,'Vatican City State'),(107,13,'Vatican City State'),(108,1,'Honduras'),(108,3,'Honduras'),(108,4,'Honduras'),(108,5,'Honduras'),(108,6,'Honduras'),(108,7,'Honduras'),(108,8,'Honduras'),(108,9,'Honduras'),(108,10,'Honduras'),(108,11,'Honduras'),(108,12,'Honduras'),(108,13,'Honduras'),(109,1,'Iceland'),(109,3,'Iceland'),(109,4,'Iceland'),(109,5,'Iceland'),(109,6,'Iceland'),(109,7,'Iceland'),(109,8,'Iceland'),(109,9,'Iceland'),(109,10,'Iceland'),(109,11,'Iceland'),(109,12,'Iceland'),(109,13,'Iceland'),(110,1,'India'),(110,3,'India'),(110,4,'India'),(110,5,'India'),(110,6,'India'),(110,7,'India'),(110,8,'India'),(110,9,'India'),(110,10,'India'),(110,11,'India'),(110,12,'India'),(110,13,'India'),(111,1,'Indonesia'),(111,3,'Indonesia'),(111,4,'Indonesia'),(111,5,'Indonesia'),(111,6,'Indonesia'),(111,7,'Indonesia'),(111,8,'Indonesia'),(111,9,'Indonesia'),(111,10,'Indonesia'),(111,11,'Indonesia'),(111,12,'Indonesia'),(111,13,'Indonesia'),(112,1,'Iran'),(112,3,'Iran'),(112,4,'Iran'),(112,5,'Iran'),(112,6,'Iran'),(112,7,'Iran'),(112,8,'Iran'),(112,9,'Iran'),(112,10,'Iran'),(112,11,'Iran'),(112,12,'Iran'),(112,13,'Iran'),(113,1,'Iraq'),(113,3,'Iraq'),(113,4,'Iraq'),(113,5,'Iraq'),(113,6,'Iraq'),(113,7,'Iraq'),(113,8,'Iraq'),(113,9,'Iraq'),(113,10,'Iraq'),(113,11,'Iraq'),(113,12,'Iraq'),(113,13,'Iraq'),(114,1,'Man Island'),(114,3,'Man Island'),(114,4,'Man Island'),(114,5,'Man Island'),(114,6,'Man Island'),(114,7,'Man Island'),(114,8,'Man Island'),(114,9,'Man Island'),(114,10,'Man Island'),(114,11,'Man Island'),(114,12,'Man Island'),(114,13,'Man Island'),(115,1,'Jamaica'),(115,3,'Jamaica'),(115,4,'Jamaica'),(115,5,'Jamaica'),(115,6,'Jamaica'),(115,7,'Jamaica'),(115,8,'Jamaica'),(115,9,'Jamaica'),(115,10,'Jamaica'),(115,11,'Jamaica'),(115,12,'Jamaica'),(115,13,'Jamaica'),(116,1,'Jersey'),(116,3,'Jersey'),(116,4,'Jersey'),(116,5,'Jersey'),(116,6,'Jersey'),(116,7,'Jersey'),(116,8,'Jersey'),(116,9,'Jersey'),(116,10,'Jersey'),(116,11,'Jersey'),(116,12,'Jersey'),(116,13,'Jersey'),(117,1,'Jordan'),(117,3,'Jordan'),(117,4,'Jordan'),(117,5,'Jordan'),(117,6,'Jordan'),(117,7,'Jordan'),(117,8,'Jordan'),(117,9,'Jordan'),(117,10,'Jordan'),(117,11,'Jordan'),(117,12,'Jordan'),(117,13,'Jordan'),(118,1,'Kazakhstan'),(118,3,'Kazakhstan'),(118,4,'Kazakhstan'),(118,5,'Kazakhstan'),(118,6,'Kazakhstan'),(118,7,'Kazakhstan'),(118,8,'Kazakhstan'),(118,9,'Kazakhstan'),(118,10,'Kazakhstan'),(118,11,'Kazakhstan'),(118,12,'Kazakhstan'),(118,13,'Kazakhstan'),(119,1,'Kenya'),(119,3,'Kenya'),(119,4,'Kenya'),(119,5,'Kenya'),(119,6,'Kenya'),(119,7,'Kenya'),(119,8,'Kenya'),(119,9,'Kenya'),(119,10,'Kenya'),(119,11,'Kenya'),(119,12,'Kenya'),(119,13,'Kenya'),(120,1,'Kiribati'),(120,3,'Kiribati'),(120,4,'Kiribati'),(120,5,'Kiribati'),(120,6,'Kiribati'),(120,7,'Kiribati'),(120,8,'Kiribati'),(120,9,'Kiribati'),(120,10,'Kiribati'),(120,11,'Kiribati'),(120,12,'Kiribati'),(120,13,'Kiribati'),(121,1,'Korea, Dem. Republic of'),(121,3,'Korea, Dem. Republic of'),(121,4,'Korea, Dem. Republic of'),(121,5,'Korea, Dem. Republic of'),(121,6,'Korea, Dem. Republic of'),(121,7,'Korea, Dem. Republic of'),(121,8,'Korea, Dem. Republic of'),(121,9,'Korea, Dem. Republic of'),(121,10,'Korea, Dem. Republic of'),(121,11,'Korea, Dem. Republic of'),(121,12,'Korea, Dem. Republic of'),(121,13,'Korea, Dem. Republic of'),(122,1,'Kuwait'),(122,3,'Kuwait'),(122,4,'Kuwait'),(122,5,'Kuwait'),(122,6,'Kuwait'),(122,7,'Kuwait'),(122,8,'Kuwait'),(122,9,'Kuwait'),(122,10,'Kuwait'),(122,11,'Kuwait'),(122,12,'Kuwait'),(122,13,'Kuwait'),(123,1,'Kyrgyzstan'),(123,3,'Kyrgyzstan'),(123,4,'Kyrgyzstan'),(123,5,'Kyrgyzstan'),(123,6,'Kyrgyzstan'),(123,7,'Kyrgyzstan'),(123,8,'Kyrgyzstan'),(123,9,'Kyrgyzstan'),(123,10,'Kyrgyzstan'),(123,11,'Kyrgyzstan'),(123,12,'Kyrgyzstan'),(123,13,'Kyrgyzstan'),(124,1,'Laos'),(124,3,'Laos'),(124,4,'Laos'),(124,5,'Laos'),(124,6,'Laos'),(124,7,'Laos'),(124,8,'Laos'),(124,9,'Laos'),(124,10,'Laos'),(124,11,'Laos'),(124,12,'Laos'),(124,13,'Laos'),(125,1,'Latvia'),(125,3,'Latvia'),(125,4,'Latvia'),(125,5,'Latvia'),(125,6,'Latvia'),(125,7,'Latvia'),(125,8,'Latvia'),(125,9,'Latvia'),(125,10,'Latvia'),(125,11,'Latvia'),(125,12,'Latvia'),(125,13,'Latvia'),(126,1,'Lebanon'),(126,3,'Lebanon'),(126,4,'Lebanon'),(126,5,'Lebanon'),(126,6,'Lebanon'),(126,7,'Lebanon'),(126,8,'Lebanon'),(126,9,'Lebanon'),(126,10,'Lebanon'),(126,11,'Lebanon'),(126,12,'Lebanon'),(126,13,'Lebanon'),(127,1,'Lesotho'),(127,3,'Lesotho'),(127,4,'Lesotho'),(127,5,'Lesotho'),(127,6,'Lesotho'),(127,7,'Lesotho'),(127,8,'Lesotho'),(127,9,'Lesotho'),(127,10,'Lesotho'),(127,11,'Lesotho'),(127,12,'Lesotho'),(127,13,'Lesotho'),(128,1,'Liberia'),(128,3,'Liberia'),(128,4,'Liberia'),(128,5,'Liberia'),(128,6,'Liberia'),(128,7,'Liberia'),(128,8,'Liberia'),(128,9,'Liberia'),(128,10,'Liberia'),(128,11,'Liberia'),(128,12,'Liberia'),(128,13,'Liberia'),(129,1,'Libya'),(129,3,'Libya'),(129,4,'Libya'),(129,5,'Libya'),(129,6,'Libya'),(129,7,'Libya'),(129,8,'Libya'),(129,9,'Libya'),(129,10,'Libya'),(129,11,'Libya'),(129,12,'Libya'),(129,13,'Libya'),(130,1,'Liechtenstein'),(130,3,'Liechtenstein'),(130,4,'Liechtenstein'),(130,5,'Liechtenstein'),(130,6,'Liechtenstein'),(130,7,'Liechtenstein'),(130,8,'Liechtenstein'),(130,9,'Liechtenstein'),(130,10,'Liechtenstein'),(130,11,'Liechtenstein'),(130,12,'Liechtenstein'),(130,13,'Liechtenstein'),(131,1,'Lithuania'),(131,3,'Lithuania'),(131,4,'Lithuania'),(131,5,'Lithuania'),(131,6,'Lithuania'),(131,7,'Lithuania'),(131,8,'Lithuania'),(131,9,'Lithuania'),(131,10,'Lithuania'),(131,11,'Lithuania'),(131,12,'Lithuania'),(131,13,'Lithuania'),(132,1,'Macau'),(132,3,'Macau'),(132,4,'Macau'),(132,5,'Macau'),(132,6,'Macau'),(132,7,'Macau'),(132,8,'Macau'),(132,9,'Macau'),(132,10,'Macau'),(132,11,'Macau'),(132,12,'Macau'),(132,13,'Macau'),(133,1,'Macedonia'),(133,3,'Macedonia'),(133,4,'Macedonia'),(133,5,'Macedonia'),(133,6,'Macedonia'),(133,7,'Macedonia'),(133,8,'Macedonia'),(133,9,'Macedonia'),(133,10,'Macedonia'),(133,11,'Macedonia'),(133,12,'Macedonia'),(133,13,'Macedonia'),(134,1,'Madagascar'),(134,3,'Madagascar'),(134,4,'Madagascar'),(134,5,'Madagascar'),(134,6,'Madagascar'),(134,7,'Madagascar'),(134,8,'Madagascar'),(134,9,'Madagascar'),(134,10,'Madagascar'),(134,11,'Madagascar'),(134,12,'Madagascar'),(134,13,'Madagascar'),(135,1,'Malawi'),(135,3,'Malawi'),(135,4,'Malawi'),(135,5,'Malawi'),(135,6,'Malawi'),(135,7,'Malawi'),(135,8,'Malawi'),(135,9,'Malawi'),(135,10,'Malawi'),(135,11,'Malawi'),(135,12,'Malawi'),(135,13,'Malawi'),(136,1,'Malaysia'),(136,3,'Malaysia'),(136,4,'Malaysia'),(136,5,'Malaysia'),(136,6,'Malaysia'),(136,7,'Malaysia'),(136,8,'Malaysia'),(136,9,'Malaysia'),(136,10,'Malaysia'),(136,11,'Malaysia'),(136,12,'Malaysia'),(136,13,'Malaysia'),(137,1,'Maldives'),(137,3,'Maldives'),(137,4,'Maldives'),(137,5,'Maldives'),(137,6,'Maldives'),(137,7,'Maldives'),(137,8,'Maldives'),(137,9,'Maldives'),(137,10,'Maldives'),(137,11,'Maldives'),(137,12,'Maldives'),(137,13,'Maldives'),(138,1,'Mali'),(138,3,'Mali'),(138,4,'Mali'),(138,5,'Mali'),(138,6,'Mali'),(138,7,'Mali'),(138,8,'Mali'),(138,9,'Mali'),(138,10,'Mali'),(138,11,'Mali'),(138,12,'Mali'),(138,13,'Mali'),(139,1,'Malta'),(139,3,'Malta'),(139,4,'Malta'),(139,5,'Malta'),(139,6,'Malta'),(139,7,'Malta'),(139,8,'Malta'),(139,9,'Malta'),(139,10,'Malta'),(139,11,'Malta'),(139,12,'Malta'),(139,13,'Malta'),(140,1,'Marshall Islands'),(140,3,'Marshall Islands'),(140,4,'Marshall Islands'),(140,5,'Marshall Islands'),(140,6,'Marshall Islands'),(140,7,'Marshall Islands'),(140,8,'Marshall Islands'),(140,9,'Marshall Islands'),(140,10,'Marshall Islands'),(140,11,'Marshall Islands'),(140,12,'Marshall Islands'),(140,13,'Marshall Islands'),(141,1,'Martinique'),(141,3,'Martinique'),(141,4,'Martinique'),(141,5,'Martinique'),(141,6,'Martinique'),(141,7,'Martinique'),(141,8,'Martinique'),(141,9,'Martinique'),(141,10,'Martinique'),(141,11,'Martinique'),(141,12,'Martinique'),(141,13,'Martinique'),(142,1,'Mauritania'),(142,3,'Mauritania'),(142,4,'Mauritania'),(142,5,'Mauritania'),(142,6,'Mauritania'),(142,7,'Mauritania'),(142,8,'Mauritania'),(142,9,'Mauritania'),(142,10,'Mauritania'),(142,11,'Mauritania'),(142,12,'Mauritania'),(142,13,'Mauritania'),(143,1,'Hungary'),(143,3,'Hungary'),(143,4,'Hungary'),(143,5,'Hungary'),(143,6,'Hungary'),(143,7,'Hungary'),(143,8,'Hungary'),(143,9,'Hungary'),(143,10,'Hungary'),(143,11,'Hungary'),(143,12,'Hungary'),(143,13,'Hungary'),(144,1,'Mayotte'),(144,3,'Mayotte'),(144,4,'Mayotte'),(144,5,'Mayotte'),(144,6,'Mayotte'),(144,7,'Mayotte'),(144,8,'Mayotte'),(144,9,'Mayotte'),(144,10,'Mayotte'),(144,11,'Mayotte'),(144,12,'Mayotte'),(144,13,'Mayotte'),(145,1,'Mexico'),(145,3,'Mexico'),(145,4,'Mexico'),(145,5,'Mexico'),(145,6,'Mexico'),(145,7,'Mexico'),(145,8,'Mexico'),(145,9,'Mexico'),(145,10,'Mexico'),(145,11,'Mexico'),(145,12,'Mexico'),(145,13,'Mexico'),(146,1,'Micronesia'),(146,3,'Micronesia'),(146,4,'Micronesia'),(146,5,'Micronesia'),(146,6,'Micronesia'),(146,7,'Micronesia'),(146,8,'Micronesia'),(146,9,'Micronesia'),(146,10,'Micronesia'),(146,11,'Micronesia'),(146,12,'Micronesia'),(146,13,'Micronesia'),(147,1,'Moldova'),(147,3,'Moldova'),(147,4,'Moldova'),(147,5,'Moldova'),(147,6,'Moldova'),(147,7,'Moldova'),(147,8,'Moldova'),(147,9,'Moldova'),(147,10,'Moldova'),(147,11,'Moldova'),(147,12,'Moldova'),(147,13,'Moldova'),(148,1,'Monaco'),(148,3,'Monaco'),(148,4,'Monaco'),(148,5,'Monaco'),(148,6,'Monaco'),(148,7,'Monaco'),(148,8,'Monaco'),(148,9,'Monaco'),(148,10,'Monaco'),(148,11,'Monaco'),(148,12,'Monaco'),(148,13,'Monaco'),(149,1,'Mongolia'),(149,3,'Mongolia'),(149,4,'Mongolia'),(149,5,'Mongolia'),(149,6,'Mongolia'),(149,7,'Mongolia'),(149,8,'Mongolia'),(149,9,'Mongolia'),(149,10,'Mongolia'),(149,11,'Mongolia'),(149,12,'Mongolia'),(149,13,'Mongolia'),(150,1,'Montenegro'),(150,3,'Montenegro'),(150,4,'Montenegro'),(150,5,'Montenegro'),(150,6,'Montenegro'),(150,7,'Montenegro'),(150,8,'Montenegro'),(150,9,'Montenegro'),(150,10,'Montenegro'),(150,11,'Montenegro'),(150,12,'Montenegro'),(150,13,'Montenegro'),(151,1,'Montserrat'),(151,3,'Montserrat'),(151,4,'Montserrat'),(151,5,'Montserrat'),(151,6,'Montserrat'),(151,7,'Montserrat'),(151,8,'Montserrat'),(151,9,'Montserrat'),(151,10,'Montserrat'),(151,11,'Montserrat'),(151,12,'Montserrat'),(151,13,'Montserrat'),(152,1,'Morocco'),(152,3,'Morocco'),(152,4,'Morocco'),(152,5,'Morocco'),(152,6,'Morocco'),(152,7,'Morocco'),(152,8,'Morocco'),(152,9,'Morocco'),(152,10,'Morocco'),(152,11,'Morocco'),(152,12,'Morocco'),(152,13,'Morocco'),(153,1,'Mozambique'),(153,3,'Mozambique'),(153,4,'Mozambique'),(153,5,'Mozambique'),(153,6,'Mozambique'),(153,7,'Mozambique'),(153,8,'Mozambique'),(153,9,'Mozambique'),(153,10,'Mozambique'),(153,11,'Mozambique'),(153,12,'Mozambique'),(153,13,'Mozambique'),(154,1,'Namibia'),(154,3,'Namibia'),(154,4,'Namibia'),(154,5,'Namibia'),(154,6,'Namibia'),(154,7,'Namibia'),(154,8,'Namibia'),(154,9,'Namibia'),(154,10,'Namibia'),(154,11,'Namibia'),(154,12,'Namibia'),(154,13,'Namibia'),(155,1,'Nauru'),(155,3,'Nauru'),(155,4,'Nauru'),(155,5,'Nauru'),(155,6,'Nauru'),(155,7,'Nauru'),(155,8,'Nauru'),(155,9,'Nauru'),(155,10,'Nauru'),(155,11,'Nauru'),(155,12,'Nauru'),(155,13,'Nauru'),(156,1,'Nepal'),(156,3,'Nepal'),(156,4,'Nepal'),(156,5,'Nepal'),(156,6,'Nepal'),(156,7,'Nepal'),(156,8,'Nepal'),(156,9,'Nepal'),(156,10,'Nepal'),(156,11,'Nepal'),(156,12,'Nepal'),(156,13,'Nepal'),(157,1,'Netherlands Antilles'),(157,3,'Netherlands Antilles'),(157,4,'Netherlands Antilles'),(157,5,'Netherlands Antilles'),(157,6,'Netherlands Antilles'),(157,7,'Netherlands Antilles'),(157,8,'Netherlands Antilles'),(157,9,'Netherlands Antilles'),(157,10,'Netherlands Antilles'),(157,11,'Netherlands Antilles'),(157,12,'Netherlands Antilles'),(157,13,'Netherlands Antilles'),(158,1,'New Caledonia'),(158,3,'New Caledonia'),(158,4,'New Caledonia'),(158,5,'New Caledonia'),(158,6,'New Caledonia'),(158,7,'New Caledonia'),(158,8,'New Caledonia'),(158,9,'New Caledonia'),(158,10,'New Caledonia'),(158,11,'New Caledonia'),(158,12,'New Caledonia'),(158,13,'New Caledonia'),(159,1,'Nicaragua'),(159,3,'Nicaragua'),(159,4,'Nicaragua'),(159,5,'Nicaragua'),(159,6,'Nicaragua'),(159,7,'Nicaragua'),(159,8,'Nicaragua'),(159,9,'Nicaragua'),(159,10,'Nicaragua'),(159,11,'Nicaragua'),(159,12,'Nicaragua'),(159,13,'Nicaragua'),(160,1,'Niger'),(160,3,'Niger'),(160,4,'Niger'),(160,5,'Niger'),(160,6,'Niger'),(160,7,'Niger'),(160,8,'Niger'),(160,9,'Niger'),(160,10,'Niger'),(160,11,'Niger'),(160,12,'Niger'),(160,13,'Niger'),(161,1,'Niue'),(161,3,'Niue'),(161,4,'Niue'),(161,5,'Niue'),(161,6,'Niue'),(161,7,'Niue'),(161,8,'Niue'),(161,9,'Niue'),(161,10,'Niue'),(161,11,'Niue'),(161,12,'Niue'),(161,13,'Niue'),(162,1,'Norfolk Island'),(162,3,'Norfolk Island'),(162,4,'Norfolk Island'),(162,5,'Norfolk Island'),(162,6,'Norfolk Island'),(162,7,'Norfolk Island'),(162,8,'Norfolk Island'),(162,9,'Norfolk Island'),(162,10,'Norfolk Island'),(162,11,'Norfolk Island'),(162,12,'Norfolk Island'),(162,13,'Norfolk Island'),(163,1,'Northern Mariana Islands'),(163,3,'Northern Mariana Islands'),(163,4,'Northern Mariana Islands'),(163,5,'Northern Mariana Islands'),(163,6,'Northern Mariana Islands'),(163,7,'Northern Mariana Islands'),(163,8,'Northern Mariana Islands'),(163,9,'Northern Mariana Islands'),(163,10,'Northern Mariana Islands'),(163,11,'Northern Mariana Islands'),(163,12,'Northern Mariana Islands'),(163,13,'Northern Mariana Islands'),(164,1,'Oman'),(164,3,'Oman'),(164,4,'Oman'),(164,5,'Oman'),(164,6,'Oman'),(164,7,'Oman'),(164,8,'Oman'),(164,9,'Oman'),(164,10,'Oman'),(164,11,'Oman'),(164,12,'Oman'),(164,13,'Oman'),(165,1,'Pakistan'),(165,3,'Pakistan'),(165,4,'Pakistan'),(165,5,'Pakistan'),(165,6,'Pakistan'),(165,7,'Pakistan'),(165,8,'Pakistan'),(165,9,'Pakistan'),(165,10,'Pakistan'),(165,11,'Pakistan'),(165,12,'Pakistan'),(165,13,'Pakistan'),(166,1,'Palau'),(166,3,'Palau'),(166,4,'Palau'),(166,5,'Palau'),(166,6,'Palau'),(166,7,'Palau'),(166,8,'Palau'),(166,9,'Palau'),(166,10,'Palau'),(166,11,'Palau'),(166,12,'Palau'),(166,13,'Palau'),(167,1,'Palestinian Territories'),(167,3,'Palestinian Territories'),(167,4,'Palestinian Territories'),(167,5,'Palestinian Territories'),(167,6,'Palestinian Territories'),(167,7,'Palestinian Territories'),(167,8,'Palestinian Territories'),(167,9,'Palestinian Territories'),(167,10,'Palestinian Territories'),(167,11,'Palestinian Territories'),(167,12,'Palestinian Territories'),(167,13,'Palestinian Territories'),(168,1,'Panama'),(168,3,'Panama'),(168,4,'Panama'),(168,5,'Panama'),(168,6,'Panama'),(168,7,'Panama'),(168,8,'Panama'),(168,9,'Panama'),(168,10,'Panama'),(168,11,'Panama'),(168,12,'Panama'),(168,13,'Panama'),(169,1,'Papua New Guinea'),(169,3,'Papua New Guinea'),(169,4,'Papua New Guinea'),(169,5,'Papua New Guinea'),(169,6,'Papua New Guinea'),(169,7,'Papua New Guinea'),(169,8,'Papua New Guinea'),(169,9,'Papua New Guinea'),(169,10,'Papua New Guinea'),(169,11,'Papua New Guinea'),(169,12,'Papua New Guinea'),(169,13,'Papua New Guinea'),(170,1,'Paraguay'),(170,3,'Paraguay'),(170,4,'Paraguay'),(170,5,'Paraguay'),(170,6,'Paraguay'),(170,7,'Paraguay'),(170,8,'Paraguay'),(170,9,'Paraguay'),(170,10,'Paraguay'),(170,11,'Paraguay'),(170,12,'Paraguay'),(170,13,'Paraguay'),(171,1,'Peru'),(171,3,'Peru'),(171,4,'Peru'),(171,5,'Peru'),(171,6,'Peru'),(171,7,'Peru'),(171,8,'Peru'),(171,9,'Peru'),(171,10,'Peru'),(171,11,'Peru'),(171,12,'Peru'),(171,13,'Peru'),(172,1,'Philippines'),(172,3,'Philippines'),(172,4,'Philippines'),(172,5,'Philippines'),(172,6,'Philippines'),(172,7,'Philippines'),(172,8,'Philippines'),(172,9,'Philippines'),(172,10,'Philippines'),(172,11,'Philippines'),(172,12,'Philippines'),(172,13,'Philippines'),(173,1,'Pitcairn'),(173,3,'Pitcairn'),(173,4,'Pitcairn'),(173,5,'Pitcairn'),(173,6,'Pitcairn'),(173,7,'Pitcairn'),(173,8,'Pitcairn'),(173,9,'Pitcairn'),(173,10,'Pitcairn'),(173,11,'Pitcairn'),(173,12,'Pitcairn'),(173,13,'Pitcairn'),(174,1,'Puerto Rico'),(174,3,'Puerto Rico'),(174,4,'Puerto Rico'),(174,5,'Puerto Rico'),(174,6,'Puerto Rico'),(174,7,'Puerto Rico'),(174,8,'Puerto Rico'),(174,9,'Puerto Rico'),(174,10,'Puerto Rico'),(174,11,'Puerto Rico'),(174,12,'Puerto Rico'),(174,13,'Puerto Rico'),(175,1,'Qatar'),(175,3,'Qatar'),(175,4,'Qatar'),(175,5,'Qatar'),(175,6,'Qatar'),(175,7,'Qatar'),(175,8,'Qatar'),(175,9,'Qatar'),(175,10,'Qatar'),(175,11,'Qatar'),(175,12,'Qatar'),(175,13,'Qatar'),(176,1,'Reunion Island'),(176,3,'Reunion Island'),(176,4,'Reunion Island'),(176,5,'Reunion Island'),(176,6,'Reunion Island'),(176,7,'Reunion Island'),(176,8,'Reunion Island'),(176,9,'Reunion Island'),(176,10,'Reunion Island'),(176,11,'Reunion Island'),(176,12,'Reunion Island'),(176,13,'Reunion Island'),(177,1,'Russian Federation'),(177,3,'Russian Federation'),(177,4,'Russian Federation'),(177,5,'Russian Federation'),(177,6,'Russian Federation'),(177,7,'Russian Federation'),(177,8,'Russian Federation'),(177,9,'Russian Federation'),(177,10,'Russian Federation'),(177,11,'Russian Federation'),(177,12,'Russian Federation'),(177,13,'Russian Federation'),(178,1,'Rwanda'),(178,3,'Rwanda'),(178,4,'Rwanda'),(178,5,'Rwanda'),(178,6,'Rwanda'),(178,7,'Rwanda'),(178,8,'Rwanda'),(178,9,'Rwanda'),(178,10,'Rwanda'),(178,11,'Rwanda'),(178,12,'Rwanda'),(178,13,'Rwanda'),(179,1,'Saint Barthelemy'),(179,3,'Saint Barthelemy'),(179,4,'Saint Barthelemy'),(179,5,'Saint Barthelemy'),(179,6,'Saint Barthelemy'),(179,7,'Saint Barthelemy'),(179,8,'Saint Barthelemy'),(179,9,'Saint Barthelemy'),(179,10,'Saint Barthelemy'),(179,11,'Saint Barthelemy'),(179,12,'Saint Barthelemy'),(179,13,'Saint Barthelemy'),(180,1,'Saint Kitts and Nevis'),(180,3,'Saint Kitts and Nevis'),(180,4,'Saint Kitts and Nevis'),(180,5,'Saint Kitts and Nevis'),(180,6,'Saint Kitts and Nevis'),(180,7,'Saint Kitts and Nevis'),(180,8,'Saint Kitts and Nevis'),(180,9,'Saint Kitts and Nevis'),(180,10,'Saint Kitts and Nevis'),(180,11,'Saint Kitts and Nevis'),(180,12,'Saint Kitts and Nevis'),(180,13,'Saint Kitts and Nevis'),(181,1,'Saint Lucia'),(181,3,'Saint Lucia'),(181,4,'Saint Lucia'),(181,5,'Saint Lucia'),(181,6,'Saint Lucia'),(181,7,'Saint Lucia'),(181,8,'Saint Lucia'),(181,9,'Saint Lucia'),(181,10,'Saint Lucia'),(181,11,'Saint Lucia'),(181,12,'Saint Lucia'),(181,13,'Saint Lucia'),(182,1,'Saint Martin'),(182,3,'Saint Martin'),(182,4,'Saint Martin'),(182,5,'Saint Martin'),(182,6,'Saint Martin'),(182,7,'Saint Martin'),(182,8,'Saint Martin'),(182,9,'Saint Martin'),(182,10,'Saint Martin'),(182,11,'Saint Martin'),(182,12,'Saint Martin'),(182,13,'Saint Martin'),(183,1,'Saint Pierre and Miquelon'),(183,3,'Saint Pierre and Miquelon'),(183,4,'Saint Pierre and Miquelon'),(183,5,'Saint Pierre and Miquelon'),(183,6,'Saint Pierre and Miquelon'),(183,7,'Saint Pierre and Miquelon'),(183,8,'Saint Pierre and Miquelon'),(183,9,'Saint Pierre and Miquelon'),(183,10,'Saint Pierre and Miquelon'),(183,11,'Saint Pierre and Miquelon'),(183,12,'Saint Pierre and Miquelon'),(183,13,'Saint Pierre and Miquelon'),(184,1,'Saint Vincent and the Grenadines'),(184,3,'Saint Vincent and the Grenadines'),(184,4,'Saint Vincent and the Grenadines'),(184,5,'Saint Vincent and the Grenadines'),(184,6,'Saint Vincent and the Grenadines'),(184,7,'Saint Vincent and the Grenadines'),(184,8,'Saint Vincent and the Grenadines'),(184,9,'Saint Vincent and the Grenadines'),(184,10,'Saint Vincent and the Grenadines'),(184,11,'Saint Vincent and the Grenadines'),(184,12,'Saint Vincent and the Grenadines'),(184,13,'Saint Vincent and the Grenadines'),(185,1,'Samoa'),(185,3,'Samoa'),(185,4,'Samoa'),(185,5,'Samoa'),(185,6,'Samoa'),(185,7,'Samoa'),(185,8,'Samoa'),(185,9,'Samoa'),(185,10,'Samoa'),(185,11,'Samoa'),(185,12,'Samoa'),(185,13,'Samoa'),(186,1,'San Marino'),(186,3,'San Marino'),(186,4,'San Marino'),(186,5,'San Marino'),(186,6,'San Marino'),(186,7,'San Marino'),(186,8,'San Marino'),(186,9,'San Marino'),(186,10,'San Marino'),(186,11,'San Marino'),(186,12,'San Marino'),(186,13,'San Marino'),(187,1,'São Tomé and Príncipe'),(187,3,'São Tomé and Príncipe'),(187,4,'São Tomé and Príncipe'),(187,5,'São Tomé and Príncipe'),(187,6,'São Tomé and Príncipe'),(187,7,'São Tomé and Príncipe'),(187,8,'São Tomé and Príncipe'),(187,9,'São Tomé and Príncipe'),(187,10,'São Tomé and Príncipe'),(187,11,'São Tomé and Príncipe'),(187,12,'São Tomé and Príncipe'),(187,13,'São Tomé and Príncipe'),(188,1,'Saudi Arabia'),(188,3,'Saudi Arabia'),(188,4,'Saudi Arabia'),(188,5,'Saudi Arabia'),(188,6,'Saudi Arabia'),(188,7,'Saudi Arabia'),(188,8,'Saudi Arabia'),(188,9,'Saudi Arabia'),(188,10,'Saudi Arabia'),(188,11,'Saudi Arabia'),(188,12,'Saudi Arabia'),(188,13,'Saudi Arabia'),(189,1,'Senegal'),(189,3,'Senegal'),(189,4,'Senegal'),(189,5,'Senegal'),(189,6,'Senegal'),(189,7,'Senegal'),(189,8,'Senegal'),(189,9,'Senegal'),(189,10,'Senegal'),(189,11,'Senegal'),(189,12,'Senegal'),(189,13,'Senegal'),(190,1,'Serbia'),(190,3,'Serbia'),(190,4,'Serbia'),(190,5,'Serbia'),(190,6,'Serbia'),(190,7,'Serbia'),(190,8,'Serbia'),(190,9,'Serbia'),(190,10,'Serbia'),(190,11,'Serbia'),(190,12,'Serbia'),(190,13,'Serbia'),(191,1,'Seychelles'),(191,3,'Seychelles'),(191,4,'Seychelles'),(191,5,'Seychelles'),(191,6,'Seychelles'),(191,7,'Seychelles'),(191,8,'Seychelles'),(191,9,'Seychelles'),(191,10,'Seychelles'),(191,11,'Seychelles'),(191,12,'Seychelles'),(191,13,'Seychelles'),(192,1,'Sierra Leone'),(192,3,'Sierra Leone'),(192,4,'Sierra Leone'),(192,5,'Sierra Leone'),(192,6,'Sierra Leone'),(192,7,'Sierra Leone'),(192,8,'Sierra Leone'),(192,9,'Sierra Leone'),(192,10,'Sierra Leone'),(192,11,'Sierra Leone'),(192,12,'Sierra Leone'),(192,13,'Sierra Leone'),(193,1,'Slovenia'),(193,3,'Slovenia'),(193,4,'Slovenia'),(193,5,'Slovenia'),(193,6,'Slovenia'),(193,7,'Slovenia'),(193,8,'Slovenia'),(193,9,'Slovenia'),(193,10,'Slovenia'),(193,11,'Slovenia'),(193,12,'Slovenia'),(193,13,'Slovenia'),(194,1,'Solomon Islands'),(194,3,'Solomon Islands'),(194,4,'Solomon Islands'),(194,5,'Solomon Islands'),(194,6,'Solomon Islands'),(194,7,'Solomon Islands'),(194,8,'Solomon Islands'),(194,9,'Solomon Islands'),(194,10,'Solomon Islands'),(194,11,'Solomon Islands'),(194,12,'Solomon Islands'),(194,13,'Solomon Islands'),(195,1,'Somalia'),(195,3,'Somalia'),(195,4,'Somalia'),(195,5,'Somalia'),(195,6,'Somalia'),(195,7,'Somalia'),(195,8,'Somalia'),(195,9,'Somalia'),(195,10,'Somalia'),(195,11,'Somalia'),(195,12,'Somalia'),(195,13,'Somalia'),(196,1,'South Georgia and the South Sandwich Islands'),(196,3,'South Georgia and the South Sandwich Islands'),(196,4,'South Georgia and the South Sandwich Islands'),(196,5,'South Georgia and the South Sandwich Islands'),(196,6,'South Georgia and the South Sandwich Islands'),(196,7,'South Georgia and the South Sandwich Islands'),(196,8,'South Georgia and the South Sandwich Islands'),(196,9,'South Georgia and the South Sandwich Islands'),(196,10,'South Georgia and the South Sandwich Islands'),(196,11,'South Georgia and the South Sandwich Islands'),(196,12,'South Georgia and the South Sandwich Islands'),(196,13,'South Georgia and the South Sandwich Islands'),(197,1,'Sri Lanka'),(197,3,'Sri Lanka'),(197,4,'Sri Lanka'),(197,5,'Sri Lanka'),(197,6,'Sri Lanka'),(197,7,'Sri Lanka'),(197,8,'Sri Lanka'),(197,9,'Sri Lanka'),(197,10,'Sri Lanka'),(197,11,'Sri Lanka'),(197,12,'Sri Lanka'),(197,13,'Sri Lanka'),(198,1,'Sudan'),(198,3,'Sudan'),(198,4,'Sudan'),(198,5,'Sudan'),(198,6,'Sudan'),(198,7,'Sudan'),(198,8,'Sudan'),(198,9,'Sudan'),(198,10,'Sudan'),(198,11,'Sudan'),(198,12,'Sudan'),(198,13,'Sudan'),(199,1,'Suriname'),(199,3,'Suriname'),(199,4,'Suriname'),(199,5,'Suriname'),(199,6,'Suriname'),(199,7,'Suriname'),(199,8,'Suriname'),(199,9,'Suriname'),(199,10,'Suriname'),(199,11,'Suriname'),(199,12,'Suriname'),(199,13,'Suriname'),(200,1,'Svalbard and Jan Mayen'),(200,3,'Svalbard and Jan Mayen'),(200,4,'Svalbard and Jan Mayen'),(200,5,'Svalbard and Jan Mayen'),(200,6,'Svalbard and Jan Mayen'),(200,7,'Svalbard and Jan Mayen'),(200,8,'Svalbard and Jan Mayen'),(200,9,'Svalbard and Jan Mayen'),(200,10,'Svalbard and Jan Mayen'),(200,11,'Svalbard and Jan Mayen'),(200,12,'Svalbard and Jan Mayen'),(200,13,'Svalbard and Jan Mayen'),(201,1,'Swaziland'),(201,3,'Swaziland'),(201,4,'Swaziland'),(201,5,'Swaziland'),(201,6,'Swaziland'),(201,7,'Swaziland'),(201,8,'Swaziland'),(201,9,'Swaziland'),(201,10,'Swaziland'),(201,11,'Swaziland'),(201,12,'Swaziland'),(201,13,'Swaziland'),(202,1,'Syria'),(202,3,'Syria'),(202,4,'Syria'),(202,5,'Syria'),(202,6,'Syria'),(202,7,'Syria'),(202,8,'Syria'),(202,9,'Syria'),(202,10,'Syria'),(202,11,'Syria'),(202,12,'Syria'),(202,13,'Syria'),(203,1,'Taiwan'),(203,3,'Taiwan'),(203,4,'Taiwan'),(203,5,'Taiwan'),(203,6,'Taiwan'),(203,7,'Taiwan'),(203,8,'Taiwan'),(203,9,'Taiwan'),(203,10,'Taiwan'),(203,11,'Taiwan'),(203,12,'Taiwan'),(203,13,'Taiwan'),(204,1,'Tajikistan'),(204,3,'Tajikistan'),(204,4,'Tajikistan'),(204,5,'Tajikistan'),(204,6,'Tajikistan'),(204,7,'Tajikistan'),(204,8,'Tajikistan'),(204,9,'Tajikistan'),(204,10,'Tajikistan'),(204,11,'Tajikistan'),(204,12,'Tajikistan'),(204,13,'Tajikistan'),(205,1,'Tanzania'),(205,3,'Tanzania'),(205,4,'Tanzania'),(205,5,'Tanzania'),(205,6,'Tanzania'),(205,7,'Tanzania'),(205,8,'Tanzania'),(205,9,'Tanzania'),(205,10,'Tanzania'),(205,11,'Tanzania'),(205,12,'Tanzania'),(205,13,'Tanzania'),(206,1,'Thailand'),(206,3,'Thailand'),(206,4,'Thailand'),(206,5,'Thailand'),(206,6,'Thailand'),(206,7,'Thailand'),(206,8,'Thailand'),(206,9,'Thailand'),(206,10,'Thailand'),(206,11,'Thailand'),(206,12,'Thailand'),(206,13,'Thailand'),(207,1,'Tokelau'),(207,3,'Tokelau'),(207,4,'Tokelau'),(207,5,'Tokelau'),(207,6,'Tokelau'),(207,7,'Tokelau'),(207,8,'Tokelau'),(207,9,'Tokelau'),(207,10,'Tokelau'),(207,11,'Tokelau'),(207,12,'Tokelau'),(207,13,'Tokelau'),(208,1,'Tonga'),(208,3,'Tonga'),(208,4,'Tonga'),(208,5,'Tonga'),(208,6,'Tonga'),(208,7,'Tonga'),(208,8,'Tonga'),(208,9,'Tonga'),(208,10,'Tonga'),(208,11,'Tonga'),(208,12,'Tonga'),(208,13,'Tonga'),(209,1,'Trinidad and Tobago'),(209,3,'Trinidad and Tobago'),(209,4,'Trinidad and Tobago'),(209,5,'Trinidad and Tobago'),(209,6,'Trinidad and Tobago'),(209,7,'Trinidad and Tobago'),(209,8,'Trinidad and Tobago'),(209,9,'Trinidad and Tobago'),(209,10,'Trinidad and Tobago'),(209,11,'Trinidad and Tobago'),(209,12,'Trinidad and Tobago'),(209,13,'Trinidad and Tobago'),(210,1,'Tunisia'),(210,3,'Tunisia'),(210,4,'Tunisia'),(210,5,'Tunisia'),(210,6,'Tunisia'),(210,7,'Tunisia'),(210,8,'Tunisia'),(210,9,'Tunisia'),(210,10,'Tunisia'),(210,11,'Tunisia'),(210,12,'Tunisia'),(210,13,'Tunisia'),(211,1,'Turkey'),(211,3,'Turkey'),(211,4,'Turkey'),(211,5,'Turkey'),(211,6,'Turkey'),(211,7,'Turkey'),(211,8,'Turkey'),(211,9,'Turkey'),(211,10,'Turkey'),(211,11,'Turkey'),(211,12,'Turkey'),(211,13,'Turkey'),(212,1,'Turkmenistan'),(212,3,'Turkmenistan'),(212,4,'Turkmenistan'),(212,5,'Turkmenistan'),(212,6,'Turkmenistan'),(212,7,'Turkmenistan'),(212,8,'Turkmenistan'),(212,9,'Turkmenistan'),(212,10,'Turkmenistan'),(212,11,'Turkmenistan'),(212,12,'Turkmenistan'),(212,13,'Turkmenistan'),(213,1,'Turks and Caicos Islands'),(213,3,'Turks and Caicos Islands'),(213,4,'Turks and Caicos Islands'),(213,5,'Turks and Caicos Islands'),(213,6,'Turks and Caicos Islands'),(213,7,'Turks and Caicos Islands'),(213,8,'Turks and Caicos Islands'),(213,9,'Turks and Caicos Islands'),(213,10,'Turks and Caicos Islands'),(213,11,'Turks and Caicos Islands'),(213,12,'Turks and Caicos Islands'),(213,13,'Turks and Caicos Islands'),(214,1,'Tuvalu'),(214,3,'Tuvalu'),(214,4,'Tuvalu'),(214,5,'Tuvalu'),(214,6,'Tuvalu'),(214,7,'Tuvalu'),(214,8,'Tuvalu'),(214,9,'Tuvalu'),(214,10,'Tuvalu'),(214,11,'Tuvalu'),(214,12,'Tuvalu'),(214,13,'Tuvalu'),(215,1,'Uganda'),(215,3,'Uganda'),(215,4,'Uganda'),(215,5,'Uganda'),(215,6,'Uganda'),(215,7,'Uganda'),(215,8,'Uganda'),(215,9,'Uganda'),(215,10,'Uganda'),(215,11,'Uganda'),(215,12,'Uganda'),(215,13,'Uganda'),(216,1,'Ukraine'),(216,3,'Ukraine'),(216,4,'Ukraine'),(216,5,'Ukraine'),(216,6,'Ukraine'),(216,7,'Ukraine'),(216,8,'Ukraine'),(216,9,'Ukraine'),(216,10,'Ukraine'),(216,11,'Ukraine'),(216,12,'Ukraine'),(216,13,'Ukraine'),(217,1,'United Arab Emirates'),(217,3,'United Arab Emirates'),(217,4,'United Arab Emirates'),(217,5,'United Arab Emirates'),(217,6,'United Arab Emirates'),(217,7,'United Arab Emirates'),(217,8,'United Arab Emirates'),(217,9,'United Arab Emirates'),(217,10,'United Arab Emirates'),(217,11,'United Arab Emirates'),(217,12,'United Arab Emirates'),(217,13,'United Arab Emirates'),(218,1,'Uruguay'),(218,3,'Uruguay'),(218,4,'Uruguay'),(218,5,'Uruguay'),(218,6,'Uruguay'),(218,7,'Uruguay'),(218,8,'Uruguay'),(218,9,'Uruguay'),(218,10,'Uruguay'),(218,11,'Uruguay'),(218,12,'Uruguay'),(218,13,'Uruguay'),(219,1,'Uzbekistan'),(219,3,'Uzbekistan'),(219,4,'Uzbekistan'),(219,5,'Uzbekistan'),(219,6,'Uzbekistan'),(219,7,'Uzbekistan'),(219,8,'Uzbekistan'),(219,9,'Uzbekistan'),(219,10,'Uzbekistan'),(219,11,'Uzbekistan'),(219,12,'Uzbekistan'),(219,13,'Uzbekistan'),(220,1,'Vanuatu'),(220,3,'Vanuatu'),(220,4,'Vanuatu'),(220,5,'Vanuatu'),(220,6,'Vanuatu'),(220,7,'Vanuatu'),(220,8,'Vanuatu'),(220,9,'Vanuatu'),(220,10,'Vanuatu'),(220,11,'Vanuatu'),(220,12,'Vanuatu'),(220,13,'Vanuatu'),(221,1,'Venezuela'),(221,3,'Venezuela'),(221,4,'Venezuela'),(221,5,'Venezuela'),(221,6,'Venezuela'),(221,7,'Venezuela'),(221,8,'Venezuela'),(221,9,'Venezuela'),(221,10,'Venezuela'),(221,11,'Venezuela'),(221,12,'Venezuela'),(221,13,'Venezuela'),(222,1,'Vietnam'),(222,3,'Vietnam'),(222,4,'Vietnam'),(222,5,'Vietnam'),(222,6,'Vietnam'),(222,7,'Vietnam'),(222,8,'Vietnam'),(222,9,'Vietnam'),(222,10,'Vietnam'),(222,11,'Vietnam'),(222,12,'Vietnam'),(222,13,'Vietnam'),(223,1,'Virgin Islands (British)'),(223,3,'Virgin Islands (British)'),(223,4,'Virgin Islands (British)'),(223,5,'Virgin Islands (British)'),(223,6,'Virgin Islands (British)'),(223,7,'Virgin Islands (British)'),(223,8,'Virgin Islands (British)'),(223,9,'Virgin Islands (British)'),(223,10,'Virgin Islands (British)'),(223,11,'Virgin Islands (British)'),(223,12,'Virgin Islands (British)'),(223,13,'Virgin Islands (British)'),(224,1,'Virgin Islands (U.S.)'),(224,3,'Virgin Islands (U.S.)'),(224,4,'Virgin Islands (U.S.)'),(224,5,'Virgin Islands (U.S.)'),(224,6,'Virgin Islands (U.S.)'),(224,7,'Virgin Islands (U.S.)'),(224,8,'Virgin Islands (U.S.)'),(224,9,'Virgin Islands (U.S.)'),(224,10,'Virgin Islands (U.S.)'),(224,11,'Virgin Islands (U.S.)'),(224,12,'Virgin Islands (U.S.)'),(224,13,'Virgin Islands (U.S.)'),(225,1,'Wallis and Futuna'),(225,3,'Wallis and Futuna'),(225,4,'Wallis and Futuna'),(225,5,'Wallis and Futuna'),(225,6,'Wallis and Futuna'),(225,7,'Wallis and Futuna'),(225,8,'Wallis and Futuna'),(225,9,'Wallis and Futuna'),(225,10,'Wallis and Futuna'),(225,11,'Wallis and Futuna'),(225,12,'Wallis and Futuna'),(225,13,'Wallis and Futuna'),(226,1,'Western Sahara'),(226,3,'Western Sahara'),(226,4,'Western Sahara'),(226,5,'Western Sahara'),(226,6,'Western Sahara'),(226,7,'Western Sahara'),(226,8,'Western Sahara'),(226,9,'Western Sahara'),(226,10,'Western Sahara'),(226,11,'Western Sahara'),(226,12,'Western Sahara'),(226,13,'Western Sahara'),(227,1,'Yemen'),(227,3,'Yemen'),(227,4,'Yemen'),(227,5,'Yemen'),(227,6,'Yemen'),(227,7,'Yemen'),(227,8,'Yemen'),(227,9,'Yemen'),(227,10,'Yemen'),(227,11,'Yemen'),(227,12,'Yemen'),(227,13,'Yemen'),(228,1,'Zambia'),(228,3,'Zambia'),(228,4,'Zambia'),(228,5,'Zambia'),(228,6,'Zambia'),(228,7,'Zambia'),(228,8,'Zambia'),(228,9,'Zambia'),(228,10,'Zambia'),(228,11,'Zambia'),(228,12,'Zambia'),(228,13,'Zambia'),(229,1,'Zimbabwe'),(229,3,'Zimbabwe'),(229,4,'Zimbabwe'),(229,5,'Zimbabwe'),(229,6,'Zimbabwe'),(229,7,'Zimbabwe'),(229,8,'Zimbabwe'),(229,9,'Zimbabwe'),(229,10,'Zimbabwe'),(229,11,'Zimbabwe'),(229,12,'Zimbabwe'),(229,13,'Zimbabwe'),(230,1,'Albania'),(230,3,'Albania'),(230,4,'Albania'),(230,5,'Albania'),(230,6,'Albania'),(230,7,'Albania'),(230,8,'Albania'),(230,9,'Albania'),(230,10,'Albania'),(230,11,'Albania'),(230,12,'Albania'),(230,13,'Albania'),(231,1,'Afghanistan'),(231,3,'Afghanistan'),(231,4,'Afghanistan'),(231,5,'Afghanistan'),(231,6,'Afghanistan'),(231,7,'Afghanistan'),(231,8,'Afghanistan'),(231,9,'Afghanistan'),(231,10,'Afghanistan'),(231,11,'Afghanistan'),(231,12,'Afghanistan'),(231,13,'Afghanistan'),(232,1,'Antarctica'),(232,3,'Antarctica'),(232,4,'Antarctica'),(232,5,'Antarctica'),(232,6,'Antarctica'),(232,7,'Antarctica'),(232,8,'Antarctica'),(232,9,'Antarctica'),(232,10,'Antarctica'),(232,11,'Antarctica'),(232,12,'Antarctica'),(232,13,'Antarctica'),(233,1,'Bosnia and Herzegovina'),(233,3,'Bosnia and Herzegovina'),(233,4,'Bosnia and Herzegovina'),(233,5,'Bosnia and Herzegovina'),(233,6,'Bosnia and Herzegovina'),(233,7,'Bosnia and Herzegovina'),(233,8,'Bosnia and Herzegovina'),(233,9,'Bosnia and Herzegovina'),(233,10,'Bosnia and Herzegovina'),(233,11,'Bosnia and Herzegovina'),(233,12,'Bosnia and Herzegovina'),(233,13,'Bosnia and Herzegovina'),(234,1,'Bouvet Island'),(234,3,'Bouvet Island'),(234,4,'Bouvet Island'),(234,5,'Bouvet Island'),(234,6,'Bouvet Island'),(234,7,'Bouvet Island'),(234,8,'Bouvet Island'),(234,9,'Bouvet Island'),(234,10,'Bouvet Island'),(234,11,'Bouvet Island'),(234,12,'Bouvet Island'),(234,13,'Bouvet Island'),(235,1,'British Indian Ocean Territory'),(235,3,'British Indian Ocean Territory'),(235,4,'British Indian Ocean Territory'),(235,5,'British Indian Ocean Territory'),(235,6,'British Indian Ocean Territory'),(235,7,'British Indian Ocean Territory'),(235,8,'British Indian Ocean Territory'),(235,9,'British Indian Ocean Territory'),(235,10,'British Indian Ocean Territory'),(235,11,'British Indian Ocean Territory'),(235,12,'British Indian Ocean Territory'),(235,13,'British Indian Ocean Territory'),(236,1,'Bulgaria'),(236,3,'Bulgaria'),(236,4,'Bulgaria'),(236,5,'Bulgaria'),(236,6,'Bulgaria'),(236,7,'Bulgaria'),(236,8,'Bulgaria'),(236,9,'Bulgaria'),(236,10,'Bulgaria'),(236,11,'Bulgaria'),(236,12,'Bulgaria'),(236,13,'Bulgaria'),(237,1,'Cayman Islands'),(237,3,'Cayman Islands'),(237,4,'Cayman Islands'),(237,5,'Cayman Islands'),(237,6,'Cayman Islands'),(237,7,'Cayman Islands'),(237,8,'Cayman Islands'),(237,9,'Cayman Islands'),(237,10,'Cayman Islands'),(237,11,'Cayman Islands'),(237,12,'Cayman Islands'),(237,13,'Cayman Islands'),(238,1,'Christmas Island'),(238,3,'Christmas Island'),(238,4,'Christmas Island'),(238,5,'Christmas Island'),(238,6,'Christmas Island'),(238,7,'Christmas Island'),(238,8,'Christmas Island'),(238,9,'Christmas Island'),(238,10,'Christmas Island'),(238,11,'Christmas Island'),(238,12,'Christmas Island'),(238,13,'Christmas Island'),(239,1,'Cocos (Keeling) Islands'),(239,3,'Cocos (Keeling) Islands'),(239,4,'Cocos (Keeling) Islands'),(239,5,'Cocos (Keeling) Islands'),(239,6,'Cocos (Keeling) Islands'),(239,7,'Cocos (Keeling) Islands'),(239,8,'Cocos (Keeling) Islands'),(239,9,'Cocos (Keeling) Islands'),(239,10,'Cocos (Keeling) Islands'),(239,11,'Cocos (Keeling) Islands'),(239,12,'Cocos (Keeling) Islands'),(239,13,'Cocos (Keeling) Islands'),(240,1,'Cook Islands'),(240,3,'Cook Islands'),(240,4,'Cook Islands'),(240,5,'Cook Islands'),(240,6,'Cook Islands'),(240,7,'Cook Islands'),(240,8,'Cook Islands'),(240,9,'Cook Islands'),(240,10,'Cook Islands'),(240,11,'Cook Islands'),(240,12,'Cook Islands'),(240,13,'Cook Islands'),(241,1,'French Guiana'),(241,3,'French Guiana'),(241,4,'French Guiana'),(241,5,'French Guiana'),(241,6,'French Guiana'),(241,7,'French Guiana'),(241,8,'French Guiana'),(241,9,'French Guiana'),(241,10,'French Guiana'),(241,11,'French Guiana'),(241,12,'French Guiana'),(241,13,'French Guiana'),(242,1,'French Polynesia'),(242,3,'French Polynesia'),(242,4,'French Polynesia'),(242,5,'French Polynesia'),(242,6,'French Polynesia'),(242,7,'French Polynesia'),(242,8,'French Polynesia'),(242,9,'French Polynesia'),(242,10,'French Polynesia'),(242,11,'French Polynesia'),(242,12,'French Polynesia'),(242,13,'French Polynesia'),(243,1,'French Southern Territories'),(243,3,'French Southern Territories'),(243,4,'French Southern Territories'),(243,5,'French Southern Territories'),(243,6,'French Southern Territories'),(243,7,'French Southern Territories'),(243,8,'French Southern Territories'),(243,9,'French Southern Territories'),(243,10,'French Southern Territories'),(243,11,'French Southern Territories'),(243,12,'French Southern Territories'),(243,13,'French Southern Territories'),(244,1,'Åland Islands'),(244,3,'Åland Islands'),(244,4,'Åland Islands'),(244,5,'Åland Islands'),(244,6,'Åland Islands'),(244,7,'Åland Islands'),(244,8,'Åland Islands'),(244,9,'Åland Islands'),(244,10,'Åland Islands'),(244,11,'Åland Islands'),(244,12,'Åland Islands'),(244,13,'Åland Islands'),(245,1,'test'),(245,3,'test'),(245,4,'test'),(245,5,'test'),(245,6,'test'),(245,7,'test'),(245,8,'test'),(245,9,'test'),(245,10,'test'),(245,11,'test'),(245,12,'test'),(245,13,'test'); -/*!40000 ALTER TABLE `ps_country_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_country_shop` --- - -DROP TABLE IF EXISTS `ps_country_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_country_shop` ( - `id_country` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_country`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_country_shop` --- - -LOCK TABLES `ps_country_shop` WRITE; -/*!40000 ALTER TABLE `ps_country_shop` DISABLE KEYS */; -INSERT INTO `ps_country_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(94,1),(95,1),(96,1),(97,1),(98,1),(99,1),(100,1),(101,1),(102,1),(103,1),(104,1),(105,1),(106,1),(107,1),(108,1),(109,1),(110,1),(111,1),(112,1),(113,1),(114,1),(115,1),(116,1),(117,1),(118,1),(119,1),(120,1),(121,1),(122,1),(123,1),(124,1),(125,1),(126,1),(127,1),(128,1),(129,1),(130,1),(131,1),(132,1),(133,1),(134,1),(135,1),(136,1),(137,1),(138,1),(139,1),(140,1),(141,1),(142,1),(143,1),(144,1),(145,1),(146,1),(147,1),(148,1),(149,1),(150,1),(151,1),(152,1),(153,1),(154,1),(155,1),(156,1),(157,1),(158,1),(159,1),(160,1),(161,1),(162,1),(163,1),(164,1),(165,1),(166,1),(167,1),(168,1),(169,1),(170,1),(171,1),(172,1),(173,1),(174,1),(175,1),(176,1),(177,1),(178,1),(179,1),(180,1),(181,1),(182,1),(183,1),(184,1),(185,1),(186,1),(187,1),(188,1),(189,1),(190,1),(191,1),(192,1),(193,1),(194,1),(195,1),(196,1),(197,1),(198,1),(199,1),(200,1),(201,1),(202,1),(203,1),(204,1),(205,1),(206,1),(207,1),(208,1),(209,1),(210,1),(211,1),(212,1),(213,1),(214,1),(215,1),(216,1),(217,1),(218,1),(219,1),(220,1),(221,1),(222,1),(223,1),(224,1),(225,1),(226,1),(227,1),(228,1),(229,1),(230,1),(231,1),(232,1),(233,1),(234,1),(235,1),(236,1),(237,1),(238,1),(239,1),(240,1),(241,1),(242,1),(243,1),(244,1),(245,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2),(7,2),(8,2),(9,2),(10,2),(11,2),(12,2),(13,2),(14,2),(15,2),(16,2),(17,2),(18,2),(19,2),(20,2),(21,2),(22,2),(23,2),(24,2),(25,2),(26,2),(27,2),(28,2),(29,2),(30,2),(31,2),(32,2),(33,2),(34,2),(35,2),(36,2),(37,2),(38,2),(39,2),(40,2),(41,2),(42,2),(43,2),(44,2),(45,2),(46,2),(47,2),(48,2),(49,2),(50,2),(51,2),(52,2),(53,2),(54,2),(55,2),(56,2),(57,2),(58,2),(59,2),(60,2),(61,2),(62,2),(63,2),(64,2),(65,2),(66,2),(67,2),(68,2),(69,2),(70,2),(71,2),(72,2),(73,2),(74,2),(75,2),(76,2),(77,2),(78,2),(79,2),(80,2),(81,2),(82,2),(83,2),(84,2),(85,2),(86,2),(87,2),(88,2),(89,2),(90,2),(91,2),(92,2),(93,2),(94,2),(95,2),(96,2),(97,2),(98,2),(99,2),(100,2),(101,2),(102,2),(103,2),(104,2),(105,2),(106,2),(107,2),(108,2),(109,2),(110,2),(111,2),(112,2),(113,2),(114,2),(115,2),(116,2),(117,2),(118,2),(119,2),(120,2),(121,2),(122,2),(123,2),(124,2),(125,2),(126,2),(127,2),(128,2),(129,2),(130,2),(131,2),(132,2),(133,2),(134,2),(135,2),(136,2),(137,2),(138,2),(139,2),(140,2),(141,2),(142,2),(143,2),(144,2),(145,2),(146,2),(147,2),(148,2),(149,2),(150,2),(151,2),(152,2),(153,2),(154,2),(155,2),(156,2),(157,2),(158,2),(159,2),(160,2),(161,2),(162,2),(163,2),(164,2),(165,2),(166,2),(167,2),(168,2),(169,2),(170,2),(171,2),(172,2),(173,2),(174,2),(175,2),(176,2),(177,2),(178,2),(179,2),(180,2),(181,2),(182,2),(183,2),(184,2),(185,2),(186,2),(187,2),(188,2),(189,2),(190,2),(191,2),(192,2),(193,2),(194,2),(195,2),(196,2),(197,2),(198,2),(199,2),(200,2),(201,2),(202,2),(203,2),(204,2),(205,2),(206,2),(207,2),(208,2),(209,2),(210,2),(211,2),(212,2),(213,2),(214,2),(215,2),(216,2),(217,2),(218,2),(219,2),(220,2),(221,2),(222,2),(223,2),(224,2),(225,2),(226,2),(227,2),(228,2),(229,2),(230,2),(231,2),(232,2),(233,2),(234,2),(235,2),(236,2),(237,2),(238,2),(239,2),(240,2),(241,2),(242,2),(243,2),(244,2); -/*!40000 ALTER TABLE `ps_country_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_currency` --- - -DROP TABLE IF EXISTS `ps_currency`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_currency` ( - `id_currency` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `iso_code` varchar(3) NOT NULL DEFAULT '0', - `numeric_iso_code` varchar(3) DEFAULT NULL, - `precision` int(2) NOT NULL DEFAULT '6', - `conversion_rate` decimal(13,6) NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_currency`), - KEY `currency_iso_code` (`iso_code`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_currency` --- - -LOCK TABLES `ps_currency` WRITE; -/*!40000 ALTER TABLE `ps_currency` DISABLE KEYS */; -INSERT INTO `ps_currency` VALUES (1,'','EUR','978',2,1.000000,0,1),(2,'','USD','840',2,1.025352,0,1),(3,'','SGD','702',2,1.415749,0,1),(4,'','PLN','985',2,4.697354,0,1),(5,'','XUA','965',2,1.000000,0,1),(6,'','JPY','392',0,145.576413,0,1),(7,'','DKK','208',2,7.437574,0,1); -/*!40000 ALTER TABLE `ps_currency` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_currency_lang` --- - -DROP TABLE IF EXISTS `ps_currency_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_currency_lang` ( - `id_currency` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `symbol` varchar(255) NOT NULL, - PRIMARY KEY (`id_currency`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_currency_lang` --- - -LOCK TABLES `ps_currency_lang` WRITE; -/*!40000 ALTER TABLE `ps_currency_lang` DISABLE KEYS */; -INSERT INTO `ps_currency_lang` VALUES (1,1,'Euro','€'),(1,3,'Euro','€'),(1,4,'euro','€'),(1,5,'Euro','€'),(1,6,'Euro','€'),(1,7,'欧元','€'),(1,8,'யூரோ','€'),(1,9,'euro','€'),(1,10,'euro','€'),(1,11,'ユーロ','€'),(1,12,'Euro','€'),(1,13,'euro','€'),(2,1,'US Dollar','$'),(2,3,'Amerikaanse dollar','$'),(2,4,'dollar des États-Unis','$'),(2,5,'US-Dollar','$'),(2,6,'Dolar AS','$'),(2,7,'美元','$'),(2,8,'அமெரிக்க டாலர்','$'),(2,9,'dolar amerykański','$'),(2,10,'Yhdysvaltain dollari','$'),(2,11,'米ドル','$'),(2,12,'US Dollar','$'),(2,13,'amerikansk dollar','$'),(3,1,'Singapore Dollar','$'),(3,3,'Singaporese dollar','$'),(3,4,'dollar de Singapour','$'),(3,5,'Singapur-Dollar','$'),(3,6,'Dolar Singapura','$'),(3,7,'新加坡元','$'),(3,8,'சிங்கப்பூர் டாலர்','$'),(3,9,'dolar singapurski','$'),(3,10,'Singaporen dollari','SGD'),(3,11,'シンガポール ドル','$'),(3,12,'Singapore Dollar','$'),(3,13,'singaporeansk dollar','$'),(4,1,'Polish Zloty','zł'),(4,3,'Poolse zloty','zł'),(4,4,'zloty polonais','zł'),(4,5,'Polnischer Złoty','zł'),(4,6,'Zloty Poland','zł'),(4,7,'波兰兹罗提','zł'),(4,8,'போலிஷ் ஸ்லாட்டி','zł'),(4,9,'złoty polski','zł'),(4,10,'Puolan złoty','PLN'),(4,11,'ポーランド ズウォティ','zł'),(4,12,'Polish Zloty','zł'),(4,13,'polsk zloty','zł'),(5,1,'ADB Unit of Account','XUA'),(5,3,'ADB-rekeneenheid','XUA'),(5,4,'unité de compte ADB','XUA'),(5,5,'Rechnungseinheit der AfEB','XUA'),(5,6,'',''),(5,7,'',''),(5,8,'',''),(5,9,'',''),(5,10,'afrikkalainen AfDB-laskentayksikkö','XUA'),(5,11,'UA (アフリカ開発銀行)','XUA'),(5,12,'ADB Unit of Account','XUA'),(5,13,'',''),(6,1,'Japanese Yen','¥'),(6,3,'Japanse yen','¥'),(6,4,'yen japonais','¥'),(6,5,'Japanischer Yen','¥'),(6,6,'Yen Jepun','¥'),(6,7,'日元','¥'),(6,8,'ஜப்பானிய யென்','¥'),(6,9,'jen japoński','¥'),(6,10,'Japanin jeni','¥'),(6,11,'日本円','¥'),(6,12,'Japanese Yen','¥'),(6,13,'japansk yen','¥'),(7,1,'Danish Krone','kr'),(7,3,'Deense kroon','kr'),(7,4,'couronne danoise','kr'),(7,5,'Dänische Krone','kr'),(7,6,'Krone Denmark','kr'),(7,7,'丹麦克朗','kr'),(7,8,'டேனிஷ் க்ரோன்','kr'),(7,9,'korona duńska','kr'),(7,10,'Tanskan kruunu','DKK'),(7,11,'デンマーク クローネ','kr'),(7,12,'Danish Krone','kr'),(7,13,'dansk krone','kr.'); -/*!40000 ALTER TABLE `ps_currency_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_currency_shop` --- - -DROP TABLE IF EXISTS `ps_currency_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_currency_shop` ( - `id_currency` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `conversion_rate` decimal(13,6) NOT NULL, - PRIMARY KEY (`id_currency`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_currency_shop` --- - -LOCK TABLES `ps_currency_shop` WRITE; -/*!40000 ALTER TABLE `ps_currency_shop` DISABLE KEYS */; -INSERT INTO `ps_currency_shop` VALUES (1,1,1.000000),(1,2,1.000000),(2,1,1.025352),(2,2,1.198531),(3,1,1.415749),(3,2,1.605797),(4,1,4.697354),(4,2,4.597492),(5,1,1.000000),(6,1,145.576413),(7,1,7.437574); -/*!40000 ALTER TABLE `ps_currency_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer` --- - -DROP TABLE IF EXISTS `ps_customer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer` ( - `id_customer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_gender` int(10) unsigned NOT NULL, - `id_default_group` int(10) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned DEFAULT NULL, - `id_risk` int(10) unsigned NOT NULL DEFAULT '1', - `company` varchar(255) DEFAULT NULL, - `siret` varchar(14) DEFAULT NULL, - `pec` varchar(128) DEFAULT NULL, - `sdi` varchar(128) DEFAULT NULL, - `vatNumber` varchar(128) DEFAULT NULL, - `ape` varchar(5) DEFAULT NULL, - `firstname` varchar(255) NOT NULL, - `lastname` varchar(255) NOT NULL, - `email` varchar(255) NOT NULL, - `passwd` varchar(255) NOT NULL, - `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `birthday` date DEFAULT NULL, - `newsletter` tinyint(1) unsigned NOT NULL DEFAULT '0', - `ip_registration_newsletter` varchar(15) DEFAULT NULL, - `newsletter_date_add` datetime DEFAULT NULL, - `optin` tinyint(1) unsigned NOT NULL DEFAULT '0', - `website` varchar(128) DEFAULT NULL, - `outstanding_allow_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `show_public_prices` tinyint(1) unsigned NOT NULL DEFAULT '0', - `max_payment_days` int(10) unsigned NOT NULL DEFAULT '60', - `secure_key` varchar(32) NOT NULL DEFAULT '-1', - `note` text, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `is_guest` tinyint(1) NOT NULL DEFAULT '0', - `deleted` tinyint(1) NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `reset_password_token` varchar(40) DEFAULT NULL, - `reset_password_validity` datetime DEFAULT NULL, - PRIMARY KEY (`id_customer`), - KEY `customer_email` (`email`), - KEY `customer_login` (`email`,`passwd`), - KEY `id_customer_passwd` (`id_customer`,`passwd`), - KEY `id_gender` (`id_gender`), - KEY `id_shop_group` (`id_shop_group`), - KEY `id_shop` (`id_shop`,`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=380 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer` --- - -LOCK TABLES `ps_customer` WRITE; -/*!40000 ALTER TABLE `ps_customer` DISABLE KEYS */; -INSERT INTO `ps_customer` VALUES (1,1,1,1,3,1,0,'','',NULL,NULL,NULL,'','Anonymous','Anonymous','anonymous@psgdpr.com','prestashop','2020-11-03 06:10:59','0000-00-00',0,'','0000-00-00 00:00:00',1,'',0.000000,0,0,'18f7dbbb2722da31cf0779f946934d02','',0,0,0,'2020-11-03 14:10:59','2020-11-03 14:10:59','','0000-00-00 00:00:00'),(2,1,1,1,3,1,0,'','',NULL,NULL,NULL,'','John','DOE','pub@prestashop.com','3965f7f08804fbd5553fd881ad0bf81f','2020-11-03 06:11:35','1970-01-15',1,'','2013-12-13 08:19:15',1,'',0.000000,0,0,'fb020be15c7b1d4c98acf82719850a1f','',1,0,0,'2020-11-03 14:11:35','2020-11-03 14:11:35','','0000-00-00 00:00:00'),(3,1,1,0,3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','$2y$10$dNHZzlNKnpnvY05IpwyRhuF91Km.k.mfFGOewVkNcw6JF0SlgSjK2','2020-11-03 06:25:51','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5d0f760482c09e0dbb7301c0a0825249',NULL,1,0,0,'2020-11-03 14:25:51','2022-03-25 12:48:44',NULL,'0000-00-00 00:00:00'),(4,1,1,0,2,1,0,'','',NULL,NULL,NULL,'','Lukas','Vaivada','lukafdgfdgf@gmail.com','$2y$10$zmh3MKp2zsm7/y0tE8Pjk.Da6K7E8pCwx/obrSRfSlUEpXkv/UarS','2020-11-13 06:56:32','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'111de24ea422b1c6073d1aee588f2a4b','',1,1,0,'2020-11-13 14:56:32','2020-11-13 14:56:32','','0000-00-00 00:00:00'),(6,1,1,1,3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'SIMONAS','TEST','simonas.burneikis@invertus.eu','$2y$10$o3PlZVDiKHMtxFXyYXYgLevVBvP3TXvAQ763Mp7MFa6Mz1IeQxtdG','2021-01-25 05:41:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5fc766293f827aeae1fb6ad7a0d73954',NULL,1,0,0,'2021-01-25 13:41:31','2021-10-13 09:59:07',NULL,'0000-00-00 00:00:00'),(7,1,1,0,3,1,0,'','',NULL,NULL,NULL,'','Lukas','Vaivada','lukvaidemo@gmail.com','$2y$10$hRzjrTaW5mOYvTlaXRP3m.ZJCS7EoCTY.FH3.HygcPqTBHyw2xvBm','2021-01-28 05:31:16','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'dfd600ac5712793528e9c0580bae2676','',1,0,0,'2021-01-28 13:31:16','2021-01-28 13:31:16','','0000-00-00 00:00:00'),(8,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'Test','Tester','tester123@gmail.com','$2y$10$CoIAPo/z64I/TztkwSAq.OzgQsH9uI7k/m6yh/sRi76AK.NhbuyjK','2021-01-28 06:18:43','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'07a53a01ac13782adfb582e4b079d285',NULL,1,1,0,'2021-01-28 14:18:43','2021-01-28 14:22:14',NULL,'0000-00-00 00:00:00'),(9,1,1,0,2,1,0,'','',NULL,NULL,NULL,'','afasfa','asfasf','marius.gudauskis2@invertus.eu','$2y$10$xawjPDDuG5NoR9N60dqla.6H55vi2pgMDvmcXBZRCNhEhevBmweuK','2021-08-05 06:55:23','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'904104e855d4094cae2982e5e2f67e0f','',1,1,0,'2021-08-05 15:55:23','2021-08-05 15:55:23','','0000-00-00 00:00:00'),(10,1,1,0,2,5,0,'','',NULL,NULL,NULL,'','test','test','test@tet.com','$2y$10$Z0SreTM1PDbc4ZeXHVxmMuK.mmexVQ2zECfSGzTKO.Q8ZWfTZNPlK','2021-08-12 09:04:01','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'7aaea5ea388839dbfaaa2536bda53667','',1,1,0,'2021-08-12 18:04:01','2021-08-12 18:04:01','','0000-00-00 00:00:00'),(11,1,1,0,3,1,0,'','',NULL,NULL,NULL,'','test','qwer','test123@gmail.com','$2y$10$1xLGIDQ5TaNU1ozTN48VTOK77arTxpqD7e9TQA85lHnWBxxfdGGTm','2022-01-07 08:31:28','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'a608a04b66f9bb1e13cc1ac4346fdc60','',1,0,0,'2022-01-07 16:31:28','2022-01-07 16:31:28','','0000-00-00 00:00:00'),(12,1,1,0,3,1,0,'','',NULL,NULL,NULL,'','sMarius','Gudauskiss','marius.gudauski2s@invertus.eu','$2y$10$TeFTVNI0NjqnVnTtcK00H.Ko4lr9Avpwkuu4Z84KyqLyl1UFxX5Fa','2022-01-13 02:27:52','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'83efa0422153a04c8b3728d2242efb08','',1,0,0,'2022-01-13 10:27:52','2022-01-13 10:27:52','','0000-00-00 00:00:00'),(13,1,1,0,2,1,0,'','',NULL,NULL,NULL,'','asfasf','asfas','marius.gudauskissss@invertus.eu','$2y$10$V1H5gFwYXlDwr3ebvHh2guswsKKOrXoWC9ckazouSlArwfQ2UR2L2','2022-01-13 02:28:25','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'92857a0579cec19b7f38e52d93d38350','',1,1,0,'2022-01-13 10:28:25','2022-01-13 10:28:25','','0000-00-00 00:00:00'),(14,1,1,0,2,1,0,'','',NULL,NULL,NULL,'','Mariuss','sGudauskis','marius.gudauskiss@invertus.eu','$2y$10$8spwn34n7fyI834hGymBaOKkL9Es/FVNDwosQseL5jAxxF37Uz4r.','2022-01-13 02:51:33','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'46176fe06ea65cea5f193033cda7d984','',1,1,0,'2022-01-13 10:51:33','2022-01-13 10:51:33','','0000-00-00 00:00:00'),(15,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','dd','dd','d@d.f','$2y$10$oVe5raHarlydG2NdRVQFH.b6pLy3FIMyjKvESGeQzYFtHHOAh64sq','2022-01-28 05:30:40','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'fcdfde86095d8aa112fff2c40ac3c7cb','',1,1,0,'2022-01-28 13:30:40','2022-01-28 13:30:40','','0000-00-00 00:00:00'),(16,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','dddd','ddd','dd@ff.v','$2y$10$dY7oqKQNscTEKWqy8rtiJOyZ55Vl9kQzihDN7LS.oExw.hgD/wW3S','2022-01-28 05:34:13','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'32d4316301b41898cd38c1a8f70173a7','',1,1,0,'2022-01-28 13:34:13','2022-01-28 13:34:13','','0000-00-00 00:00:00'),(17,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','dddd','d','dd@dd.d','$2y$10$.7mpxMQnYUkL5yeUz5VKze1SMGPfC4OhAW53BF6TinyEDWcCS.qaK','2022-01-28 05:36:36','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'a884cd346eaabb905fd6edebb23a2008','',1,1,0,'2022-01-28 13:36:36','2022-01-28 13:36:36','','0000-00-00 00:00:00'),(18,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','dddd','d','dd@ff.f','$2y$10$ENGry11wzQYgdJk60KdXCutDLUQ5xFHkELKHJc5Rfpt0u603lCwS.','2022-01-28 05:39:35','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'f2e6ff6ac02c2dfe146631caecf8ea0e','',1,1,0,'2022-01-28 13:39:35','2022-01-28 13:39:35','','0000-00-00 00:00:00'),(19,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','g','d','d@f.yh','$2y$10$DLw.IWPe.scHCLQF.MI2xeV7FU/HMmqDOYzFJ7Rb3cN0Yh9CKduPy','2022-01-28 05:49:53','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'2d4aafa903ca8fa901160967aaba066e','',1,1,0,'2022-01-28 13:49:53','2022-01-28 13:49:53','','0000-00-00 00:00:00'),(20,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','v','v','vv@vv.v','$2y$10$2MO/gpuhvq0XVC3YSjWI8u3VtwoQKnZ.axBx06rBVOw3J09LbUsTy','2022-01-28 05:57:27','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'59c6d45ec67399090b45064bc60effe7','',1,1,0,'2022-01-28 13:57:27','2022-01-28 13:57:27','','0000-00-00 00:00:00'),(21,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','ddd','dd','simonas.neliubsys@invertus.eu','$2y$10$CZHlwkoTlUvo/9fm9M12AOIcAaupwk8pYUwBRYycsQE8/ZMx3gNBa','2022-01-28 05:58:57','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'b6092118f9cf1238448be9521f5b10e9','',1,1,0,'2022-01-28 13:58:57','2022-01-28 13:58:57','','0000-00-00 00:00:00'),(22,1,2,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'dd','dd','dddd@dd.d','$2y$10$AdlSVFidcme0kuaDB.O.yuL2IUvfdxWCsptxAbhttl2UhGU927rCy','2022-01-28 06:06:09','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'77614df7fc455b91021672d0eb36fff9',NULL,1,1,0,'2022-01-28 14:06:09','2022-01-28 14:07:46',NULL,'0000-00-00 00:00:00'),(23,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','ff','ff','ff@gg.g','$2y$10$sPHvq8je0C7LutlmGGOfQe4bnTxqJ6vJKp4NiS0BAQFWeX1SEGgZS','2022-01-28 06:14:53','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'9e8f2608a1e3c29c6c874f3ab387628c','',1,1,0,'2022-01-28 14:14:53','2022-01-28 14:14:53','','0000-00-00 00:00:00'),(24,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','ddd','dd','dd@dd.d','$2y$10$M14pjs/DSPjIjwRGW.lGbef2RDPBVRGhy8P6pmT242QQ8okHKVet2','2022-01-28 06:18:58','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'21435b7af17db673f67a12ac8461d896','',1,1,0,'2022-01-28 14:18:58','2022-01-28 14:18:58','','0000-00-00 00:00:00'),(25,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','c','c','cc@d.c','$2y$10$r9PfNgbaUQJe3JM1KgDm4uRNfqaXYlAgEB.4VJinK0k.TaGPqbN7m','2022-01-28 06:21:56','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'634a033f432f36957c6bfb1aa8aa7d84','',1,1,0,'2022-01-28 14:21:56','2022-01-28 14:21:56','','0000-00-00 00:00:00'),(26,1,2,0,2,1,0,'','',NULL,NULL,NULL,'','d','d','d@sd.asd','$2y$10$abMyrFFdBxQIBt.CaEzXIeM4Uh6jt8xZjhu9zv/ahek7I6Ys//FoS','2022-01-31 09:23:11','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'bfd3ec07528cba07a6ab12a20ac31f59','',1,1,0,'2022-01-31 17:23:11','2022-01-31 17:23:11','','0000-00-00 00:00:00'),(27,1,1,0,2,4,0,'','',NULL,NULL,NULL,'','Mariussss','Gudauskisssss','mariussssss.gudauskis@invertus.eu','$2y$10$rzfFZs6cXT.MZNfAM4ZovebxQyR1pPQDsGan09RNvJJ0oBqOhQm1G','2022-02-01 03:06:15','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'2e0c569820c99e2cf68541ffc17c47ad','',1,1,0,'2022-02-01 11:06:15','2022-02-01 11:06:15','','0000-00-00 00:00:00'),(28,1,1,0,2,4,0,'','',NULL,NULL,NULL,'','Mariusasfgas','Gudauskisfsaf','marius.gudauskis@invertus.euasfsa','$2y$10$qWoJAoiePeosmcOoHHCap.sl65JjQe70WelMx2wya1rP1tHcagCde','2022-02-01 03:08:14','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'8ca5d87fc4e0d25c9d1578e05cc5aa64','',1,1,0,'2022-02-01 11:08:14','2022-02-01 11:08:14','','0000-00-00 00:00:00'),(29,1,1,0,2,4,0,'','',NULL,NULL,NULL,'','Mariussdgs','Gudauskissgs','marius.gudausdgdsskis@invertus.eu','$2y$10$LGLKaa85m8f7eKrlOcKySOjma7Q/Tp9xmIpfWy265ERxcocFwW3ly','2022-02-01 03:12:10','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'42a77f101250dfef15950886bf9e236e','',1,1,0,'2022-02-01 11:12:10','2022-02-01 11:12:10','','0000-00-00 00:00:00'),(30,1,1,0,2,4,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','marius.gudasfasfauskis@invertus.eu','$2y$10$cV.Zu1tmVn.1utUgw.BeouWtDy3q5pQjfY4hxnmBPHW1vAwRBlB3u','2022-02-01 07:51:42','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'266dc8e7f05136af127143a8e7655b09',NULL,1,1,0,'2022-02-01 15:51:42','2022-02-01 15:51:50',NULL,'0000-00-00 00:00:00'),(31,1,1,0,2,4,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','marius.gudsdgsdgsdauskis@invertus.eu','$2y$10$sW3rVShEw25BjmmBHSiv9.D/CXFobuFFYZVtERnY84C31QQv0Um06','2022-02-01 07:54:42','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a28e1f7e7d5c763a59da008e32eb2f12',NULL,1,1,0,'2022-02-01 15:54:42','2022-02-01 15:58:42',NULL,'0000-00-00 00:00:00'),(40,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','bc363702bf23f81a5aadcac6c45a7ec7','2022-03-08 06:05:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a99b6fc1ccfdb76465dfb941b75ec9e2',NULL,1,1,0,'2022-03-08 14:05:38','2022-03-08 14:05:38',NULL,'0000-00-00 00:00:00'),(41,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','296757c7d62f0546fbf26d4f1de40222','2022-03-08 06:05:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'dc0a664e29c970757ef95569db802247',NULL,1,1,0,'2022-03-08 14:05:57','2022-03-08 14:05:57',NULL,'0000-00-00 00:00:00'),(42,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','3dbbdbfbc4491d098d653a26c540165d','2022-03-08 06:06:56','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d2258b2477c9eb90b91875254b362811',NULL,1,1,0,'2022-03-08 14:06:56','2022-03-08 14:06:56',NULL,'0000-00-00 00:00:00'),(43,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','592de70c58981020c8ec9cab37bc69db','2022-03-08 06:08:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c392f9faabc3860863293ebf37d9b320',NULL,1,1,0,'2022-03-08 14:08:24','2022-03-08 14:08:24',NULL,'0000-00-00 00:00:00'),(44,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1960c02ecc2b09e00f8b044ee70f5318','2022-03-08 06:09:58','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f38e0cf4c9107531355da363ec7fcbbf',NULL,1,1,0,'2022-03-08 14:09:58','2022-03-08 14:09:58',NULL,'0000-00-00 00:00:00'),(45,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','2b0848d36c1bcc07d805bb03aa6db2e3','2022-03-08 06:11:35','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a340e0e66d901f2df3180c1e56ab66c6',NULL,1,1,0,'2022-03-08 14:11:35','2022-03-08 14:11:35',NULL,'0000-00-00 00:00:00'),(46,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','0e31381074a3158f526b9503f41545ec','2022-03-08 06:12:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'fa929a7a956f8d28cd45045d6f893cd5',NULL,1,1,0,'2022-03-08 14:12:37','2022-03-08 14:12:37',NULL,'0000-00-00 00:00:00'),(47,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','3b0604dd8076f059df30555f8b55ad30','2022-03-08 06:16:35','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1f315c92b3cfd32cf9891fc4c799e321',NULL,1,1,0,'2022-03-08 14:16:35','2022-03-08 14:16:35',NULL,'0000-00-00 00:00:00'),(48,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','15a964af5b9e327f6418e880fc777e6f','2022-03-08 06:19:52','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'eb510d047069b119fadb3118836a026e',NULL,1,1,0,'2022-03-08 14:19:52','2022-03-08 14:19:52',NULL,'0000-00-00 00:00:00'),(49,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','252965f7cfde239f7830c38b4599855b','2022-03-08 06:21:04','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'da49ec43c3dfc91d4910f0168cd9a41f',NULL,1,1,0,'2022-03-08 14:21:04','2022-03-08 14:21:04',NULL,'0000-00-00 00:00:00'),(50,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','c6a153bc7874cd5e045119d1c6ab1faf','2022-03-08 06:28:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'eef3a10f7cdd0de016be2eafd81956d9',NULL,1,1,0,'2022-03-08 14:28:24','2022-03-08 14:28:24',NULL,'0000-00-00 00:00:00'),(51,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','25a30bca10b123d7f96003bf5afdcc61','2022-03-08 06:28:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'7725c9cde654d3df436d3cd1858ab718',NULL,1,1,0,'2022-03-08 14:28:57','2022-03-08 14:28:57',NULL,'0000-00-00 00:00:00'),(52,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','109bf00520b3071e73b5f72c836b1d76','2022-03-08 06:29:32','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b5fcd41814998be89a2596322fca822d',NULL,1,1,0,'2022-03-08 14:29:32','2022-03-08 14:29:32',NULL,'0000-00-00 00:00:00'),(53,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f0c70184c6dd5f6cd3346a535b26f3d1','2022-03-08 06:30:50','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2ab1b52e0636245dbc5925cd3feb3992',NULL,1,1,0,'2022-03-08 14:30:50','2022-03-08 14:30:50',NULL,'0000-00-00 00:00:00'),(54,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','c0f02f79968e6b8ec1ef821c75b3733c','2022-03-08 06:31:22','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'cd586a1df628d4074ff023814c27e1e9',NULL,1,1,0,'2022-03-08 14:31:22','2022-03-08 14:31:22',NULL,'0000-00-00 00:00:00'),(55,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','4e8dfbcd149b6aa7d5df7cc94fed42d1','2022-03-08 06:32:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a5416add35e9d4680344859bb617c5bb',NULL,1,1,0,'2022-03-08 14:32:57','2022-03-08 14:32:57',NULL,'0000-00-00 00:00:00'),(56,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','b35087d27caba7ac3ee7b97adabeafa3','2022-03-08 06:34:14','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'45b43d8faadaa266528217a515465fbd',NULL,1,1,0,'2022-03-08 14:34:14','2022-03-08 14:34:14',NULL,'0000-00-00 00:00:00'),(57,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','3ab5d75ff442549033203fb5f05c4770','2022-03-08 06:34:52','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e2377df96967320daed5e5b259aa81e3',NULL,1,1,0,'2022-03-08 14:34:52','2022-03-08 14:34:52',NULL,'0000-00-00 00:00:00'),(58,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','d293fc6382668da716e27c13448e7edc','2022-03-08 06:37:51','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'954b2e248a26e0ab2cf030f6dc6ac278',NULL,1,1,0,'2022-03-08 14:37:51','2022-03-08 14:37:51',NULL,'0000-00-00 00:00:00'),(59,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','bdd458ebc8bb6d5f2036bb87cf0fd5f7','2022-03-08 06:47:49','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6856cdf637b489c6baacd7ae6dc97c14',NULL,1,1,0,'2022-03-08 14:47:49','2022-03-08 14:47:49',NULL,'0000-00-00 00:00:00'),(60,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','35b5c1001de32788ce8b8fa9dce8c4b0','2022-03-08 06:55:15','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'3fd5417251a420cd52fab2fa2d218cd2',NULL,1,1,0,'2022-03-08 14:55:15','2022-03-08 14:55:15',NULL,'0000-00-00 00:00:00'),(61,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','21acca87a06b4493aa870f6b6cf66fc1','2022-03-08 06:55:35','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'44a85f40451368c81a83db11428b7c07',NULL,1,1,0,'2022-03-08 14:55:35','2022-03-08 14:55:35',NULL,'0000-00-00 00:00:00'),(62,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','00e5449efa9628ca04ab2323e7989f8e','2022-03-08 06:55:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'84b27909002e3d825d51079b625914fa',NULL,1,1,0,'2022-03-08 14:55:37','2022-03-08 14:55:37',NULL,'0000-00-00 00:00:00'),(63,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','5f7ae831d8bca9e85865c2ce98a5146c','2022-03-08 06:55:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'35a77fa5e5763c328c2fe3db6897bf2b',NULL,1,1,0,'2022-03-08 14:55:40','2022-03-08 14:55:40',NULL,'0000-00-00 00:00:00'),(64,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1dc8d6afc8637886053d513006b5a536','2022-03-08 06:55:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b337faa95ef203911c189203ce23544c',NULL,1,1,0,'2022-03-08 14:55:53','2022-03-08 14:55:53',NULL,'0000-00-00 00:00:00'),(65,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1553805960a0cd43c1c5221e93dec1ea','2022-03-08 07:23:49','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'88c8999c3790e2d166db528ed2564573',NULL,1,1,0,'2022-03-08 15:23:49','2022-03-08 15:23:49',NULL,'0000-00-00 00:00:00'),(66,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','fbf2acaf5fa6e89deef7d0e904ab9c6f','2022-03-08 07:23:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'dd7ccd91ce201eb3939bffa9fa63f249',NULL,1,1,0,'2022-03-08 15:23:59','2022-03-08 15:23:59',NULL,'0000-00-00 00:00:00'),(67,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','e8a4ae81a20abd5fae8b3206c8fde4f2','2022-03-08 07:24:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b54fb9e787fd163d2857ef926eb7ff07',NULL,1,1,0,'2022-03-08 15:24:38','2022-03-08 15:24:38',NULL,'0000-00-00 00:00:00'),(68,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1c45a2b43f65eec57eeb1bd775f62d8d','2022-03-08 07:25:56','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e46e4212f531562a684ae17c06aac4d7',NULL,1,1,0,'2022-03-08 15:25:56','2022-03-08 15:25:56',NULL,'0000-00-00 00:00:00'),(69,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f2e1c766817b52928bcb5d00ee01e7bd','2022-03-08 09:18:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'621d116932e770396c58b0ab657fd600',NULL,1,1,0,'2022-03-08 17:18:28','2022-03-08 17:18:28',NULL,'0000-00-00 00:00:00'),(70,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1e02cfcaa3b95707f17f4ff1fac2a262','2022-03-10 06:42:20','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0a7d905e24435dda3b683027bb2b5623',NULL,1,1,0,'2022-03-10 14:42:20','2022-03-10 14:42:20',NULL,'0000-00-00 00:00:00'),(71,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','18e31831d5387399ef1c3d861c66924c','2022-03-10 06:49:18','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'12c429443732baf37d0b1c26e2bfca60',NULL,1,1,0,'2022-03-10 14:49:18','2022-03-10 14:49:18',NULL,'0000-00-00 00:00:00'),(72,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','b5e711267537fd032da1507a6241b696','2022-03-10 06:49:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d8c2e21ccd5b4095036647efb7b0052b',NULL,1,1,0,'2022-03-10 14:49:37','2022-03-10 14:49:37',NULL,'0000-00-00 00:00:00'),(73,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','300bec74e74244f1bf700f4b16250cc4','2022-03-10 06:50:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'65957b509c4a916312896ab3f38a66fa',NULL,1,1,0,'2022-03-10 14:50:02','2022-03-10 14:50:02',NULL,'0000-00-00 00:00:00'),(74,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','e421ba84528c65b85600b85ce4b3480d','2022-03-10 06:55:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ffd242f5fd7afcf8443e9fbccbe80c9c',NULL,1,1,0,'2022-03-10 14:55:08','2022-03-10 14:55:08',NULL,'0000-00-00 00:00:00'),(75,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','559cc2dbb4b3c8d79086ab534ba30fdb','2022-03-10 07:25:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'efea7c2c8aefa18e7f8b4d0bbc3b2722',NULL,1,1,0,'2022-03-10 15:25:23','2022-03-10 15:25:23',NULL,'0000-00-00 00:00:00'),(76,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','ccd0f68bb2b77b9ec723a26e58c64a27','2022-03-10 07:27:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'25031169d1e62c5346b7d9e7fe8cee0c',NULL,1,1,0,'2022-03-10 15:27:23','2022-03-10 15:27:23',NULL,'0000-00-00 00:00:00'),(77,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','3ffbb98c5a3c2c00321feb982ddf9d86','2022-03-10 07:27:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ac7b0cb490cf9563c01b92f287c7905d',NULL,1,1,0,'2022-03-10 15:27:38','2022-03-10 15:27:38',NULL,'0000-00-00 00:00:00'),(78,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','da4060b21a0881dd2bcaec2c498550af','2022-03-10 07:28:19','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d1adc11d27b9c45e107d296e4a3def52',NULL,1,1,0,'2022-03-10 15:28:19','2022-03-10 15:28:19',NULL,'0000-00-00 00:00:00'),(79,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','d347dc1aa2049ae9ec9d47499c1f3552','2022-03-10 07:29:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0f3b34740ae6f180c9cea950feaff5ac',NULL,1,1,0,'2022-03-10 15:29:02','2022-03-10 15:29:02',NULL,'0000-00-00 00:00:00'),(80,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','90e73305b83b65750bd1e6dcfd1fc4b0','2022-03-10 07:31:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'23d56c4eec60790bc30aafad95331fe8',NULL,1,1,0,'2022-03-10 15:31:31','2022-03-10 15:31:31',NULL,'0000-00-00 00:00:00'),(81,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','525658b38f31f9cf265044bfab52f334','2022-03-10 07:41:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8131760ce799d81e9b22591b10f5b578',NULL,1,1,0,'2022-03-10 15:41:59','2022-03-10 15:41:59',NULL,'0000-00-00 00:00:00'),(82,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','ea3b28ca17a7bc35bb65bb8f51e6a4b7','2022-03-10 07:43:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e3fe2d0830699168554fc5208761b846',NULL,1,1,0,'2022-03-10 15:43:21','2022-03-10 15:43:21',NULL,'0000-00-00 00:00:00'),(83,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','67201b7c3e121b42f9694f0503a50b69','2022-03-10 07:45:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'3ff1fdf358571d0871851a29f2809f82',NULL,1,1,0,'2022-03-10 15:45:39','2022-03-10 15:45:39',NULL,'0000-00-00 00:00:00'),(84,1,1,0,3,1,0,'test',NULL,NULL,NULL,'NL006939715B01',NULL,'Marius','Gudauskis','nugalejau@gmail.com','$2y$10$JR/tl.zChHORV8s57MR4l.TgvQLaVt4llicJ6WA6YzkrZYMOPJziG','2022-03-14 04:52:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'547a92b8f54de2393ca2a20c8e2c8bed',NULL,1,0,0,'2022-03-14 12:52:08','2022-03-14 12:52:11',NULL,'0000-00-00 00:00:00'),(85,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','9fdc74fe4c3340dd1a5eea6d7f1b81a8','2022-03-15 03:10:03','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c3077ac83e2ef477fc070c6ae366f9c8',NULL,1,1,0,'2022-03-15 11:10:06','2022-03-15 11:10:06',NULL,'0000-00-00 00:00:00'),(86,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','bb2bcd282632ac610c6deaadabe8a46a','2022-03-15 06:33:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'70aa553a2dbd4630ab5193c2b31a4ca6',NULL,1,1,0,'2022-03-15 14:33:37','2022-03-15 14:34:19',NULL,'0000-00-00 00:00:00'),(87,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','1303bd2b864dfb7899c2feeebf2a0deb','2022-03-15 06:34:58','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d37276d371988d8ba7362eb3e8f0456c',NULL,1,1,0,'2022-03-15 14:34:58','2022-03-15 14:35:07',NULL,'0000-00-00 00:00:00'),(88,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','331dfe0b63eba6bc7dde8c4da8da0eed','2022-03-15 06:44:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'cd6d44578c39d21faa73dbbdef8e621b',NULL,1,1,0,'2022-03-15 14:44:12','2022-03-15 14:44:38',NULL,'0000-00-00 00:00:00'),(89,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','649b7b82326c2bb974c0ec73808af1d0','2022-03-15 06:46:48','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c00327aee2e0af5e6e2ca6fdecc129d5',NULL,1,1,0,'2022-03-15 14:46:48','2022-03-15 14:46:48',NULL,'0000-00-00 00:00:00'),(90,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','deefb85c8db46cbcc5422163eb9fd9d8','2022-03-15 06:46:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e73b896d4f38c46d670ccacf0d36fac5',NULL,1,1,0,'2022-03-15 14:46:57','2022-03-15 14:47:35',NULL,'0000-00-00 00:00:00'),(91,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','6beaae19a05907ad849af26ac3ed934a','2022-03-15 06:52:14','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0ba4a77266a954c4a73480cc2751ff66',NULL,1,1,0,'2022-03-15 14:52:14','2022-03-15 14:52:33',NULL,'0000-00-00 00:00:00'),(92,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','7b328fe120b40b8419ffe934bb767760','2022-03-15 07:13:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9d8bf37e9f1067a72251d77960dc09de',NULL,1,1,0,'2022-03-15 15:13:28','2022-03-15 15:13:28',NULL,'0000-00-00 00:00:00'),(93,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','714da70c993da6e1dfde06f57101e98b','2022-03-15 07:26:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'58dada30a8f5a9639110e4002256aad1',NULL,1,1,0,'2022-03-15 15:26:40','2022-03-15 15:26:40',NULL,'0000-00-00 00:00:00'),(94,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','9d102d766ef745f5a0bc21c52c800658','2022-03-15 07:28:14','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e7affa7474fda21b400f5cea3496c7c6',NULL,1,1,0,'2022-03-15 15:28:14','2022-03-15 15:28:14',NULL,'0000-00-00 00:00:00'),(95,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','35d49e96191cc1402a39348581ef78fb','2022-03-15 07:28:35','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'cda8a07761a18d8629766f7a99d3bb8e',NULL,1,1,0,'2022-03-15 15:28:35','2022-03-15 15:28:35',NULL,'0000-00-00 00:00:00'),(96,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','413ac8398fcf2cd6d09939a44b5b578f','2022-03-15 07:29:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e599013c98b681472ae23a7add3b2056',NULL,1,1,0,'2022-03-15 15:29:08','2022-03-15 15:29:08',NULL,'0000-00-00 00:00:00'),(97,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','d2b0a6b7467c6bf277bb2eae3edf07f8','2022-03-15 08:11:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c12118e9d09d991ec68f373b1147a5ef',NULL,1,1,0,'2022-03-15 16:11:16','2022-03-15 16:11:16',NULL,'0000-00-00 00:00:00'),(98,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a083dac9be46d4c24bbbacd903597b70','2022-03-15 08:15:10','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'7f219b87eb76461a6e794c48368c966f',NULL,1,1,0,'2022-03-15 16:15:10','2022-03-15 16:15:20',NULL,'0000-00-00 00:00:00'),(99,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','755d4e96682b8b9ab2d9a071a6a202cf','2022-03-15 08:26:07','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e2d18da9b4c9172a8e92818fac4945eb',NULL,1,1,0,'2022-03-15 16:26:07','2022-03-15 16:26:19',NULL,'0000-00-00 00:00:00'),(100,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','cbdf8d0b86b68b187f0c7a851ab0afd7','2022-03-21 03:11:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ca4ebf4b73a63128288f12d66aefae01',NULL,1,1,0,'2022-03-21 11:11:39','2022-03-21 11:11:54',NULL,'0000-00-00 00:00:00'),(101,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','6fc9f77c3257acd2d5d16b868ffd08d6','2022-03-21 03:12:22','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'26c3d9db6dab02d3a46f2ad7418cf457',NULL,1,1,0,'2022-03-21 11:12:22','2022-03-21 11:12:49',NULL,'0000-00-00 00:00:00'),(102,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','b61e32a1e1ff96bc5f52d621ace7cf82','2022-03-21 03:13:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'41532a73fcf083fd5163d4708811c3ba',NULL,1,1,0,'2022-03-21 11:13:53','2022-03-21 11:14:14',NULL,'0000-00-00 00:00:00'),(103,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','70f8b8c4c8dd46427d6bcac2164afe79','2022-03-21 03:15:43','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8395d5837b44c3ea3603a0a04a6ba1ed',NULL,1,1,0,'2022-03-21 11:15:43','2022-03-21 11:15:57',NULL,'0000-00-00 00:00:00'),(104,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','c8ba458804d6d81c5863e6c89cb8a16d','2022-03-21 03:17:22','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ae273ff0e1f000de471b4487280c476b',NULL,1,1,0,'2022-03-21 11:17:22','2022-03-21 11:17:57',NULL,'0000-00-00 00:00:00'),(105,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a6a5d8154711d6081e46986379f770d6','2022-03-21 03:19:50','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ded70320a59117571688382f17c40200',NULL,1,1,0,'2022-03-21 11:19:50','2022-03-21 11:20:10',NULL,'0000-00-00 00:00:00'),(106,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','37d6f0eff74dd2245fddbf8b0103de0c','2022-03-21 03:22:01','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c3c7ca1ef5588cfa60f8f26d0103db81',NULL,1,1,0,'2022-03-21 11:22:01','2022-03-21 11:23:06',NULL,'0000-00-00 00:00:00'),(107,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','c76a1d601e5636bde890613483e1f25a','2022-03-21 03:23:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9933dc7913a30eb62ec860668bc9a0b7',NULL,1,1,0,'2022-03-21 11:23:46','2022-03-21 11:23:56',NULL,'0000-00-00 00:00:00'),(108,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','b0e3471cb0fc955efe0ff08d747a91f2','2022-03-21 03:25:45','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'19a62094084c5f01620b4c99b5e95161',NULL,1,1,0,'2022-03-21 11:25:45','2022-03-21 11:25:56',NULL,'0000-00-00 00:00:00'),(109,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','4e786b57826d6ed69495110284e75d7c','2022-03-21 03:27:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c0b9e0746dfb2e74ef0555344c0eeb77',NULL,1,1,0,'2022-03-21 11:27:25','2022-03-21 11:27:40',NULL,'0000-00-00 00:00:00'),(110,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a5da09097f344bd13ca7897216295fe8','2022-03-21 03:30:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ed4d94c27794da84519afc9d3e7d6cec',NULL,1,1,0,'2022-03-21 11:30:38','2022-03-21 11:30:58',NULL,'0000-00-00 00:00:00'),(111,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','b8e612f24d6b5aec0f08a83c642d5d0f','2022-03-21 03:31:29','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'25f7a17a1aa347c60c42340d9bd4fae0',NULL,1,1,0,'2022-03-21 11:31:29','2022-03-21 11:32:32',NULL,'0000-00-00 00:00:00'),(112,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','87dedd9a9df6439bf6484486714974bf','2022-03-21 03:37:06','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'912516bce53f5530a936544a01ddf8a2',NULL,1,1,0,'2022-03-21 11:37:06','2022-03-21 11:37:17',NULL,'0000-00-00 00:00:00'),(113,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','e121cc601f0a130bb1b5694203d36676','2022-03-21 03:41:11','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ce222f35bdddf766f5bbd4fc48868116',NULL,1,1,0,'2022-03-21 11:41:11','2022-03-21 11:41:21',NULL,'0000-00-00 00:00:00'),(114,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','87d6ae3e02c6c58d765351ba6913e932','2022-03-21 03:41:48','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d618e31078d0b39d942e1c8dd8186fc4',NULL,1,1,0,'2022-03-21 11:41:48','2022-03-21 11:41:59',NULL,'0000-00-00 00:00:00'),(115,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','deeba0e7cfc374d14e8caa72c05e1756','2022-03-21 03:43:30','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f231364c410dbab884a3839a29c254f3',NULL,1,1,0,'2022-03-21 11:43:30','2022-03-21 11:43:40',NULL,'0000-00-00 00:00:00'),(116,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','dfeea255907e4291f0838ee1f735e8d0','2022-03-21 03:46:54','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6d1e76ccea66afdc991e22945490c3e4',NULL,1,1,0,'2022-03-21 11:46:54','2022-03-21 11:47:04',NULL,'0000-00-00 00:00:00'),(117,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','99a1ec229f2bd46c5a7c9e195c04d683','2022-03-21 03:48:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6ca1bcea28456392bf1fa7498727b810',NULL,1,1,0,'2022-03-21 11:48:31','2022-03-21 11:48:41',NULL,'0000-00-00 00:00:00'),(118,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','65bc9aca67d40a219cab4e3816369ecf','2022-03-21 03:51:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5a64b1b29a7fa26f45243178fd6554ad',NULL,1,1,0,'2022-03-21 11:51:53','2022-03-21 11:52:03',NULL,'0000-00-00 00:00:00'),(119,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','68662a33f786215b1422c599544f2a37','2022-03-21 03:53:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'36d0db7e508639b63d2516dd226ece88',NULL,1,1,0,'2022-03-21 11:53:28','2022-03-21 11:53:38',NULL,'0000-00-00 00:00:00'),(120,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','54ed72138703b092e06520b656da4e1c','2022-03-21 03:57:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'aee65f654d22b145ca0f55b1a6b6949f',NULL,1,1,0,'2022-03-21 11:57:08','2022-03-21 11:57:18',NULL,'0000-00-00 00:00:00'),(121,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','fe0c2e41f180bbee70616396d558b47c','2022-03-21 03:59:00','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9ba32e01e1ec5d17ef78e03035f738b7',NULL,1,1,0,'2022-03-21 11:59:00','2022-03-21 11:59:10',NULL,'0000-00-00 00:00:00'),(122,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','e4052c2192179afb2bc7173a60a50418','2022-03-21 04:01:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2280ea1d9198bc6391c8e52921b40d04',NULL,1,1,0,'2022-03-21 12:01:08','2022-03-21 12:01:19',NULL,'0000-00-00 00:00:00'),(123,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','1faef7a415898f0b16820b7c3cb02ed9','2022-03-21 04:03:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'27dfb0c80ce0868a923e30e8df65a101',NULL,1,1,0,'2022-03-21 12:03:25','2022-03-21 12:03:35',NULL,'0000-00-00 00:00:00'),(124,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','9093322a87947063077c7a991c13de09','2022-03-21 04:10:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'baab0115cfc1aa1fe5f0db13f850ab29',NULL,1,1,0,'2022-03-21 12:10:02','2022-03-21 12:11:03',NULL,'0000-00-00 00:00:00'),(125,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','7b304fe808b8a40a77f96c1d01f2774c','2022-03-21 05:25:03','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'befaf237ce08e1dc4f49430114d72283',NULL,1,1,0,'2022-03-21 13:25:03','2022-03-21 13:25:16',NULL,'0000-00-00 00:00:00'),(126,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','381235eadafdfdb59051b88eb159a775','2022-03-21 05:31:55','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5d8cbcf680d9be813111009f768820ef',NULL,1,1,0,'2022-03-21 13:31:55','2022-03-21 13:31:55',NULL,'0000-00-00 00:00:00'),(127,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','4fd074c76453ececfb666c04c9e8083b','2022-03-21 05:34:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f30fa573bb852d3f056fd1c315f14747',NULL,1,1,0,'2022-03-21 13:34:23','2022-03-21 13:34:23',NULL,'0000-00-00 00:00:00'),(128,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','fcc3b0111b7456415b17cc2a0fc9321d','2022-03-21 05:35:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'fc904866916fc55f810e8c220f153e8f',NULL,1,1,0,'2022-03-21 13:35:21','2022-03-21 13:35:21',NULL,'0000-00-00 00:00:00'),(129,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','62b38deb5ab65104e937729cf0102d17','2022-03-21 05:36:01','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'93b5171bbec4b5268ba40a1a8558db7b',NULL,1,1,0,'2022-03-21 13:36:01','2022-03-21 13:38:42',NULL,'0000-00-00 00:00:00'),(130,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','e5e7f32b43fdbbb95213a1c9fb5a82f8','2022-03-21 08:10:42','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6f5c7c9fb88019d4aed08782d363dce5',NULL,1,1,0,'2022-03-21 16:10:42','2022-03-21 16:10:42',NULL,'0000-00-00 00:00:00'),(131,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','db2b188c9d3df405f08f13d42a2f94fc','2022-03-21 08:10:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'39355efe845e314648fbdcc18ef3fdfb',NULL,1,1,0,'2022-03-21 16:10:53','2022-03-21 16:10:53',NULL,'0000-00-00 00:00:00'),(132,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','63e8aa5e696bfbb6c0896b63df4d79b3','2022-03-21 08:11:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'848966edc107943419a0a1f219f4b5b6',NULL,1,1,0,'2022-03-21 16:11:24','2022-03-21 16:11:24',NULL,'0000-00-00 00:00:00'),(133,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f3d40190dd43622afe60dff738c60bd4','2022-03-21 08:11:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e77579537189e3d926158d516aa1db63',NULL,1,1,0,'2022-03-21 16:11:28','2022-03-21 16:11:28',NULL,'0000-00-00 00:00:00'),(134,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','ba5e75f654ec529023a9f7976d76451e','2022-03-21 08:12:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'655ebd4bea9704a57d7d04fc54359544',NULL,1,1,0,'2022-03-21 16:12:40','2022-03-21 16:12:40',NULL,'0000-00-00 00:00:00'),(135,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','7f890fc36650ef6e6ad1f7df379170f8','2022-03-21 08:19:36','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b9d9fe166a0191aa0aa979cb41cd157c',NULL,1,1,0,'2022-03-21 16:19:36','2022-03-21 16:19:36',NULL,'0000-00-00 00:00:00'),(136,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','ed653daff6f95b06843f6ce41db83444','2022-03-21 08:20:13','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6ead8957aa72e37de36f6c3a6c6b4d9d',NULL,1,1,0,'2022-03-21 16:20:13','2022-03-21 16:20:13',NULL,'0000-00-00 00:00:00'),(137,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','9292c897f988a2bddab990819a355af6','2022-03-21 08:20:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d32cc597bbc32f84040b41f305dd18a0',NULL,1,1,0,'2022-03-21 16:20:16','2022-03-21 16:20:16',NULL,'0000-00-00 00:00:00'),(139,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','00eab3d40ac0a31af222d411676e99f7','2022-03-21 08:28:55','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e045c66fa079f969f267977d0c1d9e30',NULL,1,1,0,'2022-03-21 16:28:55','2022-03-21 16:28:55',NULL,'0000-00-00 00:00:00'),(140,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','6f3b45804dc115ba4da83e8bf657bce7','2022-03-21 08:29:03','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'73bc59223203b2729b394d3633bce00d',NULL,1,1,0,'2022-03-21 16:29:03','2022-03-21 16:29:03',NULL,'0000-00-00 00:00:00'),(142,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','3bbb181fd73bde467528c65380cdc495','2022-03-21 08:30:41','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5e3f797e2a14274c0964f1ab6fe4c9a3',NULL,1,1,0,'2022-03-21 16:30:41','2022-03-21 16:30:41',NULL,'0000-00-00 00:00:00'),(144,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1bfbf22f132278af12e2ca1bae8c7f35','2022-03-21 08:32:32','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'af1b76dfa212745a1d8301334492e11b',NULL,1,1,0,'2022-03-21 16:32:32','2022-03-21 16:32:32',NULL,'0000-00-00 00:00:00'),(146,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','12127bc77732e0c6e6bed611d78315be','2022-03-21 08:36:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8f437c20a8c8681d78a38c138149610f',NULL,1,1,0,'2022-03-21 16:36:24','2022-03-21 16:36:24',NULL,'0000-00-00 00:00:00'),(147,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','4836bd3991eb192bc3c2059f1a25f31f','2022-03-21 08:40:34','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0845478baa9c22771b20c3b36cb7d96e',NULL,1,1,0,'2022-03-21 16:40:34','2022-03-21 16:40:50',NULL,'0000-00-00 00:00:00'),(148,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','0b0fd4cdbbe792bd987bcb12489ab9b2','2022-03-21 08:41:04','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'811c062837b1069f59840a17eadb56d1',NULL,1,1,0,'2022-03-21 16:41:04','2022-03-21 16:41:04',NULL,'0000-00-00 00:00:00'),(149,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f48bdfb7b2bac9b755d87fff0b9c3afc','2022-03-21 08:41:10','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ad2307ae2c6427a106a6fac0adfc848b',NULL,1,1,0,'2022-03-21 16:41:10','2022-03-21 16:41:10',NULL,'0000-00-00 00:00:00'),(151,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','b9ba3bb769d930d4fd4bce495bea8d86','2022-03-21 08:46:33','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2dff597bfd814039c2e977d79c3d9634',NULL,1,1,0,'2022-03-21 16:46:33','2022-03-21 16:46:33',NULL,'0000-00-00 00:00:00'),(152,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f7d776ea327c35f0c4a7017b7b5fd910','2022-03-21 08:46:36','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'df0619df4e208d6c8c37782592bae85e',NULL,1,1,0,'2022-03-21 16:46:36','2022-03-21 16:46:36',NULL,'0000-00-00 00:00:00'),(153,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','34a63fc0c648a53ed8a9b42f104d65a1','2022-03-21 08:50:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b5d2c8e50c61a598eb2c424c6ecc1abd',NULL,1,1,0,'2022-03-21 16:50:57','2022-03-21 16:50:57',NULL,'0000-00-00 00:00:00'),(156,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','1151539e717aae507dd546d6c8bbc104','2022-03-21 08:54:48','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ce79faa6586d5bdc5e42e497b533e40c',NULL,1,1,0,'2022-03-21 16:54:48','2022-03-21 16:54:48',NULL,'0000-00-00 00:00:00'),(158,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','d510c23139511f036bb642e87420e309','2022-03-21 08:57:58','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a8efc7be7aff47f6d7b49e0fe2818bf0',NULL,1,1,0,'2022-03-21 16:57:58','2022-03-21 16:58:25',NULL,'0000-00-00 00:00:00'),(159,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','543197ea34d29a6e5f51383887f2cace','2022-03-21 09:02:50','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'eab5b47f2bd03ffd707c93b13dfe075f',NULL,1,1,0,'2022-03-21 17:02:50','2022-03-21 17:03:19',NULL,'0000-00-00 00:00:00'),(162,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','6230d16f1d51be8d9a2b7b2884ac2d57','2022-03-22 02:00:14','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'7d7d300716a35cda73b4a3e9a5d5b54a',NULL,1,1,0,'2022-03-22 10:00:14','2022-03-22 10:00:14',NULL,'0000-00-00 00:00:00'),(163,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','54674c8f36f23dc0d3398b5dd783d6ba','2022-03-22 02:00:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c14f9080ed29a757d463493088618275',NULL,1,1,0,'2022-03-22 10:00:23','2022-03-22 10:00:23',NULL,'0000-00-00 00:00:00'),(164,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','5e0f7a88e6ca772c4210158ed42c34da','2022-03-22 02:00:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'652bfd07b48b0158f1edd45b24c3ad32',NULL,1,1,0,'2022-03-22 10:00:28','2022-03-22 10:00:28',NULL,'0000-00-00 00:00:00'),(166,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','745d34f42db1bebec162f8ae6ae44453','2022-03-22 02:05:01','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c7e4b2215b6121c4d28a5e818655ded5',NULL,1,1,0,'2022-03-22 10:05:01','2022-03-22 10:05:01',NULL,'0000-00-00 00:00:00'),(168,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','22602b6b88734afdd1bdb1e19c051d5c','2022-03-22 02:22:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8422aa919e77f3123872436df710e095',NULL,1,1,0,'2022-03-22 10:22:53','2022-03-22 10:22:53',NULL,'0000-00-00 00:00:00'),(169,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','899b3989114f3223474706e1d03ffdb6','2022-03-22 02:22:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'fd7fa04152523265141b5d223c4873ce',NULL,1,1,0,'2022-03-22 10:22:59','2022-03-22 10:22:59',NULL,'0000-00-00 00:00:00'),(171,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','2b68e0f9263b32998c6ad17e1997c535','2022-03-22 02:30:10','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c2667e61656005a8c282528431a2f646',NULL,1,1,0,'2022-03-22 10:30:10','2022-03-22 10:30:10',NULL,'0000-00-00 00:00:00'),(173,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f9bcb0c340f24dc9474120b069325b2e','2022-03-22 04:15:00','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'474916010d90208738bf0105b45d3568',NULL,1,1,0,'2022-03-22 12:15:00','2022-03-22 12:15:00',NULL,'0000-00-00 00:00:00'),(174,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','e9811961353bfe04ab32a3b9190066f8','2022-03-22 04:15:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5abb50ea1b276d41a09570c9a5d81a04',NULL,1,1,0,'2022-03-22 12:15:16','2022-03-22 12:15:16',NULL,'0000-00-00 00:00:00'),(175,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','b60cb09d10f4739c455efda8dff6c42a','2022-03-22 04:16:14','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'509404e2279ef46ad7af77e95d8e262d',NULL,1,1,0,'2022-03-22 12:16:14','2022-03-22 12:16:14',NULL,'0000-00-00 00:00:00'),(176,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','596c6c16b927027118dc20901a969e52','2022-03-22 04:16:33','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c05e8fc12e0abfe3a3eb128728781349',NULL,1,1,0,'2022-03-22 12:16:33','2022-03-22 12:16:33',NULL,'0000-00-00 00:00:00'),(177,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','e71643e589d35d024b063546e98a9205','2022-03-22 04:17:01','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'29e8004d24125cc924793864c7e9b778',NULL,1,1,0,'2022-03-22 12:17:01','2022-03-22 12:17:01',NULL,'0000-00-00 00:00:00'),(178,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','4dbe49258c6b6de92641c9c09cc0137a','2022-03-22 04:17:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'24b5c98ff9a90cd782418860d9a23cae',NULL,1,1,0,'2022-03-22 12:17:02','2022-03-22 12:17:02',NULL,'0000-00-00 00:00:00'),(179,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','dbf945e57f3c96d982283fdaec86ad3d','2022-03-22 04:17:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'36decf798e80fd4a47064b760053db6a',NULL,1,1,0,'2022-03-22 12:17:08','2022-03-22 12:17:08',NULL,'0000-00-00 00:00:00'),(180,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','77c03b0db1796d917a985d2e334fbae6','2022-03-22 04:17:09','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b4d233417f9f592f9f8a302f5329180a',NULL,1,1,0,'2022-03-22 12:17:09','2022-03-22 12:17:09',NULL,'0000-00-00 00:00:00'),(181,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','336e0e1a1f88514b4bdd2d903440d114','2022-03-22 04:17:11','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6266cf2600a6728b15a8de391f607eaf',NULL,1,1,0,'2022-03-22 12:17:11','2022-03-22 12:17:11',NULL,'0000-00-00 00:00:00'),(182,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','b0a40879f0d5fbf65e477c084c1dd485','2022-03-22 04:17:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'30e8b187834f709927c6d8df1f71dd1a',NULL,1,1,0,'2022-03-22 12:17:16','2022-03-22 12:17:16',NULL,'0000-00-00 00:00:00'),(183,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','94c5372653229358fbc0fff60b8578f3','2022-03-22 04:17:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'eac76abfea9ba86853a6ad256301bf4b',NULL,1,1,0,'2022-03-22 12:17:26','2022-03-22 12:17:26',NULL,'0000-00-00 00:00:00'),(184,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','534353888595bb04fdf52ca16ba00aae','2022-03-22 04:17:42','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'864d979550e5b363e6f006de65f72c94',NULL,1,1,0,'2022-03-22 12:17:42','2022-03-22 12:17:42',NULL,'0000-00-00 00:00:00'),(185,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','4c67ed05d93fdec78b498201ca8a5b29','2022-03-22 04:17:48','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e808f6dbc0b4e591b5bfa84b67e4cd8b',NULL,1,1,0,'2022-03-22 12:17:48','2022-03-22 12:17:48',NULL,'0000-00-00 00:00:00'),(186,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','e79509170bd707fbef5f8d2f052ba18c','2022-03-22 04:18:03','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9191c9f852c13c49c2e863580bdf6e7a',NULL,1,1,0,'2022-03-22 12:18:03','2022-03-22 12:18:03',NULL,'0000-00-00 00:00:00'),(187,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','f40d72853d462d5505dbcf7cad0e2271','2022-03-22 04:20:06','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b0b2b32db0fa691df7b26604e2318a55',NULL,1,1,0,'2022-03-22 12:20:06','2022-03-22 12:20:06',NULL,'0000-00-00 00:00:00'),(188,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','191efba0e8ec4fcd8cc8c33420cd9e0b','2022-03-22 04:20:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'97c613dd238f75058aa3fbc93eed0ad4',NULL,1,1,0,'2022-03-22 12:20:16','2022-03-22 12:20:16',NULL,'0000-00-00 00:00:00'),(189,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','12f0003d9a0c38d9643fb0448d86a58c','2022-03-22 04:20:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'456da26fcd1a73c6108219ba61e17b93',NULL,1,1,0,'2022-03-22 12:20:21','2022-03-22 12:20:21',NULL,'0000-00-00 00:00:00'),(190,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','ef4bc1a1ab51872628c929d9b8b59f34','2022-03-22 04:20:27','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'bbef51926a522ab9f3d6c86d2c13aa74',NULL,1,1,0,'2022-03-22 12:20:27','2022-03-22 12:20:27',NULL,'0000-00-00 00:00:00'),(191,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','40627e04e5673d8ae6cc4c80dac62c20','2022-03-22 04:20:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1d5fcf13b8a60597cf9d27cce87e2708',NULL,1,1,0,'2022-03-22 12:20:46','2022-03-22 12:20:46',NULL,'0000-00-00 00:00:00'),(192,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','c4246a120f062ad48643d3ad2a91d727','2022-03-22 04:21:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5a6e711a37643e53a7bdeb6224d0648e',NULL,1,1,0,'2022-03-22 12:21:21','2022-03-22 12:21:21',NULL,'0000-00-00 00:00:00'),(193,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','dbc65e95aeb4c112ac2cd73e477e028c','2022-03-22 04:22:11','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c41c1c41ff786af0bb84bdde25528e30',NULL,1,1,0,'2022-03-22 12:22:11','2022-03-22 12:22:11',NULL,'0000-00-00 00:00:00'),(194,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','8840ad1550c836d5016cb58c0054fd68','2022-03-22 04:22:11','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'98c5cca292b35a8cbcae06602d951762',NULL,1,1,0,'2022-03-22 12:22:11','2022-03-22 12:22:11',NULL,'0000-00-00 00:00:00'),(195,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','3441081f9a5fabd33113ab75a20e9298','2022-03-22 04:22:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'65a4ef7858ae71c39406338224a2f873',NULL,1,1,0,'2022-03-22 12:22:26','2022-03-22 12:22:26',NULL,'0000-00-00 00:00:00'),(196,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','c924a5bed91ccea48cc0c1dbacbedddc','2022-03-22 04:22:33','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1f50222e119cdd6a80738d74a3c926d8',NULL,1,1,0,'2022-03-22 12:22:33','2022-03-22 12:22:33',NULL,'0000-00-00 00:00:00'),(197,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','a8d7c12cc7a1d150296c1ca3c6886911','2022-03-22 04:22:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1ff3c8632cbd0052695b8416a50f0af0',NULL,1,1,0,'2022-03-22 12:22:53','2022-03-22 12:22:53',NULL,'0000-00-00 00:00:00'),(198,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','c95d7002abb19e986dbb55be80ec0d5c','2022-03-22 04:22:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'bf0e3d841cd3f9876e1d7f4c584cd5e7',NULL,1,1,0,'2022-03-22 12:22:57','2022-03-22 12:22:57',NULL,'0000-00-00 00:00:00'),(199,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@test.com','04faf92262171cd15f212489a99432b8','2022-03-22 04:24:44','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e17fc3cbf3f23701046a017b7db2d913',NULL,1,1,0,'2022-03-22 12:24:44','2022-03-22 12:24:44',NULL,'0000-00-00 00:00:00'),(200,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'Edouard','Bayon','ec.bayon@gmail.com','2239ddc26fe7648a0b8ce50d0b26425b','2022-03-22 06:09:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c8f27209e0cbec13de4d281dbff5adf6',NULL,1,1,0,'2022-03-22 14:09:59','2022-03-22 14:10:04',NULL,'0000-00-00 00:00:00'),(201,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'Edouard','Bayon','ec.bayon@gmail.com','ac417f0bcb21b9f6fd388228abc5ba6d','2022-03-22 06:23:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'259bbfcbea4084814fc7eda724900baa',NULL,1,1,0,'2022-03-22 14:23:46','2022-03-22 14:23:50',NULL,'0000-00-00 00:00:00'),(202,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','ada22eb5209aca3a7edd53989ea3d8ca','2022-03-25 05:28:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'392109ffe60cca01c2a3d8f25e4f6332',NULL,1,1,0,'2022-03-25 13:28:24','2022-03-25 13:28:35',NULL,'0000-00-00 00:00:00'),(203,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','add555b6904770a1678a7ec4608fb459','2022-03-25 06:00:07','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'655f3233dc200724fdabc94bf427a07e',NULL,1,1,0,'2022-03-25 14:00:07','2022-03-25 14:00:07',NULL,'0000-00-00 00:00:00'),(204,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','0a4a9d995c16edd8b1586e3aadb9c055','2022-03-28 05:56:45','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ae93363974ec83e9f8acab44e8022570',NULL,1,1,0,'2022-03-28 14:56:45','2022-03-28 14:56:45',NULL,'0000-00-00 00:00:00'),(205,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','0a86a80738311321911b038b88c65dc3','2022-03-28 06:13:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f64efb545a45fa5e29abb246c78b8fe3',NULL,1,1,0,'2022-03-28 15:13:37','2022-03-28 15:13:37',NULL,'0000-00-00 00:00:00'),(206,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','ffc4ce0716360d6745766ebef6c212ec','2022-03-28 06:13:41','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1cf9522fb416f1d72056df02d35dedcd',NULL,1,1,0,'2022-03-28 15:13:41','2022-03-28 15:13:41',NULL,'0000-00-00 00:00:00'),(207,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','9fa26da47e3007c20bc260e66bf5f43b','2022-03-28 06:14:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'db8dd78b24ffc48ab03ed6ae2b73857a',NULL,1,1,0,'2022-03-28 15:14:39','2022-03-28 15:14:39',NULL,'0000-00-00 00:00:00'),(208,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','4d8589b8f85c8363e2d059f3fdeed1d9','2022-03-28 06:14:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b19235654c48229de68c38ee8b05030a',NULL,1,1,0,'2022-03-28 15:14:46','2022-03-28 15:14:46',NULL,'0000-00-00 00:00:00'),(209,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','b13a2545eaca45639ac1b86f2d1cbc15','2022-03-28 06:16:34','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'db75cd48c95900f34ee6757a66fecfda',NULL,1,1,0,'2022-03-28 15:16:34','2022-03-28 15:16:34',NULL,'0000-00-00 00:00:00'),(210,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','45aee69dff9ea43d1472fc4a86f281bd','2022-03-28 06:17:32','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b14ad98961cbcd450fa6e46548caf114',NULL,1,1,0,'2022-03-28 15:17:32','2022-03-28 15:17:32',NULL,'0000-00-00 00:00:00'),(211,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','f0f4769f85aa73e6ba4eedf8185c2fe0','2022-03-28 06:25:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e7c52b32a58ec977814c60952e71fb52',NULL,1,1,0,'2022-03-28 15:25:46','2022-03-28 15:25:46',NULL,'0000-00-00 00:00:00'),(212,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','5e1bfc7de7dcd30ee8d3f2722ee9b52a','2022-03-28 06:28:52','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'954eb2be3e2f4b945f7e55b4e55bf821',NULL,1,1,0,'2022-03-28 15:28:52','2022-03-28 15:28:52',NULL,'0000-00-00 00:00:00'),(213,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d161d4e4b8155ba6d12e197265f8bbf8','2022-03-28 06:53:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'31ccf78cef884d29efbcc60ecf798968',NULL,1,1,0,'2022-03-28 15:53:53','2022-03-28 15:53:53',NULL,'0000-00-00 00:00:00'),(214,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','b214733e50f192e3a0692f08b717e286','2022-03-28 06:55:10','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2b700cc549fb696c3851a09fc3a9d854',NULL,1,1,0,'2022-03-28 15:55:10','2022-03-28 15:55:10',NULL,'0000-00-00 00:00:00'),(215,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7047eb6d5d923df054340fdbe60aa122','2022-03-28 07:26:22','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8c37652cd11d2ce834d35fd88841af86',NULL,1,1,0,'2022-03-28 16:26:22','2022-03-28 16:26:22',NULL,'0000-00-00 00:00:00'),(216,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','33920421ae07d7d34038333f12a60907','2022-03-28 08:21:36','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'da326c15d748895ff2a6601c16743ab5',NULL,1,1,0,'2022-03-28 17:21:36','2022-03-28 17:22:16',NULL,'0000-00-00 00:00:00'),(217,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','e667c51c36143c6c8d302bb0ab0b62da','2022-03-28 08:24:04','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'57538f561dbe8cebba2dfae82baa87a8',NULL,1,1,0,'2022-03-28 17:24:04','2022-03-28 17:25:05',NULL,'0000-00-00 00:00:00'),(218,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','8b28855d300031fd4042c046d796186c','2022-03-28 08:25:54','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'dd2674820c71a2466685a78c60558d6b',NULL,1,1,0,'2022-03-28 17:25:54','2022-03-28 17:26:08',NULL,'0000-00-00 00:00:00'),(219,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','b7adec2af06d25dc903501cdbc7723a0','2022-03-28 08:26:43','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b087d53716833921f4859bea60921528',NULL,1,1,0,'2022-03-28 17:26:43','2022-03-28 17:28:24',NULL,'0000-00-00 00:00:00'),(220,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','78206669fb47b1ae3fb302e5834587ff','2022-03-28 08:33:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'4bd1377dfa8e8dc5c47c1c453dbad828',NULL,1,1,0,'2022-03-28 17:33:39','2022-03-28 17:33:39',NULL,'0000-00-00 00:00:00'),(221,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','86608213970f6d969345f991d355dad9','2022-03-28 08:37:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'49d9420b40dce5c1259ac57950d2d721',NULL,1,1,0,'2022-03-28 17:37:23','2022-03-28 17:37:23',NULL,'0000-00-00 00:00:00'),(222,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','2719cd18b674fd2cbbcd85a4f1e3dc15','2022-03-29 01:09:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a6f7afbfda098d10702190742f71c59b',NULL,1,1,0,'2022-03-29 10:09:38','2022-03-29 10:09:38',NULL,'0000-00-00 00:00:00'),(223,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','473516dd5e15df9bf96cb6e727dc8b16','2022-03-29 01:14:05','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9baeb276b8d795d38b7501fd6dcb296d',NULL,1,1,0,'2022-03-29 10:14:05','2022-03-29 10:14:05',NULL,'0000-00-00 00:00:00'),(224,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','c4811b58e2e42892bffdb464fba2412e','2022-03-29 01:15:18','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'562a0b6f8634204aca5ab1289c019ed2',NULL,1,1,0,'2022-03-29 10:15:18','2022-03-29 10:15:18',NULL,'0000-00-00 00:00:00'),(225,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7648bd2f86d16b2aece092058585d366','2022-03-29 01:16:13','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8d980c99e570906cbb74c6e2116f968d',NULL,1,1,0,'2022-03-29 10:16:13','2022-03-29 10:16:13',NULL,'0000-00-00 00:00:00'),(226,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','9e63ecc0dde93fb788842200786984dd','2022-03-29 01:21:19','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'fcab91373a7f8134528de74071761280',NULL,1,1,0,'2022-03-29 10:21:19','2022-03-29 10:21:19',NULL,'0000-00-00 00:00:00'),(227,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7e7236b4036e708ce50a368280e483b9','2022-03-29 01:23:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'fedd8b2e2e062a278147d414beed9f58',NULL,1,1,0,'2022-03-29 10:23:57','2022-03-29 10:23:57',NULL,'0000-00-00 00:00:00'),(228,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','196abebaf373800560beda3aa91d5562','2022-03-29 01:27:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8498c9094d15dd12976fd191d08200f7',NULL,1,1,0,'2022-03-29 10:27:40','2022-03-29 10:27:40',NULL,'0000-00-00 00:00:00'),(229,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','36870272839f3eab666f9f5534d1fca7','2022-03-29 01:41:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'182b5007fe48e46ece34cf97e3e1e6ae',NULL,1,1,0,'2022-03-29 10:41:53','2022-03-29 10:41:53',NULL,'0000-00-00 00:00:00'),(230,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','03aa04da88a2f123564db902ae8515b1','2022-03-29 01:47:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f52b455bf769280609f6d8970e5222b4',NULL,1,1,0,'2022-03-29 10:47:16','2022-03-29 10:47:16',NULL,'0000-00-00 00:00:00'),(231,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7e21dbfebe98adfcf09b5392f4dd265b','2022-03-29 02:06:19','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'460aaa54fee9eb4160cdb2415ddecddc',NULL,1,1,0,'2022-03-29 11:06:19','2022-03-29 11:06:19',NULL,'0000-00-00 00:00:00'),(232,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','9638af47507ebf38057af8e3eeda6c5e','2022-03-29 02:06:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'924c779ad4bb643260d15efb0b646e6f',NULL,1,1,0,'2022-03-29 11:06:26','2022-03-29 11:06:26',NULL,'0000-00-00 00:00:00'),(233,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','eb32803d5c699576339f519571355324','2022-03-29 02:06:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9fcd6df078001dc357dee3ee0259cd4d',NULL,1,1,0,'2022-03-29 11:06:53','2022-03-29 11:06:53',NULL,'0000-00-00 00:00:00'),(234,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','68a12b0098b49b58834e1fb6f45dfc31','2022-03-29 02:07:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e84f4a19eb67a2d427c2a61b85569cae',NULL,1,1,0,'2022-03-29 11:07:31','2022-03-29 11:07:31',NULL,'0000-00-00 00:00:00'),(235,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','3e92264dc701ba8c3a71a83e7f9ad44c','2022-03-29 02:08:27','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'79c512a3ab92c790ba0f8647e6da8a6c',NULL,1,1,0,'2022-03-29 11:08:27','2022-03-29 11:08:27',NULL,'0000-00-00 00:00:00'),(236,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','a9f1419ff5011b73be83d55ff437808c','2022-03-29 02:12:50','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e700ae780ae0c933d527add5f0652044',NULL,1,1,0,'2022-03-29 11:12:50','2022-03-29 11:12:50',NULL,'0000-00-00 00:00:00'),(237,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','4113d92635d1f03bd126a195216732e8','2022-03-29 02:15:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'95ef8b7f5de7859fb79906dfb077fff5',NULL,1,1,0,'2022-03-29 11:15:38','2022-03-29 11:15:38',NULL,'0000-00-00 00:00:00'),(238,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','44825918fc22270392a6f9cebc980f02','2022-03-29 02:18:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'7097b318af7e70adb42304692a8271b2',NULL,1,1,0,'2022-03-29 11:18:23','2022-03-29 11:18:23',NULL,'0000-00-00 00:00:00'),(239,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','1a68be357f8391b0e72ff6430871e82c','2022-03-29 02:19:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d10125364d02f1ca1b98dfedfee9a1ec',NULL,1,1,0,'2022-03-29 11:19:21','2022-03-29 11:19:21',NULL,'0000-00-00 00:00:00'),(240,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','150abd548d61baf90ee5428280cc34a1','2022-03-29 02:20:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'395448a762c2a4ae4b51ba6840ac802d',NULL,1,1,0,'2022-03-29 11:20:25','2022-03-29 11:20:25',NULL,'0000-00-00 00:00:00'),(241,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','71473f56e2fe78da6097ee1ec93a97e3','2022-03-29 02:27:27','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'58d4f15d678fd616d0509e257bc20720',NULL,1,1,0,'2022-03-29 11:27:27','2022-03-29 11:27:27',NULL,'0000-00-00 00:00:00'),(242,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','0b3dea30779efeb7bf2fd513f72a0104','2022-03-29 02:28:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'66c3a5c6f930d87342672028edc560ea',NULL,1,1,0,'2022-03-29 11:28:59','2022-03-29 11:28:59',NULL,'0000-00-00 00:00:00'),(243,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','0f5ddcfc2a7ca71882c66c7382549b29','2022-03-29 02:32:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'64611370ad602c780f7b661a64559256',NULL,1,1,0,'2022-03-29 11:32:26','2022-03-29 11:32:26',NULL,'0000-00-00 00:00:00'),(244,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','c37c35c710f3199ddd82b92a51d0896e','2022-03-29 02:33:00','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f80539ef1d2ca6cd7b7ef60a52781407',NULL,1,1,0,'2022-03-29 11:33:00','2022-03-29 11:33:00',NULL,'0000-00-00 00:00:00'),(245,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','fcd143c8849ec131a0ce8e4f3a7e9fc8','2022-03-29 02:34:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a5d2a5be20a25f3132e984c0548bfeb5',NULL,1,1,0,'2022-03-29 11:34:21','2022-03-29 11:34:21',NULL,'0000-00-00 00:00:00'),(246,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','fdc98da56b41558c96956ca31417c06a','2022-03-29 02:43:41','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0e36b65d072bb79edbfaa9dde084e81c',NULL,1,1,0,'2022-03-29 11:43:41','2022-03-29 11:43:41',NULL,'0000-00-00 00:00:00'),(247,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','864b80bf064782ba1d363f4073b7c8b4','2022-03-29 02:43:45','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1ad54d933112a73ea9a4c39c790cf033',NULL,1,1,0,'2022-03-29 11:43:45','2022-03-29 11:43:45',NULL,'0000-00-00 00:00:00'),(248,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d60e8917e90c6a035d4d00ac4bae1bf2','2022-03-29 02:43:54','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'3f39206bd5c0b61157ff89a59d3a7532',NULL,1,1,0,'2022-03-29 11:43:54','2022-03-29 11:43:54',NULL,'0000-00-00 00:00:00'),(249,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7f15d17378c35d737747f456a0d133db','2022-03-29 02:44:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'34764f78575d238ba6703b64acaaa143',NULL,1,1,0,'2022-03-29 11:44:16','2022-03-29 11:44:16',NULL,'0000-00-00 00:00:00'),(250,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','fc27b24cabac71b5769cb121fd712aae','2022-03-29 02:44:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'21dddab9b64857379baa641829325ac5',NULL,1,1,0,'2022-03-29 11:44:24','2022-03-29 11:44:24',NULL,'0000-00-00 00:00:00'),(251,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','4fe5d6f9fc9977ff09e04d41f0f1493c','2022-03-29 02:44:44','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'166c38e99de91fbbb24dce79a204ee44',NULL,1,1,0,'2022-03-29 11:44:44','2022-03-29 11:44:44',NULL,'0000-00-00 00:00:00'),(252,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','ae57c9d7b2b56fed5463f9a9fbfe7eaa','2022-03-29 02:44:47','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ba62f68935e22ad9cc4f6f4db833c61b',NULL,1,1,0,'2022-03-29 11:44:47','2022-03-29 11:44:47',NULL,'0000-00-00 00:00:00'),(253,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d60e80da8e5800fabcfe371e1755dbe1','2022-03-29 02:44:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'cc53ccce3e6fc490467ceba7771ce767',NULL,1,1,0,'2022-03-29 11:44:53','2022-03-29 11:44:53',NULL,'0000-00-00 00:00:00'),(254,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','86e9aeb2a5d42dfbbd00b702ab6f4e35','2022-03-29 02:45:00','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'44c9c98388e1f9cfc90d49d10a7d8522',NULL,1,1,0,'2022-03-29 11:45:00','2022-03-29 11:45:00',NULL,'0000-00-00 00:00:00'),(255,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','bee4596389bf5afc4045bdf322b70e09','2022-03-29 02:48:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9697aa154c134871a5632e95ad666361',NULL,1,1,0,'2022-03-29 11:48:26','2022-03-29 11:48:26',NULL,'0000-00-00 00:00:00'),(256,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','c2fd3b09bdf2f39dd9ed817d9569546d','2022-03-29 03:01:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'195d0239a65f7f9f662b44809851c09d',NULL,1,1,0,'2022-03-29 12:01:02','2022-03-29 12:01:14',NULL,'0000-00-00 00:00:00'),(257,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d46aa4982ffe648dc3e698a2d13cb8cb','2022-03-29 03:07:58','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'aeb1856caa411d4a842d9cea158ab347',NULL,1,1,0,'2022-03-29 12:07:58','2022-03-29 12:07:58',NULL,'0000-00-00 00:00:00'),(258,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','358c29002381dd7d67280f0183dc9692','2022-03-29 03:08:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'adf2183ee5a5ba2b076beaa3a3b38176',NULL,1,1,0,'2022-03-29 12:08:25','2022-03-29 12:08:25',NULL,'0000-00-00 00:00:00'),(259,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','46e01b6ef8c46960411d17b7186e1092','2022-03-29 03:08:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b24d758ff27af7c78bb47f7ab99fc18b',NULL,1,1,0,'2022-03-29 12:08:26','2022-03-29 12:08:26',NULL,'0000-00-00 00:00:00'),(260,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','250573358629fe68f7f9263fbfdd9bb2','2022-03-29 03:09:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'dff53a58fbb10512911c9f1deaec192c',NULL,1,1,0,'2022-03-29 12:09:02','2022-03-29 12:09:02',NULL,'0000-00-00 00:00:00'),(261,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','745c44c4a93ad224fe32c73743c5110e','2022-03-29 03:09:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b61c2eed693441eb02a3d36bc7d9e0a9',NULL,1,1,0,'2022-03-29 12:09:08','2022-03-29 12:09:08',NULL,'0000-00-00 00:00:00'),(262,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','9197fb9e57d1df2ffd9a2bdfa27b82eb','2022-03-29 03:09:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d0ab144349ba8a0ddbde009242f13ed0',NULL,1,1,0,'2022-03-29 12:09:26','2022-03-29 12:09:26',NULL,'0000-00-00 00:00:00'),(263,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','28fbb70f02df099fdedc64081fb8e006','2022-03-29 04:37:55','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e6a6773e2cfa2b2f4e14f4e2b966ea26',NULL,1,1,0,'2022-03-29 13:37:55','2022-03-29 13:37:55',NULL,'0000-00-00 00:00:00'),(264,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','f6df25ebde89413681aab5d5a265083d','2022-03-29 06:53:10','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'63659e7aec62de719b3d1fcc66f9a8ad',NULL,1,1,0,'2022-03-29 15:53:10','2022-03-29 15:53:10',NULL,'0000-00-00 00:00:00'),(265,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7d39cfd578502d7ca5e4b6b1f0d1a049','2022-03-29 06:53:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1a85193991a787bc33aba23a22994959',NULL,1,1,0,'2022-03-29 15:53:21','2022-03-29 15:53:21',NULL,'0000-00-00 00:00:00'),(266,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','9404d250c0db96abbc1c1a8f172899b1','2022-03-29 08:03:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'004464f25756db670aeb7b881cbf2108',NULL,1,1,0,'2022-03-29 17:03:28','2022-03-29 17:03:28',NULL,'0000-00-00 00:00:00'),(267,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','2fef880bb5ab10b8412fd4b60963a63c','2022-03-29 08:19:01','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'91f2e47740d8dc3b1ae805dee1e959d1',NULL,1,1,0,'2022-03-29 17:19:01','2022-03-29 17:19:22',NULL,'0000-00-00 00:00:00'),(268,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','6c15bd272cb3cb9063cb215d89c92f08','2022-04-04 01:00:52','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'20ef9f72cd7bc2fe028eb8ba3a842797',NULL,1,1,0,'2022-04-04 10:00:52','2022-04-04 10:02:07',NULL,'0000-00-00 00:00:00'),(269,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','73dd8144bc39186a86a6278d1587a84b','2022-04-04 01:09:11','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8164ceef0ab109f268a575d54a7d9a33',NULL,1,1,0,'2022-04-04 10:09:11','2022-04-04 10:09:25',NULL,'0000-00-00 00:00:00'),(270,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','1c0432fee9c466b80cce4864b7823204','2022-04-04 01:10:09','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'24aaf62ef2981672e89148ad8ba6af30',NULL,1,1,0,'2022-04-04 10:10:09','2022-04-04 10:10:21',NULL,'0000-00-00 00:00:00'),(271,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','1ae459cb89195e7045031840f448d75f','2022-04-04 01:11:11','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a7afbc0f33f9d150939e47a2bb639acf',NULL,1,1,0,'2022-04-04 10:11:11','2022-04-04 10:11:22',NULL,'0000-00-00 00:00:00'),(272,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','1e797fa33a6b7e32e9cc1389a7b7e8c4','2022-04-04 01:20:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'05f724b97abb0e59a5096eee6c3c368d',NULL,1,1,0,'2022-04-04 10:20:38','2022-04-04 10:21:25',NULL,'0000-00-00 00:00:00'),(273,1,1,0,3,1,0,'','',NULL,NULL,NULL,'','Marius','Gudauskis','marius.gudauskissssss@invertus.eu','$2y$10$hxdR5/0.0wEzGW/Uf1LWNeVZCk1ixV8r3mm4GwCT.3.ZD.Fw9iZGW','2022-04-04 01:29:56','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'46ea82504ef0822e1322831a5f479e1d','',1,0,0,'2022-04-04 10:29:56','2022-04-04 10:29:56','','0000-00-00 00:00:00'),(274,1,1,0,3,12,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','zggsgz@gmail.com','$2y$10$np7Nv8T0s.fpKMXG3vOs3.EAqXwQjY/jXxU5quyKvtbin0TIWM2iS','2022-04-04 01:37:16','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1d300fc2df41e276cee9cace51fcbdfe',NULL,1,0,0,'2022-04-04 10:37:16','2022-05-23 17:08:07',NULL,'0000-00-00 00:00:00'),(275,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7feb943e4032871a044b7b1a2565d5db','2022-04-12 01:11:07','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'743e667d81d9665bd32bf93301dc0254',NULL,1,1,0,'2022-04-12 10:11:07','2022-04-12 10:11:07',NULL,'0000-00-00 00:00:00'),(276,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','a8849590c25294fde4f4e9d0f103b593','2022-04-12 01:12:28','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'31abedc5c1f4476d5fc60843f8536a76',NULL,1,1,0,'2022-04-12 10:12:28','2022-04-12 10:12:28',NULL,'0000-00-00 00:00:00'),(277,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d4d3cfb5d12254ecd03c9840d66ba087','2022-04-12 01:25:43','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9968c5f6c48a46e371aa18c6670ee56c',NULL,1,1,0,'2022-04-12 10:25:43','2022-04-12 10:25:43',NULL,'0000-00-00 00:00:00'),(278,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','6d623115c32a7e40bc921bc94645b186','2022-04-12 01:26:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8ce78bc92f0c96d19dc59b298ee028a2',NULL,1,1,0,'2022-04-12 10:26:12','2022-04-12 10:26:12',NULL,'0000-00-00 00:00:00'),(279,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','marius.gudauskis@invertus.eu','e4ff90b8f33c179dbb5c0c1a2df60f47','2022-04-19 01:29:07','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ad401695f72f407a9af1e4d337d15f13',NULL,1,1,0,'2022-04-19 10:29:07','2022-04-19 10:30:51',NULL,'0000-00-00 00:00:00'),(280,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','25d89655920756200d4d9f17822eec06','2022-04-19 01:43:05','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ea9b20548b4de19926cae7dc2c11505f',NULL,1,1,0,'2022-04-19 10:43:05','2022-04-19 10:43:19',NULL,'0000-00-00 00:00:00'),(281,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','3cb8d3ea27c21e233f22faa843c94208','2022-04-19 01:44:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'57cdb036fea14ba810794f2e20325a19',NULL,1,1,0,'2022-04-19 10:44:59','2022-04-19 10:44:59',NULL,'0000-00-00 00:00:00'),(282,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','a3af95f5d864b613fd5f80be26610a51','2022-04-19 01:49:06','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e225233a327a6dd78cd842354454d319',NULL,1,1,0,'2022-04-19 10:49:06','2022-04-19 10:49:06',NULL,'0000-00-00 00:00:00'),(283,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','marius.gudauskis@invertus.eu','656c0195a424593b930dc6325900c28b','2022-04-19 01:49:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6b94893982776194319f46c087614eff',NULL,1,1,0,'2022-04-19 10:49:12','2022-04-19 10:50:12',NULL,'0000-00-00 00:00:00'),(284,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','45be09e5a942d1f5ea1923742a9bf537','2022-04-19 01:51:36','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a947e415a364974dea6cfb97c336e144',NULL,1,1,0,'2022-04-19 10:51:36','2022-04-19 10:51:36',NULL,'0000-00-00 00:00:00'),(285,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','marius.gudauskis@invertus.eu','812f18f84b0e9b7ad80e3ccba019e82c','2022-04-19 01:51:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'85e15df6b025ecfb78b8b125c078d72b',NULL,1,1,0,'2022-04-19 10:51:39','2022-04-19 10:51:53',NULL,'0000-00-00 00:00:00'),(286,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','a126a3bbac00afbbafee44ebe7d33f2c','2022-04-19 01:53:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'30b343c894cd3172b5dd277471070677',NULL,1,1,0,'2022-04-19 10:53:21','2022-04-19 10:53:21',NULL,'0000-00-00 00:00:00'),(287,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','f543b9ff30df49e323159eb37e144ec5','2022-04-19 01:54:30','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'26b82bde1a2a362f84bea87b451ff0e6',NULL,1,1,0,'2022-04-19 10:54:30','2022-04-19 10:54:30',NULL,'0000-00-00 00:00:00'),(288,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','a31c05ea330a90dd981b382212b81c74','2022-04-19 01:55:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ab06c1b23e611cb9c9a0b2cfa6024e6a',NULL,1,1,0,'2022-04-19 10:55:12','2022-04-19 10:55:12',NULL,'0000-00-00 00:00:00'),(289,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','2bcb82a7bdcb07c835eff571dd6d9ead','2022-04-19 01:56:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ac6949c4fe419c6bac24cabf221294b1',NULL,1,1,0,'2022-04-19 10:56:02','2022-04-19 10:56:02',NULL,'0000-00-00 00:00:00'),(290,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','057aabe4ea3469c1dcd8890a2b0e917a','2022-04-19 01:57:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'fc47a0aa9c5a1dc9c1a32e3e5abb3e89',NULL,1,1,0,'2022-04-19 10:57:31','2022-04-19 10:57:31',NULL,'0000-00-00 00:00:00'),(291,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','8f0da3052d6598c3b9da45212199a9bd','2022-04-19 01:57:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6d1898643803b61f6de59bc1b838fff0',NULL,1,1,0,'2022-04-19 10:57:40','2022-04-19 10:57:40',NULL,'0000-00-00 00:00:00'),(292,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','1f91ec5bd07bd59789e6d97b0a082cab','2022-04-19 01:57:52','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'81d5aa0e160bfb8d075e62ecf77ec3a8',NULL,1,1,0,'2022-04-19 10:57:52','2022-04-19 10:57:52',NULL,'0000-00-00 00:00:00'),(293,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','marius.gudauskis@invertus.eu','061b17cddacd27a4afca711cc88df4f2','2022-04-19 01:58:00','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1db2eaca4509469f52f2d631c3c5cf94',NULL,1,1,0,'2022-04-19 10:58:00','2022-04-19 10:58:15',NULL,'0000-00-00 00:00:00'),(294,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','9697a5f804215687b4426e239e1ca20b','2022-04-19 01:59:07','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2b6559d335ebc1a022c039b8717fc39f',NULL,1,1,0,'2022-04-19 10:59:07','2022-04-19 10:59:18',NULL,'0000-00-00 00:00:00'),(295,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','5891701a5212accff21c22aad0b5c434','2022-04-19 02:12:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0aeaac86288a6600ecd18a1d4b7534f1',NULL,1,1,0,'2022-04-19 11:12:39','2022-04-19 11:12:56',NULL,'0000-00-00 00:00:00'),(296,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','f6049983f3323677d61d7f7f98d270dd','2022-04-19 02:13:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'512b02d9764de43b856e5c007a9604d3',NULL,1,1,0,'2022-04-19 11:13:26','2022-04-19 11:13:50',NULL,'0000-00-00 00:00:00'),(297,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','3d651b9627f6fb98ea867a1a4af909a4','2022-04-19 03:09:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'10c8eb4825f50a37eff1a46d4debf187',NULL,1,1,0,'2022-04-19 12:09:24','2022-04-19 12:09:24',NULL,'0000-00-00 00:00:00'),(298,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','01253e51a0593767e9b41d539144a753','2022-04-19 03:10:49','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'acede46cd9c11d1a3926ff30c8a4ce93',NULL,1,1,0,'2022-04-19 12:10:49','2022-04-19 12:10:49',NULL,'0000-00-00 00:00:00'),(299,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','a8234df564aa548755fa6a9d216ea8d6','2022-04-19 03:10:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0103bd23eb5aec953388f2ae078450c7',NULL,1,1,0,'2022-04-19 12:10:57','2022-04-19 12:10:57',NULL,'0000-00-00 00:00:00'),(300,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','f884b82512a8f5b0012088cec6677ae6','2022-04-19 03:11:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'97b567a374cd47d171da42cc9860f09c',NULL,1,1,0,'2022-04-19 12:11:39','2022-04-19 12:11:51',NULL,'0000-00-00 00:00:00'),(301,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'Edouard','Bayon','ec.bayon@gmail.com','db2e69ee8fad26d768d1cd944174c088','2022-04-19 03:11:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9aedc89d4ad8a885c9cab2fd994a0b26',NULL,1,1,0,'2022-04-19 12:11:40','2022-04-19 12:11:43',NULL,'0000-00-00 00:00:00'),(302,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','79230f04bce172213c9c57f43342ee8e','2022-04-19 05:17:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a72b4dcf90e78070450d8c82ddfbf721',NULL,1,1,0,'2022-04-19 14:17:21','2022-04-19 14:17:37',NULL,'0000-00-00 00:00:00'),(303,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','8d14ada4fe980e958206db9a3038f7ea','2022-04-19 05:18:40','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'7c614be8bc19fa3c1e905b086efdf6fa',NULL,1,1,0,'2022-04-19 14:18:40','2022-04-19 14:18:40',NULL,'0000-00-00 00:00:00'),(304,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'Edouard','Bayon','ec.bayon@gmail.com','ada6bf77d8c7360045e9bd4bb80ecf5b','2022-04-19 05:20:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'31e628a992887ffc0c4706c82cf4aad2',NULL,1,1,0,'2022-04-19 14:20:37','2022-04-19 14:20:41',NULL,'0000-00-00 00:00:00'),(305,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','5ea02e46ef37296b8191d5c5c7cdb0b7','2022-04-19 05:31:06','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0b13b9b82607e5d89582deec8a9d8599',NULL,1,1,0,'2022-04-19 14:31:06','2022-04-19 14:31:22',NULL,'0000-00-00 00:00:00'),(306,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','851f0b5cb5f31d45002ca92137b217e2','2022-04-19 05:32:55','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ac62b21b65e8777a3f2acb6c1fffc63e',NULL,1,1,0,'2022-04-19 14:32:55','2022-04-19 14:33:08',NULL,'0000-00-00 00:00:00'),(307,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','9a0ca2a52cee5dbacd67009bedaca0ad','2022-04-19 05:33:48','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'cd5608b068700f0e5051d676b7258ec5',NULL,1,1,0,'2022-04-19 14:33:48','2022-04-19 14:34:02',NULL,'0000-00-00 00:00:00'),(308,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','e9bcd38b570ea9c31ad302ab925925c9','2022-04-19 05:35:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'906e34e459a1a17dcb317dd35aa7473c',NULL,1,1,0,'2022-04-19 14:35:12','2022-04-19 14:35:26',NULL,'0000-00-00 00:00:00'),(309,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','34837d45490fc5f66884cc9330a0d9c5','2022-04-19 05:45:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d13984a486e52be0aed6a0ed8c0afba6',NULL,1,1,0,'2022-04-19 14:45:31','2022-04-19 14:45:45',NULL,'0000-00-00 00:00:00'),(310,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','f6359fb70939e5f8800b2e614b183bbc','2022-04-19 05:47:55','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'129a6b76cc34005b78fa7910fd7f4975',NULL,1,1,0,'2022-04-19 14:47:55','2022-04-19 14:48:06',NULL,'0000-00-00 00:00:00'),(311,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','afd8f2545cbdc97dafc67e20e0c588eb','2022-04-25 02:16:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'13c25e463f40cd13a61c310b015615a4',NULL,1,1,0,'2022-04-25 11:16:25','2022-04-25 11:16:35',NULL,'0000-00-00 00:00:00'),(312,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','0398546096c6535af69d4c5ab39e5a17','2022-04-25 02:17:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'3270f658fa68d2d2d83cf3fd20d63d6d',NULL,1,1,0,'2022-04-25 11:17:53','2022-04-25 11:18:03',NULL,'0000-00-00 00:00:00'),(313,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','6abd7e929df0728ac56bbceeebc43944','2022-04-25 02:27:58','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ec75e230ca2df7fea1a89cf78b1089c2',NULL,1,1,0,'2022-04-25 11:27:58','2022-04-25 11:27:58',NULL,'0000-00-00 00:00:00'),(314,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','c3f5b5b4d196cb2094d326e5267b51be','2022-04-25 02:28:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'72a610f0116c38563276e1e6172148f9',NULL,1,1,0,'2022-04-25 11:28:23','2022-04-25 11:28:39',NULL,'0000-00-00 00:00:00'),(315,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','3b94533cfead93a3a5cf32923aa972ca','2022-04-26 01:10:18','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8bc238fd98de30c01ce26041dad1b631',NULL,1,1,0,'2022-04-26 10:10:18','2022-04-26 10:10:18',NULL,'0000-00-00 00:00:00'),(316,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','fc5341344965c33a8982fbe20c669692','2022-04-26 01:10:43','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6c2211f25e31c150a133f7305a1c06ee',NULL,1,1,0,'2022-04-26 10:10:43','2022-04-26 10:10:43',NULL,'0000-00-00 00:00:00'),(317,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','504c3288b5beb1928b7b0f2a87b907d9','2022-04-26 07:28:15','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'910ae2c6e40f22e70c8be7cd9dc3e6d5',NULL,1,1,0,'2022-04-26 16:28:15','2022-04-26 16:28:15',NULL,'0000-00-00 00:00:00'),(318,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','ec3b1ef823e896dc5b143ddea992077e','2022-04-26 07:28:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f1bac2c8311e97069e491ba21fe4aee2',NULL,1,1,0,'2022-04-26 16:28:57','2022-04-26 16:28:57',NULL,'0000-00-00 00:00:00'),(319,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','1de78f348c9913365ac035a17c31ead0','2022-04-26 07:30:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'eae725ac6a92d30643163e8b3652175d',NULL,1,1,0,'2022-04-26 16:30:46','2022-04-26 16:30:46',NULL,'0000-00-00 00:00:00'),(320,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','44ab770eaaac7c97430cad5441256370','2022-04-26 07:30:49','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a96fd811991d767795358f935815f4c6',NULL,1,1,0,'2022-04-26 16:30:49','2022-04-26 16:30:49',NULL,'0000-00-00 00:00:00'),(321,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','8dcddceb0c99a9fa0b1ce448366aeb17','2022-04-26 07:32:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8687ef1917147d13d77f3b310b27816e',NULL,1,1,0,'2022-04-26 16:32:12','2022-04-26 16:32:12',NULL,'0000-00-00 00:00:00'),(322,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','b2dd5168ac5805315c2432760e31c3b7','2022-04-26 07:33:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b0d1ebe8176faa4ce9830f1fd1a829f3',NULL,1,1,0,'2022-04-26 16:33:53','2022-04-26 16:33:53',NULL,'0000-00-00 00:00:00'),(323,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','e930e8e873c2b126b390ffb9ce87e700','2022-04-26 07:34:51','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'f22e95c9868b6070fcbfa82ee46ea0b9',NULL,1,1,0,'2022-04-26 16:34:51','2022-04-26 16:34:51',NULL,'0000-00-00 00:00:00'),(324,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','e92f1856d212f4d09ddd5d23343ecd10','2022-04-26 07:35:17','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'1815c6f114dac3e7798dde3dd323d6ca',NULL,1,1,0,'2022-04-26 16:35:17','2022-04-26 16:35:17',NULL,'0000-00-00 00:00:00'),(325,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','b9e53239e371eb65594bed9b2a3ab3ec','2022-04-26 07:35:31','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'51c48c5fb2cc710d073a9ba47df156b6',NULL,1,1,0,'2022-04-26 16:35:31','2022-04-26 16:35:31',NULL,'0000-00-00 00:00:00'),(326,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','da98eec0ab36ee7f008efef4a455f249','2022-04-26 07:35:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b0976697184e359e4420c99fc3903d41',NULL,1,1,0,'2022-04-26 16:35:53','2022-04-26 16:35:53',NULL,'0000-00-00 00:00:00'),(327,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','4ca214dc28bcf7145c1a320d3c250034','2022-04-26 07:36:22','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0a4446cc47b1f42af1126de10a3f6be0',NULL,1,1,0,'2022-04-26 16:36:22','2022-04-26 16:36:22',NULL,'0000-00-00 00:00:00'),(328,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','marius.gudauskis@invertus.eu','517d988e7bba71ca6f8489c9a3f612bf','2022-04-26 07:36:38','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e7ab695cddf64fdc6b71ed989458af48',NULL,1,1,0,'2022-04-26 16:36:38','2022-04-26 16:39:16',NULL,'0000-00-00 00:00:00'),(329,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','marius.gudauskis@invertus.eu','8a4c02f02617d23580fed70c3047b49d','2022-04-26 07:40:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b5b2d18361f103a61a0d85c42666a7b3',NULL,1,1,0,'2022-04-26 16:40:39','2022-04-26 16:40:51',NULL,'0000-00-00 00:00:00'),(330,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'Mariusaqqq','Gudauskisaqqq','test2@invertus.eu','$2y$10$pfgNwr8LgvZXp2apaNbMc.OHSkd3Piv8nVbyUNg/oq2zBrTxB/88K','2022-05-02 01:55:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9dccb196859e21ee09f85595f36e8002',NULL,1,1,0,'2022-05-02 10:55:39','2022-05-02 11:03:59',NULL,'0000-00-00 00:00:00'),(331,1,1,0,2,1,0,'','',NULL,NULL,NULL,'','Mariusasf','Gudauskisasfa','marius.gudauskasfasfis@invertus.eu','$2y$10$98xVqNQ0KGdfMMwBNDy19e4MOlexPM68JvttxdHHH0QgQAJL032Z6','2022-05-02 04:51:08','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'3e32d85a4e8b361844e55921b7fb6d5c','',1,1,0,'2022-05-02 13:51:08','2022-05-02 13:51:08','','0000-00-00 00:00:00'),(332,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','0fbec610a18eb7c5ad996fa4c582f969','2022-05-02 06:36:29','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b9be400750c9651fdfd0932d46218549',NULL,1,1,0,'2022-05-02 15:36:29','2022-05-02 15:36:29',NULL,'0000-00-00 00:00:00'),(333,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','marius.gudauskis@invertus.eu','d9b86cba765110187001b55f11542504','2022-05-02 06:36:32','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5f4c272cd38bed8481dc1c5756d91554',NULL,1,1,0,'2022-05-02 15:36:32','2022-05-02 15:36:51',NULL,'0000-00-00 00:00:00'),(334,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','marius.gudauskis@invertus.eu','0649acb7a50bd54167d222f862c2832c','2022-05-02 07:26:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2388b62bbdb1104df29d4b666d97b5a1',NULL,1,1,0,'2022-05-02 16:26:21','2022-05-02 16:26:34',NULL,'0000-00-00 00:00:00'),(335,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','409fa05f3c24cf597dbd11c034b94088','2022-05-04 07:51:53','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'de56dd65cd0b343bb3d3ee956f806dee',NULL,1,1,0,'2022-05-04 16:51:53','2022-05-04 16:52:35',NULL,'0000-00-00 00:00:00'),(336,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','cbfe311527d79d7a9435805ff5a5a518','2022-05-04 08:07:55','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0e3734cd3453da2a3631202a167c574a',NULL,1,1,0,'2022-05-04 17:07:55','2022-05-04 17:08:15',NULL,'0000-00-00 00:00:00'),(337,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','ea5efa9d9a57620b50ba5ef45bb9c1d7','2022-05-04 08:08:51','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'99bce85612921d76402cd540d30cc8f6',NULL,1,1,0,'2022-05-04 17:08:51','2022-05-04 17:09:03',NULL,'0000-00-00 00:00:00'),(338,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a319f3a3f9423157f406ccb028c034e6','2022-05-04 08:16:43','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'192f4255a57c55287ea5afe822042ebf',NULL,1,1,0,'2022-05-04 17:16:43','2022-05-04 17:16:56',NULL,'0000-00-00 00:00:00'),(339,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','4f6227f1d5ab294fbaaeceba5dd367e1','2022-05-04 08:20:52','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'27d12cff0a5a721426a08ed7465a6133',NULL,1,1,0,'2022-05-04 17:20:52','2022-05-04 17:21:05',NULL,'0000-00-00 00:00:00'),(340,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','ace85036cf5cd0aa70db11b2220ddd37','2022-05-04 08:22:59','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5c64df8f6be21a0477650425df482135',NULL,1,1,0,'2022-05-04 17:22:59','2022-05-04 17:23:13',NULL,'0000-00-00 00:00:00'),(341,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','9e47147b560196dabbefe6308e4c5b82','2022-05-04 08:25:19','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e82c387b185df4921dd4e2e50ac54d09',NULL,1,1,0,'2022-05-04 17:25:19','2022-05-04 17:25:34',NULL,'0000-00-00 00:00:00'),(342,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','836a8a6b750d690085feee72c5f7389c','2022-05-05 02:32:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5461e720aca35762957306b0ac20ee3c',NULL,1,1,0,'2022-05-05 11:32:02','2022-05-05 11:32:29',NULL,'0000-00-00 00:00:00'),(343,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','6b56e888f34cde97d5db328286afc620','2022-05-05 02:43:41','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'25531644a0d0eecbc6e1cd63c19d6517',NULL,1,1,0,'2022-05-05 11:43:41','2022-05-05 11:44:19',NULL,'0000-00-00 00:00:00'),(344,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','f027e0a64cddd2ee2d2403e83b6d6ba2','2022-05-05 02:46:23','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'ad9819757559f9afdc1567fa8cc3c5ce',NULL,1,1,0,'2022-05-05 11:46:23','2022-05-05 11:46:42',NULL,'0000-00-00 00:00:00'),(345,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','e8f22dc1f748ef08f3665a69eaa20d16','2022-05-05 02:48:34','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'36c56e1ea45a6e8689d9a653d8ddc93b',NULL,1,1,0,'2022-05-05 11:48:34','2022-05-05 11:48:47',NULL,'0000-00-00 00:00:00'),(346,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','81efa96420f19e598c99a48ef5558e44','2022-05-09 04:03:35','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b89af84847eb3e23679ee1371a090e3d',NULL,1,1,0,'2022-05-09 13:03:35','2022-05-09 13:04:12',NULL,'0000-00-00 00:00:00'),(347,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a780f75e38f658893a847e1ec9c204a0','2022-05-09 04:05:01','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'45b1e4ded267d4a06e52c1ddd12aa949',NULL,1,1,0,'2022-05-09 13:05:01','2022-05-09 13:05:11',NULL,'0000-00-00 00:00:00'),(348,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a42a3c32165de37d1e26fc0f7a9f3c10','2022-05-09 04:06:27','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'9f040b007e91c1990616f2785943055b',NULL,1,1,0,'2022-05-09 13:06:27','2022-05-09 13:06:38',NULL,'0000-00-00 00:00:00'),(349,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','8a7a72fa7dff8d4c415acf3fa930fd3d','2022-05-09 05:38:41','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d516fea45c5d0d5a47cae733e2e51322',NULL,1,1,0,'2022-05-09 14:38:41','2022-05-09 14:38:52',NULL,'0000-00-00 00:00:00'),(350,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','a0c06d58aed2f758623a4327dff75265','2022-05-10 07:15:02','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e1382b5d293a3db62d05dd6efdd7b768',NULL,1,1,0,'2022-05-10 16:15:02','2022-05-10 16:15:12',NULL,'0000-00-00 00:00:00'),(351,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'test','test','zggsgz@gmail.com','615fdbfc5464ad9697a21fa618c152d9','2022-05-10 07:16:04','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'25f2df659d10e3ba908158c3144fbb56',NULL,1,1,0,'2022-05-10 16:16:04','2022-05-10 16:16:19',NULL,'0000-00-00 00:00:00'),(352,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','06c7ea4cb6b7901d4e556f7b3b2dde71','2022-05-10 07:59:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c8dee07452bd99f6be458bf6afb94cbc',NULL,1,1,0,'2022-05-10 16:59:25','2022-05-10 16:59:25',NULL,'0000-00-00 00:00:00'),(353,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','092132f37167190b224acc6a7b5c56d5','2022-05-10 08:00:06','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'110e5c6afebbfb44b90cd9c4a7ab603c',NULL,1,1,0,'2022-05-10 17:00:06','2022-05-10 17:00:06',NULL,'0000-00-00 00:00:00'),(354,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','4cff8daf6f5e8bec956984bfe327d400','2022-05-10 08:03:58','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8655ad6c0217efb089ca765bcda7a490',NULL,1,1,0,'2022-05-10 17:03:58','2022-05-10 17:03:58',NULL,'0000-00-00 00:00:00'),(355,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','95606991bfa00ec15fd5b5244ffba620','2022-05-10 08:04:34','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'136ce2d972b4b26e9e18c6abf73398de',NULL,1,1,0,'2022-05-10 17:04:34','2022-05-10 17:04:34',NULL,'0000-00-00 00:00:00'),(356,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','0bd79672cf09b199a446f6eb87fa91ca','2022-05-10 08:04:46','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'8f17375e68d13777faea1c9517a01b70',NULL,1,1,0,'2022-05-10 17:04:46','2022-05-10 17:04:46',NULL,'0000-00-00 00:00:00'),(357,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','fc03e077b43070919ebdf8a22ec6f8e0','2022-05-10 08:04:54','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b07932f4b23fc29eacec9364bae9e215',NULL,1,1,0,'2022-05-10 17:04:54','2022-05-10 17:04:54',NULL,'0000-00-00 00:00:00'),(358,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','68b5ada05a5fc51b7297e95bdf69231c','2022-05-10 08:04:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'599d855b27d61a3c81820e8ebfdabafc',NULL,1,1,0,'2022-05-10 17:04:57','2022-05-10 17:04:57',NULL,'0000-00-00 00:00:00'),(359,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','2fbd3fbf4cda3ee3cdea6d1c2bb4cbe6','2022-05-10 08:05:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'0749f0e4f51e00185584e0e90807d6bf',NULL,1,1,0,'2022-05-10 17:05:24','2022-05-10 17:05:24',NULL,'0000-00-00 00:00:00'),(360,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d9cb78fa57fdcd03d6ed8fd772ca1611','2022-05-10 08:05:27','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d7a2ec35ad812338e583ad37dc54f6e1',NULL,1,1,0,'2022-05-10 17:05:27','2022-05-10 17:05:27',NULL,'0000-00-00 00:00:00'),(361,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','dde04043b7b7283997204fd34b0fed7b','2022-05-10 08:05:32','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'da50bc99e4ab4615d8a3b9bba16f52e2',NULL,1,1,0,'2022-05-10 17:05:32','2022-05-10 17:05:32',NULL,'0000-00-00 00:00:00'),(362,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','ea82606cad97390657edeefbadfa74d4','2022-05-10 08:12:08','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a428a8aa39096edf5b3bd77ff5bd640c',NULL,1,1,0,'2022-05-10 17:12:08','2022-05-10 17:12:08',NULL,'0000-00-00 00:00:00'),(363,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','c6583a35d134c4cdae0415132fb26e73','2022-05-10 08:12:24','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'c037509d5090e55eb30a592d820420ba',NULL,1,1,0,'2022-05-10 17:12:24','2022-05-10 17:12:24',NULL,'0000-00-00 00:00:00'),(364,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','b88b22e0f4540e1e055c0c21ebfab14d','2022-05-10 08:12:42','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'3b9c20f618d59dacdb9582dfb94fc710',NULL,1,1,0,'2022-05-10 17:12:42','2022-05-10 17:12:42',NULL,'0000-00-00 00:00:00'),(365,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','9b9815997e6ee721f92cf87daa41a09a','2022-05-10 08:13:05','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'6539532c2975f80b97675bc9fe9f0790',NULL,1,1,0,'2022-05-10 17:13:05','2022-05-10 17:13:05',NULL,'0000-00-00 00:00:00'),(366,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','e34cbef1f8ba6a82fe9ef3a7523e9c6b','2022-05-10 08:13:07','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'35dcf4a181b5c5fe3358af24280f3ddb',NULL,1,1,0,'2022-05-10 17:13:07','2022-05-10 17:13:07',NULL,'0000-00-00 00:00:00'),(367,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','d0c270649fd89a68d117fce47e3d2549','2022-05-10 08:13:19','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'b0167872bce399516eecc5bda22c7546',NULL,1,1,0,'2022-05-10 17:13:19','2022-05-10 17:13:19',NULL,'0000-00-00 00:00:00'),(368,1,1,0,2,2,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','66cb16b7f39cf7011df8d266e7f36dae','2022-05-10 08:13:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'bc2f317afff3ce04225ed598f0fbe369',NULL,1,1,0,'2022-05-10 17:13:21','2022-05-10 17:13:21',NULL,'0000-00-00 00:00:00'),(369,1,1,0,2,12,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','229983d0e4900d7989bae6671bcd297e','2022-05-10 08:15:25','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d854d84fafd70d026054f4c24eeae308',NULL,1,1,0,'2022-05-10 17:15:25','2022-05-10 17:15:25',NULL,'0000-00-00 00:00:00'),(370,1,1,0,2,12,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','3d85c802dd0db33a403dae31e9ee6d27','2022-05-10 08:15:33','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'3969deaa0d895a92497a3e5e4d72d024',NULL,1,1,0,'2022-05-10 17:15:33','2022-05-10 17:15:33',NULL,'0000-00-00 00:00:00'),(371,1,1,0,2,12,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','7582854f979076b21881a7aa04a92301','2022-05-10 08:16:37','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'2d4c07f9449b9bf2b8a257e4cba8939b',NULL,1,1,0,'2022-05-10 17:16:37','2022-05-10 17:16:37',NULL,'0000-00-00 00:00:00'),(372,1,1,0,2,12,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','74ccbea48f854e8ca82e097dfed8f399','2022-05-10 08:17:32','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'be0d575d3f5388e7a3bda0fdd7a26991',NULL,1,1,0,'2022-05-10 17:17:32','2022-05-10 17:17:32',NULL,'0000-00-00 00:00:00'),(373,1,1,0,2,12,0,'asfa',NULL,NULL,NULL,NULL,NULL,'afas','fasfa','tawasfd@gmail.com','$2y$10$kDbh0imSqS/ZaegCAv45NOcb4rHHx/pVgb9G/95hSW71eOcFMrpZ.','2022-05-30 06:30:21','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'a45f5a526c7e844e852506deb6c0742d',NULL,1,1,0,'2022-05-30 15:30:21','2022-05-30 15:30:55',NULL,'0000-00-00 00:00:00'),(374,1,1,0,3,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'Marius','Gudauskis','marius.gudauskis@invertus.eu','$2y$10$vQF0mwW9.LdzbpAvGpwQ0eOWpMy6Ua44sJul2rrNepK6oKyTWe0sm','2022-05-31 06:16:39','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'e4ec207ab58c54f0ca66ac8a8b3022b1',NULL,1,0,0,'2022-05-31 15:16:39','2022-09-20 10:37:15',NULL,'0000-00-00 00:00:00'),(375,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','c2c49b2385dc342674696e87a5fac031','2022-09-01 06:01:12','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'cf3a50054b95188afdf9146b2a426f6b',NULL,1,1,0,'2022-09-01 15:01:12','2022-09-01 15:01:12',NULL,'0000-00-00 00:00:00'),(376,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','b43c490c3eda658cd394bc8feed94cdb','2022-09-01 06:01:17','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'d2940072c87739d5f0187fb412261db7',NULL,1,1,0,'2022-09-01 15:01:17','2022-09-01 15:01:17',NULL,'0000-00-00 00:00:00'),(377,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','82caf898a03127377e2ab4bb399575f6','2022-09-01 06:09:26','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'522266c1a277c091f8199e8e4467f78a',NULL,1,1,0,'2022-09-01 15:09:26','2022-09-01 15:09:26',NULL,'0000-00-00 00:00:00'),(378,1,1,0,2,1,0,NULL,NULL,NULL,NULL,NULL,NULL,'applePay','applePay','applePay@mollie.com','c5739ec8627277d60cd85c70c9994fe4','2022-09-01 06:09:57','0000-00-00',0,NULL,'0000-00-00 00:00:00',0,NULL,0.000000,0,0,'5b5b5deed296b2efa72e5a8beb0e42c3',NULL,1,1,0,'2022-09-01 15:09:57','2022-09-01 15:09:57',NULL,'0000-00-00 00:00:00'),(379,1,1,0,3,1,0,'','',NULL,NULL,NULL,'','Marius','Gudauskis','marius.gudauskisdsgsd@invertus.eu','$2y$10$cB2DAmUUnZgVxkyhjz3o2OW5PQdB04OMj.xwIg31hkhkwGsC/lT8K','2022-10-18 04:08:25','0000-00-00',0,'','0000-00-00 00:00:00',0,'',0.000000,0,0,'348f22d44dfc7b7d048aa8aa6d9bb950','',1,0,0,'2022-10-18 13:08:25','2022-10-18 13:08:25','','0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `ps_customer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_group` --- - -DROP TABLE IF EXISTS `ps_customer_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_group` ( - `id_customer` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_customer`,`id_group`), - KEY `customer_login` (`id_group`), - KEY `id_customer` (`id_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_group` --- - -LOCK TABLES `ps_customer_group` WRITE; -/*!40000 ALTER TABLE `ps_customer_group` DISABLE KEYS */; -INSERT INTO `ps_customer_group` VALUES (4,2),(8,2),(9,2),(10,2),(13,2),(14,2),(15,2),(16,2),(17,2),(18,2),(19,2),(20,2),(21,2),(22,2),(23,2),(24,2),(25,2),(26,2),(27,2),(28,2),(29,2),(30,2),(31,2),(32,2),(33,2),(34,2),(35,2),(36,2),(37,2),(38,2),(39,2),(40,2),(41,2),(42,2),(43,2),(44,2),(45,2),(46,2),(47,2),(48,2),(49,2),(50,2),(51,2),(52,2),(53,2),(54,2),(55,2),(56,2),(57,2),(58,2),(59,2),(60,2),(61,2),(62,2),(63,2),(64,2),(65,2),(66,2),(67,2),(68,2),(69,2),(70,2),(71,2),(72,2),(73,2),(74,2),(75,2),(76,2),(77,2),(78,2),(79,2),(80,2),(81,2),(82,2),(83,2),(85,2),(86,2),(87,2),(88,2),(89,2),(90,2),(91,2),(92,2),(93,2),(94,2),(95,2),(96,2),(97,2),(98,2),(99,2),(100,2),(101,2),(102,2),(103,2),(104,2),(105,2),(106,2),(107,2),(108,2),(109,2),(110,2),(111,2),(112,2),(113,2),(114,2),(115,2),(116,2),(117,2),(118,2),(119,2),(120,2),(121,2),(122,2),(123,2),(124,2),(125,2),(126,2),(127,2),(128,2),(129,2),(130,2),(131,2),(132,2),(133,2),(134,2),(135,2),(136,2),(137,2),(138,2),(139,2),(140,2),(141,2),(142,2),(143,2),(144,2),(145,2),(146,2),(147,2),(148,2),(149,2),(150,2),(151,2),(152,2),(153,2),(154,2),(155,2),(156,2),(157,2),(158,2),(159,2),(160,2),(161,2),(162,2),(163,2),(164,2),(165,2),(166,2),(167,2),(168,2),(169,2),(170,2),(171,2),(172,2),(173,2),(174,2),(175,2),(176,2),(177,2),(178,2),(179,2),(180,2),(181,2),(182,2),(183,2),(184,2),(185,2),(186,2),(187,2),(188,2),(189,2),(190,2),(191,2),(192,2),(193,2),(194,2),(195,2),(196,2),(197,2),(198,2),(199,2),(200,2),(201,2),(202,2),(203,2),(204,2),(205,2),(206,2),(207,2),(208,2),(209,2),(210,2),(211,2),(212,2),(213,2),(214,2),(215,2),(216,2),(217,2),(218,2),(219,2),(220,2),(221,2),(222,2),(223,2),(224,2),(225,2),(226,2),(227,2),(228,2),(229,2),(230,2),(231,2),(232,2),(233,2),(234,2),(235,2),(236,2),(237,2),(238,2),(239,2),(240,2),(241,2),(242,2),(243,2),(244,2),(245,2),(246,2),(247,2),(248,2),(249,2),(250,2),(251,2),(252,2),(253,2),(254,2),(255,2),(256,2),(257,2),(258,2),(259,2),(260,2),(261,2),(262,2),(263,2),(264,2),(265,2),(266,2),(267,2),(268,2),(269,2),(270,2),(271,2),(272,2),(275,2),(276,2),(277,2),(278,2),(279,2),(280,2),(281,2),(282,2),(283,2),(284,2),(285,2),(286,2),(287,2),(288,2),(289,2),(290,2),(291,2),(292,2),(293,2),(294,2),(295,2),(296,2),(297,2),(298,2),(299,2),(300,2),(301,2),(302,2),(303,2),(304,2),(305,2),(306,2),(307,2),(308,2),(309,2),(310,2),(311,2),(312,2),(313,2),(314,2),(315,2),(316,2),(317,2),(318,2),(319,2),(320,2),(321,2),(322,2),(323,2),(324,2),(325,2),(326,2),(327,2),(328,2),(329,2),(330,2),(331,2),(332,2),(333,2),(334,2),(335,2),(336,2),(337,2),(338,2),(339,2),(340,2),(341,2),(342,2),(343,2),(344,2),(345,2),(346,2),(347,2),(348,2),(349,2),(350,2),(351,2),(352,2),(353,2),(354,2),(355,2),(356,2),(357,2),(358,2),(359,2),(360,2),(361,2),(362,2),(363,2),(364,2),(365,2),(366,2),(367,2),(368,2),(369,2),(370,2),(371,2),(372,2),(373,2),(375,2),(376,2),(377,2),(378,2),(1,3),(2,3),(3,3),(5,3),(6,3),(7,3),(11,3),(12,3),(84,3),(273,3),(274,3),(374,3),(379,3); -/*!40000 ALTER TABLE `ps_customer_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_message` --- - -DROP TABLE IF EXISTS `ps_customer_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_message` ( - `id_customer_message` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer_thread` int(11) DEFAULT NULL, - `id_employee` int(10) unsigned DEFAULT NULL, - `message` mediumtext NOT NULL, - `file_name` varchar(18) DEFAULT NULL, - `ip_address` varchar(16) DEFAULT NULL, - `user_agent` varchar(128) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `private` tinyint(4) NOT NULL DEFAULT '0', - `read` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_customer_message`), - KEY `id_customer_thread` (`id_customer_thread`), - KEY `id_employee` (`id_employee`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_message` --- - -LOCK TABLES `ps_customer_message` WRITE; -/*!40000 ALTER TABLE `ps_customer_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customer_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_message_sync_imap` --- - -DROP TABLE IF EXISTS `ps_customer_message_sync_imap`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_message_sync_imap` ( - `md5_header` varbinary(32) NOT NULL, - KEY `md5_header_index` (`md5_header`(4)) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_message_sync_imap` --- - -LOCK TABLES `ps_customer_message_sync_imap` WRITE; -/*!40000 ALTER TABLE `ps_customer_message_sync_imap` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customer_message_sync_imap` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_session` --- - -DROP TABLE IF EXISTS `ps_customer_session`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_session` ( - `id_customer_session` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned DEFAULT NULL, - `token` varchar(40) DEFAULT NULL, - PRIMARY KEY (`id_customer_session`) -) ENGINE=InnoDB AUTO_INCREMENT=117 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_session` --- - -LOCK TABLES `ps_customer_session` WRITE; -/*!40000 ALTER TABLE `ps_customer_session` DISABLE KEYS */; -INSERT INTO `ps_customer_session` VALUES (1,3,'f1a121d015db592f988052088ae1f74c4a66abfc'),(2,3,'d799f765a215e319eb0f95761245129585909923'),(3,3,'0b6d77c2f8565c7179eaf12ba1e469351789d1aa'),(4,3,'0f0f108c9be536e23c98d6ccbb826c7f01e68ea7'),(5,3,'45b4360224de15b96cc90db93480913ce8e7406f'),(6,3,'5e878b774917a3c591fc4967c3b09a8b6e6cf62d'),(7,3,'afc641411fe0abdedc03c0975bbb771d44ecdc8c'),(8,4,'52d2d227cd45ca4c930b65406470deb7a92f0c6b'),(9,3,'dd484528473e6b4118474d27bdcc1a6b39e776f8'),(10,3,'108069ac3521aa873fa1bad68d8ac4c484ced692'),(11,3,'8dfc462fcf717909606d6b7d9ac91daee697031e'),(12,3,'c580d026d55d52ba5ef1582bad7d220134a8b3b8'),(13,3,'a32a3173f69ff230b7c20bcdbf8f76efbd8bd4f1'),(14,3,'c5219fefbe0d3aa829900e377232afe88041937c'),(15,3,'ace60b1804c569515bbdd5524be16ad2b9ca6b61'),(16,3,'7dd990c1bef7af3a1df376071e018c7205e847e8'),(17,3,'e4e7b4d9d602fc8e1a3d13e6c1b5588941d1a633'),(18,3,'1fa6b0ee1801e6df7892f1f1583731102f1b5960'),(19,3,'ceb9a06e1b0b000f7ff1b3de5abaf0e18b18be3d'),(20,3,'065017edc256f086e763ab8d765b0c824d4ed4df'),(21,3,'19f7e9682054712cfbd11fab8ef54424e6bb443e'),(22,3,'93f70bccc7903f6bcf64aa49edf7398efffde73d'),(23,3,'d6524b1cb706e827bb4f277bbe991ab5f1ed03b8'),(24,3,'ffc157014b17daeae7547efaa9333067331193ab'),(25,3,'fa10fcdcab3e1d778be04e5f29d9481070da530c'),(26,5,'b716a4307889ec2ecc502c0ccd880b73574aedb8'),(27,3,'8ef27edcd23bde817194f5a47c0a776c0b7427d6'),(28,3,'f58bed4c7e9a0f5f26d6437b08d040062b8d0947'),(29,3,'74048238dec517c86f8f1f804929c0ad8502828a'),(30,3,'f0aefff194a72c49d4f216069b006e2df4217d2e'),(31,6,'64e6c8eb6755e006ce5d4ee4b6c41e64ebb7d306'),(32,3,'40e1ad2c306e2c6702e26daaf161e5541c0309fa'),(33,7,'c2dc90e3cd99a5e427963d9fa1685c4bbe20e2bf'),(34,3,'e8b276ef019c66ec13cd69ffb5e205d48ffddca9'),(35,8,'32217aaa93e29a309d22f602438fee791a13c3e2'),(36,8,'a0121019c01f99e7b0b5d90b3b00ab621f5d7ee7'),(37,3,'4f29b32850d897ee4bcfa827989dfceda982a52d'),(38,3,'736379f2bcc90b3d29bb8c7eb7e9d2e4de0e3d21'),(39,3,'025ede747beaedf0e1677910f2af28f95e83fb03'),(40,3,'acea1f2383e2f8a26f392fd1eb8fb5037e665337'),(41,3,'6d0db6ffdf81ea52e645c84ec025b25af6c859c1'),(42,3,'a4acf2a696e63b395cd41349cf5f6d18a47df163'),(43,3,'2394f083ad34ffdce8d8c6de1ee313d32a716d0b'),(44,3,'1ba50d58f772851b2b36689a32a8e75ce018b21b'),(45,6,'daee99fc5adb4e938a6e8d15dbecc0ddbfffef82'),(46,3,'c8a22b084356bdf258505449f5cfad187ff0b6ff'),(47,3,'3bffa40b878b2f1f9ce00dd5ae914afcc146eea9'),(48,5,'84e204dbdc57fd231da965c346f6b9df5a4e8d69'),(49,3,'0ff4fc468d1ea663c7d0b1d22b7fb835500abdde'),(50,5,'9c0e7335f640bd1d8aad1d8242578a29e3a30b6e'),(51,3,'fddc0a60089596a180fc4f25af21c3911374b462'),(52,9,'5402a3ceb042397de4d8e118b441ef2cd9d3d986'),(53,10,'998d50ed859b29034c2d0f03ca54f78c41941f48'),(54,3,'0eabfd781c4a7721244e7b5ceb008580014a318f'),(55,3,'6cafd44a7e351a849d89f6a1548066791686b641'),(56,6,'599235a3302891f3c1e6211865625da913d6b958'),(57,3,'e7f82d7f72029e2f81fb5c0446ef0f169136dcb8'),(58,3,'f93d67da571eee5c0770757f8d2a7171b5f755a5'),(59,11,'d10412b230a5f868089e58c2b9ae3246812cfe44'),(60,3,'c802e0404a448502c49b016c3a397c0dcd1a465f'),(61,12,'ce35c8d844c14e46919fa71c53d0cf40337acfd0'),(62,13,'52c57fbe2bc90da4f624e21f28e755f16798bbd7'),(63,3,'0980d1d412b30d38958b8da7e42e176751f26490'),(64,3,'2ae0b4f608efa9f1210a296ce5d6a37a84bdc375'),(65,14,'e8fd843addc8734232656ac858c997349f58c683'),(66,3,'759adf6823bba54cddff3a75b3d968577b99312f'),(67,15,'884bbab5f5d25ae6b07b376422e6a6c90fb78024'),(68,16,'e3245d9f4942becbcbe6f3d8b6329f55e3cb87da'),(69,17,'c22f6e0cac057801fe62888c4a4d25815c81d94d'),(70,18,'fa412337764e717cda47eb4e8da9b3d119085fe2'),(71,5,'31fd71d1929c032f003ae333325e8e7ee6c006bf'),(72,19,'c91a35d7a500737013a2560214d0cff9d37c63f2'),(73,20,'4ff467bc460732b205ac497edcef58adb037f203'),(74,21,'17c1af0662e2fb44581d5b595d96cc681eea32fc'),(75,22,'4230e7c16ee7b73c6f190b5e847c51b34db0e097'),(76,22,'974b0c73a22f1331c490d286ae0282978dfc95a4'),(77,5,'3f232bab46a4ab56c66bd19f190f3cbadb66b53e'),(78,5,'78ad7aff587dbc7f233c5bfdc8b11cf7aad3040b'),(79,23,'8d9c3a26b7d3e76b8334dd611fa3b5354966833c'),(80,24,'4f17240589eba91067866140d3363fb2868f053c'),(81,25,'5dbe2846e6365e0229f97ed2ed230f139e15fb98'),(82,5,'d29cd37d34b6e7277b571ae8d373c24d4626b368'),(83,26,'a4901962ff67c8a83e31b276ba2b28a07cc70426'),(84,27,'81870acbc2ca8edfb4aa3473a9458073ba0b4530'),(85,28,'0184b488c73a614af024199396f34329788ed1ec'),(86,29,'15b3156feeec2d6b0d73b93ae509026a138af1ab'),(87,30,'3e3e140d19b90eaf9f65ee54cca72eda26114ebb'),(88,30,'dea5c84d3fca09d92c1d7215013c942b65ffa983'),(89,3,'b17af686789241a23218dfd472b1a753d3216c83'),(90,31,'ed42ae645019ed637d0a2c64fdd367f27e67f9d1'),(91,31,'bd7ad7f06e0afacb04b63e0adae15bcd76b109aa'),(92,3,'23843747d539a0ca5677f3e25282bfbce80d127b'),(93,3,'35393a833fcb17d27250db61e82b1909925a1081'),(94,84,'959ead1f7d29f74b9ad3cc24053e07c5f2489d8b'),(95,3,'eca835268006ca7d50c643e317483e8cfa8acda5'),(96,3,'02e66d7599f70fae8518d12198a79f1f6641de74'),(97,273,'a032dbbb5f4a0968dbfd0227d0b91ebb3601bf5f'),(98,274,'66d45cf8b0a7779c063d309abc70d853eebf6eff'),(99,274,'e0165c4c6d5dff1a2a73930d1db40b2c595dfb2f'),(100,330,'1025a6d4fea1d95ac507ab17bd36f1e9d1322401'),(101,330,'31141578cb6595f8bde72e6ef9967e3edd3926a0'),(102,330,'a881cfd9952471b1bfec75ea61aa3a0c87690d8c'),(103,274,'659efbd5f1a50848fa8c1346e4e0848e231870b6'),(104,274,'c910980a38502236cbf7bbf086c730a58c614096'),(105,331,'f2453dc910c48a55c74b801b842cd60cedf934eb'),(106,274,'93fcf74936147c33bc9525b36cbe957e65b2e525'),(107,274,'61cd3f2abcf3ca2e5a26438e584ae9b05431423d'),(108,373,'650fe3a2ce87f515e0581d338e344d973cbc0a7a'),(109,373,'683807db6c7f66af3970828295025719761776f8'),(110,374,'bcab23ab1a586bd351fc1ae259b7b06efd34c424'),(111,374,'d226a4b2249b49432ceec68237736f57eefe4b02'),(112,374,'c8040d0f2ae91c55a636b17fc49e151d88e89e7f'),(113,374,'2a77119e99c79abe2926f051cb915d3e3db55f47'),(114,374,'eb7d2fd383629b74b64d55aa7171602244326d16'),(115,379,'3ac5bb5a29f2e4f525e90376e2c586fa7e453bf3'),(116,374,'df99c63ece55c3c6bb17af6e45441c054e1ffbe9'); -/*!40000 ALTER TABLE `ps_customer_session` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customer_thread` --- - -DROP TABLE IF EXISTS `ps_customer_thread`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customer_thread` ( - `id_customer_thread` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `id_contact` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned DEFAULT NULL, - `id_order` int(10) unsigned DEFAULT NULL, - `id_product` int(10) unsigned DEFAULT NULL, - `status` enum('open','closed','pending1','pending2') NOT NULL DEFAULT 'open', - `email` varchar(255) NOT NULL, - `token` varchar(12) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_customer_thread`), - KEY `id_shop` (`id_shop`), - KEY `id_lang` (`id_lang`), - KEY `id_contact` (`id_contact`), - KEY `id_customer` (`id_customer`), - KEY `id_order` (`id_order`), - KEY `id_product` (`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customer_thread` --- - -LOCK TABLES `ps_customer_thread` WRITE; -/*!40000 ALTER TABLE `ps_customer_thread` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_customer_thread` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customization` --- - -DROP TABLE IF EXISTS `ps_customization`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customization` ( - `id_customization` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product_attribute` int(10) unsigned NOT NULL DEFAULT '0', - `id_address_delivery` int(10) unsigned NOT NULL DEFAULT '0', - `id_cart` int(10) unsigned NOT NULL, - `id_product` int(10) NOT NULL, - `quantity` int(10) NOT NULL, - `quantity_refunded` int(11) NOT NULL DEFAULT '0', - `quantity_returned` int(11) NOT NULL DEFAULT '0', - `in_cart` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_customization`,`id_cart`,`id_product`,`id_address_delivery`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_cart_product` (`id_cart`,`id_product`,`id_product_attribute`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customization` --- - -LOCK TABLES `ps_customization` WRITE; -/*!40000 ALTER TABLE `ps_customization` DISABLE KEYS */; -INSERT INTO `ps_customization` VALUES (1,0,14,197,19,1,0,0,1),(2,0,14,198,19,1,0,0,1),(4,0,14,199,19,1,0,0,1),(5,0,14,200,19,1,0,0,1); -/*!40000 ALTER TABLE `ps_customization` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customization_field` --- - -DROP TABLE IF EXISTS `ps_customization_field`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customization_field` ( - `id_customization_field` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `type` tinyint(1) NOT NULL, - `required` tinyint(1) NOT NULL, - `is_module` tinyint(1) NOT NULL DEFAULT '0', - `is_deleted` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_customization_field`), - KEY `id_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customization_field` --- - -LOCK TABLES `ps_customization_field` WRITE; -/*!40000 ALTER TABLE `ps_customization_field` DISABLE KEYS */; -INSERT INTO `ps_customization_field` VALUES (1,19,1,1,0,0); -/*!40000 ALTER TABLE `ps_customization_field` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customization_field_lang` --- - -DROP TABLE IF EXISTS `ps_customization_field_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customization_field_lang` ( - `id_customization_field` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `name` varchar(255) NOT NULL, - PRIMARY KEY (`id_customization_field`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customization_field_lang` --- - -LOCK TABLES `ps_customization_field_lang` WRITE; -/*!40000 ALTER TABLE `ps_customization_field_lang` DISABLE KEYS */; -INSERT INTO `ps_customization_field_lang` VALUES (1,1,0,''),(1,1,1,'Type your text here'),(1,3,0,''),(1,3,1,'Type your text here'),(1,4,0,''),(1,4,1,'Type your text here'),(1,5,0,''),(1,5,1,'Type your text here'),(1,6,0,''),(1,6,1,'Type your text here'),(1,7,0,''),(1,7,1,'Type your text here'),(1,8,0,''),(1,8,1,'Type your text here'),(1,9,0,''),(1,9,1,'Type your text here'),(1,10,0,''),(1,10,1,'Type your text here'),(1,11,0,''),(1,11,1,'Type your text here'),(1,12,0,''),(1,12,1,'Type your text here'),(1,13,0,''),(1,13,1,'Type your text here'); -/*!40000 ALTER TABLE `ps_customization_field_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_customized_data` --- - -DROP TABLE IF EXISTS `ps_customized_data`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_customized_data` ( - `id_customization` int(10) unsigned NOT NULL, - `type` tinyint(1) NOT NULL, - `index` int(3) NOT NULL, - `value` varchar(255) NOT NULL, - `id_module` int(10) NOT NULL DEFAULT '0', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - PRIMARY KEY (`id_customization`,`type`,`index`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_customized_data` --- - -LOCK TABLES `ps_customized_data` WRITE; -/*!40000 ALTER TABLE `ps_customized_data` DISABLE KEYS */; -INSERT INTO `ps_customized_data` VALUES (1,1,1,'aaa',0,0.000000,0.000000),(2,1,1,'aaa',0,0.000000,0.000000),(4,1,1,'hdfhdfg',0,0.000000,0.000000),(5,1,1,'hdfhdfg',0,0.000000,0.000000); -/*!40000 ALTER TABLE `ps_customized_data` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_darique_cart` --- - -DROP TABLE IF EXISTS `ps_darique_cart`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_darique_cart` ( - `id_cartwp` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart` int(10) unsigned NOT NULL, - `id_darique_rule` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_attr` int(10) unsigned NOT NULL, - `status` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_cartwp`), - KEY `cart_gifts` (`id_cart`,`id_darique_rule`,`id_product`,`id_attr`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_darique_cart` --- - -LOCK TABLES `ps_darique_cart` WRITE; -/*!40000 ALTER TABLE `ps_darique_cart` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_darique_cart` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_darique_rule` --- - -DROP TABLE IF EXISTS `ps_darique_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_darique_rule` ( - `id_darique_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `price_from` decimal(17,2) NOT NULL DEFAULT '0.00', - `price_to` decimal(17,2) NOT NULL DEFAULT '0.00', - `category_ids` text NOT NULL, - `sw_cat` tinyint(1) NOT NULL DEFAULT '0', - `manufacturer_ids` text NOT NULL, - `sw_man` tinyint(1) NOT NULL DEFAULT '0', - `supplier_ids` text NOT NULL, - `sw_sup` tinyint(1) NOT NULL DEFAULT '0', - `id_product` int(10) unsigned NOT NULL DEFAULT '0', - `sw_prod` tinyint(1) NOT NULL DEFAULT '0', - `limit_max` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_darique_rule`), - KEY `rule_price` (`id_darique_rule`,`price_from`,`price_to`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_darique_rule` --- - -LOCK TABLES `ps_darique_rule` WRITE; -/*!40000 ALTER TABLE `ps_darique_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_darique_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_darique_rule_group` --- - -DROP TABLE IF EXISTS `ps_darique_rule_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_darique_rule_group` ( - `id_darique_rule` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_darique_rule`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_darique_rule_group` --- - -LOCK TABLES `ps_darique_rule_group` WRITE; -/*!40000 ALTER TABLE `ps_darique_rule_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_darique_rule_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_darique_rule_presents` --- - -DROP TABLE IF EXISTS `ps_darique_rule_presents`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_darique_rule_presents` ( - `id_product` int(10) unsigned NOT NULL, - `id_darique_rule` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `type` tinyint(2) unsigned NOT NULL DEFAULT '0', - `warehouse` int(10) unsigned NOT NULL DEFAULT '0', - KEY `rule_product` (`id_darique_rule`,`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_darique_rule_presents` --- - -LOCK TABLES `ps_darique_rule_presents` WRITE; -/*!40000 ALTER TABLE `ps_darique_rule_presents` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_darique_rule_presents` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_darique_rule_shop` --- - -DROP TABLE IF EXISTS `ps_darique_rule_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_darique_rule_shop` ( - `id_darique_rule` int(10) NOT NULL, - `id_shop` int(10) NOT NULL, - PRIMARY KEY (`id_darique_rule`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_darique_rule_shop` --- - -LOCK TABLES `ps_darique_rule_shop` WRITE; -/*!40000 ALTER TABLE `ps_darique_rule_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_darique_rule_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_date_range` --- - -DROP TABLE IF EXISTS `ps_date_range`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_date_range` ( - `id_date_range` int(10) unsigned NOT NULL AUTO_INCREMENT, - `time_start` datetime NOT NULL, - `time_end` datetime NOT NULL, - PRIMARY KEY (`id_date_range`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_date_range` --- - -LOCK TABLES `ps_date_range` WRITE; -/*!40000 ALTER TABLE `ps_date_range` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_date_range` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_delivery` --- - -DROP TABLE IF EXISTS `ps_delivery`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_delivery` ( - `id_delivery` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned DEFAULT NULL, - `id_shop_group` int(10) unsigned DEFAULT NULL, - `id_carrier` int(10) unsigned NOT NULL, - `id_range_price` int(10) unsigned DEFAULT NULL, - `id_range_weight` int(10) unsigned DEFAULT NULL, - `id_zone` int(10) unsigned NOT NULL, - `price` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_delivery`), - KEY `id_zone` (`id_zone`), - KEY `id_carrier` (`id_carrier`,`id_zone`), - KEY `id_range_price` (`id_range_price`), - KEY `id_range_weight` (`id_range_weight`) -) ENGINE=InnoDB AUTO_INCREMENT=29 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_delivery` --- - -LOCK TABLES `ps_delivery` WRITE; -/*!40000 ALTER TABLE `ps_delivery` DISABLE KEYS */; -INSERT INTO `ps_delivery` VALUES (1,NULL,NULL,2,0,1,1,5.000000),(2,NULL,NULL,2,0,1,2,5.000000),(3,NULL,NULL,2,1,0,1,5.000000),(4,NULL,NULL,2,1,0,2,5.000000),(7,NULL,NULL,3,NULL,2,1,4.000000),(8,NULL,NULL,3,NULL,2,2,4.000000),(11,NULL,NULL,4,NULL,3,1,4.000000),(12,NULL,NULL,4,NULL,3,2,4.000000),(15,NULL,NULL,5,NULL,4,1,3.305785),(16,NULL,NULL,5,NULL,4,2,3.305785),(19,NULL,NULL,7,NULL,5,1,7.500000),(20,NULL,NULL,7,NULL,5,2,3.305785),(23,NULL,NULL,12,NULL,6,1,0.010000),(24,NULL,NULL,12,NULL,6,2,0.010000),(27,NULL,NULL,14,NULL,7,1,0.100000),(28,NULL,NULL,14,NULL,7,2,0.010000); -/*!40000 ALTER TABLE `ps_delivery` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_emailsubscription` --- - -DROP TABLE IF EXISTS `ps_emailsubscription`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_emailsubscription` ( - `id` int(6) NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `email` varchar(255) NOT NULL, - `newsletter_date_add` datetime DEFAULT NULL, - `ip_registration_newsletter` varchar(15) NOT NULL, - `http_referer` varchar(255) DEFAULT NULL, - `active` tinyint(1) NOT NULL DEFAULT '0', - `id_lang` int(10) NOT NULL DEFAULT '0', - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_emailsubscription` --- - -LOCK TABLES `ps_emailsubscription` WRITE; -/*!40000 ALTER TABLE `ps_emailsubscription` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_emailsubscription` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_employee` --- - -DROP TABLE IF EXISTS `ps_employee`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_employee` ( - `id_employee` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_profile` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL DEFAULT '0', - `lastname` varchar(255) NOT NULL, - `firstname` varchar(255) NOT NULL, - `email` varchar(255) NOT NULL, - `passwd` varchar(255) NOT NULL, - `last_passwd_gen` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `stats_date_from` date DEFAULT NULL, - `stats_date_to` date DEFAULT NULL, - `stats_compare_from` date DEFAULT NULL, - `stats_compare_to` date DEFAULT NULL, - `stats_compare_option` int(1) unsigned NOT NULL DEFAULT '1', - `preselect_date_range` varchar(32) DEFAULT NULL, - `bo_color` varchar(32) DEFAULT NULL, - `bo_theme` varchar(32) DEFAULT NULL, - `bo_css` varchar(64) DEFAULT NULL, - `default_tab` int(10) unsigned NOT NULL DEFAULT '0', - `bo_width` int(10) unsigned NOT NULL DEFAULT '0', - `bo_menu` tinyint(1) NOT NULL DEFAULT '1', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `optin` tinyint(1) unsigned NOT NULL DEFAULT '1', - `id_last_order` int(10) unsigned NOT NULL DEFAULT '0', - `id_last_customer_message` int(10) unsigned NOT NULL DEFAULT '0', - `id_last_customer` int(10) unsigned NOT NULL DEFAULT '0', - `last_connection_date` date DEFAULT NULL, - `reset_password_token` varchar(40) DEFAULT NULL, - `reset_password_validity` datetime DEFAULT NULL, - PRIMARY KEY (`id_employee`), - KEY `employee_login` (`email`,`passwd`), - KEY `id_employee_passwd` (`id_employee`,`passwd`), - KEY `id_profile` (`id_profile`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_employee` --- - -LOCK TABLES `ps_employee` WRITE; -/*!40000 ALTER TABLE `ps_employee` DISABLE KEYS */; -INSERT INTO `ps_employee` VALUES (1,1,1,'Gudauskis','Marius','marius.gudauskis@invertus.eu','$2y$10$VC.Wiz6NXSZIGnc.8Qe/U.F5WVwDDjzghwuniJ6rqZoHcp3eEv3qm','2020-11-03 06:10:30','2020-10-03','2020-11-03','0000-00-00','0000-00-00',1,'','','default','theme.css',1,0,1,1,1,862,0,379,'2022-11-28','','0000-00-00 00:00:00'),(2,1,1,'demo','demo','demo@demo.com','$2y$10$gH3zO2etfN8hmd/HVMj36.sKddbm4GPG4W4QzbGnB7AUaSh04K9.O','2022-09-13 05:29:31','2022-08-13','2022-09-13','0000-00-00','0000-00-00',1,NULL,NULL,NULL,'theme.css',1,0,1,1,1,829,0,378,'2022-09-13',NULL,'0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `ps_employee` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_employee_session` --- - -DROP TABLE IF EXISTS `ps_employee_session`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_employee_session` ( - `id_employee_session` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_employee` int(10) unsigned DEFAULT NULL, - `token` varchar(40) DEFAULT NULL, - PRIMARY KEY (`id_employee_session`) -) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_employee_session` --- - -LOCK TABLES `ps_employee_session` WRITE; -/*!40000 ALTER TABLE `ps_employee_session` DISABLE KEYS */; -INSERT INTO `ps_employee_session` VALUES (1,1,'24a2ed4b650dc0ad9186008a7d71c73ad4dc3b33'),(2,1,'3e4d6406c67ce33297d67875676e3c5510e0230b'),(3,1,'24063642ab3d66e0804e99c1d041f29d64819b5e'),(4,1,'9398e7dd167c0b93ce6a29119c6d5a37872d1a49'),(5,1,'7d3aa1be60fe1dd2818bf10646111d94a43261a0'),(6,1,'2fd9e268756833f37f5187e1faa561a49069ef6a'),(7,1,'816ce28a6e472eb24a2c3cb63f1e56d774a9b1a8'),(8,1,'83d8d2c63f0cc73f17ec10b9ecda28a849dd02fe'),(9,1,'73f60c3981110c68ab1d7c06898579d32aa3e1f5'),(10,1,'fe4203992693febf5e7cfa5130465710dbfec208'),(11,1,'28cccda215b54343aa96e7d65f8e117b5729e727'),(12,1,'f52d711bee5c37b236247f8245159aa1626f7551'),(13,1,'ba3fca3ba83015329fabf051b542a48ff78b3ce6'),(14,1,'43d84bc94f337af9ec5c1b43ac8204a3b0ca4322'),(15,1,'da59458de58198a574c42dfc78b2603bfebe77ac'),(16,1,'7df5f88599e9c13777134ef1971a0a92324b6735'),(17,1,'bf3b5de03f31df1157fc638f9cf5aa293d2ce35e'),(18,1,'0e7c222574df5aacbb0b708ff1a71dca20f46296'),(19,1,'f91be1da711c92eaf826fbd2ef3014484c7fd2d9'),(20,1,'4bb6e6c753291253b055cc2c7afaa8082aa4c705'),(21,1,'3915a136700279b0127e3e6246b224609841f859'),(22,1,'fa6b7d08bf95e05856acb2da50689e740ade366e'),(23,1,'e14b1d88e8058ad1fce55fd0b923dc6239ce56a7'),(24,1,'d2c43ad216000cec0048de0a75610e5b714f7c91'),(25,1,'38399fc589cfe4dfb8d47b17672986a55443cf1d'),(26,1,'14a0be23e1acea483518448373101d745b775339'),(27,1,'29aec1e3b3852a8fb85e1e4681529594579c25b2'),(28,1,'c04540e1185712820e72c278574756dc7eaddd91'),(29,1,'5a695c8ea73beba6742e6a4f609f4f5454f315ef'),(30,1,'7c427f582f9a0f2995166761e1bb782db9635277'),(31,1,'fadfbe34b46116112581a3ca6af851bfd5c73617'),(32,1,'ff52866aca9da99d9f9f837147f897015a72ce56'),(33,1,'2f63725925e413c118b21549d9e826ba922b9b09'),(34,1,'04081a0c684244c88821acc016af49bc69e67f77'),(35,1,'7e154e66720eaa6b8f25faa8df3257a6314ce9c2'),(36,1,'a59f28a1dbfe2cd080de9532f795d73118ee25c1'),(37,1,'e352bce3ecc21587faa3253e62e928cadc846abe'),(38,1,'dddf82502e4a98c10f257ea8ce35a436a80770c3'),(39,1,'7048a9c8ebc945d045c2c8fa3c8f4b179d6f6323'),(40,1,'90c361981666fb6c33e8e7beafdaf6d851d4eea2'),(41,1,'1db2456177c7c2a5cd6573c51698ea5d8f4efaf1'),(42,1,'75e96a055fe2406ff9e3fd4f5207637dd07d1bf7'),(43,1,'50222604b255725cb57711853d670d59fbc36134'),(44,1,'8d76651009ae8b127d088a69df0aab0ce43a2dec'),(45,1,'35c593ee5c4718efefc58f9d20ea5f33ab50cf29'),(47,1,'e546a47802d0bac3454fec06fb671cdcd5c93224'),(50,1,'1f5468bc412c9919d69a65bf771ce0a8088122f2'),(51,1,'607151072d0ac3e253f368a009527e901d8ffe69'),(52,1,'9d9228894ad8db6ffb1cc3591a04f915d3fe33d6'),(53,1,'ca31908adfb0f2a97a58c86486efd1067aff6e75'),(55,1,'effb826e24043a4bfa50ea267254f9f844d4ec3b'),(57,1,'a7c26f8d378ea5842be924898ed5938a246be6d6'),(58,1,'818cc4edab678f4a25de4ae4e3ffe64329307617'),(59,1,'7e20306e650b910b40e5bf5d1ab68cebcf423f59'),(60,1,'ce33b428e97eea2f3370c6f95758aa0ea0c266f6'),(61,1,'e9638600ddfcd62515a9fcad9838773aaf651d3b'),(62,1,'8ebf7f06e34ce192847bd3dc702816e7ff928dce'),(66,1,'6eceb6a253f82b0fa3d82d5ccbf70abf1d6f4926'),(69,1,'fddfce3034fa93ecbd4031c5dd953d83b7857162'),(70,1,'278c711d510a5acb1ca222ff9b79717fcf6c6718'),(71,1,'9ef2c8af74b30f27d355d16ea02a073db89f9d8c'),(74,1,'b75886c1658d2e4bcf933b30851200482b65a1e2'),(75,1,'2d839f2228b954f62eeab766af360757965b7649'),(78,1,'a66892059634708547c22be674b3c2b03beb197e'),(79,1,'70685ee4d712632711fccdd606835f672dc40d46'),(81,1,'f326b8753633654c74aef32c4e75523b6cbce3ed'),(82,1,'e29c492caa01936f87cd234ea240cfba3706468c'),(83,1,'6ff477e4b96b78711bbc9bf8db58d308d6b8a551'),(84,1,'9f040b70b134f86eb5c577d90fc843a15f1476be'),(85,1,'8c6657f62df615624b85804029fb04e9c2ea4fb9'),(87,1,'876a5466d4925bee57e15e410d2c99b3257269ea'),(88,1,'0ef145ab255e42dd39b71a554ec05c693213c901'),(89,1,'8cf3a6a6e90223c59a9e1c0ac2bf9c0def9d9646'),(90,1,'0a4c125317eb8498916c8a9dcb27b232e1289fb7'),(92,1,'1aa360c37b94a240e696ead8b4ded96807a4b9f4'),(93,1,'0d6870aa815135b3142d778d91b33ec100657366'),(94,1,'8677f7141899cb9797c949c367cb5563aedc3f76'),(95,1,'cb0ab6450c86ac89394801a983f044646ac52321'),(98,1,'edb0ab389a4c0ceb2c27a21e09c6630548e273d9'),(99,1,'6def01167ab7051eefbbcfad53cf4f731f83bdb0'),(100,1,'c8769bea072374209d0690c6235c947fc7292744'),(101,1,'d626c48294bd0f9646fcd433c8ae09ac3dab78f6'),(102,1,'1b66df4422229a7331954cc10012bc40cfa364ee'),(103,1,'179cfb7744a0956456a970678f855b6fcd060f9f'),(104,1,'47199416c1241ca0c5ddd02bd9d53d7ff66c7a41'),(106,2,'5afa8127cfc578bfe11126d9d787b1c171a6a245'),(107,1,'460dd20dd214da5ae5ad4cd733634b0ecc8f5ab8'),(109,1,'bdc1638a005656e401e5770a7be08687e313b0d2'),(112,1,'b1ea4a11beb3cb3e52e94f7d2dafef464098500e'),(114,1,'a7e59f808bb053d7cfebe2d0d30566af5856cb56'),(116,1,'ac0cbbe6ab5867b8c828affac310da5841325c47'),(119,1,'ed9f7a988ba6bc019e3eabf4143d3bed943ea0a4'); -/*!40000 ALTER TABLE `ps_employee_session` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_employee_shop` --- - -DROP TABLE IF EXISTS `ps_employee_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_employee_shop` ( - `id_employee` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_employee`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_employee_shop` --- - -LOCK TABLES `ps_employee_shop` WRITE; -/*!40000 ALTER TABLE `ps_employee_shop` DISABLE KEYS */; -INSERT INTO `ps_employee_shop` VALUES (1,1),(2,1),(1,2),(2,2); -/*!40000 ALTER TABLE `ps_employee_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_ets_opc_additionalinfo_field` --- - -DROP TABLE IF EXISTS `ps_ets_opc_additionalinfo_field`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_ets_opc_additionalinfo_field` ( - `id_ets_opc_additionalinfo_field` int(11) NOT NULL AUTO_INCREMENT, - `type` varchar(222) NOT NULL, - `sort` int(11) NOT NULL, - `required` tinyint(1) NOT NULL, - `enable` tinyint(1) NOT NULL, - `deleted` int(1) NOT NULL, - PRIMARY KEY (`id_ets_opc_additionalinfo_field`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_ets_opc_additionalinfo_field` --- - -LOCK TABLES `ps_ets_opc_additionalinfo_field` WRITE; -/*!40000 ALTER TABLE `ps_ets_opc_additionalinfo_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_ets_opc_additionalinfo_field` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_ets_opc_additionalinfo_field_lang` --- - -DROP TABLE IF EXISTS `ps_ets_opc_additionalinfo_field_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_ets_opc_additionalinfo_field_lang` ( - `id_ets_opc_additionalinfo_field` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `title` varchar(222) NOT NULL, - `description` text NOT NULL, - `options` text NOT NULL, - PRIMARY KEY (`id_ets_opc_additionalinfo_field`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_ets_opc_additionalinfo_field_lang` --- - -LOCK TABLES `ps_ets_opc_additionalinfo_field_lang` WRITE; -/*!40000 ALTER TABLE `ps_ets_opc_additionalinfo_field_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_ets_opc_additionalinfo_field_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_ets_opc_additionalinfo_field_value` --- - -DROP TABLE IF EXISTS `ps_ets_opc_additionalinfo_field_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_ets_opc_additionalinfo_field_value` ( - `id_ets_opc_additionalinfo_field_value` int(11) NOT NULL AUTO_INCREMENT, - `id_ets_opc_additionalinfo_field` int(11) NOT NULL, - `id_cart` int(11) NOT NULL, - `value` text, - `file_name` varchar(222) NOT NULL, - PRIMARY KEY (`id_ets_opc_additionalinfo_field_value`), - KEY `id_ets_opc_additionalinfo_field` (`id_ets_opc_additionalinfo_field`), - KEY `id_cart` (`id_cart`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_ets_opc_additionalinfo_field_value` --- - -LOCK TABLES `ps_ets_opc_additionalinfo_field_value` WRITE; -/*!40000 ALTER TABLE `ps_ets_opc_additionalinfo_field_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_ets_opc_additionalinfo_field_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_ets_opc_login_social` --- - -DROP TABLE IF EXISTS `ps_ets_opc_login_social`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_ets_opc_login_social` ( - `id_customer` int(11) NOT NULL, - `registered_network` tinyint(1) NOT NULL, - `last_login_network` tinyint(1) NOT NULL, - PRIMARY KEY (`id_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_ets_opc_login_social` --- - -LOCK TABLES `ps_ets_opc_login_social` WRITE; -/*!40000 ALTER TABLE `ps_ets_opc_login_social` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_ets_opc_login_social` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature` --- - -DROP TABLE IF EXISTS `ps_feature`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature` ( - `id_feature` int(10) unsigned NOT NULL AUTO_INCREMENT, - `position` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_feature`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature` --- - -LOCK TABLES `ps_feature` WRITE; -/*!40000 ALTER TABLE `ps_feature` DISABLE KEYS */; -INSERT INTO `ps_feature` VALUES (1,0),(2,1),(3,2); -/*!40000 ALTER TABLE `ps_feature` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_lang` --- - -DROP TABLE IF EXISTS `ps_feature_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_lang` ( - `id_feature` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_feature`,`id_lang`), - KEY `id_lang` (`id_lang`,`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_lang` --- - -LOCK TABLES `ps_feature_lang` WRITE; -/*!40000 ALTER TABLE `ps_feature_lang` DISABLE KEYS */; -INSERT INTO `ps_feature_lang` VALUES (1,1,'Composition'),(2,1,'Property'),(3,1,'Voucher'),(1,3,'Composition'),(2,3,'Property'),(3,3,'Voucher'),(1,4,'Composition'),(2,4,'Property'),(3,4,'Voucher'),(1,5,'Composition'),(2,5,'Property'),(3,5,'Voucher'),(1,6,'Composition'),(2,6,'Property'),(3,6,'Voucher'),(1,7,'Composition'),(2,7,'Property'),(3,7,'Voucher'),(1,8,'Composition'),(2,8,'Property'),(3,8,'Voucher'),(1,9,'Composition'),(2,9,'Property'),(3,9,'Voucher'),(1,10,'Composition'),(2,10,'Property'),(3,10,'Voucher'),(1,11,'Composition'),(2,11,'Property'),(3,11,'Voucher'),(1,12,'Composition'),(2,12,'Property'),(3,12,'Voucher'),(1,13,'Composition'),(2,13,'Property'),(3,13,'Voucher'); -/*!40000 ALTER TABLE `ps_feature_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_product` --- - -DROP TABLE IF EXISTS `ps_feature_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_product` ( - `id_feature` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_feature_value` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_feature`,`id_product`,`id_feature_value`), - KEY `id_feature_value` (`id_feature_value`), - KEY `id_product` (`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_product` --- - -LOCK TABLES `ps_feature_product` WRITE; -/*!40000 ALTER TABLE `ps_feature_product` DISABLE KEYS */; -INSERT INTO `ps_feature_product` VALUES (1,9,1),(1,10,1),(1,11,1),(1,6,3),(1,7,3),(1,8,3),(1,19,3),(1,1,4),(1,2,4),(1,16,5),(1,17,5),(1,18,5),(1,3,6),(1,4,6),(1,5,6),(2,2,7),(2,1,8),(2,9,9),(2,10,9),(2,11,9),(2,16,10),(2,17,10),(2,18,10); -/*!40000 ALTER TABLE `ps_feature_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_shop` --- - -DROP TABLE IF EXISTS `ps_feature_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_shop` ( - `id_feature` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_feature`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_shop` --- - -LOCK TABLES `ps_feature_shop` WRITE; -/*!40000 ALTER TABLE `ps_feature_shop` DISABLE KEYS */; -INSERT INTO `ps_feature_shop` VALUES (1,1),(2,1),(3,1),(1,2),(2,2),(3,2); -/*!40000 ALTER TABLE `ps_feature_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_value` --- - -DROP TABLE IF EXISTS `ps_feature_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_value` ( - `id_feature_value` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_feature` int(10) unsigned NOT NULL, - `custom` tinyint(3) unsigned DEFAULT NULL, - PRIMARY KEY (`id_feature_value`), - KEY `feature` (`id_feature`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_value` --- - -LOCK TABLES `ps_feature_value` WRITE; -/*!40000 ALTER TABLE `ps_feature_value` DISABLE KEYS */; -INSERT INTO `ps_feature_value` VALUES (1,1,0),(2,1,0),(3,1,0),(4,1,0),(5,1,0),(6,1,0),(7,2,0),(8,2,0),(9,2,0),(10,2,0),(11,3,0),(12,3,0),(13,3,0); -/*!40000 ALTER TABLE `ps_feature_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_feature_value_lang` --- - -DROP TABLE IF EXISTS `ps_feature_value_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_feature_value_lang` ( - `id_feature_value` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `value` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_feature_value`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_feature_value_lang` --- - -LOCK TABLES `ps_feature_value_lang` WRITE; -/*!40000 ALTER TABLE `ps_feature_value_lang` DISABLE KEYS */; -INSERT INTO `ps_feature_value_lang` VALUES (1,1,'Polyester'),(1,3,'Polyester'),(1,4,'Polyester'),(1,5,'Polyester'),(1,6,'Polyester'),(1,7,'涤纶'),(1,8,'Polyester'),(1,9,'Poliester'),(1,10,'Polyesteri'),(1,11,'ポリエステル'),(1,12,'Polyester'),(1,13,'Polyester'),(2,1,'Wool'),(2,3,'Wol'),(2,4,'Laine'),(2,5,'Wolle'),(2,6,'Wool'),(2,7,'羊毛'),(2,8,'Wool'),(2,9,'Wełna'),(2,10,'Villa'),(2,11,'ウール'),(2,12,'Wool'),(2,13,'Uld'),(3,1,'Ceramic'),(3,3,'Ceramic'),(3,4,'Ceramic'),(3,5,'Ceramic'),(3,6,'Ceramic'),(3,7,'Ceramic'),(3,8,'Ceramic'),(3,9,'Ceramic'),(3,10,'Ceramic'),(3,11,'Ceramic'),(3,12,'Ceramic'),(3,13,'Ceramic'),(4,1,'Cotton'),(4,3,'Katoen'),(4,4,'Coton'),(4,5,'Baumwolle'),(4,6,'Cotton'),(4,7,'棉'),(4,8,'Cotton'),(4,9,'Bawełna'),(4,10,'Puuvilla'),(4,11,'コットン'),(4,12,'Cotton'),(4,13,'Bomuld'),(5,1,'Recycled cardboard'),(5,3,'Recycled cardboard'),(5,4,'Recycled cardboard'),(5,5,'Recycled cardboard'),(5,6,'Recycled cardboard'),(5,7,'Recycled cardboard'),(5,8,'Recycled cardboard'),(5,9,'Recycled cardboard'),(5,10,'Recycled cardboard'),(5,11,'Recycled cardboard'),(5,12,'Recycled cardboard'),(5,13,'Recycled cardboard'),(6,1,'Matt paper'),(6,3,'Matt paper'),(6,4,'Matt paper'),(6,5,'Matt paper'),(6,6,'Matt paper'),(6,7,'Matt paper'),(6,8,'Matt paper'),(6,9,'Matt paper'),(6,10,'Matt paper'),(6,11,'Matt paper'),(6,12,'Matt paper'),(6,13,'Matt paper'),(7,1,'Long sleeves'),(7,3,'Long sleeves'),(7,4,'Long sleeves'),(7,5,'Long sleeves'),(7,6,'Long sleeves'),(7,7,'Long sleeves'),(7,8,'Long sleeves'),(7,9,'Long sleeves'),(7,10,'Long sleeves'),(7,11,'Long sleeves'),(7,12,'Long sleeves'),(7,13,'Long sleeves'),(8,1,'Short sleeves'),(8,3,'Short sleeves'),(8,4,'Short sleeves'),(8,5,'Short sleeves'),(8,6,'Short sleeves'),(8,7,'Short sleeves'),(8,8,'Short sleeves'),(8,9,'Short sleeves'),(8,10,'Short sleeves'),(8,11,'Short sleeves'),(8,12,'Short sleeves'),(8,13,'Short sleeves'),(9,1,'Removable cover'),(9,3,'Removable cover'),(9,4,'Removable cover'),(9,5,'Removable cover'),(9,6,'Removable cover'),(9,7,'Removable cover'),(9,8,'Removable cover'),(9,9,'Removable cover'),(9,10,'Removable cover'),(9,11,'Removable cover'),(9,12,'Removable cover'),(9,13,'Removable cover'),(10,1,'120 pages'),(10,3,'120 pages'),(10,4,'120 pages'),(10,5,'120 pages'),(10,6,'120 pages'),(10,7,'120 pages'),(10,8,'120 pages'),(10,9,'120 pages'),(10,10,'120 pages'),(10,11,'120 pages'),(10,12,'120 pages'),(10,13,'120 pages'),(11,1,'meal'),(11,3,'meal'),(11,4,'meal'),(11,5,'meal'),(11,6,'meal'),(11,7,'meal'),(11,8,'meal'),(11,9,'meal'),(11,10,'meal'),(11,11,'meal'),(11,12,'meal'),(11,13,'meal'),(12,1,'gift'),(12,3,'gift'),(12,4,'gift'),(12,5,'gift'),(12,6,'gift'),(12,7,'gift'),(12,8,'gift'),(12,9,'gift'),(12,10,'gift'),(12,11,'gift'),(12,12,'gift'),(12,13,'gift'),(13,1,'eco'),(13,3,'eco'),(13,4,'eco'),(13,5,'eco'),(13,6,'eco'),(13,7,'eco'),(13,8,'eco'),(13,9,'eco'),(13,10,'eco'),(13,11,'eco'),(13,12,'eco'),(13,13,'eco'); -/*!40000 ALTER TABLE `ps_feature_value_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_gender` --- - -DROP TABLE IF EXISTS `ps_gender`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_gender` ( - `id_gender` int(11) NOT NULL AUTO_INCREMENT, - `type` tinyint(1) NOT NULL, - PRIMARY KEY (`id_gender`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_gender` --- - -LOCK TABLES `ps_gender` WRITE; -/*!40000 ALTER TABLE `ps_gender` DISABLE KEYS */; -INSERT INTO `ps_gender` VALUES (1,0),(2,1); -/*!40000 ALTER TABLE `ps_gender` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_gender_lang` --- - -DROP TABLE IF EXISTS `ps_gender_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_gender_lang` ( - `id_gender` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(20) NOT NULL, - PRIMARY KEY (`id_gender`,`id_lang`), - KEY `id_gender` (`id_gender`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_gender_lang` --- - -LOCK TABLES `ps_gender_lang` WRITE; -/*!40000 ALTER TABLE `ps_gender_lang` DISABLE KEYS */; -INSERT INTO `ps_gender_lang` VALUES (1,1,'Mr.'),(1,3,'Dhr.'),(1,4,'M'),(1,5,'Herr'),(1,6,'Mr.'),(1,7,'先生'),(1,8,'Mr.'),(1,9,'Pan'),(1,10,'Herra'),(1,11,'男性'),(1,12,'Mr.'),(1,13,'Hr.'),(2,1,'Mrs.'),(2,3,'Mw.'),(2,4,'Mme'),(2,5,'Frau'),(2,6,'Mrs.'),(2,7,'夫人'),(2,8,'Mrs.'),(2,9,'Pani'),(2,10,'Rouva'),(2,11,'女性'),(2,12,'Mrs.'),(2,13,'Fru.'); -/*!40000 ALTER TABLE `ps_gender_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group` --- - -DROP TABLE IF EXISTS `ps_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group` ( - `id_group` int(10) unsigned NOT NULL AUTO_INCREMENT, - `reduction` decimal(17,2) NOT NULL DEFAULT '0.00', - `price_display_method` tinyint(4) NOT NULL DEFAULT '0', - `show_prices` tinyint(1) unsigned NOT NULL DEFAULT '1', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_group`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group` --- - -LOCK TABLES `ps_group` WRITE; -/*!40000 ALTER TABLE `ps_group` DISABLE KEYS */; -INSERT INTO `ps_group` VALUES (1,0.00,0,1,'2020-11-03 14:10:28','2020-11-03 14:10:28'),(2,0.00,0,1,'2020-11-03 14:10:28','2020-11-03 14:10:28'),(3,0.00,0,1,'2020-11-03 14:10:28','2022-03-14 13:10:28'),(4,0.00,0,1,'2022-03-14 12:48:38','2022-03-14 12:48:38'),(5,0.00,0,1,'2022-04-04 14:53:50','2022-04-04 14:53:50'); -/*!40000 ALTER TABLE `ps_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group_lang` --- - -DROP TABLE IF EXISTS `ps_group_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group_lang` ( - `id_group` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_group`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group_lang` --- - -LOCK TABLES `ps_group_lang` WRITE; -/*!40000 ALTER TABLE `ps_group_lang` DISABLE KEYS */; -INSERT INTO `ps_group_lang` VALUES (1,1,'Visitor'),(1,3,'Bezoeker'),(1,4,'Visiteur'),(1,5,'Besucher'),(1,6,'Visitor'),(1,7,'访客'),(1,8,'Visitor'),(1,9,'Odwiedzający'),(1,10,'Vierailija'),(1,11,'ビジター'),(1,12,'Visitor'),(1,13,'Besøgende'),(2,1,'Guest'),(2,3,'Gast'),(2,4,'Invité'),(2,5,'Gast'),(2,6,'Guest'),(2,7,'游客'),(2,8,'Guest'),(2,9,'Gość'),(2,10,'Vieras'),(2,11,'ゲスト'),(2,12,'Guest'),(2,13,'Gæst'),(3,1,'Customer'),(3,3,'Klant'),(3,4,'Client'),(3,5,'Kunde'),(3,6,'Pelanggan'),(3,7,'客人'),(3,8,'வாடிக்கையாளர்'),(3,9,'Klient'),(3,10,'Asiakas'),(3,11,'お客様'),(3,12,'Customer'),(3,13,'Kunde'),(4,1,'test'),(4,3,'test'),(4,4,'test'),(4,5,'test'),(4,6,'test'),(4,7,'test'),(4,8,'test'),(4,9,'test'),(4,10,'test'),(4,11,'test'),(4,12,'test'),(4,13,'test'),(5,1,'Presents'),(5,3,'Presents'),(5,4,'Presents'),(5,5,'Presents'),(5,6,'Presents'),(5,7,'Presents'),(5,8,'Presents'),(5,9,'Presents'),(5,10,'Presents'),(5,11,'Presents'),(5,12,'Presents'),(5,13,'Presents'); -/*!40000 ALTER TABLE `ps_group_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group_reduction` --- - -DROP TABLE IF EXISTS `ps_group_reduction`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group_reduction` ( - `id_group_reduction` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, - `id_group` int(10) unsigned NOT NULL, - `id_category` int(10) unsigned NOT NULL, - `reduction` decimal(4,3) NOT NULL, - PRIMARY KEY (`id_group_reduction`), - UNIQUE KEY `id_group` (`id_group`,`id_category`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group_reduction` --- - -LOCK TABLES `ps_group_reduction` WRITE; -/*!40000 ALTER TABLE `ps_group_reduction` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_group_reduction` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_group_shop` --- - -DROP TABLE IF EXISTS `ps_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_group_shop` ( - `id_group` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_group`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_group_shop` --- - -LOCK TABLES `ps_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_group_shop` DISABLE KEYS */; -INSERT INTO `ps_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2); -/*!40000 ALTER TABLE `ps_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_gsitemap_sitemap` --- - -DROP TABLE IF EXISTS `ps_gsitemap_sitemap`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_gsitemap_sitemap` ( - `link` varchar(255) DEFAULT NULL, - `id_shop` int(11) DEFAULT '0' -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_gsitemap_sitemap` --- - -LOCK TABLES `ps_gsitemap_sitemap` WRITE; -/*!40000 ALTER TABLE `ps_gsitemap_sitemap` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_gsitemap_sitemap` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_guest` --- - -DROP TABLE IF EXISTS `ps_guest`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_guest` ( - `id_guest` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_operating_system` int(10) unsigned DEFAULT NULL, - `id_web_browser` int(10) unsigned DEFAULT NULL, - `id_customer` int(10) unsigned DEFAULT NULL, - `javascript` tinyint(1) DEFAULT '0', - `screen_resolution_x` smallint(5) unsigned DEFAULT NULL, - `screen_resolution_y` smallint(5) unsigned DEFAULT NULL, - `screen_color` tinyint(3) unsigned DEFAULT NULL, - `sun_java` tinyint(1) DEFAULT NULL, - `adobe_flash` tinyint(1) DEFAULT NULL, - `adobe_director` tinyint(1) DEFAULT NULL, - `apple_quicktime` tinyint(1) DEFAULT NULL, - `real_player` tinyint(1) DEFAULT NULL, - `windows_media` tinyint(1) DEFAULT NULL, - `accept_language` varchar(8) DEFAULT NULL, - `mobile_theme` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_guest`), - KEY `id_customer` (`id_customer`), - KEY `id_operating_system` (`id_operating_system`), - KEY `id_web_browser` (`id_web_browser`) -) ENGINE=InnoDB AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_guest` --- - -LOCK TABLES `ps_guest` WRITE; -/*!40000 ALTER TABLE `ps_guest` DISABLE KEYS */; -INSERT INTO `ps_guest` 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,1,3,0,0,0,0,0,0,0,0,0,0,'en',0),(7,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(8,6,11,4,0,0,0,0,0,0,0,0,0,0,'en',0),(9,6,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(10,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(11,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(12,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(13,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(14,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(15,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(16,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(17,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(18,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(19,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(20,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(21,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(22,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(23,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(24,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(25,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(26,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(27,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(28,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(29,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(30,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(31,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(32,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(33,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(34,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(35,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(36,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(37,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(38,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(39,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(40,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(41,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(42,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(43,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(44,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(45,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(47,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(48,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(49,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(50,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(51,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(52,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(53,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(54,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(55,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(56,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(57,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(58,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(59,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(60,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(61,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(62,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(63,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(64,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(65,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(66,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(67,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(68,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(69,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(70,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(71,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(72,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(73,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(74,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(75,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(76,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(77,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(78,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(79,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(80,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(81,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(82,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(83,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(84,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(85,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(86,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(87,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(88,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(89,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(90,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(91,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(92,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(93,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(94,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(95,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(96,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(97,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(98,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(99,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(100,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(101,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(102,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(103,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(104,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(105,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(106,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(107,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(108,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(109,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(110,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(111,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(112,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(113,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(114,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(115,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(116,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(117,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(118,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(119,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(120,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(121,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(122,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(123,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(124,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(125,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(126,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(127,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(128,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(129,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(130,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(131,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(132,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(133,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(134,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(135,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(136,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(137,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(138,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(139,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(140,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(141,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(142,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(143,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(144,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(146,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(148,8,3,5,0,0,0,0,0,0,0,0,0,0,'en',0),(149,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(150,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(151,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(152,8,11,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(154,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(155,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(156,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(157,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(158,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(159,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(160,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(161,7,3,6,0,0,0,0,0,0,0,0,0,0,'en',0),(162,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(164,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(166,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(167,0,0,7,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,7,11,8,0,0,0,0,0,0,0,0,0,0,'en',0),(171,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(172,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(174,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,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(179,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(180,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(181,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(182,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(183,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(184,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(185,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(186,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(187,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(188,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(189,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(190,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(191,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(192,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(193,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(194,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(195,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(196,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(197,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(198,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(199,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(200,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(201,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(202,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(203,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(204,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(205,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(206,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(207,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(208,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(209,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(210,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(211,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(212,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(213,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(214,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(215,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(216,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(217,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(218,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(219,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(220,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(221,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(222,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(223,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(224,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(225,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(226,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(227,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(228,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(229,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(230,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(231,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(232,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(233,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(234,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(235,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(236,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(237,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(238,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(239,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(240,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(241,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(242,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(243,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(244,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(245,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(246,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(247,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(248,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(249,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(250,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(251,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(252,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(253,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(254,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(255,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(256,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(257,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(258,6,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(259,6,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(260,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(261,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(262,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(263,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(264,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(265,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(266,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(267,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(268,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(269,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(270,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(271,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(272,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(273,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(274,8,11,9,0,0,0,0,0,0,0,0,0,0,'en',0),(275,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(276,6,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(277,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(278,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(279,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(280,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(281,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(282,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(283,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(284,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(285,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(286,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(287,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(288,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(290,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(291,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(292,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(322,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(323,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(324,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(325,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(326,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',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,8,11,11,0,0,0,0,0,0,0,0,0,0,'en',0),(333,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(334,8,11,12,0,0,0,0,0,0,0,0,0,0,'en',0),(338,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(339,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(340,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(341,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(342,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(343,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(344,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(345,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(346,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(347,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(348,8,3,15,0,0,0,0,0,0,0,0,0,0,'en',0),(349,8,3,16,0,0,0,0,0,0,0,0,0,0,'en',0),(350,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(351,8,3,17,0,0,0,0,0,0,0,0,0,0,'en',0),(352,8,3,18,0,0,0,0,0,0,0,0,0,0,'en',0),(353,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(354,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(356,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(357,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(358,8,3,19,0,0,0,0,0,0,0,0,0,0,'en',0),(359,8,3,20,0,0,0,0,0,0,0,0,0,0,'en',0),(360,8,3,21,0,0,0,0,0,0,0,0,0,0,'en',0),(361,8,3,22,0,0,0,0,0,0,0,0,0,0,'en',0),(363,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(365,8,3,23,0,0,0,0,0,0,0,0,0,0,'en',0),(366,8,3,24,0,0,0,0,0,0,0,0,0,0,'en',0),(367,8,3,25,0,0,0,0,0,0,0,0,0,0,'en',0),(369,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(370,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',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,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(374,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(375,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(376,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(377,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(378,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(379,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(380,8,3,26,0,0,0,0,0,0,0,0,0,0,'en',0),(381,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(382,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(383,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(384,8,11,27,0,0,0,0,0,0,0,0,0,0,'en',0),(385,8,11,28,0,0,0,0,0,0,0,0,0,0,'en',0),(386,8,11,29,0,0,0,0,0,0,0,0,0,0,'en',0),(388,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(389,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(391,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(392,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(393,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(395,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(396,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(397,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(398,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(399,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(400,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(401,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(402,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(403,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(404,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(405,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(406,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(407,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(408,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(409,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(410,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(411,7,0,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(412,7,0,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(413,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(414,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(415,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(416,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(417,7,0,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(418,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(419,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(420,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(421,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(422,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(423,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(424,7,1,0,0,0,0,0,0,0,0,0,0,0,'en-us',0),(425,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(426,7,1,0,0,0,0,0,0,0,0,0,0,0,'en-us',0),(427,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',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,7,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(431,7,0,0,0,0,0,0,0,0,0,0,0,0,'en',0),(432,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(433,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(434,8,11,84,0,0,0,0,0,0,0,0,0,0,'en',0),(435,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(436,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(437,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(438,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(439,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(440,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(443,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(444,7,1,0,0,0,0,0,0,0,0,0,0,0,'fr',0),(445,7,1,0,0,0,0,0,0,0,0,0,0,0,'en-us',0),(446,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(447,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(448,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(449,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(450,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(451,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(452,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(453,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(454,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(455,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(456,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(457,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(458,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(460,8,11,273,0,0,0,0,0,0,0,0,0,0,'en',0),(461,7,1,274,0,0,0,0,0,0,0,0,0,0,'en',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,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(465,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(466,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(467,9,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(468,9,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(469,9,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(470,9,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(471,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(472,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(473,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(474,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(475,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(476,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(477,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',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,7,1,0,0,0,0,0,0,0,0,0,0,0,'fr',0),(481,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(482,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(483,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(484,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(485,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(489,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(490,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(491,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(492,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(493,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(494,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(495,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(496,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(497,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(498,7,11,0,0,0,0,0,0,0,0,0,0,0,'',0),(499,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(500,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(502,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(503,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(504,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(505,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(506,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(507,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(508,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(509,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',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,7,1,0,0,0,0,0,0,0,0,0,0,0,'lt',0),(513,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(514,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(515,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(516,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(517,8,11,373,0,0,0,0,0,0,0,0,0,0,'en',0),(519,8,11,374,0,0,0,0,0,0,0,0,0,0,'en',0),(520,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(521,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(522,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(523,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(524,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(525,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(526,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(527,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(528,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(529,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(530,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(532,7,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(533,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(534,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(536,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(537,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(538,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(539,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(540,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(541,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(542,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(543,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(544,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(545,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(546,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(547,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(548,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(549,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(550,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(551,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(552,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(553,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(554,8,11,0,0,0,0,0,0,0,0,0,0,0,'en',0),(555,7,1,0,0,0,0,0,0,0,0,0,0,0,'en',0),(556,0,0,0,0,0,0,0,0,0,0,0,0,0,'',0),(557,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(558,8,11,379,0,0,0,0,0,0,0,0,0,0,'en',0),(559,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0),(560,8,3,0,0,0,0,0,0,0,0,0,0,0,'en',0); -/*!40000 ALTER TABLE `ps_guest` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_homeslider` --- - -DROP TABLE IF EXISTS `ps_homeslider`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_homeslider` ( - `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_homeslider_slides`,`id_shop`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_homeslider` --- - -LOCK TABLES `ps_homeslider` WRITE; -/*!40000 ALTER TABLE `ps_homeslider` DISABLE KEYS */; -INSERT INTO `ps_homeslider` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2); -/*!40000 ALTER TABLE `ps_homeslider` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_homeslider_slides` --- - -DROP TABLE IF EXISTS `ps_homeslider_slides`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_homeslider_slides` ( - `id_homeslider_slides` int(10) unsigned NOT NULL AUTO_INCREMENT, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_homeslider_slides`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_homeslider_slides` --- - -LOCK TABLES `ps_homeslider_slides` WRITE; -/*!40000 ALTER TABLE `ps_homeslider_slides` DISABLE KEYS */; -INSERT INTO `ps_homeslider_slides` VALUES (1,1,1),(2,2,1),(3,3,1); -/*!40000 ALTER TABLE `ps_homeslider_slides` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_homeslider_slides_lang` --- - -DROP TABLE IF EXISTS `ps_homeslider_slides_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_homeslider_slides_lang` ( - `id_homeslider_slides` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `title` varchar(255) NOT NULL, - `description` text NOT NULL, - `legend` varchar(255) NOT NULL, - `url` varchar(255) NOT NULL, - `image` varchar(255) NOT NULL, - PRIMARY KEY (`id_homeslider_slides`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_homeslider_slides_lang` --- - -LOCK TABLES `ps_homeslider_slides_lang` WRITE; -/*!40000 ALTER TABLE `ps_homeslider_slides_lang` DISABLE KEYS */; -INSERT INTO `ps_homeslider_slides_lang` VALUES (1,1,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,3,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,4,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,5,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,6,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,7,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,8,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,9,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,10,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,11,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,12,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(1,13,'Sample 1','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-1','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-1.jpg'),(2,1,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,3,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,4,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,5,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,6,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,7,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,8,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,9,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,10,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,11,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,12,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(2,13,'Sample 2','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-2','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-2.jpg'),(3,1,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,3,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,4,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,5,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,6,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,7,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,8,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,9,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,10,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,11,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,12,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'),(3,13,'Sample 3','

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

','sample-3','http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download','sample-3.jpg'); -/*!40000 ALTER TABLE `ps_homeslider_slides_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook` --- - -DROP TABLE IF EXISTS `ps_hook`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook` ( - `id_hook` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `title` varchar(64) NOT NULL, - `description` text, - `position` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_hook`), - UNIQUE KEY `hook_name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=495 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook` --- - -LOCK TABLES `ps_hook` WRITE; -/*!40000 ALTER TABLE `ps_hook` DISABLE KEYS */; -INSERT INTO `ps_hook` VALUES (1,'actionValidateOrder','New orders','',1),(2,'displayMaintenance','Maintenance Page','This hook displays new elements on the maintenance page',1),(3,'displayProductPageDrawer','Product Page Drawer','This hook displays content in the right sidebar of the product page',1),(4,'actionPaymentConfirmation','Payment confirmation','This hook displays new elements after the payment is validated',1),(5,'displayPaymentReturn','Payment return','',1),(6,'actionUpdateQuantity','Quantity update','Quantity is updated only when a customer effectively places their order',1),(7,'displayRightColumn','Right column blocks','This hook displays new elements in the right-hand column',1),(8,'displayWrapperTop','Main wrapper section (top)','This hook displays new elements in the top of the main wrapper',1),(9,'displayWrapperBottom','Main wrapper section (bottom)','This hook displays new elements in the bottom of the main wrapper',1),(10,'displayContentWrapperTop','Content wrapper section (top)','This hook displays new elements in the top of the content wrapper',1),(11,'displayContentWrapperBottom','Content wrapper section (bottom)','This hook displays new elements in the bottom of the content wrapper',1),(12,'displayLeftColumn','Left column blocks','This hook displays new elements in the left-hand column',1),(13,'displayHome','Homepage content','This hook displays new elements on the homepage',1),(14,'Header','Pages html head section','This hook adds additional elements in the head section of your pages (head section of html)',1),(15,'actionCartSave','Cart creation and update','This hook is displayed when a product is added to the cart or if the cart\'s content is modified',1),(16,'actionAuthentication','Successful customer authentication','This hook is displayed after a customer successfully signs in',1),(17,'actionProductAdd','Product creation','This hook is displayed after a product is created',1),(18,'actionProductUpdate','Product update','This hook is displayed after a product has been updated',1),(19,'displayAfterBodyOpeningTag','Very top of pages','Use this hook for advertisement or modals you want to load first',1),(20,'displayBeforeBodyClosingTag','Very bottom of pages','Use this hook for your modals or any content you want to load at the very end',1),(21,'displayTop','Top of pages','This hook displays additional elements at the top of your pages',1),(22,'displayNavFullWidth','Navigation','This hook displays full width navigation menu at the top of your pages',1),(23,'displayRightColumnProduct','New elements on the product page (right column)','This hook displays new elements in the right-hand column of the product page',1),(24,'actionProductDelete','Product deletion','This hook is called when a product is deleted',1),(25,'actionObjectProductInCartDeleteBefore','Cart product removal','This hook is called before a product is removed from a cart',1),(26,'actionObjectProductInCartDeleteAfter','Cart product removal','This hook is called after a product is removed from a cart',1),(27,'displayFooterProduct','Product footer','This hook adds new blocks under the product\'s description',1),(28,'displayInvoice','Invoice','This hook displays new blocks on the invoice (order)',1),(29,'actionOrderStatusUpdate','Order status update - Event','This hook launches modules when the status of an order changes',1),(30,'displayAdminOrder','Display new elements in the Back Office, tab AdminOrder','This hook launches modules when the AdminOrder tab is displayed in the Back Office',1),(31,'displayAdminOrderTabOrder','Display new elements in Back Office, AdminOrder, panel Order','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel tabs',1),(32,'displayAdminOrderTabShip','Display new elements in Back Office, AdminOrder, panel Shipping','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel tabs',1),(33,'displayAdminOrderContentOrder','Display new elements in Back Office, AdminOrder, panel Order','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel content',1),(34,'displayAdminOrderContentShip','Display new elements in Back Office, AdminOrder, panel Shipping','This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel content',1),(35,'displayFooter','Footer','This hook displays new blocks in the footer',1),(36,'displayPDFInvoice','PDF Invoice','This hook allows you to display additional information on PDF invoices',1),(37,'displayInvoiceLegalFreeText','PDF Invoice - Legal Free Text','This hook allows you to modify the legal free text on PDF invoices',1),(38,'displayAdminCustomers','Display new elements in the Back Office, tab AdminCustomers','This hook launches modules when the AdminCustomers tab is displayed in the Back Office',1),(39,'displayAdminCustomersAddressesItemAction','Display new elements in the Back Office, tab AdminCustomers, Add','This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office',1),(40,'displayOrderConfirmation','Order confirmation page','This hook is called within an order\'s confirmation page',1),(41,'actionCustomerAccountAdd','Successful customer account creation','This hook is called when a new customer creates an account successfully',1),(42,'actionCustomerAccountUpdate','Successful customer account update','This hook is called when a customer updates its account successfully',1),(43,'displayCustomerAccount','Customer account displayed in Front Office','This hook displays new elements on the customer account page',1),(44,'actionOrderSlipAdd','Order slip creation','This hook is called when a new credit slip is added regarding client order',1),(45,'displayShoppingCartFooter','Shopping cart footer','This hook displays some specific information on the shopping cart\'s page',1),(46,'displayCreateAccountEmailFormBottom','Customer authentication form','This hook displays some information on the bottom of the email form',1),(47,'displayAuthenticateFormBottom','Customer authentication form','This hook displays some information on the bottom of the authentication form',1),(48,'displayCustomerAccountForm','Customer account creation form','This hook displays some information on the form to create a customer account',1),(49,'displayAdminStatsModules','Stats - Modules','',1),(50,'displayAdminStatsGraphEngine','Graph engines','',1),(51,'actionOrderReturn','Returned product','This hook is displayed when a customer returns a product ',1),(52,'displayProductAdditionalInfo','Product page additional info','This hook adds additional information on the product page',1),(53,'displayBackOfficeHome','Administration panel homepage','This hook is displayed on the admin panel\'s homepage',1),(54,'displayAdminStatsGridEngine','Grid engines','',1),(55,'actionWatermark','Watermark','',1),(56,'actionProductCancel','Product cancelled','This hook is called when you cancel a product in an order',1),(57,'displayLeftColumnProduct','New elements on the product page (left column)','This hook displays new elements in the left-hand column of the product page',1),(58,'actionProductOutOfStock','Out-of-stock product','This hook displays new action buttons if a product is out of stock',1),(59,'actionProductAttributeUpdate','Product attribute update','This hook is displayed when a product\'s attribute is updated',1),(60,'displayCarrierList','Extra carrier (module mode)','',1),(61,'displayShoppingCart','Shopping cart - Additional button','This hook displays new action buttons within the shopping cart',1),(62,'actionCarrierUpdate','Carrier Update','This hook is called when a carrier is updated',1),(63,'actionOrderStatusPostUpdate','Post update of order status','',1),(64,'displayCustomerAccountFormTop','Block above the form for create an account','This hook is displayed above the customer\'s account creation form',1),(65,'displayBackOfficeHeader','Administration panel header','This hook is displayed in the header of the admin panel',1),(66,'displayBackOfficeTop','Administration panel hover the tabs','This hook is displayed on the roll hover of the tabs within the admin panel',1),(67,'displayAdminEndContent','Administration end of content','This hook is displayed at the end of the main content, before the footer',1),(68,'displayBackOfficeFooter','Administration panel footer','This hook is displayed within the admin panel\'s footer',1),(69,'actionProductAttributeDelete','Product attribute deletion','This hook is displayed when a product\'s attribute is deleted',1),(70,'actionCarrierProcess','Carrier process','',1),(71,'displayBeforeCarrier','Before carriers list','This hook is displayed before the carrier list in Front Office',1),(72,'displayAfterCarrier','After carriers list','This hook is displayed after the carrier list in Front Office',1),(73,'displayOrderDetail','Order detail','This hook is displayed within the order\'s details in Front Office',1),(74,'actionPaymentCCAdd','Payment CC added','',1),(75,'actionCategoryAdd','Category creation','This hook is displayed when a category is created',1),(76,'actionCategoryUpdate','Category modification','This hook is displayed when a category is modified',1),(77,'actionCategoryDelete','Category deletion','This hook is displayed when a category is deleted',1),(78,'displayPaymentTop','Top of payment page','This hook is displayed at the top of the payment page',1),(79,'actionHtaccessCreate','After htaccess creation','This hook is displayed after the htaccess creation',1),(80,'actionAdminMetaSave','After saving the configuration in AdminMeta','This hook is displayed after saving the configuration in AdminMeta',1),(81,'displayAttributeGroupForm','Add fields to the form \'attribute group\'','This hook adds fields to the form \'attribute group\'',1),(82,'actionAttributeGroupSave','Saving an attribute group','This hook is called while saving an attributes group',1),(83,'actionAttributeGroupDelete','Deleting attribute group','This hook is called while deleting an attributes group',1),(84,'displayFeatureForm','Add fields to the form \'feature\'','This hook adds fields to the form \'feature\'',1),(85,'actionFeatureSave','Saving attributes\' features','This hook is called while saving an attributes features',1),(86,'actionFeatureDelete','Deleting attributes\' features','This hook is called while deleting an attributes features',1),(87,'actionProductSave','Saving products','This hook is called while saving products',1),(88,'displayAttributeGroupPostProcess','On post-process in admin attribute group','This hook is called on post-process in admin attribute group',1),(89,'displayFeaturePostProcess','On post-process in admin feature','This hook is called on post-process in admin feature',1),(90,'displayFeatureValueForm','Add fields to the form \'feature value\'','This hook adds fields to the form \'feature value\'',1),(91,'displayFeatureValuePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1),(92,'actionFeatureValueDelete','Deleting attributes\' features\' values','This hook is called while deleting an attributes features value',1),(93,'actionFeatureValueSave','Saving an attributes features value','This hook is called while saving an attributes features value',1),(94,'displayAttributeForm','Add fields to the form \'attribute value\'','This hook adds fields to the form \'attribute value\'',1),(95,'actionAttributePostProcess','On post-process in admin feature value','This hook is called on post-process in admin feature value',1),(96,'actionAttributeDelete','Deleting an attributes features value','This hook is called while deleting an attributes features value',1),(97,'actionAttributeSave','Saving an attributes features value','This hook is called while saving an attributes features value',1),(98,'actionTaxManager','Tax Manager Factory','',1),(99,'displayMyAccountBlock','My account block','This hook displays extra information within the \'my account\' block\"',1),(100,'actionModuleInstallBefore','actionModuleInstallBefore','',1),(101,'actionModuleInstallAfter','actionModuleInstallAfter','',1),(102,'displayTopColumn','Top column blocks','This hook displays new elements in the top of columns',1),(103,'displayBackOfficeCategory','Display new elements in the Back Office, tab AdminCategories','This hook launches modules when the AdminCategories tab is displayed in the Back Office',1),(104,'displayProductListFunctionalButtons','Display new elements in the Front Office, products list','This hook launches modules when the products list is displayed in the Front Office',1),(105,'displayNav','Navigation','',1),(106,'displayOverrideTemplate','Change the default template of current controller','',1),(107,'actionAdminLoginControllerSetMedia','Set media on admin login page header','This hook is called after adding media to admin login page header',1),(108,'actionOrderEdited','Order edited','This hook is called when an order is edited',1),(109,'actionEmailAddBeforeContent','Add extra content before mail content','This hook is called just before fetching mail template',1),(110,'actionEmailAddAfterContent','Add extra content after mail content','This hook is called just after fetching mail template',1),(111,'sendMailAlterTemplateVars','Alter template vars on the fly','This hook is called when Mail::send() is called',1),(112,'displayCartExtraProductActions','Extra buttons in shopping cart','This hook adds extra buttons to the product lines, in the shopping cart',1),(113,'displayPaymentByBinaries','Payment form generated by binaries','This hook displays form generated by binaries during the checkout',1),(114,'additionalCustomerFormFields','Add fields to the Customer form','This hook returns an array of FormFields to add them to the customer registration form',1),(115,'additionalCustomerAddressFields','Add fields to the Customer address form','This hook returns an array of FormFields to add them to the customer address registration form',1),(116,'addWebserviceResources','Add extra webservice resource','This hook is called when webservice resources list in webservice controller',1),(117,'displayCustomerLoginFormAfter','Display elements after login form','This hook displays new elements after the login form',1),(118,'actionClearCache','Clear smarty cache','This hook is called when smarty\'s cache is cleared',1),(119,'actionClearCompileCache','Clear smarty compile cache','This hook is called when smarty\'s compile cache is cleared',1),(120,'actionClearSf2Cache','Clear Sf2 cache','This hook is called when the Symfony cache is cleared',1),(121,'actionValidateCustomerAddressForm','Customer address form validation','This hook is called when a customer submit its address form',1),(122,'displayCarrierExtraContent','Display additional content for a carrier (e.g pickup points)','This hook calls only the module related to the carrier, in order to add options when needed',1),(123,'validateCustomerFormFields','Customer registration form validation','This hook is called to a module when it has sent additional fields with additionalCustomerFormFields',1),(124,'displayProductExtraContent','Display extra content on the product page','This hook expects ProductExtraContent instances, which will be properly displayed by the template on the product page',1),(125,'filterCmsContent','Filter the content page','This hook is called just before fetching content page',1),(126,'filterCmsCategoryContent','Filter the content page category','This hook is called just before fetching content page category',1),(127,'filterProductContent','Filter the content page product','This hook is called just before fetching content page product',1),(128,'filterCategoryContent','Filter the content page category','This hook is called just before fetching content page category',1),(129,'filterManufacturerContent','Filter the content page manufacturer','This hook is called just before fetching content page manufacturer',1),(130,'filterSupplierContent','Filter the content page supplier','This hook is called just before fetching content page supplier',1),(131,'filterHtmlContent','Filter HTML field before rending a page','This hook is called just before fetching a page on HTML field',1),(132,'displayDashboardTop','Dashboard Top','Displays the content in the dashboard\'s top area',1),(133,'actionUpdateLangAfter','Update \"lang\" tables','Update \"lang\" tables after adding or updating a language',1),(134,'actionOutputHTMLBefore','Before HTML output','This hook is used to filter the whole HTML page before it is rendered (only front)',1),(135,'displayAfterProductThumbs','Display extra content below product thumbs','This hook displays new elements below product images ex. additional media',1),(136,'actionDispatcherBefore','Before dispatch','This hook is called at the beginning of the dispatch method of the Dispatcher',1),(137,'actionDispatcherAfter','After dispatch','This hook is called at the end of the dispatch method of the Dispatcher',1),(138,'filterProductSearch','Filter search products result','This hook is called in order to allow to modify search product result',1),(139,'actionProductSearchAfter','Event triggered after search product completed','This hook is called after the product search. Parameters are already filter',1),(140,'actionEmailSendBefore','Before sending an email','This hook is used to filter the content or the metadata of an email before sending it or even prevent its sending',1),(141,'displayAdminProductsMainStepLeftColumnMiddle','Display new elements in back office product page, left column of','This hook launches modules when the back office product page is displayed',1),(142,'displayAdminProductsMainStepLeftColumnBottom','Display new elements in back office product page, left column of','This hook launches modules when the back office product page is displayed',1),(143,'displayAdminProductsMainStepRightColumnBottom','Display new elements in back office product page, right column o','This hook launches modules when the back office product page is displayed',1),(144,'displayAdminProductsQuantitiesStepBottom','Display new elements in back office product page, Quantities/Com','This hook launches modules when the back office product page is displayed',1),(145,'displayAdminProductsPriceStepBottom','Display new elements in back office product page, Price tab','This hook launches modules when the back office product page is displayed',1),(146,'displayAdminProductsOptionsStepTop','Display new elements in back office product page, Options tab','This hook launches modules when the back office product page is displayed',1),(147,'displayAdminProductsOptionsStepBottom','Display new elements in back office product page, Options tab','This hook launches modules when the back office product page is displayed',1),(148,'displayAdminProductsSeoStepBottom','Display new elements in back office product page, SEO tab','This hook launches modules when the back office product page is displayed',1),(149,'displayAdminProductsShippingStepBottom','Display new elements in back office product page, Shipping tab','This hook launches modules when the back office product page is displayed',1),(150,'displayAdminProductsCombinationBottom','Display new elements in back office product page, Combination ta','This hook launches modules when the back office product page is displayed',1),(151,'displayDashboardToolbarTopMenu','Display new elements in back office page with a dashboard, on to','This hook launches modules when a page with a dashboard is displayed',1),(152,'displayDashboardToolbarIcons','Display new elements in back office page with dashboard, on icon','This hook launches modules when the back office with dashboard is displayed',1),(153,'actionBuildFrontEndObject','Manage elements added to the \"prestashop\" javascript object','This hook allows you to customize the \"prestashop\" javascript object that is included in all front office pages',1),(154,'actionFrontControllerAfterInit','Perform actions after front office controller initialization','This hook is launched after the initialization of all front office controllers',1),(155,'actionAdministrationPageForm','Manage Administration Page form fields','This hook adds, update or remove fields of the Administration Page form',1),(156,'actionAdministrationPageFormSave','Processing Administration page form','This hook is called when the Administration Page form is processed',1),(157,'actionPerformancePageForm','Manage Performance Page form fields','This hook adds, update or remove fields of the Performance Page form',1),(158,'actionPerformancePageFormSave','Processing Performance page form','This hook is called when the Performance Page form is processed',1),(159,'actionMaintenancePageForm','Manage Maintenance Page form fields','This hook adds, update or remove fields of the Maintenance Page form',1),(160,'actionMaintenancePageFormSave','Processing Maintenance page form','This hook is called when the Maintenance Page form is processed',1),(161,'actionWebserviceKeyGridPresenterModifier','Modify Webservice grid view data','This hook allows to alter presented Webservice grid data',1),(162,'actionWebserviceKeyGridDefinitionModifier','Modifying Webservice grid definition','This hook allows to alter Webservice grid columns, actions and filters',1),(163,'actionWebserviceKeyGridQueryBuilderModifier','Modify Webservice grid query builder','This hook allows to alter Doctrine query builder for Webservice grid',1),(164,'actionWebserviceKeyGridFilterFormModifier','Modify filters form for Webservice grid','This hook allows to alter filters form used in Webservice',1),(165,'actionSqlRequestGridPresenterModifier','Modify SQL Manager grid view data','This hook allows to alter presented SQL Manager grid data',1),(166,'actionSqlRequestGridDefinitionModifier','Modifying SQL Manager grid definition','This hook allows to alter SQL Manager grid columns, actions and filters',1),(167,'actionSqlRequestGridQueryBuilderModifier','Modify SQL Manager grid query builder','This hook allows to alter Doctrine query builder for SQL Manager grid',1),(168,'actionSqlRequestGridFilterFormModifier','Modify filters form for SQL Manager grid','This hook allows to alter filters form used in SQL Manager',1),(169,'actionMetaGridPresenterModifier','Modify SEO and URLs grid view data','This hook allows to alter presented SEO and URLs grid data',1),(170,'actionMetaGridDefinitionModifier','Modifying SEO and URLs grid definition','This hook allows to alter SEO and URLs grid columns, actions and filters',1),(171,'actionMetaGridQueryBuilderModifier','Modify SEO and URLs grid query builder','This hook allows to alter Doctrine query builder for SEO and URLs grid',1),(172,'actionMetaGridFilterFormModifier','Modify filters form for SEO and URLs grid','This hook allows to alter filters form used in SEO and URLs',1),(173,'actionLogsGridPresenterModifier','Modify Logs grid view data','This hook allows to alter presented Logs grid data',1),(174,'actionLogsGridDefinitionModifier','Modifying Logs grid definition','This hook allows to alter Logs grid columns, actions and filters',1),(175,'actionLogsGridQueryBuilderModifier','Modify Logs grid query builder','This hook allows to alter Doctrine query builder for Logs grid',1),(176,'actionLogsGridFilterFormModifier','Modify filters form for Logs grid','This hook allows to alter filters form used in Logs',1),(177,'actionEmailLogsGridPresenterModifier','Modify E-mail grid view data','This hook allows to alter presented E-mail grid data',1),(178,'actionEmailLogsGridDefinitionModifier','Modifying E-mail grid definition','This hook allows to alter E-mail grid columns, actions and filters',1),(179,'actionEmailLogsGridQueryBuilderModifier','Modify E-mail grid query builder','This hook allows to alter Doctrine query builder for E-mail grid',1),(180,'actionEmailLogsGridFilterFormModifier','Modify filters form for E-mail grid','This hook allows to alter filters form used in E-mail',1),(181,'actionBackupGridPresenterModifier','Modify DB Backup grid view data','This hook allows to alter presented DB Backup grid data',1),(182,'actionBackupGridDefinitionModifier','Modifying DB Backup grid definition','This hook allows to alter DB Backup grid columns, actions and filters',1),(183,'actionBackupGridFilterFormModifier','Modify filters form for DB Backup grid','This hook allows to alter filters form used in DB Backup',1),(184,'actionProductFlagsModifier','Customize product labels displayed on the product list on FO','This hook allows to add and remove product labels displayed on top of product images',1),(185,'actionListMailThemes','List the available email themes and layouts','This hook allows to add/remove available email themes (ThemeInterface) and/or to add/remove their layouts (LayoutInterface)',1),(186,'actionGetMailThemeFolder','Define the folder of an email theme','This hook allows to change the folder of an email theme (useful if you theme is in a module for example)',1),(187,'actionBuildMailLayoutVariables','Build the variables used in email layout rendering','This hook allows to change the variables used when an email layout is rendered',1),(188,'actionGetMailLayoutTransformations','Define the transformation to apply on layout','This hook allows to add/remove TransformationInterface used to generate an email layout',1),(189,'displayProductActions','Display additional action button on the product page','This hook allow additional actions to be triggered, near the add to cart button.',1),(190,'displayPersonalInformationTop','Content in the checkout funnel, on top of the personal informati','Display actions or additional content in the personal details tab of the checkout funnel.',1),(191,'actionSqlRequestFormBuilderModifier','Modify sql request identifiable object form','This hook allows to modify sql request identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(192,'actionCustomerFormBuilderModifier','Modify customer identifiable object form','This hook allows to modify customer identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(193,'actionLanguageFormBuilderModifier','Modify language identifiable object form','This hook allows to modify language identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(194,'actionCurrencyFormBuilderModifier','Modify currency identifiable object form','This hook allows to modify currency identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(195,'actionWebserviceKeyFormBuilderModifier','Modify webservice key identifiable object form','This hook allows to modify webservice key identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(196,'actionMetaFormBuilderModifier','Modify meta identifiable object form','This hook allows to modify meta identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(197,'actionCategoryFormBuilderModifier','Modify category identifiable object form','This hook allows to modify category identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(198,'actionRootCategoryFormBuilderModifier','Modify root category identifiable object form','This hook allows to modify root category identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(199,'actionContactFormBuilderModifier','Modify contact identifiable object form','This hook allows to modify contact identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(200,'actionCmsPageCategoryFormBuilderModifier','Modify cms page category identifiable object form','This hook allows to modify cms page category identifiable object forms content by modifying\n form builder data or FormBuilder itself\n ',1),(201,'actionTaxFormBuilderModifier','Modify tax identifiable object form','This hook allows to modify tax identifiable object forms content by modifying form builder data\n or FormBuilder itself\n ',1),(202,'actionManufacturerFormBuilderModifier','Modify manufacturer identifiable object form','This hook allows to modify manufacturer identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ',1),(203,'actionEmployeeFormBuilderModifier','Modify employee identifiable object form','This hook allows to modify employee identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(204,'actionProfileFormBuilderModifier','Modify profile identifiable object form','This hook allows to modify profile identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(205,'actionCmsPageFormBuilderModifier','Modify cms page identifiable object form','This hook allows to modify cms page identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ',1),(206,'actionManufacturerAddressFormBuilderModifier','Modify manufacturer address identifiable object form','This hook allows to modify manufacturer address identifiable object forms content by modifying\n form builder data or FormBuilder itself\n ',1),(207,'actionBeforeUpdateSqlRequestFormHandler','Modify sql request identifiable object data before updating it','This hook allows to modify sql request identifiable object forms data before it was updated\n ',1),(208,'actionBeforeUpdateCustomerFormHandler','Modify customer identifiable object data before updating it','This hook allows to modify customer identifiable object forms data before it was updated\n ',1),(209,'actionBeforeUpdateLanguageFormHandler','Modify language identifiable object data before updating it','This hook allows to modify language identifiable object forms data before it was updated\n ',1),(210,'actionBeforeUpdateCurrencyFormHandler','Modify currency identifiable object data before updating it','This hook allows to modify currency identifiable object forms data before it was updated\n ',1),(211,'actionBeforeUpdateWebserviceKeyFormHandler','Modify webservice key identifiable object data before updating i','This hook allows to modify webservice key identifiable object forms data before it was\n updated\n ',1),(212,'actionBeforeUpdateMetaFormHandler','Modify meta identifiable object data before updating it','This hook allows to modify meta identifiable object forms data before it was updated\n ',1),(213,'actionBeforeUpdateCategoryFormHandler','Modify category identifiable object data before updating it','This hook allows to modify category identifiable object forms data before it was updated\n ',1),(214,'actionBeforeUpdateRootCategoryFormHandler','Modify root category identifiable object data before updating it','This hook allows to modify root category identifiable object forms data before it was updated\n ',1),(215,'actionBeforeUpdateContactFormHandler','Modify contact identifiable object data before updating it','This hook allows to modify contact identifiable object forms data before it was updated\n ',1),(216,'actionBeforeUpdateCmsPageCategoryFormHandler','Modify cms page category identifiable object data before updatin','This hook allows to modify cms page category identifiable object forms data before it was\n updated\n ',1),(217,'actionBeforeUpdateTaxFormHandler','Modify tax identifiable object data before updating it','This hook allows to modify tax identifiable object forms data before it was updated\n ',1),(218,'actionBeforeUpdateManufacturerFormHandler','Modify manufacturer identifiable object data before updating it','This hook allows to modify manufacturer identifiable object forms data before it was updated\n ',1),(219,'actionBeforeUpdateEmployeeFormHandler','Modify employee identifiable object data before updating it','This hook allows to modify employee identifiable object forms data before it was updated\n ',1),(220,'actionBeforeUpdateProfileFormHandler','Modify profile identifiable object data before updating it','This hook allows to modify profile identifiable object forms data before it was updated\n ',1),(221,'actionBeforeUpdateCmsPageFormHandler','Modify cms page identifiable object data before updating it','This hook allows to modify cms page identifiable object forms data before it was updated\n ',1),(222,'actionBeforeUpdateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data before upda','This hook allows to modify manufacturer address identifiable object forms data before it was\n updated\n ',1),(223,'actionAfterUpdateSqlRequestFormHandler','Modify sql request identifiable object data after updating it','This hook allows to modify sql request identifiable object forms data after it was updated\n ',1),(224,'actionAfterUpdateCustomerFormHandler','Modify customer identifiable object data after updating it','This hook allows to modify customer identifiable object forms data after it was updated\n ',1),(225,'actionAfterUpdateLanguageFormHandler','Modify language identifiable object data after updating it','This hook allows to modify language identifiable object forms data after it was updated\n ',1),(226,'actionAfterUpdateCurrencyFormHandler','Modify currency identifiable object data after updating it','This hook allows to modify currency identifiable object forms data after it was updated\n ',1),(227,'actionAfterUpdateWebserviceKeyFormHandler','Modify webservice key identifiable object data after updating it','This hook allows to modify webservice key identifiable object forms data after it was updated\n ',1),(228,'actionAfterUpdateMetaFormHandler','Modify meta identifiable object data after updating it','This hook allows to modify meta identifiable object forms data after it was updated\n ',1),(229,'actionAfterUpdateCategoryFormHandler','Modify category identifiable object data after updating it','This hook allows to modify category identifiable object forms data after it was updated\n ',1),(230,'actionAfterUpdateRootCategoryFormHandler','Modify root category identifiable object data after updating it','This hook allows to modify root category identifiable object forms data after it was updated\n ',1),(231,'actionAfterUpdateContactFormHandler','Modify contact identifiable object data after updating it','This hook allows to modify contact identifiable object forms data after it was updated\n ',1),(232,'actionAfterUpdateCmsPageCategoryFormHandler','Modify cms page category identifiable object data after updating','This hook allows to modify cms page category identifiable object forms data after it was\n updated\n ',1),(233,'actionAfterUpdateTaxFormHandler','Modify tax identifiable object data after updating it','This hook allows to modify tax identifiable object forms data after it was updated\n ',1),(234,'actionAfterUpdateManufacturerFormHandler','Modify manufacturer identifiable object data after updating it','This hook allows to modify manufacturer identifiable object forms data after it was updated\n ',1),(235,'actionAfterUpdateEmployeeFormHandler','Modify employee identifiable object data after updating it','This hook allows to modify employee identifiable object forms data after it was updated\n ',1),(236,'actionAfterUpdateProfileFormHandler','Modify profile identifiable object data after updating it','This hook allows to modify profile identifiable object forms data after it was updated\n ',1),(237,'actionAfterUpdateCmsPageFormHandler','Modify cms page identifiable object data after updating it','This hook allows to modify cms page identifiable object forms data after it was updated\n ',1),(238,'actionAfterUpdateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data after updat','This hook allows to modify manufacturer address identifiable object forms data after it was\n updated\n ',1),(239,'actionBeforeCreateSqlRequestFormHandler','Modify sql request identifiable object data before creating it','This hook allows to modify sql request identifiable object forms data before it was created\n ',1),(240,'actionBeforeCreateCustomerFormHandler','Modify customer identifiable object data before creating it','This hook allows to modify customer identifiable object forms data before it was created\n ',1),(241,'actionBeforeCreateLanguageFormHandler','Modify language identifiable object data before creating it','This hook allows to modify language identifiable object forms data before it was created\n ',1),(242,'actionBeforeCreateCurrencyFormHandler','Modify currency identifiable object data before creating it','This hook allows to modify currency identifiable object forms data before it was created\n ',1),(243,'actionBeforeCreateWebserviceKeyFormHandler','Modify webservice key identifiable object data before creating i','This hook allows to modify webservice key identifiable object forms data before it was\n created\n ',1),(244,'actionBeforeCreateMetaFormHandler','Modify meta identifiable object data before creating it','This hook allows to modify meta identifiable object forms data before it was created\n ',1),(245,'actionBeforeCreateCategoryFormHandler','Modify category identifiable object data before creating it','This hook allows to modify category identifiable object forms data before it was created\n ',1),(246,'actionBeforeCreateRootCategoryFormHandler','Modify root category identifiable object data before creating it','This hook allows to modify root category identifiable object forms data before it was created\n ',1),(247,'actionBeforeCreateContactFormHandler','Modify contact identifiable object data before creating it','This hook allows to modify contact identifiable object forms data before it was created\n ',1),(248,'actionBeforeCreateCmsPageCategoryFormHandler','Modify cms page category identifiable object data before creatin','This hook allows to modify cms page category identifiable object forms data before it was\n created\n ',1),(249,'actionBeforeCreateTaxFormHandler','Modify tax identifiable object data before creating it','This hook allows to modify tax identifiable object forms data before it was created\n ',1),(250,'actionBeforeCreateManufacturerFormHandler','Modify manufacturer identifiable object data before creating it','This hook allows to modify manufacturer identifiable object forms data before it was created\n ',1),(251,'actionBeforeCreateEmployeeFormHandler','Modify employee identifiable object data before creating it','This hook allows to modify employee identifiable object forms data before it was created\n ',1),(252,'actionBeforeCreateProfileFormHandler','Modify profile identifiable object data before creating it','This hook allows to modify profile identifiable object forms data before it was created\n ',1),(253,'actionBeforeCreateCmsPageFormHandler','Modify cms page identifiable object data before creating it','This hook allows to modify cms page identifiable object forms data before it was created\n ',1),(254,'actionBeforeCreateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data before crea','This hook allows to modify manufacturer address identifiable object forms data before it was\n created\n ',1),(255,'actionAfterCreateSqlRequestFormHandler','Modify sql request identifiable object data after creating it','This hook allows to modify sql request identifiable object forms data after it was created\n ',1),(256,'actionAfterCreateCustomerFormHandler','Modify customer identifiable object data after creating it','This hook allows to modify customer identifiable object forms data after it was created\n ',1),(257,'actionAfterCreateLanguageFormHandler','Modify language identifiable object data after creating it','This hook allows to modify language identifiable object forms data after it was created\n ',1),(258,'actionAfterCreateCurrencyFormHandler','Modify currency identifiable object data after creating it','This hook allows to modify currency identifiable object forms data after it was created\n ',1),(259,'actionAfterCreateWebserviceKeyFormHandler','Modify webservice key identifiable object data after creating it','This hook allows to modify webservice key identifiable object forms data after it was created\n ',1),(260,'actionAfterCreateMetaFormHandler','Modify meta identifiable object data after creating it','This hook allows to modify meta identifiable object forms data after it was created\n ',1),(261,'actionAfterCreateCategoryFormHandler','Modify category identifiable object data after creating it','This hook allows to modify category identifiable object forms data after it was created\n ',1),(262,'actionAfterCreateRootCategoryFormHandler','Modify root category identifiable object data after creating it','This hook allows to modify root category identifiable object forms data after it was created\n ',1),(263,'actionAfterCreateContactFormHandler','Modify contact identifiable object data after creating it','This hook allows to modify contact identifiable object forms data after it was created\n ',1),(264,'actionAfterCreateCmsPageCategoryFormHandler','Modify cms page category identifiable object data after creating','This hook allows to modify cms page category identifiable object forms data after it was\n created\n ',1),(265,'actionAfterCreateTaxFormHandler','Modify tax identifiable object data after creating it','This hook allows to modify tax identifiable object forms data after it was created\n ',1),(266,'actionAfterCreateManufacturerFormHandler','Modify manufacturer identifiable object data after creating it','This hook allows to modify manufacturer identifiable object forms data after it was created\n ',1),(267,'actionAfterCreateEmployeeFormHandler','Modify employee identifiable object data after creating it','This hook allows to modify employee identifiable object forms data after it was created\n ',1),(268,'actionAfterCreateProfileFormHandler','Modify profile identifiable object data after creating it','This hook allows to modify profile identifiable object forms data after it was created\n ',1),(269,'actionAfterCreateCmsPageFormHandler','Modify cms page identifiable object data after creating it','This hook allows to modify cms page identifiable object forms data after it was created\n ',1),(270,'actionAfterCreateManufacturerAddressFormHandler','Modify manufacturer address identifiable object data after creat','This hook allows to modify manufacturer address identifiable object forms data after it was\n created\n ',1),(271,'actionShippingPreferencesPageForm','Modify shipping preferences page options form content','This hook allows to modify shipping preferences page options form FormBuilder',1),(272,'actionOrdersInvoicesByDateForm','Modify orders invoices by date options form content','This hook allows to modify orders invoices by date options form FormBuilder',1),(273,'actionOrdersInvoicesByStatusForm','Modify orders invoices by status options form content','This hook allows to modify orders invoices by status options form FormBuilder',1),(274,'actionOrdersInvoicesOptionsForm','Modify orders invoices options options form content','This hook allows to modify orders invoices options options form FormBuilder',1),(275,'actionCustomerPreferencesPageForm','Modify customer preferences page options form content','This hook allows to modify customer preferences page options form FormBuilder',1),(276,'actionOrderPreferencesPageForm','Modify order preferences page options form content','This hook allows to modify order preferences page options form FormBuilder',1),(277,'actionProductPreferencesPageForm','Modify product preferences page options form content','This hook allows to modify product preferences page options form FormBuilder',1),(278,'actionGeneralPageForm','Modify general page options form content','This hook allows to modify general page options form FormBuilder',1),(279,'actionLogsPageForm','Modify logs page options form content','This hook allows to modify logs page options form FormBuilder',1),(280,'actionOrderDeliverySlipOptionsForm','Modify order delivery slip options options form content','This hook allows to modify order delivery slip options options form FormBuilder',1),(281,'actionOrderDeliverySlipPdfForm','Modify order delivery slip pdf options form content','This hook allows to modify order delivery slip pdf options form FormBuilder',1),(282,'actionGeolocationPageForm','Modify geolocation page options form content','This hook allows to modify geolocation page options form FormBuilder',1),(283,'actionLocalizationPageForm','Modify localization page options form content','This hook allows to modify localization page options form FormBuilder',1),(284,'actionPaymentPreferencesForm','Modify payment preferences options form content','This hook allows to modify payment preferences options form FormBuilder',1),(285,'actionEmailConfigurationForm','Modify email configuration options form content','This hook allows to modify email configuration options form FormBuilder',1),(286,'actionRequestSqlForm','Modify request sql options form content','This hook allows to modify request sql options form FormBuilder',1),(287,'actionBackupForm','Modify backup options form content','This hook allows to modify backup options form FormBuilder',1),(288,'actionWebservicePageForm','Modify webservice page options form content','This hook allows to modify webservice page options form FormBuilder',1),(289,'actionMetaPageForm','Modify meta page options form content','This hook allows to modify meta page options form FormBuilder',1),(290,'actionEmployeeForm','Modify employee options form content','This hook allows to modify employee options form FormBuilder',1),(291,'actionCurrencyForm','Modify currency options form content','This hook allows to modify currency options form FormBuilder',1),(292,'actionShopLogoForm','Modify shop logo options form content','This hook allows to modify shop logo options form FormBuilder',1),(293,'actionTaxForm','Modify tax options form content','This hook allows to modify tax options form FormBuilder',1),(294,'actionMailThemeForm','Modify mail theme options form content','This hook allows to modify mail theme options form FormBuilder',1),(295,'actionPerformancePageSave','Modify performance page options form saved data','This hook allows to modify data of performance page options form after it was saved\n ',1),(296,'actionMaintenancePageSave','Modify maintenance page options form saved data','This hook allows to modify data of maintenance page options form after it was saved\n ',1),(297,'actionAdministrationPageSave','Modify administration page options form saved data','This hook allows to modify data of administration page options form after it was saved\n ',1),(298,'actionShippingPreferencesPageSave','Modify shipping preferences page options form saved data','This hook allows to modify data of shipping preferences page options form after it was saved\n ',1),(299,'actionOrdersInvoicesByDateSave','Modify orders invoices by date options form saved data','This hook allows to modify data of orders invoices by date options form after it was saved\n ',1),(300,'actionOrdersInvoicesByStatusSave','Modify orders invoices by status options form saved data','This hook allows to modify data of orders invoices by status options form after it was saved\n ',1),(301,'actionOrdersInvoicesOptionsSave','Modify orders invoices options options form saved data','This hook allows to modify data of orders invoices options options form after it was saved\n ',1),(302,'actionCustomerPreferencesPageSave','Modify customer preferences page options form saved data','This hook allows to modify data of customer preferences page options form after it was saved\n ',1),(303,'actionOrderPreferencesPageSave','Modify order preferences page options form saved data','This hook allows to modify data of order preferences page options form after it was saved\n ',1),(304,'actionProductPreferencesPageSave','Modify product preferences page options form saved data','This hook allows to modify data of product preferences page options form after it was saved\n ',1),(305,'actionGeneralPageSave','Modify general page options form saved data','This hook allows to modify data of general page options form after it was saved',1),(306,'actionLogsPageSave','Modify logs page options form saved data','This hook allows to modify data of logs page options form after it was saved',1),(307,'actionOrderDeliverySlipOptionsSave','Modify order delivery slip options options form saved data','This hook allows to modify data of order delivery slip options options form after it was\n saved\n ',1),(308,'actionOrderDeliverySlipPdfSave','Modify order delivery slip pdf options form saved data','This hook allows to modify data of order delivery slip pdf options form after it was saved\n ',1),(309,'actionGeolocationPageSave','Modify geolocation page options form saved data','This hook allows to modify data of geolocation page options form after it was saved\n ',1),(310,'actionLocalizationPageSave','Modify localization page options form saved data','This hook allows to modify data of localization page options form after it was saved\n ',1),(311,'actionPaymentPreferencesSave','Modify payment preferences options form saved data','This hook allows to modify data of payment preferences options form after it was saved\n ',1),(312,'actionEmailConfigurationSave','Modify email configuration options form saved data','This hook allows to modify data of email configuration options form after it was saved\n ',1),(313,'actionRequestSqlSave','Modify request sql options form saved data','This hook allows to modify data of request sql options form after it was saved',1),(314,'actionBackupSave','Modify backup options form saved data','This hook allows to modify data of backup options form after it was saved',1),(315,'actionWebservicePageSave','Modify webservice page options form saved data','This hook allows to modify data of webservice page options form after it was saved\n ',1),(316,'actionMetaPageSave','Modify meta page options form saved data','This hook allows to modify data of meta page options form after it was saved',1),(317,'actionEmployeeSave','Modify employee options form saved data','This hook allows to modify data of employee options form after it was saved',1),(318,'actionCurrencySave','Modify currency options form saved data','This hook allows to modify data of currency options form after it was saved',1),(319,'actionShopLogoSave','Modify shop logo options form saved data','This hook allows to modify data of shop logo options form after it was saved',1),(320,'actionTaxSave','Modify tax options form saved data','This hook allows to modify data of tax options form after it was saved',1),(321,'actionMailThemeSave','Modify mail theme options form saved data','This hook allows to modify data of mail theme options form after it was saved',1),(322,'actionCategoryGridDefinitionModifier','Modify category grid definition','This hook allows to alter category grid columns, actions and filters',1),(323,'actionEmployeeGridDefinitionModifier','Modify employee grid definition','This hook allows to alter employee grid columns, actions and filters',1),(324,'actionContactGridDefinitionModifier','Modify contact grid definition','This hook allows to alter contact grid columns, actions and filters',1),(325,'actionCustomerGridDefinitionModifier','Modify customer grid definition','This hook allows to alter customer grid columns, actions and filters',1),(326,'actionLanguageGridDefinitionModifier','Modify language grid definition','This hook allows to alter language grid columns, actions and filters',1),(327,'actionCurrencyGridDefinitionModifier','Modify currency grid definition','This hook allows to alter currency grid columns, actions and filters',1),(328,'actionSupplierGridDefinitionModifier','Modify supplier grid definition','This hook allows to alter supplier grid columns, actions and filters',1),(329,'actionProfileGridDefinitionModifier','Modify profile grid definition','This hook allows to alter profile grid columns, actions and filters',1),(330,'actionCmsPageCategoryGridDefinitionModifier','Modify cms page category grid definition','This hook allows to alter cms page category grid columns, actions and filters',1),(331,'actionTaxGridDefinitionModifier','Modify tax grid definition','This hook allows to alter tax grid columns, actions and filters',1),(332,'actionManufacturerGridDefinitionModifier','Modify manufacturer grid definition','This hook allows to alter manufacturer grid columns, actions and filters',1),(333,'actionManufacturerAddressGridDefinitionModifier','Modify manufacturer address grid definition','This hook allows to alter manufacturer address grid columns, actions and filters',1),(334,'actionCmsPageGridDefinitionModifier','Modify cms page grid definition','This hook allows to alter cms page grid columns, actions and filters',1),(335,'actionBackupGridQueryBuilderModifier','Modify backup grid query builder','This hook allows to alter Doctrine query builder for backup grid',1),(336,'actionCategoryGridQueryBuilderModifier','Modify category grid query builder','This hook allows to alter Doctrine query builder for category grid',1),(337,'actionEmployeeGridQueryBuilderModifier','Modify employee grid query builder','This hook allows to alter Doctrine query builder for employee grid',1),(338,'actionContactGridQueryBuilderModifier','Modify contact grid query builder','This hook allows to alter Doctrine query builder for contact grid',1),(339,'actionCustomerGridQueryBuilderModifier','Modify customer grid query builder','This hook allows to alter Doctrine query builder for customer grid',1),(340,'actionLanguageGridQueryBuilderModifier','Modify language grid query builder','This hook allows to alter Doctrine query builder for language grid',1),(341,'actionCurrencyGridQueryBuilderModifier','Modify currency grid query builder','This hook allows to alter Doctrine query builder for currency grid',1),(342,'actionSupplierGridQueryBuilderModifier','Modify supplier grid query builder','This hook allows to alter Doctrine query builder for supplier grid',1),(343,'actionProfileGridQueryBuilderModifier','Modify profile grid query builder','This hook allows to alter Doctrine query builder for profile grid',1),(344,'actionCmsPageCategoryGridQueryBuilderModifier','Modify cms page category grid query builder','This hook allows to alter Doctrine query builder for cms page category grid',1),(345,'actionTaxGridQueryBuilderModifier','Modify tax grid query builder','This hook allows to alter Doctrine query builder for tax grid',1),(346,'actionManufacturerGridQueryBuilderModifier','Modify manufacturer grid query builder','This hook allows to alter Doctrine query builder for manufacturer grid',1),(347,'actionManufacturerAddressGridQueryBuilderModifier','Modify manufacturer address grid query builder','This hook allows to alter Doctrine query builder for manufacturer address grid',1),(348,'actionCmsPageGridQueryBuilderModifier','Modify cms page grid query builder','This hook allows to alter Doctrine query builder for cms page grid',1),(349,'actionLogsGridDataModifier','Modify logs grid data','This hook allows to modify logs grid data',1),(350,'actionEmailLogsGridDataModifier','Modify email logs grid data','This hook allows to modify email logs grid data',1),(351,'actionSqlRequestGridDataModifier','Modify sql request grid data','This hook allows to modify sql request grid data',1),(352,'actionBackupGridDataModifier','Modify backup grid data','This hook allows to modify backup grid data',1),(353,'actionWebserviceKeyGridDataModifier','Modify webservice key grid data','This hook allows to modify webservice key grid data',1),(354,'actionMetaGridDataModifier','Modify meta grid data','This hook allows to modify meta grid data',1),(355,'actionCategoryGridDataModifier','Modify category grid data','This hook allows to modify category grid data',1),(356,'actionEmployeeGridDataModifier','Modify employee grid data','This hook allows to modify employee grid data',1),(357,'actionContactGridDataModifier','Modify contact grid data','This hook allows to modify contact grid data',1),(358,'actionCustomerGridDataModifier','Modify customer grid data','This hook allows to modify customer grid data',1),(359,'actionLanguageGridDataModifier','Modify language grid data','This hook allows to modify language grid data',1),(360,'actionCurrencyGridDataModifier','Modify currency grid data','This hook allows to modify currency grid data',1),(361,'actionSupplierGridDataModifier','Modify supplier grid data','This hook allows to modify supplier grid data',1),(362,'actionProfileGridDataModifier','Modify profile grid data','This hook allows to modify profile grid data',1),(363,'actionCmsPageCategoryGridDataModifier','Modify cms page category grid data','This hook allows to modify cms page category grid data',1),(364,'actionTaxGridDataModifier','Modify tax grid data','This hook allows to modify tax grid data',1),(365,'actionManufacturerGridDataModifier','Modify manufacturer grid data','This hook allows to modify manufacturer grid data',1),(366,'actionManufacturerAddressGridDataModifier','Modify manufacturer address grid data','This hook allows to modify manufacturer address grid data',1),(367,'actionCmsPageGridDataModifier','Modify cms page grid data','This hook allows to modify cms page grid data',1),(368,'actionCategoryGridFilterFormModifier','Modify category grid filters','This hook allows to modify filters for category grid',1),(369,'actionEmployeeGridFilterFormModifier','Modify employee grid filters','This hook allows to modify filters for employee grid',1),(370,'actionContactGridFilterFormModifier','Modify contact grid filters','This hook allows to modify filters for contact grid',1),(371,'actionCustomerGridFilterFormModifier','Modify customer grid filters','This hook allows to modify filters for customer grid',1),(372,'actionLanguageGridFilterFormModifier','Modify language grid filters','This hook allows to modify filters for language grid',1),(373,'actionCurrencyGridFilterFormModifier','Modify currency grid filters','This hook allows to modify filters for currency grid',1),(374,'actionSupplierGridFilterFormModifier','Modify supplier grid filters','This hook allows to modify filters for supplier grid',1),(375,'actionProfileGridFilterFormModifier','Modify profile grid filters','This hook allows to modify filters for profile grid',1),(376,'actionCmsPageCategoryGridFilterFormModifier','Modify cms page category grid filters','This hook allows to modify filters for cms page category grid',1),(377,'actionTaxGridFilterFormModifier','Modify tax grid filters','This hook allows to modify filters for tax grid',1),(378,'actionManufacturerGridFilterFormModifier','Modify manufacturer grid filters','This hook allows to modify filters for manufacturer grid',1),(379,'actionManufacturerAddressGridFilterFormModifier','Modify manufacturer address grid filters','This hook allows to modify filters for manufacturer address grid',1),(380,'actionCmsPageGridFilterFormModifier','Modify cms page grid filters','This hook allows to modify filters for cms page grid',1),(381,'actionCategoryGridPresenterModifier','Modify category grid template data','This hook allows to modify data which is about to be used in template for category grid\n ',1),(382,'actionEmployeeGridPresenterModifier','Modify employee grid template data','This hook allows to modify data which is about to be used in template for employee grid\n ',1),(383,'actionContactGridPresenterModifier','Modify contact grid template data','This hook allows to modify data which is about to be used in template for contact grid\n ',1),(384,'actionCustomerGridPresenterModifier','Modify customer grid template data','This hook allows to modify data which is about to be used in template for customer grid\n ',1),(385,'actionLanguageGridPresenterModifier','Modify language grid template data','This hook allows to modify data which is about to be used in template for language grid\n ',1),(386,'actionCurrencyGridPresenterModifier','Modify currency grid template data','This hook allows to modify data which is about to be used in template for currency grid\n ',1),(387,'actionSupplierGridPresenterModifier','Modify supplier grid template data','This hook allows to modify data which is about to be used in template for supplier grid\n ',1),(388,'actionProfileGridPresenterModifier','Modify profile grid template data','This hook allows to modify data which is about to be used in template for profile grid\n ',1),(389,'actionCmsPageCategoryGridPresenterModifier','Modify cms page category grid template data','This hook allows to modify data which is about to be used in template for cms page category\n grid\n ',1),(390,'actionTaxGridPresenterModifier','Modify tax grid template data','This hook allows to modify data which is about to be used in template for tax grid\n ',1),(391,'actionManufacturerGridPresenterModifier','Modify manufacturer grid template data','This hook allows to modify data which is about to be used in template for manufacturer grid\n ',1),(392,'actionManufacturerAddressGridPresenterModifier','Modify manufacturer address grid template data','This hook allows to modify data which is about to be used in template for manufacturer address\n grid\n ',1),(393,'actionCmsPageGridPresenterModifier','Modify cms page grid template data','This hook allows to modify data which is about to be used in template for cms page grid\n ',1),(394,'registerGDPRConsent','registerGDPRConsent','',1),(395,'dashboardZoneOne','dashboardZoneOne','',1),(396,'dashboardData','dashboardData','',1),(397,'actionObjectOrderAddAfter','actionObjectOrderAddAfter','',1),(398,'actionObjectCustomerAddAfter','actionObjectCustomerAddAfter','',1),(399,'actionObjectCustomerMessageAddAfter','actionObjectCustomerMessageAddAfter','',1),(400,'actionObjectCustomerThreadAddAfter','actionObjectCustomerThreadAddAfter','',1),(401,'actionObjectOrderReturnAddAfter','actionObjectOrderReturnAddAfter','',1),(402,'actionAdminControllerSetMedia','actionAdminControllerSetMedia','',1),(403,'dashboardZoneTwo','dashboardZoneTwo','',1),(404,'actionSearch','actionSearch','',1),(405,'gSitemapAppendUrls','GSitemap Append URLs','This hook allows a module to add URLs to a generated sitemap',1),(406,'actionObjectLanguageAddAfter','actionObjectLanguageAddAfter','',1),(407,'paymentOptions','paymentOptions','',1),(408,'displayNav1','displayNav1','',1),(409,'actionAdminStoresControllerUpdate_optionsAfter','actionAdminStoresControllerUpdate_optionsAfter','',1),(410,'actionAdminCurrenciesControllerSaveAfter','actionAdminCurrenciesControllerSaveAfter','',1),(411,'actionModuleRegisterHookAfter','actionModuleRegisterHookAfter','',1),(412,'actionModuleUnRegisterHookAfter','actionModuleUnRegisterHookAfter','',1),(413,'actionShopDataDuplication','actionShopDataDuplication','',1),(414,'actionFrontControllerSetMedia','actionFrontControllerSetMedia','',1),(415,'displayFooterBefore','displayFooterBefore','',1),(416,'actionObjectCustomerUpdateBefore','actionObjectCustomerUpdateBefore','',1),(417,'displayAdminCustomersForm','displayAdminCustomersForm','',1),(418,'actionDeleteGDPRCustomer','actionDeleteGDPRCustomer','',1),(419,'actionExportGDPRData','actionExportGDPRData','',1),(420,'actionFeatureFormBuilderModifier','actionFeatureFormBuilderModifier','',1),(421,'actionAfterCreateFeatureFormHandler','actionAfterCreateFeatureFormHandler','',1),(422,'actionAfterUpdateFeatureFormHandler','actionAfterUpdateFeatureFormHandler','',1),(423,'productSearchProvider','productSearchProvider','',1),(424,'actionObjectSpecificPriceRuleUpdateBefore','actionObjectSpecificPriceRuleUpdateBefore','',1),(425,'actionAdminSpecificPriceRuleControllerSaveAfter','actionAdminSpecificPriceRuleControllerSaveAfter','',1),(426,'displayOrderConfirmation2','displayOrderConfirmation2','',1),(427,'displayCrossSellingShoppingCart','displayCrossSellingShoppingCart','',1),(428,'actionAdminGroupsControllerSaveAfter','actionAdminGroupsControllerSaveAfter','',1),(429,'actionObjectCategoryUpdateAfter','actionObjectCategoryUpdateAfter','',1),(430,'actionObjectCategoryDeleteAfter','actionObjectCategoryDeleteAfter','',1),(431,'actionObjectCategoryAddAfter','actionObjectCategoryAddAfter','',1),(432,'actionObjectCmsUpdateAfter','actionObjectCmsUpdateAfter','',1),(433,'actionObjectCmsDeleteAfter','actionObjectCmsDeleteAfter','',1),(434,'actionObjectCmsAddAfter','actionObjectCmsAddAfter','',1),(435,'actionObjectSupplierUpdateAfter','actionObjectSupplierUpdateAfter','',1),(436,'actionObjectSupplierDeleteAfter','actionObjectSupplierDeleteAfter','',1),(437,'actionObjectSupplierAddAfter','actionObjectSupplierAddAfter','',1),(438,'actionObjectManufacturerUpdateAfter','actionObjectManufacturerUpdateAfter','',1),(439,'actionObjectManufacturerDeleteAfter','actionObjectManufacturerDeleteAfter','',1),(440,'actionObjectManufacturerAddAfter','actionObjectManufacturerAddAfter','',1),(441,'actionObjectProductUpdateAfter','actionObjectProductUpdateAfter','',1),(442,'actionObjectProductDeleteAfter','actionObjectProductDeleteAfter','',1),(443,'actionObjectProductAddAfter','actionObjectProductAddAfter','',1),(444,'displaySearch','displaySearch','',1),(445,'displayAdminNavBarBeforeEnd','displayAdminNavBarBeforeEnd','',1),(446,'displayAdminAfterHeader','displayAdminAfterHeader','',1),(447,'displayGDPRConsent','displayGDPRConsent','',1),(448,'displayNav2','','',1),(449,'displayReassurance','','',1),(450,'actionAdminMetaControllerUpdate_optionsAfter','actionAdminMetaControllerUpdate_optionsAfter','',1),(451,'actionAdminPerformanceControllerSaveAfter','actionAdminPerformanceControllerSaveAfter','',1),(452,'actionObjectCarrierAddAfter','actionObjectCarrierAddAfter','',1),(453,'actionObjectContactAddAfter','actionObjectContactAddAfter','',1),(454,'actionAdminThemesControllerUpdate_optionsAfter','actionAdminThemesControllerUpdate_optionsAfter','',1),(455,'actionObjectShopUpdateAfter','actionObjectShopUpdateAfter','',1),(456,'actionAdminPreferencesControllerUpdate_optionsAfter','actionAdminPreferencesControllerUpdate_optionsAfter','',1),(457,'actionObjectShopAddAfter','actionObjectShopAddAfter','',1),(458,'actionObjectShopGroupAddAfter','actionObjectShopGroupAddAfter','',1),(459,'actionObjectCartAddAfter','actionObjectCartAddAfter','',1),(460,'actionObjectEmployeeAddAfter','actionObjectEmployeeAddAfter','',1),(461,'actionObjectImageAddAfter','actionObjectImageAddAfter','',1),(462,'actionObjectCartRuleAddAfter','actionObjectCartRuleAddAfter','',1),(463,'actionAdminStoresControllerSaveAfter','actionAdminStoresControllerSaveAfter','',1),(464,'actionAdminWebserviceControllerSaveAfter','actionAdminWebserviceControllerSaveAfter','',1),(465,'displayPayment','displayPayment','',1),(466,'displayPaymentEU','displayPaymentEU','',1),(467,'actionAdminOrdersListingFieldsModifier','actionAdminOrdersListingFieldsModifier','',1),(468,'actionAdminStatusesListingFieldsModifier','actionAdminStatusesListingFieldsModifier','',1),(469,'actionOrderGridDefinitionModifier','actionOrderGridDefinitionModifier','',1),(470,'actionOrderGridQueryBuilderModifier','actionOrderGridQueryBuilderModifier','',1),(471,'actionObjectAddressUpdateBefore','actionObjectAddressUpdateBefore','',1),(472,'actionObjectAddressUpdateAfter','actionObjectAddressUpdateAfter','',1),(473,'actionPDFInvoiceRender','actionPDFInvoiceRender','',1),(474,'actionObjectCurrencyUpdateAfter','actionObjectCurrencyUpdateAfter','',1),(475,'actionProductCoverage','actionProductCoverage','',1),(476,'displayAdminOrderTabLink','displayAdminOrderTabLink','',1),(477,'displayAdminOrderTabContent','displayAdminOrderTabContent','',1),(478,'displayAdminCartsView','displayAdminCartsView','',1),(479,'payment','payment','',1),(480,'actionDispatcher','actionDispatcher','',1),(481,'displayPDFOrderSlip','displayPDFOrderSlip','',1),(482,'actionObjectCustomerDeleteAfter','actionObjectCustomerDeleteAfter','',1),(483,'termsAndConditions','termsAndConditions','',1),(484,'actionObjectAddressAddAfter','actionObjectAddressAddAfter','',1),(485,'displayExpressCheckout','displayExpressCheckout','',1),(486,'actionObjectOrderPaymentAddAfter','actionObjectOrderPaymentAddAfter','',1),(487,'actionGetIDZoneByAddressID','actionGetIDZoneByAddressID','',1),(488,'displayAdminOrderLeft','displayAdminOrderLeft','',1),(489,'displayAdminOrderSide','displayAdminOrderSide','',1),(490,'displayFooterAfter','displayFooterAfter','',1),(491,'customSuperCheckoutGDPRHook','customSuperCheckoutGDPRHook','',1),(493,'actionbeforecartupdateqty','actionbeforecartupdateqty','',1),(494,'actionCartUpdateQuantityBefore','actionCartUpdateQuantityBefore','',1); -/*!40000 ALTER TABLE `ps_hook` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook_alias` --- - -DROP TABLE IF EXISTS `ps_hook_alias`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook_alias` ( - `id_hook_alias` int(10) unsigned NOT NULL AUTO_INCREMENT, - `alias` varchar(64) NOT NULL, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id_hook_alias`), - UNIQUE KEY `alias` (`alias`) -) ENGINE=InnoDB AUTO_INCREMENT=84 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook_alias` --- - -LOCK TABLES `ps_hook_alias` WRITE; -/*!40000 ALTER TABLE `ps_hook_alias` DISABLE KEYS */; -INSERT INTO `ps_hook_alias` VALUES (1,'newOrder','actionValidateOrder'),(2,'paymentConfirm','actionPaymentConfirmation'),(3,'paymentReturn','displayPaymentReturn'),(4,'updateQuantity','actionUpdateQuantity'),(5,'rightColumn','displayRightColumn'),(6,'leftColumn','displayLeftColumn'),(7,'home','displayHome'),(8,'displayHeader','Header'),(9,'cart','actionCartSave'),(10,'authentication','actionAuthentication'),(11,'addproduct','actionProductAdd'),(12,'updateproduct','actionProductUpdate'),(13,'top','displayTop'),(14,'extraRight','displayRightColumnProduct'),(15,'deleteproduct','actionProductDelete'),(16,'productfooter','displayFooterProduct'),(17,'invoice','displayInvoice'),(18,'updateOrderStatus','actionOrderStatusUpdate'),(19,'adminOrder','displayAdminOrder'),(20,'footer','displayFooter'),(21,'PDFInvoice','displayPDFInvoice'),(22,'adminCustomers','displayAdminCustomers'),(23,'orderConfirmation','displayOrderConfirmation'),(24,'createAccount','actionCustomerAccountAdd'),(25,'customerAccount','displayCustomerAccount'),(26,'orderSlip','actionOrderSlipAdd'),(27,'shoppingCart','displayShoppingCartFooter'),(28,'createAccountForm','displayCustomerAccountForm'),(29,'AdminStatsModules','displayAdminStatsModules'),(30,'GraphEngine','displayAdminStatsGraphEngine'),(31,'orderReturn','actionOrderReturn'),(32,'productActions','displayProductAdditionalInfo'),(33,'displayProductButtons','displayProductAdditionalInfo'),(34,'backOfficeHome','displayBackOfficeHome'),(35,'GridEngine','displayAdminStatsGridEngine'),(36,'watermark','actionWatermark'),(37,'cancelProduct','actionProductCancel'),(38,'extraLeft','displayLeftColumnProduct'),(39,'productOutOfStock','actionProductOutOfStock'),(40,'updateProductAttribute','actionProductAttributeUpdate'),(41,'extraCarrier','displayCarrierList'),(42,'shoppingCartExtra','displayShoppingCart'),(43,'updateCarrier','actionCarrierUpdate'),(44,'postUpdateOrderStatus','actionOrderStatusPostUpdate'),(45,'createAccountTop','displayCustomerAccountFormTop'),(46,'backOfficeHeader','displayBackOfficeHeader'),(47,'backOfficeTop','displayBackOfficeTop'),(48,'backOfficeFooter','displayBackOfficeFooter'),(49,'deleteProductAttribute','actionProductAttributeDelete'),(50,'processCarrier','actionCarrierProcess'),(51,'beforeCarrier','displayBeforeCarrier'),(52,'orderDetailDisplayed','displayOrderDetail'),(53,'paymentCCAdded','actionPaymentCCAdd'),(54,'categoryAddition','actionCategoryAdd'),(55,'categoryUpdate','actionCategoryUpdate'),(56,'categoryDeletion','actionCategoryDelete'),(57,'paymentTop','displayPaymentTop'),(58,'afterCreateHtaccess','actionHtaccessCreate'),(59,'afterSaveAdminMeta','actionAdminMetaSave'),(60,'attributeGroupForm','displayAttributeGroupForm'),(61,'afterSaveAttributeGroup','actionAttributeGroupSave'),(62,'afterDeleteAttributeGroup','actionAttributeGroupDelete'),(63,'featureForm','displayFeatureForm'),(64,'afterSaveFeature','actionFeatureSave'),(65,'afterDeleteFeature','actionFeatureDelete'),(66,'afterSaveProduct','actionProductSave'),(67,'postProcessAttributeGroup','displayAttributeGroupPostProcess'),(68,'postProcessFeature','displayFeaturePostProcess'),(69,'featureValueForm','displayFeatureValueForm'),(70,'postProcessFeatureValue','displayFeatureValuePostProcess'),(71,'afterDeleteFeatureValue','actionFeatureValueDelete'),(72,'afterSaveFeatureValue','actionFeatureValueSave'),(73,'attributeForm','displayAttributeForm'),(74,'postProcessAttribute','actionAttributePostProcess'),(75,'afterDeleteAttribute','actionAttributeDelete'),(76,'afterSaveAttribute','actionAttributeSave'),(77,'taxManager','actionTaxManager'),(78,'myAccountBlock','displayMyAccountBlock'),(79,'actionBeforeCartUpdateQty','actionCartUpdateQuantityBefore'),(80,'actionBeforeAjaxDie','actionAjaxDieBefore'),(81,'actionBeforeAuthentication','actionAuthenticationBefore'),(82,'actionBeforeSubmitAccount','actionSubmitAccountBefore'),(83,'actionAfterDeleteProductInCart','actionDeleteProductInCartAfter'); -/*!40000 ALTER TABLE `ps_hook_alias` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook_module` --- - -DROP TABLE IF EXISTS `ps_hook_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook_module` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_hook` int(10) unsigned NOT NULL, - `position` tinyint(2) unsigned NOT NULL, - PRIMARY KEY (`id_module`,`id_hook`,`id_shop`), - KEY `id_hook` (`id_hook`), - KEY `id_module` (`id_module`), - KEY `position` (`id_shop`,`position`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook_module` --- - -LOCK TABLES `ps_hook_module` WRITE; -/*!40000 ALTER TABLE `ps_hook_module` DISABLE KEYS */; -INSERT INTO `ps_hook_module` VALUES (1,1,394,1),(2,1,396,1),(2,1,397,1),(2,1,398,1),(2,1,399,1),(2,1,400,1),(2,1,401,1),(2,1,402,1),(3,1,63,1),(3,1,403,1),(5,1,404,1),(6,1,50,1),(7,1,54,1),(9,1,406,1),(10,1,12,1),(11,1,5,1),(12,1,408,1),(12,1,409,1),(13,1,410,1),(14,1,411,1),(14,1,412,1),(16,1,413,1),(17,1,42,1),(17,1,114,1),(17,1,414,1),(17,1,415,1),(17,1,416,1),(17,1,418,1),(17,1,419,1),(19,1,65,1),(20,1,17,1),(20,1,18,1),(20,1,24,1),(20,1,76,1),(20,1,426,1),(20,1,427,1),(20,1,428,1),(21,1,13,1),(21,1,14,1),(22,1,448,1),(23,1,35,1),(23,1,133,1),(24,1,21,1),(24,1,429,1),(24,1,430,1),(24,1,431,1),(24,1,432,1),(24,1,433,1),(24,1,434,1),(24,1,435,1),(24,1,436,1),(24,1,437,1),(24,1,438,1),(24,1,439,1),(24,1,440,1),(24,1,441,1),(24,1,442,1),(24,1,443,1),(25,1,444,1),(26,1,52,1),(31,1,49,1),(41,1,16,1),(41,1,20,1),(54,1,445,1),(54,1,446,1),(55,1,1,1),(55,1,29,1),(55,1,101,1),(55,1,450,1),(55,1,451,1),(55,1,452,1),(55,1,453,1),(55,1,454,1),(55,1,455,1),(55,1,456,1),(55,1,457,1),(55,1,458,1),(55,1,459,1),(55,1,460,1),(55,1,461,1),(55,1,462,1),(55,1,463,1),(55,1,464,1),(56,1,395,1),(57,1,43,1),(57,1,447,1),(58,1,132,1),(60,1,449,1),(61,1,75,1),(61,1,77,1),(61,1,81,1),(61,1,82,1),(61,1,83,1),(61,1,84,1),(61,1,85,1),(61,1,86,1),(61,1,87,1),(61,1,88,1),(61,1,89,1),(61,1,90,1),(61,1,91,1),(61,1,92,1),(61,1,93,1),(61,1,94,1),(61,1,95,1),(61,1,97,1),(61,1,420,1),(61,1,421,1),(61,1,422,1),(61,1,423,1),(61,1,424,1),(61,1,425,1),(91,1,6,1),(91,1,51,1),(91,1,58,1),(91,1,59,1),(91,1,69,1),(91,1,99,1),(91,1,108,1),(91,1,475,1),(92,1,30,1),(92,1,31,1),(92,1,33,1),(92,1,40,1),(92,1,407,1),(92,1,466,1),(92,1,476,1),(92,1,477,1),(92,1,478,1),(92,1,479,1),(104,1,98,1),(112,1,36,1),(112,1,68,1),(112,1,481,1),(113,1,41,1),(113,1,117,1),(113,1,123,1),(113,1,192,1),(113,1,224,1),(113,1,256,1),(113,1,472,1),(113,1,482,1),(113,1,483,1),(113,1,484,1),(114,1,15,1),(114,1,26,1),(115,1,48,1),(115,1,73,1),(115,1,339,1),(115,1,358,1),(115,1,487,1),(115,1,488,1),(115,1,489,1),(116,1,480,1),(116,1,490,1),(117,1,10,1),(117,1,32,1),(117,1,34,1),(117,1,110,1),(117,1,491,1),(133,1,140,1),(133,1,189,1),(133,1,467,1),(133,1,469,1),(133,1,470,1),(133,1,485,1),(133,1,486,1),(157,1,494,1),(2,1,395,2),(3,1,396,2),(3,1,402,2),(4,1,403,2),(5,1,397,2),(11,1,407,2),(13,1,448,2),(14,1,35,2),(17,1,41,2),(17,1,394,2),(20,1,13,2),(21,1,413,2),(24,1,76,2),(25,1,14,2),(25,1,21,2),(28,1,415,2),(30,1,5,2),(32,1,49,2),(51,1,404,2),(54,1,65,2),(55,1,398,2),(55,1,400,2),(55,1,409,2),(55,1,434,2),(55,1,443,2),(57,1,114,2),(57,1,418,2),(60,1,133,2),(61,1,12,2),(91,1,1,2),(91,1,24,2),(91,1,43,2),(91,1,52,2),(91,1,419,2),(92,1,29,2),(92,1,99,2),(106,1,479,2),(114,1,40,2),(115,1,16,2),(115,1,98,2),(115,1,117,2),(117,1,36,2),(117,1,73,2),(117,1,476,2),(117,1,477,2),(133,1,30,2),(133,1,414,2),(4,1,396,3),(4,1,402,3),(5,1,403,3),(9,1,13,3),(12,1,35,3),(15,1,448,3),(24,1,413,3),(27,1,14,3),(30,1,407,3),(33,1,49,3),(41,1,41,3),(55,1,65,3),(55,1,397,3),(57,1,394,3),(61,1,76,3),(91,1,418,3),(92,1,43,3),(106,1,5,3),(113,1,114,3),(113,1,419,3),(114,1,1,3),(116,1,40,3),(133,1,29,3),(133,1,36,3),(133,1,52,3),(157,1,414,3),(5,1,396,4),(6,1,402,4),(16,1,13,4),(27,1,448,4),(34,1,49,4),(57,1,41,4),(91,1,14,4),(91,1,394,4),(92,1,65,4),(106,1,407,4),(113,1,418,4),(116,1,114,4),(117,1,1,4),(117,1,40,4),(35,1,49,5),(55,1,402,5),(92,1,14,5),(106,1,65,5),(113,1,394,5),(117,1,418,5),(133,1,1,5),(133,1,40,5),(133,1,407,5),(36,1,49,6),(57,1,402,6),(106,1,14,6),(114,1,65,6),(37,1,49,7),(58,1,402,7),(111,1,14,7),(115,1,65,7),(38,1,49,8),(112,1,402,8),(113,1,14,8),(116,1,65,8),(39,1,49,9),(113,1,402,9),(114,1,14,9),(133,1,65,9),(40,1,49,10),(115,1,14,10),(133,1,402,10),(42,1,49,11),(116,1,14,11),(43,1,49,12),(117,1,14,12),(44,1,49,13),(133,1,14,13),(45,1,49,14),(157,1,14,14),(46,1,49,15),(47,1,49,16),(48,1,49,17),(49,1,49,18),(50,1,49,19),(51,1,49,20),(52,1,49,21),(53,1,49,22),(1,2,394,1),(2,2,396,1),(2,2,397,1),(2,2,398,1),(2,2,399,1),(2,2,400,1),(2,2,401,1),(2,2,402,1),(3,2,63,1),(3,2,403,1),(5,2,404,1),(6,2,50,1),(7,2,54,1),(9,2,406,1),(10,2,12,1),(11,2,5,1),(11,2,407,1),(12,2,408,1),(12,2,409,1),(13,2,410,1),(14,2,411,1),(14,2,412,1),(16,2,413,1),(17,2,41,1),(17,2,42,1),(17,2,114,1),(17,2,414,1),(17,2,415,1),(17,2,416,1),(17,2,418,1),(17,2,419,1),(19,2,65,1),(20,2,17,1),(20,2,18,1),(20,2,24,1),(20,2,76,1),(20,2,426,1),(20,2,427,1),(20,2,428,1),(21,2,13,1),(21,2,14,1),(22,2,448,1),(23,2,35,1),(23,2,133,1),(24,2,21,1),(24,2,429,1),(24,2,430,1),(24,2,431,1),(24,2,432,1),(24,2,433,1),(24,2,434,1),(24,2,435,1),(24,2,436,1),(24,2,437,1),(24,2,438,1),(24,2,439,1),(24,2,440,1),(24,2,441,1),(24,2,442,1),(24,2,443,1),(25,2,444,1),(26,2,52,1),(31,2,49,1),(41,2,16,1),(41,2,20,1),(54,2,445,1),(54,2,446,1),(55,2,1,1),(55,2,29,1),(55,2,101,1),(55,2,450,1),(55,2,451,1),(55,2,452,1),(55,2,453,1),(55,2,454,1),(55,2,455,1),(55,2,456,1),(55,2,457,1),(55,2,458,1),(55,2,459,1),(55,2,460,1),(55,2,461,1),(55,2,462,1),(55,2,463,1),(55,2,464,1),(56,2,395,1),(57,2,43,1),(57,2,447,1),(58,2,132,1),(60,2,449,1),(61,2,75,1),(61,2,77,1),(61,2,81,1),(61,2,82,1),(61,2,83,1),(61,2,84,1),(61,2,85,1),(61,2,86,1),(61,2,87,1),(61,2,88,1),(61,2,89,1),(61,2,90,1),(61,2,91,1),(61,2,92,1),(61,2,93,1),(61,2,94,1),(61,2,95,1),(61,2,97,1),(61,2,420,1),(61,2,421,1),(61,2,422,1),(61,2,423,1),(61,2,424,1),(61,2,425,1),(91,2,6,1),(91,2,51,1),(91,2,58,1),(91,2,59,1),(91,2,69,1),(91,2,99,1),(91,2,108,1),(91,2,475,1),(92,2,30,1),(92,2,31,1),(92,2,33,1),(92,2,40,1),(92,2,466,1),(92,2,476,1),(92,2,477,1),(92,2,478,1),(92,2,479,1),(104,2,98,1),(112,2,36,1),(112,2,68,1),(112,2,481,1),(113,2,117,1),(113,2,123,1),(113,2,192,1),(113,2,224,1),(113,2,256,1),(113,2,472,1),(113,2,482,1),(113,2,483,1),(113,2,484,1),(114,2,15,1),(114,2,26,1),(115,2,48,1),(115,2,73,1),(115,2,339,1),(115,2,358,1),(115,2,487,1),(115,2,488,1),(115,2,489,1),(116,2,480,1),(116,2,490,1),(117,2,10,1),(117,2,32,1),(117,2,34,1),(117,2,110,1),(117,2,491,1),(133,2,140,1),(133,2,189,1),(133,2,467,1),(133,2,469,1),(133,2,470,1),(133,2,485,1),(133,2,486,1),(157,2,494,1),(2,2,395,2),(3,2,396,2),(3,2,402,2),(4,2,403,2),(5,2,397,2),(13,2,448,2),(14,2,35,2),(17,2,394,2),(20,2,13,2),(21,2,413,2),(24,2,76,2),(25,2,14,2),(25,2,21,2),(28,2,415,2),(30,2,5,2),(30,2,407,2),(32,2,49,2),(41,2,41,2),(51,2,404,2),(54,2,65,2),(55,2,398,2),(55,2,400,2),(55,2,409,2),(55,2,434,2),(55,2,443,2),(57,2,114,2),(57,2,418,2),(60,2,133,2),(61,2,12,2),(91,2,1,2),(91,2,24,2),(91,2,43,2),(91,2,52,2),(91,2,419,2),(92,2,29,2),(92,2,99,2),(106,2,479,2),(114,2,40,2),(115,2,16,2),(115,2,98,2),(115,2,117,2),(117,2,36,2),(117,2,73,2),(117,2,476,2),(117,2,477,2),(133,2,30,2),(133,2,414,2),(4,2,396,3),(4,2,402,3),(5,2,403,3),(9,2,13,3),(12,2,35,3),(15,2,448,3),(24,2,413,3),(27,2,14,3),(33,2,49,3),(55,2,65,3),(55,2,397,3),(57,2,41,3),(57,2,394,3),(61,2,76,3),(91,2,418,3),(92,2,43,3),(92,2,407,3),(106,2,5,3),(113,2,114,3),(113,2,419,3),(114,2,1,3),(116,2,40,3),(133,2,29,3),(133,2,36,3),(133,2,52,3),(157,2,414,3),(5,2,396,4),(6,2,402,4),(16,2,13,4),(27,2,448,4),(34,2,49,4),(91,2,14,4),(91,2,394,4),(92,2,65,4),(106,2,407,4),(113,2,41,4),(113,2,418,4),(116,2,114,4),(117,2,1,4),(117,2,40,4),(35,2,49,5),(55,2,402,5),(92,2,14,5),(106,2,65,5),(113,2,394,5),(117,2,418,5),(133,2,1,5),(133,2,40,5),(133,2,407,5),(36,2,49,6),(57,2,402,6),(106,2,14,6),(114,2,65,6),(37,2,49,7),(58,2,402,7),(111,2,14,7),(115,2,65,7),(38,2,49,8),(112,2,402,8),(113,2,14,8),(116,2,65,8),(39,2,49,9),(113,2,402,9),(114,2,14,9),(133,2,65,9),(40,2,49,10),(115,2,14,10),(133,2,402,10),(42,2,49,11),(116,2,14,11),(43,2,49,12),(117,2,14,12),(44,2,49,13),(133,2,14,13),(45,2,49,14),(157,2,14,14),(46,2,49,15),(47,2,49,16),(48,2,49,17),(49,2,49,18),(50,2,49,19),(51,2,49,20),(52,2,49,21),(53,2,49,22); -/*!40000 ALTER TABLE `ps_hook_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_hook_module_exceptions` --- - -DROP TABLE IF EXISTS `ps_hook_module_exceptions`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_hook_module_exceptions` ( - `id_hook_module_exceptions` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_module` int(10) unsigned NOT NULL, - `id_hook` int(10) unsigned NOT NULL, - `file_name` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_hook_module_exceptions`), - KEY `id_module` (`id_module`), - KEY `id_hook` (`id_hook`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_hook_module_exceptions` --- - -LOCK TABLES `ps_hook_module_exceptions` WRITE; -/*!40000 ALTER TABLE `ps_hook_module_exceptions` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_hook_module_exceptions` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image` --- - -DROP TABLE IF EXISTS `ps_image`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image` ( - `id_image` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `position` smallint(2) unsigned NOT NULL DEFAULT '0', - `cover` tinyint(1) unsigned DEFAULT NULL, - PRIMARY KEY (`id_image`), - UNIQUE KEY `id_product_cover` (`id_product`,`cover`), - UNIQUE KEY `idx_product_image` (`id_image`,`id_product`,`cover`), - KEY `image_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image` --- - -LOCK TABLES `ps_image` WRITE; -/*!40000 ALTER TABLE `ps_image` DISABLE KEYS */; -INSERT INTO `ps_image` VALUES (1,1,1,1),(2,1,2,NULL),(3,3,1,1),(4,4,1,1),(5,5,1,1),(6,6,1,1),(7,7,1,1),(8,8,1,1),(9,9,1,1),(10,9,2,NULL),(11,10,1,1),(12,10,2,NULL),(13,11,1,1),(14,11,2,NULL),(15,12,1,1),(16,13,1,1),(17,14,1,1),(18,16,1,1),(19,17,1,1),(20,18,1,1),(21,2,1,1),(22,19,1,1),(23,15,1,1); -/*!40000 ALTER TABLE `ps_image` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image_lang` --- - -DROP TABLE IF EXISTS `ps_image_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image_lang` ( - `id_image` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `legend` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_image`,`id_lang`), - KEY `id_image` (`id_image`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image_lang` --- - -LOCK TABLES `ps_image_lang` WRITE; -/*!40000 ALTER TABLE `ps_image_lang` DISABLE KEYS */; -INSERT INTO `ps_image_lang` VALUES (1,1,'Hummingbird printed t-shirt'),(1,3,'Hummingbird printed t-shirt'),(1,4,'Hummingbird printed t-shirt'),(1,5,'Hummingbird printed t-shirt'),(1,6,'Hummingbird printed t-shirt'),(1,7,'Hummingbird printed t-shirt'),(1,8,'Hummingbird printed t-shirt'),(1,9,'Hummingbird printed t-shirt'),(1,10,'Hummingbird printed t-shirt'),(1,11,'Hummingbird printed t-shirt'),(1,12,'Hummingbird printed t-shirt'),(1,13,'Hummingbird printed t-shirt'),(2,1,'Hummingbird printed t-shirt'),(2,3,'Hummingbird printed t-shirt'),(2,4,'Hummingbird printed t-shirt'),(2,5,'Hummingbird printed t-shirt'),(2,6,'Hummingbird printed t-shirt'),(2,7,'Hummingbird printed t-shirt'),(2,8,'Hummingbird printed t-shirt'),(2,9,'Hummingbird printed t-shirt'),(2,10,'Hummingbird printed t-shirt'),(2,11,'Hummingbird printed t-shirt'),(2,12,'Hummingbird printed t-shirt'),(2,13,'Hummingbird printed t-shirt'),(3,1,'The best is yet to come\' Framed poster'),(3,3,'The best is yet to come\' Framed poster'),(3,4,'The best is yet to come\' Framed poster'),(3,5,'The best is yet to come\' Framed poster'),(3,6,'The best is yet to come\' Framed poster'),(3,7,'The best is yet to come\' Framed poster'),(3,8,'The best is yet to come\' Framed poster'),(3,9,'The best is yet to come\' Framed poster'),(3,10,'The best is yet to come\' Framed poster'),(3,11,'The best is yet to come\' Framed poster'),(3,12,'The best is yet to come\' Framed poster'),(3,13,'The best is yet to come\' Framed poster'),(4,1,'The adventure begins Framed poster'),(4,3,'The adventure begins Framed poster'),(4,4,'The adventure begins Framed poster'),(4,5,'The adventure begins Framed poster'),(4,6,'The adventure begins Framed poster'),(4,7,'The adventure begins Framed poster'),(4,8,'The adventure begins Framed poster'),(4,9,'The adventure begins Framed poster'),(4,10,'The adventure begins Framed poster'),(4,11,'The adventure begins Framed poster'),(4,12,'The adventure begins Framed poster'),(4,13,'The adventure begins Framed poster'),(5,1,'Today is a good day Framed poster'),(5,3,'Today is a good day Framed poster'),(5,4,'Today is a good day Framed poster'),(5,5,'Today is a good day Framed poster'),(5,6,'Today is a good day Framed poster'),(5,7,'Today is a good day Framed poster'),(5,8,'Today is a good day Framed poster'),(5,9,'Today is a good day Framed poster'),(5,10,'Today is a good day Framed poster'),(5,11,'Today is a good day Framed poster'),(5,12,'Today is a good day Framed poster'),(5,13,'Today is a good day Framed poster'),(6,1,'Mug The best is yet to come'),(6,3,'Mug The best is yet to come'),(6,4,'Mug The best is yet to come'),(6,5,'Mug The best is yet to come'),(6,6,'Mug The best is yet to come'),(6,7,'Mug The best is yet to come'),(6,8,'Mug The best is yet to come'),(6,9,'Mug The best is yet to come'),(6,10,'Mug The best is yet to come'),(6,11,'Mug The best is yet to come'),(6,12,'Mug The best is yet to come'),(6,13,'Mug The best is yet to come'),(7,1,'Mug The adventure begins'),(7,3,'Mug The adventure begins'),(7,4,'Mug The adventure begins'),(7,5,'Mug The adventure begins'),(7,6,'Mug The adventure begins'),(7,7,'Mug The adventure begins'),(7,8,'Mug The adventure begins'),(7,9,'Mug The adventure begins'),(7,10,'Mug The adventure begins'),(7,11,'Mug The adventure begins'),(7,12,'Mug The adventure begins'),(7,13,'Mug The adventure begins'),(8,1,'Mug Today is a good day'),(8,3,'Mug Today is a good day'),(8,4,'Mug Today is a good day'),(8,5,'Mug Today is a good day'),(8,6,'Mug Today is a good day'),(8,7,'Mug Today is a good day'),(8,8,'Mug Today is a good day'),(8,9,'Mug Today is a good day'),(8,10,'Mug Today is a good day'),(8,11,'Mug Today is a good day'),(8,12,'Mug Today is a good day'),(8,13,'Mug Today is a good day'),(9,1,'Mountain fox cushion'),(9,3,'Mountain fox cushion'),(9,4,'Mountain fox cushion'),(9,5,'Mountain fox cushion'),(9,6,'Mountain fox cushion'),(9,7,'Mountain fox cushion'),(9,8,'Mountain fox cushion'),(9,9,'Mountain fox cushion'),(9,10,'Mountain fox cushion'),(9,11,'Mountain fox cushion'),(9,12,'Mountain fox cushion'),(9,13,'Mountain fox cushion'),(10,1,'Mountain fox cushion'),(10,3,'Mountain fox cushion'),(10,4,'Mountain fox cushion'),(10,5,'Mountain fox cushion'),(10,6,'Mountain fox cushion'),(10,7,'Mountain fox cushion'),(10,8,'Mountain fox cushion'),(10,9,'Mountain fox cushion'),(10,10,'Mountain fox cushion'),(10,11,'Mountain fox cushion'),(10,12,'Mountain fox cushion'),(10,13,'Mountain fox cushion'),(11,1,'Brown bear cushion'),(11,3,'Brown bear cushion'),(11,4,'Brown bear cushion'),(11,5,'Brown bear cushion'),(11,6,'Brown bear cushion'),(11,7,'Brown bear cushion'),(11,8,'Brown bear cushion'),(11,9,'Brown bear cushion'),(11,10,'Brown bear cushion'),(11,11,'Brown bear cushion'),(11,12,'Brown bear cushion'),(11,13,'Brown bear cushion'),(12,1,'Brown bear cushion'),(12,3,'Brown bear cushion'),(12,4,'Brown bear cushion'),(12,5,'Brown bear cushion'),(12,6,'Brown bear cushion'),(12,7,'Brown bear cushion'),(12,8,'Brown bear cushion'),(12,9,'Brown bear cushion'),(12,10,'Brown bear cushion'),(12,11,'Brown bear cushion'),(12,12,'Brown bear cushion'),(12,13,'Brown bear cushion'),(13,1,'Hummingbird cushion'),(13,3,'Hummingbird cushion'),(13,4,'Hummingbird cushion'),(13,5,'Hummingbird cushion'),(13,6,'Hummingbird cushion'),(13,7,'Hummingbird cushion'),(13,8,'Hummingbird cushion'),(13,9,'Hummingbird cushion'),(13,10,'Hummingbird cushion'),(13,11,'Hummingbird cushion'),(13,12,'Hummingbird cushion'),(13,13,'Hummingbird cushion'),(14,1,'Hummingbird cushion'),(14,3,'Hummingbird cushion'),(14,4,'Hummingbird cushion'),(14,5,'Hummingbird cushion'),(14,6,'Hummingbird cushion'),(14,7,'Hummingbird cushion'),(14,8,'Hummingbird cushion'),(14,9,'Hummingbird cushion'),(14,10,'Hummingbird cushion'),(14,11,'Hummingbird cushion'),(14,12,'Hummingbird cushion'),(14,13,'Hummingbird cushion'),(15,1,'Mountain fox - Vector graphics'),(15,3,'Mountain fox - Vector graphics'),(15,4,'Mountain fox - Vector graphics'),(15,5,'Mountain fox - Vector graphics'),(15,6,'Mountain fox - Vector graphics'),(15,7,'Mountain fox - Vector graphics'),(15,8,'Mountain fox - Vector graphics'),(15,9,'Mountain fox - Vector graphics'),(15,10,'Mountain fox - Vector graphics'),(15,11,'Mountain fox - Vector graphics'),(15,12,'Mountain fox - Vector graphics'),(15,13,'Mountain fox - Vector graphics'),(16,1,'Brown bear - Vector graphics'),(16,3,'Brown bear - Vector graphics'),(16,4,'Brown bear - Vector graphics'),(16,5,'Brown bear - Vector graphics'),(16,6,'Brown bear - Vector graphics'),(16,7,'Brown bear - Vector graphics'),(16,8,'Brown bear - Vector graphics'),(16,9,'Brown bear - Vector graphics'),(16,10,'Brown bear - Vector graphics'),(16,11,'Brown bear - Vector graphics'),(16,12,'Brown bear - Vector graphics'),(16,13,'Brown bear - Vector graphics'),(17,1,'Hummingbird - Vector graphics'),(17,3,'Hummingbird - Vector graphics'),(17,4,'Hummingbird - Vector graphics'),(17,5,'Hummingbird - Vector graphics'),(17,6,'Hummingbird - Vector graphics'),(17,7,'Hummingbird - Vector graphics'),(17,8,'Hummingbird - Vector graphics'),(17,9,'Hummingbird - Vector graphics'),(17,10,'Hummingbird - Vector graphics'),(17,11,'Hummingbird - Vector graphics'),(17,12,'Hummingbird - Vector graphics'),(17,13,'Hummingbird - Vector graphics'),(18,1,'Mountain fox notebook'),(18,3,'Mountain fox notebook'),(18,4,'Mountain fox notebook'),(18,5,'Mountain fox notebook'),(18,6,'Mountain fox notebook'),(18,7,'Mountain fox notebook'),(18,8,'Mountain fox notebook'),(18,9,'Mountain fox notebook'),(18,10,'Mountain fox notebook'),(18,11,'Mountain fox notebook'),(18,12,'Mountain fox notebook'),(18,13,'Mountain fox notebook'),(19,1,'Mountain fox notebook'),(19,3,'Mountain fox notebook'),(19,4,'Mountain fox notebook'),(19,5,'Mountain fox notebook'),(19,6,'Mountain fox notebook'),(19,7,'Mountain fox notebook'),(19,8,'Mountain fox notebook'),(19,9,'Mountain fox notebook'),(19,10,'Mountain fox notebook'),(19,11,'Mountain fox notebook'),(19,12,'Mountain fox notebook'),(19,13,'Mountain fox notebook'),(20,1,'Mountain fox notebook'),(20,3,'Mountain fox notebook'),(20,4,'Mountain fox notebook'),(20,5,'Mountain fox notebook'),(20,6,'Mountain fox notebook'),(20,7,'Mountain fox notebook'),(20,8,'Mountain fox notebook'),(20,9,'Mountain fox notebook'),(20,10,'Mountain fox notebook'),(20,11,'Mountain fox notebook'),(20,12,'Mountain fox notebook'),(20,13,'Mountain fox notebook'),(21,1,'Brown bear printed sweater'),(21,3,'Brown bear printed sweater'),(21,4,'Brown bear printed sweater'),(21,5,'Brown bear printed sweater'),(21,6,'Brown bear printed sweater'),(21,7,'Brown bear printed sweater'),(21,8,'Brown bear printed sweater'),(21,9,'Brown bear printed sweater'),(21,10,'Brown bear printed sweater'),(21,11,'Brown bear printed sweater'),(21,12,'Brown bear printed sweater'),(21,13,'Brown bear printed sweater'),(22,1,'Customizable mug'),(22,3,'Customizable mug'),(22,4,'Customizable mug'),(22,5,'Customizable mug'),(22,6,'Customizable mug'),(22,7,'Customizable mug'),(22,8,'Customizable mug'),(22,9,'Customizable mug'),(22,10,'Customizable mug'),(22,11,'Customizable mug'),(22,12,'Customizable mug'),(22,13,'Customizable mug'),(23,1,'Pack Mug + Framed poster'),(23,3,'Pack Mug + Framed poster'),(23,4,'Pack Mug + Framed poster'),(23,5,'Pack Mug + Framed poster'),(23,6,'Pack Mug + Framed poster'),(23,7,'Pack Mug + Framed poster'),(23,8,'Pack Mug + Framed poster'),(23,9,'Pack Mug + Framed poster'),(23,10,'Pack Mug + Framed poster'),(23,11,'Pack Mug + Framed poster'),(23,12,'Pack Mug + Framed poster'),(23,13,'Pack Mug + Framed poster'); -/*!40000 ALTER TABLE `ps_image_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image_shop` --- - -DROP TABLE IF EXISTS `ps_image_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image_shop` ( - `id_product` int(10) unsigned NOT NULL, - `id_image` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `cover` tinyint(1) unsigned DEFAULT NULL, - PRIMARY KEY (`id_image`,`id_shop`), - UNIQUE KEY `id_product` (`id_product`,`id_shop`,`cover`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image_shop` --- - -LOCK TABLES `ps_image_shop` WRITE; -/*!40000 ALTER TABLE `ps_image_shop` DISABLE KEYS */; -INSERT INTO `ps_image_shop` VALUES (1,2,1,NULL),(1,1,1,1),(1,2,2,NULL),(1,1,2,1),(2,21,1,1),(2,21,2,1),(3,3,1,1),(3,3,2,1),(4,4,1,1),(4,4,2,1),(5,5,1,1),(5,5,2,1),(6,6,1,1),(6,6,2,1),(7,7,1,1),(7,7,2,1),(8,8,1,1),(8,8,2,1),(9,10,1,NULL),(9,9,1,1),(9,10,2,NULL),(9,9,2,1),(10,12,1,NULL),(10,11,1,1),(10,12,2,NULL),(10,11,2,1),(11,14,1,NULL),(11,13,1,1),(11,14,2,NULL),(11,13,2,1),(12,15,1,1),(12,15,2,1),(13,16,1,1),(13,16,2,1),(14,17,1,1),(14,17,2,1),(15,23,1,1),(15,23,2,1),(16,18,1,1),(16,18,2,1),(17,19,1,1),(17,19,2,1),(18,20,1,1),(18,20,2,1),(19,22,1,1),(19,22,2,1); -/*!40000 ALTER TABLE `ps_image_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_image_type` --- - -DROP TABLE IF EXISTS `ps_image_type`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_image_type` ( - `id_image_type` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `width` int(10) unsigned NOT NULL, - `height` int(10) unsigned NOT NULL, - `products` tinyint(1) NOT NULL DEFAULT '1', - `categories` tinyint(1) NOT NULL DEFAULT '1', - `manufacturers` tinyint(1) NOT NULL DEFAULT '1', - `suppliers` tinyint(1) NOT NULL DEFAULT '1', - `stores` tinyint(1) NOT NULL DEFAULT '1', - PRIMARY KEY (`id_image_type`), - KEY `image_type_name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_image_type` --- - -LOCK TABLES `ps_image_type` WRITE; -/*!40000 ALTER TABLE `ps_image_type` DISABLE KEYS */; -INSERT INTO `ps_image_type` VALUES (1,'cart_default',125,125,1,0,0,0,0),(2,'small_default',98,98,1,1,1,1,0),(3,'medium_default',452,452,1,0,1,1,0),(4,'home_default',250,250,1,0,0,0,0),(5,'large_default',800,800,1,0,1,1,0),(6,'category_default',141,180,0,1,0,0,0),(7,'stores_default',170,115,0,0,0,0,1); -/*!40000 ALTER TABLE `ps_image_type` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_import_match` --- - -DROP TABLE IF EXISTS `ps_import_match`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_import_match` ( - `id_import_match` int(10) NOT NULL AUTO_INCREMENT, - `name` varchar(32) NOT NULL, - `match` text NOT NULL, - `skip` int(2) NOT NULL, - PRIMARY KEY (`id_import_match`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_import_match` --- - -LOCK TABLES `ps_import_match` WRITE; -/*!40000 ALTER TABLE `ps_import_match` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_import_match` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_info` --- - -DROP TABLE IF EXISTS `ps_info`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_info` ( - `id_info` int(10) unsigned NOT NULL AUTO_INCREMENT, - PRIMARY KEY (`id_info`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_info` --- - -LOCK TABLES `ps_info` WRITE; -/*!40000 ALTER TABLE `ps_info` DISABLE KEYS */; -INSERT INTO `ps_info` VALUES (1); -/*!40000 ALTER TABLE `ps_info` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_info_lang` --- - -DROP TABLE IF EXISTS `ps_info_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_info_lang` ( - `id_info` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `text` text NOT NULL, - PRIMARY KEY (`id_info`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_info_lang` --- - -LOCK TABLES `ps_info_lang` WRITE; -/*!40000 ALTER TABLE `ps_info_lang` DISABLE KEYS */; -INSERT INTO `ps_info_lang` VALUES (1,1,1,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,1,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,3,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,3,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,4,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,4,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,5,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,5,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,6,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,6,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,7,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,7,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,8,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,8,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,9,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,9,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,10,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,10,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,11,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,11,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,12,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,12,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,1,13,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'),(1,2,13,'

Custom Text Block

\n

Lorem ipsum dolor sit amet conse ctetu

\n

Sit amet conse ctetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit.

'); -/*!40000 ALTER TABLE `ps_info_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_info_shop` --- - -DROP TABLE IF EXISTS `ps_info_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_info_shop` ( - `id_info` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_info`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_info_shop` --- - -LOCK TABLES `ps_info_shop` WRITE; -/*!40000 ALTER TABLE `ps_info_shop` DISABLE KEYS */; -INSERT INTO `ps_info_shop` VALUES (1,1),(1,2); -/*!40000 ALTER TABLE `ps_info_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_kb_checkout_behaviour_stats` --- - -DROP TABLE IF EXISTS `ps_kb_checkout_behaviour_stats`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_kb_checkout_behaviour_stats` ( - `id_kb_checkout_behaviour_stats` int(10) NOT NULL AUTO_INCREMENT, - `id_cart` int(10) NOT NULL, - `email` int(1) NOT NULL DEFAULT '0', - `firstname` int(1) NOT NULL DEFAULT '0', - `lastname` int(1) NOT NULL DEFAULT '0', - `company` int(1) NOT NULL DEFAULT '0', - `address1` int(1) NOT NULL DEFAULT '0', - `address2` int(1) NOT NULL DEFAULT '0', - `city` int(1) NOT NULL DEFAULT '0', - `id_country` int(1) NOT NULL DEFAULT '0', - `id_state` int(1) NOT NULL DEFAULT '0', - `postcode` int(1) NOT NULL DEFAULT '0', - `phone` int(1) NOT NULL DEFAULT '0', - `phone_mobile` int(1) NOT NULL DEFAULT '0', - `vat_number` int(1) NOT NULL DEFAULT '0', - `dni` int(1) NOT NULL DEFAULT '0', - `other` int(1) NOT NULL DEFAULT '0', - `alias` int(1) NOT NULL DEFAULT '0', - `shipping_method` int(1) NOT NULL DEFAULT '0', - `payment_method` int(1) NOT NULL DEFAULT '0', - `use_for_invoice` int(1) NOT NULL DEFAULT '0', - `firstname_invoice` int(1) NOT NULL DEFAULT '0', - `lastname_invoice` int(1) NOT NULL DEFAULT '0', - `company_invoice` int(1) NOT NULL DEFAULT '0', - `address1_invoice` int(1) NOT NULL DEFAULT '0', - `address2_invoice` int(1) NOT NULL DEFAULT '0', - `city_invoice` int(1) NOT NULL DEFAULT '0', - `id_country_invoice` int(1) NOT NULL DEFAULT '0', - `id_state_invoice` int(1) NOT NULL DEFAULT '0', - `postcode_invoice` int(1) NOT NULL DEFAULT '0', - `phone_invoice` int(1) NOT NULL DEFAULT '0', - `phone_mobile_invoice` int(1) NOT NULL DEFAULT '0', - `vat_number_invoice` int(1) NOT NULL DEFAULT '0', - `dni_invoice` int(1) NOT NULL DEFAULT '0', - `other_invoice` int(1) NOT NULL DEFAULT '0', - `alias_invoice` int(1) NOT NULL DEFAULT '0', - `date_add` datetime DEFAULT NULL, - `date_upd` datetime DEFAULT NULL, - PRIMARY KEY (`id_kb_checkout_behaviour_stats`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_kb_checkout_behaviour_stats` --- - -LOCK TABLES `ps_kb_checkout_behaviour_stats` WRITE; -/*!40000 ALTER TABLE `ps_kb_checkout_behaviour_stats` DISABLE KEYS */; -INSERT INTO `ps_kb_checkout_behaviour_stats` VALUES (1,1364,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,'2022-09-02 10:21:38','2022-09-02 10:21:38'),(2,1365,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,1,1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,'2022-09-02 10:23:19','2022-09-02 10:23:19'),(3,1382,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,'2022-10-17 10:14:32','2022-10-17 10:14:32'); -/*!40000 ALTER TABLE `ps_kb_checkout_behaviour_stats` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_kb_supercheckout_gift_message` --- - -DROP TABLE IF EXISTS `ps_kb_supercheckout_gift_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_kb_supercheckout_gift_message` ( - `id_gift_message` int(11) NOT NULL AUTO_INCREMENT, - `id_cart` int(11) NOT NULL, - `id_order` int(11) DEFAULT NULL, - `kb_sender` text NOT NULL, - `kb_receiver` text NOT NULL, - `kb_message` longtext NOT NULL, - `time_updated` datetime DEFAULT NULL, - `time_added` datetime DEFAULT NULL, - PRIMARY KEY (`id_gift_message`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_kb_supercheckout_gift_message` --- - -LOCK TABLES `ps_kb_supercheckout_gift_message` WRITE; -/*!40000 ALTER TABLE `ps_kb_supercheckout_gift_message` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_kb_supercheckout_gift_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_kb_supercheckout_profile_mapping` --- - -DROP TABLE IF EXISTS `ps_kb_supercheckout_profile_mapping`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_kb_supercheckout_profile_mapping` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `id_profile` int(11) NOT NULL, - `id_address` int(11) DEFAULT NULL, - `time_updated` datetime DEFAULT NULL, - `time_added` datetime DEFAULT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_kb_supercheckout_profile_mapping` --- - -LOCK TABLES `ps_kb_supercheckout_profile_mapping` WRITE; -/*!40000 ALTER TABLE `ps_kb_supercheckout_profile_mapping` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_kb_supercheckout_profile_mapping` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_lang` --- - -DROP TABLE IF EXISTS `ps_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_lang` ( - `id_lang` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(32) COLLATE utf8_unicode_ci NOT NULL, - `active` tinyint(1) NOT NULL, - `iso_code` varchar(2) COLLATE utf8_unicode_ci NOT NULL, - `language_code` varchar(5) COLLATE utf8_unicode_ci NOT NULL, - `locale` varchar(5) COLLATE utf8_unicode_ci NOT NULL, - `date_format_lite` varchar(32) COLLATE utf8_unicode_ci NOT NULL, - `date_format_full` varchar(32) COLLATE utf8_unicode_ci NOT NULL, - `is_rtl` tinyint(1) NOT NULL, - PRIMARY KEY (`id_lang`) -) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_lang` --- - -LOCK TABLES `ps_lang` WRITE; -/*!40000 ALTER TABLE `ps_lang` DISABLE KEYS */; -INSERT INTO `ps_lang` VALUES (1,'English (English)',1,'en','en-us','en-US','m/d/Y','m/d/Y H:i:s',0),(3,'Nederlands (Dutch)',1,'nl','nl-nl','nl-NL','d-m-Y','d-m-Y H:i:s',0),(4,'Français (French)',1,'fr','fr-fr','fr-FR','d/m/Y','d/m/Y H:i:s',0),(5,'Deutsch (German)',1,'de','de-de','de-DE','d.m.Y','d.m.Y H:i:s',0),(6,'Bahasa melayu (Malay)',1,'ms','ms-my','ms-MY','d MMMM yyyy','d MMMM yyyy h:mm:ss',0),(7,'中文 (Simplified Chinese)',1,'zh','zh-cn','zh-CN','Y-m-d','Y-m-d H:i:s',0),(8,'தமிழ் (Tamil)',1,'ta','ta-in','ta-IN','Y-m-d','Y-m-d H:i:s',0),(9,'Polski (Polish)',1,'pl','pl-pl','pl-PL','Y-m-d','Y-m-d H:i:s',0),(10,'Suomi (Finnish)',1,'fi','fi-fi','fi-FI','Y-m-d','Y-m-d H:i:s',0),(11,'日本語 (Japanese)',1,'ja','ja-jp','ja-JP','Y-m-d','Y-m-d H:i:s',0),(12,'English GB (English)',1,'gb','en-gb','en-GB','Y-m-d','Y-m-d H:i:s',0),(13,'Dansk (Danish)',1,'da','da-dk','da-DK','Y-m-d','Y-m-d H:i:s',0); -/*!40000 ALTER TABLE `ps_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_lang_shop` --- - -DROP TABLE IF EXISTS `ps_lang_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_lang_shop` ( - `id_lang` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - PRIMARY KEY (`id_lang`,`id_shop`), - KEY `IDX_2F43BFC7BA299860` (`id_lang`), - KEY `IDX_2F43BFC7274A50A0` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_lang_shop` --- - -LOCK TABLES `ps_lang_shop` WRITE; -/*!40000 ALTER TABLE `ps_lang_shop` DISABLE KEYS */; -INSERT INTO `ps_lang_shop` VALUES (1,1),(1,2),(2,1),(2,2),(3,1),(3,2),(4,1),(5,1),(6,1),(6,2),(7,1),(7,2),(8,1),(8,2),(9,1),(9,2),(10,1),(11,1),(12,1),(12,2),(13,1); -/*!40000 ALTER TABLE `ps_lang_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_category` --- - -DROP TABLE IF EXISTS `ps_layered_category`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_category` ( - `id_layered_category` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - `id_category` int(10) unsigned NOT NULL, - `id_value` int(10) unsigned DEFAULT '0', - `type` enum('category','id_feature','id_attribute_group','quantity','condition','manufacturer','weight','price') NOT NULL, - `position` int(10) unsigned NOT NULL, - `filter_type` int(10) unsigned NOT NULL DEFAULT '0', - `filter_show_limit` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_layered_category`), - KEY `id_category_shop` (`id_category`,`id_shop`,`type`,`id_value`,`position`), - KEY `id_category` (`id_category`,`type`) -) ENGINE=InnoDB AUTO_INCREMENT=97 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_category` --- - -LOCK TABLES `ps_layered_category` WRITE; -/*!40000 ALTER TABLE `ps_layered_category` DISABLE KEYS */; -INSERT INTO `ps_layered_category` VALUES (1,1,2,NULL,'category',1,0,0),(2,1,2,1,'id_attribute_group',2,0,0),(3,1,2,2,'id_attribute_group',3,0,0),(4,1,2,1,'id_feature',4,0,0),(5,1,2,2,'id_feature',5,0,0),(6,1,2,NULL,'quantity',6,0,0),(7,1,2,NULL,'manufacturer',7,0,0),(8,1,2,NULL,'condition',8,0,0),(9,1,2,NULL,'weight',9,0,0),(10,1,2,NULL,'price',10,0,0),(11,1,2,3,'id_attribute_group',11,0,0),(12,1,2,4,'id_attribute_group',12,0,0),(13,1,3,NULL,'category',1,0,0),(14,1,3,1,'id_attribute_group',2,0,0),(15,1,3,2,'id_attribute_group',3,0,0),(16,1,3,1,'id_feature',4,0,0),(17,1,3,2,'id_feature',5,0,0),(18,1,3,NULL,'quantity',6,0,0),(19,1,3,NULL,'manufacturer',7,0,0),(20,1,3,NULL,'condition',8,0,0),(21,1,3,NULL,'weight',9,0,0),(22,1,3,NULL,'price',10,0,0),(23,1,3,3,'id_attribute_group',11,0,0),(24,1,3,4,'id_attribute_group',12,0,0),(25,1,4,NULL,'category',1,0,0),(26,1,4,1,'id_attribute_group',2,0,0),(27,1,4,2,'id_attribute_group',3,0,0),(28,1,4,1,'id_feature',4,0,0),(29,1,4,2,'id_feature',5,0,0),(30,1,4,NULL,'quantity',6,0,0),(31,1,4,NULL,'manufacturer',7,0,0),(32,1,4,NULL,'condition',8,0,0),(33,1,4,NULL,'weight',9,0,0),(34,1,4,NULL,'price',10,0,0),(35,1,4,3,'id_attribute_group',11,0,0),(36,1,4,4,'id_attribute_group',12,0,0),(37,1,5,NULL,'category',1,0,0),(38,1,5,1,'id_attribute_group',2,0,0),(39,1,5,2,'id_attribute_group',3,0,0),(40,1,5,1,'id_feature',4,0,0),(41,1,5,2,'id_feature',5,0,0),(42,1,5,NULL,'quantity',6,0,0),(43,1,5,NULL,'manufacturer',7,0,0),(44,1,5,NULL,'condition',8,0,0),(45,1,5,NULL,'weight',9,0,0),(46,1,5,NULL,'price',10,0,0),(47,1,5,3,'id_attribute_group',11,0,0),(48,1,5,4,'id_attribute_group',12,0,0),(49,1,9,NULL,'category',1,0,0),(50,1,9,1,'id_attribute_group',2,0,0),(51,1,9,2,'id_attribute_group',3,0,0),(52,1,9,1,'id_feature',4,0,0),(53,1,9,2,'id_feature',5,0,0),(54,1,9,NULL,'quantity',6,0,0),(55,1,9,NULL,'manufacturer',7,0,0),(56,1,9,NULL,'condition',8,0,0),(57,1,9,NULL,'weight',9,0,0),(58,1,9,NULL,'price',10,0,0),(59,1,9,3,'id_attribute_group',11,0,0),(60,1,9,4,'id_attribute_group',12,0,0),(61,1,6,NULL,'category',1,0,0),(62,1,6,1,'id_attribute_group',2,0,0),(63,1,6,2,'id_attribute_group',3,0,0),(64,1,6,1,'id_feature',4,0,0),(65,1,6,2,'id_feature',5,0,0),(66,1,6,NULL,'quantity',6,0,0),(67,1,6,NULL,'manufacturer',7,0,0),(68,1,6,NULL,'condition',8,0,0),(69,1,6,NULL,'weight',9,0,0),(70,1,6,NULL,'price',10,0,0),(71,1,6,3,'id_attribute_group',11,0,0),(72,1,6,4,'id_attribute_group',12,0,0),(73,1,8,NULL,'category',1,0,0),(74,1,8,1,'id_attribute_group',2,0,0),(75,1,8,2,'id_attribute_group',3,0,0),(76,1,8,1,'id_feature',4,0,0),(77,1,8,2,'id_feature',5,0,0),(78,1,8,NULL,'quantity',6,0,0),(79,1,8,NULL,'manufacturer',7,0,0),(80,1,8,NULL,'condition',8,0,0),(81,1,8,NULL,'weight',9,0,0),(82,1,8,NULL,'price',10,0,0),(83,1,8,3,'id_attribute_group',11,0,0),(84,1,8,4,'id_attribute_group',12,0,0),(85,1,7,NULL,'category',1,0,0),(86,1,7,1,'id_attribute_group',2,0,0),(87,1,7,2,'id_attribute_group',3,0,0),(88,1,7,1,'id_feature',4,0,0),(89,1,7,2,'id_feature',5,0,0),(90,1,7,NULL,'quantity',6,0,0),(91,1,7,NULL,'manufacturer',7,0,0),(92,1,7,NULL,'condition',8,0,0),(93,1,7,NULL,'weight',9,0,0),(94,1,7,NULL,'price',10,0,0),(95,1,7,3,'id_attribute_group',11,0,0),(96,1,7,4,'id_attribute_group',12,0,0); -/*!40000 ALTER TABLE `ps_layered_category` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_filter` --- - -DROP TABLE IF EXISTS `ps_layered_filter`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_filter` ( - `id_layered_filter` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `filters` longtext, - `n_categories` int(10) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_layered_filter`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_filter` --- - -LOCK TABLES `ps_layered_filter` WRITE; -/*!40000 ALTER TABLE `ps_layered_filter` DISABLE KEYS */; -INSERT INTO `ps_layered_filter` VALUES (1,'My template 2020-11-03','a:14:{s:10:\"categories\";a:8:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;i:4;i:9;i:5;i:6;i:6;i:8;i:7;i:7;}s:9:\"shop_list\";a:1:{i:1;i:1;}s:31:\"layered_selection_subcategories\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:23:\"layered_selection_stock\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_manufacturer\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:27:\"layered_selection_condition\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:31:\"layered_selection_weight_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_price_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_3\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_4\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}}',8,'2020-11-03 14:11:39'); -/*!40000 ALTER TABLE `ps_layered_filter` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_filter_block` --- - -DROP TABLE IF EXISTS `ps_layered_filter_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_filter_block` ( - `hash` char(32) NOT NULL DEFAULT '', - `data` text, - PRIMARY KEY (`hash`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_filter_block` --- - -LOCK TABLES `ps_layered_filter_block` WRITE; -/*!40000 ALTER TABLE `ps_layered_filter_block` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_filter_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_filter_shop` --- - -DROP TABLE IF EXISTS `ps_layered_filter_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_filter_shop` ( - `id_layered_filter` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_layered_filter`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_filter_shop` --- - -LOCK TABLES `ps_layered_filter_shop` WRITE; -/*!40000 ALTER TABLE `ps_layered_filter_shop` DISABLE KEYS */; -INSERT INTO `ps_layered_filter_shop` VALUES (1,1); -/*!40000 ALTER TABLE `ps_layered_filter_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_attribute_group` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_attribute_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_attribute_group` ( - `id_attribute_group` int(11) NOT NULL, - `indexable` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_attribute_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_attribute_group` --- - -LOCK TABLES `ps_layered_indexable_attribute_group` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group` DISABLE KEYS */; -INSERT INTO `ps_layered_indexable_attribute_group` VALUES (1,1),(2,1),(3,1),(4,1); -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_attribute_group_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_attribute_group_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_attribute_group_lang_value` ( - `id_attribute_group` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_attribute_group`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_attribute_group_lang_value` --- - -LOCK TABLES `ps_layered_indexable_attribute_group_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_group_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_attribute_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_attribute_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_attribute_lang_value` ( - `id_attribute` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_attribute`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_attribute_lang_value` --- - -LOCK TABLES `ps_layered_indexable_attribute_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_attribute_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_feature` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_feature`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_feature` ( - `id_feature` int(11) NOT NULL, - `indexable` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_feature`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_feature` --- - -LOCK TABLES `ps_layered_indexable_feature` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_feature` DISABLE KEYS */; -INSERT INTO `ps_layered_indexable_feature` VALUES (1,1),(2,1); -/*!40000 ALTER TABLE `ps_layered_indexable_feature` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_feature_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_feature_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_feature_lang_value` ( - `id_feature` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) NOT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_feature`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_feature_lang_value` --- - -LOCK TABLES `ps_layered_indexable_feature_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_indexable_feature_value_lang_value` --- - -DROP TABLE IF EXISTS `ps_layered_indexable_feature_value_lang_value`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_indexable_feature_value_lang_value` ( - `id_feature_value` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `url_name` varchar(128) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_feature_value`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_indexable_feature_value_lang_value` --- - -LOCK TABLES `ps_layered_indexable_feature_value_lang_value` WRITE; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_value_lang_value` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_layered_indexable_feature_value_lang_value` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_price_index` --- - -DROP TABLE IF EXISTS `ps_layered_price_index`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_price_index` ( - `id_product` int(11) NOT NULL, - `id_currency` int(11) NOT NULL, - `id_shop` int(11) NOT NULL, - `price_min` decimal(11,5) NOT NULL, - `price_max` decimal(11,5) NOT NULL, - `id_country` int(11) NOT NULL, - PRIMARY KEY (`id_product`,`id_currency`,`id_shop`,`id_country`), - KEY `id_currency` (`id_currency`), - KEY `price_min` (`price_min`), - KEY `price_max` (`price_max`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_price_index` --- - -LOCK TABLES `ps_layered_price_index` WRITE; -/*!40000 ALTER TABLE `ps_layered_price_index` DISABLE KEYS */; -INSERT INTO `ps_layered_price_index` VALUES (1,1,1,40.00000,40.00000,1),(1,1,1,40.00000,40.00000,3),(1,1,1,40.00000,40.00000,7),(1,1,1,40.00000,40.00000,8),(1,1,1,40.00000,40.00000,13),(1,1,1,40.00000,40.00000,14),(1,1,1,40.00000,40.00000,131),(1,1,2,0.12100,0.12100,1),(1,1,2,0.12100,0.12100,3),(1,1,2,0.12100,0.12100,7),(1,1,2,0.12100,0.12100,8),(1,1,2,0.12100,0.12100,13),(1,1,2,0.12100,0.12100,14),(1,1,2,0.12100,0.12100,131),(1,2,1,39.79684,39.79684,1),(1,2,1,39.79684,39.79684,3),(1,2,1,39.79684,39.79684,7),(1,2,1,39.79684,39.79684,8),(1,2,1,39.79684,39.79684,13),(1,2,1,39.79684,39.79684,14),(1,2,1,39.79684,39.79684,131),(1,2,2,0.12039,0.12039,1),(1,2,2,0.12039,0.12039,3),(1,2,2,0.12039,0.12039,7),(1,2,2,0.12039,0.12039,8),(1,2,2,0.12039,0.12039,13),(1,2,2,0.12039,0.12039,14),(1,2,2,0.12039,0.12039,131),(1,3,1,55.79912,55.79912,1),(1,3,1,55.79912,55.79912,3),(1,3,1,55.79912,55.79912,7),(1,3,1,55.79912,55.79912,8),(1,3,1,55.79912,55.79912,13),(1,3,1,55.79912,55.79912,14),(1,3,1,55.79912,55.79912,131),(1,3,2,0.16879,0.16879,1),(1,3,2,0.16879,0.16879,3),(1,3,2,0.16879,0.16879,7),(1,3,2,0.16879,0.16879,8),(1,3,2,0.16879,0.16879,13),(1,3,2,0.16879,0.16879,14),(1,3,2,0.16879,0.16879,131),(1,4,1,188.66324,188.66324,1),(1,4,1,188.66324,188.66324,3),(1,4,1,188.66324,188.66324,7),(1,4,1,188.66324,188.66324,8),(1,4,1,188.66324,188.66324,13),(1,4,1,188.66324,188.66324,14),(1,4,1,188.66324,188.66324,131),(1,4,2,0.57071,0.57071,1),(1,4,2,0.57071,0.57071,3),(1,4,2,0.57071,0.57071,7),(1,4,2,0.57071,0.57071,8),(1,4,2,0.57071,0.57071,13),(1,4,2,0.57071,0.57071,14),(1,4,2,0.57071,0.57071,131),(1,5,1,40.00000,40.00000,1),(1,5,1,40.00000,40.00000,3),(1,5,1,40.00000,40.00000,7),(1,5,1,40.00000,40.00000,8),(1,5,1,40.00000,40.00000,13),(1,5,1,40.00000,40.00000,14),(1,5,1,40.00000,40.00000,131),(1,5,2,0.12100,0.12100,1),(1,5,2,0.12100,0.12100,3),(1,5,2,0.12100,0.12100,7),(1,5,2,0.12100,0.12100,8),(1,5,2,0.12100,0.12100,13),(1,5,2,0.12100,0.12100,14),(1,5,2,0.12100,0.12100,131),(1,6,1,5574.30190,5574.30190,1),(1,6,1,5574.30190,5574.30190,3),(1,6,1,5574.30190,5574.30190,7),(1,6,1,5574.30190,5574.30190,8),(1,6,1,5574.30190,5574.30190,13),(1,6,1,5574.30190,5574.30190,14),(1,6,1,5574.30190,5574.30190,131),(1,6,2,16.86226,16.86226,1),(1,6,2,16.86226,16.86226,3),(1,6,2,16.86226,16.86226,7),(1,6,2,16.86226,16.86226,8),(1,6,2,16.86226,16.86226,13),(1,6,2,16.86226,16.86226,14),(1,6,2,16.86226,16.86226,131),(2,1,1,3440.35120,3440.35120,1),(2,1,1,3440.35120,3440.35120,3),(2,1,1,3440.35120,3440.35120,7),(2,1,1,3440.35120,3440.35120,8),(2,1,1,3440.35120,3440.35120,13),(2,1,1,3440.35120,3440.35120,14),(2,1,1,3440.35120,3440.35120,131),(2,1,2,34.75120,34.75120,1),(2,1,2,34.75120,34.75120,3),(2,1,2,34.75120,34.75120,7),(2,1,2,34.75120,34.75120,8),(2,1,2,34.75120,34.75120,13),(2,1,2,34.75120,34.75120,14),(2,1,2,34.75120,34.75120,131),(2,2,1,3422.87766,3422.87766,1),(2,2,1,3422.87766,3422.87766,3),(2,2,1,3422.87766,3422.87766,7),(2,2,1,3422.87766,3422.87766,8),(2,2,1,3422.87766,3422.87766,13),(2,2,1,3422.87766,3422.87766,14),(2,2,1,3422.87766,3422.87766,131),(2,2,2,34.57470,34.57470,1),(2,2,2,34.57470,34.57470,3),(2,2,2,34.57470,34.57470,7),(2,2,2,34.57470,34.57470,8),(2,2,2,34.57470,34.57470,13),(2,2,2,34.57470,34.57470,14),(2,2,2,34.57470,34.57470,131),(2,3,1,4799.21424,4799.21424,1),(2,3,1,4799.21424,4799.21424,3),(2,3,1,4799.21424,4799.21424,7),(2,3,1,4799.21424,4799.21424,8),(2,3,1,4799.21424,4799.21424,13),(2,3,1,4799.21424,4799.21424,14),(2,3,1,4799.21424,4799.21424,131),(2,3,2,48.47716,48.47716,1),(2,3,2,48.47716,48.47716,3),(2,3,2,48.47716,48.47716,7),(2,3,2,48.47716,48.47716,8),(2,3,2,48.47716,48.47716,13),(2,3,2,48.47716,48.47716,14),(2,3,2,48.47716,48.47716,131),(2,4,1,16226.69510,16226.69510,1),(2,4,1,16226.69510,16226.69510,3),(2,4,1,16226.69510,16226.69510,7),(2,4,1,16226.69510,16226.69510,8),(2,4,1,16226.69510,16226.69510,13),(2,4,1,16226.69510,16226.69510,14),(2,4,1,16226.69510,16226.69510,131),(2,4,2,163.90685,163.90685,1),(2,4,2,163.90685,163.90685,3),(2,4,2,163.90685,163.90685,7),(2,4,2,163.90685,163.90685,8),(2,4,2,163.90685,163.90685,13),(2,4,2,163.90685,163.90685,14),(2,4,2,163.90685,163.90685,131),(2,5,1,3440.35120,3440.35120,1),(2,5,1,3440.35120,3440.35120,3),(2,5,1,3440.35120,3440.35120,7),(2,5,1,3440.35120,3440.35120,8),(2,5,1,3440.35120,3440.35120,13),(2,5,1,3440.35120,3440.35120,14),(2,5,1,3440.35120,3440.35120,131),(2,5,2,34.75120,34.75120,1),(2,5,2,34.75120,34.75120,3),(2,5,2,34.75120,34.75120,7),(2,5,2,34.75120,34.75120,8),(2,5,2,34.75120,34.75120,13),(2,5,2,34.75120,34.75120,14),(2,5,2,34.75120,34.75120,131),(2,6,1,479438.91091,479438.91091,1),(2,6,1,479438.91091,479438.91091,3),(2,6,1,479438.91091,479438.91091,7),(2,6,1,479438.91091,479438.91091,8),(2,6,1,479438.91091,479438.91091,13),(2,6,1,479438.91091,479438.91091,14),(2,6,1,479438.91091,479438.91091,131),(2,6,2,4842.84206,4842.84206,1),(2,6,2,4842.84206,4842.84206,3),(2,6,2,4842.84206,4842.84206,7),(2,6,2,4842.84206,4842.84206,8),(2,6,2,4842.84206,4842.84206,13),(2,6,2,4842.84206,4842.84206,14),(2,6,2,4842.84206,4842.84206,131),(3,1,1,34.51000,34.51000,1),(3,1,1,35.09000,35.09000,3),(3,1,1,35.96000,35.96000,7),(3,1,1,34.80000,34.80000,8),(3,1,1,35.09000,35.09000,13),(3,1,1,35.67000,35.67000,14),(3,1,1,36.25000,36.25000,20),(3,1,1,35.09000,35.09000,131),(3,1,2,35.09000,35.09000,1),(3,1,2,35.09000,35.09000,3),(3,1,2,35.09000,35.09000,7),(3,1,2,35.09000,35.09000,8),(3,1,2,35.09000,35.09000,13),(3,1,2,35.09000,35.09000,14),(3,1,2,35.09000,35.09000,20),(3,1,2,35.09000,35.09000,131),(3,2,1,35.38490,35.38490,1),(3,2,1,35.97960,35.97960,3),(3,2,1,36.87166,36.87166,7),(3,2,1,35.68225,35.68225,8),(3,2,1,35.97960,35.97960,13),(3,2,1,36.57431,36.57431,14),(3,2,1,37.16901,37.16901,20),(3,2,1,35.97960,35.97960,131),(3,2,2,35.97960,35.97960,1),(3,2,2,35.97960,35.97960,3),(3,2,2,35.97960,35.97960,7),(3,2,2,35.97960,35.97960,8),(3,2,2,35.97960,35.97960,13),(3,2,2,35.97960,35.97960,14),(3,2,2,35.97960,35.97960,20),(3,2,2,35.97960,35.97960,131),(3,3,1,48.85750,48.85750,1),(3,3,1,49.67863,49.67863,3),(3,3,1,50.91033,50.91033,7),(3,3,1,49.26807,49.26807,8),(3,3,1,49.67863,49.67863,13),(3,3,1,50.49977,50.49977,14),(3,3,1,51.32090,51.32090,20),(3,3,1,49.67863,49.67863,131),(3,3,2,49.67863,49.67863,1),(3,3,2,49.67863,49.67863,3),(3,3,2,49.67863,49.67863,7),(3,3,2,49.67863,49.67863,8),(3,3,2,49.67863,49.67863,13),(3,3,2,49.67863,49.67863,14),(3,3,2,49.67863,49.67863,20),(3,3,2,49.67863,49.67863,131),(3,4,1,162.10569,162.10569,1),(3,4,1,164.83015,164.83015,3),(3,4,1,168.91685,168.91685,7),(3,4,1,163.46792,163.46792,8),(3,4,1,164.83015,164.83015,13),(3,4,1,167.55462,167.55462,14),(3,4,1,170.27908,170.27908,20),(3,4,1,164.83015,164.83015,131),(3,4,2,164.83015,164.83015,1),(3,4,2,164.83015,164.83015,3),(3,4,2,164.83015,164.83015,7),(3,4,2,164.83015,164.83015,8),(3,4,2,164.83015,164.83015,13),(3,4,2,164.83015,164.83015,14),(3,4,2,164.83015,164.83015,20),(3,4,2,164.83015,164.83015,131),(3,5,1,34.51000,34.51000,1),(3,5,1,35.09000,35.09000,3),(3,5,1,35.96000,35.96000,7),(3,5,1,34.80000,34.80000,8),(3,5,1,35.09000,35.09000,13),(3,5,1,35.67000,35.67000,14),(3,5,1,36.25000,36.25000,20),(3,5,1,35.09000,35.09000,131),(3,5,2,35.09000,35.09000,1),(3,5,2,35.09000,35.09000,3),(3,5,2,35.09000,35.09000,7),(3,5,2,35.09000,35.09000,8),(3,5,2,35.09000,35.09000,13),(3,5,2,35.09000,35.09000,14),(3,5,2,35.09000,35.09000,20),(3,5,2,35.09000,35.09000,131),(3,6,1,5023.84201,5023.84201,1),(3,6,1,5108.27633,5108.27633,3),(3,6,1,5234.92781,5234.92781,7),(3,6,1,5066.05917,5066.05917,8),(3,6,1,5108.27633,5108.27633,13),(3,6,1,5192.71065,5192.71065,14),(3,6,1,5277.14497,5277.14497,20),(3,6,1,5108.27633,5108.27633,131),(3,6,2,5108.27633,5108.27633,1),(3,6,2,5108.27633,5108.27633,3),(3,6,2,5108.27633,5108.27633,7),(3,6,2,5108.27633,5108.27633,8),(3,6,2,5108.27633,5108.27633,13),(3,6,2,5108.27633,5108.27633,14),(3,6,2,5108.27633,5108.27633,20),(3,6,2,5108.27633,5108.27633,131),(3,7,1,256.67068,256.67068,1),(3,7,1,260.98447,260.98447,3),(3,7,1,267.45516,267.45516,7),(3,7,1,258.82758,258.82758,8),(3,7,1,260.98447,260.98447,13),(3,7,1,265.29826,265.29826,14),(3,7,1,269.61206,269.61206,20),(3,7,1,260.98447,260.98447,131),(3,7,2,260.98447,260.98447,1),(3,7,2,260.98447,260.98447,3),(3,7,2,260.98447,260.98447,7),(3,7,2,260.98447,260.98447,8),(3,7,2,260.98447,260.98447,13),(3,7,2,260.98447,260.98447,14),(3,7,2,260.98447,260.98447,20),(3,7,2,260.98447,260.98447,131),(4,1,1,0.01000,0.01000,1),(4,1,1,0.01000,0.01000,3),(4,1,1,0.01000,0.01000,7),(4,1,1,0.01000,0.01000,8),(4,1,1,0.01000,0.01000,13),(4,1,1,0.01000,0.01000,14),(4,1,1,0.01000,0.01000,131),(4,1,2,35.09000,35.09000,1),(4,1,2,35.09000,35.09000,3),(4,1,2,35.09000,35.09000,7),(4,1,2,35.09000,35.09000,8),(4,1,2,35.09000,35.09000,13),(4,1,2,35.09000,35.09000,14),(4,1,2,35.09000,35.09000,131),(4,2,1,0.01171,0.01171,1),(4,2,1,0.01171,0.01171,3),(4,2,1,0.01171,0.01171,7),(4,2,1,0.01171,0.01171,8),(4,2,1,0.01171,0.01171,13),(4,2,1,0.01171,0.01171,14),(4,2,1,0.01171,0.01171,131),(4,2,2,41.10608,41.10608,1),(4,2,2,41.10608,41.10608,3),(4,2,2,41.10608,41.10608,7),(4,2,2,41.10608,41.10608,8),(4,2,2,41.10608,41.10608,13),(4,2,2,41.10608,41.10608,14),(4,2,2,41.10608,41.10608,131),(4,3,1,0.01594,0.01594,1),(4,3,1,0.01594,0.01594,3),(4,3,1,0.01594,0.01594,7),(4,3,1,0.01594,0.01594,8),(4,3,1,0.01594,0.01594,13),(4,3,1,0.01594,0.01594,14),(4,3,1,0.01594,0.01594,131),(4,3,2,55.92458,55.92458,1),(4,3,2,55.92458,55.92458,3),(4,3,2,55.92458,55.92458,7),(4,3,2,55.92458,55.92458,8),(4,3,2,55.92458,55.92458,13),(4,3,2,55.92458,55.92458,14),(4,3,2,55.92458,55.92458,131),(4,4,1,0.04557,0.04557,1),(4,4,1,0.04557,0.04557,3),(4,4,1,0.04557,0.04557,7),(4,4,1,0.04557,0.04557,8),(4,4,1,0.04557,0.04557,13),(4,4,1,0.04557,0.04557,14),(4,4,1,0.04557,0.04557,131),(4,4,2,159.91271,159.91271,1),(4,4,2,159.91271,159.91271,3),(4,4,2,159.91271,159.91271,7),(4,4,2,159.91271,159.91271,8),(4,4,2,159.91271,159.91271,13),(4,4,2,159.91271,159.91271,14),(4,4,2,159.91271,159.91271,131),(4,5,1,0.01000,0.01000,1),(4,5,1,0.01000,0.01000,3),(4,5,1,0.01000,0.01000,7),(4,5,1,0.01000,0.01000,8),(4,5,1,0.01000,0.01000,13),(4,5,1,0.01000,0.01000,14),(4,5,1,0.01000,0.01000,131),(4,5,2,35.09000,35.09000,1),(4,5,2,35.09000,35.09000,3),(4,5,2,35.09000,35.09000,7),(4,5,2,35.09000,35.09000,8),(4,5,2,35.09000,35.09000,13),(4,5,2,35.09000,35.09000,14),(4,5,2,35.09000,35.09000,131),(4,6,1,1.28617,1.28617,1),(4,6,1,1.28617,1.28617,3),(4,6,1,1.28617,1.28617,7),(4,6,1,1.28617,1.28617,8),(4,6,1,1.28617,1.28617,13),(4,6,1,1.28617,1.28617,14),(4,6,1,1.28617,1.28617,131),(4,6,2,4513.40714,4513.40714,1),(4,6,2,4513.40714,4513.40714,3),(4,6,2,4513.40714,4513.40714,7),(4,6,2,4513.40714,4513.40714,8),(4,6,2,4513.40714,4513.40714,13),(4,6,2,4513.40714,4513.40714,14),(4,6,2,4513.40714,4513.40714,131),(5,1,1,0.00983,0.00983,1),(5,1,1,0.01000,0.01000,3),(5,1,1,0.01025,0.01025,7),(5,1,1,0.00992,0.00992,8),(5,1,1,0.01000,0.01000,13),(5,1,1,0.01016,0.01016,14),(5,1,1,0.01000,0.01000,131),(5,1,2,1.16000,1.16000,1),(5,1,2,1.16000,1.16000,3),(5,1,2,1.16000,1.16000,7),(5,1,2,1.16000,1.16000,8),(5,1,2,1.16000,1.16000,13),(5,1,2,1.16000,1.16000,14),(5,1,2,1.16000,1.16000,131),(5,2,1,0.01086,0.01086,1),(5,2,1,0.01104,0.01104,3),(5,2,1,0.01132,0.01132,7),(5,2,1,0.01095,0.01095,8),(5,2,1,0.01104,0.01104,13),(5,2,1,0.01122,0.01122,14),(5,2,1,0.01104,0.01104,131),(5,2,2,1.28092,1.28092,1),(5,2,2,1.28092,1.28092,3),(5,2,2,1.28092,1.28092,7),(5,2,2,1.28092,1.28092,8),(5,2,2,1.28092,1.28092,13),(5,2,2,1.28092,1.28092,14),(5,2,2,1.28092,1.28092,131),(5,3,1,0.01474,0.01474,1),(5,3,1,0.01499,0.01499,3),(5,3,1,0.01536,0.01536,7),(5,3,1,0.01486,0.01486,8),(5,3,1,0.01499,0.01499,13),(5,3,1,0.01524,0.01524,14),(5,3,1,0.01499,0.01499,131),(5,3,2,1.73872,1.73872,1),(5,3,2,1.73872,1.73872,3),(5,3,2,1.73872,1.73872,7),(5,3,2,1.73872,1.73872,8),(5,3,2,1.73872,1.73872,13),(5,3,2,1.73872,1.73872,14),(5,3,2,1.73872,1.73872,131),(5,4,1,0.04567,0.04567,1),(5,4,1,0.04643,0.04643,3),(5,4,1,0.04758,0.04758,7),(5,4,1,0.04605,0.04605,8),(5,4,1,0.04643,0.04643,13),(5,4,1,0.04720,0.04720,14),(5,4,1,0.04643,0.04643,131),(5,4,2,5.38652,5.38652,1),(5,4,2,5.38652,5.38652,3),(5,4,2,5.38652,5.38652,7),(5,4,2,5.38652,5.38652,8),(5,4,2,5.38652,5.38652,13),(5,4,2,5.38652,5.38652,14),(5,4,2,5.38652,5.38652,131),(5,5,1,0.00983,0.00983,1),(5,5,1,0.01000,0.01000,3),(5,5,1,0.01025,0.01025,7),(5,5,1,0.00992,0.00992,8),(5,5,1,0.01000,0.01000,13),(5,5,1,0.01016,0.01016,14),(5,5,1,0.01000,0.01000,131),(5,5,2,1.16000,1.16000,1),(5,5,2,1.16000,1.16000,3),(5,5,2,1.16000,1.16000,7),(5,5,2,1.16000,1.16000,8),(5,5,2,1.16000,1.16000,13),(5,5,2,1.16000,1.16000,14),(5,5,2,1.16000,1.16000,131),(5,6,1,1.33162,1.33162,1),(5,6,1,1.35400,1.35400,3),(5,6,1,1.38757,1.38757,7),(5,6,1,1.34281,1.34281,8),(5,6,1,1.35400,1.35400,13),(5,6,1,1.37638,1.37638,14),(5,6,1,1.35400,1.35400,131),(5,6,2,157.07298,157.07298,1),(5,6,2,157.07298,157.07298,3),(5,6,2,157.07298,157.07298,7),(5,6,2,157.07298,157.07298,8),(5,6,2,157.07298,157.07298,13),(5,6,2,157.07298,157.07298,14),(5,6,2,157.07298,157.07298,131),(6,1,1,1.95000,1.95000,13),(6,1,1,1.95000,1.95000,131),(6,1,2,1.95000,1.95000,13),(6,1,2,1.95000,1.95000,131),(6,2,1,1.95000,1.95000,13),(6,2,1,1.95000,1.95000,131),(6,2,2,1.95000,1.95000,13),(6,2,2,1.95000,1.95000,131),(7,1,1,1.95000,1.95000,13),(7,1,1,1.95000,1.95000,131),(7,1,2,1.95000,1.95000,13),(7,1,2,1.95000,1.95000,131),(7,2,1,1.95000,1.95000,13),(7,2,1,1.95000,1.95000,131),(7,2,2,1.95000,1.95000,13),(7,2,2,1.95000,1.95000,131),(8,1,1,1.95000,1.95000,13),(8,1,1,1.95000,1.95000,131),(8,1,2,1.95000,1.95000,13),(8,1,2,1.95000,1.95000,131),(8,2,1,1.95000,1.95000,13),(8,2,1,1.95000,1.95000,131),(8,2,2,1.95000,1.95000,13),(8,2,2,1.95000,1.95000,131),(9,1,1,2.50000,2.50000,13),(9,1,1,2.50000,2.50000,131),(9,1,2,2.50000,2.50000,13),(9,1,2,2.50000,2.50000,131),(9,2,1,2.50000,2.50000,13),(9,2,1,2.50000,2.50000,131),(9,2,2,2.50000,2.50000,13),(9,2,2,2.50000,2.50000,131),(10,1,1,1.93600,1.93600,1),(10,1,1,1.93600,1.93600,3),(10,1,1,1.93600,1.93600,7),(10,1,1,1.93600,1.93600,8),(10,1,1,1.93600,1.93600,13),(10,1,1,1.93600,1.93600,14),(10,1,1,1.93600,1.93600,131),(10,1,2,2.25000,2.25000,1),(10,1,2,2.25000,2.25000,3),(10,1,2,2.25000,2.25000,7),(10,1,2,2.25000,2.25000,8),(10,1,2,2.25000,2.25000,13),(10,1,2,2.25000,2.25000,14),(10,1,2,2.25000,2.25000,131),(10,2,1,2.26792,2.26792,1),(10,2,1,2.26792,2.26792,3),(10,2,1,2.26792,2.26792,7),(10,2,1,2.26792,2.26792,8),(10,2,1,2.26792,2.26792,13),(10,2,1,2.26792,2.26792,14),(10,2,1,2.26792,2.26792,131),(10,2,2,2.63576,2.63576,1),(10,2,2,2.63576,2.63576,3),(10,2,2,2.63576,2.63576,7),(10,2,2,2.63576,2.63576,8),(10,2,2,2.63576,2.63576,13),(10,2,2,2.63576,2.63576,14),(10,2,2,2.63576,2.63576,131),(10,3,1,3.08549,3.08549,1),(10,3,1,3.08549,3.08549,3),(10,3,1,3.08549,3.08549,7),(10,3,1,3.08549,3.08549,8),(10,3,1,3.08549,3.08549,13),(10,3,1,3.08549,3.08549,14),(10,3,1,3.08549,3.08549,131),(10,3,2,3.58593,3.58593,1),(10,3,2,3.58593,3.58593,3),(10,3,2,3.58593,3.58593,7),(10,3,2,3.58593,3.58593,8),(10,3,2,3.58593,3.58593,13),(10,3,2,3.58593,3.58593,14),(10,3,2,3.58593,3.58593,131),(10,4,1,8.82277,8.82277,1),(10,4,1,8.82277,8.82277,3),(10,4,1,8.82277,8.82277,7),(10,4,1,8.82277,8.82277,8),(10,4,1,8.82277,8.82277,13),(10,4,1,8.82277,8.82277,14),(10,4,1,8.82277,8.82277,131),(10,4,2,10.25373,10.25373,1),(10,4,2,10.25373,10.25373,3),(10,4,2,10.25373,10.25373,7),(10,4,2,10.25373,10.25373,8),(10,4,2,10.25373,10.25373,13),(10,4,2,10.25373,10.25373,14),(10,4,2,10.25373,10.25373,131),(10,5,1,1.93600,1.93600,1),(10,5,1,1.93600,1.93600,3),(10,5,1,1.93600,1.93600,7),(10,5,1,1.93600,1.93600,8),(10,5,1,1.93600,1.93600,13),(10,5,1,1.93600,1.93600,14),(10,5,1,1.93600,1.93600,131),(10,5,2,2.25000,2.25000,1),(10,5,2,2.25000,2.25000,3),(10,5,2,2.25000,2.25000,7),(10,5,2,2.25000,2.25000,8),(10,5,2,2.25000,2.25000,13),(10,5,2,2.25000,2.25000,14),(10,5,2,2.25000,2.25000,131),(10,6,1,249.01557,249.01557,1),(10,6,1,249.01557,249.01557,3),(10,6,1,249.01557,249.01557,7),(10,6,1,249.01557,249.01557,8),(10,6,1,249.01557,249.01557,13),(10,6,1,249.01557,249.01557,14),(10,6,1,249.01557,249.01557,131),(10,6,2,289.40340,289.40340,1),(10,6,2,289.40340,289.40340,3),(10,6,2,289.40340,289.40340,7),(10,6,2,289.40340,289.40340,8),(10,6,2,289.40340,289.40340,13),(10,6,2,289.40340,289.40340,14),(10,6,2,289.40340,289.40340,131),(11,1,1,6.89700,6.89700,1),(11,1,1,6.89700,6.89700,3),(11,1,1,6.89700,6.89700,7),(11,1,1,6.89700,6.89700,8),(11,1,1,6.89700,6.89700,13),(11,1,1,6.89700,6.89700,14),(11,1,1,6.89700,6.89700,131),(11,1,2,2.25000,2.25000,1),(11,1,2,2.25000,2.25000,3),(11,1,2,2.25000,2.25000,7),(11,1,2,2.25000,2.25000,8),(11,1,2,2.25000,2.25000,13),(11,1,2,2.25000,2.25000,14),(11,1,2,2.25000,2.25000,131),(11,2,1,8.07947,8.07947,1),(11,2,1,8.07947,8.07947,3),(11,2,1,8.07947,8.07947,7),(11,2,1,8.07947,8.07947,8),(11,2,1,8.07947,8.07947,13),(11,2,1,8.07947,8.07947,14),(11,2,1,8.07947,8.07947,131),(11,2,2,2.63576,2.63576,1),(11,2,2,2.63576,2.63576,3),(11,2,2,2.63576,2.63576,7),(11,2,2,2.63576,2.63576,8),(11,2,2,2.63576,2.63576,13),(11,2,2,2.63576,2.63576,14),(11,2,2,2.63576,2.63576,131),(11,3,1,10.99207,10.99207,1),(11,3,1,10.99207,10.99207,3),(11,3,1,10.99207,10.99207,7),(11,3,1,10.99207,10.99207,8),(11,3,1,10.99207,10.99207,13),(11,3,1,10.99207,10.99207,14),(11,3,1,10.99207,10.99207,131),(11,3,2,3.58593,3.58593,1),(11,3,2,3.58593,3.58593,3),(11,3,2,3.58593,3.58593,7),(11,3,2,3.58593,3.58593,8),(11,3,2,3.58593,3.58593,13),(11,3,2,3.58593,3.58593,14),(11,3,2,3.58593,3.58593,131),(11,4,1,31.43112,31.43112,1),(11,4,1,31.43112,31.43112,3),(11,4,1,31.43112,31.43112,7),(11,4,1,31.43112,31.43112,8),(11,4,1,31.43112,31.43112,13),(11,4,1,31.43112,31.43112,14),(11,4,1,31.43112,31.43112,131),(11,4,2,10.25373,10.25373,1),(11,4,2,10.25373,10.25373,3),(11,4,2,10.25373,10.25373,7),(11,4,2,10.25373,10.25373,8),(11,4,2,10.25373,10.25373,13),(11,4,2,10.25373,10.25373,14),(11,4,2,10.25373,10.25373,131),(11,5,1,6.89700,6.89700,1),(11,5,1,6.89700,6.89700,3),(11,5,1,6.89700,6.89700,7),(11,5,1,6.89700,6.89700,8),(11,5,1,6.89700,6.89700,13),(11,5,1,6.89700,6.89700,14),(11,5,1,6.89700,6.89700,131),(11,5,2,2.25000,2.25000,1),(11,5,2,2.25000,2.25000,3),(11,5,2,2.25000,2.25000,7),(11,5,2,2.25000,2.25000,8),(11,5,2,2.25000,2.25000,13),(11,5,2,2.25000,2.25000,14),(11,5,2,2.25000,2.25000,131),(11,6,1,887.11796,887.11796,1),(11,6,1,887.11796,887.11796,3),(11,6,1,887.11796,887.11796,7),(11,6,1,887.11796,887.11796,8),(11,6,1,887.11796,887.11796,13),(11,6,1,887.11796,887.11796,14),(11,6,1,887.11796,887.11796,131),(11,6,2,289.40340,289.40340,1),(11,6,2,289.40340,289.40340,3),(11,6,2,289.40340,289.40340,7),(11,6,2,289.40340,289.40340,8),(11,6,2,289.40340,289.40340,13),(11,6,2,289.40340,289.40340,14),(11,6,2,289.40340,289.40340,131),(12,1,1,2.26000,2.26000,13),(12,1,1,2.26000,2.26000,131),(12,1,2,2.26000,2.26000,13),(12,1,2,2.26000,2.26000,131),(12,2,1,2.26000,2.26000,13),(12,2,1,2.26000,2.26000,131),(12,2,2,2.26000,2.26000,13),(12,2,2,2.26000,2.26000,131),(13,1,1,10.89000,10.89000,131),(14,1,1,10.89000,10.89000,1),(14,1,1,10.89000,10.89000,3),(14,1,1,10.89000,10.89000,13),(14,1,1,10.89000,10.89000,14),(14,1,1,10.89000,10.89000,131),(14,1,2,10.89000,10.89000,1),(14,1,2,10.89000,10.89000,3),(14,1,2,10.89000,10.89000,13),(14,1,2,10.89000,10.89000,14),(14,1,2,10.89000,10.89000,131),(14,2,1,13.05200,13.05200,1),(14,2,1,13.05200,13.05200,3),(14,2,1,13.05200,13.05200,13),(14,2,1,13.05200,13.05200,14),(14,2,1,13.05200,13.05200,131),(14,2,2,13.05200,13.05200,1),(14,2,2,13.05200,13.05200,3),(14,2,2,13.05200,13.05200,13),(14,2,2,13.05200,13.05200,14),(14,2,2,13.05200,13.05200,131),(14,3,1,17.48713,17.48713,1),(14,3,1,17.48713,17.48713,3),(14,3,1,17.48713,17.48713,13),(14,3,1,17.48713,17.48713,14),(14,3,1,17.48713,17.48713,131),(14,3,2,17.48713,17.48713,1),(14,3,2,17.48713,17.48713,3),(14,3,2,17.48713,17.48713,13),(14,3,2,17.48713,17.48713,14),(14,3,2,17.48713,17.48713,131),(14,4,1,50.06669,50.06669,1),(14,4,1,50.06669,50.06669,3),(14,4,1,50.06669,50.06669,13),(14,4,1,50.06669,50.06669,14),(14,4,1,50.06669,50.06669,131),(14,4,2,50.06669,50.06669,1),(14,4,2,50.06669,50.06669,3),(14,4,2,50.06669,50.06669,13),(14,4,2,50.06669,50.06669,14),(14,4,2,50.06669,50.06669,131),(14,5,1,10.89000,10.89000,1),(14,5,1,10.89000,10.89000,3),(14,5,1,10.89000,10.89000,13),(14,5,1,10.89000,10.89000,14),(14,5,1,10.89000,10.89000,131),(14,5,2,10.89000,10.89000,1),(14,5,2,10.89000,10.89000,3),(14,5,2,10.89000,10.89000,13),(14,5,2,10.89000,10.89000,14),(14,5,2,10.89000,10.89000,131),(15,1,1,42.35000,42.35000,131),(16,1,1,15.60900,15.60900,131),(17,1,1,15.60900,15.60900,131),(18,1,1,15.60900,15.60900,131),(19,1,1,9680.00000,9680.00000,13),(19,1,1,9680.00000,9680.00000,131),(19,2,1,9680.00000,9680.00000,13),(19,2,1,9680.00000,9680.00000,131),(20,1,1,0.00000,0.00000,1),(20,1,1,0.00000,0.00000,3),(20,1,1,0.00000,0.00000,7),(20,1,1,0.00000,0.00000,13),(20,1,1,0.00000,0.00000,14),(20,1,1,0.00000,0.00000,131),(20,1,2,0.00000,0.00000,131),(20,2,1,0.00000,0.00000,1),(20,2,1,0.00000,0.00000,3),(20,2,1,0.00000,0.00000,7),(20,2,1,0.00000,0.00000,13),(20,2,1,0.00000,0.00000,14),(20,2,1,0.00000,0.00000,131),(20,2,2,0.00000,0.00000,131),(20,3,1,0.00000,0.00000,1),(20,3,1,0.00000,0.00000,3),(20,3,1,0.00000,0.00000,7),(20,3,1,0.00000,0.00000,13),(20,3,1,0.00000,0.00000,14),(20,3,1,0.00000,0.00000,131),(20,3,2,0.00000,0.00000,131),(20,4,1,0.00000,0.00000,1),(20,4,1,0.00000,0.00000,3),(20,4,1,0.00000,0.00000,7),(20,4,1,0.00000,0.00000,13),(20,4,1,0.00000,0.00000,14),(20,4,1,0.00000,0.00000,131),(20,4,2,0.00000,0.00000,131),(20,5,1,0.00000,0.00000,1),(20,5,1,0.00000,0.00000,3),(20,5,1,0.00000,0.00000,7),(20,5,1,0.00000,0.00000,13),(20,5,1,0.00000,0.00000,14),(20,5,1,0.00000,0.00000,131),(20,5,2,0.00000,0.00000,131),(21,1,1,6.05000,6.05000,1),(21,1,1,6.05000,6.05000,3),(21,1,1,6.05000,6.05000,7),(21,1,1,6.05000,6.05000,8),(21,1,1,6.05000,6.05000,13),(21,1,1,6.05000,6.05000,14),(21,1,1,6.05000,6.05000,131),(21,1,2,6.05000,6.05000,1),(21,1,2,6.05000,6.05000,3),(21,1,2,6.05000,6.05000,7),(21,1,2,6.05000,6.05000,8),(21,1,2,6.05000,6.05000,13),(21,1,2,6.05000,6.05000,14),(21,1,2,6.05000,6.05000,131),(21,2,1,7.08725,7.08725,1),(21,2,1,7.08725,7.08725,3),(21,2,1,7.08725,7.08725,7),(21,2,1,7.08725,7.08725,8),(21,2,1,7.08725,7.08725,13),(21,2,1,7.08725,7.08725,14),(21,2,1,7.08725,7.08725,131),(21,2,2,7.08725,7.08725,1),(21,2,2,7.08725,7.08725,3),(21,2,2,7.08725,7.08725,7),(21,2,2,7.08725,7.08725,8),(21,2,2,7.08725,7.08725,13),(21,2,2,7.08725,7.08725,14),(21,2,2,7.08725,7.08725,131),(21,3,1,9.64217,9.64217,1),(21,3,1,9.64217,9.64217,3),(21,3,1,9.64217,9.64217,7),(21,3,1,9.64217,9.64217,8),(21,3,1,9.64217,9.64217,13),(21,3,1,9.64217,9.64217,14),(21,3,1,9.64217,9.64217,131),(21,3,2,9.64217,9.64217,1),(21,3,2,9.64217,9.64217,3),(21,3,2,9.64217,9.64217,7),(21,3,2,9.64217,9.64217,8),(21,3,2,9.64217,9.64217,13),(21,3,2,9.64217,9.64217,14),(21,3,2,9.64217,9.64217,131),(21,4,1,27.57116,27.57116,1),(21,4,1,27.57116,27.57116,3),(21,4,1,27.57116,27.57116,7),(21,4,1,27.57116,27.57116,8),(21,4,1,27.57116,27.57116,13),(21,4,1,27.57116,27.57116,14),(21,4,1,27.57116,27.57116,131),(21,4,2,27.57116,27.57116,1),(21,4,2,27.57116,27.57116,3),(21,4,2,27.57116,27.57116,7),(21,4,2,27.57116,27.57116,8),(21,4,2,27.57116,27.57116,13),(21,4,2,27.57116,27.57116,14),(21,4,2,27.57116,27.57116,131),(21,5,1,6.05000,6.05000,1),(21,5,1,6.05000,6.05000,3),(21,5,1,6.05000,6.05000,7),(21,5,1,6.05000,6.05000,8),(21,5,1,6.05000,6.05000,13),(21,5,1,6.05000,6.05000,14),(21,5,1,6.05000,6.05000,131),(21,5,2,6.05000,6.05000,1),(21,5,2,6.05000,6.05000,3),(21,5,2,6.05000,6.05000,7),(21,5,2,6.05000,6.05000,8),(21,5,2,6.05000,6.05000,13),(21,5,2,6.05000,6.05000,14),(21,5,2,6.05000,6.05000,131),(21,6,1,778.17365,778.17365,1),(21,6,1,778.17365,778.17365,3),(21,6,1,778.17365,778.17365,7),(21,6,1,778.17365,778.17365,8),(21,6,1,778.17365,778.17365,13),(21,6,1,778.17365,778.17365,14),(21,6,1,778.17365,778.17365,131),(21,6,2,778.17365,778.17365,1),(21,6,2,778.17365,778.17365,3),(21,6,2,778.17365,778.17365,7),(21,6,2,778.17365,778.17365,8),(21,6,2,778.17365,778.17365,13),(21,6,2,778.17365,778.17365,14),(21,6,2,778.17365,778.17365,131); -/*!40000 ALTER TABLE `ps_layered_price_index` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_layered_product_attribute` --- - -DROP TABLE IF EXISTS `ps_layered_product_attribute`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_layered_product_attribute` ( - `id_attribute` int(10) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_attribute_group` int(10) unsigned NOT NULL DEFAULT '0', - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_attribute`,`id_product`,`id_shop`), - UNIQUE KEY `id_attribute_group` (`id_attribute_group`,`id_attribute`,`id_product`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_layered_product_attribute` --- - -LOCK TABLES `ps_layered_product_attribute` WRITE; -/*!40000 ALTER TABLE `ps_layered_product_attribute` DISABLE KEYS */; -INSERT INTO `ps_layered_product_attribute` VALUES (1,1,1,1),(1,2,1,1),(2,1,1,1),(2,2,1,1),(3,1,1,1),(3,2,1,1),(4,1,1,1),(4,2,1,1),(5,2,2,1),(6,2,2,1),(7,2,2,1),(8,1,2,1),(8,2,2,1),(8,9,2,1),(8,9,2,2),(8,10,2,1),(8,11,2,1),(9,2,2,1),(10,2,2,1),(10,21,2,1),(10,21,2,2),(11,1,2,1),(11,2,2,1),(11,9,2,1),(11,9,2,2),(11,10,2,1),(11,11,2,1),(12,2,2,1),(13,2,2,1),(14,2,2,1),(15,2,2,1),(16,2,2,1),(17,2,2,1),(18,2,2,1),(19,3,3,1),(19,4,3,1),(19,5,3,1),(20,3,3,1),(20,4,3,1),(20,5,3,1),(21,3,3,1),(21,4,3,1),(21,5,3,1),(22,16,4,1),(22,17,4,1),(22,18,4,1),(23,16,4,1),(23,17,4,1),(23,18,4,1),(24,16,4,1),(24,17,4,1),(24,18,4,1),(25,16,4,1),(25,17,4,1),(25,18,4,1),(38,3,10,1),(39,3,10,1),(40,3,10,1),(41,3,10,1); -/*!40000 ALTER TABLE `ps_layered_product_attribute` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_link_block` --- - -DROP TABLE IF EXISTS `ps_link_block`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_link_block` ( - `id_link_block` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_hook` int(1) unsigned DEFAULT NULL, - `position` int(10) unsigned NOT NULL DEFAULT '0', - `content` text, - PRIMARY KEY (`id_link_block`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_link_block` --- - -LOCK TABLES `ps_link_block` WRITE; -/*!40000 ALTER TABLE `ps_link_block` DISABLE KEYS */; -INSERT INTO `ps_link_block` VALUES (1,35,0,'{\"cms\":[false],\"product\":[\"prices-drop\",\"new-products\",\"best-sales\"],\"static\":[false]}'),(2,35,1,'{\"cms\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"product\":[false],\"static\":[\"contact\",\"sitemap\",\"stores\"]}'); -/*!40000 ALTER TABLE `ps_link_block` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_link_block_lang` --- - -DROP TABLE IF EXISTS `ps_link_block_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_link_block_lang` ( - `id_link_block` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(40) NOT NULL DEFAULT '', - `custom_content` text, - PRIMARY KEY (`id_link_block`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_link_block_lang` --- - -LOCK TABLES `ps_link_block_lang` WRITE; -/*!40000 ALTER TABLE `ps_link_block_lang` DISABLE KEYS */; -INSERT INTO `ps_link_block_lang` VALUES (1,1,'Products',NULL),(1,3,'Producten',NULL),(1,4,'Produits',NULL),(1,5,'Artikel',NULL),(1,6,'Produk',NULL),(1,7,'单件商品',NULL),(1,8,'பொருட்கள்',NULL),(1,9,'Produkty',NULL),(1,10,'Tuotteet',NULL),(1,11,'商品',NULL),(1,12,'Products',NULL),(1,13,'Varer',NULL),(2,1,'Our company',NULL),(2,3,'Ons bedrijf',NULL),(2,4,'Notre société',NULL),(2,5,'Unternehmen',NULL),(2,6,'Our company',NULL),(2,7,'我们的公司',NULL),(2,8,'Our company',NULL),(2,9,'Nasza firma',NULL),(2,10,'Yrityksemme',NULL),(2,11,'当社について',NULL),(2,12,'Our company',NULL),(2,13,'Vores firma',NULL); -/*!40000 ALTER TABLE `ps_link_block_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_link_block_shop` --- - -DROP TABLE IF EXISTS `ps_link_block_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_link_block_shop` ( - `id_link_block` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_link_block`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_link_block_shop` --- - -LOCK TABLES `ps_link_block_shop` WRITE; -/*!40000 ALTER TABLE `ps_link_block_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_link_block_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_linksmenutop` --- - -DROP TABLE IF EXISTS `ps_linksmenutop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_linksmenutop` ( - `id_linksmenutop` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - `new_window` tinyint(1) NOT NULL, - PRIMARY KEY (`id_linksmenutop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_linksmenutop` --- - -LOCK TABLES `ps_linksmenutop` WRITE; -/*!40000 ALTER TABLE `ps_linksmenutop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_linksmenutop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_linksmenutop_lang` --- - -DROP TABLE IF EXISTS `ps_linksmenutop_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_linksmenutop_lang` ( - `id_linksmenutop` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `label` varchar(128) NOT NULL, - `link` varchar(128) NOT NULL, - KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_linksmenutop_lang` --- - -LOCK TABLES `ps_linksmenutop_lang` WRITE; -/*!40000 ALTER TABLE `ps_linksmenutop_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_linksmenutop_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_log` --- - -DROP TABLE IF EXISTS `ps_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_log` ( - `id_log` int(10) unsigned NOT NULL AUTO_INCREMENT, - `severity` tinyint(1) NOT NULL, - `error_code` int(11) DEFAULT NULL, - `message` text NOT NULL, - `object_type` varchar(32) DEFAULT NULL, - `object_id` int(10) unsigned DEFAULT NULL, - `id_employee` int(10) unsigned DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_log`) -) ENGINE=InnoDB AUTO_INCREMENT=4154 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_log` --- - -LOCK TABLES `ps_log` WRITE; -/*!40000 ALTER TABLE `ps_log` DISABLE KEYS */; -INSERT INTO `ps_log` VALUES (1,1,0,'Exporting mail with theme modern for language English (English)','',0,0,'2020-11-03 14:10:17','2020-11-03 14:10:17'),(2,1,0,'Core output folder: /var/www/html/mollie17/mails','',0,0,'2020-11-03 14:10:17','2020-11-03 14:10:17'),(3,1,0,'Modules output folder: /var/www/html/mollie17/modules/','',0,0,'2020-11-03 14:10:17','2020-11-03 14:10:17'),(4,1,0,'Generate html template account at /var/www/html/mollie17/mails/en/account.html','',0,0,'2020-11-03 14:10:17','2020-11-03 14:10:17'),(5,1,0,'Generate txt template account at /var/www/html/mollie17/mails/en/account.txt','',0,0,'2020-11-03 14:10:17','2020-11-03 14:10:17'),(6,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/en/backoffice_order.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(7,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/en/backoffice_order.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(8,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/en/bankwire.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(9,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/en/bankwire.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(10,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/en/cheque.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(11,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/en/cheque.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(12,1,0,'Generate html template contact at /var/www/html/mollie17/mails/en/contact.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(13,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/en/contact.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(14,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/en/contact_form.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(15,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/en/contact_form.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(16,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/en/credit_slip.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(17,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/en/credit_slip.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(18,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/en/download_product.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(19,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/en/download_product.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(20,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/en/employee_password.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(21,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/en/employee_password.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(22,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/en/forward_msg.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(23,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/en/forward_msg.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(24,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/en/guest_to_customer.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(25,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/en/guest_to_customer.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(26,1,0,'Generate html template import at /var/www/html/mollie17/mails/en/import.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(27,1,0,'Generate txt template import at /var/www/html/mollie17/mails/en/import.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(28,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/en/in_transit.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(29,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/en/in_transit.txt','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(30,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/en/log_alert.html','',0,0,'2020-11-03 14:10:18','2020-11-03 14:10:18'),(31,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/en/log_alert.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(32,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/en/newsletter.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(33,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/en/newsletter.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(34,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/en/order_canceled.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(35,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/en/order_canceled.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(36,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/en/order_changed.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(37,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/en/order_changed.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(38,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/en/order_conf.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(39,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/en/order_conf.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(40,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/en/order_customer_comment.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(41,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/en/order_customer_comment.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(42,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/en/order_merchant_comment.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(43,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/en/order_merchant_comment.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(44,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/en/order_return_state.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(45,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/en/order_return_state.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(46,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/en/outofstock.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(47,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/en/outofstock.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(48,1,0,'Generate html template password at /var/www/html/mollie17/mails/en/password.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(49,1,0,'Generate txt template password at /var/www/html/mollie17/mails/en/password.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(50,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/en/password_query.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(51,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/en/password_query.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(52,1,0,'Generate html template payment at /var/www/html/mollie17/mails/en/payment.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(53,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/en/payment.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(54,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/en/payment_error.html','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(55,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/en/payment_error.txt','',0,0,'2020-11-03 14:10:19','2020-11-03 14:10:19'),(56,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/en/preparation.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(57,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/en/preparation.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(58,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/en/productoutofstock.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(59,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/en/productoutofstock.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(60,1,0,'Generate html template refund at /var/www/html/mollie17/mails/en/refund.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(61,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/en/refund.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(62,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/en/reply_msg.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(63,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/en/reply_msg.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(64,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/en/shipped.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(65,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/en/shipped.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(66,1,0,'Generate html template test at /var/www/html/mollie17/mails/en/test.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(67,1,0,'Generate txt template test at /var/www/html/mollie17/mails/en/test.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(68,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/en/voucher.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(69,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/en/voucher.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(70,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/en/voucher_new.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(71,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/en/voucher_new.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(72,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/en/newsletter_conf.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(73,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/en/newsletter_conf.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(74,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/en/newsletter_verif.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(75,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/en/newsletter_verif.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(76,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/en/newsletter_voucher.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(77,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/en/newsletter_voucher.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(78,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/en/followup_1.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(79,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/en/followup_1.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(80,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/en/followup_2.html','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(81,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/en/followup_2.txt','',0,0,'2020-11-03 14:10:20','2020-11-03 14:10:20'),(82,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/en/followup_3.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(83,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/en/followup_3.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(84,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/en/followup_4.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(85,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/en/followup_4.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(86,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/customer_qty.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(87,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/customer_qty.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(88,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/new_order.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(89,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/new_order.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(90,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/order_changed.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(91,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/order_changed.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(92,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/productcoverage.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(93,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/productcoverage.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(94,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/productoutofstock.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(95,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/productoutofstock.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(96,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/return_slip.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(97,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/en/return_slip.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(98,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/en/referralprogram-congratulations.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(99,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/en/referralprogram-congratulations.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(100,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/en/referralprogram-invitation.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(101,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/en/referralprogram-invitation.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(102,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/en/referralprogram-voucher.html','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(103,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/en/referralprogram-voucher.txt','',0,0,'2020-11-03 14:10:21','2020-11-03 14:10:21'),(104,1,0,'Exporting mail with theme modern for language lietuvių kalba (Lithuanian)','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(105,1,0,'Generate html template account at /var/www/html/mollie17/mails/lt/account.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(106,1,0,'Generate txt template account at /var/www/html/mollie17/mails/lt/account.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(107,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/lt/backoffice_order.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(108,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/lt/backoffice_order.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(109,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/lt/bankwire.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(110,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/lt/bankwire.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(111,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/lt/cheque.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(112,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/lt/cheque.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(113,1,0,'Generate html template contact at /var/www/html/mollie17/mails/lt/contact.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(114,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/lt/contact.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(115,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/lt/contact_form.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(116,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/lt/contact_form.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(117,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/lt/credit_slip.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(118,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/lt/credit_slip.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(119,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/lt/download_product.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(120,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/lt/download_product.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(121,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/lt/employee_password.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(122,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/lt/employee_password.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(123,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/lt/forward_msg.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(124,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/lt/forward_msg.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(125,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/lt/guest_to_customer.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(126,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/lt/guest_to_customer.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(127,1,0,'Generate html template import at /var/www/html/mollie17/mails/lt/import.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(128,1,0,'Generate txt template import at /var/www/html/mollie17/mails/lt/import.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(129,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/lt/in_transit.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(130,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/lt/in_transit.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(131,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/lt/log_alert.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(132,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/lt/log_alert.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(133,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/lt/newsletter.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(134,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/lt/newsletter.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(135,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/lt/order_canceled.html','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(136,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/lt/order_canceled.txt','',0,0,'2020-11-03 14:10:24','2020-11-03 14:10:24'),(137,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/lt/order_changed.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(138,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/lt/order_changed.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(139,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/lt/order_conf.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(140,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/lt/order_conf.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(141,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/lt/order_customer_comment.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(142,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/lt/order_customer_comment.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(143,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/lt/order_merchant_comment.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(144,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/lt/order_merchant_comment.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(145,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/lt/order_return_state.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(146,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/lt/order_return_state.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(147,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/lt/outofstock.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(148,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/lt/outofstock.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(149,1,0,'Generate html template password at /var/www/html/mollie17/mails/lt/password.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(150,1,0,'Generate txt template password at /var/www/html/mollie17/mails/lt/password.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(151,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/lt/password_query.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(152,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/lt/password_query.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(153,1,0,'Generate html template payment at /var/www/html/mollie17/mails/lt/payment.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(154,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/lt/payment.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(155,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/lt/payment_error.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(156,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/lt/payment_error.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(157,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/lt/preparation.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(158,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/lt/preparation.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(159,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/lt/productoutofstock.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(160,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/lt/productoutofstock.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(161,1,0,'Generate html template refund at /var/www/html/mollie17/mails/lt/refund.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(162,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/lt/refund.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(163,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/lt/reply_msg.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(164,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/lt/reply_msg.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(165,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/lt/shipped.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(166,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/lt/shipped.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(167,1,0,'Generate html template test at /var/www/html/mollie17/mails/lt/test.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(168,1,0,'Generate txt template test at /var/www/html/mollie17/mails/lt/test.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(169,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/lt/voucher.html','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(170,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/lt/voucher.txt','',0,0,'2020-11-03 14:10:25','2020-11-03 14:10:25'),(171,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/lt/voucher_new.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(172,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/lt/voucher_new.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(173,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/lt/newsletter_conf.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(174,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/lt/newsletter_conf.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(175,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/lt/newsletter_verif.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(176,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/lt/newsletter_verif.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(177,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/lt/newsletter_voucher.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(178,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/lt/newsletter_voucher.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(179,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/lt/followup_1.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(180,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/lt/followup_1.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(181,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/lt/followup_2.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(182,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/lt/followup_2.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(183,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/lt/followup_3.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(184,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/lt/followup_3.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(185,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/lt/followup_4.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(186,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/lt/followup_4.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(187,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/customer_qty.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(188,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/customer_qty.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(189,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/new_order.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(190,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/new_order.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(191,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/order_changed.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(192,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/order_changed.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(193,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/productcoverage.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(194,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/productcoverage.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(195,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/productoutofstock.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(196,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/productoutofstock.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(197,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/return_slip.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(198,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/lt/return_slip.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(199,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/lt/referralprogram-congratulations.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(200,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/lt/referralprogram-congratulations.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(201,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/lt/referralprogram-invitation.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(202,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/lt/referralprogram-invitation.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(203,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/lt/referralprogram-voucher.html','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(204,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/lt/referralprogram-voucher.txt','',0,0,'2020-11-03 14:10:26','2020-11-03 14:10:26'),(205,1,0,'Protect vendor folder in module contactform','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(206,1,0,'Module contactform has no vendor folder','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(207,1,0,'Protect vendor folder in module dashactivity','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(208,1,0,'Module dashactivity has no vendor folder','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(209,1,0,'Protect vendor folder in module dashtrends','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(210,1,0,'Module dashtrends has no vendor folder','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(211,1,0,'Protect vendor folder in module dashgoals','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(212,1,0,'Module dashgoals has no vendor folder','',0,1,'2020-11-03 14:10:32','2020-11-03 14:10:32'),(213,1,0,'Protect vendor folder in module dashproducts','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(214,1,0,'Module dashproducts has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(215,1,0,'Protect vendor folder in module graphnvd3','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(216,1,0,'Module graphnvd3 has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(217,1,0,'Protect vendor folder in module gridhtml','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(218,1,0,'Module gridhtml has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(219,1,0,'Protect vendor folder in module gsitemap','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(220,1,0,'Module gsitemap has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(221,1,0,'Protect vendor folder in module ps_banner','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(222,1,0,'Module ps_banner has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(223,1,0,'Protect vendor folder in module ps_categorytree','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(224,1,0,'Module ps_categorytree has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(225,1,0,'Protect vendor folder in module ps_checkpayment','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(226,1,0,'Module ps_checkpayment has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(227,1,0,'Protect vendor folder in module ps_contactinfo','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(228,1,0,'Module ps_contactinfo has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(229,1,0,'Protect vendor folder in module ps_currencyselector','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(230,1,0,'Module ps_currencyselector has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(231,1,0,'Protect vendor folder in module ps_customeraccountlinks','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(232,1,0,'Module ps_customeraccountlinks has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(233,1,0,'Protect vendor folder in module ps_customersignin','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(234,1,0,'Module ps_customersignin has no vendor folder','',0,1,'2020-11-03 14:10:33','2020-11-03 14:10:33'),(235,1,0,'Protect vendor folder in module ps_customtext','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(236,1,0,'Module ps_customtext has no vendor folder','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(237,1,0,'Protect vendor folder in module ps_emailsubscription','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(238,1,0,'Module ps_emailsubscription has no vendor folder','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(239,1,0,'Protect vendor folder in module ps_facetedsearch','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(240,1,0,'Module ps_facetedsearch has no vendor folder','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(241,1,0,'Protect vendor folder in module ps_faviconnotificationbo','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(242,1,0,'Module ps_faviconnotificationbo has no vendor folder','',0,1,'2020-11-03 14:10:34','2020-11-03 14:10:34'),(243,1,0,'Protect vendor folder in module ps_featuredproducts','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(244,1,0,'Module ps_featuredproducts has no vendor folder','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(245,1,0,'Protect vendor folder in module ps_imageslider','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(246,1,0,'Module ps_imageslider has no vendor folder','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(247,1,0,'Protect vendor folder in module ps_languageselector','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(248,1,0,'Module ps_languageselector has no vendor folder','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(249,1,0,'Protect vendor folder in module ps_linklist','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(250,1,0,'Module ps_linklist has no vendor folder','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(251,3,0,'Class \\\"AdminLinkWidgetController\\\" not found in controllers/admin','',0,1,'2020-11-03 14:10:35','2020-11-03 14:10:35'),(252,1,0,'Protect vendor folder in module ps_mainmenu','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(253,1,0,'Module ps_mainmenu has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(254,1,0,'Protect vendor folder in module ps_searchbar','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(255,1,0,'Module ps_searchbar has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(256,1,0,'Protect vendor folder in module ps_sharebuttons','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(257,1,0,'Module ps_sharebuttons has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(258,1,0,'Protect vendor folder in module ps_shoppingcart','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(259,1,0,'Module ps_shoppingcart has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(260,1,0,'Protect vendor folder in module ps_socialfollow','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(261,1,0,'Module ps_socialfollow has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(262,1,0,'Protect vendor folder in module ps_themecusto','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(263,1,0,'Module ps_themecusto has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(264,1,0,'Protect vendor folder in module ps_wirepayment','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(265,1,0,'Module ps_wirepayment has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(266,1,0,'Protect vendor folder in module pagesnotfound','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(267,1,0,'Module pagesnotfound has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(268,1,0,'Protect vendor folder in module sekeywords','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(269,1,0,'Module sekeywords has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(270,1,0,'Protect vendor folder in module statsbestcategories','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(271,1,0,'Module statsbestcategories has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(272,1,0,'Protect vendor folder in module statsbestcustomers','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(273,1,0,'Module statsbestcustomers has no vendor folder','',0,1,'2020-11-03 14:10:36','2020-11-03 14:10:36'),(274,1,0,'Protect vendor folder in module statsbestproducts','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(275,1,0,'Module statsbestproducts has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(276,1,0,'Protect vendor folder in module statsbestsuppliers','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(277,1,0,'Module statsbestsuppliers has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(278,1,0,'Protect vendor folder in module statsbestvouchers','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(279,1,0,'Module statsbestvouchers has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(280,1,0,'Protect vendor folder in module statscarrier','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(281,1,0,'Module statscarrier has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(282,1,0,'Protect vendor folder in module statscatalog','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(283,1,0,'Module statscatalog has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(284,1,0,'Protect vendor folder in module statscheckup','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(285,1,0,'Module statscheckup has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(286,1,0,'Protect vendor folder in module statsdata','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(287,1,0,'Module statsdata has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(288,1,0,'Protect vendor folder in module statsequipment','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(289,1,0,'Module statsequipment has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(290,1,0,'Protect vendor folder in module statsforecast','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(291,1,0,'Module statsforecast has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(292,1,0,'Protect vendor folder in module statslive','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(293,1,0,'Module statslive has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(294,1,0,'Protect vendor folder in module statsnewsletter','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(295,1,0,'Module statsnewsletter has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(296,1,0,'Protect vendor folder in module statsorigin','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(297,1,0,'Module statsorigin has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(298,1,0,'Protect vendor folder in module statspersonalinfos','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(299,1,0,'Module statspersonalinfos has no vendor folder','',0,1,'2020-11-03 14:10:37','2020-11-03 14:10:37'),(300,1,0,'Protect vendor folder in module statsproduct','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(301,1,0,'Module statsproduct has no vendor folder','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(302,1,0,'Protect vendor folder in module statsregistrations','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(303,1,0,'Module statsregistrations has no vendor folder','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(304,1,0,'Protect vendor folder in module statssales','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(305,1,0,'Module statssales has no vendor folder','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(306,1,0,'Protect vendor folder in module statssearch','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(307,1,0,'Module statssearch has no vendor folder','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(308,1,0,'Protect vendor folder in module statsstock','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(309,1,0,'Module statsstock has no vendor folder','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(310,1,0,'Protect vendor folder in module statsvisits','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(311,1,0,'Module statsvisits has no vendor folder','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(312,1,0,'Protect vendor folder in module welcome','',0,1,'2020-11-03 14:10:38','2020-11-03 14:10:38'),(313,1,0,'Protect vendor folder in module gamification','',0,1,'2020-11-03 14:10:59','2020-11-03 14:10:59'),(314,1,0,'Protect vendor folder in module psaddonsconnect','',0,1,'2020-11-03 14:10:59','2020-11-03 14:10:59'),(315,1,0,'Protect vendor folder in module psgdpr','',0,1,'2020-11-03 14:10:59','2020-11-03 14:10:59'),(316,1,0,'Protect vendor folder in module ps_mbo','',0,1,'2020-11-03 14:11:00','2020-11-03 14:11:00'),(317,1,0,'Protect vendor folder in module ps_buybuttonlite','',0,1,'2020-11-03 14:11:00','2020-11-03 14:11:00'),(318,1,0,'Protect vendor folder in module blockreassurance','',0,1,'2020-11-03 14:11:17','2020-11-03 14:11:17'),(319,1,0,'Module blockreassurance has no vendor folder','',0,1,'2020-11-03 14:11:17','2020-11-03 14:11:17'),(320,1,0,'Back office connection from ::1','',0,1,'2020-11-03 14:12:40','2020-11-03 14:12:40'),(321,1,0,'Protect vendor folder in module mollie','',0,1,'2020-11-03 14:16:51','2020-11-03 14:16:51'),(322,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-03 14:16:51','2020-11-03 14:16:51'),(323,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-03 14:16:51','2020-11-03 14:16:51'),(324,1,0,'Product modification','Product',1,1,'2020-11-03 14:25:22','2020-11-03 14:25:22'),(325,1,0,'Product modification','Product',1,1,'2020-11-03 14:33:56','2020-11-03 14:33:56'),(326,1,0,'CartRule addition','CartRule',1,1,'2020-11-05 09:04:23','2020-11-05 09:04:23'),(327,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:05:31','2020-11-05 09:05:31'),(328,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:05:31','2020-11-05 09:05:31'),(329,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:08:09','2020-11-05 09:08:09'),(330,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:08:09','2020-11-05 09:08:09'),(331,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:09:08','2020-11-05 09:09:08'),(332,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:09:08','2020-11-05 09:09:08'),(333,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:09:46','2020-11-05 09:09:46'),(334,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:09:46','2020-11-05 09:09:46'),(335,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:10:36','2020-11-05 09:10:36'),(336,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:10:36','2020-11-05 09:10:36'),(337,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:13:08','2020-11-05 09:13:08'),(338,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:13:08','2020-11-05 09:13:08'),(339,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:13:35','2020-11-05 09:13:35'),(340,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:13:35','2020-11-05 09:13:35'),(341,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:14:32','2020-11-05 09:14:32'),(342,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:14:32','2020-11-05 09:14:32'),(343,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:24:59','2020-11-05 09:24:59'),(344,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:24:59','2020-11-05 09:24:59'),(345,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:50:47','2020-11-05 09:50:47'),(346,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:50:47','2020-11-05 09:50:47'),(347,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:51:09','2020-11-05 09:51:09'),(348,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 09:51:09','2020-11-05 09:51:09'),(349,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:45:57','2020-11-05 10:45:57'),(350,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:45:57','2020-11-05 10:45:57'),(351,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:49:40','2020-11-05 10:49:40'),(352,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:49:40','2020-11-05 10:49:40'),(353,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:50:56','2020-11-05 10:50:56'),(354,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:50:56','2020-11-05 10:50:56'),(355,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:53:24','2020-11-05 10:53:24'),(356,1,0,'\\n Error occurred in mollie module when trying to send phone number to payment:\\n Seems like user entered incorrect phone number so we wont provide phone number for mollie payment\\n . context: {\\\"userEnteredPhone\\\":\\\"\\\",\\\"countryCode\\\":\\\"LT\\\"}','',0,0,'2020-11-05 10:53:24','2020-11-05 10:53:24'),(357,1,0,'Module mollie has no vendor folder','',0,1,'2020-11-05 12:23:20','2020-11-05 12:23:20'),(358,3,0,'Could not write into module folder: /var/www/html/mollie17/app/../modules/mollie/vendor','',0,1,'2020-11-05 12:33:49','2020-11-05 12:33:49'),(359,4,0,'Exception detected while loading module mollie: This error might be thrown because of cache. Try uploading module again.','',0,1,'2020-11-05 14:11:27','2020-11-05 14:11:27'),(360,3,0,'Error while loading file of module mollie: Warning: Declaration of Mollie::disable() should be compatible with ModuleCore::disable($force_all = false)','',0,1,'2020-11-05 14:13:25','2020-11-05 14:13:25'),(361,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-05 15:04:44','2020-11-05 15:04:44'),(362,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-05 15:04:44','2020-11-05 15:04:44'),(363,1,0,'CartRule addition','CartRule',2,1,'2020-11-05 16:34:00','2020-11-05 16:34:00'),(364,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-06 14:34:15','2020-11-06 14:34:15'),(365,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-06 17:40:52','2020-11-06 17:40:52'),(366,1,0,'Back office connection from ::1','',0,1,'2020-11-12 09:43:15','2020-11-12 09:43:15'),(367,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-13 09:38:51','2020-11-13 09:38:51'),(368,1,0,'Back office connection from 127.0.0.1','',0,1,'2020-11-13 09:54:12','2020-11-13 09:54:12'),(369,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-13 13:41:55','2020-11-13 13:41:55'),(370,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-13 13:41:55','2020-11-13 13:41:55'),(371,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-13 14:44:15','2020-11-13 14:44:15'),(372,1,0,'Back office connection from 127.0.0.1','',0,1,'2020-11-16 18:10:58','2020-11-16 18:10:58'),(373,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-16 18:14:44','2020-11-16 18:14:44'),(374,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-16 18:14:44','2020-11-16 18:14:44'),(375,1,0,'OrderState modification','OrderState',34,1,'2020-11-16 18:23:33','2020-11-16 18:23:33'),(376,1,0,'OrderState deletion','OrderState',34,1,'2020-11-16 18:47:53','2020-11-16 18:47:53'),(377,1,0,'Back office connection from ::1','',0,1,'2020-11-19 09:54:24','2020-11-19 09:54:24'),(378,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',103,0,'2020-11-19 09:55:34','2020-11-19 09:55:34'),(379,1,0,'Exporting mail with theme modern for language Nederlands (Dutch)','',0,1,'2020-11-19 09:58:02','2020-11-19 09:58:02'),(380,1,0,'Generate html template account at /var/www/html/mollie17/mails/nl/account.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(381,1,0,'Generate txt template account at /var/www/html/mollie17/mails/nl/account.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(382,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/nl/backoffice_order.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(383,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/nl/backoffice_order.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(384,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/nl/bankwire.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(385,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/nl/bankwire.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(386,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/nl/cheque.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(387,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/nl/cheque.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(388,1,0,'Generate html template contact at /var/www/html/mollie17/mails/nl/contact.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(389,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/nl/contact.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(390,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/nl/contact_form.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(391,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/nl/contact_form.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(392,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/nl/credit_slip.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(393,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/nl/credit_slip.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(394,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/nl/download_product.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(395,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/nl/download_product.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(396,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/nl/employee_password.html','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(397,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/nl/employee_password.txt','',0,1,'2020-11-19 09:58:03','2020-11-19 09:58:03'),(398,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/nl/forward_msg.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(399,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/nl/forward_msg.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(400,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/nl/guest_to_customer.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(401,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/nl/guest_to_customer.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(402,1,0,'Generate html template import at /var/www/html/mollie17/mails/nl/import.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(403,1,0,'Generate txt template import at /var/www/html/mollie17/mails/nl/import.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(404,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/nl/in_transit.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(405,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/nl/in_transit.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(406,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/nl/log_alert.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(407,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/nl/log_alert.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(408,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/nl/newsletter.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(409,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/nl/newsletter.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(410,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/nl/order_canceled.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(411,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/nl/order_canceled.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(412,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/nl/order_changed.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(413,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/nl/order_changed.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(414,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/nl/order_conf.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(415,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/nl/order_conf.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(416,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/nl/order_customer_comment.html','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(417,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/nl/order_customer_comment.txt','',0,1,'2020-11-19 09:58:04','2020-11-19 09:58:04'),(418,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/nl/order_merchant_comment.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(419,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/nl/order_merchant_comment.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(420,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/nl/order_return_state.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(421,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/nl/order_return_state.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(422,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/nl/outofstock.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(423,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/nl/outofstock.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(424,1,0,'Generate html template password at /var/www/html/mollie17/mails/nl/password.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(425,1,0,'Generate txt template password at /var/www/html/mollie17/mails/nl/password.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(426,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/nl/password_query.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(427,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/nl/password_query.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(428,1,0,'Generate html template payment at /var/www/html/mollie17/mails/nl/payment.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(429,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/nl/payment.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(430,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/nl/payment_error.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(431,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/nl/payment_error.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(432,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/nl/preparation.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(433,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/nl/preparation.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(434,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/nl/productoutofstock.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(435,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/nl/productoutofstock.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(436,1,0,'Generate html template refund at /var/www/html/mollie17/mails/nl/refund.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(437,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/nl/refund.txt','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(438,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/nl/reply_msg.html','',0,1,'2020-11-19 09:58:05','2020-11-19 09:58:05'),(439,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/nl/reply_msg.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(440,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/nl/shipped.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(441,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/nl/shipped.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(442,1,0,'Generate html template test at /var/www/html/mollie17/mails/nl/test.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(443,1,0,'Generate txt template test at /var/www/html/mollie17/mails/nl/test.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(444,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/nl/voucher.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(445,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/nl/voucher.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(446,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/nl/voucher_new.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(447,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/nl/voucher_new.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(448,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/nl/newsletter_conf.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(449,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/nl/newsletter_conf.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(450,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/nl/newsletter_verif.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(451,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/nl/newsletter_verif.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(452,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/nl/newsletter_voucher.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(453,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/nl/newsletter_voucher.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(454,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/nl/followup_1.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(455,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/nl/followup_1.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(456,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/nl/followup_2.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(457,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/nl/followup_2.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(458,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/nl/followup_3.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(459,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/nl/followup_3.txt','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(460,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/nl/followup_4.html','',0,1,'2020-11-19 09:58:06','2020-11-19 09:58:06'),(461,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/nl/followup_4.txt','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(462,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/customer_qty.html','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(463,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/customer_qty.txt','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(464,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/new_order.html','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(465,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/new_order.txt','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(466,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/order_changed.html','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(467,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/order_changed.txt','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(468,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/productcoverage.html','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(469,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/productcoverage.txt','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(470,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/productoutofstock.html','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(471,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/productoutofstock.txt','',0,1,'2020-11-19 09:58:07','2020-11-19 09:58:07'),(472,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/return_slip.html','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(473,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/nl/return_slip.txt','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(474,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/nl/referralprogram-congratulations.html','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(475,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/nl/referralprogram-congratulations.txt','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(476,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/nl/referralprogram-invitation.html','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(477,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/nl/referralprogram-invitation.txt','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(478,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/nl/referralprogram-voucher.html','',0,1,'2020-11-19 09:58:08','2020-11-19 09:58:08'),(479,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/nl/referralprogram-voucher.txt','',0,1,'2020-11-19 09:58:09','2020-11-19 09:58:09'),(480,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-19 13:42:54','2020-11-19 13:42:54'),(481,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-19 15:07:50','2020-11-19 15:07:50'),(482,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-26 13:50:49','2020-11-26 13:50:49'),(483,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 13:51:20','2020-11-26 13:51:20'),(484,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 13:51:20','2020-11-26 13:51:20'),(485,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 14:10:45','2020-11-26 14:10:45'),(486,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 14:10:45','2020-11-26 14:10:45'),(487,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 14:14:39','2020-11-26 14:14:39'),(488,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 14:14:39','2020-11-26 14:14:39'),(489,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 14:57:24','2020-11-26 14:57:24'),(490,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 14:57:24','2020-11-26 14:57:24'),(491,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 15:07:31','2020-11-26 15:07:31'),(492,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-11-26 15:07:31','2020-11-26 15:07:31'),(493,1,0,'Back office connection from ::1','',0,1,'2020-11-27 09:23:37','2020-11-27 09:23:37'),(494,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',137,0,'2020-11-27 14:25:14','2020-11-27 14:25:14'),(495,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',138,0,'2020-11-27 14:26:00','2020-11-27 14:26:00'),(496,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',139,0,'2020-11-27 14:32:09','2020-11-27 14:32:09'),(497,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-11-27 14:45:48','2020-11-27 14:45:48'),(498,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-03 09:02:52','2020-12-03 09:02:52'),(499,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',146,0,'2020-12-03 10:39:03','2020-12-03 10:39:03'),(500,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',147,0,'2020-12-03 10:41:56','2020-12-03 10:41:56'),(501,1,0,'OrderState modification','OrderState',66,1,'2020-12-03 10:59:19','2020-12-03 10:59:19'),(502,1,0,'OrderState modification','OrderState',67,1,'2020-12-03 10:59:55','2020-12-03 10:59:55'),(503,1,0,'OrderState modification','OrderState',66,1,'2020-12-03 11:08:04','2020-12-03 11:08:04'),(504,1,0,'OrderState modification','OrderState',66,1,'2020-12-03 11:25:39','2020-12-03 11:25:39'),(505,1,0,'OrderState modification','OrderState',67,1,'2020-12-03 11:56:00','2020-12-03 11:56:00'),(506,1,0,'OrderState modification','OrderState',67,1,'2020-12-03 13:27:16','2020-12-03 13:27:16'),(507,1,0,'OrderState modification','OrderState',67,1,'2020-12-03 13:32:38','2020-12-03 13:32:38'),(508,1,0,'OrderState modification','OrderState',67,1,'2020-12-03 13:33:15','2020-12-03 13:33:15'),(509,1,0,'OrderState modification','OrderState',67,1,'2020-12-03 13:33:38','2020-12-03 13:33:38'),(510,3,0,'The addon with id 29992 does not have name.','',0,1,'2020-12-03 14:21:54','2020-12-03 14:21:54'),(511,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-04 13:11:55','2020-12-04 13:11:55'),(512,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-04 13:18:11','2020-12-04 13:18:11'),(513,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-04 13:18:11','2020-12-04 13:18:11'),(514,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-10 09:35:16','2020-12-10 09:35:16'),(515,1,0,'CartRule addition','CartRule',3,1,'2020-12-10 11:26:46','2020-12-10 11:26:46'),(516,1,0,'CartRule addition','CartRule',4,1,'2020-12-10 11:27:50','2020-12-10 11:27:50'),(517,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',177,0,'2020-12-10 11:28:53','2020-12-10 11:28:53'),(518,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-10 13:17:07','2020-12-10 13:17:07'),(519,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-10 13:17:07','2020-12-10 13:17:07'),(520,1,0,'OrderState modification','OrderState',81,1,'2020-12-10 15:24:00','2020-12-10 15:24:00'),(521,1,0,'Mollie module error: [2020-12-10T15:29:00+0200] Error executing API call (404: Not Found): No payment exists with token tr_9t46CWgGn7.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2020-12-10 15:29:00','2020-12-10 15:29:00'),(522,1,0,'Mollie module error: [2020-12-10T15:29:17+0200] Error executing API call (404: Not Found): No order exists with token ord_yezxhs.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2020-12-10 15:29:17','2020-12-10 15:29:17'),(523,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-11 09:56:26','2020-12-11 09:56:26'),(524,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-11 10:00:43','2020-12-11 10:00:43'),(525,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-11 10:00:43','2020-12-11 10:00:43'),(526,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-11 10:04:57','2020-12-11 10:04:57'),(527,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-11 10:04:57','2020-12-11 10:04:57'),(528,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-17 09:42:36','2020-12-17 09:42:36'),(529,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:34:46','2020-12-17 10:34:46'),(530,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:34:46','2020-12-17 10:34:46'),(531,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:35:21','2020-12-17 10:35:21'),(532,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:35:21','2020-12-17 10:35:21'),(533,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:38:31','2020-12-17 10:38:31'),(534,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:38:31','2020-12-17 10:38:31'),(535,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:39:54','2020-12-17 10:39:54'),(536,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:39:54','2020-12-17 10:39:54'),(537,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:42:03','2020-12-17 10:42:03'),(538,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:42:03','2020-12-17 10:42:03'),(539,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:45:57','2020-12-17 10:45:57'),(540,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-17 10:45:57','2020-12-17 10:45:57'),(541,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-29 09:33:03','2020-12-29 09:33:03'),(542,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:49:48','2020-12-29 10:49:48'),(543,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:49:54','2020-12-29 10:49:54'),(544,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:50:05','2020-12-29 10:50:05'),(545,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:51:03','2020-12-29 10:51:03'),(546,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:51:34','2020-12-29 10:51:34'),(547,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:51:55','2020-12-29 10:51:55'),(548,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 10) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2020-12-29 10:52:16','2020-12-29 10:52:16'),(549,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-29 10:54:03','2020-12-29 10:54:03'),(550,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-29 10:54:03','2020-12-29 10:54:03'),(551,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-29 14:32:00','2020-12-29 14:32:00'),(552,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2020-12-29 14:32:30','2020-12-29 14:32:30'),(553,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2020-12-29 14:32:30','2020-12-29 14:32:30'),(554,1,0,'Back office connection from 78.63.224.131','',0,1,'2020-12-29 15:16:39','2020-12-29 15:16:39'),(555,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-07 09:29:48','2021-01-07 09:29:48'),(556,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T09:36:07+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 09:36:07','2021-01-07 09:36:07'),(557,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-07 12:05:58','2021-01-07 12:05:58'),(558,2,0,'Log ID (5ff6e47c05eee) | Shipment information cannot be sent. Order reference (DKFUTUENR) has no shipping information. . context: []','',0,0,'2021-01-07 12:37:48','2021-01-07 12:37:48'),(559,2,0,'Log ID (5ff6e48886fe6) | Shipment information cannot be sent. Order reference (GGUOBHJHP) has no shipping information. . context: []','',0,0,'2021-01-07 12:38:00','2021-01-07 12:38:00'),(560,2,0,'Log ID (5ff6e49ee1270) | Shipment information cannot be sent. Order reference (OAVQVVJQF) has no shipping information. . context: []','',0,0,'2021-01-07 12:38:22','2021-01-07 12:38:22'),(561,2,0,'Log ID (5ff6e4a6c339f) | Shipment information cannot be sent. Order reference (AGMVOARRY) has no shipping information. . context: []','',0,0,'2021-01-07 12:38:30','2021-01-07 12:38:30'),(562,2,0,'Log ID (5ff6e4c6a6f93) | Shipment information cannot be sent. Order reference (ZYYEEROWX) has no shipping information. . context: []','',0,0,'2021-01-07 12:39:02','2021-01-07 12:39:02'),(563,2,0,'Log ID (5ff6e887f016f) | Shipment information cannot be sent. Order reference (WMQGGUPKT) has no shipping information. . context: []','',0,0,'2021-01-07 12:55:03','2021-01-07 12:55:03'),(564,2,0,'Log ID (5ff6efe018626) | Shipment information cannot be sent. Order reference (GUTTRLRWJ) has no shipping information. . context: []','',0,0,'2021-01-07 13:26:24','2021-01-07 13:26:24'),(565,2,0,'Log ID (5ff6f3c787a6d) | Shipment information cannot be sent. Order reference (IIKJWEMPI) has no shipping information. . context: []','',0,0,'2021-01-07 13:43:03','2021-01-07 13:43:03'),(566,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:14:06+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:14:06','2021-01-07 14:14:06'),(567,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:16:18+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:16:18','2021-01-07 14:16:18'),(568,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:17:10+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:17:10','2021-01-07 14:17:10'),(569,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:06+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:06','2021-01-07 14:21:06'),(570,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:06+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:07','2021-01-07 14:21:07'),(571,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:07+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:07','2021-01-07 14:21:07'),(572,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:08+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:08','2021-01-07 14:21:08'),(573,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:08+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:08','2021-01-07 14:21:08'),(574,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:25+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:25','2021-01-07 14:21:25'),(575,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:26+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:26','2021-01-07 14:21:26'),(576,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:27+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:27','2021-01-07 14:21:27'),(577,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:27+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:27','2021-01-07 14:21:27'),(578,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:36+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:36','2021-01-07 14:21:36'),(579,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:42+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:42','2021-01-07 14:21:42'),(580,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:43+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:43','2021-01-07 14:21:43'),(581,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:44+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:44','2021-01-07 14:21:44'),(582,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:45+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:45','2021-01-07 14:21:45'),(583,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:21:45+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:21:45','2021-01-07 14:21:45'),(584,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:24:02+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:25:27','2021-01-07 14:25:27'),(585,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:25:28+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:25:30','2021-01-07 14:25:30'),(586,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:25:30+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:25:30','2021-01-07 14:25:30'),(587,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:51:59+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:51:59','2021-01-07 14:51:59'),(588,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:51:59+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:51:59','2021-01-07 14:51:59'),(589,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:52:00+0200] Error executing API call (400: Bad Request): The currency is not supported by this payment method. Field: currency. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:52:00','2021-01-07 14:52:00'),(590,1,0,'Mollie returned error on getPaymentMethodOrderTotalRestriction: [2021-01-07T14:52:00+0200] Error executing API call (404: Not Found): The payment method is invalid. Field: method. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-01-07 14:52:01','2021-01-07 14:52:01'),(591,1,0,'Product modification','Product',19,1,'2021-01-07 16:09:43','2021-01-07 16:09:43'),(592,2,0,'Log ID (5ff71680f3b80) | Shipment information cannot be sent. Order reference (YPIKQOVLN) has no shipping information. . context: []','',0,0,'2021-01-07 16:11:12','2021-01-07 16:11:12'),(593,2,0,'Log ID (5ff7168d134ed) | Shipment information cannot be sent. Order reference (XQATDPZYE) has no shipping information. . context: []','',0,0,'2021-01-07 16:11:25','2021-01-07 16:11:25'),(594,1,0,'Product modification','Product',19,1,'2021-01-07 16:44:01','2021-01-07 16:44:01'),(595,2,0,'Log ID (5ff722f823982) | Shipment information cannot be sent. Order reference (EVMFWHYOS) has no shipping information. . context: []','',0,0,'2021-01-07 17:04:24','2021-01-07 17:04:24'),(596,2,0,'Log ID (5ff7312fc209e) | Shipment information cannot be sent. Order reference (RQRYQVHBU) has no shipping information. . context: []','',0,0,'2021-01-07 18:05:03','2021-01-07 18:05:03'),(597,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-08 09:21:13','2021-01-08 09:21:13'),(598,2,0,'Log ID (5ff808a24412f) | Shipment information cannot be sent. Order reference (DGTQEQBZU) has no shipping information. . context: []','',0,0,'2021-01-08 09:24:18','2021-01-08 09:24:18'),(599,2,0,'Log ID (5ff808add9f21) | Shipment information cannot be sent. Order reference (PLVUJZLOV) has no shipping information. . context: []','',0,0,'2021-01-08 09:24:29','2021-01-08 09:24:29'),(600,2,0,'Log ID (5ff8092988d30) | Shipment information cannot be sent. Order reference (ZIFCTVEVN) has no shipping information. . context: []','',0,0,'2021-01-08 09:26:33','2021-01-08 09:26:33'),(601,2,0,'Log ID (5ff80d0b575cd) | Shipment information cannot be sent. Order reference (MXPIFGMQJ) has no shipping information. . context: []','',0,0,'2021-01-08 09:43:07','2021-01-08 09:43:07'),(602,2,0,'Log ID (5ff875d1d5116) | Shipment information cannot be sent. Order reference (SGTBKBKEO) has no shipping information. . context: []','',0,0,'2021-01-08 17:10:09','2021-01-08 17:10:09'),(603,2,0,'Log ID (5ff87790a1838) | Shipment information cannot be sent. Order reference (XZLYSIZNM) has no shipping information. . context: []','',0,0,'2021-01-08 17:17:36','2021-01-08 17:17:36'),(604,2,0,'Log ID (5ff877be7f895) | Shipment information cannot be sent. Order reference (UWSLGZZLQ) has no shipping information. . context: []','',0,0,'2021-01-08 17:18:22','2021-01-08 17:18:22'),(605,2,0,'Log ID (5ff879cbf06ed) | Shipment information cannot be sent. Order reference (MTVKTDZTY) has no shipping information. . context: []','',0,0,'2021-01-08 17:27:07','2021-01-08 17:27:07'),(606,2,0,'Log ID (5ff87b6e35b1e) | Shipment information cannot be sent. Order reference (HAHSWSTMC) has no shipping information. . context: []','',0,0,'2021-01-08 17:34:06','2021-01-08 17:34:06'),(607,2,0,'Log ID (5ff87ba8d0dd3) | Shipment information cannot be sent. Order reference (WEOQWVIZK) has no shipping information. . context: []','',0,0,'2021-01-08 17:35:04','2021-01-08 17:35:04'),(608,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-12 10:27:15','2021-01-12 10:27:15'),(609,2,0,'Log ID (5ffd5dc184067) | Shipment information cannot be sent. Order reference (SYYLOTKNP) has no shipping information. . context: []','',0,0,'2021-01-12 10:28:49','2021-01-12 10:28:49'),(610,2,0,'Log ID (5ffd5dca5a3c9) | Shipment information cannot be sent. Order reference (WWQJXHHHD) has no shipping information. . context: []','',0,0,'2021-01-12 10:28:58','2021-01-12 10:28:58'),(611,2,0,'Log ID (5ffd5fb7ea834) | Shipment information cannot be sent. Order reference (HPKVRYBER) has no shipping information. . context: []','',0,0,'2021-01-12 10:37:11','2021-01-12 10:37:11'),(612,2,0,'Log ID (5ffd609913ffd) | Shipment information cannot be sent. Order reference (ATMQGOJBG) has no shipping information. . context: []','',0,0,'2021-01-12 10:40:57','2021-01-12 10:40:57'),(613,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',211,0,'2021-01-12 10:42:16','2021-01-12 10:42:16'),(614,2,0,'Log ID (5ffd611c8075a) | Shipment information cannot be sent. Order reference (IEMTBHHCY) has no shipping information. . context: []','',0,0,'2021-01-12 10:43:08','2021-01-12 10:43:08'),(615,2,0,'Log ID (5ffd61605b771) | Shipment information cannot be sent. Order reference (HLNROKHYB) has no shipping information. . context: []','',0,0,'2021-01-12 10:44:16','2021-01-12 10:44:16'),(616,2,0,'Log ID (5ffd623472b02) | Shipment information cannot be sent. Order reference (LCTIEGYTX) has no shipping information. . context: []','',0,0,'2021-01-12 10:47:48','2021-01-12 10:47:48'),(617,2,0,'Log ID (5ffd6371cb035) | Shipment information cannot be sent. Order reference (UYCPCUXPU) has no shipping information. . context: []','',0,0,'2021-01-12 10:53:05','2021-01-12 10:53:05'),(618,2,0,'Log ID (5ffd646131860) | Shipment information cannot be sent. Order reference (ATMQGOJBG) has no shipping information. . context: []','',0,0,'2021-01-12 10:57:05','2021-01-12 10:57:05'),(619,2,0,'Log ID (5ffd6514e7ba6) | Shipment information cannot be sent. Order reference (CNBMPOIHQ) has no shipping information. . context: []','',0,0,'2021-01-12 11:00:04','2021-01-12 11:00:04'),(620,2,0,'Log ID (5ffd654f88bca) | Shipment information cannot be sent. Order reference (TCKWZWDIG) has no shipping information. . context: []','',0,0,'2021-01-12 11:01:03','2021-01-12 11:01:03'),(621,2,0,'Log ID (5ffd6603e5d45) | Shipment information cannot be sent. Order reference (HVYDTDAOD) has no shipping information. . context: []','',0,0,'2021-01-12 11:04:03','2021-01-12 11:04:03'),(622,2,0,'Log ID (5ffd68586d274) | Shipment information cannot be sent. Order reference (KTJOKPUAV) has no shipping information. . context: []','',0,0,'2021-01-12 11:14:00','2021-01-12 11:14:00'),(623,2,0,'Log ID (5ffd685e97339) | Shipment information cannot be sent. Order reference (BJWPFXEZA) has no shipping information. . context: []','',0,0,'2021-01-12 11:14:06','2021-01-12 11:14:06'),(624,2,0,'Log ID (5ffd6af609f94) | Shipment information cannot be sent. Order reference (BJWPFXEZA) has no shipping information. . context: []','',0,0,'2021-01-12 11:25:10','2021-01-12 11:25:10'),(625,2,0,'Log ID (5ffd6af60e963) | Shipment information cannot be sent. Order reference (BJWPFXEZA) has no shipping information. . context: []','',0,0,'2021-01-12 11:25:10','2021-01-12 11:25:10'),(626,2,0,'Log ID (5ffd6af61482d) | Shipment information cannot be sent. Order reference (WWQJXHHHD) has no shipping information. . context: []','',0,0,'2021-01-12 11:25:10','2021-01-12 11:25:10'),(627,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-13 11:28:54','2021-01-13 11:28:54'),(628,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-14 09:39:43','2021-01-14 09:39:43'),(629,2,0,'Log ID (5ffffd736739b) | Shipment information cannot be sent. Order reference (VARICJGNQ) has no shipping information. . context: []','',0,0,'2021-01-14 10:14:43','2021-01-14 10:14:43'),(630,2,0,'Log ID (5ffffe11eca97) | Shipment information cannot be sent. Order reference (VBNTORSFS) has no shipping information. . context: []','',0,0,'2021-01-14 10:17:21','2021-01-14 10:17:21'),(631,2,0,'Log ID (6000014a406dc) | Shipment information cannot be sent. Order reference (SEQLQJLVN) has no shipping information. . context: []','',0,0,'2021-01-14 10:31:06','2021-01-14 10:31:06'),(632,2,0,'Log ID (600001fac571c) | Shipment information cannot be sent. Order reference (QPDVZBKJW) has no shipping information. . context: []','',0,0,'2021-01-14 10:34:02','2021-01-14 10:34:02'),(633,2,0,'Log ID (600003ed7b869) | Shipment information cannot be sent. Order reference (QKTMGQCWF) has no shipping information. . context: []','',0,0,'2021-01-14 10:42:21','2021-01-14 10:42:21'),(634,2,0,'Log ID (6000079c2cf83) | Shipment information cannot be sent. Order reference (HTNAJFRXL) has no shipping information. . context: []','',0,0,'2021-01-14 10:58:04','2021-01-14 10:58:04'),(635,2,0,'Log ID (60001016b21fe) | Shipment information cannot be sent. Order reference (SBYCHSYZU) has no shipping information. . context: []','',0,0,'2021-01-14 11:34:14','2021-01-14 11:34:14'),(636,2,0,'Log ID (6000102139f18) | Shipment information cannot be sent. Order reference (ROLVSQJBJ) has no shipping information. . context: []','',0,0,'2021-01-14 11:34:25','2021-01-14 11:34:25'),(637,1,0,'ShopUrl addition','ShopUrl',2,1,'2021-01-14 12:58:33','2021-01-14 12:58:33'),(638,2,0,'Log ID (600028f697383) | Shipment information cannot be sent. Order reference (BZWLXJYGU) has no shipping information. . context: []','',0,0,'2021-01-14 13:20:22','2021-01-14 13:20:22'),(639,2,0,'Log ID (600028fde6fc1) | Shipment information cannot be sent. Order reference (YZDJBFQWY) has no shipping information. . context: []','',0,0,'2021-01-14 13:20:29','2021-01-14 13:20:29'),(640,2,0,'Log ID (6000294d9fe09) | Shipment information cannot be sent. Order reference (WBNMRRAYB) has no shipping information. . context: []','',0,0,'2021-01-14 13:21:49','2021-01-14 13:21:49'),(641,2,0,'Log ID (60002d233f91e) | Shipment information cannot be sent. Order reference (LPBTEHURR) has no shipping information. . context: []','',0,0,'2021-01-14 13:38:11','2021-01-14 13:38:11'),(642,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-15 09:51:13','2021-01-15 09:51:13'),(643,2,0,'Log ID (60018fdc29fd6) | Shipment information cannot be sent. Order reference (NQALRTQKK) has no shipping information. . context: []','',0,0,'2021-01-15 14:51:40','2021-01-15 14:51:40'),(644,2,0,'Log ID (600193b3a937f) | Shipment information cannot be sent. Order reference (WXHBTEFXM) has no shipping information. . context: []','',0,0,'2021-01-15 15:08:03','2021-01-15 15:08:03'),(645,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-21 16:31:53','2021-01-21 16:31:53'),(646,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-22 12:04:24','2021-01-22 12:04:24'),(647,1,0,'Product modification','Product',8,1,'2021-01-22 12:07:08','2021-01-22 12:07:08'),(648,2,0,'Log ID (600aa45e52cfd) | Shipment information cannot be sent. Order reference (ITZSKWBPS) has no shipping information. . context: []','',0,0,'2021-01-22 12:09:34','2021-01-22 12:09:34'),(649,2,0,'Log ID (600aa465772c4) | Shipment information cannot be sent. Order reference (ENTNYZZTB) has no shipping information. . context: []','',0,0,'2021-01-22 12:09:41','2021-01-22 12:09:41'),(650,1,0,'Product modification','Product',8,1,'2021-01-22 12:12:21','2021-01-22 12:12:21'),(651,1,0,'Product modification','Product',9,1,'2021-01-22 12:14:17','2021-01-22 12:14:17'),(652,1,0,'Product modification','Product',7,1,'2021-01-22 12:14:26','2021-01-22 12:14:26'),(653,1,0,'Product modification','Product',6,1,'2021-01-22 12:15:21','2021-01-22 12:15:21'),(654,2,0,'Log ID (600aa5d9274c9) | Shipment information cannot be sent. Order reference (KAYCMKISX) has no shipping information. . context: []','',0,0,'2021-01-22 12:15:53','2021-01-22 12:15:53'),(655,2,0,'Log ID (600aa61acbed1) | Shipment information cannot be sent. Order reference (OLPKYCQMR) has no shipping information. . context: []','',0,0,'2021-01-22 12:16:58','2021-01-22 12:16:58'),(656,2,0,'Log ID (600aa9a47f5c8) | Shipment information cannot be sent. Order reference (QQLOXWEUO) has no shipping information. . context: []','',0,0,'2021-01-22 12:32:04','2021-01-22 12:32:04'),(657,2,0,'Log ID (600aa9dfd58e5) | Shipment information cannot be sent. Order reference (ZHYFGENFT) has no shipping information. . context: []','',0,0,'2021-01-22 12:33:03','2021-01-22 12:33:03'),(658,1,0,'Product modification','Product',9,1,'2021-01-22 12:34:05','2021-01-22 12:34:05'),(659,1,0,'Product modification','Product',10,1,'2021-01-22 12:34:18','2021-01-22 12:34:18'),(660,1,0,'Product modification','Product',11,1,'2021-01-22 12:34:28','2021-01-22 12:34:28'),(661,1,0,'Product modification','Product',12,1,'2021-01-22 12:35:35','2021-01-22 12:35:35'),(662,2,0,'Log ID (600aaa9f4eb21) | Shipment information cannot be sent. Order reference (JKMNROUYF) has no shipping information. . context: []','',0,0,'2021-01-22 12:36:15','2021-01-22 12:36:15'),(663,2,0,'Log ID (600aac099d2cb) | Shipment information cannot be sent. Order reference (AMRATJCCU) has no shipping information. . context: []','',0,0,'2021-01-22 12:42:17','2021-01-22 12:42:17'),(664,1,0,'Product modification','Product',12,1,'2021-01-22 12:45:19','2021-01-22 12:45:19'),(665,1,0,'Product modification','Product',9,1,'2021-01-22 12:45:27','2021-01-22 12:45:27'),(666,2,0,'Log ID (600aae8fb9665) | Shipment information cannot be sent. Order reference (ROEDCHVOM) has no shipping information. . context: []','',0,0,'2021-01-22 12:53:03','2021-01-22 12:53:03'),(667,2,0,'Log ID (600aaff8a0d9a) | Shipment information cannot be sent. Order reference (AJVDVZIRN) has no shipping information. . context: []','',0,0,'2021-01-22 12:59:04','2021-01-22 12:59:04'),(668,2,0,'Log ID (600ab441136f9) | Shipment information cannot be sent. Order reference (BKEFFWOKW) has no shipping information. . context: []','',0,0,'2021-01-22 13:17:21','2021-01-22 13:17:21'),(669,2,0,'Log ID (600ab82c2f14e) | Shipment information cannot be sent. Order reference (UPDEJTPVO) has no shipping information. . context: []','',0,0,'2021-01-22 13:34:04','2021-01-22 13:34:04'),(670,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-25 13:26:37','2021-01-25 13:26:37'),(671,2,0,'Log ID (600eac5aac364) | Shipment information cannot be sent. Order reference (KAJHTUEQF) has no shipping information. . context: []','',0,0,'2021-01-25 13:32:42','2021-01-25 13:32:42'),(672,2,0,'Log ID (600eac9385f16) | Shipment information cannot be sent. Order reference (BPXLLCNLT) has no shipping information. . context: []','',0,0,'2021-01-25 13:33:39','2021-01-25 13:33:39'),(673,1,0,'Back office connection from 83.176.222.226','',0,1,'2021-01-25 13:38:29','2021-01-25 13:38:29'),(674,2,0,'Log ID (600eaeb43b95f) | Shipment information cannot be sent. Order reference (MDBKGLOEA) has no shipping information. . context: []','',0,0,'2021-01-25 13:42:44','2021-01-25 13:42:44'),(675,1,0,'Mollie incoming webhook: id=ord_wtsgji','',0,0,'2021-01-25 13:42:54','2021-01-25 13:42:54'),(676,2,0,'Log ID (600eaebe9a53c) | Shipment information cannot be sent. Order reference (MFGELUXPE) has no shipping information. . context: []','',0,0,'2021-01-25 13:42:54','2021-01-25 13:42:54'),(677,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 136 / transaction ord_wtsgji','',0,0,'2021-01-25 13:42:58','2021-01-25 13:42:58'),(678,2,0,'Log ID (600eccf05df78) | Shipment information cannot be sent. Order reference (MFGELUXPE) has no shipping information. . context: []','',0,0,'2021-01-25 15:51:44','2021-01-25 15:51:44'),(679,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 136 / transaction ord_wtsgji','',0,0,'2021-01-25 15:52:45','2021-01-25 15:52:45'),(680,2,0,'Log ID (600ed080d91f2) | Shipment information cannot be sent. Order reference (UJLZLUFES) has no shipping information. . context: []','',0,0,'2021-01-25 16:06:56','2021-01-25 16:06:56'),(681,1,0,'Mollie incoming webhook: id=tr_eqhGw5uzdF','',0,0,'2021-01-25 16:07:03','2021-01-25 16:07:03'),(682,2,0,'Log ID (600ed087d05fd) | Shipment information cannot be sent. Order reference (MGFBWCEDT) has no shipping information. . context: []','',0,0,'2021-01-25 16:07:03','2021-01-25 16:07:03'),(683,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 137 / transaction tr_eqhGw5uzdF','',0,0,'2021-01-25 16:07:08','2021-01-25 16:07:08'),(684,2,0,'Log ID (600ed111dc384) | Shipment information cannot be sent. Order reference (MGFBWCEDT) has no shipping information. . context: []','',0,1,'2021-01-25 16:09:21','2021-01-25 16:09:21'),(685,2,0,'Log ID (600ed3a863d65) | Shipment information cannot be sent. Order reference (BRUYPWGWG) has no shipping information. . context: []','',0,0,'2021-01-25 16:20:24','2021-01-25 16:20:24'),(686,1,0,'Mollie incoming webhook: id=tr_Hypn8hw5n4','',0,0,'2021-01-25 16:20:28','2021-01-25 16:20:28'),(687,2,0,'Log ID (600ed3ad55a4c) | Shipment information cannot be sent. Order reference (BBMSHGKWD) has no shipping information. . context: []','',0,0,'2021-01-25 16:20:29','2021-01-25 16:20:29'),(688,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 138 / transaction ord_yj06wg','',0,0,'2021-01-25 16:20:30','2021-01-25 16:20:30'),(689,2,0,'Log ID (600ed43824a20) | Shipment information cannot be sent. Order reference (MMOCMGOHG) has no shipping information. . context: []','',0,0,'2021-01-25 16:22:48','2021-01-25 16:22:48'),(690,1,0,'Mollie incoming webhook: id=ord_h119t4','',0,0,'2021-01-25 16:23:14','2021-01-25 16:23:14'),(691,2,0,'Log ID (600ed452d16d6) | Shipment information cannot be sent. Order reference (ZQRVKOCEC) has no shipping information. . context: []','',0,0,'2021-01-25 16:23:14','2021-01-25 16:23:14'),(692,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 139 / transaction ord_h119t4','',0,0,'2021-01-25 16:23:18','2021-01-25 16:23:18'),(693,2,0,'Log ID (600ed4896ec2e) | Shipment information cannot be sent. Order reference (ZQRVKOCEC) has no shipping information. . context: []','',0,0,'2021-01-25 16:24:09','2021-01-25 16:24:09'),(694,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 139 / transaction ord_h119t4','',0,0,'2021-01-25 16:25:10','2021-01-25 16:25:10'),(695,2,0,'Log ID (600ed551859dc) | Shipment information cannot be sent. Order reference (EVRLGCJVA) has no shipping information. . context: []','',0,0,'2021-01-25 16:27:29','2021-01-25 16:27:29'),(696,1,0,'Mollie incoming webhook: id=ord_xv8dd8','',0,0,'2021-01-25 16:27:43','2021-01-25 16:27:43'),(697,2,0,'Log ID (600ed55f9b751) | Shipment information cannot be sent. Order reference (MCJUTZAFK) has no shipping information. . context: []','',0,0,'2021-01-25 16:27:43','2021-01-25 16:27:43'),(698,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 140 / transaction ord_xv8dd8','',0,0,'2021-01-25 16:27:47','2021-01-25 16:27:47'),(699,2,0,'Log ID (600ed61e07bf1) | Shipment information cannot be sent. Order reference (MCJUTZAFK) has no shipping information. . context: []','',0,1,'2021-01-25 16:30:54','2021-01-25 16:30:54'),(700,2,0,'Log ID (600ed680574a7) | Shipment information cannot be sent. Order reference (MCJUTZAFK) has no shipping information. . context: []','',0,1,'2021-01-25 16:32:32','2021-01-25 16:32:32'),(701,2,0,'Log ID (600ed6b586268) | Shipment information cannot be sent. Order reference (MCJUTZAFK) has no shipping information. . context: []','',0,1,'2021-01-25 16:33:25','2021-01-25 16:33:25'),(702,2,0,'Log ID (600ed6e4402b5) | Shipment information cannot be sent. Order reference (MCJUTZAFK) has no shipping information. . context: []','',0,1,'2021-01-25 16:34:12','2021-01-25 16:34:12'),(703,2,0,'Log ID (600ed7eb94597) | Shipment information cannot be sent. Order reference (MCJUTZAFK) has no shipping information. . context: []','',0,1,'2021-01-25 16:38:35','2021-01-25 16:38:35'),(704,2,0,'Log ID (600ed9479c322) | Shipment information cannot be sent. Order reference (MCJUTZAFK) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-25 16:44:23','2021-01-25 16:44:23'),(705,2,0,'Log ID (600ed984a0a0e) | Shipment information cannot be sent. Order reference (MCJUTZAFK) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-25 16:45:24','2021-01-25 16:45:24'),(706,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 140 / transaction ord_xv8dd8','',0,0,'2021-01-25 16:47:25','2021-01-25 16:47:25'),(707,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-26 15:47:47','2021-01-26 15:47:47'),(708,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-01-28 09:35:32','2021-01-28 09:35:32'),(709,2,0,'Log ID (60126b4fa5e7f) | Shipment information cannot be sent. Order reference (TOIZBGLUR) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-28 09:44:15','2021-01-28 09:44:15'),(710,1,0,'Mollie incoming webhook: id=tr_cuFBUeVS9p','',0,0,'2021-01-28 09:44:23','2021-01-28 09:44:23'),(711,2,0,'Log ID (60126b58bb173) | Shipment information cannot be sent. Order reference (VTATBGQTJ) is a regular payment. . context: []','',0,0,'2021-01-28 09:44:24','2021-01-28 09:44:24'),(712,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 141 / transaction tr_cuFBUeVS9p','',0,0,'2021-01-28 09:44:35','2021-01-28 09:44:35'),(713,2,0,'Log ID (60127c231ddbb) | Shipment information cannot be sent. Order reference (LWCQSDIHO) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-28 10:56:03','2021-01-28 10:56:03'),(714,1,0,'Mollie incoming webhook: id=tr_HGw8v5b2Gm','',0,0,'2021-01-28 10:56:10','2021-01-28 10:56:10'),(715,2,0,'Log ID (60127c2b4894d) | Shipment information cannot be sent. Order reference (QSMQQADCE) is a regular payment. . context: []','',0,0,'2021-01-28 10:56:11','2021-01-28 10:56:11'),(716,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 142 / transaction tr_HGw8v5b2Gm','',0,0,'2021-01-28 10:56:17','2021-01-28 10:56:17'),(717,2,0,'Log ID (6012a0d57785f) | Shipment information cannot be sent. Order reference (KLNDHZVKO) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-28 13:32:37','2021-01-28 13:32:37'),(718,1,0,'Mollie incoming webhook: id=tr_z3bDReAcqK','',0,0,'2021-01-28 13:32:47','2021-01-28 13:32:47'),(719,2,0,'Log ID (6012a0df6cf1a) | Shipment information cannot be sent. Order reference (DKOADTRHO) is a regular payment. . context: []','',0,0,'2021-01-28 13:32:47','2021-01-28 13:32:47'),(720,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 143 / transaction tr_z3bDReAcqK','',0,0,'2021-01-28 13:32:52','2021-01-28 13:32:52'),(721,2,0,'Log ID (6012a1da56e07) | Shipment information cannot be sent. Order reference (DKOADTRHO) does not have automatic shipment sender available. . context: []','',0,1,'2021-01-28 13:36:58','2021-01-28 13:36:58'),(722,2,0,'Log ID (6012a1f682ce6) | Shipment information cannot be sent. Order reference (DKOADTRHO) is a regular payment. . context: []','',0,0,'2021-01-28 13:37:26','2021-01-28 13:37:26'),(723,1,0,'Protect vendor folder in module vatnumbercleaner','',0,1,'2021-01-28 13:53:29','2021-01-28 13:53:29'),(724,1,0,'Module vatnumbercleaner has no vendor folder','',0,1,'2021-01-28 13:53:29','2021-01-28 13:53:29'),(725,1,0,'Exporting mail with theme modern for language Français (French)','',0,1,'2021-01-28 14:01:45','2021-01-28 14:01:45'),(726,1,0,'Generate html template account at /var/www/html/mollie17/mails/fr/account.html','',0,1,'2021-01-28 14:01:45','2021-01-28 14:01:45'),(727,1,0,'Generate txt template account at /var/www/html/mollie17/mails/fr/account.txt','',0,1,'2021-01-28 14:01:45','2021-01-28 14:01:45'),(728,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/fr/backoffice_order.html','',0,1,'2021-01-28 14:01:45','2021-01-28 14:01:45'),(729,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/fr/backoffice_order.txt','',0,1,'2021-01-28 14:01:45','2021-01-28 14:01:45'),(730,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/fr/bankwire.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(731,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/fr/bankwire.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(732,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/fr/cheque.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(733,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/fr/cheque.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(734,1,0,'Generate html template contact at /var/www/html/mollie17/mails/fr/contact.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(735,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/fr/contact.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(736,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/fr/contact_form.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(737,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/fr/contact_form.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(738,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/fr/credit_slip.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(739,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/fr/credit_slip.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(740,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/fr/download_product.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(741,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/fr/download_product.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(742,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/fr/employee_password.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(743,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/fr/employee_password.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(744,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/fr/forward_msg.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(745,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/fr/forward_msg.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(746,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/fr/guest_to_customer.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(747,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/fr/guest_to_customer.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(748,1,0,'Generate html template import at /var/www/html/mollie17/mails/fr/import.html','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(749,1,0,'Generate txt template import at /var/www/html/mollie17/mails/fr/import.txt','',0,1,'2021-01-28 14:01:46','2021-01-28 14:01:46'),(750,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/fr/in_transit.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(751,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/fr/in_transit.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(752,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/fr/log_alert.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(753,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/fr/log_alert.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(754,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/fr/newsletter.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(755,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/fr/newsletter.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(756,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/fr/order_canceled.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(757,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/fr/order_canceled.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(758,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/fr/order_changed.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(759,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/fr/order_changed.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(760,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/fr/order_conf.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(761,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/fr/order_conf.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(762,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/fr/order_customer_comment.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(763,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/fr/order_customer_comment.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(764,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/fr/order_merchant_comment.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(765,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/fr/order_merchant_comment.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(766,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/fr/order_return_state.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(767,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/fr/order_return_state.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(768,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/fr/outofstock.html','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(769,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/fr/outofstock.txt','',0,1,'2021-01-28 14:01:47','2021-01-28 14:01:47'),(770,1,0,'Generate html template password at /var/www/html/mollie17/mails/fr/password.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(771,1,0,'Generate txt template password at /var/www/html/mollie17/mails/fr/password.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(772,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/fr/password_query.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(773,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/fr/password_query.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(774,1,0,'Generate html template payment at /var/www/html/mollie17/mails/fr/payment.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(775,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/fr/payment.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(776,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/fr/payment_error.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(777,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/fr/payment_error.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(778,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/fr/preparation.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(779,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/fr/preparation.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(780,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/fr/productoutofstock.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(781,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/fr/productoutofstock.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(782,1,0,'Generate html template refund at /var/www/html/mollie17/mails/fr/refund.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(783,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/fr/refund.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(784,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/fr/reply_msg.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(785,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/fr/reply_msg.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(786,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/fr/shipped.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(787,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/fr/shipped.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(788,1,0,'Generate html template test at /var/www/html/mollie17/mails/fr/test.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(789,1,0,'Generate txt template test at /var/www/html/mollie17/mails/fr/test.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(790,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/fr/voucher.html','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(791,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/fr/voucher.txt','',0,1,'2021-01-28 14:01:48','2021-01-28 14:01:48'),(792,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/fr/voucher_new.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(793,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/fr/voucher_new.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(794,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fr/newsletter_conf.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(795,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fr/newsletter_conf.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(796,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fr/newsletter_verif.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(797,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fr/newsletter_verif.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(798,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fr/newsletter_voucher.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(799,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fr/newsletter_voucher.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(800,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/fr/followup_1.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(801,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/fr/followup_1.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(802,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/fr/followup_2.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(803,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/fr/followup_2.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(804,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/fr/followup_3.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(805,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/fr/followup_3.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(806,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/fr/followup_4.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(807,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/fr/followup_4.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(808,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/customer_qty.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(809,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/customer_qty.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(810,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/new_order.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(811,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/new_order.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(812,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/order_changed.html','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(813,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/order_changed.txt','',0,1,'2021-01-28 14:01:49','2021-01-28 14:01:49'),(814,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/productcoverage.html','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(815,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/productcoverage.txt','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(816,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/productoutofstock.html','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(817,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/productoutofstock.txt','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(818,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/return_slip.html','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(819,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/fr/return_slip.txt','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(820,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/fr/referralprogram-congratulations.html','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(821,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/fr/referralprogram-congratulations.txt','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(822,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/fr/referralprogram-invitation.html','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(823,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/fr/referralprogram-invitation.txt','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(824,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/fr/referralprogram-voucher.html','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(825,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/fr/referralprogram-voucher.txt','',0,1,'2021-01-28 14:01:50','2021-01-28 14:01:50'),(826,1,0,'Exporting mail with theme modern for language Deutsch (German)','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(827,1,0,'Generate html template account at /var/www/html/mollie17/mails/de/account.html','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(828,1,0,'Generate txt template account at /var/www/html/mollie17/mails/de/account.txt','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(829,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/de/backoffice_order.html','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(830,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/de/backoffice_order.txt','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(831,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/de/bankwire.html','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(832,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/de/bankwire.txt','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(833,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/de/cheque.html','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(834,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/de/cheque.txt','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(835,1,0,'Generate html template contact at /var/www/html/mollie17/mails/de/contact.html','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(836,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/de/contact.txt','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(837,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/de/contact_form.html','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(838,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/de/contact_form.txt','',0,1,'2021-01-28 14:01:53','2021-01-28 14:01:53'),(839,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/de/credit_slip.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(840,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/de/credit_slip.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(841,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/de/download_product.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(842,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/de/download_product.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(843,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/de/employee_password.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(844,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/de/employee_password.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(845,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/de/forward_msg.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(846,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/de/forward_msg.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(847,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/de/guest_to_customer.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(848,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/de/guest_to_customer.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(849,1,0,'Generate html template import at /var/www/html/mollie17/mails/de/import.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(850,1,0,'Generate txt template import at /var/www/html/mollie17/mails/de/import.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(851,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/de/in_transit.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(852,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/de/in_transit.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(853,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/de/log_alert.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(854,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/de/log_alert.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(855,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/de/newsletter.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(856,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/de/newsletter.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(857,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/de/order_canceled.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(858,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/de/order_canceled.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(859,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/de/order_changed.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(860,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/de/order_changed.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(861,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/de/order_conf.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(862,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/de/order_conf.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(863,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/de/order_customer_comment.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(864,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/de/order_customer_comment.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(865,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/de/order_merchant_comment.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(866,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/de/order_merchant_comment.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(867,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/de/order_return_state.html','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(868,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/de/order_return_state.txt','',0,1,'2021-01-28 14:01:54','2021-01-28 14:01:54'),(869,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/de/outofstock.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(870,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/de/outofstock.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(871,1,0,'Generate html template password at /var/www/html/mollie17/mails/de/password.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(872,1,0,'Generate txt template password at /var/www/html/mollie17/mails/de/password.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(873,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/de/password_query.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(874,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/de/password_query.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(875,1,0,'Generate html template payment at /var/www/html/mollie17/mails/de/payment.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(876,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/de/payment.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(877,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/de/payment_error.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(878,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/de/payment_error.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(879,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/de/preparation.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(880,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/de/preparation.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(881,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/de/productoutofstock.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(882,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/de/productoutofstock.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(883,1,0,'Generate html template refund at /var/www/html/mollie17/mails/de/refund.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(884,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/de/refund.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(885,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/de/reply_msg.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(886,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/de/reply_msg.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(887,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/de/shipped.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(888,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/de/shipped.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(889,1,0,'Generate html template test at /var/www/html/mollie17/mails/de/test.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(890,1,0,'Generate txt template test at /var/www/html/mollie17/mails/de/test.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(891,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/de/voucher.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(892,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/de/voucher.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(893,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/de/voucher_new.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(894,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/de/voucher_new.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(895,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/de/newsletter_conf.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(896,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/de/newsletter_conf.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(897,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/de/newsletter_verif.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(898,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/de/newsletter_verif.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(899,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/de/newsletter_voucher.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(900,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/de/newsletter_voucher.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(901,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/de/followup_1.html','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(902,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/de/followup_1.txt','',0,1,'2021-01-28 14:01:55','2021-01-28 14:01:55'),(903,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/de/followup_2.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(904,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/de/followup_2.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(905,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/de/followup_3.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(906,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/de/followup_3.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(907,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/de/followup_4.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(908,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/de/followup_4.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(909,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/customer_qty.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(910,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/customer_qty.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(911,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/new_order.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(912,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/new_order.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(913,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/order_changed.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(914,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/order_changed.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(915,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/productcoverage.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(916,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/productcoverage.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(917,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/productoutofstock.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(918,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/productoutofstock.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(919,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/return_slip.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(920,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/de/return_slip.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(921,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/de/referralprogram-congratulations.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(922,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/de/referralprogram-congratulations.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(923,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/de/referralprogram-invitation.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(924,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/de/referralprogram-invitation.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(925,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/de/referralprogram-voucher.html','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(926,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/de/referralprogram-voucher.txt','',0,1,'2021-01-28 14:01:56','2021-01-28 14:01:56'),(927,2,0,'Log ID (6012a9356e61d) | Shipment information cannot be sent. Order reference (XEMCEPEHH) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-28 14:08:21','2021-01-28 14:08:21'),(928,2,0,'Log ID (6012a99bda4d3) | Shipment information cannot be sent. Order reference (EJBOWALOF) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-28 14:10:03','2021-01-28 14:10:03'),(929,1,0,'MollieWebhookModuleFrontController::processTransaction said: Received webhook request for order 144 / transaction tr_C7fHzujBWd','',0,0,'2021-01-28 14:26:05','2021-01-28 14:26:05'),(930,1,0,'MollieWebhookModuleFrontController::processTransaction said: Received webhook request for order 145 / transaction ord_sr4w9q','',0,0,'2021-01-28 14:27:04','2021-01-28 14:27:04'),(931,1,0,'MollieWebhookModuleFrontController::processTransaction said: Received webhook request for order 146 / transaction ord_7uj4xc','',0,0,'2021-01-28 14:30:05','2021-01-28 14:30:05'),(932,2,0,'Log ID (6012d90a8129a) | Shipment information cannot be sent. Order reference (KROGBORZU) does not have automatic shipment sender available. . context: []','',0,0,'2021-01-28 17:32:26','2021-01-28 17:32:26'),(933,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',258,0,'2021-01-28 17:32:30','2021-01-28 17:32:30'),(934,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-02 09:30:26','2021-02-02 09:30:26'),(935,2,0,'Log ID (601900637bfe9) | Shipment information cannot be sent. Order reference (FYLZSLHIO) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 09:33:55','2021-02-02 09:33:55'),(936,1,0,'Mollie incoming webhook: id=tr_f4j5K657Ck','',0,0,'2021-02-02 09:34:05','2021-02-02 09:34:05'),(937,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 148 / transaction tr_f4j5K657Ck','',0,0,'2021-02-02 09:34:05','2021-02-02 09:34:05'),(938,2,0,'Log ID (601900704c2c0) | Shipment information cannot be sent. Order reference (NVKYOQUWR) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 09:34:08','2021-02-02 09:34:08'),(939,2,0,'Log ID (60190f017fe34) | Shipment information cannot be sent. Order reference (SAFMRBHWW) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 10:36:17','2021-02-02 10:36:17'),(940,1,0,'Mollie incoming webhook: id=tr_TadKnHeusk','',0,0,'2021-02-02 10:36:25','2021-02-02 10:36:25'),(941,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 149 / transaction tr_TadKnHeusk','',0,0,'2021-02-02 10:36:25','2021-02-02 10:36:25'),(942,2,0,'Log ID (60190f1ee7dd8) | Shipment information cannot be sent. Order reference (UKCDXPCAA) is a regular payment. . context: []','',0,0,'2021-02-02 10:36:46','2021-02-02 10:36:46'),(943,2,0,'Log ID (60190fc97afc1) | Shipment information cannot be sent. Order reference (GCWPVQQCF) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 10:39:37','2021-02-02 10:39:37'),(944,1,0,'Mollie incoming webhook: id=tr_y534ty8CGd','',0,0,'2021-02-02 10:39:43','2021-02-02 10:39:43'),(945,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 150 / transaction tr_y534ty8CGd','',0,0,'2021-02-02 10:39:44','2021-02-02 10:39:44'),(946,2,0,'Log ID (6019116155118) | Shipment information cannot be sent. Order reference (VHZXYIYQL) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 10:46:25','2021-02-02 10:46:25'),(947,1,0,'Mollie incoming webhook: id=tr_MvvQnvPKdV','',0,0,'2021-02-02 10:46:30','2021-02-02 10:46:30'),(948,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 151 / transaction tr_MvvQnvPKdV','',0,0,'2021-02-02 10:46:30','2021-02-02 10:46:30'),(949,2,0,'Log ID (6019125fa0c46) | Shipment information cannot be sent. Order reference (MPXHZXKVY) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 10:50:39','2021-02-02 10:50:39'),(950,1,0,'Mollie incoming webhook: id=tr_bUJhgcdasT','',0,0,'2021-02-02 10:50:44','2021-02-02 10:50:44'),(951,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 152 / transaction tr_bUJhgcdasT','',0,0,'2021-02-02 10:50:44','2021-02-02 10:50:44'),(952,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-02 15:30:37','2021-02-02 15:30:37'),(953,2,0,'Log ID (6019545446d19) | Shipment information cannot be sent. Order reference (XIKPWNDVG) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 15:32:04','2021-02-02 15:32:04'),(954,1,0,'Mollie incoming webhook: id=tr_suVky58hPp','',0,0,'2021-02-02 15:32:11','2021-02-02 15:32:11'),(955,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 153 / transaction tr_suVky58hPp','',0,0,'2021-02-02 15:32:12','2021-02-02 15:32:12'),(956,2,0,'Log ID (601954728b401) | Shipment information cannot be sent. Order reference (KAFFXGXEZ) is a regular payment. . context: []','',0,0,'2021-02-02 15:32:34','2021-02-02 15:32:34'),(957,2,0,'Log ID (60195a9a1a00a) | Shipment information cannot be sent. Order reference (JSRROYJZL) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 15:58:50','2021-02-02 15:58:50'),(958,1,0,'Mollie incoming webhook: id=tr_4asKCakFU8','',0,0,'2021-02-02 16:15:04','2021-02-02 16:15:04'),(959,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 154 / transaction tr_4asKCakFU8','',0,0,'2021-02-02 16:15:05','2021-02-02 16:15:05'),(960,1,0,'Mollie incoming webhook: ','',0,0,'2021-02-02 17:03:51','2021-02-02 17:03:51'),(961,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 154 / transaction tr_4asKCakFU8','',0,0,'2021-02-02 17:04:39','2021-02-02 17:04:39'),(962,2,0,'Log ID (60196af577ff9) | Shipment information cannot be sent. Order reference (HFVBWPGKS) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 17:08:37','2021-02-02 17:08:37'),(963,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 154 / transaction tr_4asKCakFU8','',0,0,'2021-02-02 17:08:41','2021-02-02 17:08:41'),(964,2,0,'Log ID (60196b5e192f7) | Shipment information cannot be sent. Order reference (QBSVHIBPS) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 17:10:22','2021-02-02 17:10:22'),(965,1,0,'Mollie incoming webhook: id=tr_wsWAh5QMzE','',0,0,'2021-02-02 17:10:30','2021-02-02 17:10:30'),(966,2,0,'Log ID (60196b679fe3c) | Shipment information cannot be sent. Order reference (THCQYCZUH) is a regular payment. . context: []','',0,0,'2021-02-02 17:10:31','2021-02-02 17:10:31'),(967,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 155 / transaction tr_wsWAh5QMzE','',0,0,'2021-02-02 17:10:45','2021-02-02 17:10:45'),(968,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 155 / transaction tr_wsWAh5QMzE','',0,0,'2021-02-02 17:10:52','2021-02-02 17:10:52'),(969,2,0,'Log ID (60196bdcaea01) | Shipment information cannot be sent. Order reference (OVBLRZWQS) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-02 17:12:28','2021-02-02 17:12:28'),(970,1,0,'Mollie incoming webhook: id=tr_MjgxcJFCKH','',0,0,'2021-02-02 17:12:40','2021-02-02 17:12:40'),(971,2,0,'Log ID (60196be92a6a8) | Shipment information cannot be sent. Order reference (NJXRHCPJF) is a regular payment. . context: []','',0,0,'2021-02-02 17:12:41','2021-02-02 17:12:41'),(972,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 156 / transaction tr_MjgxcJFCKH','',0,0,'2021-02-02 17:12:47','2021-02-02 17:12:47'),(973,2,0,'Log ID (60196c9368dc8) | Shipment information cannot be sent. Order reference (NJXRHCPJF) does not have automatic shipment sender available. . context: []','',0,1,'2021-02-02 17:15:31','2021-02-02 17:15:31'),(974,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-04 14:46:11','2021-02-04 14:46:11'),(975,2,0,'Log ID (601becd3a1127) | Shipment information cannot be sent. Order reference (HLDEYGDJY) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-04 14:47:15','2021-02-04 14:47:15'),(976,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',279,0,'2021-02-04 14:47:19','2021-02-04 14:47:19'),(977,2,0,'Log ID (601bed5d1bbf2) | Shipment information cannot be sent. Order reference (FYOYHXTDM) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-04 14:49:33','2021-02-04 14:49:33'),(978,1,0,'Mollie incoming webhook: id=tr_5s2x7v57WT','',0,0,'2021-02-04 14:49:39','2021-02-04 14:49:39'),(979,2,0,'Log ID (601bed637325c) | Shipment information cannot be sent. Order reference (HCSAORADA) is a regular payment. . context: []','',0,0,'2021-02-04 14:49:39','2021-02-04 14:49:39'),(980,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 158 / transaction tr_5s2x7v57WT','',0,0,'2021-02-04 14:49:45','2021-02-04 14:49:45'),(981,2,0,'Log ID (601bf04703bc3) | Shipment information cannot be sent. Order reference (HWDCJACJT) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-04 15:01:59','2021-02-04 15:01:59'),(982,2,0,'Log ID (601bf0a35e3a5) | Shipment information cannot be sent. Order reference (FSTRTIRQK) does not have automatic shipment sender available. . context: []','',0,0,'2021-02-04 15:03:31','2021-02-04 15:03:31'),(983,1,0,'Mollie incoming webhook: id=tr_7H7PvKGHN6','',0,0,'2021-02-04 15:13:55','2021-02-04 15:13:55'),(984,2,0,'Log ID (601bf3144112f) | Shipment information cannot be sent. Order reference (DWMPALSSP) is a regular payment. . context: []','',0,0,'2021-02-04 15:13:56','2021-02-04 15:13:56'),(985,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 161 / transaction tr_7H7PvKGHN6','',0,0,'2021-02-04 15:14:02','2021-02-04 15:14:02'),(986,1,0,'Mollie incoming webhook: id=tr_39RdkCmUc4','',0,0,'2021-02-04 15:18:06','2021-02-04 15:18:06'),(987,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 159 / transaction tr_39RdkCmUc4','',0,0,'2021-02-04 15:18:08','2021-02-04 15:18:08'),(988,1,0,'Mollie incoming webhook: id=tr_Ne7H4BQEfu','',0,0,'2021-02-04 15:19:03','2021-02-04 15:19:03'),(989,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 160 / transaction tr_Ne7H4BQEfu','',0,0,'2021-02-04 15:19:05','2021-02-04 15:19:05'),(990,1,0,'Mollie incoming webhook: id=ord_fq0n2s','',0,0,'2021-02-04 15:19:29','2021-02-04 15:19:29'),(991,1,0,'Mollie incoming webhook: id=ord_hkzfjy','',0,0,'2021-02-04 15:29:11','2021-02-04 15:29:11'),(992,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 162 / transaction ord_fq0n2s','',0,0,'2021-02-04 15:35:07','2021-02-04 15:35:07'),(993,1,0,'Mollie incoming webhook: id=ord_i15gfi','',0,0,'2021-02-04 15:50:07','2021-02-04 15:50:07'),(994,1,0,'MollieWebhookModuleFrontController::processTransaction said: Received webhook request for order 164 / transaction ord_i15gfi','',0,0,'2021-02-04 15:52:17','2021-02-04 15:52:17'),(995,1,0,'MollieWebhookModuleFrontController::processTransaction said: Received webhook request for order 163 / transaction ord_hkzfjy','',0,0,'2021-02-04 16:00:19','2021-02-04 16:00:19'),(996,1,0,'Mollie module error: [2021-02-04T16:00:54+0200] Error executing API call (422: Unprocessable Entity): The \\\'code\\\' field is missing. Field: code. Documentation: https://docs.mollie.com/guides/handling-errors','',0,0,'2021-02-04 16:00:54','2021-02-04 16:00:54'),(997,1,0,'MollieWebhookModuleFrontController::processTransaction said: Received webhook request for order 165 / transaction ord_w3bww','',0,0,'2021-02-04 16:01:03','2021-02-04 16:01:03'),(998,1,0,'Mollie module error: [2021-02-04T16:02:34+0200] Error executing API call (422: Unprocessable Entity): The \\\'code\\\' field is missing. Field: code. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-02-04 16:02:37','2021-02-04 16:02:37'),(999,1,0,'Mollie incoming webhook: id=ord_77wnna','',0,0,'2021-02-04 16:06:56','2021-02-04 16:06:56'),(1000,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 166 / transaction ord_77wnna','',0,0,'2021-02-04 16:07:03','2021-02-04 16:07:03'),(1001,1,0,'Mollie incoming webhook: id=ord_ou4vtq','',0,0,'2021-02-04 16:13:37','2021-02-04 16:13:37'),(1002,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 167 / transaction ord_ou4vtq','',0,0,'2021-02-04 16:13:43','2021-02-04 16:13:43'),(1003,1,0,'Mollie incoming webhook: id=ord_9ei2eu','',0,0,'2021-02-04 16:15:35','2021-02-04 16:15:35'),(1004,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 168 / transaction ord_9ei2eu','',0,0,'2021-02-04 16:15:40','2021-02-04 16:15:40'),(1005,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 167 / transaction ord_ou4vtq','',0,0,'2021-02-04 16:16:41','2021-02-04 16:16:41'),(1006,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 168 / transaction ord_9ei2eu','',0,0,'2021-02-04 16:18:22','2021-02-04 16:18:22'),(1007,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-05 09:50:49','2021-02-05 09:50:49'),(1008,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-08 18:02:21','2021-02-08 18:02:21'),(1009,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-09 09:12:58','2021-02-09 09:12:58'),(1010,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-10 12:34:05','2021-02-10 12:34:05'),(1011,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-11 10:49:12','2021-02-11 10:49:12'),(1012,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-02-18 09:29:38','2021-02-18 09:29:38'),(1013,1,0,'Exporting mail with theme modern for language Bahasa melayu (Malay)','',0,1,'2021-02-18 12:58:55','2021-02-18 12:58:55'),(1014,1,0,'Generate html template account at /var/www/html/mollie17/mails/ms/account.html','',0,1,'2021-02-18 12:58:55','2021-02-18 12:58:55'),(1015,1,0,'Generate txt template account at /var/www/html/mollie17/mails/ms/account.txt','',0,1,'2021-02-18 12:58:55','2021-02-18 12:58:55'),(1016,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/ms/backoffice_order.html','',0,1,'2021-02-18 12:58:55','2021-02-18 12:58:55'),(1017,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/ms/backoffice_order.txt','',0,1,'2021-02-18 12:58:55','2021-02-18 12:58:55'),(1018,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/ms/bankwire.html','',0,1,'2021-02-18 12:58:55','2021-02-18 12:58:55'),(1019,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/ms/bankwire.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1020,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/ms/cheque.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1021,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/ms/cheque.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1022,1,0,'Generate html template contact at /var/www/html/mollie17/mails/ms/contact.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1023,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/ms/contact.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1024,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/ms/contact_form.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1025,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/ms/contact_form.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1026,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/ms/credit_slip.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1027,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/ms/credit_slip.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1028,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/ms/download_product.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1029,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/ms/download_product.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1030,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/ms/employee_password.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1031,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/ms/employee_password.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1032,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/ms/forward_msg.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1033,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/ms/forward_msg.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1034,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/ms/guest_to_customer.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1035,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/ms/guest_to_customer.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1036,1,0,'Generate html template import at /var/www/html/mollie17/mails/ms/import.html','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1037,1,0,'Generate txt template import at /var/www/html/mollie17/mails/ms/import.txt','',0,1,'2021-02-18 12:58:56','2021-02-18 12:58:56'),(1038,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/ms/in_transit.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1039,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/ms/in_transit.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1040,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/ms/log_alert.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1041,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/ms/log_alert.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1042,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/ms/newsletter.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1043,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/ms/newsletter.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1044,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/ms/order_canceled.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1045,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/ms/order_canceled.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1046,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/ms/order_changed.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1047,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/ms/order_changed.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1048,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/ms/order_conf.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1049,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/ms/order_conf.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1050,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/ms/order_customer_comment.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1051,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/ms/order_customer_comment.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1052,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/ms/order_merchant_comment.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1053,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/ms/order_merchant_comment.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1054,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/ms/order_return_state.html','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1055,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/ms/order_return_state.txt','',0,1,'2021-02-18 12:58:57','2021-02-18 12:58:57'),(1056,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/ms/outofstock.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1057,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/ms/outofstock.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1058,1,0,'Generate html template password at /var/www/html/mollie17/mails/ms/password.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1059,1,0,'Generate txt template password at /var/www/html/mollie17/mails/ms/password.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1060,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/ms/password_query.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1061,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/ms/password_query.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1062,1,0,'Generate html template payment at /var/www/html/mollie17/mails/ms/payment.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1063,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/ms/payment.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1064,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/ms/payment_error.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1065,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/ms/payment_error.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1066,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/ms/preparation.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1067,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/ms/preparation.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1068,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/ms/productoutofstock.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1069,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/ms/productoutofstock.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1070,1,0,'Generate html template refund at /var/www/html/mollie17/mails/ms/refund.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1071,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/ms/refund.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1072,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/ms/reply_msg.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1073,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/ms/reply_msg.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1074,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/ms/shipped.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1075,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/ms/shipped.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1076,1,0,'Generate html template test at /var/www/html/mollie17/mails/ms/test.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1077,1,0,'Generate txt template test at /var/www/html/mollie17/mails/ms/test.txt','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1078,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/ms/voucher.html','',0,1,'2021-02-18 12:58:58','2021-02-18 12:58:58'),(1079,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/ms/voucher.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1080,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/ms/voucher_new.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1081,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/ms/voucher_new.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1082,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ms/newsletter_conf.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1083,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ms/newsletter_conf.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1084,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ms/newsletter_verif.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1085,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ms/newsletter_verif.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1086,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ms/newsletter_voucher.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1087,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ms/newsletter_voucher.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1088,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/ms/followup_1.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1089,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/ms/followup_1.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1090,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/ms/followup_2.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1091,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/ms/followup_2.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1092,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/ms/followup_3.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1093,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/ms/followup_3.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1094,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/ms/followup_4.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1095,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/ms/followup_4.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1096,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/customer_qty.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1097,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/customer_qty.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1098,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/new_order.html','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1099,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/new_order.txt','',0,1,'2021-02-18 12:58:59','2021-02-18 12:58:59'),(1100,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/order_changed.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1101,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/order_changed.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1102,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/productcoverage.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1103,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/productcoverage.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1104,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/productoutofstock.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1105,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/productoutofstock.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1106,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/return_slip.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1107,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/ms/return_slip.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1108,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/ms/referralprogram-congratulations.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1109,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/ms/referralprogram-congratulations.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1110,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/ms/referralprogram-invitation.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1111,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/ms/referralprogram-invitation.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1112,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/ms/referralprogram-voucher.html','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1113,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/ms/referralprogram-voucher.txt','',0,1,'2021-02-18 12:59:00','2021-02-18 12:59:00'),(1114,1,0,'Exporting mail with theme modern for language 中文 (Simplified Chinese)','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1115,1,0,'Generate html template account at /var/www/html/mollie17/mails/zh/account.html','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1116,1,0,'Generate txt template account at /var/www/html/mollie17/mails/zh/account.txt','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1117,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/zh/backoffice_order.html','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1118,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/zh/backoffice_order.txt','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1119,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/zh/bankwire.html','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1120,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/zh/bankwire.txt','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1121,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/zh/cheque.html','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1122,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/zh/cheque.txt','',0,1,'2021-02-18 12:59:03','2021-02-18 12:59:03'),(1123,1,0,'Generate html template contact at /var/www/html/mollie17/mails/zh/contact.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1124,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/zh/contact.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1125,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/zh/contact_form.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1126,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/zh/contact_form.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1127,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/zh/credit_slip.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1128,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/zh/credit_slip.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1129,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/zh/download_product.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1130,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/zh/download_product.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1131,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/zh/employee_password.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1132,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/zh/employee_password.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1133,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/zh/forward_msg.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1134,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/zh/forward_msg.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1135,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/zh/guest_to_customer.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1136,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/zh/guest_to_customer.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1137,1,0,'Generate html template import at /var/www/html/mollie17/mails/zh/import.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1138,1,0,'Generate txt template import at /var/www/html/mollie17/mails/zh/import.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1139,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/zh/in_transit.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1140,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/zh/in_transit.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1141,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/zh/log_alert.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1142,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/zh/log_alert.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1143,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/zh/newsletter.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1144,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/zh/newsletter.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1145,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/zh/order_canceled.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1146,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/zh/order_canceled.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1147,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/zh/order_changed.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1148,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/zh/order_changed.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1149,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/zh/order_conf.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1150,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/zh/order_conf.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1151,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/zh/order_customer_comment.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1152,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/zh/order_customer_comment.txt','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1153,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/zh/order_merchant_comment.html','',0,1,'2021-02-18 12:59:04','2021-02-18 12:59:04'),(1154,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/zh/order_merchant_comment.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1155,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/zh/order_return_state.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1156,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/zh/order_return_state.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1157,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/zh/outofstock.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1158,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/zh/outofstock.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1159,1,0,'Generate html template password at /var/www/html/mollie17/mails/zh/password.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1160,1,0,'Generate txt template password at /var/www/html/mollie17/mails/zh/password.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1161,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/zh/password_query.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1162,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/zh/password_query.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1163,1,0,'Generate html template payment at /var/www/html/mollie17/mails/zh/payment.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1164,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/zh/payment.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1165,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/zh/payment_error.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1166,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/zh/payment_error.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1167,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/zh/preparation.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1168,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/zh/preparation.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1169,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/zh/productoutofstock.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1170,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/zh/productoutofstock.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1171,1,0,'Generate html template refund at /var/www/html/mollie17/mails/zh/refund.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1172,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/zh/refund.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1173,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/zh/reply_msg.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1174,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/zh/reply_msg.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1175,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/zh/shipped.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1176,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/zh/shipped.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1177,1,0,'Generate html template test at /var/www/html/mollie17/mails/zh/test.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1178,1,0,'Generate txt template test at /var/www/html/mollie17/mails/zh/test.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1179,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/zh/voucher.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1180,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/zh/voucher.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1181,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/zh/voucher_new.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1182,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/zh/voucher_new.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1183,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/zh/newsletter_conf.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1184,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/zh/newsletter_conf.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1185,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/zh/newsletter_verif.html','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1186,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/zh/newsletter_verif.txt','',0,1,'2021-02-18 12:59:05','2021-02-18 12:59:05'),(1187,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/zh/newsletter_voucher.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1188,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/zh/newsletter_voucher.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1189,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/zh/followup_1.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1190,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/zh/followup_1.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1191,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/zh/followup_2.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1192,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/zh/followup_2.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1193,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/zh/followup_3.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1194,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/zh/followup_3.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1195,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/zh/followup_4.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1196,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/zh/followup_4.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1197,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/customer_qty.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1198,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/customer_qty.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1199,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/new_order.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1200,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/new_order.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1201,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/order_changed.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1202,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/order_changed.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1203,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/productcoverage.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1204,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/productcoverage.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1205,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/productoutofstock.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1206,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/productoutofstock.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1207,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/return_slip.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1208,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/zh/return_slip.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1209,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/zh/referralprogram-congratulations.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1210,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/zh/referralprogram-congratulations.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1211,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/zh/referralprogram-invitation.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1212,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/zh/referralprogram-invitation.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1213,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/zh/referralprogram-voucher.html','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1214,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/zh/referralprogram-voucher.txt','',0,1,'2021-02-18 12:59:06','2021-02-18 12:59:06'),(1215,1,0,'Exporting mail with theme modern for language தமிழ் (Tamil)','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1216,1,0,'Generate html template account at /var/www/html/mollie17/mails/ta/account.html','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1217,1,0,'Generate txt template account at /var/www/html/mollie17/mails/ta/account.txt','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1218,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/ta/backoffice_order.html','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1219,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/ta/backoffice_order.txt','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1220,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/ta/bankwire.html','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1221,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/ta/bankwire.txt','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1222,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/ta/cheque.html','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1223,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/ta/cheque.txt','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1224,1,0,'Generate html template contact at /var/www/html/mollie17/mails/ta/contact.html','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1225,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/ta/contact.txt','',0,1,'2021-02-18 12:59:09','2021-02-18 12:59:09'),(1226,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/ta/contact_form.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1227,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/ta/contact_form.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1228,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/ta/credit_slip.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1229,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/ta/credit_slip.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1230,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/ta/download_product.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1231,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/ta/download_product.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1232,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/ta/employee_password.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1233,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/ta/employee_password.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1234,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/ta/forward_msg.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1235,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/ta/forward_msg.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1236,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/ta/guest_to_customer.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1237,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/ta/guest_to_customer.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1238,1,0,'Generate html template import at /var/www/html/mollie17/mails/ta/import.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1239,1,0,'Generate txt template import at /var/www/html/mollie17/mails/ta/import.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1240,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/ta/in_transit.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1241,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/ta/in_transit.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1242,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/ta/log_alert.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1243,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/ta/log_alert.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1244,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/ta/newsletter.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1245,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/ta/newsletter.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1246,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/ta/order_canceled.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1247,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/ta/order_canceled.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1248,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/ta/order_changed.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1249,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/ta/order_changed.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1250,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/ta/order_conf.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1251,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/ta/order_conf.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1252,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/ta/order_customer_comment.html','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1253,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/ta/order_customer_comment.txt','',0,1,'2021-02-18 12:59:10','2021-02-18 12:59:10'),(1254,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/ta/order_merchant_comment.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1255,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/ta/order_merchant_comment.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1256,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/ta/order_return_state.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1257,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/ta/order_return_state.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1258,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/ta/outofstock.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1259,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/ta/outofstock.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1260,1,0,'Generate html template password at /var/www/html/mollie17/mails/ta/password.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1261,1,0,'Generate txt template password at /var/www/html/mollie17/mails/ta/password.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1262,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/ta/password_query.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1263,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/ta/password_query.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1264,1,0,'Generate html template payment at /var/www/html/mollie17/mails/ta/payment.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1265,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/ta/payment.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1266,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/ta/payment_error.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1267,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/ta/payment_error.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1268,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/ta/preparation.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1269,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/ta/preparation.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1270,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/ta/productoutofstock.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1271,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/ta/productoutofstock.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1272,1,0,'Generate html template refund at /var/www/html/mollie17/mails/ta/refund.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1273,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/ta/refund.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1274,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/ta/reply_msg.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1275,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/ta/reply_msg.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1276,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/ta/shipped.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1277,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/ta/shipped.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1278,1,0,'Generate html template test at /var/www/html/mollie17/mails/ta/test.html','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1279,1,0,'Generate txt template test at /var/www/html/mollie17/mails/ta/test.txt','',0,1,'2021-02-18 12:59:11','2021-02-18 12:59:11'),(1280,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/ta/voucher.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1281,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/ta/voucher.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1282,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/ta/voucher_new.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1283,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/ta/voucher_new.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1284,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ta/newsletter_conf.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1285,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ta/newsletter_conf.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1286,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ta/newsletter_verif.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1287,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ta/newsletter_verif.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1288,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ta/newsletter_voucher.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1289,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ta/newsletter_voucher.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1290,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/ta/followup_1.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1291,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/ta/followup_1.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1292,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/ta/followup_2.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1293,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/ta/followup_2.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1294,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/ta/followup_3.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1295,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/ta/followup_3.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1296,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/ta/followup_4.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1297,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/ta/followup_4.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1298,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/customer_qty.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1299,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/customer_qty.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1300,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/new_order.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1301,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/new_order.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1302,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/order_changed.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1303,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/order_changed.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1304,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/productcoverage.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1305,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/productcoverage.txt','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1306,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/productoutofstock.html','',0,1,'2021-02-18 12:59:12','2021-02-18 12:59:12'),(1307,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/productoutofstock.txt','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1308,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/return_slip.html','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1309,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/ta/return_slip.txt','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1310,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/ta/referralprogram-congratulations.html','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1311,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/ta/referralprogram-congratulations.txt','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1312,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/ta/referralprogram-invitation.html','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1313,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/ta/referralprogram-invitation.txt','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1314,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/ta/referralprogram-voucher.html','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1315,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/ta/referralprogram-voucher.txt','',0,1,'2021-02-18 12:59:13','2021-02-18 12:59:13'),(1316,1,0,'Mollie incoming webhook: id=tr_U8R55EUbWM','',0,0,'2021-02-18 13:33:27','2021-02-18 13:33:27'),(1317,2,0,'Log ID (602e50884eb6f) | Shipment information cannot be sent. Order reference (TUJRSXSUJ) is a regular payment. . context: []','',0,0,'2021-02-18 13:33:28','2021-02-18 13:33:28'),(1318,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 169 / transaction tr_U8R55EUbWM','',0,0,'2021-02-18 13:33:34','2021-02-18 13:33:34'),(1319,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:11:29','2021-02-18 14:11:29'),(1320,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:11:29','2021-02-18 14:11:29'),(1321,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:11:29','2021-02-18 14:11:29'),(1322,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:11:29','2021-02-18 14:11:29'),(1323,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:12:39','2021-02-18 14:12:39'),(1324,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:12:50','2021-02-18 14:12:50'),(1325,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Notice: Object of class MolPaymentMethod could not be converted to int','',0,0,'2021-02-18 14:12:55','2021-02-18 14:12:55'),(1326,1,0,'Mollie incoming webhook: id=tr_NHaPPAdqq4','',0,0,'2021-02-18 15:00:08','2021-02-18 15:00:08'),(1327,2,0,'Log ID (602e64d915716) | Shipment information cannot be sent. Order reference (TDQGAHYBQ) is a regular payment. . context: []','',0,0,'2021-02-18 15:00:09','2021-02-18 15:00:09'),(1328,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 170 / transaction tr_NHaPPAdqq4','',0,0,'2021-02-18 15:00:14','2021-02-18 15:00:14'),(1329,1,0,'CartRule addition','CartRule',5,1,'2021-02-19 11:50:05','2021-02-19 11:50:05'),(1330,1,0,'CartRule modification','CartRule',5,1,'2021-02-19 11:52:09','2021-02-19 11:52:09'),(1331,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-02-26 11:04:00','2021-02-26 11:04:00'),(1332,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-02-26 11:04:00','2021-02-26 11:04:00'),(1333,1,0,'Mollie module error: [2021-02-26T11:27:52+0200] Error executing API call (404: Not Found): No payment exists with token tr_U8R55EUbWM.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-02-26 11:27:52','2021-02-26 11:27:52'),(1334,1,0,'Mollie module error: [2021-02-26T11:29:14+0200] Error executing API call (404: Not Found): No payment exists with token tr_U8R55EUbWM.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-02-26 11:29:14','2021-02-26 11:29:14'),(1335,1,0,'CartRule addition','CartRule',6,1,'2021-02-26 12:17:08','2021-02-26 12:17:08'),(1336,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',307,0,'2021-02-26 12:24:08','2021-02-26 12:24:08'),(1337,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',307,0,'2021-02-26 12:24:09','2021-02-26 12:24:09'),(1338,1,0,'CartRule addition','CartRule',7,1,'2021-02-26 12:34:03','2021-02-26 12:34:03'),(1339,1,0,'Mollie module error: [2021-02-26T15:42:59+0200] Error executing API call (404: Not Found): No payment exists with token tr_NHaPPAdqq4.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-02-26 15:42:59','2021-02-26 15:42:59'),(1340,1,0,'Mollie module error: [2021-02-26T15:44:14+0200] Error executing API call (404: Not Found): No payment exists with token tr_NHaPPAdqq4.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-02-26 15:44:14','2021-02-26 15:44:14'),(1341,1,0,'Product modification','Product',4,1,'2021-03-04 11:44:39','2021-03-04 11:44:39'),(1342,1,0,'Product modification','Product',4,1,'2021-03-04 11:46:01','2021-03-04 11:46:01'),(1343,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',319,0,'2021-03-04 16:10:33','2021-03-04 16:10:33'),(1344,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-03-16 16:14:32','2021-03-16 16:14:32'),(1345,3,0,'Exception thrown by module mollie on reset. Error when resetting module mollie. Warning: mkdir(): Permission denied','',0,1,'2021-03-18 12:58:32','2021-03-18 12:58:32'),(1346,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-03-18 13:05:35','2021-03-18 13:05:35'),(1347,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-03-18 13:05:35','2021-03-18 13:05:35'),(1348,1,0,'Exporting mail with theme modern for language Polski (Polish)','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1349,1,0,'Generate html template account at /var/www/html/mollie17/mails/pl/account.html','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1350,1,0,'Generate txt template account at /var/www/html/mollie17/mails/pl/account.txt','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1351,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/pl/backoffice_order.html','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1352,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/pl/backoffice_order.txt','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1353,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/pl/bankwire.html','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1354,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/pl/bankwire.txt','',0,1,'2021-03-18 13:42:06','2021-03-18 13:42:06'),(1355,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/pl/cheque.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1356,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/pl/cheque.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1357,1,0,'Generate html template contact at /var/www/html/mollie17/mails/pl/contact.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1358,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/pl/contact.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1359,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/pl/contact_form.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1360,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/pl/contact_form.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1361,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/pl/credit_slip.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1362,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/pl/credit_slip.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1363,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/pl/download_product.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1364,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/pl/download_product.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1365,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/pl/employee_password.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1366,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/pl/employee_password.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1367,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/pl/forward_msg.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1368,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/pl/forward_msg.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1369,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/pl/guest_to_customer.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1370,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/pl/guest_to_customer.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1371,1,0,'Generate html template import at /var/www/html/mollie17/mails/pl/import.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1372,1,0,'Generate txt template import at /var/www/html/mollie17/mails/pl/import.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1373,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/pl/in_transit.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1374,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/pl/in_transit.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1375,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/pl/log_alert.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1376,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/pl/log_alert.txt','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1377,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/pl/newsletter.html','',0,1,'2021-03-18 13:42:07','2021-03-18 13:42:07'),(1378,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/pl/newsletter.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1379,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/pl/order_canceled.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1380,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/pl/order_canceled.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1381,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/pl/order_changed.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1382,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/pl/order_changed.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1383,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/pl/order_conf.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1384,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/pl/order_conf.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1385,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/pl/order_customer_comment.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1386,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/pl/order_customer_comment.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1387,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/pl/order_merchant_comment.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1388,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/pl/order_merchant_comment.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1389,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/pl/order_return_state.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1390,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/pl/order_return_state.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1391,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/pl/outofstock.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1392,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/pl/outofstock.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1393,1,0,'Generate html template password at /var/www/html/mollie17/mails/pl/password.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1394,1,0,'Generate txt template password at /var/www/html/mollie17/mails/pl/password.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1395,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/pl/password_query.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1396,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/pl/password_query.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1397,1,0,'Generate html template payment at /var/www/html/mollie17/mails/pl/payment.html','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1398,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/pl/payment.txt','',0,1,'2021-03-18 13:42:08','2021-03-18 13:42:08'),(1399,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/pl/payment_error.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1400,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/pl/payment_error.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1401,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/pl/preparation.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1402,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/pl/preparation.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1403,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/pl/productoutofstock.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1404,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/pl/productoutofstock.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1405,1,0,'Generate html template refund at /var/www/html/mollie17/mails/pl/refund.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1406,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/pl/refund.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1407,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/pl/reply_msg.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1408,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/pl/reply_msg.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1409,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/pl/shipped.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1410,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/pl/shipped.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1411,1,0,'Generate html template test at /var/www/html/mollie17/mails/pl/test.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1412,1,0,'Generate txt template test at /var/www/html/mollie17/mails/pl/test.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1413,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/pl/voucher.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1414,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/pl/voucher.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1415,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/pl/voucher_new.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1416,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/pl/voucher_new.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1417,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/pl/newsletter_conf.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1418,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/pl/newsletter_conf.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1419,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/pl/newsletter_verif.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1420,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/pl/newsletter_verif.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1421,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/pl/newsletter_voucher.html','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1422,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/pl/newsletter_voucher.txt','',0,1,'2021-03-18 13:42:09','2021-03-18 13:42:09'),(1423,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/pl/followup_1.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1424,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/pl/followup_1.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1425,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/pl/followup_2.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1426,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/pl/followup_2.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1427,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/pl/followup_3.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1428,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/pl/followup_3.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1429,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/pl/followup_4.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1430,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/pl/followup_4.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1431,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/customer_qty.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1432,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/customer_qty.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1433,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/new_order.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1434,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/new_order.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1435,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/order_changed.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1436,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/order_changed.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1437,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/productcoverage.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1438,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/productcoverage.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1439,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/productoutofstock.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1440,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/productoutofstock.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1441,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/return_slip.html','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1442,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/pl/return_slip.txt','',0,1,'2021-03-18 13:42:10','2021-03-18 13:42:10'),(1443,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/pl/referralprogram-congratulations.html','',0,1,'2021-03-18 13:42:11','2021-03-18 13:42:11'),(1444,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/pl/referralprogram-congratulations.txt','',0,1,'2021-03-18 13:42:11','2021-03-18 13:42:11'),(1445,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/pl/referralprogram-invitation.html','',0,1,'2021-03-18 13:42:11','2021-03-18 13:42:11'),(1446,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/pl/referralprogram-invitation.txt','',0,1,'2021-03-18 13:42:11','2021-03-18 13:42:11'),(1447,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/pl/referralprogram-voucher.html','',0,1,'2021-03-18 13:42:11','2021-03-18 13:42:11'),(1448,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/pl/referralprogram-voucher.txt','',0,1,'2021-03-18 13:42:11','2021-03-18 13:42:11'),(1449,1,0,'CartRule addition','CartRule',8,1,'2021-03-18 14:32:17','2021-03-18 14:32:17'),(1450,1,0,'Mollie module error: [2021-03-19T12:25:58+0200] Error executing API call (404: Not Found): No payment exists with token tr_EhcNACFmSt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-03-19 12:25:58','2021-03-19 12:25:58'),(1451,2,0,'Log ID (605c65a73d17a) | Shipment information cannot be sent. Order reference (UCAEQBBZK) is a regular payment. . context: []','',0,1,'2021-03-25 12:27:51','2021-03-25 12:27:51'),(1452,2,0,'Log ID (605c65f93746b) | Shipment information cannot be sent. Order reference (UCAEQBBZK) is a regular payment. . context: []','',0,1,'2021-03-25 12:29:13','2021-03-25 12:29:13'),(1453,2,0,'Log ID (605c6636bb94f) | Shipment information cannot be sent. Order reference (UCAEQBBZK) is a regular payment. . context: []','',0,1,'2021-03-25 12:30:14','2021-03-25 12:30:14'),(1454,3,0,'Mollie::hookActionObjectCurrencyUpdateAfter - System incompatible: Failed to refresh order total restriction values: None available currencies were found','',0,1,'2021-04-01 16:36:01','2021-04-01 16:36:01'),(1455,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-04-08 09:23:37','2021-04-08 09:23:37'),(1456,1,0,'Product modification','Product',3,1,'2021-04-08 09:27:51','2021-04-08 09:27:51'),(1457,1,0,'Product modification','Product',3,1,'2021-04-08 09:27:56','2021-04-08 09:27:56'),(1458,1,0,'Product modification','Product',3,1,'2021-04-08 09:28:00','2021-04-08 09:28:00'),(1459,1,0,'Product modification','Product',3,1,'2021-04-08 09:28:10','2021-04-08 09:28:10'),(1460,1,0,'Product modification','Product',3,1,'2021-04-08 09:29:35','2021-04-08 09:29:35'),(1461,1,0,'Mollie module error: [2021-04-08T09:31:38+0300] Error executing API call (404: Not Found): No payment exists with token tr_f5WFWHzxzA.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-08 09:31:38','2021-04-08 09:31:38'),(1462,1,0,'Mollie module error: [2021-04-08T09:31:58+0300] Error executing API call (404: Not Found): No payment exists with token tr_f5WFWHzxzA.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-08 09:31:58','2021-04-08 09:31:58'),(1463,1,0,'Mollie module error: [2021-04-08T09:35:24+0300] Error executing API call (404: Not Found): No payment exists with token tr_f5WFWHzxzA.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-08 09:35:58','2021-04-08 09:35:58'),(1464,1,0,'Mollie module error: [2021-04-08T09:36:27+0300] Error executing API call (404: Not Found): No payment exists with token tr_f5WFWHzxzA.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-08 09:36:36','2021-04-08 09:36:36'),(1465,1,0,'Mollie module error: [2021-04-08T09:37:00+0300] Error executing API call (404: Not Found): No payment exists with token tr_f5WFWHzxzA.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-08 09:37:00','2021-04-08 09:37:00'),(1466,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-04-08 10:05:00','2021-04-08 10:05:00'),(1467,1,0,'OrderState modification','OrderState',159,1,'2021-04-08 13:39:09','2021-04-08 13:39:09'),(1468,1,0,'Protect vendor folder in module ps_emailalerts','',0,1,'2021-04-08 14:21:09','2021-04-08 14:21:09'),(1469,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',370,0,'2021-04-08 16:16:48','2021-04-08 16:16:48'),(1470,3,0,'Exception on hook paymentOptions for module . [2021-04-15T14:25:50+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: locale','',0,0,'2021-04-15 14:25:50','2021-04-15 14:25:50'),(1471,3,0,'Exception on hook paymentOptions for module . [2021-04-15T14:33:04+0300] Error executing API call (404: Not Found): The payment method is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: method','',0,0,'2021-04-15 14:33:04','2021-04-15 14:33:04'),(1472,1,0,'Mollie module error: [2021-04-16T17:30:45+0300] Error executing API call (404: Not Found): No order exists with token ord_l2g8cs.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-16 17:30:45','2021-04-16 17:30:45'),(1473,1,0,'CartRule modification','CartRule',1,1,'2021-04-22 11:37:26','2021-04-22 11:37:26'),(1474,1,0,'Mollie module error: [2021-04-30T12:06:04+0300] Error executing API call (404: Not Found): No payment exists with token tr_sWsk8JxrMt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-30 12:06:04','2021-04-30 12:06:04'),(1475,1,0,'Mollie module error: [2021-04-30T12:06:53+0300] Error executing API call (404: Not Found): No payment exists with token tr_sWsk8JxrMt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-30 12:07:04','2021-04-30 12:07:04'),(1476,1,0,'Mollie module error: [2021-04-30T12:07:17+0300] Error executing API call (404: Not Found): No payment exists with token tr_sWsk8JxrMt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-30 12:07:17','2021-04-30 12:07:17'),(1477,1,0,'Mollie module error: [2021-04-30T12:14:28+0300] Error executing API call (404: Not Found): No payment exists with token tr_sWsk8JxrMt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-30 12:14:28','2021-04-30 12:14:28'),(1478,1,0,'Mollie module error: [2021-04-30T12:18:39+0300] Error executing API call (404: Not Found): No payment exists with token tr_sWsk8JxrMt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-30 12:18:39','2021-04-30 12:18:39'),(1479,1,0,'Mollie module error: [2021-04-30T12:27:12+0300] Error executing API call (404: Not Found): No payment exists with token tr_sWsk8JxrMt.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-04-30 12:27:12','2021-04-30 12:27:12'),(1480,1,0,'Protect vendor folder in module stripe_official','',0,1,'2021-05-06 12:22:01','2021-05-06 12:22:01'),(1481,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',407,0,'2021-05-06 12:51:57','2021-05-06 12:51:57'),(1482,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',408,0,'2021-05-06 12:56:34','2021-05-06 12:56:34'),(1483,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-05-07 10:12:54','2021-05-07 10:12:54'),(1484,3,0,'Exception on hook paymentOptions for module . You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \\\') AND (id_account = \\\"acct_1InHYELFLTOZKBrk\\\") LIMIT 1\\\' at line 3SELECT *\\nFROM `ps_stripe_customer`\\nWHERE (id_customer = ) AND (id_account = \\\"acct_1InHYELFLTOZKBrk\\\") LIMIT 1','',0,0,'2021-05-07 10:16:40','2021-05-07 10:16:40'),(1485,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-05-13 15:19:27','2021-05-13 15:19:27'),(1486,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-05-19 09:26:54','2021-05-19 09:26:54'),(1487,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:19:55','2021-05-21 11:19:55'),(1488,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:19:55','2021-05-21 11:19:55'),(1489,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:36:41','2021-05-21 11:36:41'),(1490,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:36:41','2021-05-21 11:36:41'),(1491,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:38:08','2021-05-21 11:38:08'),(1492,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:38:08','2021-05-21 11:38:08'),(1493,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:40:44','2021-05-21 11:40:44'),(1494,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-05-21 11:40:44','2021-05-21 11:40:44'),(1495,1,0,'Mollie module error: [2021-05-21T11:42:39+0300] Error executing API call (404: Not Found): No order exists with token ord_ak1z77.. Documentation: https://docs.mollie.com/guides/handling-errors','',0,1,'2021-05-21 11:42:39','2021-05-21 11:42:39'),(1496,1,0,'Country addition','Country',245,1,'2021-06-10 11:27:46','2021-06-10 11:27:46'),(1497,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:28:28+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:28:28','2021-06-10 11:28:28'),(1498,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:28:32+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:28:32','2021-06-10 11:28:32'),(1499,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:28:35+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:28:35','2021-06-10 11:28:35'),(1500,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:29:08+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:29:08','2021-06-10 11:29:08'),(1501,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:29:19+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:29:19','2021-06-10 11:29:19'),(1502,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:31:11+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:31:15','2021-06-10 11:31:15'),(1503,3,0,'Exception on hook paymentOptions for module . [2021-06-10T11:32:36+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-10 11:32:41','2021-06-10 11:32:41'),(1504,3,0,'Exception on hook paymentOptions for module . [2021-06-18T12:50:54+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-18 12:50:54','2021-06-18 12:50:54'),(1505,3,0,'Exception on hook paymentOptions for module . [2021-06-18T12:50:59+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-18 12:50:59','2021-06-18 12:50:59'),(1506,3,0,'Exception on hook paymentOptions for module . [2021-06-18T12:51:07+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-18 12:51:17','2021-06-18 12:51:17'),(1507,3,0,'Exception on hook paymentOptions for module . [2021-06-18T12:51:29+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-18 12:51:33','2021-06-18 12:51:33'),(1508,3,0,'Exception on hook paymentOptions for module . [2021-06-18T12:52:00+0300] Error executing API call (400: Bad Request): The billingCountry is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: billingCountry','',0,0,'2021-06-18 12:52:00','2021-06-18 12:52:00'),(1509,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-06-30 14:09:37','2021-06-30 14:09:37'),(1510,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-07-02 10:59:03','2021-07-02 10:59:03'),(1511,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-07-02 10:59:03','2021-07-02 10:59:03'),(1512,3,0,'Error while loading file of module mollie: Warning: include_once(/var/www/html/mollie17/modules/mollie/vendor/autoload.php): failed to open stream: No such file or directory','',0,1,'2021-07-07 14:25:09','2021-07-07 14:25:09'),(1513,1,0,'Product modification','Product',14,1,'2021-07-08 10:31:23','2021-07-08 10:31:23'),(1514,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-07-08 14:39:13','2021-07-08 14:39:13'),(1515,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-07-08 14:39:13','2021-07-08 14:39:13'),(1516,1,0,'OrderState deletion','OrderState',183,1,'2021-07-08 14:41:57','2021-07-08 14:41:57'),(1517,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-07-08 14:42:13','2021-07-08 14:42:13'),(1518,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-07-08 14:42:13','2021-07-08 14:42:13'),(1519,3,0,'Exception on hook paymentOptions for module . [2021-07-08T17:05:59+0300] Error executing API call (422: Unprocessable Entity): Non-existent query parameter \\\"currency\\\" for this API call. Did you mean: \\\"amount.currency\\\"?. Documentation: https://docs.mollie.com/guides/handling-errors. Field: currency','',0,0,'2021-07-08 17:05:59','2021-07-08 17:05:59'),(1520,3,0,'Exception on hook paymentOptions for module . [2021-07-08T17:13:38+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/guides/handling-errors. Field: locale','',0,0,'2021-07-08 17:13:38','2021-07-08 17:13:38'),(1521,1,0,'Exporting mail with theme modern for language Suomi (Finnish)','',0,1,'2021-07-09 09:27:20','2021-07-09 09:27:20'),(1522,1,0,'Generate html template account at /var/www/html/mollie17/mails/fi/account.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1523,1,0,'Generate txt template account at /var/www/html/mollie17/mails/fi/account.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1524,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/fi/backoffice_order.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1525,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/fi/backoffice_order.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1526,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/fi/bankwire.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1527,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/fi/bankwire.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1528,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/fi/cheque.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1529,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/fi/cheque.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1530,1,0,'Generate html template contact at /var/www/html/mollie17/mails/fi/contact.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1531,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/fi/contact.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1532,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/fi/contact_form.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1533,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/fi/contact_form.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1534,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/fi/credit_slip.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1535,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/fi/credit_slip.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1536,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/fi/download_product.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1537,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/fi/download_product.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1538,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/fi/employee_password.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1539,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/fi/employee_password.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1540,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/fi/forward_msg.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1541,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/fi/forward_msg.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1542,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/fi/guest_to_customer.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1543,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/fi/guest_to_customer.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1544,1,0,'Generate html template import at /var/www/html/mollie17/mails/fi/import.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1545,1,0,'Generate txt template import at /var/www/html/mollie17/mails/fi/import.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1546,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/fi/in_transit.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1547,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/fi/in_transit.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1548,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/fi/log_alert.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1549,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/fi/log_alert.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1550,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/fi/newsletter.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1551,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/fi/newsletter.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1552,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/fi/order_canceled.html','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1553,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/fi/order_canceled.txt','',0,1,'2021-07-09 09:27:21','2021-07-09 09:27:21'),(1554,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/fi/order_changed.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1555,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/fi/order_changed.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1556,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/fi/order_conf.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1557,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/fi/order_conf.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1558,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/fi/order_customer_comment.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1559,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/fi/order_customer_comment.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1560,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/fi/order_merchant_comment.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1561,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/fi/order_merchant_comment.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1562,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/fi/order_return_state.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1563,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/fi/order_return_state.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1564,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/fi/outofstock.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1565,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/fi/outofstock.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1566,1,0,'Generate html template password at /var/www/html/mollie17/mails/fi/password.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1567,1,0,'Generate txt template password at /var/www/html/mollie17/mails/fi/password.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1568,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/fi/password_query.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1569,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/fi/password_query.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1570,1,0,'Generate html template payment at /var/www/html/mollie17/mails/fi/payment.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1571,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/fi/payment.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1572,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/fi/payment_error.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1573,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/fi/payment_error.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1574,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/fi/preparation.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1575,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/fi/preparation.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1576,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/fi/productoutofstock.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1577,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/fi/productoutofstock.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1578,1,0,'Generate html template refund at /var/www/html/mollie17/mails/fi/refund.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1579,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/fi/refund.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1580,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/fi/reply_msg.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1581,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/fi/reply_msg.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1582,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/fi/shipped.html','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1583,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/fi/shipped.txt','',0,1,'2021-07-09 09:27:22','2021-07-09 09:27:22'),(1584,1,0,'Generate html template test at /var/www/html/mollie17/mails/fi/test.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1585,1,0,'Generate txt template test at /var/www/html/mollie17/mails/fi/test.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1586,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/fi/voucher.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1587,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/fi/voucher.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1588,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/fi/voucher_new.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1589,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/fi/voucher_new.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1590,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fi/newsletter_conf.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1591,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fi/newsletter_conf.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1592,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fi/newsletter_verif.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1593,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fi/newsletter_verif.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1594,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fi/newsletter_voucher.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1595,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/fi/newsletter_voucher.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1596,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/fi/followup_1.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1597,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/fi/followup_1.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1598,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/fi/followup_2.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1599,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/fi/followup_2.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1600,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/fi/followup_3.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1601,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/fi/followup_3.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1602,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/fi/followup_4.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1603,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/fi/followup_4.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1604,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/customer_qty.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1605,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/customer_qty.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1606,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/new_order.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1607,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/new_order.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1608,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/order_changed.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1609,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/order_changed.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1610,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/productcoverage.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1611,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/productcoverage.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1612,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/productoutofstock.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1613,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/productoutofstock.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1614,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/return_slip.html','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1615,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/fi/return_slip.txt','',0,1,'2021-07-09 09:27:23','2021-07-09 09:27:23'),(1616,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/fi/referralprogram-congratulations.html','',0,1,'2021-07-09 09:27:24','2021-07-09 09:27:24'),(1617,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/fi/referralprogram-congratulations.txt','',0,1,'2021-07-09 09:27:24','2021-07-09 09:27:24'),(1618,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/fi/referralprogram-invitation.html','',0,1,'2021-07-09 09:27:24','2021-07-09 09:27:24'),(1619,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/fi/referralprogram-invitation.txt','',0,1,'2021-07-09 09:27:24','2021-07-09 09:27:24'),(1620,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/fi/referralprogram-voucher.html','',0,1,'2021-07-09 09:27:24','2021-07-09 09:27:24'),(1621,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/fi/referralprogram-voucher.txt','',0,1,'2021-07-09 09:27:24','2021-07-09 09:27:24'),(1622,3,0,'Exception on hook paymentOptions for module . [2021-07-09T09:34:38+0300] Error executing API call (422: Unprocessable Entity): Non-existent query parameter \\\"resource\\\" for this API call. Did you mean: \\\"locale\\\"?. Documentation: https://docs.mollie.com/guides/handling-errors. Field: resource','',0,0,'2021-07-09 09:34:38','2021-07-09 09:34:38'),(1623,3,0,'Exception on hook paymentOptions for module . [2021-07-09T09:34:44+0300] Error executing API call (422: Unprocessable Entity): Non-existent query parameter \\\"resource\\\" for this API call. Did you mean: \\\"locale\\\"?. Documentation: https://docs.mollie.com/guides/handling-errors. Field: resource','',0,0,'2021-07-09 09:34:44','2021-07-09 09:34:44'),(1624,3,0,'Exception on hook paymentOptions for module . [2021-07-09T09:35:53+0300] Error executing API call (422: Unprocessable Entity): Non-existent query parameter \\\"resource\\\" for this API call. Did you mean: \\\"locale\\\"?. Documentation: https://docs.mollie.com/guides/handling-errors. Field: resource','',0,0,'2021-07-09 09:36:03','2021-07-09 09:36:03'),(1625,3,0,'Exception on hook paymentOptions for module . [2021-07-09T09:36:17+0300] Error executing API call (422: Unprocessable Entity): Non-existent query parameter \\\"resource\\\" for this API call. Did you mean: \\\"locale\\\"?. Documentation: https://docs.mollie.com/guides/handling-errors. Field: resource','',0,0,'2021-07-09 09:36:18','2021-07-09 09:36:18'),(1626,3,0,'Exception on hook paymentOptions for module . Class Mollie\\\\Provider\\\\OrderTotalRestrictionProvider does not exist','',0,0,'2021-07-09 14:25:51','2021-07-09 14:25:51'),(1627,3,0,'Exception on hook paymentOptions for module . Class Mollie\\\\Provider\\\\OrderTotalRestrictionProvider does not exist','',0,0,'2021-07-09 14:25:54','2021-07-09 14:25:54'),(1628,3,0,'Exception on hook paymentOptions for module . Class Mollie\\\\Provider\\\\OrderTotalRestrictionProvider does not exist','',0,0,'2021-07-09 14:26:02','2021-07-09 14:26:02'),(1629,3,0,'Exception on hook paymentOptions for module . Class Mollie\\\\Provider\\\\OrderTotalRestrictionProvider does not exist','',0,0,'2021-07-09 14:26:04','2021-07-09 14:26:04'),(1630,3,0,'Exception on hook paymentOptions for module . Class Mollie\\\\Provider\\\\OrderTotalRestrictionProvider does not exist','',0,0,'2021-07-09 14:26:10','2021-07-09 14:26:10'),(1631,3,0,'Exception on hook paymentOptions for module . Class Mollie\\\\Provider\\\\OrderTotalRestrictionProvider does not exist','',0,0,'2021-07-09 14:26:13','2021-07-09 14:26:13'),(1632,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-07-09 14:26:42','2021-07-09 14:26:42'),(1633,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-07-09 14:26:42','2021-07-09 14:26:42'),(1634,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:16:41','2021-07-09 15:16:41'),(1635,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:16:53','2021-07-09 15:16:53'),(1636,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:16:54','2021-07-09 15:16:54'),(1637,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:16:59','2021-07-09 15:16:59'),(1638,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:17:05','2021-07-09 15:17:05'),(1639,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:17:07','2021-07-09 15:17:07'),(1640,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:17:10','2021-07-09 15:17:10'),(1641,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:17:13','2021-07-09 15:17:13'),(1642,4,0,'Exception detected while loading module mollie: Warning: constant(): Couldn\\\'t find constant Mollie\\\\Config\\\\Config::ENV','',0,1,'2021-07-09 15:17:26','2021-07-09 15:17:26'),(1643,3,0,'Exception thrown by module mollie on upgrade. You have requested a non-existent service \\\"Mollie\\\\Tracker\\\\Segment\\\".','',0,1,'2021-07-09 15:19:20','2021-07-09 15:19:20'),(1644,3,0,'Exception thrown by module mollie on upgrade. You have requested a non-existent service \\\"Mollie\\\\Tracker\\\\Segment\\\".','',0,1,'2021-07-09 15:19:58','2021-07-09 15:19:58'),(1645,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:32:52+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:32:52','2021-07-29 09:32:52'),(1646,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:32:55+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:32:55','2021-07-29 09:32:55'),(1647,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:32:57+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:32:57','2021-07-29 09:32:57'),(1648,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:33:02+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:33:02','2021-07-29 09:33:02'),(1649,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:33:07+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:33:07','2021-07-29 09:33:07'),(1650,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:33:19+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:33:19','2021-07-29 09:33:19'),(1651,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:33:46+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:33:50','2021-07-29 09:33:50'),(1652,3,0,'Exception on hook paymentOptions for module . [2021-07-29T09:34:07+0300] Error executing API call (400: Bad Request): The amount contains an invalid value. Documentation: https://docs.mollie.com/overview/handling-errors. Field: amount.value','',0,0,'2021-07-29 09:34:15','2021-07-29 09:34:15'),(1653,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-07-29 15:32:46','2021-07-29 15:32:46'),(1654,3,0,'PaymentModule::validateOrder - Secure key does not match','Cart',475,0,'2021-07-29 16:25:17','2021-07-29 16:25:17'),(1655,3,0,'PaymentModule::validateOrder - Secure key does not match','Cart',475,0,'2021-07-29 16:25:55','2021-07-29 16:25:55'),(1656,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',475,0,'2021-07-30 09:11:06','2021-07-30 09:11:06'),(1657,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',475,0,'2021-07-30 09:11:15','2021-07-30 09:11:15'),(1658,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',475,0,'2021-07-30 09:11:15','2021-07-30 09:11:15'),(1659,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',476,0,'2021-07-30 09:15:04','2021-07-30 09:15:04'),(1660,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',477,0,'2021-07-30 09:16:58','2021-07-30 09:16:58'),(1661,3,0,'PaymentModule::validateOrder - Order Status cannot be loaded','Cart',478,0,'2021-07-30 09:40:30','2021-07-30 09:40:30'),(1662,3,0,'PaymentModule::validateOrder - Order Status cannot be loaded','Cart',478,0,'2021-07-30 09:40:31','2021-07-30 09:40:31'),(1663,3,0,'PaymentModule::validateOrder - Order Status cannot be loaded','Cart',478,0,'2021-07-30 09:41:32','2021-07-30 09:41:32'),(1664,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',478,0,'2021-07-30 09:46:41','2021-07-30 09:46:41'),(1665,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',478,0,'2021-07-30 09:46:41','2021-07-30 09:46:41'),(1666,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',479,0,'2021-07-30 09:50:24','2021-07-30 09:50:24'),(1667,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',479,0,'2021-07-30 09:50:24','2021-07-30 09:50:24'),(1668,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',480,0,'2021-07-30 09:50:54','2021-07-30 09:50:54'),(1669,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',481,0,'2021-07-30 11:24:22','2021-07-30 11:24:22'),(1670,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',481,0,'2021-07-30 11:24:22','2021-07-30 11:24:22'),(1671,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',482,0,'2021-07-30 11:29:43','2021-07-30 11:29:43'),(1672,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',482,0,'2021-07-30 11:29:44','2021-07-30 11:29:44'),(1673,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',483,0,'2021-07-30 11:37:45','2021-07-30 11:37:45'),(1674,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',484,0,'2021-07-30 11:38:20','2021-07-30 11:38:20'),(1675,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',485,0,'2021-07-30 11:41:39','2021-07-30 11:41:39'),(1676,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',486,0,'2021-07-30 11:47:33','2021-07-30 11:47:33'),(1677,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',487,0,'2021-07-30 12:00:50','2021-07-30 12:00:50'),(1678,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',488,0,'2021-07-30 12:25:31','2021-07-30 12:25:31'),(1679,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',489,0,'2021-07-30 12:26:33','2021-07-30 12:26:33'),(1680,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',490,0,'2021-07-30 12:29:06','2021-07-30 12:29:06'),(1681,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',491,0,'2021-07-30 15:40:01','2021-07-30 15:40:01'),(1682,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',491,0,'2021-07-30 15:40:05','2021-07-30 15:40:05'),(1683,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',491,0,'2021-07-30 15:40:08','2021-07-30 15:40:08'),(1684,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',492,0,'2021-07-30 15:46:12','2021-07-30 15:46:12'),(1685,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',493,0,'2021-07-30 16:12:11','2021-07-30 16:12:11'),(1686,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',493,0,'2021-07-30 16:13:25','2021-07-30 16:13:25'),(1687,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',493,0,'2021-07-30 16:13:25','2021-07-30 16:13:25'),(1688,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',494,0,'2021-07-30 16:14:00','2021-07-30 16:14:00'),(1689,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',495,0,'2021-07-30 16:31:37','2021-07-30 16:31:37'),(1690,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',495,0,'2021-07-30 16:31:37','2021-07-30 16:31:37'),(1691,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',496,0,'2021-07-30 16:39:13','2021-07-30 16:39:13'),(1692,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-08-05 10:58:46','2021-08-05 10:58:46'),(1693,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',497,0,'2021-08-05 11:27:05','2021-08-05 11:27:05'),(1694,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',498,0,'2021-08-05 11:34:21','2021-08-05 11:34:21'),(1695,1,0,'Product modification','Product',20,1,'2021-08-05 11:41:36','2021-08-05 11:41:36'),(1696,1,0,'Product modification','Product',20,1,'2021-08-05 11:41:57','2021-08-05 11:41:57'),(1697,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',499,0,'2021-08-05 12:03:14','2021-08-05 12:03:14'),(1698,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',500,0,'2021-08-05 12:16:46','2021-08-05 12:16:46'),(1699,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',500,0,'2021-08-05 12:17:04','2021-08-05 12:17:04'),(1700,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',500,0,'2021-08-05 12:17:05','2021-08-05 12:17:05'),(1701,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',501,0,'2021-08-05 12:17:37','2021-08-05 12:17:37'),(1702,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',502,0,'2021-08-05 12:25:50','2021-08-05 12:25:50'),(1703,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',503,0,'2021-08-05 12:29:08','2021-08-05 12:29:08'),(1704,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',503,0,'2021-08-05 12:29:09','2021-08-05 12:29:09'),(1705,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',504,0,'2021-08-05 12:29:38','2021-08-05 12:29:38'),(1706,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',505,0,'2021-08-05 12:32:06','2021-08-05 12:32:06'),(1707,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',506,0,'2021-08-05 12:33:54','2021-08-05 12:33:54'),(1708,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',507,0,'2021-08-05 12:37:04','2021-08-05 12:37:04'),(1709,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',508,0,'2021-08-05 12:38:34','2021-08-05 12:38:34'),(1710,1,0,'CartRule addition','CartRule',9,1,'2021-08-05 14:58:13','2021-08-05 14:58:13'),(1711,1,0,'CartRule modification','CartRule',9,1,'2021-08-05 14:59:05','2021-08-05 14:59:05'),(1712,1,0,'CartRule modification','CartRule',9,1,'2021-08-05 15:00:02','2021-08-05 15:00:02'),(1713,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',509,0,'2021-08-05 15:37:54','2021-08-05 15:37:54'),(1714,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',510,0,'2021-08-05 15:38:38','2021-08-05 15:38:38'),(1715,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',511,0,'2021-08-05 15:51:23','2021-08-05 15:51:23'),(1716,1,0,'Product modification','Product',1,1,'2021-08-05 15:52:31','2021-08-05 15:52:31'),(1717,1,0,'Product modification','Product',1,1,'2021-08-05 15:53:15','2021-08-05 15:53:15'),(1718,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',514,0,'2021-08-05 15:56:00','2021-08-05 15:56:00'),(1719,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',512,0,'2021-08-05 15:56:15','2021-08-05 15:56:15'),(1720,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',515,0,'2021-08-05 16:03:54','2021-08-05 16:03:54'),(1721,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',516,0,'2021-08-06 09:53:18','2021-08-06 09:53:18'),(1722,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',517,0,'2021-08-06 11:33:05','2021-08-06 11:33:05'),(1723,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',518,0,'2021-08-06 11:44:58','2021-08-06 11:44:58'),(1724,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',519,0,'2021-08-06 13:28:52','2021-08-06 13:28:52'),(1725,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',519,0,'2021-08-06 13:28:54','2021-08-06 13:28:54'),(1726,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',519,0,'2021-08-06 13:28:55','2021-08-06 13:28:55'),(1727,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',519,0,'2021-08-06 13:28:57','2021-08-06 13:28:57'),(1728,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',521,0,'2021-08-10 10:22:04','2021-08-10 10:22:04'),(1729,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',521,0,'2021-08-10 10:32:59','2021-08-10 10:32:59'),(1730,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',521,0,'2021-08-10 10:32:59','2021-08-10 10:32:59'),(1731,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',522,0,'2021-08-10 10:36:09','2021-08-10 10:36:09'),(1732,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',523,0,'2021-08-10 10:37:29','2021-08-10 10:37:29'),(1733,3,0,'Exception on hook paymentOptions for module . [2021-08-12T10:34:21+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/overview/handling-errors. Field: locale','',0,0,'2021-08-12 10:34:21','2021-08-12 10:34:21'),(1734,4,0,'Exception detected while loading module mollie: test','',0,1,'2021-08-12 13:38:32','2021-08-12 13:38:32'),(1735,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',525,0,'2021-08-12 18:11:29','2021-08-12 18:11:29'),(1736,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',526,0,'2021-08-13 10:13:41','2021-08-13 10:13:41'),(1737,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',527,0,'2021-08-13 10:14:14','2021-08-13 10:14:14'),(1738,1,0,'Product modification','Product',2,1,'2021-08-19 10:34:28','2021-08-19 10:34:28'),(1739,1,0,'Exporting mail with theme modern for language 日本語 (Japanese)','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1740,1,0,'Generate html template account at /var/www/html/mollie17/mails/ja/account.html','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1741,1,0,'Generate txt template account at /var/www/html/mollie17/mails/ja/account.txt','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1742,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/ja/backoffice_order.html','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1743,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/ja/backoffice_order.txt','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1744,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/ja/bankwire.html','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1745,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/ja/bankwire.txt','',0,1,'2021-08-19 10:35:13','2021-08-19 10:35:13'),(1746,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/ja/cheque.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1747,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/ja/cheque.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1748,1,0,'Generate html template contact at /var/www/html/mollie17/mails/ja/contact.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1749,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/ja/contact.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1750,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/ja/contact_form.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1751,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/ja/contact_form.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1752,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/ja/credit_slip.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1753,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/ja/credit_slip.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1754,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/ja/download_product.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1755,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/ja/download_product.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1756,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/ja/employee_password.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1757,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/ja/employee_password.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1758,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/ja/forward_msg.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1759,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/ja/forward_msg.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1760,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/ja/guest_to_customer.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1761,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/ja/guest_to_customer.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1762,1,0,'Generate html template import at /var/www/html/mollie17/mails/ja/import.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1763,1,0,'Generate txt template import at /var/www/html/mollie17/mails/ja/import.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1764,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/ja/in_transit.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1765,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/ja/in_transit.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1766,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/ja/log_alert.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1767,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/ja/log_alert.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1768,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/ja/newsletter.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1769,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/ja/newsletter.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1770,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/ja/order_canceled.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1771,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/ja/order_canceled.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1772,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/ja/order_changed.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1773,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/ja/order_changed.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1774,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/ja/order_conf.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1775,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/ja/order_conf.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1776,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/ja/order_customer_comment.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1777,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/ja/order_customer_comment.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1778,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/ja/order_merchant_comment.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1779,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/ja/order_merchant_comment.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1780,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/ja/order_return_state.html','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1781,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/ja/order_return_state.txt','',0,1,'2021-08-19 10:35:14','2021-08-19 10:35:14'),(1782,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/ja/outofstock.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1783,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/ja/outofstock.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1784,1,0,'Generate html template password at /var/www/html/mollie17/mails/ja/password.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1785,1,0,'Generate txt template password at /var/www/html/mollie17/mails/ja/password.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1786,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/ja/password_query.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1787,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/ja/password_query.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1788,1,0,'Generate html template payment at /var/www/html/mollie17/mails/ja/payment.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1789,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/ja/payment.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1790,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/ja/payment_error.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1791,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/ja/payment_error.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1792,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/ja/preparation.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1793,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/ja/preparation.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1794,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/ja/productoutofstock.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1795,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/ja/productoutofstock.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1796,1,0,'Generate html template refund at /var/www/html/mollie17/mails/ja/refund.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1797,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/ja/refund.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1798,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/ja/reply_msg.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1799,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/ja/reply_msg.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1800,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/ja/shipped.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1801,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/ja/shipped.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1802,1,0,'Generate html template test at /var/www/html/mollie17/mails/ja/test.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1803,1,0,'Generate txt template test at /var/www/html/mollie17/mails/ja/test.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1804,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/ja/voucher.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1805,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/ja/voucher.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1806,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/ja/voucher_new.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1807,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/ja/voucher_new.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1808,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ja/newsletter_conf.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1809,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ja/newsletter_conf.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1810,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ja/newsletter_verif.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1811,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ja/newsletter_verif.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1812,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ja/newsletter_voucher.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1813,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/ja/newsletter_voucher.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1814,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/ja/followup_1.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1815,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/ja/followup_1.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1816,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/ja/followup_2.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1817,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/ja/followup_2.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1818,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/ja/followup_3.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1819,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/ja/followup_3.txt','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1820,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/ja/followup_4.html','',0,1,'2021-08-19 10:35:15','2021-08-19 10:35:15'),(1821,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/ja/followup_4.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1822,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/customer_qty.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1823,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/customer_qty.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1824,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/new_order.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1825,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/new_order.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1826,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/order_changed.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1827,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/order_changed.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1828,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/productcoverage.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1829,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/productcoverage.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1830,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/productoutofstock.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1831,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/productoutofstock.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1832,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/return_slip.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1833,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/ja/return_slip.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1834,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/ja/referralprogram-congratulations.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1835,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/ja/referralprogram-congratulations.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1836,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/ja/referralprogram-invitation.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1837,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/ja/referralprogram-invitation.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1838,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/ja/referralprogram-voucher.html','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1839,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/ja/referralprogram-voucher.txt','',0,1,'2021-08-19 10:35:16','2021-08-19 10:35:16'),(1840,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-09-02 09:03:33','2021-09-02 09:03:33'),(1841,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-09-02 09:31:14','2021-09-02 09:31:14'),(1842,1,0,'Product modification','Product',1,1,'2021-09-02 09:32:43','2021-09-02 09:32:43'),(1843,1,0,'Product modification','Product',1,1,'2021-09-02 09:33:03','2021-09-02 09:33:03'),(1844,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',528,0,'2021-09-02 09:36:41','2021-09-02 09:36:41'),(1845,1,0,'Product modification','Product',1,1,'2021-09-02 09:39:51','2021-09-02 09:39:51'),(1846,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',529,0,'2021-09-02 09:42:04','2021-09-02 09:42:04'),(1847,1,0,'Product modification','Product',1,1,'2021-09-02 09:42:16','2021-09-02 09:42:16'),(1848,1,0,'Product modification','Product',1,1,'2021-09-02 09:44:46','2021-09-02 09:44:46'),(1849,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',530,0,'2021-09-02 09:45:00','2021-09-02 09:45:00'),(1850,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',531,0,'2021-09-02 09:45:39','2021-09-02 09:45:39'),(1851,1,0,'Product modification','Product',1,1,'2021-09-02 09:45:55','2021-09-02 09:45:55'),(1852,1,0,'Product modification','Product',1,1,'2021-09-02 09:49:21','2021-09-02 09:49:21'),(1853,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',532,0,'2021-09-02 09:49:36','2021-09-02 09:49:36'),(1854,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',533,0,'2021-09-02 09:53:36','2021-09-02 09:53:36'),(1855,1,0,'Product modification','Product',1,1,'2021-09-02 09:53:41','2021-09-02 09:53:41'),(1856,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',534,0,'2021-09-02 09:55:15','2021-09-02 09:55:15'),(1857,1,0,'Product modification','Product',1,1,'2021-09-02 09:55:40','2021-09-02 09:55:40'),(1858,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',535,0,'2021-09-02 09:57:25','2021-09-02 09:57:25'),(1859,1,0,'Product modification','Product',1,1,'2021-09-02 09:58:51','2021-09-02 09:58:51'),(1860,1,0,'Product modification','Product',1,1,'2021-09-02 10:01:09','2021-09-02 10:01:09'),(1861,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',536,0,'2021-09-02 10:01:24','2021-09-02 10:01:24'),(1862,1,0,'Product modification','Product',1,1,'2021-09-02 10:04:01','2021-09-02 10:04:01'),(1863,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',537,0,'2021-09-02 10:04:16','2021-09-02 10:04:16'),(1864,1,0,'Product modification','Product',1,1,'2021-09-02 10:07:35','2021-09-02 10:07:35'),(1865,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',538,0,'2021-09-02 10:07:49','2021-09-02 10:07:49'),(1866,1,0,'Product modification','Product',1,1,'2021-09-02 10:09:32','2021-09-02 10:09:32'),(1867,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',539,0,'2021-09-02 10:09:47','2021-09-02 10:09:47'),(1868,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',540,0,'2021-09-02 10:11:11','2021-09-02 10:11:11'),(1869,3,0,'Exception on hook paymentOptions for module . [2021-09-02T10:35:07+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/overview/handling-errors. Field: locale','',0,0,'2021-09-02 10:35:07','2021-09-02 10:35:07'),(1870,3,0,'Exception on hook paymentOptions for module . [2021-09-02T10:35:10+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/overview/handling-errors. Field: locale','',0,0,'2021-09-02 10:35:10','2021-09-02 10:35:10'),(1871,3,0,'Exception on hook paymentOptions for module . [2021-09-02T10:35:12+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/overview/handling-errors. Field: locale','',0,0,'2021-09-02 10:35:12','2021-09-02 10:35:12'),(1872,3,0,'Exception on hook paymentOptions for module . [2021-09-02T10:35:22+0300] Error executing API call (400: Bad Request): The locale is invalid. Documentation: https://docs.mollie.com/overview/handling-errors. Field: locale','',0,0,'2021-09-02 10:35:23','2021-09-02 10:35:23'),(1873,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',541,0,'2021-09-02 11:57:00','2021-09-02 11:57:00'),(1874,1,0,'Protect vendor folder in module pscartabandonmentpro','',0,1,'2021-09-10 16:02:33','2021-09-10 16:02:33'),(1875,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',496,0,'2021-09-10 16:10:53','2021-09-10 16:10:53'),(1876,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',95,0,'2021-09-10 16:22:46','2021-09-10 16:22:46'),(1877,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',95,0,'2021-09-10 16:22:53','2021-09-10 16:22:53'),(1878,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-09-16 10:32:52','2021-09-16 10:32:52'),(1879,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',542,0,'2021-09-21 11:13:30','2021-09-21 11:13:30'),(1880,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',543,0,'2021-09-21 11:14:21','2021-09-21 11:14:21'),(1881,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-09-22 14:22:21','2021-09-22 14:22:21'),(1882,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',544,0,'2021-09-22 14:22:42','2021-09-22 14:22:42'),(1883,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',544,0,'2021-09-22 14:22:56','2021-09-22 14:22:56'),(1884,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',544,0,'2021-09-22 14:22:57','2021-09-22 14:22:57'),(1885,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',545,0,'2021-09-22 14:23:37','2021-09-22 14:23:37'),(1886,3,0,'Swift Error: Connection to tcp://smtp.gmail.com:587 Timed Out','',0,0,'2021-09-22 14:24:02','2021-09-22 14:24:02'),(1887,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',546,0,'2021-09-22 14:25:26','2021-09-22 14:25:26'),(1888,1,0,'Error: invalid e-mail template','',0,0,'2021-09-22 14:41:05','2021-09-22 14:41:05'),(1889,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',547,0,'2021-09-22 14:42:29','2021-09-22 14:42:29'),(1890,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',550,0,'2021-09-22 17:29:01','2021-09-22 17:29:01'),(1891,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',552,0,'2021-09-22 17:38:41','2021-09-22 17:38:41'),(1892,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',553,0,'2021-09-23 10:59:02','2021-09-23 10:59:02'),(1893,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',554,0,'2021-09-23 13:38:15','2021-09-23 13:38:15'),(1894,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',554,0,'2021-09-23 13:38:15','2021-09-23 13:38:15'),(1895,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-09-23 14:18:34','2021-09-23 14:18:34'),(1896,1,0,'Mollie module error: [2021-09-23T14:31:12+0300] You have not set an API key or OAuth access token. Please use setApiKey() to set the API key.','',0,1,'2021-09-23 14:31:12','2021-09-23 14:31:12'),(1897,1,0,'Mollie module error: [2021-09-23T14:31:50+0300] You have not set an API key or OAuth access token. Please use setApiKey() to set the API key.','',0,1,'2021-09-23 14:31:50','2021-09-23 14:31:50'),(1898,1,0,'Mollie module error: [2021-09-23T14:33:47+0300] You have not set an API key or OAuth access token. Please use setApiKey() to set the API key.','',0,1,'2021-09-23 14:33:47','2021-09-23 14:33:47'),(1899,1,0,'Mollie module error: [2021-09-23T14:38:15+0300] You have not set an API key or OAuth access token. Please use setApiKey() to set the API key.','',0,1,'2021-09-23 14:38:15','2021-09-23 14:38:15'),(1900,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',556,0,'2021-09-23 14:52:13','2021-09-23 14:52:13'),(1901,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',557,0,'2021-09-23 15:11:12','2021-09-23 15:11:12'),(1902,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',558,0,'2021-09-23 15:31:01','2021-09-23 15:31:01'),(1903,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',559,0,'2021-09-25 11:25:11','2021-09-25 11:25:11'),(1904,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',560,0,'2021-09-25 11:32:14','2021-09-25 11:32:14'),(1905,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',561,0,'2021-10-07 09:31:55','2021-10-07 09:31:55'),(1906,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',562,0,'2021-10-07 10:25:27','2021-10-07 10:25:27'),(1907,1,0,'CartRule modification','CartRule',8,1,'2021-10-07 10:40:28','2021-10-07 10:40:28'),(1908,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',563,0,'2021-10-07 10:40:54','2021-10-07 10:40:54'),(1909,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',564,0,'2021-10-07 10:42:04','2021-10-07 10:42:04'),(1910,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',565,0,'2021-10-07 10:49:27','2021-10-07 10:49:27'),(1911,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',565,0,'2021-10-07 10:49:27','2021-10-07 10:49:27'),(1912,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',568,0,'2021-10-07 10:55:51','2021-10-07 10:55:51'),(1913,1,0,'Group modification','Group',3,1,'2021-10-07 16:48:24','2021-10-07 16:48:24'),(1914,1,0,'Product modification','Product',11,1,'2021-10-07 16:48:54','2021-10-07 16:48:54'),(1915,1,0,'Product modification','Product',10,1,'2021-10-07 16:49:09','2021-10-07 16:49:09'),(1916,1,0,'Product modification','Product',10,1,'2021-10-07 16:49:21','2021-10-07 16:49:21'),(1917,1,0,'Product modification','Product',10,1,'2021-10-07 16:50:56','2021-10-07 16:50:56'),(1918,1,0,'Product modification','Product',10,1,'2021-10-07 16:53:45','2021-10-07 16:53:45'),(1919,1,0,'Product modification','Product',11,1,'2021-10-07 16:54:04','2021-10-07 16:54:04'),(1920,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-10-13 09:02:33','2021-10-13 09:02:33'),(1921,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',573,0,'2021-10-13 09:07:37','2021-10-13 09:07:37'),(1922,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',574,0,'2021-10-13 09:22:33','2021-10-13 09:22:33'),(1923,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',575,0,'2021-10-13 09:23:59','2021-10-13 09:23:59'),(1924,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',576,0,'2021-10-13 09:26:12','2021-10-13 09:26:12'),(1925,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',577,0,'2021-10-13 09:27:34','2021-10-13 09:27:34'),(1926,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',578,0,'2021-10-13 09:28:35','2021-10-13 09:28:35'),(1927,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',579,0,'2021-10-13 09:31:22','2021-10-13 09:31:22'),(1928,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',580,0,'2021-10-13 09:38:46','2021-10-13 09:38:46'),(1929,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',580,0,'2021-10-13 09:38:46','2021-10-13 09:38:46'),(1930,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',580,0,'2021-10-13 09:38:49','2021-10-13 09:38:49'),(1931,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',580,0,'2021-10-13 09:38:50','2021-10-13 09:38:50'),(1932,1,0,'Back office connection from 83.187.117.14','',0,1,'2021-10-13 09:54:07','2021-10-13 09:54:07'),(1933,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',582,0,'2021-10-13 10:00:45','2021-10-13 10:00:45'),(1934,1,0,'Back office connection from 83.187.117.14','',0,1,'2021-10-13 10:01:27','2021-10-13 10:01:27'),(1935,1,0,'Protect vendor folder in module gcinvoicewtax','',0,1,'2021-10-13 12:26:54','2021-10-13 12:26:54'),(1936,1,0,'Module gcinvoicewtax has no vendor folder','',0,1,'2021-10-13 12:26:54','2021-10-13 12:26:54'),(1937,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',581,0,'2021-10-13 12:34:51','2021-10-13 12:34:51'),(1938,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',583,0,'2021-10-15 09:48:52','2021-10-15 09:48:52'),(1939,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',584,0,'2021-10-15 09:53:08','2021-10-15 09:53:08'),(1940,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',584,0,'2021-10-15 09:53:08','2021-10-15 09:53:08'),(1941,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',585,0,'2021-10-15 09:53:57','2021-10-15 09:53:57'),(1942,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',586,0,'2021-10-15 10:13:37','2021-10-15 10:13:37'),(1943,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',587,0,'2021-10-15 10:25:43','2021-10-15 10:25:43'),(1944,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',588,0,'2021-10-15 10:27:02','2021-10-15 10:27:02'),(1945,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',588,0,'2021-10-15 10:27:02','2021-10-15 10:27:02'),(1946,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',589,0,'2021-10-15 10:28:41','2021-10-15 10:28:41'),(1947,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',590,0,'2021-10-15 10:37:51','2021-10-15 10:37:51'),(1948,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',591,0,'2021-10-15 10:41:57','2021-10-15 10:41:57'),(1949,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',592,0,'2021-10-15 10:44:10','2021-10-15 10:44:10'),(1950,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',592,0,'2021-10-15 10:44:16','2021-10-15 10:44:16'),(1951,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',592,0,'2021-10-15 10:44:17','2021-10-15 10:44:17'),(1952,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',593,0,'2021-10-15 10:45:38','2021-10-15 10:45:38'),(1953,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',594,0,'2021-10-15 11:07:38','2021-10-15 11:07:38'),(1954,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',595,0,'2021-10-15 11:10:01','2021-10-15 11:10:01'),(1955,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',596,0,'2021-10-15 11:13:11','2021-10-15 11:13:11'),(1956,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',597,0,'2021-10-15 11:13:48','2021-10-15 11:13:48'),(1957,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',598,0,'2021-10-15 11:14:57','2021-10-15 11:14:57'),(1958,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',599,0,'2021-10-15 11:19:01','2021-10-15 11:19:01'),(1959,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',600,0,'2021-10-15 11:20:23','2021-10-15 11:20:23'),(1960,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',601,0,'2021-10-15 11:36:16','2021-10-15 11:36:16'),(1961,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',602,0,'2021-10-15 11:37:37','2021-10-15 11:37:37'),(1962,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',603,0,'2021-10-15 11:42:54','2021-10-15 11:42:54'),(1963,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',604,0,'2021-10-15 11:48:45','2021-10-15 11:48:45'),(1964,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',605,0,'2021-10-15 11:55:39','2021-10-15 11:55:39'),(1965,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',606,0,'2021-10-15 11:56:39','2021-10-15 11:56:39'),(1966,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',607,0,'2021-10-15 12:49:15','2021-10-15 12:49:15'),(1967,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',608,0,'2021-10-15 12:49:56','2021-10-15 12:49:56'),(1968,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',608,0,'2021-10-15 12:50:00','2021-10-15 12:50:00'),(1969,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',609,0,'2021-10-15 12:52:31','2021-10-15 12:52:31'),(1970,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',609,0,'2021-10-15 12:53:12','2021-10-15 12:53:12'),(1971,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',609,0,'2021-10-15 12:53:36','2021-10-15 12:53:36'),(1972,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',609,0,'2021-10-15 12:54:02','2021-10-15 12:54:02'),(1973,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',609,0,'2021-10-15 12:54:03','2021-10-15 12:54:03'),(1974,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',610,0,'2021-10-15 12:54:38','2021-10-15 12:54:38'),(1975,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',611,0,'2021-10-15 12:56:05','2021-10-15 12:56:05'),(1976,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',612,0,'2021-10-15 12:58:13','2021-10-15 12:58:13'),(1977,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',613,0,'2021-10-15 13:37:15','2021-10-15 13:37:15'),(1978,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-10-28 12:05:03','2021-10-28 12:05:03'),(1979,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',615,0,'2021-10-28 12:09:59','2021-10-28 12:09:59'),(1980,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',616,0,'2021-10-28 12:11:11','2021-10-28 12:11:11'),(1981,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',617,0,'2021-10-28 13:56:52','2021-10-28 13:56:52'),(1982,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',618,0,'2021-10-28 14:02:29','2021-10-28 14:02:29'),(1983,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',618,0,'2021-10-28 14:02:29','2021-10-28 14:02:29'),(1984,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',619,0,'2021-10-28 14:11:51','2021-10-28 14:11:51'),(1985,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',620,0,'2021-10-28 14:43:03','2021-10-28 14:43:03'),(1986,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',620,0,'2021-10-28 14:43:03','2021-10-28 14:43:03'),(1987,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',621,0,'2021-10-28 14:46:23','2021-10-28 14:46:23'),(1988,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',622,0,'2021-10-28 14:51:38','2021-10-28 14:51:38'),(1989,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',623,0,'2021-10-28 14:54:38','2021-10-28 14:54:38'),(1990,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',624,0,'2021-10-29 15:19:40','2021-10-29 15:19:40'),(1991,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',625,0,'2021-11-05 09:33:56','2021-11-05 09:33:56'),(1992,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',626,0,'2021-11-05 09:38:53','2021-11-05 09:38:53'),(1993,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-11-05 09:46:48','2021-11-05 09:46:48'),(1994,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',627,0,'2021-11-05 10:48:27','2021-11-05 10:48:27'),(1995,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',627,0,'2021-11-05 10:48:27','2021-11-05 10:48:27'),(1996,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-11-05 11:02:11','2021-11-05 11:02:11'),(1997,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-11-05 13:11:17','2021-11-05 13:11:17'),(1998,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',628,0,'2021-11-05 13:11:20','2021-11-05 13:11:20'),(1999,1,0,'Mollie module error: \\\"\\\" cannot be interpreted as a number','',0,1,'2021-11-05 13:12:08','2021-11-05 13:12:08'),(2000,1,0,'Mollie module error: \\\"\\\" cannot be interpreted as a number','',0,1,'2021-11-05 13:17:14','2021-11-05 13:17:14'),(2001,1,0,'Mollie module error: \\\"\\\" cannot be interpreted as a number','',0,1,'2021-11-05 13:17:45','2021-11-05 13:17:45'),(2002,1,0,'Mollie module error: \\\"\\\" cannot be interpreted as a number','',0,1,'2021-11-05 13:18:07','2021-11-05 13:18:07'),(2003,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',629,0,'2021-11-05 14:09:17','2021-11-05 14:09:17'),(2004,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',630,0,'2021-11-05 14:32:03','2021-11-05 14:32:03'),(2005,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',630,0,'2021-11-05 14:32:32','2021-11-05 14:32:32'),(2006,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',631,0,'2021-11-05 14:33:33','2021-11-05 14:33:33'),(2007,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',631,0,'2021-11-05 14:33:33','2021-11-05 14:33:33'),(2008,1,0,'Product modification','Product',1,1,'2021-11-10 16:17:28','2021-11-10 16:17:28'),(2009,1,0,'Product modification','Product',1,1,'2021-11-10 16:18:19','2021-11-10 16:18:19'),(2010,1,0,'Product modification','Product',1,1,'2021-11-10 16:18:50','2021-11-10 16:18:50'),(2011,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2021-11-11 09:33:19','2021-11-11 09:33:19'),(2012,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2021-11-11 09:33:19','2021-11-11 09:33:19'),(2013,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',632,0,'2021-11-11 09:37:38','2021-11-11 09:37:38'),(2014,1,0,'Back office connection from 78.63.224.131','',0,1,'2021-11-12 14:04:01','2021-11-12 14:04:01'),(2015,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',634,0,'2021-11-12 14:12:31','2021-11-12 14:12:31'),(2016,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',634,0,'2021-11-12 14:12:38','2021-11-12 14:12:38'),(2017,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-12 15:42:05','2021-11-12 15:42:05'),(2018,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:20:38','2021-11-18 15:20:38'),(2019,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:51:20','2021-11-18 15:51:20'),(2020,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:51:44','2021-11-18 15:51:44'),(2021,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:52:27','2021-11-18 15:52:27'),(2022,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:52:39','2021-11-18 15:52:39'),(2023,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:53:32','2021-11-18 15:53:32'),(2024,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:54:05','2021-11-18 15:54:05'),(2025,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:54:09','2021-11-18 15:54:09'),(2026,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',633,0,'2021-11-18 15:54:09','2021-11-18 15:54:09'),(2027,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',636,0,'2021-11-18 15:54:47','2021-11-18 15:54:47'),(2028,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',636,0,'2021-11-18 15:55:20','2021-11-18 15:55:20'),(2029,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',636,0,'2021-11-18 15:55:21','2021-11-18 15:55:21'),(2030,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-18 15:56:22','2021-11-18 15:56:22'),(2031,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-18 15:57:07','2021-11-18 15:57:07'),(2032,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-18 16:00:53','2021-11-18 16:00:53'),(2033,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:30:41','2021-11-19 11:30:41'),(2034,1,0,'OrderState deletion','OrderState',185,1,'2021-11-19 11:31:51','2021-11-19 11:31:51'),(2035,1,0,'OrderState deletion','OrderState',186,1,'2021-11-19 11:31:51','2021-11-19 11:31:51'),(2036,1,0,'OrderState deletion','OrderState',187,1,'2021-11-19 11:31:51','2021-11-19 11:31:51'),(2037,1,0,'OrderState deletion','OrderState',188,1,'2021-11-19 11:31:51','2021-11-19 11:31:51'),(2038,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:32:02','2021-11-19 11:32:02'),(2039,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:32:32','2021-11-19 11:32:32'),(2040,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:32:40','2021-11-19 11:32:40'),(2041,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:32:52','2021-11-19 11:32:52'),(2042,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:32:59','2021-11-19 11:32:59'),(2043,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',637,0,'2021-11-19 11:32:59','2021-11-19 11:32:59'),(2044,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',638,0,'2021-11-19 11:33:51','2021-11-19 11:33:51'),(2045,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',638,0,'2021-11-19 11:33:51','2021-11-19 11:33:51'),(2046,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',639,0,'2021-11-19 11:51:09','2021-11-19 11:51:09'),(2047,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',640,0,'2021-11-19 12:13:54','2021-11-19 12:13:54'),(2048,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',640,0,'2021-11-19 12:13:56','2021-11-19 12:13:56'),(2049,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',641,0,'2021-11-19 12:25:03','2021-11-19 12:25:03'),(2050,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',642,0,'2021-11-25 10:24:37','2021-11-25 10:24:37'),(2051,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',643,0,'2021-11-25 11:17:31','2021-11-25 11:17:31'),(2052,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',644,0,'2021-11-25 11:36:07','2021-11-25 11:36:07'),(2053,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',645,0,'2021-11-25 11:37:05','2021-11-25 11:37:05'),(2054,1,0,'Product modification','Product',5,1,'2021-11-25 12:13:08','2021-11-25 12:13:08'),(2055,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',646,0,'2021-11-25 12:14:29','2021-11-25 12:14:29'),(2056,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',647,0,'2021-11-29 14:29:55','2021-11-29 14:29:55'),(2057,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',648,0,'2021-11-29 14:30:46','2021-11-29 14:30:46'),(2058,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',649,0,'2021-11-29 14:45:40','2021-11-29 14:45:40'),(2059,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',650,0,'2021-12-02 16:29:42','2021-12-02 16:29:42'),(2060,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',651,0,'2021-12-02 16:33:25','2021-12-02 16:33:25'),(2061,1,0,'Protect vendor folder in module sumuppaymentgateway','',0,1,'2021-12-03 09:15:29','2021-12-03 09:15:29'),(2062,1,0,'Module sumuppaymentgateway has no vendor folder','',0,1,'2021-12-03 09:15:29','2021-12-03 09:15:29'),(2063,1,0,'SumUp confirm order','Cart',652,0,'2021-12-09 10:40:09','2021-12-09 10:40:09'),(2064,1,0,'SumUp successfully confirm order','Cart',652,0,'2021-12-09 10:40:40','2021-12-09 10:40:40'),(2065,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',652,0,'2021-12-09 10:40:49','2021-12-09 10:40:49'),(2066,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:40:59','2021-12-09 10:40:59'),(2067,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:56:19','2021-12-09 10:56:19'),(2068,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:56:27','2021-12-09 10:56:27'),(2069,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:56:46','2021-12-09 10:56:46'),(2070,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:56:50','2021-12-09 10:56:50'),(2071,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:56:54','2021-12-09 10:56:54'),(2072,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:58:15','2021-12-09 10:58:15'),(2073,4,1,'Le panier ne peut être chargé ou une commande a déjà été réalisée avec ce panier','',0,0,'2021-12-09 10:58:15','2021-12-09 10:58:15'),(2074,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:58:45','2021-12-09 10:58:45'),(2075,1,0,'SumUp confirm order','Cart',653,0,'2021-12-09 10:59:03','2021-12-09 10:59:03'),(2076,1,0,'SumUp confirm order','Cart',653,0,'2021-12-09 10:59:45','2021-12-09 10:59:45'),(2077,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',653,0,'2021-12-09 10:59:59','2021-12-09 10:59:59'),(2078,1,0,'SumUp confirm order','',0,0,'2021-12-09 10:59:59','2021-12-09 10:59:59'),(2079,1,0,'SumUp successfully confirm order','Cart',653,0,'2021-12-09 11:00:13','2021-12-09 11:00:13'),(2080,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',654,0,'2021-12-13 15:49:41','2021-12-13 15:49:41'),(2081,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',655,0,'2021-12-14 14:54:24','2021-12-14 14:54:24'),(2082,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',656,0,'2021-12-15 12:40:41','2021-12-15 12:40:41'),(2083,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',657,0,'2021-12-16 15:32:35','2021-12-16 15:32:35'),(2084,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',658,0,'2021-12-16 15:35:47','2021-12-16 15:35:47'),(2085,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',658,0,'2021-12-16 15:35:48','2021-12-16 15:35:48'),(2086,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',659,0,'2021-12-16 15:59:58','2021-12-16 15:59:58'),(2087,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',659,0,'2021-12-16 15:59:59','2021-12-16 15:59:59'),(2088,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',659,0,'2021-12-16 16:06:45','2021-12-16 16:06:45'),(2089,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',659,0,'2021-12-16 16:06:45','2021-12-16 16:06:45'),(2090,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',660,0,'2021-12-16 16:17:08','2021-12-16 16:17:08'),(2091,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',661,0,'2021-12-16 16:52:45','2021-12-16 16:52:45'),(2092,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',662,0,'2021-12-21 13:35:58','2021-12-21 13:35:58'),(2093,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',662,0,'2021-12-21 13:35:58','2021-12-21 13:35:58'),(2094,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-04 16:34:42','2022-01-04 16:34:42'),(2095,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-06 09:33:05','2022-01-06 09:33:05'),(2096,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',663,0,'2022-01-06 09:34:32','2022-01-06 09:34:32'),(2097,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',663,0,'2022-01-06 09:34:32','2022-01-06 09:34:32'),(2098,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',664,0,'2022-01-06 09:35:27','2022-01-06 09:35:27'),(2099,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',664,0,'2022-01-06 09:35:30','2022-01-06 09:35:30'),(2100,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',665,0,'2022-01-06 09:39:36','2022-01-06 09:39:36'),(2101,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',666,0,'2022-01-06 09:47:01','2022-01-06 09:47:01'),(2102,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-06 10:02:36','2022-01-06 10:02:36'),(2103,1,0,'Group modification','Group',3,1,'2022-01-06 10:03:06','2022-01-06 10:03:06'),(2104,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',667,0,'2022-01-06 10:03:23','2022-01-06 10:03:23'),(2105,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',667,0,'2022-01-06 10:08:59','2022-01-06 10:08:59'),(2106,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',667,0,'2022-01-06 10:08:59','2022-01-06 10:08:59'),(2107,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',668,0,'2022-01-06 10:09:28','2022-01-06 10:09:28'),(2108,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',669,0,'2022-01-06 10:11:27','2022-01-06 10:11:27'),(2109,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',670,0,'2022-01-06 10:16:45','2022-01-06 10:16:45'),(2110,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',671,0,'2022-01-06 10:22:11','2022-01-06 10:22:11'),(2111,1,0,'OrderState deletion','OrderState',192,1,'2022-01-06 10:49:22','2022-01-06 10:49:22'),(2112,1,0,'OrderState deletion','OrderState',153,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2113,1,0,'OrderState deletion','OrderState',154,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2114,1,0,'OrderState deletion','OrderState',155,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2115,1,0,'OrderState deletion','OrderState',156,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2116,1,0,'OrderState deletion','OrderState',157,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2117,1,0,'OrderState deletion','OrderState',158,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2118,1,0,'OrderState deletion','OrderState',159,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2119,1,0,'OrderState deletion','OrderState',160,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2120,1,0,'OrderState deletion','OrderState',161,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2121,1,0,'OrderState deletion','OrderState',162,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2122,1,0,'OrderState deletion','OrderState',163,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2123,1,0,'OrderState deletion','OrderState',164,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2124,1,0,'OrderState deletion','OrderState',165,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2125,1,0,'OrderState deletion','OrderState',166,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2126,1,0,'OrderState deletion','OrderState',167,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2127,1,0,'OrderState deletion','OrderState',168,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2128,1,0,'OrderState deletion','OrderState',169,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2129,1,0,'OrderState deletion','OrderState',170,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2130,1,0,'OrderState deletion','OrderState',171,1,'2022-01-06 10:52:03','2022-01-06 10:52:03'),(2131,1,0,'OrderState deletion','OrderState',172,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2132,1,0,'OrderState deletion','OrderState',173,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2133,1,0,'OrderState deletion','OrderState',174,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2134,1,0,'OrderState deletion','OrderState',175,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2135,1,0,'OrderState deletion','OrderState',176,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2136,1,0,'OrderState deletion','OrderState',177,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2137,1,0,'OrderState deletion','OrderState',178,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2138,1,0,'OrderState deletion','OrderState',179,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2139,1,0,'OrderState deletion','OrderState',180,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2140,1,0,'OrderState deletion','OrderState',181,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2141,1,0,'OrderState deletion','OrderState',182,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2142,1,0,'OrderState deletion','OrderState',184,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2143,1,0,'OrderState deletion','OrderState',189,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2144,1,0,'OrderState deletion','OrderState',190,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2145,1,0,'OrderState deletion','OrderState',191,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2146,1,0,'OrderState deletion','OrderState',193,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2147,1,0,'OrderState deletion','OrderState',194,1,'2022-01-06 10:52:04','2022-01-06 10:52:04'),(2148,1,0,'OrderState deletion','OrderState',103,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2149,1,0,'OrderState deletion','OrderState',104,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2150,1,0,'OrderState deletion','OrderState',105,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2151,1,0,'OrderState deletion','OrderState',106,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2152,1,0,'OrderState deletion','OrderState',107,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2153,1,0,'OrderState deletion','OrderState',108,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2154,1,0,'OrderState deletion','OrderState',109,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2155,1,0,'OrderState deletion','OrderState',110,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2156,1,0,'OrderState deletion','OrderState',111,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2157,1,0,'OrderState deletion','OrderState',112,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2158,1,0,'OrderState deletion','OrderState',113,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2159,1,0,'OrderState deletion','OrderState',114,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2160,1,0,'OrderState deletion','OrderState',115,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2161,1,0,'OrderState deletion','OrderState',116,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2162,1,0,'OrderState deletion','OrderState',117,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2163,1,0,'OrderState deletion','OrderState',118,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2164,1,0,'OrderState deletion','OrderState',119,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2165,1,0,'OrderState deletion','OrderState',120,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2166,1,0,'OrderState deletion','OrderState',121,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2167,1,0,'OrderState deletion','OrderState',122,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2168,1,0,'OrderState deletion','OrderState',123,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2169,1,0,'OrderState deletion','OrderState',124,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2170,1,0,'OrderState deletion','OrderState',125,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2171,1,0,'OrderState deletion','OrderState',126,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2172,1,0,'OrderState deletion','OrderState',127,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2173,1,0,'OrderState deletion','OrderState',128,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2174,1,0,'OrderState deletion','OrderState',129,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2175,1,0,'OrderState deletion','OrderState',130,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2176,1,0,'OrderState deletion','OrderState',131,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2177,1,0,'OrderState deletion','OrderState',132,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2178,1,0,'OrderState deletion','OrderState',133,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2179,1,0,'OrderState deletion','OrderState',134,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2180,1,0,'OrderState deletion','OrderState',135,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2181,1,0,'OrderState deletion','OrderState',136,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2182,1,0,'OrderState deletion','OrderState',137,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2183,1,0,'OrderState deletion','OrderState',138,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2184,1,0,'OrderState deletion','OrderState',139,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2185,1,0,'OrderState deletion','OrderState',140,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2186,1,0,'OrderState deletion','OrderState',141,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2187,1,0,'OrderState deletion','OrderState',142,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2188,1,0,'OrderState deletion','OrderState',143,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2189,1,0,'OrderState deletion','OrderState',144,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2190,1,0,'OrderState deletion','OrderState',145,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2191,1,0,'OrderState deletion','OrderState',146,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2192,1,0,'OrderState deletion','OrderState',147,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2193,1,0,'OrderState deletion','OrderState',148,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2194,1,0,'OrderState deletion','OrderState',149,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2195,1,0,'OrderState deletion','OrderState',150,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2196,1,0,'OrderState deletion','OrderState',151,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2197,1,0,'OrderState deletion','OrderState',152,1,'2022-01-06 10:52:22','2022-01-06 10:52:22'),(2198,1,0,'OrderState deletion','OrderState',53,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2199,1,0,'OrderState deletion','OrderState',54,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2200,1,0,'OrderState deletion','OrderState',55,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2201,1,0,'OrderState deletion','OrderState',56,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2202,1,0,'OrderState deletion','OrderState',57,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2203,1,0,'OrderState deletion','OrderState',58,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2204,1,0,'OrderState deletion','OrderState',59,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2205,1,0,'OrderState deletion','OrderState',60,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2206,1,0,'OrderState deletion','OrderState',61,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2207,1,0,'OrderState deletion','OrderState',62,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2208,1,0,'OrderState deletion','OrderState',63,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2209,1,0,'OrderState deletion','OrderState',64,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2210,1,0,'OrderState deletion','OrderState',65,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2211,1,0,'OrderState deletion','OrderState',66,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2212,1,0,'OrderState deletion','OrderState',67,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2213,1,0,'OrderState deletion','OrderState',68,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2214,1,0,'OrderState deletion','OrderState',69,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2215,1,0,'OrderState deletion','OrderState',70,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2216,1,0,'OrderState deletion','OrderState',71,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2217,1,0,'OrderState deletion','OrderState',72,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2218,1,0,'OrderState deletion','OrderState',73,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2219,1,0,'OrderState deletion','OrderState',74,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2220,1,0,'OrderState deletion','OrderState',75,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2221,1,0,'OrderState deletion','OrderState',76,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2222,1,0,'OrderState deletion','OrderState',77,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2223,1,0,'OrderState deletion','OrderState',78,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2224,1,0,'OrderState deletion','OrderState',79,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2225,1,0,'OrderState deletion','OrderState',80,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2226,1,0,'OrderState deletion','OrderState',81,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2227,1,0,'OrderState deletion','OrderState',82,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2228,1,0,'OrderState deletion','OrderState',83,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2229,1,0,'OrderState deletion','OrderState',84,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2230,1,0,'OrderState deletion','OrderState',85,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2231,1,0,'OrderState deletion','OrderState',86,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2232,1,0,'OrderState deletion','OrderState',87,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2233,1,0,'OrderState deletion','OrderState',88,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2234,1,0,'OrderState deletion','OrderState',89,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2235,1,0,'OrderState deletion','OrderState',90,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2236,1,0,'OrderState deletion','OrderState',91,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2237,1,0,'OrderState deletion','OrderState',92,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2238,1,0,'OrderState deletion','OrderState',93,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2239,1,0,'OrderState deletion','OrderState',94,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2240,1,0,'OrderState deletion','OrderState',95,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2241,1,0,'OrderState deletion','OrderState',96,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2242,1,0,'OrderState deletion','OrderState',97,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2243,1,0,'OrderState deletion','OrderState',98,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2244,1,0,'OrderState deletion','OrderState',99,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2245,1,0,'OrderState deletion','OrderState',100,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2246,1,0,'OrderState deletion','OrderState',101,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2247,1,0,'OrderState deletion','OrderState',102,1,'2022-01-06 10:52:37','2022-01-06 10:52:37'),(2248,1,0,'OrderState deletion','OrderState',14,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2249,1,0,'OrderState deletion','OrderState',15,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2250,1,0,'OrderState deletion','OrderState',16,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2251,1,0,'OrderState deletion','OrderState',17,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2252,1,0,'OrderState deletion','OrderState',18,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2253,1,0,'OrderState deletion','OrderState',19,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2254,1,0,'OrderState deletion','OrderState',20,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2255,1,0,'OrderState deletion','OrderState',21,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2256,1,0,'OrderState deletion','OrderState',22,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2257,1,0,'OrderState deletion','OrderState',23,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2258,1,0,'OrderState deletion','OrderState',24,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2259,1,0,'OrderState deletion','OrderState',25,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2260,1,0,'OrderState deletion','OrderState',27,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2261,1,0,'OrderState deletion','OrderState',28,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2262,1,0,'OrderState deletion','OrderState',29,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2263,1,0,'OrderState deletion','OrderState',30,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2264,1,0,'OrderState deletion','OrderState',31,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2265,1,0,'OrderState deletion','OrderState',32,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2266,1,0,'OrderState deletion','OrderState',33,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2267,1,0,'OrderState deletion','OrderState',35,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2268,1,0,'OrderState deletion','OrderState',36,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2269,1,0,'OrderState deletion','OrderState',37,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2270,1,0,'OrderState deletion','OrderState',38,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2271,1,0,'OrderState deletion','OrderState',39,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2272,1,0,'OrderState deletion','OrderState',40,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2273,1,0,'OrderState deletion','OrderState',41,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2274,1,0,'OrderState deletion','OrderState',42,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2275,1,0,'OrderState deletion','OrderState',43,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2276,1,0,'OrderState deletion','OrderState',44,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2277,1,0,'OrderState deletion','OrderState',45,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2278,1,0,'OrderState deletion','OrderState',46,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2279,1,0,'OrderState deletion','OrderState',47,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2280,1,0,'OrderState deletion','OrderState',48,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2281,1,0,'OrderState deletion','OrderState',49,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2282,1,0,'OrderState deletion','OrderState',50,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2283,1,0,'OrderState deletion','OrderState',51,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2284,1,0,'OrderState deletion','OrderState',52,1,'2022-01-06 10:52:50','2022-01-06 10:52:50'),(2285,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-01-06 10:56:11','2022-01-06 10:56:11'),(2286,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-01-06 10:56:11','2022-01-06 10:56:11'),(2287,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',672,0,'2022-01-06 15:41:02','2022-01-06 15:41:02'),(2288,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',673,0,'2022-01-07 11:17:14','2022-01-07 11:17:14'),(2289,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',674,0,'2022-01-07 11:21:12','2022-01-07 11:21:12'),(2290,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',675,0,'2022-01-07 11:25:37','2022-01-07 11:25:37'),(2291,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',676,0,'2022-01-07 11:26:30','2022-01-07 11:26:30'),(2292,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',677,0,'2022-01-07 15:31:19','2022-01-07 15:31:19'),(2293,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',678,0,'2022-01-07 15:32:51','2022-01-07 15:32:51'),(2294,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',679,0,'2022-01-07 15:39:57','2022-01-07 15:39:57'),(2295,3,0,'Exception on hook paymentOptions for module . Syntax error in template \\\"file:/var/www/html/mollie17/modules/mollie/views/templates/hook/mollie_iframe.tpl\\\" on line 59 \\\"{$mollieUseSavedCard| var_dump}\\\" - Unexpected \\\" \\\", expected one of: \\\"id, name\\\" , \\\"@\\\"','',0,0,'2022-01-07 16:02:27','2022-01-07 16:02:27'),(2296,3,0,'Exception on hook paymentOptions for module . Notice: Undefined index: mollieUseSavedCard','',0,0,'2022-01-07 16:02:32','2022-01-07 16:02:32'),(2297,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-12 15:36:03','2022-01-12 15:36:03'),(2298,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',682,0,'2022-01-12 15:42:03','2022-01-12 15:42:03'),(2299,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',683,0,'2022-01-13 09:45:53','2022-01-13 09:45:53'),(2300,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',684,0,'2022-01-13 10:07:34','2022-01-13 10:07:34'),(2301,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',688,0,'2022-01-13 10:46:35','2022-01-13 10:46:35'),(2302,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',690,0,'2022-01-13 13:26:04','2022-01-13 13:26:04'),(2303,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',691,0,'2022-01-14 13:53:41','2022-01-14 13:53:41'),(2304,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',692,0,'2022-01-14 13:55:18','2022-01-14 13:55:18'),(2305,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-17 12:03:15','2022-01-17 12:03:15'),(2306,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-20 10:00:25','2022-01-20 10:00:25'),(2307,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',693,0,'2022-01-20 10:48:19','2022-01-20 10:48:19'),(2308,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',694,0,'2022-01-20 10:49:21','2022-01-20 10:49:21'),(2309,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',695,0,'2022-01-20 12:35:24','2022-01-20 12:35:24'),(2310,1,0,'Group addition','Group',4,1,'2022-01-20 12:41:26','2022-01-20 12:41:26'),(2311,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',696,0,'2022-01-20 12:44:36','2022-01-20 12:44:36'),(2312,1,0,'Group modification','Group',4,1,'2022-01-20 12:46:20','2022-01-20 12:46:20'),(2313,1,0,'Group addition','Group',5,1,'2022-01-20 13:31:03','2022-01-20 13:31:03'),(2314,1,0,'Group modification','Group',5,1,'2022-01-20 13:31:50','2022-01-20 13:31:50'),(2315,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',697,0,'2022-01-20 14:08:11','2022-01-20 14:08:11'),(2316,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',698,0,'2022-01-20 14:11:56','2022-01-20 14:11:56'),(2317,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',699,0,'2022-01-20 14:13:13','2022-01-20 14:13:13'),(2318,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',700,0,'2022-01-20 14:36:12','2022-01-20 14:36:12'),(2319,1,0,'Group modification','Group',4,1,'2022-01-25 15:37:01','2022-01-25 15:37:01'),(2320,1,0,'Group deletion','Group',4,1,'2022-01-25 15:37:20','2022-01-25 15:37:20'),(2321,1,0,'Group deletion','Group',5,1,'2022-01-25 15:37:20','2022-01-25 15:37:20'),(2322,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',701,0,'2022-01-25 15:39:08','2022-01-25 15:39:08'),(2323,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',701,0,'2022-01-25 15:39:08','2022-01-25 15:39:08'),(2324,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',702,0,'2022-01-25 15:48:05','2022-01-25 15:48:05'),(2325,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',702,0,'2022-01-25 15:48:06','2022-01-25 15:48:06'),(2326,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',703,0,'2022-01-25 15:48:34','2022-01-25 15:48:34'),(2327,1,0,'Product modification','Product',1,1,'2022-01-28 12:34:11','2022-01-28 12:34:11'),(2328,1,0,'Product modification','Product',1,1,'2022-01-28 12:34:15','2022-01-28 12:34:15'),(2329,1,0,'Product modification','Product',1,1,'2022-01-28 12:35:17','2022-01-28 12:35:17'),(2330,1,0,'Product modification','Product',5,1,'2022-01-28 12:36:07','2022-01-28 12:36:07'),(2331,1,0,'Product modification','Product',21,1,'2022-01-28 12:39:37','2022-01-28 12:39:37'),(2332,1,0,'Product modification','Product',21,1,'2022-01-28 12:39:56','2022-01-28 12:39:56'),(2333,1,0,'Product modification','Product',21,1,'2022-01-28 12:39:59','2022-01-28 12:39:59'),(2334,1,0,'Back office connection from 88.118.123.244','',0,1,'2022-01-28 13:29:09','2022-01-28 13:29:09'),(2335,1,0,'Product modification','Product',5,1,'2022-01-28 13:30:15','2022-01-28 13:30:15'),(2336,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',704,0,'2022-01-28 13:31:26','2022-01-28 13:31:26'),(2337,1,0,'Product modification','Product',5,1,'2022-01-28 13:33:54','2022-01-28 13:33:54'),(2338,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',705,0,'2022-01-28 13:34:47','2022-01-28 13:34:47'),(2339,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',706,0,'2022-01-28 13:37:39','2022-01-28 13:37:39'),(2340,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-28 13:39:10','2022-01-28 13:39:10'),(2341,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',707,0,'2022-01-28 13:40:02','2022-01-28 13:40:02'),(2342,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',709,0,'2022-01-28 13:46:16','2022-01-28 13:46:16'),(2343,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',710,0,'2022-01-28 13:47:14','2022-01-28 13:47:14'),(2344,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',711,0,'2022-01-28 13:47:54','2022-01-28 13:47:54'),(2345,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',712,0,'2022-01-28 13:48:49','2022-01-28 13:48:49'),(2346,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',713,0,'2022-01-28 13:50:24','2022-01-28 13:50:24'),(2347,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',714,0,'2022-01-28 13:58:10','2022-01-28 13:58:10'),(2348,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',715,0,'2022-01-28 13:59:24','2022-01-28 13:59:24'),(2349,1,0,'Product modification','Product',5,1,'2022-01-28 14:00:44','2022-01-28 14:00:44'),(2350,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-28 14:06:11','2022-01-28 14:06:11'),(2351,1,0,'Product modification','Product',5,1,'2022-01-28 14:07:18','2022-01-28 14:07:18'),(2352,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',716,0,'2022-01-28 14:08:36','2022-01-28 14:08:36'),(2353,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',717,0,'2022-01-28 14:10:02','2022-01-28 14:10:02'),(2354,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',718,0,'2022-01-28 14:13:00','2022-01-28 14:13:00'),(2355,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',719,0,'2022-01-28 14:15:24','2022-01-28 14:15:24'),(2356,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',720,0,'2022-01-28 14:19:27','2022-01-28 14:19:27'),(2357,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',721,0,'2022-01-28 14:22:24','2022-01-28 14:22:24'),(2358,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',722,0,'2022-01-28 14:46:09','2022-01-28 14:46:09'),(2359,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',723,0,'2022-01-28 15:10:52','2022-01-28 15:10:52'),(2360,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-01-28 15:17:06','2022-01-28 15:17:06'),(2361,1,0,'Back office connection from 88.216.176.7','',0,1,'2022-01-31 16:59:45','2022-01-31 16:59:45'),(2362,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',724,0,'2022-01-31 17:24:29','2022-01-31 17:24:29'),(2363,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',725,0,'2022-02-01 11:07:40','2022-02-01 11:07:40'),(2364,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',726,0,'2022-02-01 11:08:43','2022-02-01 11:08:43'),(2365,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',727,0,'2022-02-01 11:12:45','2022-02-01 11:12:45'),(2366,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',728,0,'2022-02-01 15:54:15','2022-02-01 15:54:15'),(2367,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',730,0,'2022-02-01 15:57:43','2022-02-01 15:57:43'),(2368,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',730,0,'2022-02-01 15:57:43','2022-02-01 15:57:43'),(2369,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',731,0,'2022-02-03 09:51:49','2022-02-03 09:51:49'),(2370,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',731,0,'2022-02-03 09:52:30','2022-02-03 09:52:30'),(2371,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',731,0,'2022-02-03 09:54:24','2022-02-03 09:54:24'),(2372,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',731,0,'2022-02-03 09:55:40','2022-02-03 09:55:40'),(2373,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',731,0,'2022-02-03 09:55:41','2022-02-03 09:55:41'),(2374,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',732,0,'2022-02-03 09:57:23','2022-02-03 09:57:23'),(2375,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',733,0,'2022-02-03 09:58:22','2022-02-03 09:58:22'),(2376,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',734,0,'2022-02-03 10:06:37','2022-02-03 10:06:37'),(2377,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',735,0,'2022-02-03 10:09:01','2022-02-03 10:09:01'),(2378,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-02-03 14:37:13','2022-02-03 14:37:13'),(2379,1,0,'Mollie module error: [2022-02-03T14:37:25+0200] No response body found.','',0,1,'2022-02-03 14:37:25','2022-02-03 14:37:25'),(2380,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',737,0,'2022-02-03 14:40:17','2022-02-03 14:40:17'),(2381,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',736,0,'2022-02-03 15:46:24','2022-02-03 15:46:24'),(2382,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',738,0,'2022-02-03 15:53:21','2022-02-03 15:53:21'),(2383,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',738,0,'2022-02-03 15:53:21','2022-02-03 15:53:21'),(2384,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',739,0,'2022-02-03 15:54:10','2022-02-03 15:54:10'),(2385,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',740,0,'2022-02-03 15:55:51','2022-02-03 15:55:51'),(2386,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',741,0,'2022-02-03 15:56:40','2022-02-03 15:56:40'),(2387,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',742,0,'2022-02-03 15:58:22','2022-02-03 15:58:22'),(2388,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',743,0,'2022-02-03 16:51:44','2022-02-03 16:51:44'),(2389,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',744,0,'2022-02-03 16:56:07','2022-02-03 16:56:07'),(2390,3,0,'Swift Error: Expected response code 354 but got code \\\"421\\\", with message \\\"421 4.3.0 Temporary System Problem. Try again later (10). q13sm3671235ljm.50 - gsmtp\\r\\n\\\"','',0,0,'2022-02-03 16:57:19','2022-02-03 16:57:19'),(2391,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',745,0,'2022-02-03 17:01:27','2022-02-03 17:01:27'),(2392,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',745,0,'2022-02-03 17:01:28','2022-02-03 17:01:28'),(2393,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',746,0,'2022-02-03 17:02:00','2022-02-03 17:02:00'),(2394,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',747,0,'2022-02-03 17:02:49','2022-02-03 17:02:49'),(2395,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',748,0,'2022-02-03 17:03:31','2022-02-03 17:03:31'),(2396,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',749,0,'2022-02-08 09:48:35','2022-02-08 09:48:35'),(2397,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',750,0,'2022-02-08 16:51:11','2022-02-08 16:51:11'),(2398,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',751,0,'2022-02-08 16:53:09','2022-02-08 16:53:09'),(2399,1,0,'Mollie module error: [2022-02-10T13:26:08+0200] Error executing API call (404: Not Found): No order exists with token ord_bk7btu.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-02-10 13:26:08','2022-02-10 13:26:08'),(2400,1,0,'Mollie module error: [2022-02-10T13:26:11+0200] Error executing API call (404: Not Found): No order exists with token ord_bk7btu.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-02-10 13:26:11','2022-02-10 13:26:11'),(2401,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-02-11 09:46:13','2022-02-11 09:46:13'),(2402,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',752,0,'2022-02-11 10:52:54','2022-02-11 10:52:54'),(2403,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',755,0,'2022-02-17 09:51:26','2022-02-17 09:51:26'),(2404,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-02-17 14:02:32','2022-02-17 14:02:32'),(2405,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-02-17 14:02:33','2022-02-17 14:02:33'),(2406,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-02-17 14:38:06','2022-02-17 14:38:06'),(2407,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-02-17 14:38:06','2022-02-17 14:38:06'),(2408,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',756,0,'2022-02-17 14:54:17','2022-02-17 14:54:17'),(2409,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-02-17 16:21:07','2022-02-17 16:21:07'),(2410,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-02-17 16:33:39','2022-02-17 16:33:39'),(2411,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-02-17 16:33:39','2022-02-17 16:33:39'),(2412,1,0,'Group modification','Group',3,1,'2022-02-22 14:15:14','2022-02-22 14:15:14'),(2413,1,0,'Group modification','Group',3,1,'2022-02-22 14:18:01','2022-02-22 14:18:01'),(2414,1,0,'Product modification','Product',3,1,'2022-02-22 14:20:38','2022-02-22 14:20:38'),(2415,1,0,'Group modification','Group',3,1,'2022-02-22 14:29:15','2022-02-22 14:29:15'),(2416,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',757,0,'2022-02-22 14:29:56','2022-02-22 14:29:56'),(2417,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-02-28 10:46:44','2022-02-28 10:46:44'),(2418,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-02-28 10:47:51','2022-02-28 10:47:51'),(2419,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-02-28 11:41:27','2022-02-28 11:41:27'),(2420,3,0,'PaymentModule::validateOrder - Secure key does not match','Cart',761,0,'2022-03-01 14:09:09','2022-03-01 14:09:09'),(2421,1,0,'Mollie module error: [2022-03-01T14:29:36+0200] Error executing API call (404: Not Found): Payment tr_mDC64a2ceu exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-03-01 14:29:36','2022-03-01 14:29:36'),(2422,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-01 15:44:33','2022-03-01 15:44:33'),(2423,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 15:24:22','2022-03-08 15:24:22'),(2424,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:32:41','2022-03-08 17:32:41'),(2425,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:32:41','2022-03-08 17:32:41'),(2426,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:32:41','2022-03-08 17:32:41'),(2427,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:32:41','2022-03-08 17:32:41'),(2428,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:32:41','2022-03-08 17:32:41'),(2429,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:32:41','2022-03-08 17:32:41'),(2430,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:33:50','2022-03-08 17:33:50'),(2431,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:33:50','2022-03-08 17:33:50'),(2432,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:33:51','2022-03-08 17:33:51'),(2433,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:33:51','2022-03-08 17:33:51'),(2434,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:33:51','2022-03-08 17:33:51'),(2435,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:33:51','2022-03-08 17:33:51'),(2436,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:54:53','2022-03-08 17:54:53'),(2437,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:54:53','2022-03-08 17:54:53'),(2438,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:54:53','2022-03-08 17:54:53'),(2439,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:54:53','2022-03-08 17:54:53'),(2440,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:54:53','2022-03-08 17:54:53'),(2441,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-08 17:54:53','2022-03-08 17:54:53'),(2442,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:18:38','2022-03-14 11:18:38'),(2443,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:18:46','2022-03-14 11:18:46'),(2444,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:19:07','2022-03-14 11:19:07'),(2445,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:19:09','2022-03-14 11:19:09'),(2446,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:19:24','2022-03-14 11:19:24'),(2447,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:19:26','2022-03-14 11:19:26'),(2448,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:19:30','2022-03-14 11:19:30'),(2449,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:19:30','2022-03-14 11:19:30'),(2450,1,0,'Protect vendor folder in module gmb2brequestform','',0,1,'2022-03-14 11:24:15','2022-03-14 11:24:15'),(2451,1,0,'Module gmb2brequestform has no vendor folder','',0,1,'2022-03-14 11:24:15','2022-03-14 11:24:15'),(2452,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:28:24','2022-03-14 11:28:24'),(2453,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:28:27','2022-03-14 11:28:27'),(2454,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:31:42','2022-03-14 11:31:42'),(2455,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:31:43','2022-03-14 11:31:43'),(2456,1,0,'Protect vendor folder in module lpsproinvoice','',0,1,'2022-03-14 11:32:00','2022-03-14 11:32:00'),(2457,1,0,'Protect vendor folder in module lpsproaccount','',0,1,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2458,1,0,'Module lpsproaccount has no vendor folder','',0,1,'2022-03-14 11:32:06','2022-03-14 11:32:06'),(2459,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',770,0,'2022-03-14 11:41:46','2022-03-14 11:41:46'),(2460,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:44:21','2022-03-14 11:44:21'),(2461,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 11:44:38','2022-03-14 11:44:38'),(2462,1,0,'Group addition','Group',4,1,'2022-03-14 12:48:38','2022-03-14 12:48:38'),(2463,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',810,0,'2022-03-14 12:57:31','2022-03-14 12:57:31'),(2464,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 12:59:33','2022-03-14 12:59:33'),(2465,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 12:59:47','2022-03-14 12:59:47'),(2466,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',812,0,'2022-03-14 13:04:22','2022-03-14 13:04:22'),(2467,1,0,'Group modification','Group',3,1,'2022-03-14 13:10:28','2022-03-14 13:10:28'),(2468,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',813,0,'2022-03-14 13:10:56','2022-03-14 13:10:56'),(2469,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 15:14:11','2022-03-14 15:14:11'),(2470,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-14 15:14:13','2022-03-14 15:14:13'),(2471,3,0,'PaymentModule::validateOrder - Secure key does not match','Cart',849,0,'2022-03-14 16:45:14','2022-03-14 16:45:14'),(2472,3,0,'PaymentModule::validateOrder - Secure key does not match','Cart',850,0,'2022-03-14 16:48:27','2022-03-14 16:48:27'),(2473,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-21 13:31:19','2022-03-21 13:31:19'),(2474,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-03-21 15:14:10','2022-03-21 15:14:10'),(2475,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-21 15:14:11','2022-03-21 15:14:11'),(2476,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-21 15:14:13','2022-03-21 15:14:13'),(2477,3,0,'PaymentModule::validateOrder - Order Status cannot be loaded','Cart',986,0,'2022-03-22 14:17:45','2022-03-22 14:17:45'),(2478,1,0,'Product modification','Product',4,1,'2022-03-24 14:18:56','2022-03-24 14:18:56'),(2479,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',944,0,'2022-03-25 11:28:01','2022-03-25 11:28:01'),(2480,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1029,0,'2022-03-25 12:43:23','2022-03-25 12:43:23'),(2481,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1030,0,'2022-03-25 12:48:14','2022-03-25 12:48:14'),(2482,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1031,0,'2022-03-25 12:48:58','2022-03-25 12:48:58'),(2483,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1033,0,'2022-03-25 13:28:47','2022-03-25 13:28:47'),(2484,3,0,'Exception on hook paymentOptions for module . Warning: Invalid argument supplied for foreach()','',0,0,'2022-03-28 14:44:00','2022-03-28 14:44:00'),(2485,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-03-28 15:46:13','2022-03-28 15:46:13'),(2486,1,0,'{\\\"administrativeArea\\\":\\\"\\\",\\\"country\\\":\\\"Lithuania\\\",\\\"countryCode\\\":\\\"LT\\\",\\\"familyName\\\":\\\"\\\",\\\"givenName\\\":\\\"\\\",\\\"locality\\\":\\\"Kaunas\\\",\\\"phoneticFamilyName\\\":\\\"\\\",\\\"phoneticGivenName\\\":\\\"\\\",\\\"postalCode\\\":\\\"44248\\\",\\\"subAdministrativeArea\\\":\\\"\\\",\\\"subLocality\\\":\\\"\\\"}','',0,0,'2022-03-28 16:26:22','2022-03-28 16:26:22'),(2487,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1101,0,'2022-03-29 17:19:33','2022-03-29 17:19:33'),(2488,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 10:05:06','2022-04-04 10:05:06'),(2489,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 10:05:12','2022-04-04 10:05:12'),(2490,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 10:05:14','2022-04-04 10:05:14'),(2491,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 10:05:21','2022-04-04 10:05:21'),(2492,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1108,0,'2022-04-04 10:10:34','2022-04-04 10:10:34'),(2493,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1110,0,'2022-04-04 10:39:14','2022-04-04 10:39:14'),(2494,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1114,0,'2022-04-04 10:48:33','2022-04-04 10:48:33'),(2495,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1115,0,'2022-04-04 11:13:47','2022-04-04 11:13:47'),(2496,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1115,0,'2022-04-04 11:13:47','2022-04-04 11:13:47'),(2497,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1116,0,'2022-04-04 11:14:39','2022-04-04 11:14:39'),(2498,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1113,0,'2022-04-04 11:21:02','2022-04-04 11:21:02'),(2499,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1117,0,'2022-04-04 13:11:25','2022-04-04 13:11:25'),(2500,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:50:48','2022-04-04 14:50:48'),(2501,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:50:51','2022-04-04 14:50:51'),(2502,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:50:59','2022-04-04 14:50:59'),(2503,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:51:01','2022-04-04 14:51:01'),(2504,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:52:31','2022-04-04 14:52:31'),(2505,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:52:32','2022-04-04 14:52:32'),(2506,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:53:38','2022-04-04 14:53:38'),(2507,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-04 14:53:39','2022-04-04 14:53:39'),(2508,1,0,'Protect vendor folder in module darique','',0,1,'2022-04-04 14:53:50','2022-04-04 14:53:50'),(2509,1,0,'Module darique has no vendor folder','',0,1,'2022-04-04 14:53:50','2022-04-04 14:53:50'),(2510,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1119,0,'2022-04-04 15:01:10','2022-04-04 15:01:10'),(2511,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1120,0,'2022-04-05 10:04:38','2022-04-05 10:04:38'),(2512,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1121,0,'2022-04-05 10:09:57','2022-04-05 10:09:57'),(2513,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1121,0,'2022-04-05 10:09:57','2022-04-05 10:09:57'),(2514,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1122,0,'2022-04-05 10:15:07','2022-04-05 10:15:07'),(2515,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1122,0,'2022-04-05 10:15:07','2022-04-05 10:15:07'),(2516,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1123,0,'2022-04-05 10:15:40','2022-04-05 10:15:40'),(2517,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1118,0,'2022-04-05 10:28:26','2022-04-05 10:28:26'),(2518,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1118,0,'2022-04-05 10:28:26','2022-04-05 10:28:26'),(2519,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1118,0,'2022-04-05 10:28:26','2022-04-05 10:28:26'),(2520,1,0,'Mollie module error: [2022-04-05T11:45:27+0300] Error executing API call (404: Not Found): Payment tr_VqRsBbQybS exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-05 11:45:27','2022-04-05 11:45:27'),(2521,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1127,0,'2022-04-05 11:55:30','2022-04-05 11:55:30'),(2522,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1127,0,'2022-04-05 11:55:30','2022-04-05 11:55:30'),(2523,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1128,0,'2022-04-05 11:59:04','2022-04-05 11:59:04'),(2524,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1128,0,'2022-04-05 11:59:04','2022-04-05 11:59:04'),(2525,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1129,0,'2022-04-05 12:01:21','2022-04-05 12:01:21'),(2526,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1129,0,'2022-04-05 12:01:21','2022-04-05 12:01:21'),(2527,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1130,0,'2022-04-05 12:01:49','2022-04-05 12:01:49'),(2528,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1130,0,'2022-04-05 12:01:49','2022-04-05 12:01:49'),(2529,1,0,'Mollie module error: [2022-04-05T12:14:25+0300] Error executing API call (404: Not Found): Payment tr_cwrKqVhBGD exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-05 12:14:25','2022-04-05 12:14:25'),(2530,1,0,'Mollie module error: [2022-04-05T12:21:08+0300] Error executing API call (404: Not Found): Payment tr_jzdTBHWEMN exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-05 12:21:08','2022-04-05 12:21:08'),(2531,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1131,0,'2022-04-05 13:58:19','2022-04-05 13:58:19'),(2532,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1131,0,'2022-04-05 13:58:19','2022-04-05 13:58:19'),(2533,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1132,0,'2022-04-05 13:58:51','2022-04-05 13:58:51'),(2534,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1133,0,'2022-04-05 14:02:18','2022-04-05 14:02:18'),(2535,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1133,0,'2022-04-05 14:02:18','2022-04-05 14:02:18'),(2536,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1134,0,'2022-04-05 14:02:53','2022-04-05 14:02:53'),(2537,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1135,0,'2022-04-05 14:11:51','2022-04-05 14:11:51'),(2538,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1136,0,'2022-04-05 14:13:27','2022-04-05 14:13:27'),(2539,1,0,'Back office connection from 87.247.102.159','',0,1,'2022-04-05 15:06:01','2022-04-05 15:06:01'),(2540,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-05 15:06:03','2022-04-05 15:06:03'),(2541,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-05 15:06:05','2022-04-05 15:06:05'),(2542,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-04-05 15:57:47','2022-04-05 15:57:47'),(2543,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-05 15:57:48','2022-04-05 15:57:48'),(2544,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-05 15:57:50','2022-04-05 15:57:50'),(2545,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-05 18:28:19','2022-04-05 18:28:19'),(2546,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1138,0,'2022-04-11 13:10:23','2022-04-11 13:10:23'),(2547,1,0,'Mollie module error: [2022-04-11T13:14:21+0300] Error executing API call (404: Not Found): Payment tr_jzdTBHWEMN exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-11 13:14:21','2022-04-11 13:14:21'),(2548,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1176,0,'2022-04-19 14:48:18','2022-04-19 14:48:18'),(2549,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1176,0,'2022-04-19 14:48:18','2022-04-19 14:48:18'),(2550,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1176,0,'2022-04-19 14:48:18','2022-04-19 14:48:18'),(2551,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1139,0,'2022-04-25 11:40:57','2022-04-25 11:40:57'),(2552,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1181,0,'2022-04-25 11:43:39','2022-04-25 11:43:39'),(2553,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1182,0,'2022-04-25 13:25:19','2022-04-25 13:25:19'),(2554,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1183,0,'2022-04-25 13:32:21','2022-04-25 13:32:21'),(2555,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1184,0,'2022-04-25 13:35:01','2022-04-25 13:35:01'),(2556,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1184,0,'2022-04-25 13:35:01','2022-04-25 13:35:01'),(2557,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1185,0,'2022-04-25 13:45:34','2022-04-25 13:45:34'),(2558,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1185,0,'2022-04-25 13:45:35','2022-04-25 13:45:35'),(2559,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1185,0,'2022-04-25 13:45:35','2022-04-25 13:45:35'),(2560,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1185,0,'2022-04-25 13:45:36','2022-04-25 13:45:36'),(2561,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1185,0,'2022-04-25 13:45:42','2022-04-25 13:45:42'),(2562,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1186,0,'2022-04-25 13:51:31','2022-04-25 13:51:31'),(2563,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1186,0,'2022-04-25 13:51:32','2022-04-25 13:51:32'),(2564,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1186,0,'2022-04-25 13:51:32','2022-04-25 13:51:32'),(2565,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1186,0,'2022-04-25 14:16:12','2022-04-25 14:16:12'),(2566,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-04-25 16:10:01','2022-04-25 16:10:01'),(2567,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 16:10:02','2022-04-25 16:10:02'),(2568,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 16:10:05','2022-04-25 16:10:05'),(2569,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 16:10:07','2022-04-25 16:10:07'),(2570,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 16:10:07','2022-04-25 16:10:07'),(2571,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 17:19:29','2022-04-25 17:19:29'),(2572,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 17:19:32','2022-04-25 17:19:32'),(2573,1,0,'Protect vendor folder in module ets_onepagecheckout','',0,1,'2022-04-25 17:19:40','2022-04-25 17:19:40'),(2574,1,0,'Module ets_onepagecheckout has no vendor folder','',0,1,'2022-04-25 17:19:40','2022-04-25 17:19:40'),(2575,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 17:24:22','2022-04-25 17:24:22'),(2576,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-04-25 17:24:25','2022-04-25 17:24:25'),(2577,1,0,'Mollie module error: [2022-04-26T12:04:47+0300] Error executing API call (404: Not Found): Order ord_nigplq exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-26 12:04:47','2022-04-26 12:04:47'),(2578,1,0,'Mollie module error: [2022-04-26T12:05:59+0300] Error executing API call (404: Not Found): Order ord_nigplq exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-26 12:05:59','2022-04-26 12:05:59'),(2579,1,0,'Mollie module error: [2022-04-26T12:06:19+0300] Error executing API call (404: Not Found): Order ord_nigplq exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-04-26 12:06:19','2022-04-26 12:06:19'),(2580,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1188,0,'2022-05-02 10:02:39','2022-05-02 10:02:39'),(2581,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1201,0,'2022-05-02 10:05:35','2022-05-02 10:05:35'),(2582,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-02 10:30:04','2022-05-02 10:30:04'),(2583,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-02 10:34:21','2022-05-02 10:34:21'),(2584,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-02 10:56:19','2022-05-02 10:56:19'),(2585,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1202,0,'2022-05-02 10:56:23','2022-05-02 10:56:23'),(2586,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1202,0,'2022-05-02 10:56:24','2022-05-02 10:56:24'),(2587,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1203,0,'2022-05-02 10:57:41','2022-05-02 10:57:41'),(2588,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1204,0,'2022-05-02 11:04:35','2022-05-02 11:04:35'),(2589,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1205,0,'2022-05-02 11:28:12','2022-05-02 11:28:12'),(2590,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1206,0,'2022-05-02 11:35:14','2022-05-02 11:35:14'),(2591,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1207,0,'2022-05-02 11:37:59','2022-05-02 11:37:59'),(2592,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1208,0,'2022-05-02 11:45:30','2022-05-02 11:45:30'),(2593,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1209,0,'2022-05-02 12:04:33','2022-05-02 12:04:33'),(2594,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1210,0,'2022-05-02 13:11:16','2022-05-02 13:11:16'),(2595,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-02 13:18:04','2022-05-02 13:18:04'),(2596,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1200,0,'2022-05-02 15:28:50','2022-05-02 15:28:50'),(2597,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:45:42','2022-05-02 15:45:42'),(2598,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:45:46','2022-05-02 15:45:46'),(2599,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:55:22','2022-05-02 15:55:22'),(2600,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:55:24','2022-05-02 15:55:24'),(2601,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:55:48','2022-05-02 15:55:48'),(2602,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:55:49','2022-05-02 15:55:49'),(2603,1,0,'Protect vendor folder in module thecheckout','',0,1,'2022-05-02 15:57:59','2022-05-02 15:57:59'),(2604,1,0,'Module thecheckout has no vendor folder','',0,1,'2022-05-02 15:57:59','2022-05-02 15:57:59'),(2605,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:59:05','2022-05-02 15:59:05'),(2606,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-02 15:59:08','2022-05-02 15:59:08'),(2607,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1214,0,'2022-05-02 16:26:48','2022-05-02 16:26:48'),(2608,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1214,0,'2022-05-02 16:26:48','2022-05-02 16:26:48'),(2609,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1214,0,'2022-05-02 16:26:48','2022-05-02 16:26:48'),(2610,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1212,0,'2022-05-02 16:28:42','2022-05-02 16:28:42'),(2611,1,0,'Mollie module error: [2022-05-02T16:29:31+0300] Error executing API call (404: Not Found): Payment tr_mdAohpqp3h exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-05-02 16:29:31','2022-05-02 16:29:31'),(2612,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1215,0,'2022-05-03 14:31:16','2022-05-03 14:31:16'),(2613,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1216,0,'2022-05-03 14:48:05','2022-05-03 14:48:05'),(2614,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1217,0,'2022-05-03 14:48:45','2022-05-03 14:48:45'),(2615,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1217,0,'2022-05-03 14:48:45','2022-05-03 14:48:45'),(2616,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1218,0,'2022-05-03 15:10:12','2022-05-03 15:10:12'),(2617,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1219,0,'2022-05-03 16:29:54','2022-05-03 16:29:54'),(2618,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1220,0,'2022-05-03 16:31:42','2022-05-03 16:31:42'),(2619,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1221,0,'2022-05-09 13:34:09','2022-05-09 13:34:09'),(2620,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1236,0,'2022-05-09 13:37:01','2022-05-09 13:37:01'),(2621,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1236,0,'2022-05-09 13:37:02','2022-05-09 13:37:02'),(2622,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1237,0,'2022-05-09 14:35:31','2022-05-09 14:35:31'),(2623,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1237,0,'2022-05-09 14:35:33','2022-05-09 14:35:33'),(2624,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1237,0,'2022-05-09 14:35:33','2022-05-09 14:35:33'),(2625,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1238,0,'2022-05-09 14:36:23','2022-05-09 14:36:23'),(2626,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1240,0,'2022-05-09 16:05:53','2022-05-09 16:05:53'),(2627,1,0,'Error - The following e-mail template is missing: en/order_conf2.txt','',0,0,'2022-05-09 16:58:42','2022-05-09 16:58:42'),(2628,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1241,0,'2022-05-09 16:59:36','2022-05-09 16:59:36'),(2629,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1242,0,'2022-05-09 17:01:42','2022-05-09 17:01:42'),(2630,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1242,0,'2022-05-09 17:01:42','2022-05-09 17:01:42'),(2631,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1243,0,'2022-05-09 17:07:29','2022-05-09 17:07:29'),(2632,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1243,0,'2022-05-09 17:07:29','2022-05-09 17:07:29'),(2633,1,0,'Error - The following e-mail template is missing: order_conf2','',0,0,'2022-05-09 17:08:55','2022-05-09 17:08:55'),(2634,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1244,0,'2022-05-10 10:46:15','2022-05-10 10:46:15'),(2635,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1244,0,'2022-05-10 10:46:23','2022-05-10 10:46:23'),(2636,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1244,0,'2022-05-10 10:46:23','2022-05-10 10:46:23'),(2637,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1245,0,'2022-05-10 10:48:28','2022-05-10 10:48:28'),(2638,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1246,0,'2022-05-10 10:58:52','2022-05-10 10:58:52'),(2639,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1247,0,'2022-05-10 11:00:43','2022-05-10 11:00:43'),(2640,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1247,0,'2022-05-10 11:00:48','2022-05-10 11:00:48'),(2641,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1248,0,'2022-05-10 11:02:08','2022-05-10 11:02:08'),(2642,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1249,0,'2022-05-10 11:03:17','2022-05-10 11:03:17'),(2643,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1250,0,'2022-05-10 11:04:17','2022-05-10 11:04:17'),(2644,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1251,0,'2022-05-10 11:16:43','2022-05-10 11:16:43'),(2645,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1252,0,'2022-05-10 11:30:20','2022-05-10 11:30:20'),(2646,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1253,0,'2022-05-10 11:33:11','2022-05-10 11:33:11'),(2647,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1254,0,'2022-05-10 11:34:37','2022-05-10 11:34:37'),(2648,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1255,0,'2022-05-10 14:08:33','2022-05-10 14:08:33'),(2649,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1256,0,'2022-05-10 14:12:40','2022-05-10 14:12:40'),(2650,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1256,0,'2022-05-10 14:12:40','2022-05-10 14:12:40'),(2651,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1257,0,'2022-05-10 14:19:47','2022-05-10 14:19:47'),(2652,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1258,0,'2022-05-10 14:25:53','2022-05-10 14:25:53'),(2653,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1259,0,'2022-05-10 14:28:45','2022-05-10 14:28:45'),(2654,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1260,0,'2022-05-10 14:29:52','2022-05-10 14:29:52'),(2655,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1261,0,'2022-05-10 14:30:58','2022-05-10 14:30:58'),(2656,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1262,0,'2022-05-10 14:33:38','2022-05-10 14:33:38'),(2657,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1263,0,'2022-05-10 14:38:30','2022-05-10 14:38:30'),(2658,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1264,0,'2022-05-10 14:41:31','2022-05-10 14:41:31'),(2659,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1265,0,'2022-05-10 14:42:02','2022-05-10 14:42:02'),(2660,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1266,0,'2022-05-10 14:42:31','2022-05-10 14:42:31'),(2661,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1267,0,'2022-05-10 14:43:14','2022-05-10 14:43:14'),(2662,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1269,0,'2022-05-10 16:16:31','2022-05-10 16:16:31'),(2663,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1269,0,'2022-05-10 16:16:31','2022-05-10 16:16:31'),(2664,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1269,0,'2022-05-10 16:16:31','2022-05-10 16:16:31'),(2665,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:43:51','2022-05-10 17:43:51'),(2666,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:43:54','2022-05-10 17:43:54'),(2667,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:44:15','2022-05-10 17:44:15'),(2668,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:44:19','2022-05-10 17:44:19'),(2669,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:44:32','2022-05-10 17:44:32'),(2670,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:44:36','2022-05-10 17:44:36'),(2671,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:44:41','2022-05-10 17:44:41'),(2672,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-10 17:44:43','2022-05-10 17:44:43'),(2673,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:38:30','2022-05-18 10:38:30'),(2674,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:38:33','2022-05-18 10:38:33'),(2675,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:39:50','2022-05-18 10:39:50'),(2676,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:39:53','2022-05-18 10:39:53'),(2677,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:41:39','2022-05-18 10:41:39'),(2678,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:41:42','2022-05-18 10:41:42'),(2679,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:43:46','2022-05-18 10:43:46'),(2680,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:43:47','2022-05-18 10:43:47'),(2681,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:44:29','2022-05-18 10:44:29'),(2682,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:44:33','2022-05-18 10:44:33'),(2683,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:46:09','2022-05-18 10:46:09'),(2684,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:46:19','2022-05-18 10:46:19'),(2685,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:46:21','2022-05-18 10:46:21'),(2686,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:47:23','2022-05-18 10:47:23'),(2687,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:47:25','2022-05-18 10:47:25'),(2688,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:47:38','2022-05-18 10:47:38'),(2689,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:47:41','2022-05-18 10:47:41'),(2690,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:48:01','2022-05-18 10:48:01'),(2691,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:48:07','2022-05-18 10:48:07'),(2692,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:50:05','2022-05-18 10:50:05'),(2693,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:50:31','2022-05-18 10:50:31'),(2694,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:50:34','2022-05-18 10:50:34'),(2695,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:51:05','2022-05-18 10:51:05'),(2696,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:51:12','2022-05-18 10:51:12'),(2697,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 10:51:26','2022-05-18 10:51:26'),(2698,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:26:20','2022-05-18 11:26:20'),(2699,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:26:22','2022-05-18 11:26:22'),(2700,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:30:51','2022-05-18 11:30:51'),(2701,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:30:51','2022-05-18 11:30:51'),(2702,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:30:53','2022-05-18 11:30:53'),(2703,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:30:55','2022-05-18 11:30:55'),(2704,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:37:31','2022-05-18 11:37:31'),(2705,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:37:34','2022-05-18 11:37:34'),(2706,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:37:53','2022-05-18 11:37:53'),(2707,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:37:55','2022-05-18 11:37:55'),(2708,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:38:06','2022-05-18 11:38:06'),(2709,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:38:08','2022-05-18 11:38:08'),(2710,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:38:21','2022-05-18 11:38:21'),(2711,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 11:38:24','2022-05-18 11:38:24'),(2712,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:06:13','2022-05-18 12:06:13'),(2713,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:06:15','2022-05-18 12:06:15'),(2714,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:07:17','2022-05-18 12:07:17'),(2715,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:07:19','2022-05-18 12:07:19'),(2716,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:08:29','2022-05-18 12:08:29'),(2717,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:08:34','2022-05-18 12:08:34'),(2718,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:08:45','2022-05-18 12:08:45'),(2719,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:09:21','2022-05-18 12:09:21'),(2720,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:09:31','2022-05-18 12:09:31'),(2721,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:11:08','2022-05-18 12:11:08'),(2722,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:11:14','2022-05-18 12:11:14'),(2723,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:11:26','2022-05-18 12:11:26'),(2724,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:11:47','2022-05-18 12:11:47'),(2725,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:11:57','2022-05-18 12:11:57'),(2726,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:12:21','2022-05-18 12:12:21'),(2727,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:12:32','2022-05-18 12:12:32'),(2728,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:13:58','2022-05-18 12:13:58'),(2729,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:14:49','2022-05-18 12:14:49'),(2730,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:15:03','2022-05-18 12:15:03'),(2731,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:16:44','2022-05-18 12:16:44'),(2732,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:16:50','2022-05-18 12:16:50'),(2733,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:17:01','2022-05-18 12:17:01'),(2734,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:18:33','2022-05-18 12:18:33'),(2735,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:18:39','2022-05-18 12:18:39'),(2736,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:18:50','2022-05-18 12:18:50'),(2737,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:19:54','2022-05-18 12:19:54'),(2738,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:20:00','2022-05-18 12:20:00'),(2739,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:20:11','2022-05-18 12:20:11'),(2740,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:20:59','2022-05-18 12:20:59'),(2741,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:21:05','2022-05-18 12:21:05'),(2742,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:21:15','2022-05-18 12:21:15'),(2743,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:24:48','2022-05-18 12:24:48'),(2744,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:25:34','2022-05-18 12:25:34'),(2745,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:27:07','2022-05-18 12:27:07'),(2746,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:29:29','2022-05-18 12:29:29'),(2747,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:29:32','2022-05-18 12:29:32'),(2748,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:30:48','2022-05-18 12:30:48'),(2749,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:30:50','2022-05-18 12:30:50'),(2750,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:05','2022-05-18 12:31:05'),(2751,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:07','2022-05-18 12:31:07'),(2752,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:10','2022-05-18 12:31:10'),(2753,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:16','2022-05-18 12:31:16'),(2754,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:19','2022-05-18 12:31:19'),(2755,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:33','2022-05-18 12:31:33'),(2756,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:35','2022-05-18 12:31:35'),(2757,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:31:37','2022-05-18 12:31:37'),(2758,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:40:40','2022-05-18 12:40:40'),(2759,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-18 12:40:42','2022-05-18 12:40:42'),(2760,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-19 14:12:39','2022-05-19 14:12:39'),(2761,1,0,'Mollie module error: [2022-05-19T14:13:06+0300] Error executing API call (404: Not Found): Payment tr_hwEVwjAPn4 exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-05-19 14:13:06','2022-05-19 14:13:06'),(2762,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-19 14:38:25','2022-05-19 14:38:25'),(2763,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-19 14:38:38','2022-05-19 14:38:38'),(2764,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-23 10:13:40','2022-05-23 10:13:40'),(2765,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-23 10:13:41','2022-05-23 10:13:41'),(2766,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-23 10:13:50','2022-05-23 10:13:50'),(2767,1,0,'Error - The following e-mail template is missing: gb/payment.txt','',0,0,'2022-05-23 10:16:29','2022-05-23 10:16:29'),(2768,1,0,'Error - The following e-mail template is missing: gb/outofstock.txt','',0,0,'2022-05-23 10:16:31','2022-05-23 10:16:31'),(2769,1,0,'Error - The following e-mail template is missing: gb/order_conf.txt','',0,0,'2022-05-23 10:16:35','2022-05-23 10:16:35'),(2770,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1270,0,'2022-05-23 10:16:38','2022-05-23 10:16:38'),(2771,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1277,0,'2022-05-23 10:18:04','2022-05-23 10:18:04'),(2772,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-05-23 10:38:13','2022-05-23 10:38:13'),(2773,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-23 14:39:24','2022-05-23 14:39:24'),(2774,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-23 14:39:27','2022-05-23 14:39:27'),(2775,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-23 16:19:56','2022-05-23 16:19:56'),(2776,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-23 16:19:59','2022-05-23 16:19:59'),(2777,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:04:38','2022-05-24 10:04:38'),(2778,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:04:41','2022-05-24 10:04:41'),(2779,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:06:46','2022-05-24 10:06:46'),(2780,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:06:50','2022-05-24 10:06:50'),(2781,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:12:26','2022-05-24 10:12:26'),(2782,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:12:40','2022-05-24 10:12:40'),(2783,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:12:52','2022-05-24 10:12:52'),(2784,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:33:22','2022-05-24 10:33:22'),(2785,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:33:31','2022-05-24 10:33:31'),(2786,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:50:46','2022-05-24 10:50:46'),(2787,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 10:50:48','2022-05-24 10:50:48'),(2788,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 11:39:02','2022-05-24 11:39:02'),(2789,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 11:39:04','2022-05-24 11:39:04'),(2790,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1278,0,'2022-05-24 11:49:41','2022-05-24 11:49:41'),(2791,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1282,0,'2022-05-24 12:00:29','2022-05-24 12:00:29'),(2792,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1283,0,'2022-05-24 12:01:43','2022-05-24 12:01:43'),(2793,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 12:40:23','2022-05-24 12:40:23'),(2794,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 12:40:43','2022-05-24 12:40:43'),(2795,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 12:41:56','2022-05-24 12:41:56'),(2796,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 12:41:59','2022-05-24 12:41:59'),(2797,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 12:46:30','2022-05-24 12:46:30'),(2798,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 12:46:34','2022-05-24 12:46:34'),(2799,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 13:01:43','2022-05-24 13:01:43'),(2800,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 13:01:46','2022-05-24 13:01:46'),(2801,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 13:02:04','2022-05-24 13:02:04'),(2802,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-24 13:02:06','2022-05-24 13:02:06'),(2803,1,0,'Mollie module error: [2022-05-25T14:02:36+0300] Error executing API call (404: Not Found): Order ord_pb5epk exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-05-25 14:02:36','2022-05-25 14:02:36'),(2804,1,0,'Error - The following e-mail template is missing: gb/cheque.txt','',0,1,'2022-05-25 14:02:45','2022-05-25 14:02:45'),(2805,1,0,'Mollie module error: [2022-05-25T14:02:51+0300] Error executing API call (404: Not Found): Order ord_pb5epk exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-05-25 14:02:51','2022-05-25 14:02:51'),(2806,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1284,0,'2022-05-31 10:11:43','2022-05-31 10:11:43'),(2807,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-31 11:50:48','2022-05-31 11:50:48'),(2808,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-05-31 11:50:50','2022-05-31 11:50:50'),(2809,1,0,'Mollie module error: [2022-05-31T15:17:07+0300] Error executing API call (404: Not Found): Order ord_pb5epk exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-05-31 15:17:07','2022-05-31 15:17:07'),(2810,1,0,'Mollie module error: [2022-05-31T15:17:16+0300] Error executing API call (404: Not Found): Order ord_ppsmxw exists, but the wrong mode is used. Try switching live / test API keys.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-05-31 15:17:16','2022-05-31 15:17:16'),(2811,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1288,0,'2022-05-31 16:39:05','2022-05-31 16:39:05'),(2812,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1288,0,'2022-05-31 16:39:06','2022-05-31 16:39:06'),(2813,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1288,0,'2022-05-31 16:39:06','2022-05-31 16:39:06'),(2814,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1288,0,'2022-05-31 16:39:06','2022-05-31 16:39:06'),(2815,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-06 10:21:06','2022-06-06 10:21:06'),(2816,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-06 10:21:07','2022-06-06 10:21:07'),(2817,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-06 10:21:11','2022-06-06 10:21:11'),(2818,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-07 10:39:38','2022-06-07 10:39:38'),(2819,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 10:39:40','2022-06-07 10:39:40'),(2820,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 10:39:43','2022-06-07 10:39:43'),(2821,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-07 10:44:30','2022-06-07 10:44:30'),(2822,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 10:44:34','2022-06-07 10:44:34'),(2823,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 10:44:42','2022-06-07 10:44:42'),(2824,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 11:52:19','2022-06-07 11:52:19'),(2825,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 11:52:22','2022-06-07 11:52:22'),(2826,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 11:52:36','2022-06-07 11:52:36'),(2827,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-07 13:47:31','2022-06-07 13:47:31'),(2828,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 13:47:32','2022-06-07 13:47:32'),(2829,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 13:47:35','2022-06-07 13:47:35'),(2830,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials b15-20020a056512304f00b0047255d2119csm3217211lfb.203 - gsmtp\\r\\n\\\"','',0,0,'2022-06-07 13:48:34','2022-06-07 13:48:34'),(2831,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1289,0,'2022-06-07 13:48:34','2022-06-07 13:48:34'),(2832,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 15:20:09','2022-06-07 15:20:09'),(2833,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-07 15:20:12','2022-06-07 15:20:12'),(2834,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 15:20:13','2022-06-07 15:20:13'),(2835,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-07 15:20:15','2022-06-07 15:20:15'),(2836,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials w19-20020a2e9bd3000000b00255446b1726sm2849594ljj.121 - gsmtp\\r\\n\\\"','',0,0,'2022-06-07 16:32:22','2022-06-07 16:32:22'),(2837,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-13 10:57:49','2022-06-13 10:57:49'),(2838,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-13 10:57:50','2022-06-13 10:57:50'),(2839,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-13 10:57:59','2022-06-13 10:57:59'),(2840,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials t7-20020a2e9d07000000b002556cf330e8sm920843lji.99 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 11:07:08','2022-06-13 11:07:08'),(2841,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1290,0,'2022-06-13 11:07:08','2022-06-13 11:07:08'),(2842,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials 9-20020a2e0809000000b002557cc64de7sm949259lji.71 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 12:38:30','2022-06-13 12:38:30'),(2843,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials k5-20020ac257c5000000b00478f2f2f044sm201529lfo.123 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 12:38:31','2022-06-13 12:38:31'),(2844,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials j6-20020a05651231c600b0047974e88c35sm916569lfe.293 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 12:40:18','2022-06-13 12:40:18'),(2845,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials b15-20020ac247ef000000b004787d3cbc67sm917482lfp.219 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 12:40:19','2022-06-13 12:40:19'),(2846,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials y6-20020a05651c106600b00255446b1726sm956900ljm.121 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 12:40:20','2022-06-13 12:40:20'),(2847,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1292,0,'2022-06-13 12:40:36','2022-06-13 12:40:36'),(2848,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials t5-20020ac24c05000000b00479172a7796sm960822lfq.192 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 14:56:26','2022-06-13 14:56:26'),(2849,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials s9-20020a056512214900b0047960b50c26sm964340lfr.78 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 14:56:28','2022-06-13 14:56:28'),(2850,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials y26-20020a2e545a000000b0024cac53a82csm984498ljd.0 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 14:56:29','2022-06-13 14:56:29'),(2851,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials q3-20020ac24a63000000b0047926adf89csm962521lfp.102 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 14:56:30','2022-06-13 14:56:30'),(2852,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials t5-20020ac24c05000000b00478ffd14ac1sm961569lfq.163 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 14:56:32','2022-06-13 14:56:32'),(2853,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1293,0,'2022-06-13 14:56:33','2022-06-13 14:56:33'),(2854,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials u14-20020a05651220ce00b0047255d21114sm991603lfr.67 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:22:42','2022-06-13 16:22:42'),(2855,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials d15-20020ac244cf000000b0047dd412c4dbsm21693lfm.283 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:22:43','2022-06-13 16:22:43'),(2856,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials j23-20020a2e8517000000b0025561ce1275sm1005860lji.135 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:22:44','2022-06-13 16:22:44'),(2857,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials z19-20020a056512371300b004786cf34e68sm991273lfr.18 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:22:45','2022-06-13 16:22:45'),(2858,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials d11-20020a05651233cb00b00478ec0936desm984915lfg.159 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:22:47','2022-06-13 16:22:47'),(2859,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1294,0,'2022-06-13 16:22:48','2022-06-13 16:22:48'),(2860,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials q15-20020a2e914f000000b00258fcd4d232sm710093ljg.140 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:27:02','2022-06-13 16:27:02'),(2861,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials l24-20020a2e5718000000b00253da47cfbesm1001735ljb.80 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:27:04','2022-06-13 16:27:04'),(2862,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials c12-20020a05651c014c00b0024f3d1daeaasm1007831ljd.50 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:27:05','2022-06-13 16:27:05'),(2863,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials s12-20020a2e83cc000000b00253bd515f88sm975564ljh.68 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:27:51','2022-06-13 16:27:51'),(2864,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials g1-20020ac24d81000000b0047255d2118fsm987856lfe.190 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:27:56','2022-06-13 16:27:56'),(2865,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1295,0,'2022-06-13 16:32:35','2022-06-13 16:32:35'),(2866,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1295,0,'2022-06-13 16:32:35','2022-06-13 16:32:35'),(2867,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1295,0,'2022-06-13 16:32:36','2022-06-13 16:32:36'),(2868,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1295,0,'2022-06-13 16:32:36','2022-06-13 16:32:36'),(2869,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials a27-20020a056512201b00b0047920d89606sm992163lfb.187 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:33:28','2022-06-13 16:33:28'),(2870,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials c22-20020a056512325600b0047255d2110fsm992794lfr.62 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:33:29','2022-06-13 16:33:29'),(2871,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials k8-20020ac257c8000000b0047255d211f5sm987155lfo.292 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:33:31','2022-06-13 16:33:31'),(2872,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1296,0,'2022-06-13 16:35:38','2022-06-13 16:35:38'),(2873,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1296,0,'2022-06-13 16:35:38','2022-06-13 16:35:38'),(2874,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials q26-20020a19431a000000b00478f2f2f043sm988961lfa.147 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:36:02','2022-06-13 16:36:02'),(2875,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials k25-20020a2e6f19000000b0025575338c41sm1002572ljc.127 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:36:03','2022-06-13 16:36:03'),(2876,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials f13-20020a19380d000000b0047255d21179sm991831lfa.168 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:36:04','2022-06-13 16:36:04'),(2877,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials 7-20020ac24d47000000b00478f782d045sm989885lfp.174 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:36:05','2022-06-13 16:36:05'),(2878,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials v7-20020a056512348700b0047907872b22sm996381lfr.42 - gsmtp\\r\\n\\\"','',0,0,'2022-06-13 16:36:07','2022-06-13 16:36:07'),(2879,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1297,0,'2022-06-13 16:36:08','2022-06-13 16:36:08'),(2880,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-14 09:50:14','2022-06-14 09:50:14'),(2881,1,0,'Mollie module error: [2022-06-14T09:50:23+0300] Error executing API call (404: Not Found): No order exists with token ord_hn9tf4.. Documentation: https://docs.mollie.com/overview/handling-errors','',0,1,'2022-06-14 09:50:23','2022-06-14 09:50:23'),(2882,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials v15-20020a05651203af00b0047255d211b0sm1294864lfp.223 - gsmtp\\r\\n\\\"','',0,0,'2022-06-14 11:05:29','2022-06-14 11:05:29'),(2883,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials y2-20020a05651c020200b002557df3669bsm1242441ljn.21 - gsmtp\\r\\n\\\"','',0,0,'2022-06-14 11:05:30','2022-06-14 11:05:30'),(2884,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials a28-20020a194f5c000000b0047255d211absm1293952lfk.218 - gsmtp\\r\\n\\\"','',0,0,'2022-06-14 11:05:33','2022-06-14 11:05:33'),(2885,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials d29-20020a194f1d000000b00478d24ad1basm57182lfb.307 - gsmtp\\r\\n\\\"','',0,0,'2022-06-14 11:05:34','2022-06-14 11:05:34'),(2886,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials i13-20020a056512224d00b0047255d2115fsm1295115lfu.142 - gsmtp\\r\\n\\\"','',0,0,'2022-06-14 11:05:36','2022-06-14 11:05:36'),(2887,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1298,0,'2022-06-14 11:05:36','2022-06-14 11:05:36'),(2888,3,0,'Swift Error: Expected response code 250 but got code \\\"535\\\", with message \\\"535-5.7.8 Username and Password not accepted. Learn more at\\r\\n535 5.7.8 https://support.google.com/mail/?p=BadCredentials f5-20020ac25085000000b0047255d21186sm1299506lfm.181 - gsmtp\\r\\n\\\"','',0,0,'2022-06-14 11:23:00','2022-06-14 11:23:00'),(2889,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1299,0,'2022-06-14 11:23:00','2022-06-14 11:23:00'),(2890,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:35:11','2022-06-14 11:35:11'),(2891,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:35:21','2022-06-14 11:35:21'),(2892,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:36:34','2022-06-14 11:36:34'),(2893,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1300,0,'2022-06-14 11:36:38','2022-06-14 11:36:38'),(2894,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:36:44','2022-06-14 11:36:44'),(2895,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:36:49','2022-06-14 11:36:49'),(2896,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:36:54','2022-06-14 11:36:54'),(2897,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:36:59','2022-06-14 11:36:59'),(2898,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:37:04','2022-06-14 11:37:04'),(2899,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:37:14','2022-06-14 11:37:14'),(2900,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:37:59','2022-06-14 11:37:59'),(2901,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1301,0,'2022-06-14 11:38:04','2022-06-14 11:38:04'),(2902,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:38:09','2022-06-14 11:38:09'),(2903,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:38:14','2022-06-14 11:38:14'),(2904,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:38:19','2022-06-14 11:38:19'),(2905,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:38:24','2022-06-14 11:38:24'),(2906,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:38:29','2022-06-14 11:38:29'),(2907,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:38:40','2022-06-14 11:38:40'),(2908,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:40:57','2022-06-14 11:40:57'),(2909,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:41:15','2022-06-14 11:41:15'),(2910,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:41:30','2022-06-14 11:41:30'),(2911,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:41:40','2022-06-14 11:41:40'),(2912,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:41:52','2022-06-14 11:41:52'),(2913,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1302,0,'2022-06-14 11:44:24','2022-06-14 11:44:24'),(2914,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:45:47','2022-06-14 11:45:47'),(2915,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1303,0,'2022-06-14 11:45:52','2022-06-14 11:45:52'),(2916,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:45:57','2022-06-14 11:45:57'),(2917,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:46:03','2022-06-14 11:46:03'),(2918,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:46:07','2022-06-14 11:46:07'),(2919,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:46:13','2022-06-14 11:46:13'),(2920,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:46:18','2022-06-14 11:46:18'),(2921,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:46:28','2022-06-14 11:46:28'),(2922,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:53:33','2022-06-14 11:53:33'),(2923,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:53:52','2022-06-14 11:53:52'),(2924,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:54:06','2022-06-14 11:54:06'),(2925,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:54:16','2022-06-14 11:54:16'),(2926,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-06-14 11:54:28','2022-06-14 11:54:28'),(2927,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-06-14 12:02:27','2022-06-14 12:02:27'),(2928,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-14 12:02:28','2022-06-14 12:02:28'),(2929,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-14 12:02:31','2022-06-14 12:02:31'),(2930,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:02:42','2022-06-14 12:02:42'),(2931,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:02:49','2022-06-14 12:02:49'),(2932,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:03:05','2022-06-14 12:03:05'),(2933,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:28:38','2022-06-14 12:28:38'),(2934,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:28:52','2022-06-14 12:28:52'),(2935,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:29:22','2022-06-14 12:29:22'),(2936,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:30:43','2022-06-14 12:30:43'),(2937,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:30:46','2022-06-14 12:30:46'),(2938,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1304,0,'2022-06-14 12:30:46','2022-06-14 12:30:46'),(2939,1,0,'Back office connection from 83.187.117.14','',0,1,'2022-06-14 15:39:08','2022-06-14 15:39:08'),(2940,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-20 13:01:08','2022-06-20 13:01:08'),(2941,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-06-20 13:01:11','2022-06-20 13:01:11'),(2942,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 16) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2022-06-20 16:43:53','2022-06-20 16:43:53'),(2943,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 77) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2022-06-20 16:43:53','2022-06-20 16:43:53'),(2944,3,0,'Mollie\\\\Service\\\\PaymentMethod\\\\PaymentMethodRestrictionValidation::isPaymentMethodValid has caught error: Table \\\'mollie17.ps_mol_payment_method_order_total_restriction\\\' doesn\\\'t existSELECT *\\nFROM `ps_mol_payment_method_order_total_restriction` a0\\nWHERE (a0.`id_payment_method` = 78) AND (a0.`currency_iso` = \\\'EUR\\\')\\n','',0,0,'2022-06-20 16:43:53','2022-06-20 16:43:53'),(2945,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:08:31','2022-07-01 16:08:31'),(2946,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1305,0,'2022-07-01 16:08:35','2022-07-01 16:08:35'),(2947,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:08:41','2022-07-01 16:08:41'),(2948,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:08:52','2022-07-01 16:08:52'),(2949,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:09:02','2022-07-01 16:09:02'),(2950,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:09:13','2022-07-01 16:09:13'),(2951,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:16:33','2022-07-01 16:16:33'),(2952,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1308,0,'2022-07-01 16:16:38','2022-07-01 16:16:38'),(2953,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:16:44','2022-07-01 16:16:44'),(2954,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:16:49','2022-07-01 16:16:49'),(2955,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:16:54','2022-07-01 16:16:54'),(2956,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:16:59','2022-07-01 16:16:59'),(2957,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:17:04','2022-07-01 16:17:04'),(2958,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:17:14','2022-07-01 16:17:14'),(2959,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:34:49','2022-07-01 16:34:49'),(2960,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1309,0,'2022-07-01 16:34:54','2022-07-01 16:34:54'),(2961,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:34:59','2022-07-01 16:34:59'),(2962,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:35:05','2022-07-01 16:35:05'),(2963,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:35:09','2022-07-01 16:35:09'),(2964,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:35:15','2022-07-01 16:35:15'),(2965,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:35:19','2022-07-01 16:35:19'),(2966,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:35:30','2022-07-01 16:35:30'),(2967,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:44:26','2022-07-01 16:44:26'),(2968,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1310,0,'2022-07-01 16:44:31','2022-07-01 16:44:31'),(2969,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:44:36','2022-07-01 16:44:36'),(2970,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:44:42','2022-07-01 16:44:42'),(2971,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:44:47','2022-07-01 16:44:47'),(2972,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:44:52','2022-07-01 16:44:52'),(2973,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:44:57','2022-07-01 16:44:57'),(2974,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-01 16:45:07','2022-07-01 16:45:07'),(2975,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-07-25 10:12:39','2022-07-25 10:12:39'),(2976,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-25 10:12:41','2022-07-25 10:12:41'),(2977,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-25 10:12:43','2022-07-25 10:12:43'),(2978,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-25 10:15:16','2022-07-25 10:15:16'),(2979,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-25 10:15:18','2022-07-25 10:15:18'),(2980,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:16:31','2022-07-25 10:16:31'),(2981,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1311,0,'2022-07-25 10:16:33','2022-07-25 10:16:33'),(2982,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:16:42','2022-07-25 10:16:42'),(2983,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:16:53','2022-07-25 10:16:53'),(2984,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:17:03','2022-07-25 10:17:03'),(2985,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:17:14','2022-07-25 10:17:14'),(2986,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:19:29','2022-07-25 10:19:29'),(2987,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:19:39','2022-07-25 10:19:39'),(2988,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1312,0,'2022-07-25 10:19:49','2022-07-25 10:19:49'),(2989,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:19:50','2022-07-25 10:19:50'),(2990,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:20:00','2022-07-25 10:20:00'),(2991,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:20:11','2022-07-25 10:20:11'),(2992,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:27:22','2022-07-25 10:27:22'),(2993,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1313,0,'2022-07-25 10:27:27','2022-07-25 10:27:27'),(2994,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:27:32','2022-07-25 10:27:32'),(2995,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:27:43','2022-07-25 10:27:43'),(2996,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:27:53','2022-07-25 10:27:53'),(2997,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:28:04','2022-07-25 10:28:04'),(2998,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:29:43','2022-07-25 10:29:43'),(2999,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:29:53','2022-07-25 10:29:53'),(3000,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1314,0,'2022-07-25 10:30:02','2022-07-25 10:30:02'),(3001,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:30:04','2022-07-25 10:30:04'),(3002,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:30:14','2022-07-25 10:30:14'),(3003,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:30:25','2022-07-25 10:30:25'),(3004,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:32:13','2022-07-25 10:32:13'),(3005,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:32:24','2022-07-25 10:32:24'),(3006,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 10:32:35','2022-07-25 10:32:35'),(3007,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1315,0,'2022-07-25 10:32:56','2022-07-25 10:32:56'),(3008,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 11:25:23','2022-07-25 11:25:23'),(3009,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1316,0,'2022-07-25 11:25:27','2022-07-25 11:25:27'),(3010,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 11:25:34','2022-07-25 11:25:34'),(3011,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-25 11:25:45','2022-07-25 11:25:45'),(3012,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-26 15:04:31','2022-07-26 15:04:31'),(3013,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-26 15:04:33','2022-07-26 15:04:33'),(3014,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-26 15:04:35','2022-07-26 15:04:35'),(3015,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 15:05:50','2022-07-26 15:05:50'),(3016,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1317,0,'2022-07-26 15:05:54','2022-07-26 15:05:54'),(3017,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 15:06:01','2022-07-26 15:06:01'),(3018,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 15:06:12','2022-07-26 15:06:12'),(3019,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-07-26 16:35:16','2022-07-26 16:35:16'),(3020,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:02:56','2022-07-26 17:02:56'),(3021,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:03:06','2022-07-26 17:03:06'),(3022,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:03:31','2022-07-26 17:03:31'),(3023,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:05:28','2022-07-26 17:05:28'),(3024,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1318,0,'2022-07-26 17:07:18','2022-07-26 17:07:18'),(3025,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1320,0,'2022-07-26 17:07:42','2022-07-26 17:07:42'),(3026,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:07:52','2022-07-26 17:07:52'),(3027,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:08:02','2022-07-26 17:08:02'),(3028,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:08:12','2022-07-26 17:08:12'),(3029,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:08:55','2022-07-26 17:08:55'),(3030,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:11:12','2022-07-26 17:11:12'),(3031,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:11:22','2022-07-26 17:11:22'),(3032,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:11:33','2022-07-26 17:11:33'),(3033,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:15:25','2022-07-26 17:15:25'),(3034,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:15:35','2022-07-26 17:15:35'),(3035,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:17:12','2022-07-26 17:17:12'),(3036,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-07-26 17:17:22','2022-07-26 17:17:22'),(3037,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:28:12','2022-07-26 17:28:12'),(3038,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:28:22','2022-07-26 17:28:22'),(3039,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:33:12','2022-07-26 17:33:12'),(3040,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-26 17:33:22','2022-07-26 17:33:22'),(3041,1,0,'CartRule modification','CartRule',9,1,'2022-07-28 10:23:29','2022-07-28 10:23:29'),(3042,1,0,'CartRule modification','CartRule',9,1,'2022-07-28 10:23:34','2022-07-28 10:23:34'),(3043,1,0,'CartRule modification','CartRule',9,1,'2022-07-28 10:24:04','2022-07-28 10:24:04'),(3044,1,0,'CartRule modification','CartRule',9,1,'2022-07-28 10:24:05','2022-07-28 10:24:05'),(3045,1,0,'CartRule modification','CartRule',9,1,'2022-07-28 10:24:31','2022-07-28 10:24:31'),(3046,1,0,'CartRule modification','CartRule',9,1,'2022-07-28 10:24:41','2022-07-28 10:24:41'),(3047,1,0,'CartRule addition','CartRule',13,1,'2022-07-28 10:25:08','2022-07-28 10:25:08'),(3048,1,0,'CartRule modification','CartRule',13,1,'2022-07-28 10:25:16','2022-07-28 10:25:16'),(3049,1,0,'CartRule modification','CartRule',13,1,'2022-07-28 10:25:23','2022-07-28 10:25:23'),(3050,1,0,'CartRule modification','CartRule',13,1,'2022-07-28 10:25:57','2022-07-28 10:25:57'),(3051,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-28 14:33:20','2022-07-28 14:33:20'),(3052,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-28 14:33:30','2022-07-28 14:33:30'),(3053,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-28 14:33:40','2022-07-28 14:33:40'),(3054,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-28 14:33:50','2022-07-28 14:33:50'),(3055,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-28 14:34:00','2022-07-28 14:34:00'),(3056,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1323,0,'2022-07-28 14:34:00','2022-07-28 14:34:00'),(3057,1,0,'CartRule modification','CartRule',13,1,'2022-07-28 14:35:58','2022-07-28 14:35:58'),(3058,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-07-28 14:36:40','2022-07-28 14:36:40'),(3059,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1324,0,'2022-07-28 14:37:27','2022-07-28 14:37:27'),(3060,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1324,0,'2022-07-28 14:37:27','2022-07-28 14:37:27'),(3061,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1324,0,'2022-07-28 14:37:27','2022-07-28 14:37:27'),(3062,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:10:50','2022-08-01 14:10:50'),(3063,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:11:00','2022-08-01 14:11:00'),(3064,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:11:05','2022-08-01 14:11:05'),(3065,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:11:10','2022-08-01 14:11:10'),(3066,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:11:15','2022-08-01 14:11:15'),(3067,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:11:20','2022-08-01 14:11:20'),(3068,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:11:30','2022-08-01 14:11:30'),(3069,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1325,0,'2022-08-01 14:11:48','2022-08-01 14:11:48'),(3070,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:15','2022-08-01 14:35:15'),(3071,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1326,0,'2022-08-01 14:35:20','2022-08-01 14:35:20'),(3072,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:25','2022-08-01 14:35:25'),(3073,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:30','2022-08-01 14:35:30'),(3074,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:35','2022-08-01 14:35:35'),(3075,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:40','2022-08-01 14:35:40'),(3076,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:45','2022-08-01 14:35:45'),(3077,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:35:55','2022-08-01 14:35:55'),(3078,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:37:06','2022-08-01 14:37:06'),(3079,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1327,0,'2022-08-01 14:37:08','2022-08-01 14:37:08'),(3080,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:37:18','2022-08-01 14:37:18'),(3081,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:37:23','2022-08-01 14:37:23'),(3082,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:37:28','2022-08-01 14:37:28'),(3083,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:37:33','2022-08-01 14:37:33'),(3084,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:40:45','2022-08-01 14:40:45'),(3085,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1328,0,'2022-08-01 14:40:53','2022-08-01 14:40:53'),(3086,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:40:55','2022-08-01 14:40:55'),(3087,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:41:06','2022-08-01 14:41:06'),(3088,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:41:16','2022-08-01 14:41:16'),(3089,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:41:27','2022-08-01 14:41:27'),(3090,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:46:59','2022-08-01 14:46:59'),(3091,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:47:10','2022-08-01 14:47:10'),(3092,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1329,0,'2022-08-01 14:47:11','2022-08-01 14:47:11'),(3093,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:47:21','2022-08-01 14:47:21'),(3094,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:54:44','2022-08-01 14:54:44'),(3095,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1330,0,'2022-08-01 14:54:53','2022-08-01 14:54:53'),(3096,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:54:54','2022-08-01 14:54:54'),(3097,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:55:06','2022-08-01 14:55:06'),(3098,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:55:16','2022-08-01 14:55:16'),(3099,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 14:55:27','2022-08-01 14:55:27'),(3100,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-01 15:35:34','2022-08-01 15:35:34'),(3101,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 15:54:49','2022-08-01 15:54:49'),(3102,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 15:54:59','2022-08-01 15:54:59'),(3103,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 15:55:10','2022-08-01 15:55:10'),(3104,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1331,0,'2022-08-01 15:55:19','2022-08-01 15:55:19'),(3105,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 15:55:20','2022-08-01 15:55:20'),(3106,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-01 15:55:31','2022-08-01 15:55:31'),(3107,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-01 17:25:50','2022-08-01 17:25:50'),(3108,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-08 11:10:00','2022-08-08 11:10:00'),(3109,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1332,0,'2022-08-08 11:10:05','2022-08-08 11:10:05'),(3110,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-08 11:10:11','2022-08-08 11:10:11'),(3111,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-08 11:10:22','2022-08-08 11:10:22'),(3112,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-08 11:17:35','2022-08-08 11:17:35'),(3113,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1333,0,'2022-08-08 11:17:40','2022-08-08 11:17:40'),(3114,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-08 11:17:46','2022-08-08 11:17:46'),(3115,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-08 11:17:57','2022-08-08 11:17:57'),(3116,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-08 15:21:57','2022-08-08 15:21:57'),(3117,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-08 15:22:00','2022-08-08 15:22:00'),(3118,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1334,0,'2022-08-16 11:00:25','2022-08-16 11:00:25'),(3119,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1334,0,'2022-08-16 11:00:25','2022-08-16 11:00:25'),(3120,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:04:13','2022-08-16 11:04:13'),(3121,1,0,'Error - The following e-mail template is missing: gb/shipped.txt','',0,1,'2022-08-16 11:04:23','2022-08-16 11:04:23'),(3122,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:04:24','2022-08-16 11:04:24'),(3123,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:04:33','2022-08-16 11:04:33'),(3124,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:06:45','2022-08-16 11:06:45'),(3125,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1335,0,'2022-08-16 11:06:45','2022-08-16 11:06:45'),(3126,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1335,0,'2022-08-16 11:06:46','2022-08-16 11:06:46'),(3127,2,0,'Log ID (62fb5054200386.58007152) | Shipment information cannot be sent. Order reference (FBLCCUXQI) has no payment information. . context: []','',0,0,'2022-08-16 11:07:48','2022-08-16 11:07:48'),(3128,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:07:58','2022-08-16 11:07:58'),(3129,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:08:08','2022-08-16 11:08:08'),(3130,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:09:25','2022-08-16 11:09:25'),(3131,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1336,0,'2022-08-16 11:09:25','2022-08-16 11:09:25'),(3132,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1336,0,'2022-08-16 11:09:25','2022-08-16 11:09:25'),(3133,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:11:45','2022-08-16 11:11:45'),(3134,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:11:55','2022-08-16 11:11:55'),(3135,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:13:10','2022-08-16 11:13:10'),(3136,2,0,'Log ID (62fb51a4809106.50897434) | Shipment information cannot be sent. Order reference (OJOJJXLAR) has no payment information. . context: []','',0,0,'2022-08-16 11:13:24','2022-08-16 11:13:24'),(3137,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:13:36','2022-08-16 11:13:36'),(3138,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:13:49','2022-08-16 11:13:49'),(3139,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:15:38','2022-08-16 11:15:38'),(3140,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1337,0,'2022-08-16 11:15:58','2022-08-16 11:15:58'),(3141,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1337,0,'2022-08-16 11:15:58','2022-08-16 11:15:58'),(3142,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:16:30','2022-08-16 11:16:30'),(3143,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1338,0,'2022-08-16 11:16:30','2022-08-16 11:16:30'),(3144,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1338,0,'2022-08-16 11:16:30','2022-08-16 11:16:30'),(3145,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:20:13','2022-08-16 11:20:13'),(3146,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:20:23','2022-08-16 11:20:23'),(3147,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:20:44','2022-08-16 11:20:44'),(3148,2,0,'Log ID (62fb535ecbe1e5.24798272) | Shipment information cannot be sent. Order reference (YSSVOGQFY) has no payment information. . context: []','',0,0,'2022-08-16 11:20:46','2022-08-16 11:20:46'),(3149,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:21:08','2022-08-16 11:21:08'),(3150,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:21:21','2022-08-16 11:21:21'),(3151,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1339,0,'2022-08-16 11:22:24','2022-08-16 11:22:24'),(3152,2,0,'Log ID (62fb53f793bed9.71776801) | Shipment information cannot be sent. Order reference (OBNOPXPLA) has no payment information. . context: []','',0,0,'2022-08-16 11:23:19','2022-08-16 11:23:19'),(3153,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:23:29','2022-08-16 11:23:29'),(3154,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:23:39','2022-08-16 11:23:39'),(3155,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:29:18','2022-08-16 11:29:18'),(3156,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1340,0,'2022-08-16 11:29:18','2022-08-16 11:29:18'),(3157,2,0,'Log ID (62fb555f040327.14615132) | Shipment information cannot be sent. Order reference (HUWTTQYPB) has no payment information. . context: []','',0,0,'2022-08-16 11:29:19','2022-08-16 11:29:19'),(3158,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:29:29','2022-08-16 11:29:29'),(3159,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:29:39','2022-08-16 11:29:39'),(3160,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1340,0,'2022-08-16 11:35:13','2022-08-16 11:35:13'),(3161,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:37:32','2022-08-16 11:37:32'),(3162,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1341,0,'2022-08-16 11:37:32','2022-08-16 11:37:32'),(3163,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1341,0,'2022-08-16 11:37:32','2022-08-16 11:37:32'),(3164,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:40:36','2022-08-16 11:40:36'),(3165,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1342,0,'2022-08-16 11:40:36','2022-08-16 11:40:36'),(3166,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1342,0,'2022-08-16 11:40:36','2022-08-16 11:40:36'),(3167,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:47:33','2022-08-16 11:47:33'),(3168,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1343,0,'2022-08-16 11:47:33','2022-08-16 11:47:33'),(3169,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1343,0,'2022-08-16 11:47:34','2022-08-16 11:47:34'),(3170,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:49:27','2022-08-16 11:49:27'),(3171,3,0,'PaymentModule::validateOrder - Country is not active','Cart',1344,0,'2022-08-16 11:49:27','2022-08-16 11:49:27'),(3172,2,0,'Log ID (62fb5aa058f565.79461010) | Shipment information cannot be sent. Order reference (RZOGIPCQT) has no payment information. . context: []','',0,0,'2022-08-16 11:51:44','2022-08-16 11:51:44'),(3173,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:51:54','2022-08-16 11:51:54'),(3174,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:52:04','2022-08-16 11:52:04'),(3175,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1344,0,'2022-08-16 11:52:50','2022-08-16 11:52:50'),(3176,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1344,0,'2022-08-16 11:52:50','2022-08-16 11:52:50'),(3177,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:53:21','2022-08-16 11:53:21'),(3178,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1345,0,'2022-08-16 11:53:25','2022-08-16 11:53:25'),(3179,2,0,'Log ID (62fb5b066a1ba9.53660996) | Shipment information cannot be sent. Order reference (AFVKRWBQM) has no payment information. . context: []','',0,0,'2022-08-16 11:53:26','2022-08-16 11:53:26'),(3180,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:53:31','2022-08-16 11:53:31'),(3181,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:53:36','2022-08-16 11:53:36'),(3182,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:53:41','2022-08-16 11:53:41'),(3183,2,0,'Log ID (62fb5b155a1192.36471035) | Shipment information cannot be sent. Order reference (AFVKRWBQM) has no payment information. . context: []','',0,0,'2022-08-16 11:53:41','2022-08-16 11:53:41'),(3184,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:53:46','2022-08-16 11:53:46'),(3185,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:53:51','2022-08-16 11:53:51'),(3186,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 11:54:01','2022-08-16 11:54:01'),(3187,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:54:15','2022-08-16 11:54:15'),(3188,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:56:02','2022-08-16 11:56:02'),(3189,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:56:46','2022-08-16 11:56:46'),(3190,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:58:17','2022-08-16 11:58:17'),(3191,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 11:59:24','2022-08-16 11:59:24'),(3192,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:03','2022-08-16 12:00:03'),(3193,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1346,0,'2022-08-16 12:00:07','2022-08-16 12:00:07'),(3194,2,0,'Log ID (62fb5c985a4c49.44815639) | Shipment information cannot be sent. Order reference (UQBXFFZJQ) has no payment information. . context: []','',0,0,'2022-08-16 12:00:08','2022-08-16 12:00:08'),(3195,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:16','2022-08-16 12:00:16'),(3196,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:18','2022-08-16 12:00:18'),(3197,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:26','2022-08-16 12:00:26'),(3198,2,0,'Log ID (62fb5caa372198.59524495) | Shipment information cannot be sent. Order reference (UQBXFFZJQ) has no payment information. . context: []','',0,0,'2022-08-16 12:00:26','2022-08-16 12:00:26'),(3199,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:28','2022-08-16 12:00:28'),(3200,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:36','2022-08-16 12:00:36'),(3201,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 12:00:46','2022-08-16 12:00:46'),(3202,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:03:21','2022-08-16 13:03:21'),(3203,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1347,0,'2022-08-16 13:03:26','2022-08-16 13:03:26'),(3204,2,0,'Log ID (62fb6b6f17bef3.83877407) | Shipment information cannot be sent. Order reference (WVBUNGSNY) has no payment information. . context: []','',0,0,'2022-08-16 13:03:27','2022-08-16 13:03:27'),(3205,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:03:32','2022-08-16 13:03:32'),(3206,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:03:37','2022-08-16 13:03:37'),(3207,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:03:42','2022-08-16 13:03:42'),(3208,2,0,'Log ID (62fb6b7e37f896.26939608) | Shipment information cannot be sent. Order reference (WVBUNGSNY) has no payment information. . context: []','',0,0,'2022-08-16 13:03:42','2022-08-16 13:03:42'),(3209,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:03:47','2022-08-16 13:03:47'),(3210,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:03:52','2022-08-16 13:03:52'),(3211,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:04:02','2022-08-16 13:04:02'),(3212,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:05:13','2022-08-16 13:05:13'),(3213,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:05:23','2022-08-16 13:05:23'),(3214,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:05:57','2022-08-16 13:05:57'),(3215,2,0,'Log ID (62fb6c156885b0.83742150) | Shipment information cannot be sent. Order reference (XFPKQDELI) has no payment information. . context: []','',0,0,'2022-08-16 13:06:13','2022-08-16 13:06:13'),(3216,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:06:26','2022-08-16 13:06:26'),(3217,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 13:06:39','2022-08-16 13:06:39'),(3218,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1348,0,'2022-08-16 14:16:23','2022-08-16 14:16:23'),(3219,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:16:47','2022-08-16 14:16:47'),(3220,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1349,0,'2022-08-16 14:16:52','2022-08-16 14:16:52'),(3221,2,0,'Log ID (62fb7ca56a85b1.62799988) | Shipment information cannot be sent. Order reference (OJWLMKSTB) has no payment information. . context: []','',0,0,'2022-08-16 14:16:53','2022-08-16 14:16:53'),(3222,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:16:57','2022-08-16 14:16:57'),(3223,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:17:03','2022-08-16 14:17:03'),(3224,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:17:07','2022-08-16 14:17:07'),(3225,2,0,'Log ID (62fb7cb407f1b8.46431347) | Shipment information cannot be sent. Order reference (OJWLMKSTB) has no payment information. . context: []','',0,0,'2022-08-16 14:17:08','2022-08-16 14:17:08'),(3226,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:17:13','2022-08-16 14:17:13'),(3227,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:17:18','2022-08-16 14:17:18'),(3228,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:17:28','2022-08-16 14:17:28'),(3229,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:23:14','2022-08-16 14:23:14'),(3230,2,0,'Log ID (62fb7e22850f31.32453169) | Shipment information cannot be sent. Order reference (HYQXHJLBB) has no payment information. . context: []','',0,0,'2022-08-16 14:23:14','2022-08-16 14:23:14'),(3231,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:23:25','2022-08-16 14:23:25'),(3232,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:23:36','2022-08-16 14:23:36'),(3233,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 14:33:49','2022-08-16 14:33:49'),(3234,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1350,0,'2022-08-16 14:35:08','2022-08-16 14:35:08'),(3235,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 14:35:49','2022-08-16 14:35:49'),(3236,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1350,0,'2022-08-16 14:39:46','2022-08-16 14:39:46'),(3237,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1350,0,'2022-08-16 14:39:46','2022-08-16 14:39:46'),(3238,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:40:12','2022-08-16 14:40:12'),(3239,2,0,'Log ID (62fb821cee2d63.62188397) | Shipment information cannot be sent. Order reference (MVUGDYXRE) has no payment information. . context: []','',0,0,'2022-08-16 14:40:12','2022-08-16 14:40:12'),(3240,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1351,0,'2022-08-16 14:40:17','2022-08-16 14:40:17'),(3241,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:40:23','2022-08-16 14:40:23'),(3242,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 14:40:34','2022-08-16 14:40:34'),(3243,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-08-16 15:14:00','2022-08-16 15:14:00'),(3244,4,0,'Exceptie gedetecteerd bij het laden van module gcinvoicewtax. Notice: Trying to get property \\\'version\\\' of non-object.','',0,1,'2022-08-16 15:14:05','2022-08-16 15:14:05'),(3245,4,0,'Exceptie gedetecteerd bij het laden van module gcinvoicewtax. Notice: Trying to get property \\\'version\\\' of non-object.','',0,1,'2022-08-16 15:14:58','2022-08-16 15:14:58'),(3246,4,0,'Exceptie gedetecteerd bij het laden van module gcinvoicewtax. Notice: Trying to get property \\\'version\\\' of non-object.','',0,1,'2022-08-16 15:15:57','2022-08-16 15:15:57'),(3247,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 16:49:25','2022-08-16 16:49:25'),(3248,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 16:50:06','2022-08-16 16:50:06'),(3249,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 16:52:10','2022-08-16 16:52:10'),(3250,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:07','2022-08-16 16:53:07'),(3251,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1352,0,'2022-08-16 16:53:12','2022-08-16 16:53:12'),(3252,2,0,'Log ID (62fba14a90a2b4.80015852) | Shipment information cannot be sent. Order reference (QNVOZJIGL) has no payment information. . context: []','',0,0,'2022-08-16 16:53:14','2022-08-16 16:53:14'),(3253,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:17','2022-08-16 16:53:17'),(3254,2,0,'Log ID (62fba150e53082.00312827) | Shipment information cannot be sent. Order reference (QNVOZJIGL) has no payment information. . context: []','',0,0,'2022-08-16 16:53:20','2022-08-16 16:53:20'),(3255,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:26','2022-08-16 16:53:26'),(3256,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:33','2022-08-16 16:53:33'),(3257,2,0,'Log ID (62fba15d74e596.58546834) | Shipment information cannot be sent. Order reference (QNVOZJIGL) has no payment information. . context: []','',0,0,'2022-08-16 16:53:33','2022-08-16 16:53:33'),(3258,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:36','2022-08-16 16:53:36'),(3259,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:43','2022-08-16 16:53:43'),(3260,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:53:53','2022-08-16 16:53:53'),(3261,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-08-16 16:54:38','2022-08-16 16:54:38'),(3262,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:56:47','2022-08-16 16:56:47'),(3263,2,0,'Log ID (62fba22a66ead6.61917298) | Shipment information cannot be sent. Order reference (UBQYBHDOB) has no payment information. . context: []','',0,0,'2022-08-16 16:56:58','2022-08-16 16:56:58'),(3264,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:57:12','2022-08-16 16:57:12'),(3265,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:57:24','2022-08-16 16:57:24'),(3266,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1353,0,'2022-08-16 16:58:17','2022-08-16 16:58:17'),(3267,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:59:31','2022-08-16 16:59:31'),(3268,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 16:59:41','2022-08-16 16:59:41'),(3269,2,0,'Log ID (62fba3248535a2.86588393) | Shipment information cannot be sent. Order reference (ZGCLHVPGS) has no payment information. . context: []','',0,0,'2022-08-16 17:01:08','2022-08-16 17:01:08'),(3270,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 17:01:26','2022-08-16 17:01:26'),(3271,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 17:12:44','2022-08-16 17:12:44'),(3272,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-16 17:12:57','2022-08-16 17:12:57'),(3273,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1354,0,'2022-08-22 09:46:51','2022-08-22 09:46:51'),(3274,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 10:16:45','2022-08-22 10:16:45'),(3275,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 10:16:56','2022-08-22 10:16:56'),(3276,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 10:20:59','2022-08-22 10:20:59'),(3277,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 10:21:09','2022-08-22 10:21:09'),(3278,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 10:30:38','2022-08-22 10:30:38'),(3279,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 10:30:48','2022-08-22 10:30:48'),(3280,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-22 11:26:42','2022-08-22 11:26:42'),(3281,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-22 11:38:25','2022-08-22 11:38:25'),(3282,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-22 11:38:28','2022-08-22 11:38:28'),(3283,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-22 11:42:06','2022-08-22 11:42:06'),(3284,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-22 11:42:09','2022-08-22 11:42:09'),(3285,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-08-22 12:07:11','2022-08-22 12:07:11'),(3286,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-29 14:36:38','2022-08-29 14:36:38'),(3287,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-29 14:36:48','2022-08-29 14:36:48'),(3288,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-08-29 14:40:39','2022-08-29 14:40:39'),(3289,1,0,'Product modification','Product',5,1,'2022-09-01 11:26:33','2022-09-01 11:26:33'),(3290,1,0,'Product modification','Product',5,1,'2022-09-01 11:26:47','2022-09-01 11:26:47'),(3291,1,0,'Product modification','Product',5,1,'2022-09-01 11:26:48','2022-09-01 11:26:48'),(3292,1,0,'Product modification','Product',3,1,'2022-09-01 11:27:22','2022-09-01 11:27:22'),(3293,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-01 11:27:33','2022-09-01 11:27:33'),(3294,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-01 11:27:43','2022-09-01 11:27:43'),(3295,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-01 11:27:53','2022-09-01 11:27:53'),(3296,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:29:29','2022-09-01 11:29:29'),(3297,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1355,0,'2022-09-01 11:29:33','2022-09-01 11:29:33'),(3298,2,0,'Log ID (63106d6f31b424.07049795) | Shipment information cannot be sent. Order reference (EETIMDDNY) has no payment information. . context: []','',0,0,'2022-09-01 11:29:35','2022-09-01 11:29:35'),(3299,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:29:39','2022-09-01 11:29:39'),(3300,2,0,'Log ID (63106d73aa8315.23769994) | Shipment information cannot be sent. Order reference (EETIMDDNY) has no payment information. . context: []','',0,0,'2022-09-01 11:29:39','2022-09-01 11:29:39'),(3301,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:29:45','2022-09-01 11:29:45'),(3302,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:29:49','2022-09-01 11:29:49'),(3303,2,0,'Log ID (63106d7dd59566.64496150) | Shipment information cannot be sent. Order reference (EETIMDDNY) has no payment information. . context: []','',0,0,'2022-09-01 11:29:49','2022-09-01 11:29:49'),(3304,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:29:55','2022-09-01 11:29:55'),(3305,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:29:59','2022-09-01 11:29:59'),(3306,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:30:10','2022-09-01 11:30:10'),(3307,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:35:22','2022-09-01 11:35:22'),(3308,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1356,0,'2022-09-01 11:35:26','2022-09-01 11:35:26'),(3309,2,0,'Log ID (63106ed0941ad2.32075326) | Shipment information cannot be sent. Order reference (VRSDDGJSA) has no payment information. . context: []','',0,0,'2022-09-01 11:35:28','2022-09-01 11:35:28'),(3310,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:35:32','2022-09-01 11:35:32'),(3311,2,0,'Log ID (63106ed43610f4.18008846) | Shipment information cannot be sent. Order reference (VRSDDGJSA) has no payment information. . context: []','',0,0,'2022-09-01 11:35:32','2022-09-01 11:35:32'),(3312,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:35:38','2022-09-01 11:35:38'),(3313,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:35:42','2022-09-01 11:35:42'),(3314,2,0,'Log ID (63106ede567d48.45019400) | Shipment information cannot be sent. Order reference (VRSDDGJSA) has no payment information. . context: []','',0,0,'2022-09-01 11:35:42','2022-09-01 11:35:42'),(3315,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:35:48','2022-09-01 11:35:48'),(3316,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:35:52','2022-09-01 11:35:52'),(3317,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 11:36:02','2022-09-01 11:36:02'),(3318,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:50:55','2022-09-01 13:50:55'),(3319,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1357,0,'2022-09-01 13:51:00','2022-09-01 13:51:00'),(3320,2,0,'Log ID (63108e94c8b736.93344191) | Shipment information cannot be sent. Order reference (SDKXVPZGQ) has no payment information. . context: []','',0,0,'2022-09-01 13:51:00','2022-09-01 13:51:00'),(3321,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:05','2022-09-01 13:51:05'),(3322,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:11','2022-09-01 13:51:11'),(3323,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:16','2022-09-01 13:51:16'),(3324,2,0,'Log ID (63108ea4130b51.88103665) | Shipment information cannot be sent. Order reference (SDKXVPZGQ) has no payment information. . context: []','',0,0,'2022-09-01 13:51:16','2022-09-01 13:51:16'),(3325,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:21','2022-09-01 13:51:21'),(3326,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:26','2022-09-01 13:51:26'),(3327,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:36','2022-09-01 13:51:36'),(3328,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:51:54','2022-09-01 13:51:54'),(3329,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1358,0,'2022-09-01 13:51:58','2022-09-01 13:51:58'),(3330,2,0,'Log ID (63108ed04a0920.24334159) | Shipment information cannot be sent. Order reference (QSPEGRTLW) has no payment information. . context: []','',0,0,'2022-09-01 13:52:00','2022-09-01 13:52:00'),(3331,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:52:05','2022-09-01 13:52:05'),(3332,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:52:12','2022-09-01 13:52:12'),(3333,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:52:17','2022-09-01 13:52:17'),(3334,2,0,'Log ID (63108ee5baf658.90102158) | Shipment information cannot be sent. Order reference (QSPEGRTLW) has no payment information. . context: []','',0,0,'2022-09-01 13:52:21','2022-09-01 13:52:21'),(3335,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:52:22','2022-09-01 13:52:22'),(3336,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:52:32','2022-09-01 13:52:32'),(3337,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:52:43','2022-09-01 13:52:43'),(3338,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:18','2022-09-01 13:53:18'),(3339,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1359,0,'2022-09-01 13:53:22','2022-09-01 13:53:22'),(3340,2,0,'Log ID (63108f23006bf6.14087900) | Shipment information cannot be sent. Order reference (LZMOVJQRL) has no payment information. . context: []','',0,0,'2022-09-01 13:53:23','2022-09-01 13:53:23'),(3341,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:28','2022-09-01 13:53:28'),(3342,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:33','2022-09-01 13:53:33'),(3343,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:38','2022-09-01 13:53:38'),(3344,2,0,'Log ID (63108f32849da9.07638724) | Shipment information cannot be sent. Order reference (LZMOVJQRL) has no payment information. . context: []','',0,0,'2022-09-01 13:53:38','2022-09-01 13:53:38'),(3345,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:43','2022-09-01 13:53:43'),(3346,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:48','2022-09-01 13:53:48'),(3347,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-01 13:53:58','2022-09-01 13:53:58'),(3348,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-01 14:04:07','2022-09-01 14:04:07'),(3349,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-01 14:04:10','2022-09-01 14:04:10'),(3350,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-02 10:20:10','2022-09-02 10:20:10'),(3351,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-02 10:20:11','2022-09-02 10:20:11'),(3352,1,0,'Protect vendor folder in module supercheckout','',0,1,'2022-09-02 10:20:37','2022-09-02 10:20:37'),(3353,1,0,'Module supercheckout has no vendor folder','',0,1,'2022-09-02 10:20:37','2022-09-02 10:20:37'),(3354,1,0,'CartRule deletion','CartRule',13,1,'2022-09-02 11:57:43','2022-09-02 11:57:43'),(3355,1,0,'CartRule deletion','CartRule',12,1,'2022-09-02 11:57:44','2022-09-02 11:57:44'),(3356,1,0,'CartRule deletion','CartRule',11,1,'2022-09-02 11:57:45','2022-09-02 11:57:45'),(3357,1,0,'CartRule deletion','CartRule',10,1,'2022-09-02 11:57:45','2022-09-02 11:57:45'),(3358,1,0,'CartRule deletion','CartRule',9,1,'2022-09-02 11:57:46','2022-09-02 11:57:46'),(3359,1,0,'CartRule deletion','CartRule',8,1,'2022-09-02 11:57:46','2022-09-02 11:57:46'),(3360,1,0,'CartRule deletion','CartRule',7,1,'2022-09-02 11:57:46','2022-09-02 11:57:46'),(3361,1,0,'CartRule deletion','CartRule',6,1,'2022-09-02 11:57:47','2022-09-02 11:57:47'),(3362,1,0,'CartRule deletion','CartRule',5,1,'2022-09-02 11:57:47','2022-09-02 11:57:47'),(3363,1,0,'CartRule deletion','CartRule',4,1,'2022-09-02 11:57:48','2022-09-02 11:57:48'),(3364,1,0,'CartRule deletion','CartRule',3,1,'2022-09-02 11:57:48','2022-09-02 11:57:48'),(3365,1,0,'CartRule deletion','CartRule',2,1,'2022-09-02 11:57:48','2022-09-02 11:57:48'),(3366,1,0,'CartRule deletion','CartRule',1,1,'2022-09-02 11:57:49','2022-09-02 11:57:49'),(3367,1,0,'CartRule addition','CartRule',14,1,'2022-09-02 11:58:37','2022-09-02 11:58:37'),(3368,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 11:59:31','2022-09-02 11:59:31'),(3369,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1364,0,'2022-09-02 11:59:35','2022-09-02 11:59:35'),(3370,2,0,'Log ID (6311c5f89253d9.04062167) | Shipment information cannot be sent. Order reference (BQSULLUUZ) has no payment information. . context: []','',0,0,'2022-09-02 11:59:36','2022-09-02 11:59:36'),(3371,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 11:59:41','2022-09-02 11:59:41'),(3372,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 11:59:51','2022-09-02 11:59:51'),(3373,2,0,'Log ID (6311c607b9e1e0.23660878) | Shipment information cannot be sent. Order reference (BQSULLUUZ) has no payment information. . context: []','',0,0,'2022-09-02 11:59:51','2022-09-02 11:59:51'),(3374,1,0,'Product modification','Product',1,1,'2022-09-02 12:23:54','2022-09-02 12:23:54'),(3375,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:24:05','2022-09-02 12:24:05'),(3376,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:24:15','2022-09-02 12:24:15'),(3377,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:24:25','2022-09-02 12:24:25'),(3378,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:24:35','2022-09-02 12:24:35'),(3379,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:24:45','2022-09-02 12:24:45'),(3380,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:24:55','2022-09-02 12:24:55'),(3381,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:25:06','2022-09-02 12:25:06'),(3382,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:25:16','2022-09-02 12:25:16'),(3383,1,0,'Product modification','Product',1,1,'2022-09-02 12:25:16','2022-09-02 12:25:16'),(3384,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:25:27','2022-09-02 12:25:27'),(3385,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:25:37','2022-09-02 12:25:37'),(3386,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:25:47','2022-09-02 12:25:47'),(3387,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:25:57','2022-09-02 12:25:57'),(3388,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:26:07','2022-09-02 12:26:07'),(3389,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:26:17','2022-09-02 12:26:17'),(3390,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:26:28','2022-09-02 12:26:28'),(3391,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:26:38','2022-09-02 12:26:38'),(3392,1,0,'Product modification','Product',1,1,'2022-09-02 12:26:52','2022-09-02 12:26:52'),(3393,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:27:02','2022-09-02 12:27:02'),(3394,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:27:12','2022-09-02 12:27:12'),(3395,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:27:22','2022-09-02 12:27:22'),(3396,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:27:33','2022-09-02 12:27:33'),(3397,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:27:43','2022-09-02 12:27:43'),(3398,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:27:53','2022-09-02 12:27:53'),(3399,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:28:03','2022-09-02 12:28:03'),(3400,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:28:13','2022-09-02 12:28:13'),(3401,1,0,'Product modification','Product',1,1,'2022-09-02 12:30:38','2022-09-02 12:30:38'),(3402,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:30:49','2022-09-02 12:30:49'),(3403,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:30:59','2022-09-02 12:30:59'),(3404,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:31:09','2022-09-02 12:31:09'),(3405,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:31:19','2022-09-02 12:31:19'),(3406,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:31:29','2022-09-02 12:31:29'),(3407,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:31:39','2022-09-02 12:31:39'),(3408,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:31:49','2022-09-02 12:31:49'),(3409,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:32:00','2022-09-02 12:32:00'),(3410,1,0,'Product modification','Product',1,1,'2022-09-02 12:32:59','2022-09-02 12:32:59'),(3411,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:33:09','2022-09-02 12:33:09'),(3412,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:33:19','2022-09-02 12:33:19'),(3413,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:33:29','2022-09-02 12:33:29'),(3414,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:33:39','2022-09-02 12:33:39'),(3415,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:33:50','2022-09-02 12:33:50'),(3416,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:34:00','2022-09-02 12:34:00'),(3417,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:34:10','2022-09-02 12:34:10'),(3418,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-02 12:34:20','2022-09-02 12:34:20'),(3419,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 12:36:41','2022-09-02 12:36:41'),(3420,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1366,0,'2022-09-02 12:36:45','2022-09-02 12:36:45'),(3421,2,0,'Log ID (6311ceae7379f8.20000227) | Shipment information cannot be sent. Order reference (JBFGVEDBI) has no payment information. . context: []','',0,0,'2022-09-02 12:36:46','2022-09-02 12:36:46'),(3422,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 12:36:51','2022-09-02 12:36:51'),(3423,2,0,'Log ID (6311ceb3888e63.68573456) | Shipment information cannot be sent. Order reference (JBFGVEDBI) has no payment information. . context: []','',0,0,'2022-09-02 12:36:51','2022-09-02 12:36:51'),(3424,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 12:37:01','2022-09-02 12:37:01'),(3425,2,0,'Log ID (6311cebdbdc8d2.72123594) | Shipment information cannot be sent. Order reference (JBFGVEDBI) has no payment information. . context: []','',0,0,'2022-09-02 12:37:01','2022-09-02 12:37:01'),(3426,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 12:37:11','2022-09-02 12:37:11'),(3427,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 12:37:22','2022-09-02 12:37:22'),(3428,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-02 14:00:31','2022-09-02 14:00:31'),(3429,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:12','2022-09-06 10:36:12'),(3430,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1367,0,'2022-09-06 10:36:16','2022-09-06 10:36:16'),(3431,2,0,'Log ID (6316f871c0e461.84775901) | Shipment information cannot be sent. Order reference (XZTNACWFX) has no payment information. . context: []','',0,0,'2022-09-06 10:36:17','2022-09-06 10:36:17'),(3432,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:22','2022-09-06 10:36:22'),(3433,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:28','2022-09-06 10:36:28'),(3434,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:33','2022-09-06 10:36:33'),(3435,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:38','2022-09-06 10:36:38'),(3436,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:43','2022-09-06 10:36:43'),(3437,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:36:53','2022-09-06 10:36:53'),(3438,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:07','2022-09-06 10:37:07'),(3439,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1368,0,'2022-09-06 10:37:12','2022-09-06 10:37:12'),(3440,2,0,'Log ID (6316f8a9390d42.01283507) | Shipment information cannot be sent. Order reference (HLJTKFUYI) has no payment information. . context: []','',0,0,'2022-09-06 10:37:13','2022-09-06 10:37:13'),(3441,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:17','2022-09-06 10:37:17'),(3442,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:23','2022-09-06 10:37:23'),(3443,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:28','2022-09-06 10:37:28'),(3444,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:28','2022-09-06 10:37:28'),(3445,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:33','2022-09-06 10:37:33'),(3446,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:38','2022-09-06 10:37:38'),(3447,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:37:48','2022-09-06 10:37:48'),(3448,1,0,'Product modification','Product',1,1,'2022-09-06 10:37:57','2022-09-06 10:37:57'),(3449,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:38:08','2022-09-06 10:38:08'),(3450,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:38:18','2022-09-06 10:38:18'),(3451,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:38:28','2022-09-06 10:38:28'),(3452,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:38:38','2022-09-06 10:38:38'),(3453,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:38:49','2022-09-06 10:38:49'),(3454,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:38:59','2022-09-06 10:38:59'),(3455,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-06 10:39:09','2022-09-06 10:39:09'),(3456,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:40:12','2022-09-06 10:40:12'),(3457,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1369,0,'2022-09-06 10:40:16','2022-09-06 10:40:16'),(3458,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:40:22','2022-09-06 10:40:22'),(3459,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-06 10:40:32','2022-09-06 10:40:32'),(3460,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-07 15:40:13','2022-09-07 15:40:13'),(3461,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-07 15:40:15','2022-09-07 15:40:15'),(3462,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-09-07 15:40:24','2022-09-07 15:40:24'),(3463,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-09-07 15:40:24','2022-09-07 15:40:24'),(3464,1,0,'Mollie incoming webhook: id=tr_WJwESet43P','',0,0,'2022-09-07 15:46:53','2022-09-07 15:46:53'),(3465,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 10:41:34','2022-09-13 10:41:34'),(3466,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 10:41:36','2022-09-13 10:41:36'),(3467,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 10:41:43','2022-09-13 10:41:43'),(3468,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 10:41:43','2022-09-13 10:41:43'),(3469,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 10:43:42','2022-09-13 10:43:42'),(3470,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 10:43:45','2022-09-13 10:43:45'),(3471,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 10:45:46','2022-09-13 10:45:46'),(3472,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 10:45:46','2022-09-13 10:45:46'),(3473,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 11:05:14','2022-09-13 11:05:14'),(3474,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 11:05:37','2022-09-13 11:05:37'),(3475,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 11:05:40','2022-09-13 11:05:40'),(3476,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 11:05:40','2022-09-13 11:05:40'),(3477,1,0,'Mollie incoming webhook: id=ord_h5rnsd','',0,0,'2022-09-13 11:07:02','2022-09-13 11:07:02'),(3478,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:07:12','2022-09-13 11:07:12'),(3479,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:07:23','2022-09-13 11:07:23'),(3480,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-09-13 11:07:45','2022-09-13 11:07:45'),(3481,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 11:07:46','2022-09-13 11:07:46'),(3482,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 11:07:50','2022-09-13 11:07:50'),(3483,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 11:08:02','2022-09-13 11:08:02'),(3484,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 11:08:02','2022-09-13 11:08:02'),(3485,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 11:10:30','2022-09-13 11:10:30'),(3486,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-13 11:10:33','2022-09-13 11:10:33'),(3487,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 11:10:52','2022-09-13 11:10:52'),(3488,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-09-13 11:10:52','2022-09-13 11:10:52'),(3489,1,0,'Mollie incoming webhook: id=ord_57f7dt','',0,0,'2022-09-13 11:11:07','2022-09-13 11:11:07'),(3490,1,0,'Mollie incoming webhook: id=ord_a9ow25','',0,0,'2022-09-13 11:17:05','2022-09-13 11:17:05'),(3491,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:17:16','2022-09-13 11:17:16'),(3492,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:17:26','2022-09-13 11:17:26'),(3493,1,0,'Mollie incoming webhook: id=ord_9a8wr1','',0,0,'2022-09-13 11:20:58','2022-09-13 11:20:58'),(3494,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:21:09','2022-09-13 11:21:09'),(3495,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:21:19','2022-09-13 11:21:19'),(3496,1,0,'Mollie incoming webhook: id=ord_3w2bi5','',0,0,'2022-09-13 11:31:17','2022-09-13 11:31:17'),(3497,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:31:28','2022-09-13 11:31:28'),(3498,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:31:38','2022-09-13 11:31:38'),(3499,1,0,'Mollie incoming webhook: id=ord_i9qffl','',0,0,'2022-09-13 11:42:04','2022-09-13 11:42:04'),(3500,1,0,'Mollie incoming webhook: id=ord_2c6z9t','',0,0,'2022-09-13 11:51:04','2022-09-13 11:51:04'),(3501,1,0,'Mollie incoming webhook: id=ord_6umvg9','',0,0,'2022-09-13 11:51:17','2022-09-13 11:51:17'),(3502,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:51:28','2022-09-13 11:51:28'),(3503,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 11:51:38','2022-09-13 11:51:38'),(3504,1,0,'Mollie incoming webhook: id=ord_9cw9lh','',0,0,'2022-09-13 12:01:59','2022-09-13 12:01:59'),(3505,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 12:02:09','2022-09-13 12:02:09'),(3506,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 12:02:19','2022-09-13 12:02:19'),(3507,1,0,'Mollie incoming webhook: id=ord_ldwqsf','',0,0,'2022-09-13 13:06:44','2022-09-13 13:06:44'),(3508,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 13:06:55','2022-09-13 13:06:55'),(3509,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 13:07:05','2022-09-13 13:07:05'),(3510,1,0,'Back office connection from 45.94.180.186','',0,2,'2022-09-13 14:41:29','2022-09-13 14:41:29'),(3511,1,0,'Mollie incoming webhook: id=tr_YoP5kYnWUG','',0,0,'2022-09-13 15:56:26','2022-09-13 15:56:26'),(3512,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 15:56:36','2022-09-13 15:56:36'),(3513,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1370,0,'2022-09-13 15:56:41','2022-09-13 15:56:41'),(3514,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 15:56:46','2022-09-13 15:56:46'),(3515,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 15:56:58','2022-09-13 15:56:58'),(3516,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 15:57:08','2022-09-13 15:57:08'),(3517,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 15:57:20','2022-09-13 15:57:20'),(3518,1,0,'Mollie incoming webhook: id=ord_57ylvj','',0,0,'2022-09-13 16:57:15','2022-09-13 16:57:15'),(3519,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-13 16:57:26','2022-09-13 16:57:26'),(3520,1,0,'Back office connection from 45.94.180.186','',0,2,'2022-09-13 17:13:49','2022-09-13 17:13:49'),(3521,1,0,'Mollie incoming webhook: id=tr_QUz9J2ZCv2','',0,0,'2022-09-15 11:29:20','2022-09-15 11:29:20'),(3522,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-15 11:29:30','2022-09-15 11:29:30'),(3523,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1371,0,'2022-09-15 11:29:35','2022-09-15 11:29:35'),(3524,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-15 11:29:42','2022-09-15 11:29:42'),(3525,1,0,'Product modification','Product',1,1,'2022-09-15 11:29:50','2022-09-15 11:29:50'),(3526,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-15 11:29:52','2022-09-15 11:29:52'),(3527,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:30:01','2022-09-15 11:30:01'),(3528,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:30:11','2022-09-15 11:30:11'),(3529,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:30:21','2022-09-15 11:30:21'),(3530,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:30:31','2022-09-15 11:30:31'),(3531,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:30:41','2022-09-15 11:30:41'),(3532,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:30:51','2022-09-15 11:30:51'),(3533,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-09-15 11:31:01','2022-09-15 11:31:01'),(3534,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-09-19 10:44:50','2022-09-19 10:44:50'),(3535,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-19 10:44:54','2022-09-19 10:44:54'),(3536,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-19 10:44:58','2022-09-19 10:44:58'),(3537,1,0,'Mollie incoming webhook: id=tr_HGAZrX3NtE','',0,0,'2022-09-19 10:47:05','2022-09-19 10:47:05'),(3538,1,0,'Mollie incoming webhook: id=tr_obcLZKkP4f','',0,0,'2022-09-19 14:13:46','2022-09-19 14:13:46'),(3539,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:13:56','2022-09-19 14:13:56'),(3540,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1372,0,'2022-09-19 14:14:01','2022-09-19 14:14:01'),(3541,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:14:07','2022-09-19 14:14:07'),(3542,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:14:18','2022-09-19 14:14:18'),(3543,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:14:28','2022-09-19 14:14:28'),(3544,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:14:39','2022-09-19 14:14:39'),(3545,1,0,'Mollie incoming webhook: id=tr_RekQcd5yUp','',0,0,'2022-09-19 14:34:46','2022-09-19 14:34:46'),(3546,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:35:43','2022-09-19 14:35:43'),(3547,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:35:53','2022-09-19 14:35:53'),(3548,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:36:14','2022-09-19 14:36:14'),(3549,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:36:25','2022-09-19 14:36:25'),(3550,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:36:40','2022-09-19 14:36:40'),(3551,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-09-19 14:47:20','2022-09-19 14:47:20'),(3552,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-19 14:47:21','2022-09-19 14:47:21'),(3553,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-09-19 14:47:23','2022-09-19 14:47:23'),(3554,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1373,0,'2022-09-19 14:48:15','2022-09-19 14:48:15'),(3555,1,0,'Mollie incoming webhook: id=ord_1y08x8','',0,0,'2022-09-19 14:52:32','2022-09-19 14:52:32'),(3556,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:52:42','2022-09-19 14:52:42'),(3557,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1374,0,'2022-09-19 14:52:47','2022-09-19 14:52:47'),(3558,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:52:52','2022-09-19 14:52:52'),(3559,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:52:58','2022-09-19 14:52:58'),(3560,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:53:02','2022-09-19 14:53:02'),(3561,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:53:08','2022-09-19 14:53:08'),(3562,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:53:13','2022-09-19 14:53:13'),(3563,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:53:23','2022-09-19 14:53:23'),(3564,1,0,'Mollie incoming webhook: id=ord_ptke18','',0,0,'2022-09-19 14:56:35','2022-09-19 14:56:35'),(3565,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:56:45','2022-09-19 14:56:45'),(3566,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1375,0,'2022-09-19 14:56:50','2022-09-19 14:56:50'),(3567,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:56:55','2022-09-19 14:56:55'),(3568,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:57:01','2022-09-19 14:57:01'),(3569,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:57:05','2022-09-19 14:57:05'),(3570,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:57:12','2022-09-19 14:57:12'),(3571,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:57:16','2022-09-19 14:57:16'),(3572,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:57:26','2022-09-19 14:57:26'),(3573,1,0,'Mollie incoming webhook: id=ord_of81wa','',0,0,'2022-09-19 14:58:29','2022-09-19 14:58:29'),(3574,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:58:39','2022-09-19 14:58:39'),(3575,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1376,0,'2022-09-19 14:58:44','2022-09-19 14:58:44'),(3576,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:58:50','2022-09-19 14:58:50'),(3577,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:58:55','2022-09-19 14:58:55'),(3578,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:59:00','2022-09-19 14:59:00'),(3579,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:59:05','2022-09-19 14:59:05'),(3580,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:59:10','2022-09-19 14:59:10'),(3581,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-09-19 14:59:20','2022-09-19 14:59:20'),(3582,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-09-20 10:25:55','2022-09-20 10:25:55'),(3583,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-06 11:59:49','2022-10-06 11:59:49'),(3584,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-06 11:59:51','2022-10-06 11:59:51'),(3585,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-06 11:59:54','2022-10-06 11:59:54'),(3586,1,0,'Mollie incoming webhook: id=ord_3fhuz6','',0,0,'2022-10-06 12:00:41','2022-10-06 12:00:41'),(3587,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:00:52','2022-10-06 12:00:52'),(3588,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1377,0,'2022-10-06 12:00:56','2022-10-06 12:00:56'),(3589,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:01:02','2022-10-06 12:01:02'),(3590,1,0,'Mollie incoming webhook: id=tr_vMhoHDvgvP','',0,0,'2022-10-06 12:01:06','2022-10-06 12:01:06'),(3591,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:01:07','2022-10-06 12:01:07'),(3592,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:01:14','2022-10-06 12:01:14'),(3593,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:01:18','2022-10-06 12:01:18'),(3594,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:01:27','2022-10-06 12:01:27'),(3595,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:01:39','2022-10-06 12:01:39'),(3596,1,0,'Mollie incoming webhook: id=tr_oNTiWB4bLx','',0,0,'2022-10-06 12:03:34','2022-10-06 12:03:34'),(3597,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:03:44','2022-10-06 12:03:44'),(3598,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1378,0,'2022-10-06 12:03:49','2022-10-06 12:03:49'),(3599,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:03:55','2022-10-06 12:03:55'),(3600,1,0,'Mollie incoming webhook: id=tr_jes4PLvSoN','',0,0,'2022-10-06 12:03:59','2022-10-06 12:03:59'),(3601,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:04:06','2022-10-06 12:04:06'),(3602,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:04:16','2022-10-06 12:04:16'),(3603,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-06 12:04:27','2022-10-06 12:04:27'),(3604,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-06 13:13:48','2022-10-06 13:13:48'),(3605,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-06 13:13:49','2022-10-06 13:13:49'),(3606,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-06 13:13:52','2022-10-06 13:13:52'),(3607,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-06 13:14:01','2022-10-06 13:14:01'),(3608,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-06 13:14:01','2022-10-06 13:14:01'),(3609,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-10 09:33:47','2022-10-10 09:33:47'),(3610,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 09:33:50','2022-10-10 09:33:50'),(3611,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 09:34:01','2022-10-10 09:34:01'),(3612,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:34:47','2022-10-10 11:34:47'),(3613,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1379,0,'2022-10-10 11:34:52','2022-10-10 11:34:52'),(3614,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:34:58','2022-10-10 11:34:58'),(3615,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:35:03','2022-10-10 11:35:03'),(3616,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:35:08','2022-10-10 11:35:08'),(3617,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:35:13','2022-10-10 11:35:13'),(3618,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:35:18','2022-10-10 11:35:18'),(3619,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:35:28','2022-10-10 11:35:28'),(3620,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:39:19','2022-10-10 11:39:19'),(3621,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1380,0,'2022-10-10 11:39:24','2022-10-10 11:39:24'),(3622,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:39:29','2022-10-10 11:39:29'),(3623,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:39:36','2022-10-10 11:39:36'),(3624,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:39:40','2022-10-10 11:39:40'),(3625,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:39:46','2022-10-10 11:39:46'),(3626,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:39:50','2022-10-10 11:39:50'),(3627,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-10 11:40:00','2022-10-10 11:40:00'),(3628,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 13:31:58','2022-10-10 13:31:58'),(3629,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 13:53:03','2022-10-10 13:53:03'),(3630,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 13:53:07','2022-10-10 13:53:07'),(3631,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 13:53:13','2022-10-10 13:53:13'),(3632,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 13:53:14','2022-10-10 13:53:14'),(3633,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 13:57:15','2022-10-10 13:57:15'),(3634,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 13:57:18','2022-10-10 13:57:18'),(3635,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 13:58:06','2022-10-10 13:58:06'),(3636,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 13:58:06','2022-10-10 13:58:06'),(3637,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:11:49','2022-10-10 14:11:49'),(3638,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:11:52','2022-10-10 14:11:52'),(3639,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 14:11:59','2022-10-10 14:11:59'),(3640,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 14:11:59','2022-10-10 14:11:59'),(3641,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-10 14:19:45','2022-10-10 14:19:45'),(3642,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:19:46','2022-10-10 14:19:46'),(3643,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:19:49','2022-10-10 14:19:49'),(3644,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:31:14','2022-10-10 14:31:14'),(3645,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:31:16','2022-10-10 14:31:16'),(3646,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 14:31:22','2022-10-10 14:31:22'),(3647,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 14:31:22','2022-10-10 14:31:22'),(3648,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:32:16','2022-10-10 14:32:16'),(3649,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 14:32:19','2022-10-10 14:32:19'),(3650,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 14:32:25','2022-10-10 14:32:25'),(3651,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-10 14:32:25','2022-10-10 14:32:25'),(3652,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-10 17:07:00','2022-10-10 17:07:00'),(3653,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 17:07:00','2022-10-10 17:07:00'),(3654,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-10 17:40:11','2022-10-10 17:40:11'),(3655,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:34:33','2022-10-11 09:34:33'),(3656,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:34:37','2022-10-11 09:34:37'),(3657,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:34:47','2022-10-11 09:34:47'),(3658,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:34:47','2022-10-11 09:34:47'),(3659,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:36:27','2022-10-11 09:36:27'),(3660,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:36:30','2022-10-11 09:36:30'),(3661,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:36:35','2022-10-11 09:36:35'),(3662,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:36:35','2022-10-11 09:36:35'),(3663,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:37:36','2022-10-11 09:37:36'),(3664,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:37:39','2022-10-11 09:37:39'),(3665,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:37:48','2022-10-11 09:37:48'),(3666,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:37:48','2022-10-11 09:37:48'),(3667,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:39:47','2022-10-11 09:39:47'),(3668,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 09:39:50','2022-10-11 09:39:50'),(3669,3,0,'Class \\\"AdminMollieModuleControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(3670,3,0,'Class \\\"AdminMollieAjaxControllerController\\\" not found in controllers/admin','',0,1,'2022-10-11 09:39:57','2022-10-11 09:39:57'),(3671,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 10:47:48','2022-10-11 10:47:48'),(3672,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 10:53:13','2022-10-11 10:53:13'),(3673,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 13:45:47','2022-10-11 13:45:47'),(3674,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 13:48:38','2022-10-11 13:48:38'),(3675,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 14:14:45','2022-10-11 14:14:45'),(3676,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-11 14:14:47','2022-10-11 14:14:47'),(3677,1,0,'Mollie incoming webhook: id=tr_8dCS7xMky2','',0,0,'2022-10-11 14:37:39','2022-10-11 14:37:39'),(3678,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-11 14:37:50','2022-10-11 14:37:50'),(3679,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1381,0,'2022-10-11 14:37:54','2022-10-11 14:37:54'),(3680,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-11 14:38:00','2022-10-11 14:38:00'),(3681,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-11 14:38:11','2022-10-11 14:38:11'),(3682,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-11 14:38:21','2022-10-11 14:38:21'),(3683,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-11 14:38:32','2022-10-11 14:38:32'),(3684,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 841 / transaction tr_8dCS7xMky2','',0,0,'2022-10-11 14:38:32','2022-10-11 14:38:32'),(3685,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 841 / transaction tr_8dCS7xMky2','',0,0,'2022-10-11 14:39:18','2022-10-11 14:39:18'),(3686,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 841 / transaction tr_8dCS7xMky2','',0,0,'2022-10-11 14:44:44','2022-10-11 14:44:44'),(3687,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 10:14:11','2022-10-17 10:14:11'),(3688,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 10:14:13','2022-10-17 10:14:13'),(3689,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 11:01:30','2022-10-17 11:01:30'),(3690,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 11:01:32','2022-10-17 11:01:32'),(3691,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 11:07:40','2022-10-17 11:07:40'),(3692,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 11:07:47','2022-10-17 11:07:47'),(3693,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 11:07:50','2022-10-17 11:07:50'),(3694,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 13:37:00','2022-10-17 13:37:00'),(3695,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-17 13:37:02','2022-10-17 13:37:02'),(3696,1,0,'Mollie incoming webhook: id=tr_yEyJCfojpW','',0,0,'2022-10-17 13:38:58','2022-10-17 13:38:58'),(3697,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:40:29','2022-10-17 13:40:29'),(3698,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:40:40','2022-10-17 13:40:40'),(3699,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1382,0,'2022-10-17 13:46:01','2022-10-17 13:46:01'),(3700,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1382,0,'2022-10-17 13:46:02','2022-10-17 13:46:02'),(3701,1,0,'Mollie incoming webhook: id=tr_kTCZTDK6Xm','',0,0,'2022-10-17 13:46:40','2022-10-17 13:46:40'),(3702,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:47:11','2022-10-17 13:47:11'),(3703,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:47:21','2022-10-17 13:47:21'),(3704,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:48:04','2022-10-17 13:48:04'),(3705,2,0,'Log ID (634d32f7df0db4.03915549) | Shipment information cannot be sent. Order reference (AACLVWWLL) has no payment information. . context: []','',0,0,'2022-10-17 13:48:23','2022-10-17 13:48:23'),(3706,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1383,0,'2022-10-17 13:48:26','2022-10-17 13:48:26'),(3707,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1383,0,'2022-10-17 13:48:26','2022-10-17 13:48:26'),(3708,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:48:34','2022-10-17 13:48:34'),(3709,1,0,'Mollie incoming webhook: id=tr_ssNYhCh2za','',0,0,'2022-10-17 13:48:49','2022-10-17 13:48:49'),(3710,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:48:49','2022-10-17 13:48:49'),(3711,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 843 / transaction tr_kTCZTDK6Xm','',0,0,'2022-10-17 13:48:52','2022-10-17 13:48:52'),(3712,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 843 / transaction tr_kTCZTDK6Xm','',0,0,'2022-10-17 13:54:43','2022-10-17 13:54:43'),(3713,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 843 / transaction tr_kTCZTDK6Xm','',0,0,'2022-10-17 13:54:54','2022-10-17 13:54:54'),(3714,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:55:21','2022-10-17 13:55:21'),(3715,2,0,'Log ID (634d34b354a398.42419545) | Shipment information cannot be sent. Order reference (ZLVBZFEAW) has no payment information. . context: []','',0,0,'2022-10-17 13:55:47','2022-10-17 13:55:47'),(3716,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:55:57','2022-10-17 13:55:57'),(3717,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1384,0,'2022-10-17 13:56:04','2022-10-17 13:56:04'),(3718,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1384,0,'2022-10-17 13:56:05','2022-10-17 13:56:05'),(3719,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1384,0,'2022-10-17 13:56:05','2022-10-17 13:56:05'),(3720,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 13:56:12','2022-10-17 13:56:12'),(3721,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 844 / transaction tr_ssNYhCh2za','',0,0,'2022-10-17 13:56:17','2022-10-17 13:56:17'),(3722,1,0,'Mollie incoming webhook: id=ord_jkg5w0','',0,0,'2022-10-17 14:01:08','2022-10-17 14:01:08'),(3723,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:01:40','2022-10-17 14:01:40'),(3724,2,0,'Log ID (634d3635f024a1.57427006) | Shipment information cannot be sent. Order reference (GEAMISVJQ) has no payment information. . context: []','',0,0,'2022-10-17 14:02:13','2022-10-17 14:02:13'),(3725,2,0,'Log ID (634d363746b8d5.91515399) | Shipment information cannot be sent. Order reference (GEAMISVJQ) has no payment information. . context: []','',0,0,'2022-10-17 14:02:15','2022-10-17 14:02:15'),(3726,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:02:29','2022-10-17 14:02:29'),(3727,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:02:43','2022-10-17 14:02:43'),(3728,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 845 / transaction ord_jkg5w0','',0,0,'2022-10-17 14:02:56','2022-10-17 14:02:56'),(3729,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-10-17 14:03:55','2022-10-17 14:03:55'),(3730,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 845 / transaction ord_jkg5w0','',0,0,'2022-10-17 14:04:46','2022-10-17 14:04:46'),(3731,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1385,0,'2022-10-17 14:05:26','2022-10-17 14:05:26'),(3732,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1385,0,'2022-10-17 14:05:26','2022-10-17 14:05:26'),(3733,1,0,'Mollie incoming webhook: id=ord_5r7vu2','',0,0,'2022-10-17 14:06:32','2022-10-17 14:06:32'),(3734,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:07:10','2022-10-17 14:07:10'),(3735,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1386,0,'2022-10-17 14:07:48','2022-10-17 14:07:48'),(3736,2,0,'Log ID (634d378b932896.06769502) | Shipment information cannot be sent. Order reference (CELYJSZSY) has no payment information. . context: []','',0,0,'2022-10-17 14:07:55','2022-10-17 14:07:55'),(3737,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:08:06','2022-10-17 14:08:06'),(3738,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:08:20','2022-10-17 14:08:20'),(3739,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 846 / transaction ord_5r7vu2','',0,0,'2022-10-17 14:08:20','2022-10-17 14:08:20'),(3740,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 846 / transaction ord_5r7vu2','',0,0,'2022-10-17 14:08:20','2022-10-17 14:08:20'),(3741,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1386,0,'2022-10-17 14:08:26','2022-10-17 14:08:26'),(3742,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 846 / transaction ord_5r7vu2','',0,0,'2022-10-17 14:08:39','2022-10-17 14:08:39'),(3743,1,0,'Mollie incoming webhook: id=ord_rb7zca','',0,0,'2022-10-17 14:09:56','2022-10-17 14:09:56'),(3744,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:10:21','2022-10-17 14:10:21'),(3745,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1387,0,'2022-10-17 14:36:21','2022-10-17 14:36:21'),(3746,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1387,0,'2022-10-17 14:36:21','2022-10-17 14:36:21'),(3747,1,0,'Mollie incoming webhook: id=ord_kj9pms','',0,0,'2022-10-17 14:36:57','2022-10-17 14:36:57'),(3748,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:38:55','2022-10-17 14:38:55'),(3749,2,0,'Log ID (634d3ee085dc68.26681692) | Shipment information cannot be sent. Order reference (VWOGDBBHP) has no payment information. . context: []','',0,0,'2022-10-17 14:39:12','2022-10-17 14:39:12'),(3750,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:39:26','2022-10-17 14:39:26'),(3751,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:39:40','2022-10-17 14:39:40'),(3752,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 848 / transaction ord_kj9pms','',0,0,'2022-10-17 14:39:58','2022-10-17 14:39:58'),(3753,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 848 / transaction ord_kj9pms','',0,0,'2022-10-17 14:40:01','2022-10-17 14:40:01'),(3754,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1388,0,'2022-10-17 14:40:04','2022-10-17 14:40:04'),(3755,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 848 / transaction ord_kj9pms','',0,0,'2022-10-17 14:40:05','2022-10-17 14:40:05'),(3756,1,0,'Mollie incoming webhook: id=tr_Er7Dq3TM8z','',0,0,'2022-10-17 14:40:50','2022-10-17 14:40:50'),(3757,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 848 / transaction ord_kj9pms','',0,0,'2022-10-17 14:40:57','2022-10-17 14:40:57'),(3758,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:41:01','2022-10-17 14:41:01'),(3759,2,0,'Log ID (634d3f4d1d03d6.93283368) | Shipment information cannot be sent. Order reference (QSNPQRDSV) has no payment information. . context: []','',0,0,'2022-10-17 14:41:01','2022-10-17 14:41:01'),(3760,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1389,0,'2022-10-17 14:41:05','2022-10-17 14:41:05'),(3761,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:41:12','2022-10-17 14:41:12'),(3762,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 14:41:23','2022-10-17 14:41:23'),(3763,2,0,'Log ID (634d3f63292762.41698759) | Shipment information cannot be sent. Order reference (QSNPQRDSV) is a regular payment. . context: []','',0,0,'2022-10-17 14:41:23','2022-10-17 14:41:23'),(3764,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 849 / transaction tr_Er7Dq3TM8z','',0,0,'2022-10-17 14:41:23','2022-10-17 14:41:23'),(3765,1,0,'Mollie\\\\Service\\\\TransactionService::processTransaction said: Received webhook request for order 849 / transaction tr_Er7Dq3TM8z','',0,0,'2022-10-17 14:42:06','2022-10-17 14:42:06'),(3766,2,0,'Log ID (634d3f99370866.54761213) | Shipment information cannot be sent. Order reference (QSNPQRDSV) is a regular payment. . context: []','',0,1,'2022-10-17 14:42:25','2022-10-17 14:42:25'),(3767,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-10-17 14:44:23','2022-10-17 14:44:23'),(3768,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:08:19','2022-10-17 15:08:19'),(3769,2,0,'Log ID (634d45b3c346e6.82794332) | Shipment information cannot be sent. Order reference (BIXPEMCZS) has no payment information. . context: []','',0,0,'2022-10-17 15:08:19','2022-10-17 15:08:19'),(3770,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1390,0,'2022-10-17 15:08:23','2022-10-17 15:08:23'),(3771,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:08:29','2022-10-17 15:08:29'),(3772,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:08:39','2022-10-17 15:08:39'),(3773,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:08:52','2022-10-17 15:08:52'),(3774,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:12:07','2022-10-17 15:12:07'),(3775,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1391,0,'2022-10-17 15:13:32','2022-10-17 15:13:32'),(3776,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1391,0,'2022-10-17 15:13:36','2022-10-17 15:13:36'),(3777,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1391,0,'2022-10-17 15:13:36','2022-10-17 15:13:36'),(3778,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:13:44','2022-10-17 15:13:44'),(3779,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:13:54','2022-10-17 15:13:54'),(3780,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:14:11','2022-10-17 15:14:11'),(3781,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:14:22','2022-10-17 15:14:22'),(3782,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:14:32','2022-10-17 15:14:32'),(3783,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:14:45','2022-10-17 15:14:45'),(3784,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-17 15:15:57','2022-10-17 15:15:57'),(3785,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1393,0,'2022-10-18 09:52:29','2022-10-18 09:52:29'),(3786,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1393,0,'2022-10-18 09:52:29','2022-10-18 09:52:29'),(3787,1,0,'Mollie incoming webhook: id=tr_AowGTsx7iG','',0,0,'2022-10-18 13:05:59','2022-10-18 13:05:59'),(3788,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 13:06:10','2022-10-18 13:06:10'),(3789,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1394,0,'2022-10-18 13:06:14','2022-10-18 13:06:14'),(3790,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 13:06:20','2022-10-18 13:06:20'),(3791,2,0,'Log ID (634e7a9c750590.99237956) | Shipment information cannot be sent. Order reference (HJKAVVEJD) has no payment information. . context: []','',0,0,'2022-10-18 13:06:20','2022-10-18 13:06:20'),(3792,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 13:06:31','2022-10-18 13:06:31'),(3793,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 13:06:41','2022-10-18 13:06:41'),(3794,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 13:06:52','2022-10-18 13:06:52'),(3795,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 13:08:35','2022-10-18 13:08:35'),(3796,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-18 14:56:32','2022-10-18 14:56:32'),(3797,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-18 14:56:35','2022-10-18 14:56:35'),(3798,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:57:31','2022-10-18 14:57:31'),(3799,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1395,0,'2022-10-18 14:57:36','2022-10-18 14:57:36'),(3800,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:57:41','2022-10-18 14:57:41'),(3801,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:57:52','2022-10-18 14:57:52'),(3802,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:58:03','2022-10-18 14:58:03'),(3803,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:58:11','2022-10-18 14:58:11'),(3804,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1398,0,'2022-10-18 14:58:15','2022-10-18 14:58:15'),(3805,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:58:21','2022-10-18 14:58:21'),(3806,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:58:31','2022-10-18 14:58:31'),(3807,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 14:58:43','2022-10-18 14:58:43'),(3808,1,0,'OrderState modification','OrderState',226,1,'2022-10-18 14:59:41','2022-10-18 14:59:41'),(3809,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-10-18 14:59:59','2022-10-18 14:59:59'),(3810,1,0,'OrderState modification','OrderState',226,1,'2022-10-18 15:00:17','2022-10-18 15:00:17'),(3811,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:01:24','2022-10-18 15:01:24'),(3812,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1399,0,'2022-10-18 15:01:29','2022-10-18 15:01:29'),(3813,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:01:34','2022-10-18 15:01:34'),(3814,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:01:44','2022-10-18 15:01:44'),(3815,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:01:56','2022-10-18 15:01:56'),(3816,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:02:33','2022-10-18 15:02:33'),(3817,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1400,0,'2022-10-18 15:02:38','2022-10-18 15:02:38'),(3818,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:02:43','2022-10-18 15:02:43'),(3819,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:02:53','2022-10-18 15:02:53'),(3820,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:07:56','2022-10-18 15:07:56'),(3821,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:11:09','2022-10-18 15:11:09'),(3822,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1401,0,'2022-10-18 15:11:11','2022-10-18 15:11:11'),(3823,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:11:19','2022-10-18 15:11:19'),(3824,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:11:30','2022-10-18 15:11:30'),(3825,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:18:39','2022-10-18 15:18:39'),(3826,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:59:30','2022-10-18 15:59:30'),(3827,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1402,0,'2022-10-18 15:59:35','2022-10-18 15:59:35'),(3828,2,0,'Log ID (634ea3381852c5.07640893) | [2022-10-18T15:59:36+0300] Error executing API call (422: Unprocessable Entity): The \\\'code\\\' field is missing. Documentation: https://docs.mollie.com/overview/handling-errors. Request body: {\\\"tracking\\\":{\\\"carrier\\\":\\\"mollie17\\\",\\\"code\\\":\\\"\\\",\\\"url\\\":\\\"\\\"},\\\"lines\\\":[]}. Field: code . context: []','',0,0,'2022-10-18 15:59:36','2022-10-18 15:59:36'),(3829,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:59:40','2022-10-18 15:59:40'),(3830,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-10-18 15:59:50','2022-10-18 15:59:50'),(3831,2,0,'Log ID (634ea347913476.20136758) | [2022-10-18T15:59:51+0300] Error executing API call (422: Unprocessable Entity): The \\\'code\\\' field is missing. Documentation: https://docs.mollie.com/overview/handling-errors. Request body: {\\\"tracking\\\":{\\\"carrier\\\":\\\"mollie17\\\",\\\"code\\\":\\\"\\\",\\\"url\\\":\\\"\\\"},\\\"lines\\\":[]}. Field: code . context: []','',0,0,'2022-10-18 15:59:51','2022-10-18 15:59:51'),(3832,2,0,'Log ID (634ea347d95d00.78315995) | [2022-10-18T15:59:51+0300] Error executing API call (422: Unprocessable Entity): The \\\'code\\\' field is missing. Documentation: https://docs.mollie.com/overview/handling-errors. Request body: {\\\"tracking\\\":{\\\"carrier\\\":\\\"mollie17\\\",\\\"code\\\":\\\"\\\",\\\"url\\\":\\\"\\\"},\\\"lines\\\":[]}. Field: code . context: []','',0,0,'2022-10-18 15:59:51','2022-10-18 15:59:51'),(3833,2,0,'Log ID (634ea357c5bc84.62250528) | [2022-10-18T15:59:59+0300] Error executing API call (422: Unprocessable Entity): The \\\'code\\\' field is missing. Documentation: https://docs.mollie.com/overview/handling-errors. Request body: {\\\"tracking\\\":{\\\"carrier\\\":\\\"mollie17\\\",\\\"code\\\":\\\"\\\",\\\"url\\\":\\\"\\\"},\\\"lines\\\":[]}. Field: code . context: []','',0,0,'2022-10-18 16:00:07','2022-10-18 16:00:07'),(3834,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-19 10:35:53','2022-10-19 10:35:53'),(3835,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-19 10:36:04','2022-10-19 10:36:04'),(3836,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-10-19 10:36:07','2022-10-19 10:36:07'),(3837,4,0,'Exceptie gedetecteerd bij het laden van module gcinvoicewtax. Notice: Trying to get property \\\'version\\\' of non-object.','',0,1,'2022-10-21 12:41:25','2022-10-21 12:41:25'),(3838,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-10-25 15:10:06','2022-10-25 15:10:06'),(3839,1,0,'Mollie incoming webhook: id=ord_raw4u2','',0,0,'2022-11-03 11:02:22','2022-11-03 11:02:22'),(3840,1,0,'Back office connection from ::1','',0,1,'2022-11-07 14:09:06','2022-11-07 14:09:06'),(3841,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-11-07 15:16:44','2022-11-07 15:16:44'),(3842,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-07 15:16:45','2022-11-07 15:16:45'),(3843,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-07 15:16:48','2022-11-07 15:16:48'),(3844,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-07 15:31:55','2022-11-07 15:31:55'),(3845,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-07 15:31:57','2022-11-07 15:31:57'),(3846,1,0,'Back office connection from 78.63.224.131','',0,1,'2022-11-07 17:16:27','2022-11-07 17:16:27'),(3847,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-07 17:16:28','2022-11-07 17:16:28'),(3848,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-07 17:16:30','2022-11-07 17:16:30'),(3849,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-08 10:04:33','2022-11-08 10:04:33'),(3850,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-10 09:52:44','2022-11-10 09:52:44'),(3851,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:17','2022-11-10 09:54:17'),(3852,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1404,0,'2022-11-10 09:54:22','2022-11-10 09:54:22'),(3853,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:27','2022-11-10 09:54:27'),(3854,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:33','2022-11-10 09:54:33'),(3855,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:38','2022-11-10 09:54:38'),(3856,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:43','2022-11-10 09:54:43'),(3857,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:48','2022-11-10 09:54:48'),(3858,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-10 09:54:58','2022-11-10 09:54:58'),(3859,2,0,'Log ID (636cae52da1528.89066290) | Shipment information cannot be sent. Order reference (AZQIZNLSF) does not have automatic shipment sender available. . context: []','',0,0,'2022-11-10 09:54:58','2022-11-10 09:54:58'),(3860,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-14 13:10:29','2022-11-14 13:10:29'),(3861,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-14 13:10:46','2022-11-14 13:10:46'),(3862,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-14 13:10:48','2022-11-14 13:10:48'),(3863,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-14 13:11:24','2022-11-14 13:11:24'),(3864,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-14 13:11:26','2022-11-14 13:11:26'),(3865,3,0,'Exception thrown by module mollie on upgrade. Warning: PDO::query() expects parameter 1 to be string, array given','',0,1,'2022-11-14 13:12:04','2022-11-14 13:12:04'),(3866,3,0,'Exception thrown by module mollie on upgrade. Duplicate column name \\\'min_amount\\\'\\n ALTER TABLE ps_mol_payment_method\\n ADD COLUMN min_amount decimal(20,6) DEFAULT 0,\\n ADD COLUMN max_amount decimal(20,6) DEFAULT 0;\\n ','',0,1,'2022-11-14 13:12:24','2022-11-14 13:12:24'),(3867,3,0,'Exception thrown by module mollie on upgrade. You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near \\\'IF COL_LENGTH (ps_mol_payment_method.min_amount) IS NULL\\n BEGIN\\n ALTER\\\' at line 1\\n IF COL_LENGTH (ps_mol_payment_method.min_amount) IS NULL\\n BEGIN\\n ALTER TABLE ps_mol_payment_method\\n ADD COLUMN min_amount decimal(20,6) DEFAULT 0,\\n ADD COLUMN max_amount decimal(20,6) DEFAULT 0;\\n END\\n ','',0,1,'2022-11-14 13:14:01','2022-11-14 13:14:01'),(3868,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-14 14:23:29','2022-11-14 14:23:29'),(3869,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:38:25','2022-11-15 13:38:25'),(3870,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:38:48','2022-11-15 13:38:48'),(3871,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:38:58','2022-11-15 13:38:58'),(3872,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:39:10','2022-11-15 13:39:10'),(3873,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:39:24','2022-11-15 13:39:24'),(3874,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:39:42','2022-11-15 13:39:42'),(3875,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:39:44','2022-11-15 13:39:44'),(3876,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:40:11','2022-11-15 13:40:11'),(3877,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:40:12','2022-11-15 13:40:12'),(3878,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:40:18','2022-11-15 13:40:18'),(3879,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:40:19','2022-11-15 13:40:19'),(3880,1,0,'Protect vendor folder in module molliesubsription','',0,1,'2022-11-15 13:40:22','2022-11-15 13:40:22'),(3881,1,0,'Module molliesubsription has no vendor folder','',0,1,'2022-11-15 13:40:22','2022-11-15 13:40:22'),(3882,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:41:05','2022-11-15 13:41:05'),(3883,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:41:05','2022-11-15 13:41:05'),(3884,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:45:17','2022-11-15 13:45:17'),(3885,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:45:18','2022-11-15 13:45:18'),(3886,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:52:03','2022-11-15 13:52:03'),(3887,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:53:09','2022-11-15 13:53:09'),(3888,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:55:30','2022-11-15 13:55:30'),(3889,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:55:31','2022-11-15 13:55:31'),(3890,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:55:54','2022-11-15 13:55:54'),(3891,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 13:55:55','2022-11-15 13:55:55'),(3892,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:04:42','2022-11-15 14:04:42'),(3893,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:04:43','2022-11-15 14:04:43'),(3894,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:07:50','2022-11-15 14:07:50'),(3895,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:07:58','2022-11-15 14:07:58'),(3896,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:08:40','2022-11-15 14:08:40'),(3897,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:08:50','2022-11-15 14:08:50'),(3898,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:09:11','2022-11-15 14:09:11'),(3899,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:09:11','2022-11-15 14:09:11'),(3900,3,0,'Exception thrown by module molliesubscription on install. You have requested a non-existent service \\\"Mollie\\\\Install\\\\Installer\\\".','',0,1,'2022-11-15 14:09:30','2022-11-15 14:09:30'),(3901,1,0,'Protect vendor folder in module molliesubscription','',0,1,'2022-11-15 14:10:26','2022-11-15 14:10:26'),(3902,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:10:33','2022-11-15 14:10:33'),(3903,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:10:34','2022-11-15 14:10:34'),(3904,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:10:38','2022-11-15 14:10:38'),(3905,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:10:41','2022-11-15 14:10:41'),(3906,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:10:53','2022-11-15 14:10:53'),(3907,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:10:54','2022-11-15 14:10:54'),(3908,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:12:08','2022-11-15 14:12:08'),(3909,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-15 14:12:10','2022-11-15 14:12:10'),(3910,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-15 15:01:50','2022-11-15 15:01:50'),(3911,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-15 15:28:58','2022-11-15 15:28:58'),(3912,1,0,'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart','Cart',1405,0,'2022-11-15 15:29:03','2022-11-15 15:29:03'),(3913,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-15 15:29:08','2022-11-15 15:29:08'),(3914,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-15 15:29:20','2022-11-15 15:29:20'),(3915,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-15 15:29:30','2022-11-15 15:29:30'),(3916,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,0,'2022-11-15 15:29:41','2022-11-15 15:29:41'),(3917,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 10:19:40','2022-11-21 10:19:40'),(3918,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 10:19:42','2022-11-21 10:19:42'),(3919,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:08:48','2022-11-21 14:08:48'),(3920,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:08:51','2022-11-21 14:08:51'),(3921,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:23:51','2022-11-21 14:23:51'),(3922,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:23:53','2022-11-21 14:23:53'),(3923,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:24:09','2022-11-21 14:24:09'),(3924,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:24:12','2022-11-21 14:24:12'),(3925,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:25:39','2022-11-21 14:25:39'),(3926,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:25:42','2022-11-21 14:25:42'),(3927,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:26:48','2022-11-21 14:26:48'),(3928,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:26:50','2022-11-21 14:26:50'),(3929,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:27:15','2022-11-21 14:27:15'),(3930,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:27:16','2022-11-21 14:27:16'),(3931,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:29:05','2022-11-21 14:29:05'),(3932,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-21 14:29:08','2022-11-21 14:29:08'),(3933,1,0,'Product modification','Product',2,1,'2022-11-21 16:48:00','2022-11-21 16:48:00'),(3934,1,0,'Product modification','Product',2,1,'2022-11-21 16:48:33','2022-11-21 16:48:33'),(3935,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:48:43','2022-11-21 16:48:43'),(3936,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:48:54','2022-11-21 16:48:54'),(3937,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:49:04','2022-11-21 16:49:04'),(3938,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:49:14','2022-11-21 16:49:14'),(3939,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:49:24','2022-11-21 16:49:24'),(3940,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:49:34','2022-11-21 16:49:34'),(3941,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:49:44','2022-11-21 16:49:44'),(3942,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:49:54','2022-11-21 16:49:54'),(3943,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:50:04','2022-11-21 16:50:04'),(3944,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:50:14','2022-11-21 16:50:14'),(3945,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:50:24','2022-11-21 16:50:24'),(3946,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:50:35','2022-11-21 16:50:35'),(3947,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:50:45','2022-11-21 16:50:45'),(3948,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:50:55','2022-11-21 16:50:55'),(3949,1,0,'Product modification','Product',2,1,'2022-11-21 16:50:56','2022-11-21 16:50:56'),(3950,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-21 16:51:06','2022-11-21 16:51:06'),(3951,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 09:27:08','2022-11-22 09:27:08'),(3952,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 09:27:09','2022-11-22 09:27:09'),(3953,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:10:40','2022-11-22 10:10:40'),(3954,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:10:49','2022-11-22 10:10:49'),(3955,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:15:32','2022-11-22 10:15:32'),(3956,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:15:36','2022-11-22 10:15:36'),(3957,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:15:38','2022-11-22 10:15:38'),(3958,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:43:59','2022-11-22 10:43:59'),(3959,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:44:01','2022-11-22 10:44:01'),(3960,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:44:21','2022-11-22 10:44:21'),(3961,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 10:44:22','2022-11-22 10:44:22'),(3962,1,0,'Exporting mail with theme modern for language Dansk (Danish)','',0,1,'2022-11-22 10:55:46','2022-11-22 10:55:46'),(3963,1,0,'Generate html template account at /var/www/html/mollie17/mails/da/account.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3964,1,0,'Generate txt template account at /var/www/html/mollie17/mails/da/account.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3965,1,0,'Generate html template backoffice_order at /var/www/html/mollie17/mails/da/backoffice_order.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3966,1,0,'Generate txt template backoffice_order at /var/www/html/mollie17/mails/da/backoffice_order.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3967,1,0,'Generate html template bankwire at /var/www/html/mollie17/mails/da/bankwire.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3968,1,0,'Generate txt template bankwire at /var/www/html/mollie17/mails/da/bankwire.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3969,1,0,'Generate html template cheque at /var/www/html/mollie17/mails/da/cheque.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3970,1,0,'Generate txt template cheque at /var/www/html/mollie17/mails/da/cheque.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3971,1,0,'Generate html template contact at /var/www/html/mollie17/mails/da/contact.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3972,1,0,'Generate txt template contact at /var/www/html/mollie17/mails/da/contact.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3973,1,0,'Generate html template contact_form at /var/www/html/mollie17/mails/da/contact_form.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3974,1,0,'Generate txt template contact_form at /var/www/html/mollie17/mails/da/contact_form.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3975,1,0,'Generate html template credit_slip at /var/www/html/mollie17/mails/da/credit_slip.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3976,1,0,'Generate txt template credit_slip at /var/www/html/mollie17/mails/da/credit_slip.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3977,1,0,'Generate html template download_product at /var/www/html/mollie17/mails/da/download_product.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3978,1,0,'Generate txt template download_product at /var/www/html/mollie17/mails/da/download_product.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3979,1,0,'Generate html template employee_password at /var/www/html/mollie17/mails/da/employee_password.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3980,1,0,'Generate txt template employee_password at /var/www/html/mollie17/mails/da/employee_password.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3981,1,0,'Generate html template forward_msg at /var/www/html/mollie17/mails/da/forward_msg.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3982,1,0,'Generate txt template forward_msg at /var/www/html/mollie17/mails/da/forward_msg.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3983,1,0,'Generate html template guest_to_customer at /var/www/html/mollie17/mails/da/guest_to_customer.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3984,1,0,'Generate txt template guest_to_customer at /var/www/html/mollie17/mails/da/guest_to_customer.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3985,1,0,'Generate html template import at /var/www/html/mollie17/mails/da/import.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3986,1,0,'Generate txt template import at /var/www/html/mollie17/mails/da/import.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3987,1,0,'Generate html template in_transit at /var/www/html/mollie17/mails/da/in_transit.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3988,1,0,'Generate txt template in_transit at /var/www/html/mollie17/mails/da/in_transit.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3989,1,0,'Generate html template log_alert at /var/www/html/mollie17/mails/da/log_alert.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3990,1,0,'Generate txt template log_alert at /var/www/html/mollie17/mails/da/log_alert.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3991,1,0,'Generate html template newsletter at /var/www/html/mollie17/mails/da/newsletter.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3992,1,0,'Generate txt template newsletter at /var/www/html/mollie17/mails/da/newsletter.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3993,1,0,'Generate html template order_canceled at /var/www/html/mollie17/mails/da/order_canceled.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3994,1,0,'Generate txt template order_canceled at /var/www/html/mollie17/mails/da/order_canceled.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3995,1,0,'Generate html template order_changed at /var/www/html/mollie17/mails/da/order_changed.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3996,1,0,'Generate txt template order_changed at /var/www/html/mollie17/mails/da/order_changed.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3997,1,0,'Generate html template order_conf at /var/www/html/mollie17/mails/da/order_conf.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3998,1,0,'Generate txt template order_conf at /var/www/html/mollie17/mails/da/order_conf.txt','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(3999,1,0,'Generate html template order_customer_comment at /var/www/html/mollie17/mails/da/order_customer_comment.html','',0,1,'2022-11-22 10:55:47','2022-11-22 10:55:47'),(4000,1,0,'Generate txt template order_customer_comment at /var/www/html/mollie17/mails/da/order_customer_comment.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4001,1,0,'Generate html template order_merchant_comment at /var/www/html/mollie17/mails/da/order_merchant_comment.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4002,1,0,'Generate txt template order_merchant_comment at /var/www/html/mollie17/mails/da/order_merchant_comment.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4003,1,0,'Generate html template order_return_state at /var/www/html/mollie17/mails/da/order_return_state.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4004,1,0,'Generate txt template order_return_state at /var/www/html/mollie17/mails/da/order_return_state.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4005,1,0,'Generate html template outofstock at /var/www/html/mollie17/mails/da/outofstock.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4006,1,0,'Generate txt template outofstock at /var/www/html/mollie17/mails/da/outofstock.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4007,1,0,'Generate html template password at /var/www/html/mollie17/mails/da/password.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4008,1,0,'Generate txt template password at /var/www/html/mollie17/mails/da/password.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4009,1,0,'Generate html template password_query at /var/www/html/mollie17/mails/da/password_query.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4010,1,0,'Generate txt template password_query at /var/www/html/mollie17/mails/da/password_query.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4011,1,0,'Generate html template payment at /var/www/html/mollie17/mails/da/payment.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4012,1,0,'Generate txt template payment at /var/www/html/mollie17/mails/da/payment.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4013,1,0,'Generate html template payment_error at /var/www/html/mollie17/mails/da/payment_error.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4014,1,0,'Generate txt template payment_error at /var/www/html/mollie17/mails/da/payment_error.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4015,1,0,'Generate html template preparation at /var/www/html/mollie17/mails/da/preparation.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4016,1,0,'Generate txt template preparation at /var/www/html/mollie17/mails/da/preparation.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4017,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/mails/da/productoutofstock.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4018,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/mails/da/productoutofstock.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4019,1,0,'Generate html template refund at /var/www/html/mollie17/mails/da/refund.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4020,1,0,'Generate txt template refund at /var/www/html/mollie17/mails/da/refund.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4021,1,0,'Generate html template reply_msg at /var/www/html/mollie17/mails/da/reply_msg.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4022,1,0,'Generate txt template reply_msg at /var/www/html/mollie17/mails/da/reply_msg.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4023,1,0,'Generate html template shipped at /var/www/html/mollie17/mails/da/shipped.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4024,1,0,'Generate txt template shipped at /var/www/html/mollie17/mails/da/shipped.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4025,1,0,'Generate html template test at /var/www/html/mollie17/mails/da/test.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4026,1,0,'Generate txt template test at /var/www/html/mollie17/mails/da/test.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4027,1,0,'Generate html template voucher at /var/www/html/mollie17/mails/da/voucher.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4028,1,0,'Generate txt template voucher at /var/www/html/mollie17/mails/da/voucher.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4029,1,0,'Generate html template voucher_new at /var/www/html/mollie17/mails/da/voucher_new.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4030,1,0,'Generate txt template voucher_new at /var/www/html/mollie17/mails/da/voucher_new.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4031,1,0,'Generate html template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/da/newsletter_conf.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4032,1,0,'Generate txt template newsletter_conf at /var/www/html/mollie17/modules//ps_emailsubscription/mails/da/newsletter_conf.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4033,1,0,'Generate html template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/da/newsletter_verif.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4034,1,0,'Generate txt template newsletter_verif at /var/www/html/mollie17/modules//ps_emailsubscription/mails/da/newsletter_verif.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4035,1,0,'Generate html template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/da/newsletter_voucher.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4036,1,0,'Generate txt template newsletter_voucher at /var/www/html/mollie17/modules//ps_emailsubscription/mails/da/newsletter_voucher.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4037,1,0,'Generate html template followup_1 at /var/www/html/mollie17/modules//followup/mails/da/followup_1.html','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4038,1,0,'Generate txt template followup_1 at /var/www/html/mollie17/modules//followup/mails/da/followup_1.txt','',0,1,'2022-11-22 10:55:48','2022-11-22 10:55:48'),(4039,1,0,'Generate html template followup_2 at /var/www/html/mollie17/modules//followup/mails/da/followup_2.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4040,1,0,'Generate txt template followup_2 at /var/www/html/mollie17/modules//followup/mails/da/followup_2.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4041,1,0,'Generate html template followup_3 at /var/www/html/mollie17/modules//followup/mails/da/followup_3.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4042,1,0,'Generate txt template followup_3 at /var/www/html/mollie17/modules//followup/mails/da/followup_3.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4043,1,0,'Generate html template followup_4 at /var/www/html/mollie17/modules//followup/mails/da/followup_4.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4044,1,0,'Generate txt template followup_4 at /var/www/html/mollie17/modules//followup/mails/da/followup_4.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4045,1,0,'Generate html template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/customer_qty.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4046,1,0,'Generate txt template customer_qty at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/customer_qty.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4047,1,0,'Generate html template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/new_order.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4048,1,0,'Generate txt template new_order at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/new_order.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4049,1,0,'Generate html template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/order_changed.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4050,1,0,'Generate txt template order_changed at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/order_changed.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4051,1,0,'Generate html template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/productcoverage.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4052,1,0,'Generate txt template productcoverage at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/productcoverage.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4053,1,0,'Generate html template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/productoutofstock.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4054,1,0,'Generate txt template productoutofstock at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/productoutofstock.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4055,1,0,'Generate html template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/return_slip.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4056,1,0,'Generate txt template return_slip at /var/www/html/mollie17/modules//ps_emailalerts/mails/da/return_slip.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4057,1,0,'Generate html template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/da/referralprogram-congratulations.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4058,1,0,'Generate txt template referralprogram-congratulations at /var/www/html/mollie17/modules//referralprogram/mails/da/referralprogram-congratulations.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4059,1,0,'Generate html template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/da/referralprogram-invitation.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4060,1,0,'Generate txt template referralprogram-invitation at /var/www/html/mollie17/modules//referralprogram/mails/da/referralprogram-invitation.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4061,1,0,'Generate html template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/da/referralprogram-voucher.html','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4062,1,0,'Generate txt template referralprogram-voucher at /var/www/html/mollie17/modules//referralprogram/mails/da/referralprogram-voucher.txt','',0,1,'2022-11-22 10:55:49','2022-11-22 10:55:49'),(4063,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:00:59','2022-11-22 11:00:59'),(4064,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:01:01','2022-11-22 11:01:01'),(4065,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:01:20','2022-11-22 11:01:20'),(4066,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:01:21','2022-11-22 11:01:21'),(4067,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:01:24','2022-11-22 11:01:24'),(4068,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:01:26','2022-11-22 11:01:26'),(4069,3,0,'Exception thrown by module molliesubscription on reset. You are not allowed to reset the module molliesubscription.','',0,1,'2022-11-22 11:05:22','2022-11-22 11:05:22'),(4070,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:06:00','2022-11-22 11:06:00'),(4071,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:06:06','2022-11-22 11:06:06'),(4072,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:06:09','2022-11-22 11:06:09'),(4073,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:06:09','2022-11-22 11:06:09'),(4074,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:11:01','2022-11-22 11:11:01'),(4075,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:11:03','2022-11-22 11:11:03'),(4076,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:26:41','2022-11-22 11:26:41'),(4077,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 11:26:44','2022-11-22 11:26:44'),(4078,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-22 11:27:08','2022-11-22 11:27:08'),(4079,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-22 11:27:09','2022-11-22 11:27:09'),(4080,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 12:29:07','2022-11-22 12:29:07'),(4081,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 12:29:10','2022-11-22 12:29:10'),(4082,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 12:29:33','2022-11-22 12:29:33'),(4083,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 12:29:33','2022-11-22 12:29:33'),(4084,3,0,'Exception thrown by module molliesubscription on install. Warning: include(/var/www/html/mollie17/modules/molliesubscription/vendor/composer/../../src/Install/TabInstaller.php): failed to open stream: No such file or directory','',0,1,'2022-11-22 12:29:37','2022-11-22 12:29:37'),(4085,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 13:58:35','2022-11-22 13:58:35'),(4086,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 13:58:38','2022-11-22 13:58:38'),(4087,3,0,'Exception thrown by module molliesubscription on reset. Error when resetting module molliesubscription. Warning: include(/var/www/html/mollie17/modules/molliesubscription/vendor/composer/../../src/Adapter/ConfigurationAdapter.php): failed to open stream: No such file or directory','',0,1,'2022-11-22 13:58:44','2022-11-22 13:58:44'),(4088,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 13:59:10','2022-11-22 13:59:10'),(4089,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 13:59:12','2022-11-22 13:59:12'),(4090,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-22 14:04:07','2022-11-22 14:04:07'),(4091,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-22 14:04:07','2022-11-22 14:04:07'),(4092,1,0,'Product modification','Product',3,1,'2022-11-22 14:11:20','2022-11-22 14:11:20'),(4093,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:11:30','2022-11-22 14:11:30'),(4094,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:11:40','2022-11-22 14:11:40'),(4095,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:11:50','2022-11-22 14:11:50'),(4096,1,0,'Product modification','Product',3,1,'2022-11-22 14:11:51','2022-11-22 14:11:51'),(4097,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:12:02','2022-11-22 14:12:02'),(4098,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:12:12','2022-11-22 14:12:12'),(4099,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:12:22','2022-11-22 14:12:22'),(4100,1,0,'Product modification','Product',3,1,'2022-11-22 14:12:22','2022-11-22 14:12:22'),(4101,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:12:33','2022-11-22 14:12:33'),(4102,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:12:43','2022-11-22 14:12:43'),(4103,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:12:53','2022-11-22 14:12:53'),(4104,1,0,'Product modification','Product',3,1,'2022-11-22 14:12:54','2022-11-22 14:12:54'),(4105,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:13:04','2022-11-22 14:13:04'),(4106,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:13:14','2022-11-22 14:13:14'),(4107,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:13:24','2022-11-22 14:13:24'),(4108,1,0,'Product modification','Product',3,1,'2022-11-22 14:13:37','2022-11-22 14:13:37'),(4109,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:13:47','2022-11-22 14:13:47'),(4110,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:13:58','2022-11-22 14:13:58'),(4111,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:14:09','2022-11-22 14:14:09'),(4112,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:14:20','2022-11-22 14:14:20'),(4113,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:14:32','2022-11-22 14:14:32'),(4114,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:14:44','2022-11-22 14:14:44'),(4115,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:14:54','2022-11-22 14:14:54'),(4116,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:15:04','2022-11-22 14:15:04'),(4117,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:15:14','2022-11-22 14:15:14'),(4118,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:15:24','2022-11-22 14:15:24'),(4119,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:15:35','2022-11-22 14:15:35'),(4120,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:15:45','2022-11-22 14:15:45'),(4121,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:15:55','2022-11-22 14:15:55'),(4122,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:16:05','2022-11-22 14:16:05'),(4123,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 14:16:15','2022-11-22 14:16:15'),(4124,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 14:55:06','2022-11-22 14:55:06'),(4125,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-22 14:55:09','2022-11-22 14:55:09'),(4126,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-22 14:56:03','2022-11-22 14:56:03'),(4127,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-22 14:56:03','2022-11-22 14:56:03'),(4128,1,0,'Product modification','Product',3,1,'2022-11-22 15:24:41','2022-11-22 15:24:41'),(4129,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:24:51','2022-11-22 15:24:51'),(4130,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:25:01','2022-11-22 15:25:01'),(4131,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:25:11','2022-11-22 15:25:11'),(4132,1,0,'Product modification','Product',3,1,'2022-11-22 15:39:39','2022-11-22 15:39:39'),(4133,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:39:50','2022-11-22 15:39:50'),(4134,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:40:00','2022-11-22 15:40:00'),(4135,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:40:10','2022-11-22 15:40:10'),(4136,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:40:20','2022-11-22 15:40:20'),(4137,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:40:30','2022-11-22 15:40:30'),(4138,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:40:40','2022-11-22 15:40:40'),(4139,3,0,'Swift Error: Expected response code 220 but got code \\\"\\\", with message \\\"\\\"','',0,1,'2022-11-22 15:40:50','2022-11-22 15:40:50'),(4140,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-28 10:52:05','2022-11-28 10:52:05'),(4141,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-28 10:52:09','2022-11-28 10:52:09'),(4142,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 10:54:03','2022-11-28 10:54:03'),(4143,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 10:54:03','2022-11-28 10:54:03'),(4144,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 10:54:41','2022-11-28 10:54:41'),(4145,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 10:54:42','2022-11-28 10:54:42'),(4146,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-28 12:33:49','2022-11-28 12:33:49'),(4147,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-28 12:33:52','2022-11-28 12:33:52'),(4148,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 12:33:58','2022-11-28 12:33:58'),(4149,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 12:33:58','2022-11-28 12:33:58'),(4150,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 12:37:21','2022-11-28 12:37:21'),(4151,2,0,'Tab attribute \\\"ParentClassName\\\" is deprecated. You must use \\\"parent_class_name\\\" instead.','',0,1,'2022-11-28 12:37:21','2022-11-28 12:37:21'),(4152,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-28 13:14:17','2022-11-28 13:14:17'),(4153,4,0,'Exception detected while loading module gcinvoicewtax: Notice: Trying to get property \\\'version\\\' of non-object','',0,1,'2022-11-28 13:14:20','2022-11-28 13:14:20'); -/*!40000 ALTER TABLE `ps_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mail` --- - -DROP TABLE IF EXISTS `ps_mail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mail` ( - `id_mail` int(11) unsigned NOT NULL AUTO_INCREMENT, - `recipient` varchar(126) NOT NULL, - `template` varchar(62) NOT NULL, - `subject` varchar(254) NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `date_add` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - PRIMARY KEY (`id_mail`), - KEY `recipient` (`recipient`(10)) -) ENGINE=InnoDB AUTO_INCREMENT=2273 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mail` --- - -LOCK TABLES `ps_mail` WRITE; -/*!40000 ALTER TABLE `ps_mail` DISABLE KEYS */; -INSERT INTO `ps_mail` VALUES (1,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 11:49:10'),(2,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 11:49:32'),(3,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:25:02'),(4,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:25:15'),(5,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:27:03'),(6,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:27:14'),(7,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:29:51'),(8,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:30:02'),(9,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:31:11'),(10,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:31:29'),(11,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:33:01'),(12,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:33:12'),(13,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:38:32'),(14,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:38:59'),(15,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:43:40'),(16,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 12:43:53'),(17,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 12:47:03'),(18,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2020-11-06 12:47:09'),(19,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 13:22:53'),(20,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 13:25:48'),(21,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 13:27:29'),(22,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 13:27:42'),(23,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 13:29:22'),(24,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 13:29:37'),(25,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 13:40:59'),(26,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 13:41:11'),(27,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2020-11-06 13:58:18'),(28,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 14:36:06'),(29,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 14:36:41'),(30,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 14:40:32'),(31,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 14:40:49'),(32,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2020-11-06 14:51:33'),(33,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2020-11-06 14:51:33'),(34,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2020-11-06 14:51:34'),(35,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2020-11-06 15:01:52'),(36,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 15:21:04'),(37,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 15:21:35'),(38,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-06 16:13:50'),(39,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-06 16:14:14'),(40,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2020-11-06 16:27:25'),(41,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2020-11-06 16:27:25'),(42,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-12 12:59:15'),(43,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-12 12:59:30'),(44,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-12 13:01:08'),(45,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-12 13:01:22'),(46,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-12 13:06:33'),(47,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-12 13:06:43'),(48,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-12 15:25:07'),(49,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 07:40:46'),(50,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 07:42:18'),(51,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 07:44:21'),(52,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 07:44:44'),(53,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 07:47:50'),(54,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 09:48:47'),(55,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 09:49:49'),(56,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 09:49:58'),(57,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 11:54:06'),(58,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 11:57:13'),(59,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 12:09:11'),(60,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 12:10:19'),(61,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 12:15:52'),(62,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 12:16:07'),(63,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 12:22:07'),(64,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 12:28:57'),(65,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-13 12:34:00'),(66,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-13 12:35:01'),(67,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-13 12:41:08'),(68,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-13 12:41:29'),(69,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-13 12:56:33'),(70,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-13 12:56:50'),(71,'lukafdgfdgf@gmail.com','order_conf','[mollie17] Order confirmation',1,'2020-11-13 12:58:12'),(72,'lukafdgfdgf@gmail.com','payment','[mollie17] Payment accepted',1,'2020-11-13 12:58:28'),(73,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-13 13:29:01'),(74,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-13 13:29:12'),(75,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-13 15:18:02'),(76,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-13 15:18:47'),(77,'marius.gudauskis@invertus.eu','bankwire','[mollie17] Laukiama apmokėjimo pavedimu',2,'2020-11-19 07:55:31'),(78,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 07:55:32'),(79,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 08:03:31'),(80,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2020-11-19 08:03:37'),(81,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 08:14:15'),(82,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 08:48:53'),(83,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 08:49:02'),(84,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 08:55:18'),(85,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 09:01:10'),(86,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 09:01:28'),(87,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 09:12:24'),(88,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 09:12:34'),(89,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2020-11-19 11:15:22'),(90,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2020-11-19 11:15:33'),(91,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 11:38:07'),(92,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 11:38:24'),(93,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 11:46:04'),(94,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 11:46:30'),(95,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 11:55:41'),(96,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 11:55:54'),(97,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 12:00:25'),(98,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 12:00:35'),(99,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-19 12:06:48'),(100,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-19 12:06:59'),(101,'marius.gudauskis@invertus.eu','refund','[mollie17] Grąžinta',2,'2020-11-19 12:20:27'),(102,'marius.gudauskis@invertus.eu','refund','[mollie17] Grąžinta',2,'2020-11-19 13:25:30'),(103,'marius.gudauskis@invertus.eu','refund','[mollie17] Grąžinta',2,'2020-11-19 13:25:30'),(104,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 07:27:37'),(105,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-27 07:51:31'),(106,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 07:52:10'),(107,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 07:54:20'),(108,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 07:56:15'),(109,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 10:37:52'),(110,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-11-27 10:38:02'),(111,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 12:23:35'),(112,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 12:32:54'),(113,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 12:51:07'),(114,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2020-11-27 13:07:51'),(115,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-11-27 13:27:42'),(116,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 08:42:35'),(117,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',2,'2020-12-03 08:45:54'),(118,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 08:45:58'),(119,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-03 08:46:38'),(120,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 08:51:39'),(121,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 08:57:09'),(122,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 09:01:28'),(123,'marius.gudauskis@invertus.eu','employee_password','[mollie17] Klarna payment accepted',2,'2020-12-03 09:02:31'),(124,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-03 09:03:27'),(125,'marius.gudauskis@invertus.eu','employee_password','[mollie17] Klarna payment accepted',2,'2020-12-03 09:03:53'),(126,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 09:08:34'),(127,'marius.gudauskis@invertus.eu','employee_password','[mollie17] Klarna payment accepted',2,'2020-12-03 09:09:20'),(128,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2020-12-03 09:10:03'),(129,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 09:15:04'),(130,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2020-12-03 09:16:58'),(131,'marius.gudauskis@invertus.eu','employee_password','[mollie17] Klarna payment accepted',2,'2020-12-03 09:21:36'),(132,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2020-12-03 09:25:48'),(133,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-03 09:26:00'),(134,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2020-12-03 09:30:09'),(135,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-03 09:30:20'),(136,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 09:31:19'),(137,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-03 09:31:27'),(138,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 10:06:32'),(139,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-03 10:06:37'),(140,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2020-12-03 10:08:06'),(141,'marius.gudauskis@invertus.eu','employee_password','[mollie17] Klarna payment shipped',2,'2020-12-03 11:26:41'),(142,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-03 11:27:43'),(143,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-03 11:27:48'),(144,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',2,'2020-12-03 11:28:26'),(145,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2020-12-03 11:29:47'),(146,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',2,'2020-12-03 11:34:00'),(147,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-04 12:04:45'),(148,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-04 12:04:55'),(149,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-04 12:07:56'),(150,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2020-12-04 12:08:04'),(151,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-04 12:10:59'),(152,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2020-12-04 12:11:05'),(153,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-04 13:23:50'),(154,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2020-12-04 13:25:35'),(155,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-04 13:26:16'),(156,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-04 13:31:50'),(157,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-04 13:32:41'),(158,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-10 07:38:09'),(159,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2020-12-10 08:13:04'),(160,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-10 09:28:46'),(161,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-10 09:28:53'),(162,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-10 11:26:47'),(163,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-10 11:26:58'),(164,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-10 13:19:52'),(165,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-10 13:20:04'),(166,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-10 13:21:29'),(167,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment accepted',2,'2020-12-10 13:21:34'),(168,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',2,'2020-12-10 13:24:16'),(169,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2020-12-10 14:43:25'),(170,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2020-12-10 14:43:35'),(171,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-07 10:37:49'),(172,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-07 10:38:01'),(173,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-07 10:38:24'),(174,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-07 10:38:32'),(175,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-07 10:39:04'),(176,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-07 10:55:05'),(177,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-07 11:26:25'),(178,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-07 11:43:04'),(179,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-07 14:11:14'),(180,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-07 14:11:26'),(181,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-07 15:04:26'),(182,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-07 16:05:06'),(183,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-08 07:24:20'),(184,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-08 07:24:31'),(185,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-08 07:26:35'),(186,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-08 07:43:08'),(187,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-08 15:10:11'),(188,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-08 15:17:38'),(189,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-08 15:18:24'),(190,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-08 15:27:09'),(191,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-08 15:34:07'),(192,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-08 15:35:06'),(193,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-12 08:28:51'),(194,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2021-01-12 08:29:02'),(195,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-12 08:37:13'),(196,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-12 08:43:24'),(197,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-12 08:47:09'),(198,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-12 08:48:19'),(199,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-12 08:53:07'),(200,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-12 08:57:06'),(201,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-12 09:00:06'),(202,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-12 09:01:04'),(203,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-12 09:04:05'),(204,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-12 09:14:01'),(205,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-01-12 09:14:10'),(206,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-01-12 09:25:11'),(207,'marius.gudauskis@invertus.eu','refund','[mollie17] Grąžinta',2,'2021-01-12 09:25:11'),(208,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-01-12 09:25:12'),(209,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-14 08:14:45'),(210,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-14 08:17:23'),(211,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-14 08:31:07'),(212,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-14 08:34:04'),(213,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-14 08:42:23'),(214,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-14 08:58:06'),(215,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-14 09:34:16'),(216,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2021-01-14 09:34:29'),(217,'marius.gudauskis@invertus.eu','account','[mollie17] Sveiki atvykę!',2,'2021-01-14 11:03:12'),(218,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-14 11:20:24'),(219,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2021-01-14 11:20:34'),(220,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-14 11:21:51'),(221,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',2,'2021-01-14 11:22:08'),(222,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',2,'2021-01-14 11:23:15'),(223,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',2,'2021-01-14 11:25:35'),(224,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',2,'2021-01-14 11:26:18'),(225,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',2,'2021-01-14 11:34:56'),(226,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-14 11:38:12'),(227,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-15 12:51:42'),(228,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-15 13:08:05'),(229,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-22 10:09:36'),(230,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-22 10:09:42'),(231,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-22 10:15:54'),(232,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-22 10:17:00'),(233,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-22 10:32:06'),(234,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-22 10:33:05'),(235,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-22 10:36:16'),(236,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-22 10:42:19'),(237,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-22 10:53:05'),(238,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-22 10:59:06'),(239,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-22 11:17:22'),(240,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-22 11:34:05'),(241,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-25 11:32:44'),(242,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-25 11:33:41'),(243,'simonas.burneikis@invertus.eu','account','[mollie17] Welcome!',1,'2021-01-25 11:41:32'),(244,'simonas.burneikis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-25 11:42:45'),(245,'simonas.burneikis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-01-25 11:42:58'),(246,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-25 14:06:59'),(247,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2021-01-25 14:07:08'),(248,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2021-01-25 14:09:23'),(249,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-25 14:20:25'),(250,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Atšauktas',2,'2021-01-25 14:20:30'),(251,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-25 14:22:49'),(252,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2021-01-25 14:23:18'),(253,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2021-01-25 14:27:30'),(254,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2021-01-25 14:27:47'),(255,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2021-01-25 14:31:07'),(256,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2021-01-25 14:33:26'),(257,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2021-01-25 14:38:37'),(258,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2021-01-25 14:52:36'),(259,'marius.gudauskis@invertus.eu','shipped','[mollie17] Užsakymas išsiųstas',2,'2021-01-25 16:01:46'),(260,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-28 07:44:27'),(261,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-01-28 07:44:34'),(262,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-28 08:56:13'),(263,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-01-28 08:56:17'),(264,'lukvaidemo@gmail.com','account','[mollie17] Welcome!',1,'2021-01-28 11:31:18'),(265,'lukvaidemo@gmail.com','order_conf','[mollie17] Order confirmation',1,'2021-01-28 11:32:48'),(266,'lukvaidemo@gmail.com','payment','[mollie17] Payment accepted',1,'2021-01-28 11:32:52'),(267,'lukvaidemo@gmail.com','cheque','[mollie17] Awaiting check payment',1,'2021-01-28 11:36:59'),(268,'lukvaidemo@gmail.com','order_conf','[mollie17] Order confirmation',1,'2021-01-28 11:37:30'),(269,'lukvaidemo@gmail.com','payment','[mollie17] Payment accepted',1,'2021-01-28 11:37:33'),(270,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-28 12:26:05'),(271,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-28 12:27:04'),(272,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-01-28 12:30:05'),(273,'marius.gudauskis@invertus.eu','bankwire','[mollie17] Awaiting bank wire payment',1,'2021-01-28 15:32:28'),(274,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-01-28 15:32:29'),(275,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-02-02 07:34:10'),(276,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-02 08:36:49'),(277,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-02 08:36:54'),(278,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-02 13:32:37'),(279,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-02 13:32:42'),(280,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-02-02 15:08:40'),(281,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-02 15:10:37'),(282,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-02 15:10:51'),(283,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-02 15:12:42'),(284,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-02 15:12:47'),(285,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-02-02 15:15:33'),(286,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-02-04 12:47:17'),(287,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-04 12:47:19'),(288,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-04 12:49:41'),(289,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 12:49:45'),(290,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-04 13:13:57'),(291,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 13:14:01'),(292,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-02-04 13:18:08'),(293,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-02-04 13:19:05'),(294,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 14:01:03'),(295,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 14:02:49'),(296,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-04 14:06:59'),(297,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 14:07:03'),(298,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-02-04 14:08:42'),(299,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-04 14:13:39'),(300,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 14:13:43'),(301,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-04 14:15:37'),(302,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-04 14:15:40'),(303,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-02-04 14:17:21'),(304,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-18 11:33:30'),(305,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-18 11:33:34'),(306,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-18 13:00:10'),(307,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-02-18 13:00:14'),(308,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-02-26 10:24:10'),(309,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-02-26 13:25:05'),(310,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-02-26 13:44:09'),(311,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 09:42:44'),(312,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 09:58:21'),(313,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-03-04 09:58:44'),(314,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 10:37:44'),(315,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-03-04 10:37:51'),(316,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 10:44:27'),(317,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 13:36:03'),(318,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 13:38:13'),(319,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-03-04 13:45:05'),(320,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-03-04 13:55:04'),(321,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 14:09:51'),(322,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 14:11:05'),(323,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-04 14:12:43'),(324,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-04 14:13:55'),(325,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-04 14:14:16'),(326,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Potwierdzenie zamówienia',9,'2021-03-18 11:45:16'),(327,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Potwierdzenie zamówienia',9,'2021-03-18 11:50:39'),(328,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-18 12:33:06'),(329,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-18 12:33:48'),(330,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Anulowane',9,'2021-03-18 12:34:10'),(331,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-18 13:28:16'),(332,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-19 09:05:26'),(333,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-19 09:06:53'),(334,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-19 09:15:28'),(335,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-03-19 12:16:05'),(336,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 08:35:38'),(337,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-25 08:35:46'),(338,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 08:37:04'),(339,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-03-25 10:27:53'),(340,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-03-25 10:30:16'),(341,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 10:32:34'),(342,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-25 10:32:42'),(343,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-03-25 10:34:10'),(344,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 11:20:55'),(345,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-25 11:21:03'),(346,'marius.gudauskis@invertus.eu','in_transit','[mollie17] Package in transit',1,'2021-03-25 11:21:37'),(347,'marius.gudauskis@invertus.eu','in_transit','[mollie17] Package in transit',1,'2021-03-25 11:21:50'),(348,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-03-25 11:22:44'),(349,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 11:25:24'),(350,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-25 11:25:32'),(351,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-03-25 11:25:57'),(352,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 11:26:44'),(353,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-25 11:26:52'),(354,'marius.gudauskis@invertus.eu','in_transit','[mollie17] Package in transit',1,'2021-03-25 11:27:06'),(355,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-03-25 11:27:23'),(356,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-03-25 14:08:44'),(357,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-03-25 14:08:55'),(358,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-01 11:49:44'),(359,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-01 12:04:35'),(360,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-04-08 06:31:14'),(361,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 06:31:16'),(362,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-08 06:31:23'),(363,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-08 06:44:37'),(364,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-04-08 07:04:46'),(365,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 07:07:37'),(366,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 07:09:17'),(367,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-08 07:09:26'),(368,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 07:10:28'),(369,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 07:14:26'),(370,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-04-08 07:18:44'),(371,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 07:18:45'),(372,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-04-08 07:18:53'),(373,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-08 07:28:04'),(374,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-08 07:32:15'),(375,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 10:14:19'),(376,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-04-08 10:14:29'),(377,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-08 10:20:40'),(378,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-04-08 10:21:32'),(379,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-08 10:26:20'),(380,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-04-08 10:27:39'),(381,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 10:28:09'),(382,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-04-08 10:28:17'),(383,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-04-08 10:28:59'),(384,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 10:30:53'),(385,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-08 10:31:01'),(386,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-08 10:33:49'),(387,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-08 10:38:00'),(388,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-08 10:40:30'),(389,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 10:43:46'),(390,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-08 10:43:54'),(391,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 10:47:09'),(392,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-04-08 10:47:16'),(393,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-04-08 10:47:51'),(394,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #206 - GVDLGKQMA',1,'2021-04-08 12:09:19'),(395,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 12:09:20'),(396,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-04-08 12:50:16'),(397,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #207 - YIEFGFVEM',1,'2021-04-08 12:50:44'),(398,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 12:50:45'),(399,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #208 - XRZJEKRDS',1,'2021-04-08 12:54:02'),(400,'marius.gudauskis@invertus.eu','preparation','[mollie17] Processing in progress',1,'2021-04-08 12:54:05'),(401,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 12:54:14'),(402,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #209 - CZSKHTWHE',1,'2021-04-08 13:16:45'),(403,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 13:16:46'),(404,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #210 - ZSATEMTPE',1,'2021-04-08 13:19:04'),(405,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 13:19:05'),(406,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-08 13:19:43'),(407,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-04-08 13:30:27'),(408,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #211 - VZCWQZFQH',1,'2021-04-08 13:31:30'),(409,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 13:31:31'),(410,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #212 - GUDFVFHEB',1,'2021-04-08 13:43:21'),(411,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-08 13:43:23'),(412,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-04-15 11:51:06'),(413,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #213 - HWJSWAKCS',2,'2021-04-15 11:51:08'),(414,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-04-15 11:51:10'),(415,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-15 11:51:11'),(416,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-04-15 11:51:18'),(417,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #214 - JZJJRRSFZ',1,'2021-04-16 10:18:33'),(418,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-16 10:18:35'),(419,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-04-16 10:18:43'),(420,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-04-16 10:19:10'),(421,'marius.gudauskis@invertus.eu','order_changed','[mollie17] Your order has been changed',1,'2021-04-16 14:31:15'),(422,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #215 - DLERNYAAM',1,'2021-04-22 08:38:04'),(423,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 08:38:08'),(424,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 08:38:38'),(425,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 08:43:29'),(426,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 08:45:21'),(427,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 08:54:42'),(428,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 08:55:27'),(429,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 08:57:34'),(430,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-04-22 08:58:48'),(431,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 08:59:09'),(432,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 09:03:28'),(433,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:04:05'),(434,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:06:15'),(435,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 09:06:55'),(436,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:07:17'),(437,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #216 - ZXQAUOHMS',1,'2021-04-22 09:07:18'),(438,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:07:21'),(439,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:07:56'),(440,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #216 - ZXQAUOHMS',1,'2021-04-22 09:07:57'),(441,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:08:00'),(442,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 09:08:18'),(443,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:11:20'),(444,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #216 - ZXQAUOHMS',1,'2021-04-22 09:11:25'),(445,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:11:30'),(446,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-04-22 09:12:02'),(447,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-04-22 09:12:03'),(448,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:12:09'),(449,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #217 - OMPQJXZHI',1,'2021-04-22 09:12:10'),(450,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-04-22 09:12:11'),(451,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:12:56'),(452,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #218 - KMFIFPZUD',1,'2021-04-22 09:12:57'),(453,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:13:01'),(454,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:15:13'),(455,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #219 - VQHMZIXVA',1,'2021-04-22 09:15:14'),(456,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:15:18'),(457,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 09:16:39'),(458,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:17:11'),(459,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #219 - VQHMZIXVA',1,'2021-04-22 09:17:28'),(460,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:17:31'),(461,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-04-22 09:19:47'),(462,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:20:41'),(463,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #219 - VQHMZIXVA',1,'2021-04-22 09:20:44'),(464,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:20:48'),(465,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:21:21'),(466,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #220 - WSTGEUOZV',1,'2021-04-22 09:21:22'),(467,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:21:25'),(468,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:25:10'),(469,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #221 - UEPLHCKTW',1,'2021-04-22 09:25:11'),(470,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:25:15'),(471,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:26:24'),(472,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #222 - GSXTRKSUR',1,'2021-04-22 09:26:25'),(473,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:26:28'),(474,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-22 09:27:24'),(475,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #223 - NZORHIJPV',1,'2021-04-22 09:27:25'),(476,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-22 09:27:29'),(477,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #224 - WYIPYZPUA',1,'2021-04-30 07:57:39'),(478,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-30 07:57:45'),(479,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-30 07:57:49'),(480,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #225 - FDAZKZBXK',1,'2021-04-30 07:57:54'),(481,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-30 07:58:00'),(482,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-30 07:58:03'),(483,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #226 - YALYRWPYV',1,'2021-04-30 07:58:49'),(484,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-30 07:58:59'),(485,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-30 07:59:03'),(486,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #227 - CIUEAQJCP',1,'2021-04-30 09:01:25'),(487,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-30 09:01:31'),(488,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-30 09:01:35'),(489,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #228 - XMIIBMWUS',1,'2021-04-30 09:05:28'),(490,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-04-30 09:05:35'),(491,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-04-30 09:05:39'),(492,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2021-04-30 10:46:22'),(493,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2021-04-30 10:46:42'),(494,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-05-06 09:51:37'),(495,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #230 - VUYIGFONX',1,'2021-05-06 09:51:38'),(496,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-06 09:51:45'),(497,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-05-06 09:51:46'),(498,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-06 09:51:51'),(499,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #231 - MYIIIELNV',1,'2021-05-06 09:56:28'),(500,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-06 09:56:31'),(501,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-06 09:56:34'),(502,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #232 - IFWQSVLGV',1,'2021-05-07 07:17:58'),(503,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-07 07:18:11'),(504,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-07 07:18:15'),(505,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-05-07 14:10:16'),(506,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #233 - KCLRIYZED',1,'2021-05-13 11:39:53'),(507,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-13 11:40:16'),(508,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-13 11:40:19'),(509,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #234 - QSVGJNWEV',1,'2021-05-13 11:43:03'),(510,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-13 11:43:12'),(511,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-13 11:43:14'),(512,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #235 - MDIUHOFJQ',1,'2021-05-20 11:13:10'),(513,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-05-20 11:13:17'),(514,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-05-20 11:15:54'),(515,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-05-20 11:21:11'),(516,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #236 - SLJWCGSOU',1,'2021-05-20 11:21:13'),(517,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-05-20 11:21:14'),(518,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-20 11:21:21'),(519,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-05-20 11:21:22'),(520,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #237 - QTGIZBFLL',1,'2021-05-20 11:23:58'),(521,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-20 11:24:04'),(522,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-20 11:24:07'),(523,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-05-20 11:26:02'),(524,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #238 - YERVZMBQZ',1,'2021-05-20 11:26:03'),(525,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-05-20 11:26:04'),(526,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-20 11:26:09'),(527,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-05-20 11:26:11'),(528,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-05-20 11:31:42'),(529,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #239 - LFFOCMWKQ',1,'2021-05-20 11:31:44'),(530,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-05-20 11:31:45'),(531,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-05-20 11:53:00'),(532,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #240 - DPIHQVKRV',1,'2021-05-20 11:53:01'),(533,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-05-20 11:53:02'),(534,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-20 11:53:08'),(535,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-05-20 11:53:09'),(536,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-05-20 14:32:06'),(537,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-05-20 14:32:07'),(538,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #241 - IZSABIRJH',1,'2021-05-21 08:45:30'),(539,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-05-21 08:45:33'),(540,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-05-21 08:45:46'),(541,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #242 - JYVTJTISB',1,'2021-06-03 07:09:59'),(542,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-03 07:10:00'),(543,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-03 07:10:08'),(544,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #243 - ICIQJBFBM',1,'2021-06-03 07:17:40'),(545,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-03 07:17:41'),(546,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-03 07:17:48'),(547,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #244 - XPYJBWTPE',1,'2021-06-03 07:23:54'),(548,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-03 07:23:56'),(549,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-03 07:25:08'),(550,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #245 - AWIRJVPMF',1,'2021-06-04 13:01:13'),(551,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-04 13:01:16'),(552,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-06-04 13:02:43'),(553,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2021-06-04 13:04:04'),(554,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-04 13:09:43'),(555,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #246 - AOZBQLFVM',1,'2021-06-04 13:11:07'),(556,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-04 13:11:08'),(557,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-06-04 13:11:53'),(558,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2021-06-04 13:16:12'),(559,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-04 13:16:33'),(560,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #247 - ZLPOBVPQL',1,'2021-06-04 13:17:43'),(561,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-04 13:17:44'),(562,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-06-04 13:18:00'),(563,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2021-06-04 13:18:43'),(564,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-04 13:19:12'),(565,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-06-10 06:37:43'),(566,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #248 - NLNCLSJPW',1,'2021-06-10 06:45:52'),(567,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-10 06:45:54'),(568,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-06-10 06:46:02'),(569,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #249 - AQYYVEEDV',1,'2021-06-10 08:17:53'),(570,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-10 08:17:56'),(571,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-06-10 08:18:04'),(572,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-06-10 08:50:05'),(573,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-06-17 11:25:07'),(574,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-06-17 11:25:08'),(575,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #250 - EXESNDQSM',1,'2021-06-17 11:55:23'),(576,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2021-06-17 11:55:25'),(577,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-06-17 11:55:27'),(578,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-06-17 12:12:11'),(579,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-07-01 08:32:17'),(580,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-07-08 07:31:26'),(581,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-07-08 07:47:37'),(582,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #251 - XUWUCDHTX',1,'2021-07-08 07:47:38'),(583,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-08 07:47:40'),(584,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-07-08 07:50:38'),(585,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-07-08 07:50:40'),(586,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-07-08 12:19:20'),(587,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #252 - NUQDRUNUR',1,'2021-07-08 12:19:22'),(588,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-08 12:19:23'),(589,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-07-08 12:36:06'),(590,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-07-08 12:36:08'),(591,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-07-09 10:09:07'),(592,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #253 - QVRXFXQNI',1,'2021-07-09 10:09:09'),(593,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-07-09 10:09:11'),(594,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-07-09 10:09:13'),(595,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-07-09 10:09:20'),(596,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-27 08:57:26'),(597,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-27 09:02:08'),(598,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-27 09:39:29'),(599,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-27 09:49:44'),(600,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-07-27 09:51:23'),(601,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-07-27 09:55:04'),(602,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-07-27 09:56:47'),(603,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-07-27 10:01:20'),(604,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-07-27 10:03:15'),(605,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #260 - KDVZKZLLD',1,'2021-07-27 10:03:17'),(606,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-27 10:03:20'),(607,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-29 06:37:50'),(608,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-07-29 06:39:45'),(609,'marius.gudauskis@invertus.eu','refund','[mollie17] Remboursé',4,'2021-07-29 06:50:10'),(610,'marius.gudauskis@invertus.eu','refund','[mollie17] Remboursé',4,'2021-07-29 06:55:08'),(611,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-29 13:27:25'),(612,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #263 - IEOKSVYTA',1,'2021-07-29 13:27:35'),(613,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-29 13:27:41'),(614,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 06:14:58'),(615,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #264 - CJPGFTRSS',1,'2021-07-30 06:15:00'),(616,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 06:15:04'),(617,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-07-30 06:15:35'),(618,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 06:16:52'),(619,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #265 - MJBMFRLQS',1,'2021-07-30 06:16:54'),(620,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 06:16:58'),(621,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 06:43:27'),(622,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 06:43:33'),(623,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 06:48:15'),(624,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 06:48:21'),(625,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 06:50:51'),(626,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 06:50:54'),(627,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 07:02:43'),(628,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 07:02:49'),(629,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 08:25:58'),(630,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 08:26:04'),(631,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 08:32:30'),(632,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 08:32:35'),(633,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 08:38:16'),(634,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 08:38:20'),(635,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 08:41:35'),(636,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 08:41:38'),(637,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 08:47:29'),(638,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 08:47:32'),(639,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 08:51:57'),(640,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 08:52:02'),(641,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 09:25:27'),(642,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 09:25:30'),(643,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 09:26:29'),(644,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 09:26:32'),(645,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 09:29:02'),(646,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 09:29:05'),(647,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 09:53:11'),(648,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 09:53:17'),(649,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-07-30 12:26:26'),(650,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 12:46:08'),(651,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 12:46:12'),(652,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-07-30 12:48:05'),(653,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-07-30 13:10:06'),(654,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 13:10:13'),(655,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-07-30 13:13:51'),(656,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 13:13:53'),(657,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #282 - QOCNLXXMD',1,'2021-07-30 13:13:56'),(658,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 13:14:00'),(659,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-07-30 13:15:45'),(660,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 13:17:27'),(661,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #283 - IDZCJYHPD',1,'2021-07-30 13:17:32'),(662,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 13:17:39'),(663,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-07-30 13:38:57'),(664,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-07-30 13:39:03'),(665,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 08:27:01'),(666,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 08:27:04'),(667,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 08:34:16'),(668,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 08:34:20'),(669,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:03:10'),(670,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:03:14'),(671,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:05:11'),(672,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:05:17'),(673,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:17:25'),(674,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #289 - UWKHVASLY',1,'2021-08-05 09:17:27'),(675,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:17:31'),(676,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:17:33'),(677,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #289 - UWKHVASLY',1,'2021-08-05 09:17:35'),(678,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:17:37'),(679,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:23:12'),(680,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #290 - XXRVGICFP',1,'2021-08-05 09:23:31'),(681,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:23:41'),(682,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:23:44'),(683,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #290 - XXRVGICFP',1,'2021-08-05 09:23:47'),(684,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:23:49'),(685,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-08-05 09:25:45'),(686,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:25:56'),(687,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #290 - XXRVGICFP',1,'2021-08-05 09:25:58'),(688,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:26:00'),(689,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:27:41'),(690,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #291 - KRIREWJIR',1,'2021-08-05 09:27:44'),(691,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:27:50'),(692,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:29:32'),(693,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #292 - UXLCTNCVI',1,'2021-08-05 09:29:34'),(694,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:29:38'),(695,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:32:00'),(696,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #293 - RWBMZUHMI',1,'2021-08-05 09:32:02'),(697,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:32:05'),(698,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:33:47'),(699,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #294 - OXFIFEKEX',1,'2021-08-05 09:33:50'),(700,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:33:53'),(701,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:36:57'),(702,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #295 - UUYIRNOAB',1,'2021-08-05 09:37:00'),(703,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:37:03'),(704,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 09:38:27'),(705,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #296 - DJHHQYUFA',1,'2021-08-05 09:38:30'),(706,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 09:38:33'),(707,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 11:57:38'),(708,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 12:37:44'),(709,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 12:38:37'),(710,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 12:41:03'),(711,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #299 - MYKTHLYYE',1,'2021-08-05 12:41:11'),(712,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 12:41:43'),(713,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:34'),(714,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:35'),(715,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:37'),(716,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:39'),(717,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:41'),(718,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:42'),(719,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:44'),(720,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:52:46'),(721,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:17'),(722,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:18'),(723,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:19'),(724,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:21'),(725,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:23'),(726,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:25'),(727,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:26'),(728,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:53:28'),(729,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:55:51'),(730,'marius.gudauskis2@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 12:55:53'),(731,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #300 - DSGVVFBNB',1,'2021-08-05 12:55:55'),(732,'marius.gudauskis2@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 12:55:59'),(733,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-08-05 12:56:07'),(734,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-08-05 12:56:09'),(735,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 12:56:11'),(736,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #301 - ZQLCHVKLW',1,'2021-08-05 12:56:13'),(737,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-08-05 12:56:15'),(738,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-05 13:03:47'),(739,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #302 - XRNDPBMMN',1,'2021-08-05 13:03:50'),(740,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-05 13:03:53'),(741,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-06 06:53:11'),(742,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #303 - YCWYKTFXN',1,'2021-08-06 06:53:14'),(743,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-06 06:53:17'),(744,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-06 08:32:56'),(745,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #304 - JRVVVSXNA',1,'2021-08-06 08:32:59'),(746,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-08-06 08:33:04'),(747,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-06 08:44:51'),(748,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #305 - MKWYMSADV',1,'2021-08-06 08:44:53'),(749,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-06 08:44:57'),(750,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-06 10:28:32'),(751,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #306 - BLZFKZNVV',1,'2021-08-06 10:28:35'),(752,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-08-06 10:28:46'),(753,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-09 13:34:03'),(754,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #307 - BOFBEMXNS',1,'2021-08-09 13:34:06'),(755,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-09 13:34:12'),(756,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-10 07:36:02'),(757,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #308 - ZPDZAMWSL',1,'2021-08-10 07:36:05'),(758,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-10 07:36:08'),(759,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-10 07:37:22'),(760,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #309 - BSNXBCWYD',1,'2021-08-10 07:37:24'),(761,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-08-10 07:37:28'),(762,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-08-10 07:42:05'),(763,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-08-10 07:55:15'),(764,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-08-10 07:55:15'),(765,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',5,'2021-08-12 15:11:23'),(766,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #310 - EEVQTXPMQ',1,'2021-08-12 15:11:25'),(767,'marius.gudauskis@invertus.eu','payment','[mollie17] Zahlung eingegangen',5,'2021-08-12 15:11:28'),(768,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-13 07:13:34'),(769,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #311 - NWDKCLYWY',1,'2021-08-13 07:13:36'),(770,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-08-13 07:13:40'),(771,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-08-13 07:14:08'),(772,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #312 - SKLFJWYMO',1,'2021-08-13 07:14:10'),(773,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-08-13 07:14:13'),(774,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-08-13 07:15:07'),(775,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-08-13 07:15:08'),(776,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-13 07:38:23'),(777,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-26 12:45:07'),(778,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 06:20:15'),(779,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 06:30:06'),(780,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 06:55:06'),(781,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 08:40:09'),(782,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 08:45:06'),(783,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 08:50:07'),(784,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 08:50:08'),(785,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 09:30:07'),(786,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-08-27 13:10:08'),(787,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:46'),(788,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:48'),(789,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:51'),(790,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:53'),(791,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:54'),(792,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:56'),(793,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:32:58'),(794,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:00'),(795,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:05'),(796,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:07'),(797,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:08'),(798,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:10'),(799,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:12'),(800,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:14'),(801,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:15'),(802,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:33:17'),(803,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:36:40'),(804,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:39:53'),(805,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:39:54'),(806,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:39:56'),(807,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:39:59'),(808,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:40:00'),(809,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:40:02'),(810,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:40:04'),(811,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:40:06'),(812,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:41:20'),(813,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:19'),(814,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:20'),(815,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:22'),(816,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:24'),(817,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:26'),(818,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:28'),(819,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:29'),(820,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:42:31'),(821,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:43:40'),(822,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:43:45'),(823,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #315 - LUMFKLPOL',1,'2021-09-02 06:43:48'),(824,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-09-02 06:43:55'),(825,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:47'),(826,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:49'),(827,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:51'),(828,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:53'),(829,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:54'),(830,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:56'),(831,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:44:58'),(832,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:45:00'),(833,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:45:26'),(834,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:45:28'),(835,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #316 - TAWDBMOLE',1,'2021-09-02 06:45:30'),(836,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 06:45:33'),(837,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:45:38'),(838,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #316 - TAWDBMOLE',1,'2021-09-02 06:45:40'),(839,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-02 06:45:42'),(840,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:45:57'),(841,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:45:59'),(842,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:46:00'),(843,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:46:02'),(844,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:46:04'),(845,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:46:05'),(846,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:46:07'),(847,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:46:09'),(848,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:47:16'),(849,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:47:40'),(850,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #317 - XONSGKHRY',1,'2021-09-02 06:47:44'),(851,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 06:47:51'),(852,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:47:58'),(853,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #317 - XONSGKHRY',1,'2021-09-02 06:48:02'),(854,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-02 06:48:04'),(855,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:23'),(856,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:25'),(857,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:27'),(858,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:28'),(859,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:30'),(860,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:32'),(861,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:34'),(862,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:49:36'),(863,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:51:19'),(864,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:51:39'),(865,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #318 - NJVQETRDH',1,'2021-09-02 06:51:42'),(866,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 06:51:49'),(867,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:44'),(868,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:45'),(869,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:47'),(870,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:49'),(871,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:51'),(872,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:52'),(873,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:54'),(874,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:53:56'),(875,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:06'),(876,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:55:08'),(877,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #319 - ASBRNFDNY',1,'2021-09-02 06:55:11'),(878,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 06:55:14'),(879,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:42'),(880,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:44'),(881,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:46'),(882,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:48'),(883,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:49'),(884,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:51'),(885,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:53'),(886,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:55:55'),(887,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:57:15'),(888,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-02 06:57:17'),(889,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 06:57:19'),(890,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #320 - SPQOZRKPM',1,'2021-09-02 06:57:21'),(891,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 06:57:25'),(892,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:58:54'),(893,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:58:56'),(894,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:58:58'),(895,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:58:59'),(896,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:59:01'),(897,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:59:03'),(898,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:59:04'),(899,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 06:59:06'),(900,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:00:09'),(901,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-02 07:00:21'),(902,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:11'),(903,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:13'),(904,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:15'),(905,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:17'),(906,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:18'),(907,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:20'),(908,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:22'),(909,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:01:23'),(910,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:02:37'),(911,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-02 07:02:39'),(912,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 07:03:53'),(913,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #322 - NGMAOKPSF',1,'2021-09-02 07:03:57'),(914,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:04'),(915,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 07:04:05'),(916,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:06'),(917,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:07'),(918,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:09'),(919,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:11'),(920,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:13'),(921,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:14'),(922,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:04:16'),(923,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:06:41'),(924,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-02 07:06:43'),(925,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 07:07:27'),(926,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #323 - WYVETIZMZ',1,'2021-09-02 07:07:30'),(927,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-02 07:07:32'),(928,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:37'),(929,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:39'),(930,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:41'),(931,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:42'),(932,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:44'),(933,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:46'),(934,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:47'),(935,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:07:49'),(936,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:03'),(937,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:34'),(938,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:36'),(939,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:38'),(940,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:39'),(941,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:41'),(942,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:43'),(943,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:45'),(944,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:09:47'),(945,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-02 07:11:00'),(946,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-02 07:11:02'),(947,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #325 - IVNLIJUFJ',1,'2021-09-02 07:11:05'),(948,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-02 07:11:10'),(949,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',3,'2021-09-02 08:56:47'),(950,'marius.gudauskis@invertus.eu','outofstock','[mollie17] Momenteel in backorder (niet betaald)',3,'2021-09-02 08:56:52'),(951,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',3,'2021-09-02 08:56:57'),(952,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #326 - DOZCLSIXT',1,'2021-09-02 08:56:59'),(953,'marius.gudauskis@invertus.eu','outofstock','[mollie17] Momenteel in backorder (betaald)',3,'2021-09-02 08:57:01'),(954,'marius.gudauskis@invertus.eu','boxy','[mollie17] test',3,'2021-09-10 13:10:24'),(955,'marius.gudauskis@invertus.eu','sendy','[mollie17] test',1,'2021-09-10 13:16:11'),(956,'marius.gudauskis@invertus.eu','sendy','[mollie17] test',1,'2021-09-10 13:18:50'),(957,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-21 08:13:22'),(958,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-21 08:13:24'),(959,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-21 08:13:26'),(960,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #327 - DEHEQQSCC',1,'2021-09-21 08:13:28'),(961,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-21 08:13:30'),(962,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-21 08:14:14'),(963,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #328 - UXXHFVXEQ',1,'2021-09-21 08:14:17'),(964,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-21 08:14:21'),(965,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-21 10:17:46'),(966,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-21 10:17:48'),(967,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-21 10:17:50'),(968,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #329 - FVQQOAASZ',1,'2021-09-21 10:17:52'),(969,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-21 10:17:54'),(970,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-22 11:24:07'),(971,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-22 11:24:09'),(972,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #330 - CBGJNJNXM',1,'2021-09-22 11:24:12'),(973,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-22 11:24:14'),(974,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-22 11:25:18'),(975,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #331 - YSUAFBBOX',1,'2021-09-22 11:25:20'),(976,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-22 11:25:25'),(977,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-22 11:42:19'),(978,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-22 11:42:21'),(979,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-22 11:42:23'),(980,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #332 - QEGRBHNQO',1,'2021-09-22 11:42:26'),(981,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-22 11:42:28'),(982,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-22 14:28:52'),(983,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-22 14:28:54'),(984,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-22 14:28:56'),(985,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #333 - GFTSLROLG',1,'2021-09-22 14:28:59'),(986,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-22 14:29:01'),(987,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-22 14:38:33'),(988,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #334 - PRGKDHHDS',1,'2021-09-22 14:38:35'),(989,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-22 14:38:40'),(990,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-23 07:58:54'),(991,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #335 - CVGPIHZPZ',1,'2021-09-23 07:58:57'),(992,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-23 07:59:01'),(993,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-09-23 08:02:09'),(994,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #336 - ZYLKAZIKJ',1,'2021-09-23 08:02:13'),(995,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-09-23 08:02:19'),(996,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-09-23 11:52:03'),(997,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-09-23 11:52:05'),(998,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-23 11:52:07'),(999,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #337 - BVTBBQIOS',1,'2021-09-23 11:52:10'),(1000,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-09-23 11:52:12'),(1001,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-23 12:11:05'),(1002,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #338 - HPCIREOES',1,'2021-09-23 12:11:07'),(1003,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2021-09-23 12:11:11'),(1004,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-09-23 12:30:54'),(1005,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #339 - JIBCUJXOU',1,'2021-09-23 12:30:56'),(1006,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-09-23 12:31:00'),(1007,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-09-23 12:45:15'),(1008,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-09-25 08:25:04'),(1009,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #340 - UKVPIQNVU',1,'2021-09-25 08:25:07'),(1010,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-09-25 08:25:10'),(1011,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Annulé',4,'2021-09-25 08:25:59'),(1012,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-09-25 08:32:08'),(1013,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #341 - AYVZOAMIQ',1,'2021-09-25 08:32:10'),(1014,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-09-25 08:32:13'),(1015,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 06:31:45'),(1016,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 06:31:47'),(1017,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 06:31:50'),(1018,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #342 - BYLPSBCUS',1,'2021-10-07 06:31:53'),(1019,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-10-07 06:31:55'),(1020,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 07:25:16'),(1021,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 07:25:20'),(1022,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 07:25:22'),(1023,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #343 - SGXBJBQKP',1,'2021-10-07 07:25:24'),(1024,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-10-07 07:25:26'),(1025,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 07:40:45'),(1026,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 07:40:46'),(1027,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 07:40:50'),(1028,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #344 - ZJEEIMBVH',1,'2021-10-07 07:40:52'),(1029,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-10-07 07:40:53'),(1030,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 07:41:56'),(1031,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 07:41:57'),(1032,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 07:41:59'),(1033,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #345 - VATGGZRUL',1,'2021-10-07 07:42:02'),(1034,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-10-07 07:42:03'),(1035,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 07:49:25'),(1036,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 07:49:28'),(1037,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 07:49:29'),(1038,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #346 - OXHGEKFKO',1,'2021-10-07 07:49:32'),(1039,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-10-07 07:49:35'),(1040,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 07:51:08'),(1041,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 07:51:10'),(1042,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 07:51:16'),(1043,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #347 - ZEJEMTKSK',1,'2021-10-07 07:51:20'),(1044,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-10-07 07:51:22'),(1045,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',4,'2021-10-07 09:57:11'),(1046,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',4,'2021-10-07 09:58:43'),(1047,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-10-07 10:14:07'),(1048,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-07 11:14:13'),(1049,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (non payé)',4,'2021-10-07 11:14:15'),(1050,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-10-07 11:14:32'),(1051,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #349 - OGMOSIWOW',1,'2021-10-07 11:14:36'),(1052,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-10-07 11:14:42'),(1053,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:07:36'),(1054,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-13 06:22:28'),(1055,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-13 06:22:30'),(1056,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:22:32'),(1057,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-13 06:23:54'),(1058,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-13 06:23:56'),(1059,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:23:58'),(1060,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-13 06:26:07'),(1061,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-13 06:26:09'),(1062,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:26:11'),(1063,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-13 06:27:29'),(1064,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-13 06:27:31'),(1065,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:27:33'),(1066,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:28:33'),(1067,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:31:21'),(1068,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 06:35:23'),(1069,'simonas.burneikis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 07:00:50'),(1070,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #358 - GGLODXXRI',1,'2021-10-13 07:00:51'),(1071,'simonas.burneikis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-13 07:00:55'),(1072,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-13 09:34:18'),(1073,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #359 - XVEEZUDNS',1,'2021-10-13 09:34:23'),(1074,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-13 09:34:32'),(1075,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-10-13 09:45:26'),(1076,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #360 - LTHGFWMJT',1,'2021-10-15 06:48:53'),(1077,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 06:48:57'),(1078,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 06:49:01'),(1079,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #361 - WFPAIGNGI',1,'2021-10-15 06:50:15'),(1080,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 06:50:17'),(1081,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 06:50:19'),(1082,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-15 06:53:46'),(1083,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 06:53:51'),(1084,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 06:53:56'),(1085,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:13:34'),(1086,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:13:36'),(1087,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:25:40'),(1088,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:25:42'),(1089,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:26:58'),(1090,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:26:59'),(1091,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 07:27:01'),(1092,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:28:36'),(1093,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:28:38'),(1094,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 07:28:40'),(1095,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:37:48'),(1096,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:37:50'),(1097,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:41:54'),(1098,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:41:56'),(1099,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-15 07:44:03'),(1100,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 07:44:10'),(1101,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-10-15 07:44:14'),(1102,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 07:44:18'),(1103,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 07:45:36'),(1104,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 07:45:38'),(1105,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:07:37'),(1106,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-10-15 08:08:53'),(1107,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 08:09:02'),(1108,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:10:00'),(1109,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:12:41'),(1110,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:13:42'),(1111,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #374 - UKWQDQOAA',1,'2021-10-15 08:13:43'),(1112,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 08:13:47'),(1113,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:14:50'),(1114,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #375 - VTFDHUAIB',1,'2021-10-15 08:14:52'),(1115,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 08:14:56'),(1116,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 08:19:00'),(1117,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 08:20:22'),(1118,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:36:09'),(1119,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #378 - JMLPTUVWW',1,'2021-10-15 08:36:11'),(1120,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 08:36:15'),(1121,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 08:37:36'),(1122,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 08:42:48'),(1123,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 08:48:44'),(1124,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 08:55:33'),(1125,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #382 - QEKAHKAWS',1,'2021-10-15 08:55:35'),(1126,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 08:55:38'),(1127,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 09:49:09'),(1128,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #384 - QYCVRMLQC',1,'2021-10-15 09:49:11'),(1129,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 09:49:14'),(1130,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-15 09:49:49'),(1131,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 09:49:51'),(1132,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 09:49:53'),(1133,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #385 - YLFUENGEJ',1,'2021-10-15 09:49:55'),(1134,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 09:49:59'),(1135,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-15 09:52:18'),(1136,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 09:52:20'),(1137,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 09:53:01'),(1138,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #386 - UDEEIEODT',1,'2021-10-15 09:53:04'),(1139,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-15 09:53:15'),(1140,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-15 09:54:30'),(1141,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-10-15 09:54:32'),(1142,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-15 09:54:34'),(1143,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #387 - UXXIGXJNP',1,'2021-10-15 09:54:35'),(1144,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-10-15 09:54:37'),(1145,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 09:56:05'),(1146,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2021-10-15 10:37:15'),(1147,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-10-28 09:09:51'),(1148,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-10-28 09:09:54'),(1149,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-10-28 09:09:56'),(1150,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-10-28 09:09:59'),(1151,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-10-28 09:11:01'),(1152,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 09:11:05'),(1153,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-10-28 09:11:07'),(1154,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 09:11:10'),(1155,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 10:56:47'),(1156,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 10:56:51'),(1157,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 11:01:03'),(1158,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 11:01:10'),(1159,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #396 - CUHPSBIOZ',1,'2021-10-28 11:14:20'),(1160,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 11:14:32'),(1161,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 11:15:05'),(1162,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #397 - THOMZIRNC',1,'2021-10-28 11:46:19'),(1163,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-10-28 11:46:21'),(1164,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 11:46:23'),(1165,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 11:47:37'),(1166,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #398 - RHMOWGVFP',1,'2021-10-28 11:51:34'),(1167,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 11:51:36'),(1168,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 11:51:37'),(1169,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #399 - KKENRVYRS',1,'2021-10-28 11:54:34'),(1170,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-28 11:54:36'),(1171,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-28 11:54:38'),(1172,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-29 10:23:28'),(1173,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #400 - RNGBVNPYO',1,'2021-10-29 12:19:32'),(1174,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-10-29 12:19:35'),(1175,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-10-29 12:19:39'),(1176,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #401 - KFJKBESAC',1,'2021-11-05 07:33:48'),(1177,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-05 07:33:52'),(1178,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-05 07:33:56'),(1179,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #402 - VRMSIMQJF',1,'2021-11-05 07:38:48'),(1180,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-11-05 07:38:49'),(1181,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-05 07:38:51'),(1182,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #403 - VKDLORQIB',1,'2021-11-05 07:48:53'),(1183,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-11-05 08:35:09'),(1184,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Annulé',4,'2021-11-05 08:35:10'),(1185,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #404 - PSLGNJPIK',1,'2021-11-05 11:11:12'),(1186,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-05 11:11:16'),(1187,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-05 11:11:20'),(1188,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-11-05 11:12:03'),(1189,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #405 - TZRRHSTAJ',1,'2021-11-05 12:09:08'),(1190,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-05 12:09:13'),(1191,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-05 12:09:16'),(1192,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #406 - FERRPDFFI',1,'2021-11-05 12:30:10'),(1193,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-11-05 12:30:18'),(1194,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-11-05 12:30:23'),(1195,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #407 - EBSQYUYZH',1,'2021-11-05 12:33:27'),(1196,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',4,'2021-11-05 12:33:30'),(1197,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-11-05 12:33:32'),(1198,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',4,'2021-11-05 12:33:44'),(1199,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',4,'2021-11-05 12:36:34'),(1200,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:32'),(1201,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:33'),(1202,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:35'),(1203,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:37'),(1204,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:38'),(1205,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:40'),(1206,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:43'),(1207,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:17:46'),(1208,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:21'),(1209,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:23'),(1210,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:24'),(1211,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:26'),(1212,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:28'),(1213,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:29'),(1214,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:31'),(1215,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-10 14:18:33'),(1216,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',4,'2021-11-11 07:37:27'),(1217,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #408 - ULLUTBRTC',1,'2021-11-11 07:37:29'),(1218,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-11-11 07:37:32'),(1219,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-11-11 07:37:34'),(1220,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-11-11 07:37:37'),(1221,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2021-11-11 07:44:52'),(1222,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-11-11 07:44:55'),(1223,'marius.gudauskis@invertus.eu','outofstock','[mollie17] En attente de réapprovisionnement (payé)',4,'2021-11-11 07:45:14'),(1224,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-11-11 08:43:07'),(1225,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',4,'2021-11-11 09:01:22'),(1226,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-12 08:15:08'),(1227,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-11-12 08:15:10'),(1228,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-11-12 08:20:09'),(1229,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-11-12 08:25:05'),(1230,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-11-12 10:00:08'),(1231,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-11-12 10:40:07'),(1232,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-12 12:12:26'),(1233,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #409 - UZCQVOJRM',1,'2021-11-12 12:12:29'),(1234,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-12 12:12:36'),(1235,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-11-12 12:12:39'),(1236,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-12 12:12:43'),(1237,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-11-12 12:13:16'),(1238,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-12 13:41:52'),(1239,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #410 - EKGTNUYYB',1,'2021-11-12 13:41:54'),(1240,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2021-11-12 13:41:56'),(1241,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-11-18 13:54:35'),(1242,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #411 - JAUXDXOST',1,'2021-11-18 13:54:37'),(1243,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-11-18 13:54:39'),(1244,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2021-11-18 13:54:40'),(1245,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-18 13:54:44'),(1246,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #412 - WJJDWZZYF',1,'2021-11-18 13:56:00'),(1247,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-11-18 13:56:02'),(1248,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #413 - KVYLCREWE',1,'2021-11-19 09:33:42'),(1249,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-19 09:33:47'),(1250,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-19 09:33:50'),(1251,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2021-11-19 09:34:03'),(1252,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2021-11-19 09:34:05'),(1253,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #414 - TKOFTSMZL',1,'2021-11-19 09:50:59'),(1254,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-19 09:51:04'),(1255,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-19 09:51:07'),(1256,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-11-19 10:13:10'),(1257,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #415 - ZVGLEZPER',1,'2021-11-19 10:13:48'),(1258,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-11-19 10:13:51'),(1259,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-11-19 10:13:53'),(1260,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #416 - OPEBIUQJW',1,'2021-11-19 10:24:54'),(1261,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-19 10:24:58'),(1262,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-19 10:25:02'),(1263,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2021-11-19 10:38:50'),(1264,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #417 - YOMSVWNIV',1,'2021-11-25 08:24:29'),(1265,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-25 08:24:33'),(1266,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-25 08:24:36'),(1267,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-11-25 08:33:05'),(1268,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #418 - QONPQUKSY',1,'2021-11-25 09:17:23'),(1269,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-25 09:17:26'),(1270,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-25 09:17:30'),(1271,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #419 - RGSRYJCQT',1,'2021-11-25 09:36:00'),(1272,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-25 09:36:03'),(1273,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-25 09:36:07'),(1274,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #420 - UXILFOEVQ',1,'2021-11-25 09:36:57'),(1275,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-25 09:37:01'),(1276,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-25 09:37:04'),(1277,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #421 - CARROWZWP',1,'2021-11-25 10:14:21'),(1278,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-25 10:14:24'),(1279,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-25 10:14:28'),(1280,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #422 - YUDKWPHRV',1,'2021-11-29 12:29:48'),(1281,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-29 12:29:51'),(1282,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-29 12:29:54'),(1283,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #423 - HPBDYSBYM',1,'2021-11-29 12:30:39'),(1284,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-29 12:30:42'),(1285,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-29 12:30:45'),(1286,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #424 - QMXEWKBUX',1,'2021-11-29 12:45:33'),(1287,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2021-11-29 12:45:36'),(1288,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-11-29 12:45:39'),(1289,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-12-02 09:23:22'),(1290,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2021-12-02 09:23:22'),(1291,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2021-12-02 09:23:25'),(1292,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #425 - RDFYTLJZJ',1,'2021-12-02 14:29:25'),(1293,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-12-02 14:29:39'),(1294,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-12-02 14:29:41'),(1295,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #426 - CMQGZBHRY',1,'2021-12-02 14:33:19'),(1296,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2021-12-02 14:33:22'),(1297,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2021-12-02 14:33:24'),(1298,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #427 - DKOXURBEQ',1,'2021-12-09 08:40:19'),(1299,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-09 08:40:35'),(1300,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-09 08:40:40'),(1301,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #428 - EZNRXCIPI',1,'2021-12-09 08:59:57'),(1302,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-09 09:00:05'),(1303,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-09 09:00:10'),(1304,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #429 - FVGQPGSLP',1,'2021-12-13 13:49:35'),(1305,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-13 13:49:38'),(1306,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-13 13:49:40'),(1307,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #430 - CXGREHCEG',1,'2021-12-14 12:54:18'),(1308,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-14 12:54:21'),(1309,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-14 12:54:23'),(1310,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #431 - BLMKISFGW',1,'2021-12-15 10:40:35'),(1311,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-15 10:40:38'),(1312,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-15 10:40:41'),(1313,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #432 - OIXXAGNZX',1,'2021-12-16 13:32:28'),(1314,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-16 13:32:35'),(1315,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-16 13:32:40'),(1316,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #433 - SJTTCFMIL',1,'2021-12-16 13:35:22'),(1317,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-16 13:35:30'),(1318,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-16 13:35:35'),(1319,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #434 - XRDJKJRHU',1,'2021-12-16 13:59:02'),(1320,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #435 - REYDFEHEL',1,'2021-12-16 13:59:03'),(1321,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-16 13:59:09'),(1322,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-16 13:59:10'),(1323,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-16 13:59:15'),(1324,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #436 - EAYFRGNNW',1,'2021-12-16 14:12:28'),(1325,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #437 - GLZVRBATH',1,'2021-12-16 14:52:39'),(1326,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #438 - PFXCENUMG',1,'2021-12-16 14:54:57'),(1327,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2021-12-16 14:55:05'),(1328,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2021-12-16 14:55:10'),(1329,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #439 - PNZYNTMTD',1,'2022-01-06 07:34:25'),(1330,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 07:34:28'),(1331,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 07:34:31'),(1332,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #440 - SRQQMOPVX',1,'2022-01-06 07:35:24'),(1333,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 07:35:27'),(1334,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 07:35:29'),(1335,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #441 - DLDYRLVNE',1,'2022-01-06 07:39:30'),(1336,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 07:39:33'),(1337,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 07:39:36'),(1338,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #442 - TYYAXCNYH',1,'2022-01-06 07:46:55'),(1339,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 07:46:58'),(1340,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 07:47:01'),(1341,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #443 - NDWBORJUY',1,'2022-01-06 08:02:15'),(1342,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 08:02:27'),(1343,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 08:02:33'),(1344,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #444 - GWHWOZJCH',1,'2022-01-06 08:09:22'),(1345,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 08:09:25'),(1346,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 08:09:27'),(1347,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #445 - UMKRISDJH',1,'2022-01-06 08:11:20'),(1348,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 08:11:23'),(1349,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 08:11:26'),(1350,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #446 - LDRAOODVF',1,'2022-01-06 08:16:39'),(1351,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 08:16:42'),(1352,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 08:16:44'),(1353,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #447 - FHVIEBDYN',1,'2022-01-06 08:22:04'),(1354,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-06 08:22:07'),(1355,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-06 08:22:10'),(1356,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #448 - RIDLJFWWV',1,'2022-01-06 13:40:49'),(1357,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-06 13:40:57'),(1358,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-06 13:41:01'),(1359,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #449 - BAGPFBJEQ',1,'2022-01-07 09:17:05'),(1360,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 09:17:09'),(1361,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 09:17:13'),(1362,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #450 - VKTBQNVBD',1,'2022-01-07 09:21:04'),(1363,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 09:21:07'),(1364,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 09:21:11'),(1365,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #451 - KCXKCMQOC',1,'2022-01-07 09:25:29'),(1366,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 09:25:33'),(1367,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 09:25:36'),(1368,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #452 - ISIWOJAWA',1,'2022-01-07 09:26:23'),(1369,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 09:26:26'),(1370,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 09:26:30'),(1371,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #453 - XHCXMWQMO',1,'2022-01-07 13:31:11'),(1372,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 13:31:15'),(1373,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 13:31:18'),(1374,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #454 - FWPRAEBET',1,'2022-01-07 13:32:42'),(1375,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 13:32:46'),(1376,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 13:32:50'),(1377,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #455 - CMSFAEJVW',1,'2022-01-07 13:39:49'),(1378,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-07 13:39:53'),(1379,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-07 13:39:56'),(1380,'test123@gmail.com','account','[mollie17] Welcome!',1,'2022-01-07 14:31:31'),(1381,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #456 - VWSLSJPBT',1,'2022-01-12 13:41:54'),(1382,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-12 13:41:58'),(1383,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-12 13:42:02'),(1384,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #457 - VRWFKUHSJ',1,'2022-01-13 07:45:43'),(1385,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-13 07:45:48'),(1386,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-13 07:45:51'),(1387,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #458 - KJRKPXIRD',1,'2022-01-13 08:07:25'),(1388,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-13 08:07:29'),(1389,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-13 08:07:32'),(1390,'marius.gudauski2s@invertus.eu','account','[mollie17] Welcome!',1,'2022-01-13 08:27:54'),(1391,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #459 - PZVZIXRVK',1,'2022-01-13 08:46:25'),(1392,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-13 08:46:29'),(1393,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-13 08:46:33'),(1394,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #460 - RYXQPAENT',1,'2022-01-13 11:25:55'),(1395,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-13 11:25:59'),(1396,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-13 11:26:03'),(1397,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #461 - ENFEPNRQD',1,'2022-01-14 11:53:33'),(1398,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-14 11:53:37'),(1399,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-14 11:53:41'),(1400,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #462 - YCMRLYOYI',1,'2022-01-14 11:55:14'),(1401,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2022-01-14 11:55:16'),(1402,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-14 11:55:18'),(1403,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #463 - RVBSJCAHJ',1,'2022-01-20 08:48:10'),(1404,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-20 08:48:14'),(1405,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 08:48:18'),(1406,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #464 - DSDMSESTR',1,'2022-01-20 08:49:13'),(1407,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-20 08:49:17'),(1408,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 08:49:20'),(1409,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #465 - KNPOKNTVW',1,'2022-01-20 10:35:15'),(1410,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-20 10:35:19'),(1411,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 10:35:23'),(1412,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #466 - UWATBQZAU',1,'2022-01-20 10:44:27'),(1413,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-20 10:44:31'),(1414,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 10:44:35'),(1415,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #467 - ZOYVSRLSH',1,'2022-01-20 12:08:07'),(1416,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2022-01-20 12:08:09'),(1417,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 12:08:11'),(1418,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2022-01-20 12:08:42'),(1419,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',4,'2022-01-20 12:09:19'),(1420,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-01-20 12:11:49'),(1421,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #468 - ERBIPBEWU',1,'2022-01-20 12:11:50'),(1422,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2022-01-20 12:11:52'),(1423,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-01-20 12:11:54'),(1424,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 12:11:55'),(1425,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2022-01-20 12:12:14'),(1426,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #469 - GCQRXHJAX',1,'2022-01-20 12:13:03'),(1427,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-20 12:13:09'),(1428,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 12:13:13'),(1429,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2022-01-20 12:13:21'),(1430,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #470 - VBFYEJSLZ',1,'2022-01-20 12:36:04'),(1431,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-20 12:36:08'),(1432,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-20 12:36:11'),(1433,'marius.gudauskis@invertus.eu','shipped','[mollie17] Klarna payment shipped',1,'2022-01-20 12:41:00'),(1434,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #471 - DHMNLEEJY',1,'2022-01-25 13:39:05'),(1435,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Erreur de paiement',4,'2022-01-25 13:39:07'),(1436,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #472 - WRBQXVAZJ',1,'2022-01-25 13:47:26'),(1437,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-25 13:47:35'),(1438,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-25 13:47:40'),(1439,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #473 - AKJLTDMRY',1,'2022-01-25 13:48:27'),(1440,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-01-25 13:48:31'),(1441,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-01-25 13:48:33'),(1442,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-01-28 10:34:18'),(1443,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-01-28 10:35:19'),(1444,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-01-28 10:35:20'),(1445,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #474 - RYZHTMOAV',1,'2022-01-28 11:31:17'),(1446,'d@d.f','payment','[mollie17] Payment accepted',1,'2022-01-28 11:31:21'),(1447,'d@d.f','order_conf','[mollie17] Order confirmation',1,'2022-01-28 11:31:25'),(1448,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #475 - BLALLOSEU',1,'2022-01-28 11:34:44'),(1449,'dd@ff.v','payment_error','[mollie17] Payment error',1,'2022-01-28 11:34:46'),(1450,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #476 - XTYSYOJXI',1,'2022-01-28 11:37:37'),(1451,'dd@dd.d','payment_error','[mollie17] Payment error',1,'2022-01-28 11:37:38'),(1452,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #477 - IDEUNQFMA',1,'2022-01-28 11:40:00'),(1453,'dd@ff.f','payment_error','[mollie17] Payment error',1,'2022-01-28 11:40:01'),(1454,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #478 - DFEXSEJER',1,'2022-01-28 11:46:07'),(1455,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 11:46:11'),(1456,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 11:46:15'),(1457,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #479 - TRJXTUABF',1,'2022-01-28 11:47:04'),(1458,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 11:47:08'),(1459,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 11:47:12'),(1460,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #480 - JFRBOXSDG',1,'2022-01-28 11:47:48'),(1461,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 11:47:50'),(1462,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 11:47:53'),(1463,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #481 - EAQZPRKXZ',1,'2022-01-28 11:48:36'),(1464,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 11:48:46'),(1465,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 11:48:49'),(1466,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #482 - OSKUJMVYA',1,'2022-01-28 11:50:21'),(1467,'d@f.yh','payment_error','[mollie17] Payment error',1,'2022-01-28 11:50:23'),(1468,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #483 - AHQWIFZFI',1,'2022-01-28 11:58:08'),(1469,'vv@vv.v','payment_error','[mollie17] Payment error',1,'2022-01-28 11:58:09'),(1470,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #484 - PVCLJURXM',1,'2022-01-28 11:59:21'),(1471,'simonas.neliubsys@invertus.eu','payment_error','[mollie17] Payment error',1,'2022-01-28 11:59:23'),(1472,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #485 - REMWPVZUU',1,'2022-01-28 12:08:33'),(1473,'dddd@dd.d','payment_error','[mollie17] Payment error',1,'2022-01-28 12:08:35'),(1474,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #486 - TCMCXJFAL',1,'2022-01-28 12:09:55'),(1475,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 12:09:57'),(1476,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 12:10:01'),(1477,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #487 - DDUUKKAEQ',1,'2022-01-28 12:12:51'),(1478,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 12:12:55'),(1479,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 12:12:59'),(1480,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #488 - RBURGDJQX',1,'2022-01-28 12:15:21'),(1481,'ff@gg.g','payment_error','[mollie17] Payment error',1,'2022-01-28 12:15:23'),(1482,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #489 - YTPRUEVHL',1,'2022-01-28 12:19:24'),(1483,'dd@dd.d','payment_error','[mollie17] Payment error',1,'2022-01-28 12:19:25'),(1484,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #490 - ZWGHEVJQJ',1,'2022-01-28 12:22:21'),(1485,'cc@d.c','payment_error','[mollie17] Payment error',1,'2022-01-28 12:22:23'),(1486,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #491 - JNADJEOUG',1,'2022-01-28 12:46:00'),(1487,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 12:46:04'),(1488,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 12:46:08'),(1489,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #492 - HKAAMHDLW',1,'2022-01-28 13:10:43'),(1490,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-01-28 13:10:48'),(1491,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-01-28 13:10:51'),(1492,'marius.gudauskis@invertus.eu','shipped','[mollie17] Shipped',1,'2022-01-28 13:11:29'),(1493,'marius.gudauskis@invertus.eu','payment','[mollie17] Klarna payment authorized',1,'2022-01-28 13:11:52'),(1494,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #493 - CQNDAMPQM',1,'2022-01-31 15:24:27'),(1495,'d@sd.asd','payment_error','[mollie17] Payment error',1,'2022-01-31 15:24:28'),(1496,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #494 - SZZXRGOEQ',1,'2022-02-01 09:07:35'),(1497,'mariussssss.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2022-02-01 09:07:37'),(1498,'mariussssss.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-01 09:07:40'),(1499,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #495 - EXVHEJSMA',1,'2022-02-01 09:08:37'),(1500,'marius.gudauskis@invertus.euasfsa','payment','[mollie17] Paiement accepté',4,'2022-02-01 09:08:40'),(1501,'marius.gudauskis@invertus.euasfsa','order_conf','[mollie17] Confirmation de commande',4,'2022-02-01 09:08:43'),(1502,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #496 - FSBZVCRFV',1,'2022-02-01 09:12:42'),(1503,'marius.gudausdgdsskis@invertus.eu','payment_error','[mollie17] Erreur de paiement',4,'2022-02-01 09:12:44'),(1504,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #497 - NNSYHTJIX',1,'2022-02-01 13:53:11'),(1505,'marius.gudasfasfauskis@invertus.eu','payment_error','[mollie17] Erreur de paiement',4,'2022-02-01 13:53:13'),(1506,'marius.gudasfasfauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2022-02-01 13:57:35'),(1507,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #498 - SCKNNCOWC',1,'2022-02-01 13:57:39'),(1508,'marius.gudaasfasfuskis@invertus.eu','payment_error','[mollie17] Erreur de paiement',4,'2022-02-01 13:57:40'),(1509,'marius.gudasfasfauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-01 13:57:42'),(1510,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #499 - LAAJRMTUQ',1,'2022-02-01 14:02:19'),(1511,'marius.gudsdgsdgsdauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-01 14:02:22'),(1512,'marius.gudsdgsdgsdauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-01 14:02:25'),(1513,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #500 - OOVAQOHHP',1,'2022-02-03 07:57:17'),(1514,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 07:57:20'),(1515,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 07:57:23'),(1516,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #501 - JXECRGZPX',1,'2022-02-03 07:58:16'),(1517,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 07:58:19'),(1518,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 07:58:21'),(1519,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #502 - RDZHVLXUB',1,'2022-02-03 08:03:16'),(1520,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 08:03:29'),(1521,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 08:03:34'),(1522,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #503 - FPFBXMRLO',1,'2022-02-03 08:08:55'),(1523,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 08:08:57'),(1524,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 08:09:00'),(1525,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #504 - VPWVICBNT',1,'2022-02-03 12:40:15'),(1526,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2022-02-03 12:40:16'),(1527,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #505 - UWOPKZHKL',1,'2022-02-03 13:43:08'),(1528,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 13:43:15'),(1529,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 13:43:21'),(1530,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #506 - AXFMDSOQY',1,'2022-02-03 13:50:28'),(1531,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 13:50:36'),(1532,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 13:50:41'),(1533,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #507 - IUELAPASG',1,'2022-02-03 13:54:03'),(1534,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 13:54:06'),(1535,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 13:54:09'),(1536,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #508 - DKZAJOUUY',1,'2022-02-03 13:55:45'),(1537,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 13:55:47'),(1538,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 13:55:50'),(1539,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #509 - JOENJWPAJ',1,'2022-02-03 13:56:21'),(1540,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2022-02-03 13:56:37'),(1541,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 13:56:40'),(1542,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #510 - QZKBTXZWH',1,'2022-02-03 13:58:11'),(1543,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #511 - VMIYFFUCT',1,'2022-02-03 14:52:11'),(1544,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-02-03 14:52:19'),(1545,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-02-03 14:52:25'),(1546,'marius.gudauskis@invertus.eu','cheque','[mollie17] Laukiama apmokėjimo čekiu',2,'2022-02-03 14:53:12'),(1547,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',2,'2022-02-03 14:54:51'),(1548,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-02-03 14:54:56'),(1549,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-02-03 14:57:23'),(1550,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #513 - GAFNIGRFV',1,'2022-02-03 15:00:10'),(1551,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 15:00:35'),(1552,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 15:00:45'),(1553,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #514 - ZJEDJUIVV',1,'2022-02-03 15:01:51'),(1554,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 15:01:55'),(1555,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 15:01:59'),(1556,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #515 - ZNYCNHPJW',1,'2022-02-03 15:02:42'),(1557,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 15:02:45'),(1558,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-03 15:02:48'),(1559,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #516 - OATKGYJXD',1,'2022-02-03 15:03:15'),(1560,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2022-02-03 15:03:28'),(1561,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-03 15:03:31'),(1562,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #517 - QJOOTWUHE',1,'2022-02-08 07:48:24'),(1563,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',4,'2022-02-08 07:48:32'),(1564,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-08 07:48:35'),(1565,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #518 - TEFGDXFZO',1,'2022-02-08 14:51:00'),(1566,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-02-08 14:51:06'),(1567,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-02-08 14:51:10'),(1568,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #519 - OWRRTNXRX',1,'2022-02-08 14:53:01'),(1569,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-02-08 14:53:05'),(1570,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-02-08 14:53:09'),(1571,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-02-11 07:55:21'),(1572,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #520 - UVLAGYOZC',1,'2022-02-11 07:55:23'),(1573,'marius.gudauskis@invertus.eu','mollie_payment','[mollie17] Order payment',1,'2022-02-11 07:55:26'),(1574,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2022-02-11 07:55:27'),(1575,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2022-02-11 08:12:05'),(1576,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #521 - BMSVJPXOL',1,'2022-02-11 08:52:46'),(1577,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-02-11 08:52:50'),(1578,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-02-11 08:52:53'),(1579,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2022-02-11 11:55:08'),(1580,'marius.gudauskis@invertus.eu','order_canceled','[mollie17] Canceled',1,'2022-02-11 12:00:06'),(1581,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #522 - FATKDAMTQ',1,'2022-02-17 07:51:14'),(1582,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-17 07:51:26'),(1583,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Confirmation de commande',4,'2022-02-17 07:51:29'),(1584,'marius.gudauskis@invertus.eu','payment','[mollie17] Paiement accepté',4,'2022-02-17 08:24:13'),(1585,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',2,'2022-02-17 12:54:05'),(1586,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #523 - LNRVHYFSN',1,'2022-02-17 12:54:07'),(1587,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-02-17 12:54:11'),(1588,'marius.gudauskis@invertus.eu','outofstock','[mollie17] Užlaikyta (sumokėta)',2,'2022-02-17 12:54:13'),(1589,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-02-17 12:54:16'),(1590,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-02-22 12:20:41'),(1591,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-02-22 12:20:43'),(1592,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-02-22 12:20:45'),(1593,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-02-22 12:29:45'),(1594,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #524 - UCNXAOOAF',1,'2022-02-22 12:29:46'),(1595,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-02-22 12:29:50'),(1596,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-02-22 12:29:52'),(1597,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-02-22 12:29:55'),(1598,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #525 - IHTNMVVGK',1,'2022-03-01 12:14:16'),(1599,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #526 - PTPXVYIHL',1,'2022-03-01 12:14:58'),(1600,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #527 - KJINXRFTU',1,'2022-03-01 12:22:11'),(1601,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #528 - TLVBFXYEQ',1,'2022-03-01 12:29:27'),(1602,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #529 - OBUSOKUGB',1,'2022-03-07 08:17:23'),(1603,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-03-14 09:41:36'),(1604,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #530 - HXOQKTAKQ',1,'2022-03-14 09:41:40'),(1605,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2022-03-14 09:41:42'),(1606,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2022-03-14 09:41:44'),(1607,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-14 09:41:46'),(1608,'nugalejau@gmail.com','account','[mollie17] Welcome!',1,'2022-03-14 10:52:10'),(1609,'marius.gudauskis@invertus.eu','newcustomerpro','[mollie17] New professional account',1,'2022-03-14 10:52:12'),(1610,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-03-14 10:57:23'),(1611,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #531 - OPWWOGSIZ',1,'2022-03-14 10:57:25'),(1612,'nugalejau@gmail.com','cheque','[mollie17] Awaiting check payment',1,'2022-03-14 10:57:27'),(1613,'nugalejau@gmail.com','outofstock','[mollie17] On backorder (not paid)',1,'2022-03-14 10:57:28'),(1614,'nugalejau@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-14 10:57:30'),(1615,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-03-14 11:04:19'),(1616,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #532 - ZQMJNGGON',1,'2022-03-14 11:04:21'),(1617,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-03-14 11:10:54'),(1618,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #533 - MGHLFTFRP',1,'2022-03-14 11:10:56'),(1619,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #534 - TJLISNGBP',1,'2022-03-14 13:28:39'),(1620,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #535 - BVXQCYOIT',1,'2022-03-14 14:51:37'),(1621,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #536 - RHUAXJIXD',1,'2022-03-14 15:05:27'),(1622,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #537 - RRSCTFDRD',1,'2022-03-14 15:06:54'),(1623,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #538 - LJSGYBYUB',1,'2022-03-15 12:34:23'),(1624,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 12:34:32'),(1625,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 12:34:39'),(1626,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #539 - HWTQCSLZJ',1,'2022-03-15 12:35:09'),(1627,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 12:35:13'),(1628,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 12:35:16'),(1629,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #540 - GAPMIAWNR',1,'2022-03-15 12:44:41'),(1630,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 12:44:51'),(1631,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 12:44:58'),(1632,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #541 - QIFXDLBSU',1,'2022-03-15 12:47:39'),(1633,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 12:47:47'),(1634,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 12:47:54'),(1635,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #542 - URNDHUSOG',1,'2022-03-15 12:52:37'),(1636,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 12:52:46'),(1637,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 12:52:53'),(1638,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #543 - PZVYRDPNM',1,'2022-03-15 14:15:24'),(1639,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 14:15:28'),(1640,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 14:15:32'),(1641,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #544 - XEXBXRWLX',1,'2022-03-15 14:26:21'),(1642,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-15 14:26:26'),(1643,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-15 14:26:30'),(1644,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #545 - HPHOLMWOD',1,'2022-03-21 09:11:57'),(1645,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:12:01'),(1646,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:12:04'),(1647,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #546 - TWBEPBIIW',1,'2022-03-21 09:12:52'),(1648,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:13:01'),(1649,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:13:08'),(1650,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #547 - QIQQBFLMN',1,'2022-03-21 09:14:16'),(1651,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:14:25'),(1652,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:14:31'),(1653,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #548 - WZFMTPAWM',1,'2022-03-21 09:16:00'),(1654,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:16:09'),(1655,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:16:15'),(1656,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #549 - UDMXVJEMR',1,'2022-03-21 09:18:00'),(1657,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:18:09'),(1658,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:18:15'),(1659,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #550 - KJCHDDHWM',1,'2022-03-21 09:20:12'),(1660,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:20:21'),(1661,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:20:27'),(1662,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #551 - WIMQNNGHE',1,'2022-03-21 09:23:09'),(1663,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:23:18'),(1664,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:23:26'),(1665,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #552 - IETJRPJWB',1,'2022-03-21 09:23:58'),(1666,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:24:02'),(1667,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:24:05'),(1668,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #553 - HBTUYMUPH',1,'2022-03-21 09:25:58'),(1669,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:26:01'),(1670,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:26:03'),(1671,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #554 - MLOYDIOSX',1,'2022-03-21 09:27:43'),(1672,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:27:52'),(1673,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:27:59'),(1674,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #555 - FNEESXZSY',1,'2022-03-21 09:31:00'),(1675,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:31:03'),(1676,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:31:06'),(1677,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #556 - RGGVOLQZU',1,'2022-03-21 09:32:34'),(1678,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:32:43'),(1679,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:32:50'),(1680,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #557 - DVWCRFDFC',1,'2022-03-21 09:37:19'),(1681,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:37:22'),(1682,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:37:25'),(1683,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #558 - LBFAWCPPZ',1,'2022-03-21 09:41:23'),(1684,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:41:26'),(1685,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:41:29'),(1686,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #559 - JJMFXPZMN',1,'2022-03-21 09:42:00'),(1687,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:42:03'),(1688,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:42:06'),(1689,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #560 - RLNXQHWPW',1,'2022-03-21 09:43:42'),(1690,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:43:45'),(1691,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:43:49'),(1692,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #561 - DIQOUVWXY',1,'2022-03-21 09:47:05'),(1693,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:47:09'),(1694,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:47:13'),(1695,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #562 - UXMKOTLKC',1,'2022-03-21 09:48:43'),(1696,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:48:46'),(1697,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:48:48'),(1698,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #563 - JPFYGAVND',1,'2022-03-21 09:52:05'),(1699,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:52:09'),(1700,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:52:12'),(1701,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #564 - BOTPDDQYM',1,'2022-03-21 09:53:39'),(1702,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:53:42'),(1703,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:53:45'),(1704,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #565 - KNQIVQTPD',1,'2022-03-21 09:57:20'),(1705,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:57:23'),(1706,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:57:26'),(1707,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #566 - PXXLAHQTW',1,'2022-03-21 09:59:12'),(1708,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 09:59:16'),(1709,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 09:59:19'),(1710,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #567 - INZZDDSTJ',1,'2022-03-21 10:01:21'),(1711,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 10:01:24'),(1712,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 10:01:26'),(1713,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #568 - UCOCXCRYW',1,'2022-03-21 10:03:37'),(1714,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 10:03:40'),(1715,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 10:03:43'),(1716,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #569 - BHURJUPLK',1,'2022-03-21 10:11:05'),(1717,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 10:11:14'),(1718,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 10:11:21'),(1719,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #570 - PUQZTWGAF',1,'2022-03-21 11:25:19'),(1720,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 11:25:22'),(1721,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 11:25:26'),(1722,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #571 - IVRPWQSVT',1,'2022-03-21 11:38:45'),(1723,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 11:38:48'),(1724,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 11:38:51'),(1725,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #572 - TUOEMDIIL',1,'2022-03-21 14:21:14'),(1726,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-21 14:21:34'),(1727,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-21 14:21:40'),(1728,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #573 - RBRGFYNDE',1,'2022-03-21 14:30:04'),(1729,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-21 14:30:08'),(1730,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-21 14:30:11'),(1731,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #574 - FRFMTNZAI',1,'2022-03-21 14:31:13'),(1732,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-21 14:31:23'),(1733,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-21 14:31:31'),(1734,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #575 - OHYJMUDRT',1,'2022-03-21 14:40:52'),(1735,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-21 14:40:56'),(1736,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-21 14:41:00'),(1737,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #576 - LLZINQNAW',1,'2022-03-21 14:41:29'),(1738,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-21 14:41:33'),(1739,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-21 14:41:36'),(1740,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #577 - HQUACFCNQ',1,'2022-03-21 14:51:45'),(1741,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2022-03-21 14:51:47'),(1742,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #578 - KLOZQRGFK',1,'2022-03-21 14:52:54'),(1743,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2022-03-21 14:52:56'),(1744,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #579 - DGBOGBJAA',1,'2022-03-22 08:01:35'),(1745,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 08:01:45'),(1746,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 08:01:53'),(1747,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #580 - BHLLLRZTK',1,'2022-03-22 08:05:22'),(1748,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 08:05:26'),(1749,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 08:05:30'),(1750,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #581 - RZEIXHGEI',1,'2022-03-22 08:23:19'),(1751,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 08:23:22'),(1752,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 08:23:25'),(1753,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #582 - INXGRRINP',1,'2022-03-22 08:30:32'),(1754,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 08:30:35'),(1755,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 08:30:39'),(1756,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #583 - GHHFPGXBU',1,'2022-03-22 09:21:51'),(1757,'marius.gudauskis@invertus.eu','payment_error','[mollie17] Payment error',1,'2022-03-22 09:21:53'),(1758,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 09:21:57'),(1759,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 09:22:00'),(1760,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #584 - RWHTUVYVC',1,'2022-03-22 09:24:32'),(1761,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 09:24:41'),(1762,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 09:24:48'),(1763,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #585 - VHBSMQUIE',1,'2022-03-22 09:25:36'),(1764,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 09:25:40'),(1765,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 09:25:43'),(1766,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #586 - AAKASJTIU',1,'2022-03-22 11:55:06'),(1767,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 11:55:09'),(1768,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 11:55:13'),(1769,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #587 - JOOKGKMRL',1,'2022-03-22 11:56:38'),(1770,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 11:56:42'),(1771,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 11:56:45'),(1772,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #588 - KWXMYIWYA',1,'2022-03-22 11:58:04'),(1773,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 11:58:07'),(1774,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 11:58:10'),(1775,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #589 - SPKNPBICP',1,'2022-03-22 11:59:24'),(1776,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 11:59:27'),(1777,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 11:59:30'),(1778,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #590 - HXAZQGNJC',1,'2022-03-22 12:04:57'),(1779,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 12:05:00'),(1780,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 12:05:03'),(1781,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #591 - KXIQDOESB',1,'2022-03-22 12:10:09'),(1782,'ec.bayon@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 12:10:13'),(1783,'ec.bayon@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 12:10:15'),(1784,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #592 - UNAJBLFXS',1,'2022-03-22 12:16:56'),(1785,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 12:16:59'),(1786,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 12:17:02'),(1787,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #593 - REIQFHAOV',1,'2022-03-22 12:20:52'),(1788,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 12:20:55'),(1789,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 12:20:58'),(1790,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #594 - OEXFPHUQM',1,'2022-03-22 12:23:55'),(1791,'ec.bayon@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 12:23:58'),(1792,'ec.bayon@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 12:24:01'),(1793,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #595 - XKXXHKLFJ',1,'2022-03-22 12:25:00'),(1794,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 12:25:03'),(1795,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 12:25:06'),(1796,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #596 - LIHXVNBQW',1,'2022-03-22 13:50:21'),(1797,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 13:50:25'),(1798,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 13:50:28'),(1799,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #597 - IIWKGZVAK',1,'2022-03-22 14:02:58'),(1800,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 14:03:04'),(1801,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 14:03:08'),(1802,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #598 - LUFYYZKMO',1,'2022-03-22 14:47:27'),(1803,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-22 14:47:30'),(1804,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-22 14:47:33'),(1805,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #599 - PUVWQVQMH',1,'2022-03-22 14:53:46'),(1806,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 14:53:49'),(1807,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 14:53:52'),(1808,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #600 - CZLMIFIOH',1,'2022-03-22 14:55:46'),(1809,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 14:55:52'),(1810,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 14:55:57'),(1811,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #601 - ZXKFFRFGP',1,'2022-03-22 14:58:59'),(1812,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 14:59:02'),(1813,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 14:59:06'),(1814,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #602 - KWMSDOLBY',1,'2022-03-22 15:00:27'),(1815,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-22 15:00:33'),(1816,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-22 15:00:38'),(1817,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #603 - DEGEIFDYB',1,'2022-03-23 09:36:41'),(1818,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-23 09:36:44'),(1819,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-23 09:36:48'),(1820,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #604 - PKWPRNHSC',1,'2022-03-23 09:58:43'),(1821,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-23 09:58:46'),(1822,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-23 09:58:49'),(1823,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #605 - VETSLFSLN',1,'2022-03-23 10:01:14'),(1824,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-23 10:01:17'),(1825,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-23 10:01:20'),(1826,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #606 - DOQEMDDBJ',1,'2022-03-23 10:04:41'),(1827,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-23 10:04:44'),(1828,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-23 10:04:48'),(1829,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #607 - GSREIJYLK',1,'2022-03-25 08:01:57'),(1830,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-25 08:02:01'),(1831,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:02:04'),(1832,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #608 - ZAHIDCMNP',1,'2022-03-25 08:02:45'),(1833,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-25 08:02:49'),(1834,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:02:52'),(1835,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #609 - OMCGJAWGV',1,'2022-03-25 08:09:39'),(1836,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-25 08:09:43'),(1837,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:09:47'),(1838,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #610 - RFWDFTBCJ',1,'2022-03-25 08:34:12'),(1839,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:34:16'),(1840,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:34:20'),(1841,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #611 - CXQEVAIAE',1,'2022-03-25 08:36:53'),(1842,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:36:57'),(1843,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:37:00'),(1844,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #612 - BYUZRRGUG',1,'2022-03-25 08:42:35'),(1845,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:42:39'),(1846,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:42:42'),(1847,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #613 - PJRFCGYZQ',1,'2022-03-25 08:44:14'),(1848,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:44:18'),(1849,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:44:21'),(1850,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #614 - LGVNCQGPF',1,'2022-03-25 08:45:42'),(1851,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:45:46'),(1852,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:45:49'),(1853,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #615 - ZSBATGIDV',1,'2022-03-25 08:46:50'),(1854,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:46:53'),(1855,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:46:56'),(1856,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #616 - FOOAJAFXV',1,'2022-03-25 08:48:44'),(1857,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 08:48:47'),(1858,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 08:48:51'),(1859,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #617 - RNJKIHIKN',1,'2022-03-25 09:27:23'),(1860,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 09:27:26'),(1861,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 09:27:30'),(1862,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #618 - LRWNPMYXW',1,'2022-03-25 10:43:15'),(1863,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-03-25 10:43:19'),(1864,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-03-25 10:43:22'),(1865,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #619 - BEYPJZRYW',1,'2022-03-25 10:47:39'),(1866,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 10:47:43'),(1867,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 10:47:46'),(1868,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #620 - ILAXLVQTB',1,'2022-03-25 10:48:50'),(1869,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 10:48:54'),(1870,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 10:48:57'),(1871,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #621 - IRIRQDAAU',1,'2022-03-25 11:28:39'),(1872,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-25 11:28:43'),(1873,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-25 11:28:46'),(1874,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #622 - FGXVDVNIN',1,'2022-03-29 09:01:19'),(1875,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-29 09:01:21'),(1876,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-29 09:01:23'),(1877,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #623 - YAIADBNSL',1,'2022-03-29 14:19:27'),(1878,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-03-29 14:19:29'),(1879,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-03-29 14:19:32'),(1880,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #624 - FHTEHHGVI',1,'2022-04-04 07:07:13'),(1881,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-04-04 07:07:16'),(1882,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-04-04 07:07:21'),(1883,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #625 - YKVKYZTDV',1,'2022-04-04 07:09:30'),(1884,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-04-04 07:09:32'),(1885,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-04-04 07:09:36'),(1886,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #626 - QJRVCSGVH',1,'2022-04-04 07:10:27'),(1887,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-04-04 07:10:29'),(1888,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-04-04 07:10:33'),(1889,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #627 - YOMERCBDB',1,'2022-04-04 07:11:26'),(1890,'zggsgz@gmail.com','payment_error','[mollie17] Payment error',1,'2022-04-04 07:11:28'),(1891,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #628 - YSHUAROIJ',1,'2022-04-04 07:21:48'),(1892,'zggsgz@gmail.com','payment_error','[mollie17] Payment error',1,'2022-04-04 07:21:50'),(1893,'marius.gudauskissssss@invertus.eu','account','[mollie17] Welcome!',1,'2022-04-04 07:29:58'),(1894,'marius.gudauskis@invertus.eu','account','[mollie17] Welcome!',1,'2022-04-04 07:37:19'),(1895,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-04-04 07:38:59'),(1896,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #629 - UJSVAZFJC',1,'2022-04-04 07:39:01'),(1897,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-04 07:39:06'),(1898,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-04-04 07:39:08'),(1899,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-04 07:39:11'),(1900,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-04-04 07:48:21'),(1901,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #630 - YCLROXVYP',1,'2022-04-04 07:48:23'),(1902,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2022-04-04 07:48:26'),(1903,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-04 07:48:28'),(1904,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-04-04 07:48:30'),(1905,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #631 - OQCMVNKOD',1,'2022-04-04 08:12:04'),(1906,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-04 08:12:11'),(1907,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-04 08:12:16'),(1908,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #632 - LMVWNNLVY',1,'2022-04-04 08:14:30'),(1909,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-04 08:14:32'),(1910,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-04 08:14:36'),(1911,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #633 - UBXSJPEQX',1,'2022-04-04 08:19:44'),(1912,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-04 08:19:46'),(1913,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-04 08:19:51'),(1914,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #634 - MDKGIDNKY',1,'2022-04-04 08:20:54'),(1915,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-04 08:20:57'),(1916,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-04 08:21:01'),(1917,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #635 - SQJIYRKPZ',1,'2022-04-04 12:01:00'),(1918,'marius.gudauskis@invertus.eu','payment','[mollie17] Zahlung eingegangen',5,'2022-04-04 12:01:04'),(1919,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Bestätigung der Bestellung',5,'2022-04-04 12:01:08'),(1920,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-04-05 07:04:28'),(1921,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #636 - UWIZGFDGD',1,'2022-04-05 07:04:31'),(1922,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2022-04-05 07:04:33'),(1923,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 07:04:35'),(1924,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-04-05 07:04:37'),(1925,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #637 - VDBRMWUGD',1,'2022-04-05 07:06:15'),(1926,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 07:08:22'),(1927,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 07:08:28'),(1928,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #638 - KHNQLPUIJ',1,'2022-04-05 07:11:13'),(1929,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 07:13:34'),(1930,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 07:13:40'),(1931,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #639 - HEDRTVEYP',1,'2022-04-05 07:15:33'),(1932,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 07:15:35'),(1933,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 07:15:39'),(1934,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #640 - TTQHWYMDO',1,'2022-04-05 07:28:19'),(1935,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-04-05 07:28:21'),(1936,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-04-05 07:28:25'),(1937,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #641 - XRWQLZPBP',1,'2022-04-05 07:52:53'),(1938,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-04-05 07:52:56'),(1939,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-04-05 07:53:00'),(1940,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #642 - SGBMUDJQY',1,'2022-04-05 08:05:38'),(1941,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',1,'2022-04-05 08:05:40'),(1942,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',1,'2022-04-05 08:05:44'),(1943,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #643 - EIPCTGOWP',1,'2022-04-05 08:06:51'),(1944,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 08:06:53'),(1945,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 08:06:57'),(1946,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #644 - IDXYSNRLI',1,'2022-04-05 08:47:01'),(1947,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #645 - EKELPKHAN',1,'2022-04-05 08:56:15'),(1948,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-04-05 08:59:51'),(1949,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #646 - KIECFILQJ',1,'2022-04-05 08:59:54'),(1950,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2022-04-05 08:59:56'),(1951,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 09:00:19'),(1952,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-04-05 09:00:21'),(1953,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #647 - TJXRSWITO',1,'2022-04-05 09:01:42'),(1954,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 09:01:44'),(1955,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 09:01:48'),(1956,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #648 - ARFLMSPFP',1,'2022-04-05 10:56:20'),(1957,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 10:57:24'),(1958,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 10:58:07'),(1959,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #649 - OKILRFWIQ',1,'2022-04-05 10:58:44'),(1960,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 10:58:46'),(1961,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 10:58:50'),(1962,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #650 - ZBVOTOFEA',1,'2022-04-05 11:01:20'),(1963,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #651 - PCFZGGZEY',1,'2022-04-05 11:02:45'),(1964,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 11:02:48'),(1965,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 11:02:52'),(1966,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #652 - CSAHYVZQE',1,'2022-04-05 11:11:46'),(1967,'marius.gudauskis@invertus.eu','cheque','[mollie17] Awaiting check payment',1,'2022-04-05 11:11:49'),(1968,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 11:11:51'),(1969,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 11:12:10'),(1970,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-04-05 11:13:14'),(1971,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #653 - ZRMBIOXRW',1,'2022-04-05 11:13:16'),(1972,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-05 11:13:21'),(1973,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-04-05 11:13:23'),(1974,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-05 11:13:27'),(1975,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-04-11 10:10:11'),(1976,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #654 - LYCNPMTKV',1,'2022-04-11 10:10:13'),(1977,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-04-11 10:10:17'),(1978,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-04-11 10:10:19'),(1979,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-04-11 10:10:23'),(1980,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #655 - QUPZLWQKG',1,'2022-04-19 07:49:36'),(1981,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',2,'2022-04-19 07:49:38'),(1982,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 07:49:42'),(1983,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #656 - PYIZSAYZV',1,'2022-04-19 07:51:58'),(1984,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',2,'2022-04-19 07:52:00'),(1985,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 07:52:04'),(1986,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #657 - NTMREJSEV',1,'2022-04-19 07:58:20'),(1987,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',2,'2022-04-19 07:58:22'),(1988,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 07:58:26'),(1989,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #658 - EQBQNNHIN',1,'2022-04-19 07:59:23'),(1990,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 07:59:25'),(1991,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 07:59:29'),(1992,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #659 - YAMNTEZTE',1,'2022-04-19 08:13:04'),(1993,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 08:13:06'),(1994,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 08:13:11'),(1995,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #660 - TZBRKEXZJ',1,'2022-04-19 08:13:57'),(1996,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 08:13:59'),(1997,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 08:14:04'),(1998,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #661 - AGGBRHASS',1,'2022-04-19 09:11:48'),(1999,'ec.bayon@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 09:11:51'),(2000,'ec.bayon@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 09:11:55'),(2001,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #662 - DLMERVIVF',1,'2022-04-19 09:11:56'),(2002,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 09:11:59'),(2003,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 09:12:03'),(2004,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #663 - VONSKOIUV',1,'2022-04-19 11:17:44'),(2005,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:17:46'),(2006,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:17:49'),(2007,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #664 - QCLUQURMG',1,'2022-04-19 11:20:46'),(2008,'ec.bayon@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:20:48'),(2009,'ec.bayon@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:20:52'),(2010,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #665 - CTMUKYFRB',1,'2022-04-19 11:31:28'),(2011,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:31:30'),(2012,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:31:34'),(2013,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #666 - ZFAVMAGKM',1,'2022-04-19 11:33:14'),(2014,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:33:16'),(2015,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:33:20'),(2016,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #667 - PDQKASHOX',1,'2022-04-19 11:35:32'),(2017,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:35:34'),(2018,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:35:38'),(2019,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #668 - EZHQUIZKT',1,'2022-04-19 11:45:51'),(2020,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:45:53'),(2021,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:45:56'),(2022,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #669 - ZRVQWUJQF',1,'2022-04-19 11:48:10'),(2023,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-19 11:48:13'),(2024,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-19 11:48:17'),(2025,'zggsgz@gmail.com','refund','[mollie17] Grąžinta',2,'2022-04-25 08:10:31'),(2026,'zggsgz@gmail.com','refund','[mollie17] Refunded',1,'2022-04-25 08:14:31'),(2027,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #670 - VJFSEVAUA',1,'2022-04-25 08:16:40'),(2028,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-25 08:16:42'),(2029,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-25 08:16:46'),(2030,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #671 - BSVONTJIN',1,'2022-04-25 08:21:49'),(2031,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-04-25 08:21:54'),(2032,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-25 08:22:03'),(2033,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #672 - CSJXNRADP',1,'2022-04-25 08:28:44'),(2034,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-04-25 08:28:48'),(2035,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-04-25 08:28:52'),(2036,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #673 - MMYTZYXZH',1,'2022-04-25 08:40:50'),(2037,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',2,'2022-04-25 08:40:52'),(2038,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-25 08:40:56'),(2039,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #674 - ZMQAOFJBR',1,'2022-04-25 08:43:42'),(2040,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',2,'2022-04-25 08:43:48'),(2041,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-25 08:43:52'),(2042,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #675 - THKNHTBCI',1,'2022-04-25 09:26:58'),(2043,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #676 - CAXJTYPGB',1,'2022-04-25 10:26:01'),(2044,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #677 - PUHRTHRKM',1,'2022-04-25 10:35:01'),(2045,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #678 - PBGWBWBSO',1,'2022-04-25 10:36:19'),(2046,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #679 - RMPTMXWGC',1,'2022-04-25 10:51:20'),(2047,'marius.gudauskis@invertus.eu','credit_slip','[mollie17] Naujas kreditinis dokumentas susijęs su Jūsų užsakymu',2,'2022-04-26 09:06:17'),(2048,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #680 - KNSGOSJZC',1,'2022-04-26 13:39:21'),(2049,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-26 13:39:25'),(2050,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-04-26 13:39:29'),(2051,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #681 - DBBAAFOUW',1,'2022-04-26 13:40:59'),(2052,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-04-26 13:41:05'),(2053,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-04-26 13:41:09'),(2054,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-05-02 07:02:27'),(2055,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #682 - BSDZHKUCD',1,'2022-05-02 07:02:29'),(2056,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 07:02:34'),(2057,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',1,'2022-05-02 07:02:36'),(2058,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 07:02:40'),(2059,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #683 - LHYUJOUNC',1,'2022-05-02 07:05:24'),(2060,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 07:05:30'),(2061,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 07:05:34'),(2062,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #684 - TJPIDLRME',1,'2022-05-02 07:56:16'),(2063,'tester@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 07:56:19'),(2064,'tester@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 07:56:23'),(2065,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #685 - TWTRUMWJT',1,'2022-05-02 07:57:34'),(2066,'test@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 07:57:36'),(2067,'test@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 07:57:40'),(2068,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #686 - MTMYURWNB',1,'2022-05-02 08:04:26'),(2069,'test2@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 08:04:28'),(2070,'test2@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 08:04:32'),(2071,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #687 - QHVPSETDU',1,'2022-05-02 08:28:03'),(2072,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 08:28:05'),(2073,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 08:28:09'),(2074,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #688 - YLQHJBUSE',1,'2022-05-02 08:35:06'),(2075,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 08:35:09'),(2076,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 08:35:13'),(2077,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #689 - HAOKAAGXF',1,'2022-05-02 08:37:52'),(2078,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 08:37:54'),(2079,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 08:37:58'),(2080,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #690 - YWYICKMKY',1,'2022-05-02 08:45:23'),(2081,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 08:45:25'),(2082,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 08:45:29'),(2083,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #691 - EUVSSDRJJ',1,'2022-05-02 09:04:26'),(2084,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 09:04:29'),(2085,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 09:04:33'),(2086,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #692 - PASUAEKKS',1,'2022-05-02 10:11:08'),(2087,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 10:11:12'),(2088,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 10:11:16'),(2089,'marius.gudauskis@invertus.eu','refund','[mollie17] Refunded',1,'2022-05-02 10:28:19'),(2090,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #693 - RBWZQMNSX',1,'2022-05-02 12:36:56'),(2091,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-05-02 12:37:00'),(2092,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-02 12:37:04'),(2093,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #694 - EBKBWVQTG',1,'2022-05-02 13:26:39'),(2094,'marius.gudauskis@invertus.eu','payment','[mollie17] Mokėjimas gautas',2,'2022-05-02 13:26:44'),(2095,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-02 13:26:48'),(2096,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #695 - JAVXTBEQF',1,'2022-05-02 13:28:34'),(2097,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-02 13:28:38'),(2098,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-02 13:28:42'),(2099,'zggsgz@gmail.com','refund','[mollie17] Refunded',1,'2022-05-02 13:41:16'),(2100,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #696 - KEWYLDEXP',1,'2022-05-03 08:59:18'),(2101,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-03 08:59:20'),(2102,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-03 08:59:24'),(2103,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #697 - XLNAJKAVY',1,'2022-05-03 11:46:31'),(2104,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-03 11:46:33'),(2105,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-03 11:46:37'),(2106,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #698 - YBUPGKKLF',1,'2022-05-03 11:48:38'),(2107,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-03 11:48:40'),(2108,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-03 11:48:44'),(2109,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #699 - QGVVOBECV',1,'2022-05-03 11:52:20'),(2110,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-03 11:52:26'),(2111,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-03 11:52:38'),(2112,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #700 - BINWJXRNJ',1,'2022-05-03 13:29:47'),(2113,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-03 13:29:49'),(2114,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-03 13:29:54'),(2115,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #701 - QYXJQDBGH',1,'2022-05-03 13:31:34'),(2116,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-03 13:31:37'),(2117,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-03 13:31:41'),(2118,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #702 - USLNFFMXK',1,'2022-05-04 13:52:07'),(2119,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 13:52:12'),(2120,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 13:52:16'),(2121,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #703 - VNFXAXQSR',1,'2022-05-04 14:08:21'),(2122,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 14:08:26'),(2123,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 14:08:30'),(2124,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #704 - FYKLMFGJD',1,'2022-05-04 14:09:16'),(2125,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 14:09:20'),(2126,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 14:09:24'),(2127,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #705 - PKRGJJWJE',1,'2022-05-04 14:19:42'),(2128,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 14:19:46'),(2129,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 14:19:50'),(2130,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #706 - XRZIELNBK',1,'2022-05-04 14:21:15'),(2131,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 14:21:19'),(2132,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 14:21:23'),(2133,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #707 - OBPYWRVTC',1,'2022-05-04 14:23:39'),(2134,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 14:23:43'),(2135,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 14:23:47'),(2136,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #708 - FDJNYYMOM',1,'2022-05-04 14:25:42'),(2137,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-04 14:25:46'),(2138,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-04 14:25:50'),(2139,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #709 - XRRAEIWKY',1,'2022-05-05 08:32:37'),(2140,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-05 08:32:42'),(2141,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-05 08:32:46'),(2142,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #710 - MLKEQJXSP',1,'2022-05-05 08:44:26'),(2143,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-05 08:44:30'),(2144,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-05 08:44:34'),(2145,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #711 - PFZILJONY',1,'2022-05-05 08:49:01'),(2146,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-05 08:49:05'),(2147,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-05 08:49:09'),(2148,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #712 - BBTVKTCRW',1,'2022-05-09 10:05:26'),(2149,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-09 10:05:30'),(2150,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-09 10:05:34'),(2151,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #713 - VPSKCGRXK',1,'2022-05-09 10:34:01'),(2152,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-09 10:34:03'),(2153,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-09 10:34:08'),(2154,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #714 - MZOVEGRGW',1,'2022-05-09 10:36:41'),(2155,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-09 10:36:43'),(2156,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-09 10:36:47'),(2157,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #715 - VSLYXCFDF',1,'2022-05-09 10:37:44'),(2158,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-09 10:37:46'),(2159,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-09 10:37:51'),(2160,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #716 - WZCWCNBYR',1,'2022-05-09 11:36:15'),(2161,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-09 11:36:17'),(2162,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-09 11:36:22'),(2163,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #717 - GBDJDVBCY',1,'2022-05-09 11:38:56'),(2164,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-09 11:39:00'),(2165,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-09 11:39:04'),(2166,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #718 - OYRBKKKWE',1,'2022-05-09 13:05:46'),(2167,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-09 13:05:48'),(2168,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-09 13:05:52'),(2169,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #719 - LZCLXTMPL',1,'2022-05-09 13:58:42'),(2170,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #720 - OUPCEPLYL',1,'2022-05-09 14:00:55'),(2171,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #721 - KNVFDNANA',1,'2022-05-09 14:05:37'),(2172,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #722 - EZMKEIQKU',1,'2022-05-09 14:08:51'),(2173,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-09 14:09:00'),(2174,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-09 14:09:07'),(2175,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #723 - BFACLPGHP',1,'2022-05-10 07:48:27'),(2176,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 07:55:33'),(2177,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 07:55:36'),(2178,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #724 - SHKVAMIFW',1,'2022-05-10 07:58:51'),(2179,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 07:58:54'),(2180,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 07:58:59'),(2181,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #725 - TKYKTBHPL',1,'2022-05-10 08:00:16'),(2182,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:01:07'),(2183,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:01:13'),(2184,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #726 - KHAMRNHSW',1,'2022-05-10 08:02:07'),(2185,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #727 - JTSDZWHCT',1,'2022-05-10 08:03:16'),(2186,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #728 - QARTZVUHV',1,'2022-05-10 08:04:17'),(2187,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:04:20'),(2188,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:04:21'),(2189,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:04:24'),(2190,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:04:25'),(2191,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #729 - NQWGSRRJY',1,'2022-05-10 08:16:43'),(2192,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:19:47'),(2193,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:19:51'),(2194,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #730 - SETZSHLQF',1,'2022-05-10 08:30:20'),(2195,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:30:23'),(2196,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:30:28'),(2197,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #731 - JIBTLYVCB',1,'2022-05-10 08:33:10'),(2198,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:33:14'),(2199,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:33:18'),(2200,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #732 - GKOELXGMQ',1,'2022-05-10 08:34:37'),(2201,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 08:34:40'),(2202,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 08:34:44'),(2203,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #733 - LQEROGMGN',1,'2022-05-10 11:08:28'),(2204,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:08:37'),(2205,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:08:41'),(2206,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #734 - TOEYZELHP',1,'2022-05-10 11:10:13'),(2207,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #735 - SGTXHKZEH',1,'2022-05-10 11:13:39'),(2208,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:20:18'),(2209,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:20:23'),(2210,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #736 - IFOISZEBI',1,'2022-05-10 11:25:45'),(2211,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:25:48'),(2212,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:25:52'),(2213,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #737 - ATVMZONGP',1,'2022-05-10 11:28:45'),(2214,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:28:48'),(2215,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:28:52'),(2216,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #738 - XJJUSWQZI',1,'2022-05-10 11:29:51'),(2217,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:29:54'),(2218,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:29:58'),(2219,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #739 - CLKGISQGJ',1,'2022-05-10 11:30:50'),(2220,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:30:53'),(2221,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:30:57'),(2222,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #740 - VVGNCWQTC',1,'2022-05-10 11:33:40'),(2223,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #741 - PRNPWVAHJ',1,'2022-05-10 11:34:32'),(2224,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #742 - AJHPKTFNY',1,'2022-05-10 11:39:07'),(2225,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #743 - AGKDVLHIX',1,'2022-05-10 11:41:51'),(2226,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:41:57'),(2227,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:42:01'),(2228,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #744 - OIHIPQHBZ',1,'2022-05-10 11:42:34'),(2229,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:42:40'),(2230,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:42:44'),(2231,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #745 - PARACQZEA',1,'2022-05-10 11:43:08'),(2232,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',1,'2022-05-10 11:43:10'),(2233,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',1,'2022-05-10 11:43:14'),(2234,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #746 - PBZLTTCVN',1,'2022-05-10 13:15:18'),(2235,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-10 13:15:22'),(2236,'zggsgz@gmail.com','order_conf','[mollie17] Užsakymo patvirtinimas',2,'2022-05-10 13:15:26'),(2237,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #747 - SDIFLFATR',1,'2022-05-10 13:16:23'),(2238,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',2,'2022-05-10 13:16:26'),(2239,'zggsgz@gmail.com','payment','[mollie17] Mokėjimas gautas',2,'2022-05-10 13:16:30'),(2240,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #748 - WHEWNVYOA',1,'2022-05-23 07:16:28'),(2241,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',12,'2022-05-23 07:16:31'),(2242,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',12,'2022-05-23 07:16:34'),(2243,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',12,'2022-05-23 07:16:37'),(2244,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #749 - RDNUMVQDH',1,'2022-05-23 07:17:53'),(2245,'marius.gudauskis@invertus.eu','payment','[mollie17] Payment accepted',12,'2022-05-23 07:17:58'),(2246,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (paid)',12,'2022-05-23 07:18:00'),(2247,'marius.gudauskis@invertus.eu','order_conf','[mollie17] Order confirmation',12,'2022-05-23 07:18:03'),(2248,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #750 - JPCPUQMFS',1,'2022-05-23 14:08:13'),(2249,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',12,'2022-05-23 14:08:16'),(2250,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',12,'2022-05-23 14:08:19'),(2251,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #751 - UMUKYXORW',1,'2022-05-24 08:49:31'),(2252,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',12,'2022-05-24 08:49:37'),(2253,'zggsgz@gmail.com','outofstock','[mollie17] On backorder (paid)',12,'2022-05-24 08:49:39'),(2254,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',12,'2022-05-24 08:49:42'),(2255,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #752 - AEDRWHMXS',1,'2022-05-24 09:00:20'),(2256,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',12,'2022-05-24 09:00:23'),(2257,'zggsgz@gmail.com','outofstock','[mollie17] On backorder (paid)',12,'2022-05-24 09:00:25'),(2258,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',12,'2022-05-24 09:00:29'),(2259,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #753 - MVJQJQSIK',1,'2022-05-24 09:01:34'),(2260,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',12,'2022-05-24 09:01:37'),(2261,'zggsgz@gmail.com','outofstock','[mollie17] On backorder (paid)',12,'2022-05-24 09:01:39'),(2262,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',12,'2022-05-24 09:01:43'),(2263,'zggsgz@gmail.com','cheque','[mollie17] Awaiting check payment',12,'2022-05-25 11:02:48'),(2264,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #754 - ESYTYGHWF',1,'2022-05-31 07:11:33'),(2265,'zggsgz@gmail.com','payment','[mollie17] Payment accepted',12,'2022-05-31 07:11:37'),(2266,'zggsgz@gmail.com','outofstock','[mollie17] On backorder (paid)',12,'2022-05-31 07:11:39'),(2267,'zggsgz@gmail.com','order_conf','[mollie17] Order confirmation',12,'2022-05-31 07:11:42'),(2268,'marius.gudauskis@invertus.eu','account','[mollie17] Welcome!',1,'2022-05-31 12:16:42'),(2269,'marius.gudauskis@invertus.eu','productoutofstock','[mollie17] Product out of stock',1,'2022-05-31 13:39:08'),(2270,'marius.gudauskis@invertus.eu','new_order','[mollie17] New order : #755 - RIACSEDER',1,'2022-05-31 13:39:10'),(2271,'marius.gudauskis@invertus.eu','outofstock','[mollie17] On backorder (not paid)',1,'2022-05-31 13:39:12'),(2272,'zggsgz@gmail.com','order_canceled','[mollie17] Canceled',1,'2022-06-07 08:36:12'); -/*!40000 ALTER TABLE `ps_mail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mailalert_customer_oos` --- - -DROP TABLE IF EXISTS `ps_mailalert_customer_oos`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mailalert_customer_oos` ( - `id_customer` int(10) unsigned NOT NULL, - `customer_email` varchar(128) NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_customer`,`customer_email`,`id_product`,`id_product_attribute`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mailalert_customer_oos` --- - -LOCK TABLES `ps_mailalert_customer_oos` WRITE; -/*!40000 ALTER TABLE `ps_mailalert_customer_oos` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mailalert_customer_oos` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_manufacturer` --- - -DROP TABLE IF EXISTS `ps_manufacturer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_manufacturer` ( - `id_manufacturer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_manufacturer`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_manufacturer` --- - -LOCK TABLES `ps_manufacturer` WRITE; -/*!40000 ALTER TABLE `ps_manufacturer` DISABLE KEYS */; -INSERT INTO `ps_manufacturer` VALUES (1,'Studio Design','2020-11-03 14:11:35','2020-11-03 14:11:35',1),(2,'Graphic Corner','2020-11-03 14:11:35','2020-11-03 14:11:35',1); -/*!40000 ALTER TABLE `ps_manufacturer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_manufacturer_lang` --- - -DROP TABLE IF EXISTS `ps_manufacturer_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_manufacturer_lang` ( - `id_manufacturer` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `description` text, - `short_description` text, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_manufacturer`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_manufacturer_lang` --- - -LOCK TABLES `ps_manufacturer_lang` WRITE; -/*!40000 ALTER TABLE `ps_manufacturer_lang` DISABLE KEYS */; -INSERT INTO `ps_manufacturer_lang` VALUES (1,1,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,3,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,4,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,5,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,6,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,7,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,8,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,9,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,10,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,11,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,12,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(1,13,'

Studio Design offers a range of items from ready-to-wear collections to contemporary objects. The brand has been presenting new ideas and trends since its creation in 2012.

','','','',''),(2,1,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,3,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,4,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,5,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,6,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,7,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,8,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,9,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,10,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,11,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,12,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''),(2,13,'

Since 2010, Graphic Corner offers a large choice of quality posters, available on paper and many other formats.

','','','',''); -/*!40000 ALTER TABLE `ps_manufacturer_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_manufacturer_shop` --- - -DROP TABLE IF EXISTS `ps_manufacturer_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_manufacturer_shop` ( - `id_manufacturer` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_manufacturer`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_manufacturer_shop` --- - -LOCK TABLES `ps_manufacturer_shop` WRITE; -/*!40000 ALTER TABLE `ps_manufacturer_shop` DISABLE KEYS */; -INSERT INTO `ps_manufacturer_shop` VALUES (1,1),(2,1),(1,2),(2,2); -/*!40000 ALTER TABLE `ps_manufacturer_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_memcached_servers` --- - -DROP TABLE IF EXISTS `ps_memcached_servers`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_memcached_servers` ( - `id_memcached_server` int(11) unsigned NOT NULL AUTO_INCREMENT, - `ip` varchar(254) NOT NULL, - `port` int(11) unsigned NOT NULL, - `weight` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_memcached_server`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_memcached_servers` --- - -LOCK TABLES `ps_memcached_servers` WRITE; -/*!40000 ALTER TABLE `ps_memcached_servers` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_memcached_servers` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_message` --- - -DROP TABLE IF EXISTS `ps_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_message` ( - `id_message` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart` int(10) unsigned DEFAULT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_employee` int(10) unsigned DEFAULT NULL, - `id_order` int(10) unsigned NOT NULL, - `message` text NOT NULL, - `private` tinyint(1) unsigned NOT NULL DEFAULT '1', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_message`), - KEY `message_order` (`id_order`), - KEY `id_cart` (`id_cart`), - KEY `id_customer` (`id_customer`), - KEY `id_employee` (`id_employee`) -) ENGINE=InnoDB AUTO_INCREMENT=87 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_message` --- - -LOCK TABLES `ps_message` WRITE; -/*!40000 ALTER TABLE `ps_message` DISABLE KEYS */; -INSERT INTO `ps_message` VALUES (1,10,3,0,79,'Manual order -- Employee: M. Gudauskis',1,'2020-12-03 10:35:04'),(2,122,3,0,83,'Manual order -- Employee: M. Gudauskis',1,'2020-12-03 10:45:19'),(3,407,3,0,230,'Stripe Transaction ID: pi_1Io3pzLFLTOZKBrkw1NWh3zC',1,'2021-05-06 12:51:37'),(4,408,3,0,231,'Stripe Transaction ID: pi_1Io3vgLFLTOZKBrkL4DejIsr',1,'2021-05-06 12:56:27'),(5,261,3,0,250,'Manual order -- Employee: M. Gudauskis',1,'2021-06-17 14:55:21'),(6,475,3,0,263,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-29 16:26:52'),(7,476,3,0,264,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 09:14:55'),(8,477,3,0,265,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 09:16:50'),(9,478,3,0,266,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 09:43:17'),(10,479,3,0,267,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 09:47:47'),(11,480,3,0,268,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 09:50:47'),(12,481,3,0,269,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 10:02:30'),(13,482,3,0,270,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 11:25:48'),(14,483,3,0,271,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 11:32:22'),(15,484,3,0,272,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 11:38:12'),(16,485,3,0,273,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 11:41:31'),(17,486,3,0,274,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 11:47:25'),(18,487,3,0,275,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 11:51:50'),(19,488,3,0,276,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 12:25:22'),(20,489,3,0,277,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 12:26:25'),(21,490,3,0,278,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 12:28:58'),(22,491,3,0,279,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 12:53:04'),(23,492,3,0,280,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 15:46:03'),(24,493,3,0,281,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 16:09:58'),(25,494,3,0,282,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 16:13:48'),(26,495,3,0,283,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 16:15:43'),(27,496,3,0,284,'Warning: the secure key is empty, check your payment account before validation',1,'2021-07-30 16:38:49'),(28,497,3,0,285,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 11:26:56'),(29,498,3,0,286,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 11:34:12'),(30,499,3,0,287,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:03:06'),(31,500,3,0,288,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:05:05'),(32,501,3,0,289,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:17:23'),(33,502,3,0,290,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:21:25'),(34,503,3,0,291,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:27:26'),(35,504,3,0,292,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:29:30'),(36,505,3,0,293,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:31:57'),(37,506,3,0,294,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:33:45'),(38,507,3,0,295,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:36:55'),(39,508,3,0,296,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 12:38:22'),(40,509,3,0,297,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 15:37:24'),(41,510,3,0,298,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 15:38:35'),(42,511,3,0,299,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 15:40:00'),(43,514,9,0,300,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 15:55:51'),(44,512,3,0,301,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 15:56:07'),(45,515,3,0,302,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-05 16:03:45'),(46,516,3,0,303,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-06 09:53:08'),(47,517,3,0,304,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-06 11:32:54'),(48,518,3,0,305,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-06 11:44:48'),(49,519,3,0,306,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-06 13:28:18'),(50,521,3,0,307,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-09 16:33:57'),(51,522,3,0,308,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-10 10:35:58'),(52,523,3,0,309,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-10 10:37:20'),(53,525,3,0,310,'Warnung: Der sichere Schlüssel ist leer. Überprüfen Sie Ihre Zahlungskonto vor der Validierung',1,'2021-08-12 18:11:17'),(54,526,3,0,311,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-13 10:13:31'),(55,527,3,0,312,'Warning: the secure key is empty, check your payment account before validation',1,'2021-08-13 10:14:06'),(56,528,3,0,313,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:36:40'),(57,529,3,0,314,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:41:20'),(58,530,3,0,315,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:43:40'),(59,531,3,0,316,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:45:26'),(60,532,3,0,317,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:47:16'),(61,533,3,0,318,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:51:19'),(62,534,3,0,319,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:55:06'),(63,535,3,0,320,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 09:57:15'),(64,536,3,0,321,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 10:00:09'),(65,537,3,0,322,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 10:02:37'),(66,538,3,0,323,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 10:06:41'),(67,539,3,0,324,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 10:09:03'),(68,540,3,0,325,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-02 10:11:00'),(69,541,3,0,326,'Waarschuwing: de veiligheidssleutel is leeg, controleer uw betaalrekening voor goedkeuring',1,'2021-09-02 11:56:48'),(70,542,3,0,327,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-21 11:13:22'),(71,543,3,0,328,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-21 11:14:12'),(72,544,3,0,329,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-21 13:17:46'),(73,545,3,0,330,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-22 14:24:05'),(74,546,3,0,331,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-22 14:25:14'),(75,547,3,0,332,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-22 14:42:19'),(76,550,3,0,333,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-22 17:28:52'),(77,552,3,0,334,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-22 17:38:28'),(78,553,3,0,335,'Warning: the secure key is empty, check your payment account before validation',1,'2021-09-23 10:58:51'),(79,318,3,0,348,'Manual order -- Employee: M. Gudauskis',1,'2021-10-07 12:57:08'),(80,583,3,0,360,'Stripe Transaction ID: pi_3JkkDaLFLTOZKBrk1gGCoROP',1,'2021-10-15 09:48:51'),(81,584,3,0,361,'Stripe Transaction ID: pi_3JkkEpLFLTOZKBrk0TnGePf4',1,'2021-10-15 09:50:13'),(82,652,3,0,427,'Transact Code: TE9FYNN3TC - Transact Id: f3bcf65e-52e0-401d-b248-3fb977ff4e0f - Checkout Id: bf311944-a726-427a-83eb-06c878b8886d - Checkout Reference: PrestaShop-SumUp-61b1bf1794c3e-1639038743-id_card=652',1,'2021-12-09 10:40:16'),(83,653,3,0,428,'Transact Code: 1 - Transact Id: 1 - Checkout Id: f - Checkout Reference: PrestaShop-SumUp-61b1c1e43b469-1639039460-id_card=653',1,'2021-12-09 10:59:54'),(84,548,3,0,520,'Manual order -- Employee: M. Gudauskis',1,'2022-02-11 09:55:21'),(85,1321,9,0,786,'Manual order -- Employee: M. Gudauskis',1,'2022-07-26 17:11:12'),(86,1322,9,0,787,'Manual order -- Employee: M. Gudauskis',1,'2022-07-26 17:15:25'); -/*!40000 ALTER TABLE `ps_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_message_readed` --- - -DROP TABLE IF EXISTS `ps_message_readed`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_message_readed` ( - `id_message` int(10) unsigned NOT NULL, - `id_employee` int(10) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_message`,`id_employee`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_message_readed` --- - -LOCK TABLES `ps_message_readed` WRITE; -/*!40000 ALTER TABLE `ps_message_readed` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_message_readed` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_meta` --- - -DROP TABLE IF EXISTS `ps_meta`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_meta` ( - `id_meta` int(10) unsigned NOT NULL AUTO_INCREMENT, - `page` varchar(64) NOT NULL, - `configurable` tinyint(1) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_meta`), - UNIQUE KEY `page` (`page`) -) ENGINE=InnoDB AUTO_INCREMENT=68 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_meta` --- - -LOCK TABLES `ps_meta` WRITE; -/*!40000 ALTER TABLE `ps_meta` DISABLE KEYS */; -INSERT INTO `ps_meta` VALUES (1,'pagenotfound',1),(2,'best-sales',1),(3,'contact',1),(4,'index',1),(5,'manufacturer',1),(6,'new-products',1),(7,'password',1),(8,'prices-drop',1),(9,'sitemap',1),(10,'supplier',1),(11,'address',1),(12,'addresses',1),(13,'authentication',1),(14,'cart',1),(15,'discount',1),(16,'history',1),(17,'identity',1),(18,'my-account',1),(19,'order-follow',1),(20,'order-slip',1),(21,'order',1),(22,'search',1),(23,'stores',1),(24,'guest-tracking',1),(25,'order-confirmation',1),(26,'product',0),(27,'category',0),(28,'cms',0),(29,'module-cheque-payment',0),(30,'module-cheque-validation',0),(31,'module-bankwire-validation',0),(32,'module-bankwire-payment',0),(33,'module-cashondelivery-validation',0),(34,'module-ps_checkpayment-payment',1),(35,'module-ps_checkpayment-validation',1),(36,'module-ps_emailsubscription-verification',1),(37,'module-ps_emailsubscription-subscription',1),(38,'module-ps_shoppingcart-ajax',1),(39,'module-ps_wirepayment-payment',1),(40,'module-ps_wirepayment-validation',1),(45,'module-mollie-payment',1),(46,'module-mollie-return',1),(47,'module-mollie-webhook',1),(48,'module-mollie-qrcode',1),(49,'module-ps_emailalerts-account',1),(50,'module-stripe_official-orderFailure',1),(51,'module-stripe_official-stripeCards',1),(52,'module-pscartabandonmentpro-AdminCAPListing',1),(53,'module-pscartabandonmentpro-AdminCAPTarget',1),(54,'module-pscartabandonmentpro-AdminCAPDiscount',1),(55,'module-pscartabandonmentpro-AdminCAPTemplate',1),(56,'module-pscartabandonmentpro-AdminCAPReminder',1),(57,'module-pscartabandonmentpro-AdminCAPStatistics',1),(58,'module-pscartabandonmentpro-AdminCAPEmailTest',1),(59,'module-pscartabandonmentpro-FrontCAPCronJob',1),(60,'module-pscartabandonmentpro-FrontCAPUnsubscribeJob',1),(61,'module-pscartabandonmentpro-FrontCAPEmailVisualize',1),(62,'module-pscartabandonmentpro-FrontCAPEmailClickShopUrl',1),(63,'module-pscartabandonmentpro-FrontCAPEmailClickCartUrl',1),(64,'module-pscartabandonmentpro-FrontCAPEmailClickProductUrl',1),(65,'module-darique-account',1),(66,'module-ets_onepagecheckout-order',1),(67,'module-thecheckout-front',1); -/*!40000 ALTER TABLE `ps_meta` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_meta_lang` --- - -DROP TABLE IF EXISTS `ps_meta_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_meta_lang` ( - `id_meta` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `title` varchar(128) DEFAULT NULL, - `description` varchar(255) DEFAULT NULL, - `keywords` varchar(255) DEFAULT NULL, - `url_rewrite` varchar(254) NOT NULL, - PRIMARY KEY (`id_meta`,`id_shop`,`id_lang`), - KEY `id_shop` (`id_shop`), - KEY `id_lang` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_meta_lang` --- - -LOCK TABLES `ps_meta_lang` WRITE; -/*!40000 ALTER TABLE `ps_meta_lang` DISABLE KEYS */; -INSERT INTO `ps_meta_lang` VALUES (1,1,1,'404 error','This page cannot be found','','page-not-found'),(1,1,3,'404 fout','We hebben de pagina niet gevonden','','pagina-niet-gevonden'),(1,1,4,'Erreur 404','Impossible de trouver la page','','page-introuvable'),(1,1,5,'Fehler 404','Seite wurde nicht gefunden','','seite-nicht-gefunden'),(1,1,6,'404 error','This page cannot be found','','page-not-found'),(1,1,7,'404 错误','无法找到该页面','','页面未找到'),(1,1,8,'404 error','This page cannot be found','','page-not-found'),(1,1,9,'Błąd 404','Nie można odnaleźć strony','','nie-znaleziono-strony'),(1,1,10,'404 virhe','Sivua ei löytynyt','','sivua-ei-loydy'),(1,1,11,'404エラー','ページが見つかりませんでした。','','ページが見つかりません'),(1,1,12,'404 error','This page cannot be found','','page-not-found'),(1,1,13,'404 fejl','Denne side kan ikke findes','','side-ikke-fundet'),(1,2,1,'404 error','This page cannot be found','','page-not-found'),(1,2,3,'404 fout','We hebben de pagina niet gevonden','','pagina-niet-gevonden'),(1,2,4,'Erreur 404','Impossible de trouver la page','','page-introuvable'),(1,2,5,'Fehler 404','Seite wurde nicht gefunden','','seite-nicht-gefunden'),(1,2,6,'404 error','This page cannot be found','','page-not-found'),(1,2,7,'404 错误','无法找到该页面','','页面未找到'),(1,2,8,'404 error','This page cannot be found','','page-not-found'),(1,2,9,'Błąd 404','Nie można odnaleźć strony','','nie-znaleziono-strony'),(1,2,10,'404 virhe','Sivua ei löytynyt','','sivua-ei-loydy'),(1,2,11,'404エラー','ページが見つかりませんでした。','','ページが見つかりません'),(1,2,12,'404 error','This page cannot be found','','page-not-found'),(1,2,13,'404 fejl','Denne side kan ikke findes','','side-ikke-fundet'),(2,1,1,'Best sales','Our best sales','','best-sales'),(2,1,3,'Best verkochte artikelen','Onze best verkochte artikelen','','best-verkochte-artikelen'),(2,1,4,'Meilleures ventes','Nos meilleures ventes','','meilleures-ventes'),(2,1,5,'Verkaufshits','Verkaufshits','','verkaufshits'),(2,1,6,'Best sales','Our best sales','','best-sales'),(2,1,7,'最佳销售','我们的最佳销售','','最佳销售'),(2,1,8,'Best sales','Our best sales','','best-sales'),(2,1,9,'Najczęściej kupowane','Nasze najlepiej sprzedające się produkty','','najczesciej-kupowane'),(2,1,10,'Myydyimmät','Myydyimmät tuotteemme','','myydyimmat'),(2,1,11,'ベストセラー','当店のベストセラー','','ベストセラー'),(2,1,12,'Best sales','Our best sales','','best-sales'),(2,1,13,'Mest solgte','Vores bedste salg','','mest-solgte'),(2,2,1,'Best sales','Our best sales','','best-sales'),(2,2,3,'Best verkochte artikelen','Onze best verkochte artikelen','','best-verkochte-artikelen'),(2,2,4,'Meilleures ventes','Nos meilleures ventes','','meilleures-ventes'),(2,2,5,'Verkaufshits','Verkaufshits','','verkaufshits'),(2,2,6,'Best sales','Our best sales','','best-sales'),(2,2,7,'最佳销售','我们的最佳销售','','最佳销售'),(2,2,8,'Best sales','Our best sales','','best-sales'),(2,2,9,'Najczęściej kupowane','Nasze najlepiej sprzedające się produkty','','najczesciej-kupowane'),(2,2,10,'Myydyimmät','Myydyimmät tuotteemme','','myydyimmat'),(2,2,11,'ベストセラー','当店のベストセラー','','ベストセラー'),(2,2,12,'Best sales','Our best sales','','best-sales'),(2,2,13,'Mest solgte','Vores bedste salg','','mest-solgte'),(3,1,1,'Contact us','Use our form to contact us','','contact-us'),(3,1,3,'Contacteer ons','Neem contact met ons op via ons formulier','','contact-opnemen'),(3,1,4,'Contactez-nous','Utiliser le formulaire pour nous contacter','','nous-contacter'),(3,1,5,'Kontakt','Nutzen Sie unser Kontaktformular','','kontakt'),(3,1,6,'Hubungi kami','Use our form to contact us','','contact-us'),(3,1,7,'联系我们','使用我们的表格和我们联系','','联系我们'),(3,1,8,'Contact us','Use our form to contact us','','contact-us'),(3,1,9,'Kontakt z nami','Skorzystaj z formularza kontaktowego','','kontakt'),(3,1,10,'Ota meihin yhteyttä','Käytä lomaketta ottaaksesi meihin yhteyttä','','ota-yhteytta'),(3,1,11,'お問合せ','ご質問は問合せフォームをご利用ください。','','お問合せ'),(3,1,12,'Contact us','Use our form to contact us','','contact-us'),(3,1,13,'Kontakt os','Brug vores formular til at kontakte os','','kontakt-os'),(3,2,1,'Contact us','Use our form to contact us','','contact-us'),(3,2,3,'Contacteer ons','Neem contact met ons op via ons formulier','','contact-opnemen'),(3,2,4,'Contactez-nous','Utiliser le formulaire pour nous contacter','','nous-contacter'),(3,2,5,'Kontakt','Nutzen Sie unser Kontaktformular','','kontakt'),(3,2,6,'Hubungi kami','Use our form to contact us','','contact-us'),(3,2,7,'联系我们','使用我们的表格和我们联系','','联系我们'),(3,2,8,'Contact us','Use our form to contact us','','contact-us'),(3,2,9,'Kontakt z nami','Skorzystaj z formularza kontaktowego','','kontakt'),(3,2,10,'Ota meihin yhteyttä','Käytä lomaketta ottaaksesi meihin yhteyttä','','ota-yhteytta'),(3,2,11,'お問合せ','ご質問は問合せフォームをご利用ください。','','お問合せ'),(3,2,12,'Contact us','Use our form to contact us','','contact-us'),(3,2,13,'Kontakt os','Brug vores formular til at kontakte os','','kontakt-os'),(4,1,1,'','Shop powered by PrestaShop','',''),(4,1,3,'','Winkel gerund met behulp van PrestaShop','',''),(4,1,4,'','Boutique propulsée par PrestaShop','',''),(4,1,5,'','Powered by PrestaShop','',''),(4,1,6,'','Shop powered by PrestaShop','',''),(4,1,7,'','由 PrestaShop 技术支持的商店','',''),(4,1,8,'','Shop powered by PrestaShop','',''),(4,1,9,'','Sklep na oprogramowaniu PrestaShop','',''),(4,1,10,'','Kaupan pohjana toimii PrestaShop','',''),(4,1,11,'','\"Powered by Prestashop\"を表示','',''),(4,1,12,'','Shop powered by PrestaShop','',''),(4,1,13,'','Webshop system: PrestaShop','',''),(4,2,1,'','Shop powered by PrestaShop','',''),(4,2,3,'','Winkel gerund met behulp van PrestaShop','',''),(4,2,4,'','Boutique propulsée par PrestaShop','',''),(4,2,5,'','Powered by PrestaShop','',''),(4,2,6,'','Shop powered by PrestaShop','',''),(4,2,7,'','由 PrestaShop 技术支持的商店','',''),(4,2,8,'','Shop powered by PrestaShop','',''),(4,2,9,'','Sklep na oprogramowaniu PrestaShop','',''),(4,2,10,'','Kaupan pohjana toimii PrestaShop','',''),(4,2,11,'','\"Powered by Prestashop\"を表示','',''),(4,2,12,'','Shop powered by PrestaShop','',''),(4,2,13,'','Webshop system: PrestaShop','',''),(5,1,1,'Brands','Brands list','','brands'),(5,1,3,'Brands','Brands list','','brands'),(5,1,4,'Brands','Brands list','','brands'),(5,1,5,'Brands','Brands list','','brands'),(5,1,6,'Brands','Brands list','','brands'),(5,1,7,'Brands','Brands list','','brands'),(5,1,8,'Brands','Brands list','','brands'),(5,1,9,'Brands','Brands list','','brands'),(5,1,10,'Brands','Brands list','','brands'),(5,1,11,'Brands','Brands list','','brands'),(5,1,12,'Brands','Brands list','','brands'),(5,1,13,'Brands','Brands list','','brands'),(5,2,1,'Brands','Brands list','','brands'),(5,2,3,'Brands','Brands list','','brands'),(5,2,4,'Brands','Brands list','','brands'),(5,2,5,'Brands','Brands list','','brands'),(5,2,6,'Brands','Brands list','','brands'),(5,2,7,'Brands','Brands list','','brands'),(5,2,8,'Brands','Brands list','','brands'),(5,2,9,'Brands','Brands list','','brands'),(5,2,10,'Brands','Brands list','','brands'),(5,2,11,'Brands','Brands list','','brands'),(5,2,12,'Brands','Brands list','','brands'),(5,2,13,'Brands','Brands list','','brands'),(6,1,1,'New products','Our new products','','new-products'),(6,1,3,'Nieuwe producten','Onze nieuwe producten','','nieuwe-producten'),(6,1,4,'Nouveaux produits','Nos nouveaux produits','','nouveaux-produits'),(6,1,5,'Neue Artikel','Neue Artikel','','neue-artikel'),(6,1,6,'Produk baru','Our new products','','new-products'),(6,1,7,'本周新品','我们的新品','','新商品'),(6,1,8,'New products','Our new products','','new-products'),(6,1,9,'Nowe produkty','Nasze nowe produkty','','nowe-produkty'),(6,1,10,'Uudet tuotteet','Uudet tuotteemme','','uudet-tuotteet'),(6,1,11,'新しい商品','新着商品','','新着商品'),(6,1,12,'New products','Our new products','','new-products'),(6,1,13,'Nyheder','Vores nye varer','','nyheder'),(6,2,1,'New products','Our new products','','new-products'),(6,2,3,'Nieuwe producten','Onze nieuwe producten','','nieuwe-producten'),(6,2,4,'Nouveaux produits','Nos nouveaux produits','','nouveaux-produits'),(6,2,5,'Neue Artikel','Neue Artikel','','neue-artikel'),(6,2,6,'Produk baru','Our new products','','new-products'),(6,2,7,'本周新品','我们的新品','','新商品'),(6,2,8,'New products','Our new products','','new-products'),(6,2,9,'Nowe produkty','Nasze nowe produkty','','nowe-produkty'),(6,2,10,'Uudet tuotteet','Uudet tuotteemme','','uudet-tuotteet'),(6,2,11,'新しい商品','新着商品','','新着商品'),(6,2,12,'New products','Our new products','','new-products'),(6,2,13,'Nyheder','Vores nye varer','','nyheder'),(7,1,1,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,1,3,'Uw wachtwoord vergeten','Voer het e-mailadres in dat u heeft gebruikt voor uw aanmelding om een e-mail met een nieuw wachtwoord te ontvangen','','wachtwoord-opvragen'),(7,1,4,'Mot de passe oublié','Entrez l\'adresse e-mail que vous utilisez pour vous connecter afin de recevoir un e-mail avec un nouveau mot de passe','','recuperation-mot-de-passe'),(7,1,5,'Passwort vergessen?','Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.','','passwort-zuruecksetzen'),(7,1,6,'Lupa kata laluan anda','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,1,7,'忘记您的密码','Enter your e-mail address used to register in goal to get e-mail with your new password','','密码-恢复'),(7,1,8,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,1,9,'Zapomniałeś hasła','Wpisz swój adres e-mail w celu uzyskania nowego hasła','','odzyskiwanie-hasla'),(7,1,10,'Unohditko salasanasi','Syötä sähköpostiosoite, jota käytät kirjautumiseen, saadaksesi uuden salasanan','','salasanan-palautus'),(7,1,11,'パスワード忘れ','新しいパスワードをメールで受け取るために、ログインで利用している会員登録メールアドレスを入力してください','','パスワード再発行'),(7,1,12,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,1,13,'Glemt din adgangskode','Indtast den e-mailadresse, du bruger til at logge på for at modtage en e-mail med en ny adgangskode.','','gendan-adgangskode'),(7,2,1,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,2,3,'Uw wachtwoord vergeten','Voer het e-mailadres in dat u heeft gebruikt voor uw aanmelding om een e-mail met een nieuw wachtwoord te ontvangen','','wachtwoord-opvragen'),(7,2,4,'Mot de passe oublié','Entrez l\'adresse e-mail que vous utilisez pour vous connecter afin de recevoir un e-mail avec un nouveau mot de passe','','recuperation-mot-de-passe'),(7,2,5,'Passwort vergessen?','Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.','','passwort-zuruecksetzen'),(7,2,6,'Lupa kata laluan anda','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,2,7,'忘记您的密码','Enter your e-mail address used to register in goal to get e-mail with your new password','','密码-恢复'),(7,2,8,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,2,9,'Zapomniałeś hasła','Wpisz swój adres e-mail w celu uzyskania nowego hasła','','odzyskiwanie-hasla'),(7,2,10,'Unohditko salasanasi','Syötä sähköpostiosoite, jota käytät kirjautumiseen, saadaksesi uuden salasanan','','salasanan-palautus'),(7,2,11,'パスワード忘れ','新しいパスワードをメールで受け取るために、ログインで利用している会員登録メールアドレスを入力してください','','パスワード再発行'),(7,2,12,'Forgot your password','Enter the e-mail address you use to sign in to receive an e-mail with a new password','','password-recovery'),(7,2,13,'Glemt din adgangskode','Indtast den e-mailadresse, du bruger til at logge på for at modtage en e-mail med en ny adgangskode.','','gendan-adgangskode'),(8,1,1,'Prices drop','Our special products','','prices-drop'),(8,1,3,'Aanbiedingen','Our special products','','aanbiedingen'),(8,1,4,'Promotions','Our special products','','promotions'),(8,1,5,'Angebote','Our special products','','angebote'),(8,1,6,'Prices drop','Our special products','','prices-drop'),(8,1,7,'降价','Our special products','','降价'),(8,1,8,'Prices drop','Our special products','','prices-drop'),(8,1,9,'Promocje','Our special products','','promocje'),(8,1,10,'Alennettu hinta','Our special products','','alennettu-hinta'),(8,1,11,'値下げ商品','Our special products','','値下げ'),(8,1,12,'Prices drop','Our special products','','prices-drop'),(8,1,13,'Tilbud','Our special products','','tilbud'),(8,2,1,'Prices drop','Our special products','','prices-drop'),(8,2,3,'Aanbiedingen','Our special products','','aanbiedingen'),(8,2,4,'Promotions','Our special products','','promotions'),(8,2,5,'Angebote','Our special products','','angebote'),(8,2,6,'Prices drop','Our special products','','prices-drop'),(8,2,7,'降价','Our special products','','降价'),(8,2,8,'Prices drop','Our special products','','prices-drop'),(8,2,9,'Promocje','Our special products','','promocje'),(8,2,10,'Alennettu hinta','Our special products','','alennettu-hinta'),(8,2,11,'値下げ商品','Our special products','','値下げ'),(8,2,12,'Prices drop','Our special products','','prices-drop'),(8,2,13,'Tilbud','Our special products','','tilbud'),(9,1,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,1,3,'Sitemap','De weg kwijt? Vinden wat u zoekt','','sitemap'),(9,1,4,'Plan du site','Vous êtes perdu ? Trouvez ce que vous cherchez','','plan du site'),(9,1,5,'Sitemap','Wissen Sie nicht weiter? Vielleicht finden Sie es hier','','Sitemap'),(9,1,6,'sitemap','Lost ? Find what your are looking for','','peta laman'),(9,1,7,'站点地图','迷失了吗? 寻找你要搜索的内容','','网站地图'),(9,1,8,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,1,9,'Mapa strony','Zagubiłeś się? Znajdź to, czego szukasz!','','Mapa strony'),(9,1,10,'Sivukartta','Eksyksissä? Löydä etsimäsi','','sivukartta'),(9,1,11,'サイトマップ','お探しのものが見つかりませんか?','','サイトマップ'),(9,1,12,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,1,13,'Oversigt','Er du faret vild? Søg efter dine ønskede varer','','oversigt'),(9,2,1,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,2,3,'Sitemap','De weg kwijt? Vinden wat u zoekt','','sitemap'),(9,2,4,'Plan du site','Vous êtes perdu ? Trouvez ce que vous cherchez','','plan du site'),(9,2,5,'Sitemap','Wissen Sie nicht weiter? Vielleicht finden Sie es hier','','Sitemap'),(9,2,6,'sitemap','Lost ? Find what your are looking for','','peta laman'),(9,2,7,'站点地图','迷失了吗? 寻找你要搜索的内容','','网站地图'),(9,2,8,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,2,9,'Mapa strony','Zagubiłeś się? Znajdź to, czego szukasz!','','Mapa strony'),(9,2,10,'Sivukartta','Eksyksissä? Löydä etsimäsi','','sivukartta'),(9,2,11,'サイトマップ','お探しのものが見つかりませんか?','','サイトマップ'),(9,2,12,'Sitemap','Lost ? Find what your are looking for','','sitemap'),(9,2,13,'Oversigt','Er du faret vild? Søg efter dine ønskede varer','','oversigt'),(10,1,1,'Suppliers','Suppliers list','','supplier'),(10,1,3,'Leveranciers','Lijst met leveranciers','','leverancier'),(10,1,4,'Fournisseurs','Liste des fournisseurs','','fournisseur'),(10,1,5,'Lieferanten','Lieferanten-Liste','','lieferant'),(10,1,6,'Pembekal','Suppliers list','','supplier'),(10,1,7,'供应商','供应商列表','','供应商'),(10,1,8,'Suppliers','Suppliers list','','supplier'),(10,1,9,'Dostawcy','Lista dostawców','','dostawcy'),(10,1,10,'Tavarantoimittajat','Tavarantoimittajalista','','tavarantoimittaja'),(10,1,11,'サプライヤー','サプライヤー一覧','','サプライヤー'),(10,1,12,'Suppliers','Suppliers list','','supplier'),(10,1,13,'Leverandører','Leverandørliste','','leverandoerer'),(10,2,1,'Suppliers','Suppliers list','','supplier'),(10,2,3,'Leveranciers','Lijst met leveranciers','','leverancier'),(10,2,4,'Fournisseurs','Liste des fournisseurs','','fournisseur'),(10,2,5,'Lieferanten','Lieferanten-Liste','','lieferant'),(10,2,6,'Pembekal','Suppliers list','','supplier'),(10,2,7,'供应商','供应商列表','','供应商'),(10,2,8,'Suppliers','Suppliers list','','supplier'),(10,2,9,'Dostawcy','Lista dostawców','','dostawcy'),(10,2,10,'Tavarantoimittajat','Tavarantoimittajalista','','tavarantoimittaja'),(10,2,11,'サプライヤー','サプライヤー一覧','','サプライヤー'),(10,2,12,'Suppliers','Suppliers list','','supplier'),(10,2,13,'Leverandører','Leverandørliste','','leverandoerer'),(11,1,1,'Address','','','address'),(11,1,3,'Adres','','','adres'),(11,1,4,'Adresse','','','adresse'),(11,1,5,'Straße','','','adresse'),(11,1,6,'Alamat','','','address'),(11,1,7,'地址','','','地址'),(11,1,8,'முகவரி','','','address'),(11,1,9,'Adres','','','adres'),(11,1,10,'Osoite','','','osoite'),(11,1,11,'住所','','','住所'),(11,1,12,'Address','','','address'),(11,1,13,'Adresse','','','adresse'),(11,2,1,'Address','','','address'),(11,2,3,'Adres','','','adres'),(11,2,4,'Adresse','','','adresse'),(11,2,5,'Straße','','','adresse'),(11,2,6,'Alamat','','','address'),(11,2,7,'地址','','','地址'),(11,2,8,'முகவரி','','','address'),(11,2,9,'Adres','','','adres'),(11,2,10,'Osoite','','','osoite'),(11,2,11,'住所','','','住所'),(11,2,12,'Address','','','address'),(11,2,13,'Adresse','','','adresse'),(12,1,1,'Addresses','','','addresses'),(12,1,3,'Adressen','','','adressen'),(12,1,4,'Adresses','','','adresses'),(12,1,5,'Adressen','','','adressen'),(12,1,6,'Alamat','','','addresses'),(12,1,7,'地址','','','地址'),(12,1,8,'முகவரிகள்','','','addresses'),(12,1,9,'Adresy','','','adresy'),(12,1,10,'Addresses','','','osoitteet'),(12,1,11,'住所','','','住所'),(12,1,12,'Addresses','','','addresses'),(12,1,13,'Adresser','','','adresser'),(12,2,1,'Addresses','','','addresses'),(12,2,3,'Adressen','','','adressen'),(12,2,4,'Adresses','','','adresses'),(12,2,5,'Adressen','','','adressen'),(12,2,6,'Alamat','','','addresses'),(12,2,7,'地址','','','地址'),(12,2,8,'முகவரிகள்','','','addresses'),(12,2,9,'Adresy','','','adresy'),(12,2,10,'Addresses','','','osoitteet'),(12,2,11,'住所','','','住所'),(12,2,12,'Addresses','','','addresses'),(12,2,13,'Adresser','','','adresser'),(13,1,1,'Login','','','login'),(13,1,3,'Inloggen','','','aanmelden'),(13,1,4,'Identifiant','','','connexion'),(13,1,5,'Anmelden','','','anmeldung'),(13,1,6,'Masuk','','','login'),(13,1,7,'登录','','','登录'),(13,1,8,'Login','','','login'),(13,1,9,'Nazwa użytkowika','','','logowanie'),(13,1,10,'Kirjautuminen','','','kirjaudu'),(13,1,11,'ログイン','','','ログイン'),(13,1,12,'Login','','','login'),(13,1,13,'Log ind','','','log-ind'),(13,2,1,'Login','','','login'),(13,2,3,'Inloggen','','','aanmelden'),(13,2,4,'Identifiant','','','connexion'),(13,2,5,'Anmelden','','','anmeldung'),(13,2,6,'Masuk','','','login'),(13,2,7,'登录','','','登录'),(13,2,8,'Login','','','login'),(13,2,9,'Nazwa użytkowika','','','logowanie'),(13,2,10,'Kirjautuminen','','','kirjaudu'),(13,2,11,'ログイン','','','ログイン'),(13,2,12,'Login','','','login'),(13,2,13,'Log ind','','','log-ind'),(14,1,1,'Cart','','','cart'),(14,1,3,'Winkelwagen','','','winkelmandje'),(14,1,4,'Panier','','','panier'),(14,1,5,'Warenkorb','','','warenkorb'),(14,1,6,'Troli:','','','cart'),(14,1,7,'购物车','','','购物车'),(14,1,8,'வண்டி','','','cart'),(14,1,9,'Koszyk','','','koszyk'),(14,1,10,'Ostoskori','','','ostoskori'),(14,1,11,'カート:','','','カート'),(14,1,12,'Cart','','','cart'),(14,1,13,'Indkøbsindkøbskurv','','','indkøbskurv'),(14,2,1,'Cart','','','cart'),(14,2,3,'Winkelwagen','','','winkelmandje'),(14,2,4,'Panier','','','panier'),(14,2,5,'Warenkorb','','','warenkorb'),(14,2,6,'Troli:','','','cart'),(14,2,7,'购物车','','','购物车'),(14,2,8,'வண்டி','','','cart'),(14,2,9,'Koszyk','','','koszyk'),(14,2,10,'Ostoskori','','','ostoskori'),(14,2,11,'カート:','','','カート'),(14,2,12,'Cart','','','cart'),(14,2,13,'Indkøbsindkøbskurv','','','indkøbskurv'),(15,1,1,'Discount','','','discount'),(15,1,3,'Korting','','','korting'),(15,1,4,'Remise','','','reduction'),(15,1,5,'Rabatt','','','Rabatt'),(15,1,6,'Diskaun','','','discount'),(15,1,7,'折扣','','','折扣'),(15,1,8,'Discount','','','discount'),(15,1,9,'Rabat','','','rabaty'),(15,1,10,'Alennus','','','alennus'),(15,1,11,'割引','','','割引'),(15,1,12,'Discount','','','discount'),(15,1,13,'Rabat','','','rabat'),(15,2,1,'Discount','','','discount'),(15,2,3,'Korting','','','korting'),(15,2,4,'Remise','','','reduction'),(15,2,5,'Rabatt','','','Rabatt'),(15,2,6,'Diskaun','','','discount'),(15,2,7,'折扣','','','折扣'),(15,2,8,'Discount','','','discount'),(15,2,9,'Rabat','','','rabaty'),(15,2,10,'Alennus','','','alennus'),(15,2,11,'割引','','','割引'),(15,2,12,'Discount','','','discount'),(15,2,13,'Rabat','','','rabat'),(16,1,1,'Order history','','','order-history'),(16,1,3,'Bestelgeschiedenis','','','besteloverzicht'),(16,1,4,'Historique de vos commandes','','','historique-commandes'),(16,1,5,'Bestellverlauf','','','bestellungsverlauf'),(16,1,6,'Rekod tempahan','','','order-history'),(16,1,7,'订单历史','','','订单-历史'),(16,1,8,'Order history','','','order-history'),(16,1,9,'Historia zamówień','','','historia-zamowien'),(16,1,10,'Order history','','','tilaushistoria'),(16,1,11,'ご注文履歴','','','ご注文履歴'),(16,1,12,'Order history','','','order-history'),(16,1,13,'Ordrehistorik','','','ordrehistorik'),(16,2,1,'Order history','','','order-history'),(16,2,3,'Bestelgeschiedenis','','','besteloverzicht'),(16,2,4,'Historique de vos commandes','','','historique-commandes'),(16,2,5,'Bestellverlauf','','','bestellungsverlauf'),(16,2,6,'Rekod tempahan','','','order-history'),(16,2,7,'订单历史','','','订单-历史'),(16,2,8,'Order history','','','order-history'),(16,2,9,'Historia zamówień','','','historia-zamowien'),(16,2,10,'Order history','','','tilaushistoria'),(16,2,11,'ご注文履歴','','','ご注文履歴'),(16,2,12,'Order history','','','order-history'),(16,2,13,'Ordrehistorik','','','ordrehistorik'),(17,1,1,'Identity','','','identity'),(17,1,3,'Identiteit','','','identiteit'),(17,1,4,'Identité','','','identite'),(17,1,5,'Profil','','','profil'),(17,1,6,'Identity','','','identity'),(17,1,7,'身份','','','身份'),(17,1,8,'Identity','','','identity'),(17,1,9,'Dane osobiste','','','dane-osobiste'),(17,1,10,'Tilitieto','','','tilitieto'),(17,1,11,'顧客登録情報','','','識別子'),(17,1,12,'Identity','','','identity'),(17,1,13,'Mine oplysninger','','','mine-oplysninger'),(17,2,1,'Identity','','','identity'),(17,2,3,'Identiteit','','','identiteit'),(17,2,4,'Identité','','','identite'),(17,2,5,'Profil','','','profil'),(17,2,6,'Identity','','','identity'),(17,2,7,'身份','','','身份'),(17,2,8,'Identity','','','identity'),(17,2,9,'Dane osobiste','','','dane-osobiste'),(17,2,10,'Tilitieto','','','tilitieto'),(17,2,11,'顧客登録情報','','','識別子'),(17,2,12,'Identity','','','identity'),(17,2,13,'Mine oplysninger','','','mine-oplysninger'),(18,1,1,'My account','','','my-account'),(18,1,3,'Mijn account','','','mijn-account'),(18,1,4,'Mon compte','','','mon-compte'),(18,1,5,'Ihr Kundenbereich','','','mein-Konto'),(18,1,6,'Akaun Saya','','','my-account'),(18,1,7,'我的帐户','','','我的帐户'),(18,1,8,'My account','','','my-account'),(18,1,9,'Moje konto','','','moje-konto'),(18,1,10,'Asiakassivut','','','asiakastilini'),(18,1,11,'マイアカウント','','','マイアカウント'),(18,1,12,'My account','','','my-account'),(18,1,13,'Min konto','','','min-konto'),(18,2,1,'My account','','','my-account'),(18,2,3,'Mijn account','','','mijn-account'),(18,2,4,'Mon compte','','','mon-compte'),(18,2,5,'Ihr Kundenbereich','','','mein-Konto'),(18,2,6,'Akaun Saya','','','my-account'),(18,2,7,'我的帐户','','','我的帐户'),(18,2,8,'My account','','','my-account'),(18,2,9,'Moje konto','','','moje-konto'),(18,2,10,'Asiakassivut','','','asiakastilini'),(18,2,11,'マイアカウント','','','マイアカウント'),(18,2,12,'My account','','','my-account'),(18,2,13,'Min konto','','','min-konto'),(19,1,1,'Order follow','','','order-follow'),(19,1,3,'Bestelling volgen','','','bestelling-volgen'),(19,1,4,'Suivi de commande','','','suivi-commande'),(19,1,5,'Bestellung verfolgen','','','bestellverfolgung'),(19,1,6,'Order follow','','','order-follow'),(19,1,7,'订单遵守','','','订单遵守'),(19,1,8,'Order follow','','','order-follow'),(19,1,9,'Śledzenie zamówienia','','','sledzenie-zamowienia'),(19,1,10,'Tilauksenseuranta','','','tilauksenseuranta'),(19,1,11,'注文対応','','','注文対応'),(19,1,12,'Order follow','','','order-follow'),(19,1,13,'Følg din bestilling','','','foelg-din-bestilling'),(19,2,1,'Order follow','','','order-follow'),(19,2,3,'Bestelling volgen','','','bestelling-volgen'),(19,2,4,'Suivi de commande','','','suivi-commande'),(19,2,5,'Bestellung verfolgen','','','bestellverfolgung'),(19,2,6,'Order follow','','','order-follow'),(19,2,7,'订单遵守','','','订单遵守'),(19,2,8,'Order follow','','','order-follow'),(19,2,9,'Śledzenie zamówienia','','','sledzenie-zamowienia'),(19,2,10,'Tilauksenseuranta','','','tilauksenseuranta'),(19,2,11,'注文対応','','','注文対応'),(19,2,12,'Order follow','','','order-follow'),(19,2,13,'Følg din bestilling','','','foelg-din-bestilling'),(20,1,1,'Credit slip','','','credit-slip'),(20,1,3,'Creditnota','','','bestel-bon'),(20,1,4,'Avoir','','','avoirs'),(20,1,5,'Rückvergütungen','','','bestellschein'),(20,1,6,'Penyata kredit','','','credit-slip'),(20,1,7,'信用单','','','order-slip'),(20,1,8,'Credit slip','','','credit-slip'),(20,1,9,'Pokwitowanie - korekta kredytowa','','','potwierdzenie-zwrotu'),(20,1,10,'Palautushyvitys','','','hyvityslaskut'),(20,1,11,'クレジット伝票','','','返金伝票'),(20,1,12,'Credit slip','','','credit-slip'),(20,1,13,'Kreditnota','','','kreditnota'),(20,2,1,'Credit slip','','','credit-slip'),(20,2,3,'Creditnota','','','bestel-bon'),(20,2,4,'Avoir','','','avoirs'),(20,2,5,'Rückvergütungen','','','bestellschein'),(20,2,6,'Penyata kredit','','','credit-slip'),(20,2,7,'信用单','','','order-slip'),(20,2,8,'Credit slip','','','credit-slip'),(20,2,9,'Pokwitowanie - korekta kredytowa','','','potwierdzenie-zwrotu'),(20,2,10,'Palautushyvitys','','','hyvityslaskut'),(20,2,11,'クレジット伝票','','','返金伝票'),(20,2,12,'Credit slip','','','credit-slip'),(20,2,13,'Kreditnota','','','kreditnota'),(21,1,1,'Order','','','order'),(21,1,3,'Bestelling','','','bestelling'),(21,1,4,'Commande','','','commande'),(21,1,5,'Bestellung','','','Bestellung'),(21,1,6,'Pesanan','','','pesanan'),(21,1,7,'购买','','','订单'),(21,1,8,'Order','','','order'),(21,1,9,'Zamówienie','','','zamówienie'),(21,1,10,'Tilaus','','','tilaus'),(21,1,11,'注文','','','注文'),(21,1,12,'Order','','','order'),(21,1,13,'Ordre','','','ordre'),(21,2,1,'Order','','','order'),(21,2,3,'Bestelling','','','bestelling'),(21,2,4,'Commande','','','commande'),(21,2,5,'Bestellung','','','Bestellung'),(21,2,6,'Pesanan','','','pesanan'),(21,2,7,'购买','','','订单'),(21,2,8,'Order','','','order'),(21,2,9,'Zamówienie','','','zamówienie'),(21,2,10,'Tilaus','','','tilaus'),(21,2,11,'注文','','','注文'),(21,2,12,'Order','','','order'),(21,2,13,'Ordre','','','ordre'),(22,1,1,'Search','','','search'),(22,1,3,'Zoeken','','','zoeken'),(22,1,4,'Rechercher','','','recherche'),(22,1,5,'Suche','','','suche'),(22,1,6,'Cari','','','search'),(22,1,7,'搜索','','','搜索'),(22,1,8,'Search','','','search'),(22,1,9,'Szukaj','','','szukaj'),(22,1,10,'Haku','','','etsi'),(22,1,11,'検索','','','検索'),(22,1,12,'Search','','','search'),(22,1,13,'Søg','','','soeg'),(22,2,1,'Search','','','search'),(22,2,3,'Zoeken','','','zoeken'),(22,2,4,'Rechercher','','','recherche'),(22,2,5,'Suche','','','suche'),(22,2,6,'Cari','','','search'),(22,2,7,'搜索','','','搜索'),(22,2,8,'Search','','','search'),(22,2,9,'Szukaj','','','szukaj'),(22,2,10,'Haku','','','etsi'),(22,2,11,'検索','','','検索'),(22,2,12,'Search','','','search'),(22,2,13,'Søg','','','soeg'),(23,1,1,'Stores','','','stores'),(23,1,3,'Winkels','','','winkels'),(23,1,4,'Magasins','','','magasins'),(23,1,5,'Shops','','','shops'),(23,1,6,'Stores','','','stores'),(23,1,7,'店铺','','','店铺'),(23,1,8,'Stores','','','stores'),(23,1,9,'Sklepy','','','nasze-sklepy'),(23,1,10,'Myymälät','','','liikkeet'),(23,1,11,'ストア','','','店舗'),(23,1,12,'Stores','','','stores'),(23,1,13,'Butikker','','','butikker'),(23,2,1,'Stores','','','stores'),(23,2,3,'Winkels','','','winkels'),(23,2,4,'Magasins','','','magasins'),(23,2,5,'Shops','','','shops'),(23,2,6,'Stores','','','stores'),(23,2,7,'店铺','','','店铺'),(23,2,8,'Stores','','','stores'),(23,2,9,'Sklepy','','','nasze-sklepy'),(23,2,10,'Myymälät','','','liikkeet'),(23,2,11,'ストア','','','店舗'),(23,2,12,'Stores','','','stores'),(23,2,13,'Butikker','','','butikker'),(24,1,1,'Guest tracking','','','guest-tracking'),(24,1,3,'Bestelling volgen als gast','','','bestelling-volgen-als-gast'),(24,1,4,'Suivi de commande invité','','','suivi-commande-invite'),(24,1,5,'Auftragsverfolgung Gast','','','auftragsverfolgung-gast'),(24,1,6,'Guest tracking','','','guest-tracking'),(24,1,7,'客户跟踪','','','客户跟踪'),(24,1,8,'Guest tracking','','','guest-tracking'),(24,1,9,'Śledzenie zamówień gości','','','sledzenie-zamowien-gosci'),(24,1,10,'Tilauksen seuranta vierailijoille','','','tilauksen-seuranta-vierailijoille'),(24,1,11,'ゲストトラッキング','','','ゲストトラッキング'),(24,1,12,'Guest tracking','','','guest-tracking'),(24,1,13,'Gæstesporing','','','Gaestesporing'),(24,2,1,'Guest tracking','','','guest-tracking'),(24,2,3,'Bestelling volgen als gast','','','bestelling-volgen-als-gast'),(24,2,4,'Suivi de commande invité','','','suivi-commande-invite'),(24,2,5,'Auftragsverfolgung Gast','','','auftragsverfolgung-gast'),(24,2,6,'Guest tracking','','','guest-tracking'),(24,2,7,'客户跟踪','','','客户跟踪'),(24,2,8,'Guest tracking','','','guest-tracking'),(24,2,9,'Śledzenie zamówień gości','','','sledzenie-zamowien-gosci'),(24,2,10,'Tilauksen seuranta vierailijoille','','','tilauksen-seuranta-vierailijoille'),(24,2,11,'ゲストトラッキング','','','ゲストトラッキング'),(24,2,12,'Guest tracking','','','guest-tracking'),(24,2,13,'Gæstesporing','','','Gaestesporing'),(25,1,1,'Order confirmation','','','order-confirmation'),(25,1,3,'Bestelling bevestigd','','','order-bevestiging'),(25,1,4,'Confirmation de commande','','','confirmation-commande'),(25,1,5,'Bestätigung der Bestellung','','','bestellbestatigung'),(25,1,6,'Pengesahan tempahan','','','order-confirmation'),(25,1,7,'订单确认','','','订单确认'),(25,1,8,'Order confirmation','','','order-confirmation'),(25,1,9,'Potwierdzenie zamówienia','','','potwierdzenie-zamowienia'),(25,1,10,'Tilausvahvistus','','','tilausvahvistus'),(25,1,11,'ご注文確認','','','注文内容確認'),(25,1,12,'Order confirmation','','','order-confirmation'),(25,1,13,'Ordrebekræftelse','','','ordrebekraeftelse'),(25,2,1,'Order confirmation','','','order-confirmation'),(25,2,3,'Bestelling bevestigd','','','order-bevestiging'),(25,2,4,'Confirmation de commande','','','confirmation-commande'),(25,2,5,'Bestätigung der Bestellung','','','bestellbestatigung'),(25,2,6,'Pengesahan tempahan','','','order-confirmation'),(25,2,7,'订单确认','','','订单确认'),(25,2,8,'Order confirmation','','','order-confirmation'),(25,2,9,'Potwierdzenie zamówienia','','','potwierdzenie-zamowienia'),(25,2,10,'Tilausvahvistus','','','tilausvahvistus'),(25,2,11,'ご注文確認','','','注文内容確認'),(25,2,12,'Order confirmation','','','order-confirmation'),(25,2,13,'Ordrebekræftelse','','','ordrebekraeftelse'),(34,1,1,'','','',''),(34,1,3,'','','',''),(34,1,4,'','','',''),(34,1,5,'','','',''),(34,1,6,'','','',''),(34,1,7,'','','',''),(34,1,8,'','','',''),(34,1,9,'','','',''),(34,1,10,'','','',''),(34,1,11,'','','',''),(34,1,12,'','','',''),(34,1,13,'','','',''),(34,2,1,'','','',''),(34,2,3,'','','',''),(34,2,4,'','','',''),(34,2,5,'','','',''),(34,2,6,'','','',''),(34,2,7,'','','',''),(34,2,8,'','','',''),(34,2,9,'','','',''),(34,2,10,'','','',''),(34,2,11,'','','',''),(34,2,12,'','','',''),(34,2,13,'','','',''),(35,1,1,'','','',''),(35,1,3,'','','',''),(35,1,4,'','','',''),(35,1,5,'','','',''),(35,1,6,'','','',''),(35,1,7,'','','',''),(35,1,8,'','','',''),(35,1,9,'','','',''),(35,1,10,'','','',''),(35,1,11,'','','',''),(35,1,12,'','','',''),(35,1,13,'','','',''),(35,2,1,'','','',''),(35,2,3,'','','',''),(35,2,4,'','','',''),(35,2,5,'','','',''),(35,2,6,'','','',''),(35,2,7,'','','',''),(35,2,8,'','','',''),(35,2,9,'','','',''),(35,2,10,'','','',''),(35,2,11,'','','',''),(35,2,12,'','','',''),(35,2,13,'','','',''),(36,1,1,'','','',''),(36,1,3,'','','',''),(36,1,4,'','','',''),(36,1,5,'','','',''),(36,1,6,'','','',''),(36,1,7,'','','',''),(36,1,8,'','','',''),(36,1,9,'','','',''),(36,1,10,'','','',''),(36,1,11,'','','',''),(36,1,12,'','','',''),(36,1,13,'','','',''),(36,2,1,'','','',''),(36,2,3,'','','',''),(36,2,4,'','','',''),(36,2,5,'','','',''),(36,2,6,'','','',''),(36,2,7,'','','',''),(36,2,8,'','','',''),(36,2,9,'','','',''),(36,2,10,'','','',''),(36,2,11,'','','',''),(36,2,12,'','','',''),(36,2,13,'','','',''),(37,1,1,'','','',''),(37,1,3,'','','',''),(37,1,4,'','','',''),(37,1,5,'','','',''),(37,1,6,'','','',''),(37,1,7,'','','',''),(37,1,8,'','','',''),(37,1,9,'','','',''),(37,1,10,'','','',''),(37,1,11,'','','',''),(37,1,12,'','','',''),(37,1,13,'','','',''),(37,2,1,'','','',''),(37,2,3,'','','',''),(37,2,4,'','','',''),(37,2,5,'','','',''),(37,2,6,'','','',''),(37,2,7,'','','',''),(37,2,8,'','','',''),(37,2,9,'','','',''),(37,2,10,'','','',''),(37,2,11,'','','',''),(37,2,12,'','','',''),(37,2,13,'','','',''),(38,1,1,'','','',''),(38,1,3,'','','',''),(38,1,4,'','','',''),(38,1,5,'','','',''),(38,1,6,'','','',''),(38,1,7,'','','',''),(38,1,8,'','','',''),(38,1,9,'','','',''),(38,1,10,'','','',''),(38,1,11,'','','',''),(38,1,12,'','','',''),(38,1,13,'','','',''),(38,2,1,'','','',''),(38,2,3,'','','',''),(38,2,4,'','','',''),(38,2,5,'','','',''),(38,2,6,'','','',''),(38,2,7,'','','',''),(38,2,8,'','','',''),(38,2,9,'','','',''),(38,2,10,'','','',''),(38,2,11,'','','',''),(38,2,12,'','','',''),(38,2,13,'','','',''),(39,1,1,'','','',''),(39,1,3,'','','',''),(39,1,4,'','','',''),(39,1,5,'','','',''),(39,1,6,'','','',''),(39,1,7,'','','',''),(39,1,8,'','','',''),(39,1,9,'','','',''),(39,1,10,'','','',''),(39,1,11,'','','',''),(39,1,12,'','','',''),(39,1,13,'','','',''),(39,2,1,'','','',''),(39,2,3,'','','',''),(39,2,4,'','','',''),(39,2,5,'','','',''),(39,2,6,'','','',''),(39,2,7,'','','',''),(39,2,8,'','','',''),(39,2,9,'','','',''),(39,2,10,'','','',''),(39,2,11,'','','',''),(39,2,12,'','','',''),(39,2,13,'','','',''),(40,1,1,'','','',''),(40,1,3,'','','',''),(40,1,4,'','','',''),(40,1,5,'','','',''),(40,1,6,'','','',''),(40,1,7,'','','',''),(40,1,8,'','','',''),(40,1,9,'','','',''),(40,1,10,'','','',''),(40,1,11,'','','',''),(40,1,12,'','','',''),(40,1,13,'','','',''),(40,2,1,'','','',''),(40,2,3,'','','',''),(40,2,4,'','','',''),(40,2,5,'','','',''),(40,2,6,'','','',''),(40,2,7,'','','',''),(40,2,8,'','','',''),(40,2,9,'','','',''),(40,2,10,'','','',''),(40,2,11,'','','',''),(40,2,12,'','','',''),(40,2,13,'','','',''),(45,1,1,'','','',''),(45,1,3,'','','',''),(45,1,4,'','','',''),(45,1,5,'','','',''),(45,1,6,'','','',''),(45,1,7,'','','',''),(45,1,8,'','','',''),(45,1,9,'','','',''),(45,1,10,'','','',''),(45,1,11,'','','',''),(45,1,12,'','','',''),(45,1,13,'','','',''),(45,2,1,'','','',''),(45,2,3,'','','',''),(45,2,4,'','','',''),(45,2,5,'','','',''),(45,2,6,'','','',''),(45,2,7,'','','',''),(45,2,8,'','','',''),(45,2,9,'','','',''),(45,2,10,'','','',''),(45,2,11,'','','',''),(45,2,12,'','','',''),(45,2,13,'','','',''),(46,1,1,'','','',''),(46,1,3,'','','',''),(46,1,4,'','','',''),(46,1,5,'','','',''),(46,1,6,'','','',''),(46,1,7,'','','',''),(46,1,8,'','','',''),(46,1,9,'','','',''),(46,1,10,'','','',''),(46,1,11,'','','',''),(46,1,12,'','','',''),(46,1,13,'','','',''),(46,2,1,'','','',''),(46,2,3,'','','',''),(46,2,4,'','','',''),(46,2,5,'','','',''),(46,2,6,'','','',''),(46,2,7,'','','',''),(46,2,8,'','','',''),(46,2,9,'','','',''),(46,2,10,'','','',''),(46,2,11,'','','',''),(46,2,12,'','','',''),(46,2,13,'','','',''),(47,1,1,'','','',''),(47,1,3,'','','',''),(47,1,4,'','','',''),(47,1,5,'','','',''),(47,1,6,'','','',''),(47,1,7,'','','',''),(47,1,8,'','','',''),(47,1,9,'','','',''),(47,1,10,'','','',''),(47,1,11,'','','',''),(47,1,12,'','','',''),(47,1,13,'','','',''),(47,2,1,'','','',''),(47,2,3,'','','',''),(47,2,4,'','','',''),(47,2,5,'','','',''),(47,2,6,'','','',''),(47,2,7,'','','',''),(47,2,8,'','','',''),(47,2,9,'','','',''),(47,2,10,'','','',''),(47,2,11,'','','',''),(47,2,12,'','','',''),(47,2,13,'','','',''),(48,1,1,'','','',''),(48,1,3,'','','',''),(48,1,4,'','','',''),(48,1,5,'','','',''),(48,1,6,'','','',''),(48,1,7,'','','',''),(48,1,8,'','','',''),(48,1,9,'','','',''),(48,1,10,'','','',''),(48,1,11,'','','',''),(48,1,12,'','','',''),(48,1,13,'','','',''),(48,2,1,'','','',''),(48,2,3,'','','',''),(48,2,4,'','','',''),(48,2,5,'','','',''),(48,2,6,'','','',''),(48,2,7,'','','',''),(48,2,8,'','','',''),(48,2,9,'','','',''),(48,2,10,'','','',''),(48,2,11,'','','',''),(48,2,12,'','','',''),(48,2,13,'','','',''),(49,1,1,'','','',''),(49,1,3,'','','',''),(49,1,4,'','','',''),(49,1,5,'','','',''),(49,1,6,'','','',''),(49,1,7,'','','',''),(49,1,8,'','','',''),(49,1,9,'','','',''),(49,1,10,'','','',''),(49,1,11,'','','',''),(49,1,12,'','','',''),(49,1,13,'','','',''),(49,2,1,'','','',''),(49,2,3,'','','',''),(49,2,4,'','','',''),(49,2,5,'','','',''),(49,2,6,'','','',''),(49,2,7,'','','',''),(49,2,8,'','','',''),(49,2,9,'','','',''),(49,2,10,'','','',''),(49,2,11,'','','',''),(49,2,12,'','','',''),(49,2,13,'','','',''),(50,1,1,'','','',''),(50,1,3,'','','',''),(50,1,4,'','','',''),(50,1,5,'','','',''),(50,1,6,'','','',''),(50,1,7,'','','',''),(50,1,8,'','','',''),(50,1,9,'','','',''),(50,1,10,'','','',''),(50,1,11,'','','',''),(50,1,12,'','','',''),(50,1,13,'','','',''),(50,2,1,'','','',''),(50,2,3,'','','',''),(50,2,4,'','','',''),(50,2,5,'','','',''),(50,2,6,'','','',''),(50,2,7,'','','',''),(50,2,8,'','','',''),(50,2,9,'','','',''),(50,2,10,'','','',''),(50,2,11,'','','',''),(50,2,12,'','','',''),(50,2,13,'','','',''),(51,1,1,'','','',''),(51,1,3,'','','',''),(51,1,4,'','','',''),(51,1,5,'','','',''),(51,1,6,'','','',''),(51,1,7,'','','',''),(51,1,8,'','','',''),(51,1,9,'','','',''),(51,1,10,'','','',''),(51,1,11,'','','',''),(51,1,12,'','','',''),(51,1,13,'','','',''),(51,2,1,'','','',''),(51,2,3,'','','',''),(51,2,4,'','','',''),(51,2,5,'','','',''),(51,2,6,'','','',''),(51,2,7,'','','',''),(51,2,8,'','','',''),(51,2,9,'','','',''),(51,2,10,'','','',''),(51,2,11,'','','',''),(51,2,12,'','','',''),(51,2,13,'','','',''),(52,1,1,'','','',''),(52,1,3,'','','',''),(52,1,4,'','','',''),(52,1,5,'','','',''),(52,1,6,'','','',''),(52,1,7,'','','',''),(52,1,8,'','','',''),(52,1,9,'','','',''),(52,1,10,'','','',''),(52,1,11,'','','',''),(52,1,12,'','','',''),(52,1,13,'','','',''),(52,2,1,'','','',''),(52,2,3,'','','',''),(52,2,4,'','','',''),(52,2,5,'','','',''),(52,2,6,'','','',''),(52,2,7,'','','',''),(52,2,8,'','','',''),(52,2,9,'','','',''),(52,2,10,'','','',''),(52,2,11,'','','',''),(52,2,12,'','','',''),(52,2,13,'','','',''),(53,1,1,'','','',''),(53,1,3,'','','',''),(53,1,4,'','','',''),(53,1,5,'','','',''),(53,1,6,'','','',''),(53,1,7,'','','',''),(53,1,8,'','','',''),(53,1,9,'','','',''),(53,1,10,'','','',''),(53,1,11,'','','',''),(53,1,12,'','','',''),(53,1,13,'','','',''),(53,2,1,'','','',''),(53,2,3,'','','',''),(53,2,4,'','','',''),(53,2,5,'','','',''),(53,2,6,'','','',''),(53,2,7,'','','',''),(53,2,8,'','','',''),(53,2,9,'','','',''),(53,2,10,'','','',''),(53,2,11,'','','',''),(53,2,12,'','','',''),(53,2,13,'','','',''),(54,1,1,'','','',''),(54,1,3,'','','',''),(54,1,4,'','','',''),(54,1,5,'','','',''),(54,1,6,'','','',''),(54,1,7,'','','',''),(54,1,8,'','','',''),(54,1,9,'','','',''),(54,1,10,'','','',''),(54,1,11,'','','',''),(54,1,12,'','','',''),(54,1,13,'','','',''),(54,2,1,'','','',''),(54,2,3,'','','',''),(54,2,4,'','','',''),(54,2,5,'','','',''),(54,2,6,'','','',''),(54,2,7,'','','',''),(54,2,8,'','','',''),(54,2,9,'','','',''),(54,2,10,'','','',''),(54,2,11,'','','',''),(54,2,12,'','','',''),(54,2,13,'','','',''),(55,1,1,'','','',''),(55,1,3,'','','',''),(55,1,4,'','','',''),(55,1,5,'','','',''),(55,1,6,'','','',''),(55,1,7,'','','',''),(55,1,8,'','','',''),(55,1,9,'','','',''),(55,1,10,'','','',''),(55,1,11,'','','',''),(55,1,12,'','','',''),(55,1,13,'','','',''),(55,2,1,'','','',''),(55,2,3,'','','',''),(55,2,4,'','','',''),(55,2,5,'','','',''),(55,2,6,'','','',''),(55,2,7,'','','',''),(55,2,8,'','','',''),(55,2,9,'','','',''),(55,2,10,'','','',''),(55,2,11,'','','',''),(55,2,12,'','','',''),(55,2,13,'','','',''),(56,1,1,'','','',''),(56,1,3,'','','',''),(56,1,4,'','','',''),(56,1,5,'','','',''),(56,1,6,'','','',''),(56,1,7,'','','',''),(56,1,8,'','','',''),(56,1,9,'','','',''),(56,1,10,'','','',''),(56,1,11,'','','',''),(56,1,12,'','','',''),(56,1,13,'','','',''),(56,2,1,'','','',''),(56,2,3,'','','',''),(56,2,4,'','','',''),(56,2,5,'','','',''),(56,2,6,'','','',''),(56,2,7,'','','',''),(56,2,8,'','','',''),(56,2,9,'','','',''),(56,2,10,'','','',''),(56,2,11,'','','',''),(56,2,12,'','','',''),(56,2,13,'','','',''),(57,1,1,'','','',''),(57,1,3,'','','',''),(57,1,4,'','','',''),(57,1,5,'','','',''),(57,1,6,'','','',''),(57,1,7,'','','',''),(57,1,8,'','','',''),(57,1,9,'','','',''),(57,1,10,'','','',''),(57,1,11,'','','',''),(57,1,12,'','','',''),(57,1,13,'','','',''),(57,2,1,'','','',''),(57,2,3,'','','',''),(57,2,4,'','','',''),(57,2,5,'','','',''),(57,2,6,'','','',''),(57,2,7,'','','',''),(57,2,8,'','','',''),(57,2,9,'','','',''),(57,2,10,'','','',''),(57,2,11,'','','',''),(57,2,12,'','','',''),(57,2,13,'','','',''),(58,1,1,'','','',''),(58,1,3,'','','',''),(58,1,4,'','','',''),(58,1,5,'','','',''),(58,1,6,'','','',''),(58,1,7,'','','',''),(58,1,8,'','','',''),(58,1,9,'','','',''),(58,1,10,'','','',''),(58,1,11,'','','',''),(58,1,12,'','','',''),(58,1,13,'','','',''),(58,2,1,'','','',''),(58,2,3,'','','',''),(58,2,4,'','','',''),(58,2,5,'','','',''),(58,2,6,'','','',''),(58,2,7,'','','',''),(58,2,8,'','','',''),(58,2,9,'','','',''),(58,2,10,'','','',''),(58,2,11,'','','',''),(58,2,12,'','','',''),(58,2,13,'','','',''),(59,1,1,'','','',''),(59,1,3,'','','',''),(59,1,4,'','','',''),(59,1,5,'','','',''),(59,1,6,'','','',''),(59,1,7,'','','',''),(59,1,8,'','','',''),(59,1,9,'','','',''),(59,1,10,'','','',''),(59,1,11,'','','',''),(59,1,12,'','','',''),(59,1,13,'','','',''),(59,2,1,'','','',''),(59,2,3,'','','',''),(59,2,4,'','','',''),(59,2,5,'','','',''),(59,2,6,'','','',''),(59,2,7,'','','',''),(59,2,8,'','','',''),(59,2,9,'','','',''),(59,2,10,'','','',''),(59,2,11,'','','',''),(59,2,12,'','','',''),(59,2,13,'','','',''),(60,1,1,'','','',''),(60,1,3,'','','',''),(60,1,4,'','','',''),(60,1,5,'','','',''),(60,1,6,'','','',''),(60,1,7,'','','',''),(60,1,8,'','','',''),(60,1,9,'','','',''),(60,1,10,'','','',''),(60,1,11,'','','',''),(60,1,12,'','','',''),(60,1,13,'','','',''),(60,2,1,'','','',''),(60,2,3,'','','',''),(60,2,4,'','','',''),(60,2,5,'','','',''),(60,2,6,'','','',''),(60,2,7,'','','',''),(60,2,8,'','','',''),(60,2,9,'','','',''),(60,2,10,'','','',''),(60,2,11,'','','',''),(60,2,12,'','','',''),(60,2,13,'','','',''),(61,1,1,'','','',''),(61,1,3,'','','',''),(61,1,4,'','','',''),(61,1,5,'','','',''),(61,1,6,'','','',''),(61,1,7,'','','',''),(61,1,8,'','','',''),(61,1,9,'','','',''),(61,1,10,'','','',''),(61,1,11,'','','',''),(61,1,12,'','','',''),(61,1,13,'','','',''),(61,2,1,'','','',''),(61,2,3,'','','',''),(61,2,4,'','','',''),(61,2,5,'','','',''),(61,2,6,'','','',''),(61,2,7,'','','',''),(61,2,8,'','','',''),(61,2,9,'','','',''),(61,2,10,'','','',''),(61,2,11,'','','',''),(61,2,12,'','','',''),(61,2,13,'','','',''),(62,1,1,'','','',''),(62,1,3,'','','',''),(62,1,4,'','','',''),(62,1,5,'','','',''),(62,1,6,'','','',''),(62,1,7,'','','',''),(62,1,8,'','','',''),(62,1,9,'','','',''),(62,1,10,'','','',''),(62,1,11,'','','',''),(62,1,12,'','','',''),(62,1,13,'','','',''),(62,2,1,'','','',''),(62,2,3,'','','',''),(62,2,4,'','','',''),(62,2,5,'','','',''),(62,2,6,'','','',''),(62,2,7,'','','',''),(62,2,8,'','','',''),(62,2,9,'','','',''),(62,2,10,'','','',''),(62,2,11,'','','',''),(62,2,12,'','','',''),(62,2,13,'','','',''),(63,1,1,'','','',''),(63,1,3,'','','',''),(63,1,4,'','','',''),(63,1,5,'','','',''),(63,1,6,'','','',''),(63,1,7,'','','',''),(63,1,8,'','','',''),(63,1,9,'','','',''),(63,1,10,'','','',''),(63,1,11,'','','',''),(63,1,12,'','','',''),(63,1,13,'','','',''),(63,2,1,'','','',''),(63,2,3,'','','',''),(63,2,4,'','','',''),(63,2,5,'','','',''),(63,2,6,'','','',''),(63,2,7,'','','',''),(63,2,8,'','','',''),(63,2,9,'','','',''),(63,2,10,'','','',''),(63,2,11,'','','',''),(63,2,12,'','','',''),(63,2,13,'','','',''),(64,1,1,'','','',''),(64,1,3,'','','',''),(64,1,4,'','','',''),(64,1,5,'','','',''),(64,1,6,'','','',''),(64,1,7,'','','',''),(64,1,8,'','','',''),(64,1,9,'','','',''),(64,1,10,'','','',''),(64,1,11,'','','',''),(64,1,12,'','','',''),(64,1,13,'','','',''),(64,2,1,'','','',''),(64,2,3,'','','',''),(64,2,4,'','','',''),(64,2,5,'','','',''),(64,2,6,'','','',''),(64,2,7,'','','',''),(64,2,8,'','','',''),(64,2,9,'','','',''),(64,2,10,'','','',''),(64,2,11,'','','',''),(64,2,12,'','','',''),(64,2,13,'','','',''),(65,1,1,'','','',''),(65,1,3,'','','',''),(65,1,4,'','','',''),(65,1,5,'','','',''),(65,1,6,'','','',''),(65,1,7,'','','',''),(65,1,8,'','','',''),(65,1,9,'','','',''),(65,1,10,'','','',''),(65,1,11,'','','',''),(65,1,12,'','','',''),(65,1,13,'','','',''),(65,2,1,'','','',''),(65,2,3,'','','',''),(65,2,4,'','','',''),(65,2,5,'','','',''),(65,2,6,'','','',''),(65,2,7,'','','',''),(65,2,8,'','','',''),(65,2,9,'','','',''),(65,2,10,'','','',''),(65,2,11,'','','',''),(65,2,12,'','','',''),(65,2,13,'','','',''),(66,1,1,'Checkout','Complete your order','','checkout'),(66,1,3,'Checkout','Complete your order','','checkout'),(66,1,4,'Checkout','Complete your order','','checkout'),(66,1,5,'Checkout','Complete your order','','checkout'),(66,1,6,'Checkout','Complete your order','','checkout'),(66,1,7,'Checkout','Complete your order','','checkout'),(66,1,8,'Checkout','Complete your order','','checkout'),(66,1,9,'Checkout','Complete your order','','checkout'),(66,1,10,'Checkout','Complete your order','','checkout'),(66,1,11,'Checkout','Complete your order','','checkout'),(66,1,12,'Checkout','Complete your order','','checkout'),(66,1,13,'Checkout','Complete your order','','checkout'),(66,2,1,'Checkout','Complete your order','','checkout'),(66,2,3,'Checkout','Complete your order','','checkout'),(66,2,4,'Checkout','Complete your order','','checkout'),(66,2,5,'Checkout','Complete your order','','checkout'),(66,2,6,'Checkout','Complete your order','','checkout'),(66,2,7,'Checkout','Complete your order','','checkout'),(66,2,8,'Checkout','Complete your order','','checkout'),(66,2,9,'Checkout','Complete your order','','checkout'),(66,2,10,'Checkout','Complete your order','','checkout'),(66,2,11,'Checkout','Complete your order','','checkout'),(66,2,12,'Checkout','Complete your order','','checkout'),(66,2,13,'Checkout','Complete your order','','checkout'),(67,1,1,'','','',''),(67,1,3,'','','',''),(67,1,4,'','','',''),(67,1,5,'','','',''),(67,1,6,'','','',''),(67,1,7,'','','',''),(67,1,8,'','','',''),(67,1,9,'','','',''),(67,1,10,'','','',''),(67,1,11,'','','',''),(67,1,12,'','','',''),(67,1,13,'','','',''),(67,2,1,'','','',''),(67,2,3,'','','',''),(67,2,4,'','','',''),(67,2,5,'','','',''),(67,2,6,'','','',''),(67,2,7,'','','',''),(67,2,8,'','','',''),(67,2,9,'','','',''),(67,2,10,'','','',''),(67,2,11,'','','',''),(67,2,12,'','','',''),(67,2,13,'','','',''); -/*!40000 ALTER TABLE `ps_meta_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module` --- - -DROP TABLE IF EXISTS `ps_module`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module` ( - `id_module` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `version` varchar(8) NOT NULL, - PRIMARY KEY (`id_module`), - UNIQUE KEY `name_UNIQUE` (`name`), - KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=158 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module` --- - -LOCK TABLES `ps_module` WRITE; -/*!40000 ALTER TABLE `ps_module` DISABLE KEYS */; -INSERT INTO `ps_module` VALUES (1,'contactform',1,'4.3.0'),(2,'dashactivity',1,'2.0.2'),(3,'dashtrends',1,'2.0.2'),(4,'dashgoals',1,'2.0.2'),(5,'dashproducts',1,'2.0.4'),(6,'graphnvd3',1,'2.0.1'),(7,'gridhtml',1,'2.0.0'),(8,'gsitemap',1,'4.2.0'),(9,'ps_banner',1,'2.1.0'),(10,'ps_categorytree',1,'2.0.0'),(11,'ps_checkpayment',1,'2.0.4'),(12,'ps_contactinfo',1,'3.2.0'),(13,'ps_currencyselector',1,'2.0.1'),(14,'ps_customeraccountlinks',1,'3.1.0'),(15,'ps_customersignin',1,'2.0.2'),(16,'ps_customtext',1,'4.1.0'),(17,'ps_emailsubscription',1,'2.6.0'),(19,'ps_faviconnotificationbo',1,'2.1.0'),(20,'ps_featuredproducts',1,'2.0.0'),(21,'ps_imageslider',1,'3.1.0'),(22,'ps_languageselector',1,'2.0.2'),(23,'ps_linklist',1,'3.1.0'),(24,'ps_mainmenu',1,'2.1.1'),(25,'ps_searchbar',1,'2.0.1'),(26,'ps_sharebuttons',1,'2.1.0'),(27,'ps_shoppingcart',1,'2.0.3'),(28,'ps_socialfollow',1,'2.1.0'),(29,'ps_themecusto',1,'1.2.0'),(30,'ps_wirepayment',1,'2.1.0'),(31,'pagesnotfound',1,'2.0.0'),(32,'sekeywords',1,'2.0.0'),(33,'statsbestcategories',1,'2.0.0'),(34,'statsbestcustomers',1,'2.0.2'),(35,'statsbestproducts',1,'2.0.0'),(36,'statsbestsuppliers',1,'2.0.0'),(37,'statsbestvouchers',1,'2.0.0'),(38,'statscarrier',1,'2.0.0'),(39,'statscatalog',1,'2.0.1'),(40,'statscheckup',1,'2.0.1'),(41,'statsdata',1,'2.0.0'),(42,'statsequipment',1,'2.0.0'),(43,'statsforecast',1,'2.0.3'),(44,'statslive',1,'2.0.2'),(45,'statsnewsletter',1,'2.0.2'),(46,'statsorigin',1,'2.0.2'),(47,'statspersonalinfos',1,'2.0.3'),(48,'statsproduct',1,'2.0.3'),(49,'statsregistrations',1,'2.0.0'),(50,'statssales',1,'2.0.0'),(51,'statssearch',1,'2.0.1'),(52,'statsstock',1,'2.0.0'),(53,'statsvisits',1,'2.0.2'),(54,'welcome',1,'6.0.0'),(55,'gamification',1,'2.3.2'),(56,'psaddonsconnect',1,'2.1.1'),(57,'psgdpr',1,'1.2.0'),(58,'ps_mbo',1,'2.0.1'),(59,'ps_buybuttonlite',1,'1.0.1'),(60,'blockreassurance',1,'3.0.1'),(61,'ps_facetedsearch',1,'3.5.0'),(91,'ps_emailalerts',1,'2.3.0'),(92,'stripe_official',1,'2.3.7'),(103,'pscartabandonmentpro',1,'2.3.1'),(104,'gcinvoicewtax',1,'1.3.7'),(106,'sumuppaymentgateway',1,'2.1.0'),(111,'gmb2brequestform',1,'1.0.0'),(112,'lpsproinvoice',1,'1.0.6'),(113,'lpsproaccount',1,'1.2.18'),(114,'darique',1,'2.5.22'),(115,'ets_onepagecheckout',1,'2.4.5'),(116,'thecheckout',1,'3.3.0'),(117,'supercheckout',1,'7.0.3'),(133,'mollie',1,'5.5.0'),(157,'molliesubscription',1,'1.0.0'); -/*!40000 ALTER TABLE `ps_module` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_access` --- - -DROP TABLE IF EXISTS `ps_module_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_access` ( - `id_profile` int(10) unsigned NOT NULL, - `id_authorization_role` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_profile`,`id_authorization_role`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_access` --- - -LOCK TABLES `ps_module_access` WRITE; -/*!40000 ALTER TABLE `ps_module_access` DISABLE KEYS */; -INSERT INTO `ps_module_access` VALUES (1,481),(1,482),(1,483),(1,484),(1,485),(1,486),(1,487),(1,488),(1,489),(1,490),(1,491),(1,492),(1,497),(1,498),(1,499),(1,500),(1,501),(1,502),(1,503),(1,504),(1,505),(1,506),(1,507),(1,508),(1,509),(1,510),(1,511),(1,512),(1,513),(1,514),(1,515),(1,516),(1,517),(1,518),(1,519),(1,520),(1,521),(1,522),(1,523),(1,524),(1,525),(1,526),(1,527),(1,528),(1,529),(1,530),(1,531),(1,532),(1,533),(1,534),(1,535),(1,536),(1,537),(1,538),(1,539),(1,540),(1,541),(1,542),(1,543),(1,544),(1,545),(1,546),(1,547),(1,548),(1,549),(1,550),(1,551),(1,552),(1,557),(1,558),(1,559),(1,560),(1,565),(1,566),(1,567),(1,568),(1,569),(1,570),(1,571),(1,572),(1,573),(1,574),(1,575),(1,576),(1,581),(1,582),(1,583),(1,584),(1,585),(1,586),(1,587),(1,588),(1,589),(1,590),(1,591),(1,592),(1,593),(1,594),(1,595),(1,596),(1,597),(1,598),(1,599),(1,600),(1,601),(1,602),(1,603),(1,604),(1,605),(1,606),(1,607),(1,608),(1,621),(1,622),(1,623),(1,624),(1,625),(1,626),(1,627),(1,628),(1,629),(1,630),(1,631),(1,632),(1,633),(1,634),(1,635),(1,636),(1,637),(1,638),(1,639),(1,640),(1,641),(1,642),(1,643),(1,644),(1,645),(1,646),(1,647),(1,648),(1,649),(1,650),(1,651),(1,652),(1,653),(1,654),(1,655),(1,656),(1,657),(1,658),(1,659),(1,660),(1,661),(1,662),(1,663),(1,664),(1,665),(1,666),(1,667),(1,668),(1,669),(1,670),(1,671),(1,672),(1,673),(1,674),(1,675),(1,676),(1,677),(1,678),(1,679),(1,680),(1,681),(1,682),(1,683),(1,684),(1,685),(1,686),(1,687),(1,688),(1,689),(1,690),(1,691),(1,692),(1,693),(1,694),(1,695),(1,696),(1,697),(1,698),(1,699),(1,700),(1,701),(1,702),(1,703),(1,704),(1,705),(1,706),(1,707),(1,708),(1,709),(1,710),(1,711),(1,712),(1,713),(1,714),(1,715),(1,716),(1,717),(1,718),(1,719),(1,720),(1,729),(1,730),(1,731),(1,732),(1,733),(1,734),(1,735),(1,736),(1,737),(1,738),(1,739),(1,740),(1,749),(1,750),(1,751),(1,752),(1,769),(1,770),(1,771),(1,772),(1,777),(1,778),(1,779),(1,780),(1,781),(1,782),(1,783),(1,784),(1,1109),(1,1110),(1,1111),(1,1112),(1,1113),(1,1114),(1,1115),(1,1116),(1,1225),(1,1226),(1,1227),(1,1228),(1,1281),(1,1282),(1,1283),(1,1284),(1,1297),(1,1298),(1,1299),(1,1300),(1,1349),(1,1350),(1,1351),(1,1352),(1,1353),(1,1354),(1,1355),(1,1356),(1,1357),(1,1358),(1,1359),(1,1360),(1,1361),(1,1362),(1,1363),(1,1364),(1,1373),(1,1374),(1,1375),(1,1376),(1,1377),(1,1378),(1,1379),(1,1380),(1,1381),(1,1382),(1,1383),(1,1384),(1,1581),(1,1582),(1,1583),(1,1584),(1,1789),(1,1790),(1,1791),(1,1792); -/*!40000 ALTER TABLE `ps_module_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_carrier` --- - -DROP TABLE IF EXISTS `ps_module_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_carrier` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_reference` int(11) NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_reference`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_carrier` --- - -LOCK TABLES `ps_module_carrier` WRITE; -/*!40000 ALTER TABLE `ps_module_carrier` DISABLE KEYS */; -INSERT INTO `ps_module_carrier` VALUES (11,1,1),(11,2,1),(30,2,1),(30,2,2),(92,2,1),(92,2,2),(106,2,1),(106,2,2),(133,1,1),(133,1,2),(133,1,8),(133,2,1),(133,2,2),(133,2,8); -/*!40000 ALTER TABLE `ps_module_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_country` --- - -DROP TABLE IF EXISTS `ps_module_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_country` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_country` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_country` --- - -LOCK TABLES `ps_module_country` WRITE; -/*!40000 ALTER TABLE `ps_module_country` DISABLE KEYS */; -INSERT INTO `ps_module_country` VALUES (11,1,1),(11,1,2),(11,1,3),(11,1,4),(11,1,5),(11,1,7),(11,1,8),(11,1,9),(11,1,10),(11,1,11),(11,1,12),(11,1,13),(11,1,14),(11,1,15),(11,1,16),(11,1,20),(11,1,21),(11,1,22),(11,1,23),(11,1,24),(11,1,26),(11,1,27),(11,1,29),(11,1,31),(11,1,32),(11,1,34),(11,1,35),(11,1,36),(11,1,38),(11,1,39),(11,1,40),(11,1,41),(11,1,42),(11,1,43),(11,1,44),(11,1,45),(11,1,46),(11,1,47),(11,1,48),(11,1,49),(11,1,50),(11,1,51),(11,1,52),(11,1,53),(11,1,54),(11,1,55),(11,1,56),(11,1,57),(11,1,58),(11,1,59),(11,1,60),(11,1,61),(11,1,62),(11,1,63),(11,1,64),(11,1,65),(11,1,66),(11,1,67),(11,1,68),(11,1,69),(11,1,70),(11,1,71),(11,1,72),(11,1,73),(11,1,74),(11,1,75),(11,1,76),(11,1,77),(11,1,78),(11,1,79),(11,1,80),(11,1,81),(11,1,82),(11,1,83),(11,1,84),(11,1,85),(11,1,86),(11,1,87),(11,1,88),(11,1,89),(11,1,90),(11,1,91),(11,1,92),(11,1,93),(11,1,94),(11,1,95),(11,1,96),(11,1,97),(11,1,98),(11,1,99),(11,1,100),(11,1,101),(11,1,102),(11,1,103),(11,1,104),(11,1,105),(11,1,106),(11,1,108),(11,1,109),(11,1,110),(11,1,111),(11,1,112),(11,1,113),(11,1,114),(11,1,115),(11,1,116),(11,1,117),(11,1,118),(11,1,119),(11,1,120),(11,1,121),(11,1,122),(11,1,123),(11,1,124),(11,1,125),(11,1,126),(11,1,127),(11,1,128),(11,1,129),(11,1,130),(11,1,131),(11,1,132),(11,1,133),(11,1,134),(11,1,135),(11,1,136),(11,1,137),(11,1,138),(11,1,139),(11,1,140),(11,1,141),(11,1,142),(11,1,143),(11,1,144),(11,1,145),(11,1,146),(11,1,147),(11,1,148),(11,1,149),(11,1,150),(11,1,151),(11,1,152),(11,1,153),(11,1,154),(11,1,155),(11,1,156),(11,1,157),(11,1,158),(11,1,159),(11,1,160),(11,1,161),(11,1,162),(11,1,163),(11,1,164),(11,1,165),(11,1,166),(11,1,167),(11,1,168),(11,1,169),(11,1,170),(11,1,171),(11,1,172),(11,1,173),(11,1,174),(11,1,175),(11,1,176),(11,1,177),(11,1,178),(11,1,179),(11,1,180),(11,1,181),(11,1,182),(11,1,183),(11,1,184),(11,1,185),(11,1,186),(11,1,187),(11,1,230),(11,1,231),(11,1,232),(11,1,233),(11,1,234),(11,1,235),(11,1,236),(11,1,237),(11,1,238),(11,1,239),(11,1,240),(11,1,241),(11,1,242),(11,1,243),(11,1,244),(11,2,1),(11,2,2),(11,2,3),(11,2,4),(11,2,5),(11,2,6),(11,2,7),(11,2,8),(11,2,9),(11,2,10),(11,2,11),(11,2,12),(11,2,13),(11,2,14),(11,2,15),(11,2,16),(11,2,17),(11,2,18),(11,2,19),(11,2,20),(11,2,21),(11,2,22),(11,2,23),(11,2,24),(11,2,25),(11,2,26),(11,2,27),(11,2,28),(11,2,29),(11,2,30),(11,2,31),(11,2,32),(11,2,33),(11,2,34),(11,2,35),(11,2,36),(11,2,37),(11,2,38),(11,2,39),(11,2,40),(11,2,41),(11,2,42),(11,2,43),(11,2,44),(11,2,45),(11,2,46),(11,2,47),(11,2,48),(11,2,49),(11,2,50),(11,2,51),(11,2,52),(11,2,53),(11,2,54),(11,2,55),(11,2,56),(11,2,57),(11,2,58),(11,2,59),(11,2,60),(11,2,61),(11,2,62),(11,2,63),(11,2,64),(11,2,65),(11,2,66),(11,2,67),(11,2,68),(11,2,69),(11,2,70),(11,2,71),(11,2,72),(11,2,73),(11,2,74),(11,2,75),(11,2,76),(11,2,77),(11,2,78),(11,2,79),(11,2,80),(11,2,81),(11,2,82),(11,2,83),(11,2,84),(11,2,85),(11,2,86),(11,2,87),(11,2,88),(11,2,89),(11,2,90),(11,2,91),(11,2,92),(11,2,93),(11,2,94),(11,2,95),(11,2,96),(11,2,97),(11,2,98),(11,2,99),(11,2,100),(11,2,101),(11,2,102),(11,2,103),(11,2,104),(11,2,105),(11,2,106),(11,2,107),(11,2,108),(11,2,109),(11,2,110),(11,2,111),(11,2,112),(11,2,113),(11,2,114),(11,2,115),(11,2,116),(11,2,117),(11,2,118),(11,2,119),(11,2,120),(11,2,121),(11,2,122),(11,2,123),(11,2,124),(11,2,125),(11,2,126),(11,2,127),(11,2,128),(11,2,129),(11,2,130),(11,2,131),(11,2,132),(11,2,133),(11,2,134),(11,2,135),(11,2,136),(11,2,137),(11,2,138),(11,2,139),(11,2,140),(11,2,141),(11,2,142),(11,2,143),(11,2,144),(11,2,145),(11,2,146),(11,2,147),(11,2,148),(11,2,149),(11,2,150),(11,2,151),(11,2,152),(11,2,153),(11,2,154),(11,2,155),(11,2,156),(11,2,157),(11,2,158),(11,2,159),(11,2,160),(11,2,161),(11,2,162),(11,2,163),(11,2,164),(11,2,165),(11,2,166),(11,2,167),(11,2,168),(11,2,169),(11,2,170),(11,2,171),(11,2,172),(11,2,173),(11,2,174),(11,2,175),(11,2,176),(11,2,177),(11,2,178),(11,2,179),(11,2,180),(11,2,181),(11,2,182),(11,2,183),(11,2,184),(11,2,185),(11,2,186),(11,2,187),(11,2,188),(11,2,189),(11,2,190),(11,2,191),(11,2,192),(11,2,193),(11,2,194),(11,2,195),(11,2,196),(11,2,197),(11,2,198),(11,2,199),(11,2,200),(11,2,201),(11,2,202),(11,2,203),(11,2,204),(11,2,205),(11,2,206),(11,2,207),(11,2,208),(11,2,209),(11,2,210),(11,2,211),(11,2,212),(11,2,213),(11,2,214),(11,2,215),(11,2,216),(11,2,217),(11,2,218),(11,2,219),(11,2,220),(11,2,221),(11,2,222),(11,2,223),(11,2,224),(11,2,225),(11,2,226),(11,2,227),(11,2,228),(11,2,229),(11,2,230),(11,2,231),(11,2,232),(11,2,233),(11,2,234),(11,2,235),(11,2,236),(11,2,237),(11,2,238),(11,2,239),(11,2,240),(11,2,241),(11,2,242),(11,2,243),(11,2,244),(30,1,1),(30,1,2),(30,1,3),(30,1,4),(30,1,5),(30,1,7),(30,1,8),(30,1,9),(30,1,10),(30,1,11),(30,1,12),(30,1,13),(30,1,14),(30,1,15),(30,1,16),(30,1,20),(30,1,21),(30,1,22),(30,1,23),(30,1,24),(30,1,26),(30,1,27),(30,1,29),(30,1,31),(30,1,32),(30,1,34),(30,1,35),(30,1,36),(30,1,38),(30,1,39),(30,1,40),(30,1,41),(30,1,42),(30,1,43),(30,1,44),(30,1,45),(30,1,46),(30,1,47),(30,1,48),(30,1,49),(30,1,50),(30,1,51),(30,1,52),(30,1,53),(30,1,54),(30,1,55),(30,1,56),(30,1,57),(30,1,58),(30,1,59),(30,1,60),(30,1,61),(30,1,62),(30,1,63),(30,1,64),(30,1,65),(30,1,66),(30,1,67),(30,1,68),(30,1,69),(30,1,70),(30,1,71),(30,1,72),(30,1,73),(30,1,74),(30,1,75),(30,1,76),(30,1,77),(30,1,78),(30,1,79),(30,1,80),(30,1,81),(30,1,82),(30,1,83),(30,1,84),(30,1,85),(30,1,86),(30,1,87),(30,1,88),(30,1,89),(30,1,90),(30,1,91),(30,1,92),(30,1,93),(30,1,94),(30,1,95),(30,1,96),(30,1,97),(30,1,98),(30,1,99),(30,1,100),(30,1,101),(30,1,102),(30,1,103),(30,1,104),(30,1,105),(30,1,106),(30,1,108),(30,1,109),(30,1,110),(30,1,111),(30,1,112),(30,1,113),(30,1,114),(30,1,115),(30,1,116),(30,1,117),(30,1,118),(30,1,119),(30,1,120),(30,1,121),(30,1,122),(30,1,123),(30,1,124),(30,1,125),(30,1,126),(30,1,127),(30,1,128),(30,1,129),(30,1,130),(30,1,131),(30,1,132),(30,1,133),(30,1,134),(30,1,135),(30,1,136),(30,1,137),(30,1,138),(30,1,139),(30,1,140),(30,1,141),(30,1,142),(30,1,143),(30,1,144),(30,1,145),(30,1,146),(30,1,147),(30,1,148),(30,1,149),(30,1,150),(30,1,151),(30,1,152),(30,1,153),(30,1,154),(30,1,155),(30,1,156),(30,1,157),(30,1,158),(30,1,159),(30,1,160),(30,1,161),(30,1,162),(30,1,163),(30,1,164),(30,1,165),(30,1,166),(30,1,167),(30,1,168),(30,1,169),(30,1,170),(30,1,171),(30,1,172),(30,1,173),(30,1,174),(30,1,175),(30,1,176),(30,1,177),(30,1,178),(30,1,179),(30,1,180),(30,1,181),(30,1,182),(30,1,183),(30,1,184),(30,1,185),(30,1,186),(30,1,187),(30,1,188),(30,1,230),(30,1,231),(30,1,232),(30,1,233),(30,1,234),(30,1,235),(30,1,236),(30,1,237),(30,1,238),(30,1,239),(30,1,240),(30,1,241),(30,1,242),(30,1,243),(30,1,244),(30,2,1),(30,2,2),(30,2,3),(30,2,4),(30,2,5),(30,2,6),(30,2,7),(30,2,8),(30,2,9),(30,2,10),(30,2,11),(30,2,12),(30,2,13),(30,2,14),(30,2,15),(30,2,16),(30,2,17),(30,2,18),(30,2,19),(30,2,20),(30,2,21),(30,2,22),(30,2,23),(30,2,24),(30,2,25),(30,2,26),(30,2,27),(30,2,28),(30,2,29),(30,2,30),(30,2,31),(30,2,32),(30,2,33),(30,2,34),(30,2,35),(30,2,36),(30,2,37),(30,2,38),(30,2,39),(30,2,40),(30,2,41),(30,2,42),(30,2,43),(30,2,44),(30,2,45),(30,2,46),(30,2,47),(30,2,48),(30,2,49),(30,2,50),(30,2,51),(30,2,52),(30,2,53),(30,2,54),(30,2,55),(30,2,56),(30,2,57),(30,2,58),(30,2,59),(30,2,60),(30,2,61),(30,2,62),(30,2,63),(30,2,64),(30,2,65),(30,2,66),(30,2,67),(30,2,68),(30,2,69),(30,2,70),(30,2,71),(30,2,72),(30,2,73),(30,2,74),(30,2,75),(30,2,76),(30,2,77),(30,2,78),(30,2,79),(30,2,80),(30,2,81),(30,2,82),(30,2,83),(30,2,84),(30,2,85),(30,2,86),(30,2,87),(30,2,88),(30,2,89),(30,2,90),(30,2,91),(30,2,92),(30,2,93),(30,2,94),(30,2,95),(30,2,96),(30,2,97),(30,2,98),(30,2,99),(30,2,100),(30,2,101),(30,2,102),(30,2,103),(30,2,104),(30,2,105),(30,2,106),(30,2,107),(30,2,108),(30,2,109),(30,2,110),(30,2,111),(30,2,112),(30,2,113),(30,2,114),(30,2,115),(30,2,116),(30,2,117),(30,2,118),(30,2,119),(30,2,120),(30,2,121),(30,2,122),(30,2,123),(30,2,124),(30,2,125),(30,2,126),(30,2,127),(30,2,128),(30,2,129),(30,2,130),(30,2,131),(30,2,132),(30,2,133),(30,2,134),(30,2,135),(30,2,136),(30,2,137),(30,2,138),(30,2,139),(30,2,140),(30,2,141),(30,2,142),(30,2,143),(30,2,144),(30,2,145),(30,2,146),(30,2,147),(30,2,148),(30,2,149),(30,2,150),(30,2,151),(30,2,152),(30,2,153),(30,2,154),(30,2,155),(30,2,156),(30,2,157),(30,2,158),(30,2,159),(30,2,160),(30,2,161),(30,2,162),(30,2,163),(30,2,164),(30,2,165),(30,2,166),(30,2,167),(30,2,168),(30,2,169),(30,2,170),(30,2,171),(30,2,172),(30,2,173),(30,2,174),(30,2,175),(30,2,176),(30,2,177),(30,2,178),(30,2,179),(30,2,180),(30,2,181),(30,2,182),(30,2,183),(30,2,184),(30,2,185),(30,2,186),(30,2,187),(30,2,188),(30,2,189),(30,2,190),(30,2,191),(30,2,192),(30,2,193),(30,2,194),(30,2,195),(30,2,196),(30,2,197),(30,2,198),(30,2,199),(30,2,200),(30,2,201),(30,2,202),(30,2,203),(30,2,204),(30,2,205),(30,2,206),(30,2,207),(30,2,208),(30,2,209),(30,2,210),(30,2,211),(30,2,212),(30,2,213),(30,2,214),(30,2,215),(30,2,216),(30,2,217),(30,2,218),(30,2,219),(30,2,220),(30,2,221),(30,2,222),(30,2,223),(30,2,224),(30,2,225),(30,2,226),(30,2,227),(30,2,228),(30,2,229),(30,2,230),(30,2,231),(30,2,232),(30,2,233),(30,2,234),(30,2,235),(30,2,236),(30,2,237),(30,2,238),(30,2,239),(30,2,240),(30,2,241),(30,2,242),(30,2,243),(30,2,244),(92,1,1),(92,1,2),(92,1,3),(92,1,4),(92,1,5),(92,1,7),(92,1,8),(92,1,9),(92,1,10),(92,1,11),(92,1,12),(92,1,13),(92,1,14),(92,1,15),(92,1,16),(92,1,20),(92,1,22),(92,1,23),(92,1,24),(92,1,26),(92,1,27),(92,1,29),(92,1,31),(92,1,32),(92,1,34),(92,1,35),(92,1,36),(92,1,38),(92,1,39),(92,1,40),(92,1,41),(92,1,42),(92,1,43),(92,1,44),(92,1,45),(92,1,46),(92,1,47),(92,1,48),(92,1,49),(92,1,50),(92,1,51),(92,1,52),(92,1,53),(92,1,54),(92,1,55),(92,1,56),(92,1,57),(92,1,58),(92,1,59),(92,1,60),(92,1,61),(92,1,62),(92,1,63),(92,1,64),(92,1,65),(92,1,66),(92,1,67),(92,1,68),(92,1,69),(92,1,70),(92,1,71),(92,1,72),(92,1,73),(92,1,74),(92,1,75),(92,1,76),(92,1,77),(92,1,78),(92,1,79),(92,1,80),(92,1,81),(92,1,82),(92,1,83),(92,1,84),(92,1,85),(92,1,86),(92,1,87),(92,1,88),(92,1,89),(92,1,90),(92,1,91),(92,1,92),(92,1,93),(92,1,94),(92,1,95),(92,1,96),(92,1,97),(92,1,98),(92,1,99),(92,1,100),(92,1,101),(92,1,102),(92,1,103),(92,1,104),(92,1,105),(92,1,106),(92,1,108),(92,1,109),(92,1,110),(92,1,111),(92,1,112),(92,1,113),(92,1,114),(92,1,115),(92,1,116),(92,1,117),(92,1,118),(92,1,119),(92,1,120),(92,1,121),(92,1,122),(92,1,123),(92,1,124),(92,1,125),(92,1,126),(92,1,127),(92,1,128),(92,1,129),(92,1,130),(92,1,131),(92,1,132),(92,1,133),(92,1,134),(92,1,135),(92,1,136),(92,1,137),(92,1,138),(92,1,139),(92,1,140),(92,1,141),(92,1,142),(92,1,143),(92,1,144),(92,1,145),(92,1,146),(92,1,147),(92,1,148),(92,1,149),(92,1,150),(92,1,151),(92,1,152),(92,1,153),(92,1,154),(92,1,155),(92,1,156),(92,1,157),(92,1,158),(92,1,159),(92,1,160),(92,1,161),(92,1,162),(92,1,163),(92,1,164),(92,1,165),(92,1,166),(92,1,167),(92,1,168),(92,1,169),(92,1,170),(92,1,171),(92,1,172),(92,1,173),(92,1,174),(92,1,175),(92,1,176),(92,1,177),(92,1,178),(92,1,179),(92,1,180),(92,1,181),(92,1,182),(92,1,183),(92,1,184),(92,1,185),(92,1,186),(92,1,187),(92,1,230),(92,1,231),(92,1,232),(92,1,233),(92,1,234),(92,1,235),(92,1,236),(92,1,237),(92,1,238),(92,1,239),(92,1,240),(92,1,241),(92,1,242),(92,1,243),(92,1,244),(92,2,1),(92,2,3),(92,2,13),(92,2,14),(92,2,25),(92,2,131),(106,1,1),(106,1,2),(106,1,3),(106,1,4),(106,1,5),(106,1,7),(106,1,8),(106,1,9),(106,1,10),(106,1,11),(106,1,12),(106,1,13),(106,1,14),(106,1,15),(106,1,16),(106,1,20),(106,1,21),(106,1,22),(106,1,23),(106,1,24),(106,1,26),(106,1,27),(106,1,29),(106,1,31),(106,1,32),(106,1,34),(106,1,35),(106,1,36),(106,1,38),(106,1,39),(106,1,40),(106,1,41),(106,1,42),(106,1,43),(106,1,44),(106,1,45),(106,1,46),(106,1,47),(106,1,48),(106,1,49),(106,1,50),(106,1,51),(106,1,52),(106,1,53),(106,1,54),(106,1,55),(106,1,56),(106,1,57),(106,1,58),(106,1,59),(106,1,60),(106,1,61),(106,1,62),(106,1,63),(106,1,64),(106,1,65),(106,1,66),(106,1,67),(106,1,68),(106,1,69),(106,1,70),(106,1,71),(106,1,72),(106,1,73),(106,1,74),(106,1,75),(106,1,76),(106,1,77),(106,1,78),(106,1,79),(106,1,80),(106,1,81),(106,1,82),(106,1,83),(106,1,84),(106,1,85),(106,1,86),(106,1,87),(106,1,88),(106,1,89),(106,1,90),(106,1,91),(106,1,92),(106,1,93),(106,1,94),(106,1,95),(106,1,96),(106,1,97),(106,1,98),(106,1,99),(106,1,100),(106,1,101),(106,1,102),(106,1,103),(106,1,104),(106,1,105),(106,1,106),(106,1,108),(106,1,109),(106,1,110),(106,1,111),(106,1,112),(106,1,113),(106,1,114),(106,1,115),(106,1,116),(106,1,117),(106,1,118),(106,1,119),(106,1,120),(106,1,121),(106,1,122),(106,1,123),(106,1,124),(106,1,125),(106,1,126),(106,1,127),(106,1,128),(106,1,129),(106,1,130),(106,1,131),(106,1,132),(106,1,133),(106,1,134),(106,1,135),(106,1,136),(106,1,137),(106,1,138),(106,1,139),(106,1,140),(106,1,141),(106,1,142),(106,1,143),(106,1,144),(106,1,145),(106,1,146),(106,1,147),(106,1,148),(106,1,149),(106,1,150),(106,1,151),(106,1,152),(106,1,153),(106,1,154),(106,1,155),(106,1,156),(106,1,157),(106,1,158),(106,1,159),(106,1,160),(106,1,161),(106,1,162),(106,1,163),(106,1,164),(106,1,165),(106,1,166),(106,1,167),(106,1,168),(106,1,169),(106,1,170),(106,1,171),(106,1,172),(106,1,173),(106,1,174),(106,1,175),(106,1,176),(106,1,177),(106,1,178),(106,1,179),(106,1,180),(106,1,181),(106,1,182),(106,1,183),(106,1,184),(106,1,185),(106,1,186),(106,1,187),(106,1,230),(106,1,231),(106,1,232),(106,1,233),(106,1,234),(106,1,235),(106,1,236),(106,1,237),(106,1,238),(106,1,239),(106,1,240),(106,1,241),(106,1,242),(106,1,243),(106,1,244),(106,2,1),(106,2,3),(106,2,7),(106,2,8),(106,2,11),(106,2,13),(106,2,14),(106,2,21),(106,2,25),(106,2,131),(133,1,1),(133,1,3),(133,1,7),(133,1,8),(133,1,11),(133,1,13),(133,1,14),(133,1,21),(133,1,25),(133,1,131),(133,1,245),(133,2,1),(133,2,3),(133,2,7),(133,2,8),(133,2,11),(133,2,13),(133,2,14),(133,2,21),(133,2,25),(133,2,131),(133,2,245); -/*!40000 ALTER TABLE `ps_module_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_currency` --- - -DROP TABLE IF EXISTS `ps_module_currency`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_currency` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_currency` int(11) NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_currency`), - KEY `id_module` (`id_module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_currency` --- - -LOCK TABLES `ps_module_currency` WRITE; -/*!40000 ALTER TABLE `ps_module_currency` DISABLE KEYS */; -INSERT INTO `ps_module_currency` VALUES (11,1,1),(11,1,2),(11,1,3),(11,1,4),(11,1,5),(11,1,6),(11,1,7),(11,2,1),(30,1,1),(30,1,2),(30,1,3),(30,1,4),(30,1,5),(30,1,6),(30,1,7),(30,2,1),(92,1,1),(92,1,2),(92,1,3),(92,1,4),(92,1,5),(92,1,6),(92,2,1),(92,2,2),(92,2,3),(92,2,4),(106,1,1),(106,1,2),(106,1,3),(106,1,4),(106,1,5),(106,1,6),(106,1,7),(106,2,1),(106,2,2),(106,2,3),(106,2,4),(133,1,1),(133,1,2),(133,1,3),(133,1,4),(133,1,5),(133,1,6),(133,1,7),(133,2,1),(133,2,2),(133,2,3),(133,2,4),(133,2,5),(133,2,6); -/*!40000 ALTER TABLE `ps_module_currency` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_group` --- - -DROP TABLE IF EXISTS `ps_module_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_group` ( - `id_module` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_group` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_module`,`id_shop`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_group` --- - -LOCK TABLES `ps_module_group` WRITE; -/*!40000 ALTER TABLE `ps_module_group` DISABLE KEYS */; -INSERT INTO `ps_module_group` VALUES (1,1,1),(1,1,2),(1,1,3),(1,1,4),(1,2,1),(1,2,2),(1,2,3),(2,1,1),(2,1,2),(2,1,3),(2,1,4),(2,2,1),(2,2,2),(2,2,3),(3,1,1),(3,1,2),(3,1,3),(3,1,4),(3,2,1),(3,2,2),(3,2,3),(4,1,1),(4,1,2),(4,1,3),(4,1,4),(4,2,1),(4,2,2),(4,2,3),(5,1,1),(5,1,2),(5,1,3),(5,1,4),(5,2,1),(5,2,2),(5,2,3),(6,1,1),(6,1,2),(6,1,3),(6,1,4),(6,2,1),(6,2,2),(6,2,3),(7,1,1),(7,1,2),(7,1,3),(7,1,4),(7,2,1),(7,2,2),(7,2,3),(8,1,1),(8,1,2),(8,1,3),(8,1,4),(8,2,1),(8,2,2),(8,2,3),(9,1,1),(9,1,2),(9,1,3),(9,1,4),(9,2,1),(9,2,2),(9,2,3),(10,1,1),(10,1,2),(10,1,3),(10,1,4),(10,2,1),(10,2,2),(10,2,3),(11,1,1),(11,1,2),(11,1,3),(11,1,4),(11,2,1),(11,2,2),(11,2,3),(12,1,1),(12,1,2),(12,1,3),(12,1,4),(12,2,1),(12,2,2),(12,2,3),(13,1,1),(13,1,2),(13,1,3),(13,1,4),(13,2,1),(13,2,2),(13,2,3),(14,1,1),(14,1,2),(14,1,3),(14,1,4),(14,2,1),(14,2,2),(14,2,3),(15,1,1),(15,1,2),(15,1,3),(15,1,4),(15,2,1),(15,2,2),(15,2,3),(16,1,1),(16,1,2),(16,1,3),(16,1,4),(16,2,1),(16,2,2),(16,2,3),(17,1,1),(17,1,2),(17,1,3),(17,1,4),(17,2,1),(17,2,2),(17,2,3),(19,1,1),(19,1,2),(19,1,3),(19,1,4),(19,2,1),(19,2,2),(19,2,3),(20,1,1),(20,1,2),(20,1,3),(20,1,4),(20,2,1),(20,2,2),(20,2,3),(21,1,1),(21,1,2),(21,1,3),(21,1,4),(21,2,1),(21,2,2),(21,2,3),(22,1,1),(22,1,2),(22,1,3),(22,1,4),(22,2,1),(22,2,2),(22,2,3),(23,1,1),(23,1,2),(23,1,3),(23,1,4),(23,2,1),(23,2,2),(23,2,3),(24,1,1),(24,1,2),(24,1,3),(24,1,4),(24,2,1),(24,2,2),(24,2,3),(25,1,1),(25,1,2),(25,1,3),(25,1,4),(25,2,1),(25,2,2),(25,2,3),(26,1,1),(26,1,2),(26,1,3),(26,1,4),(26,2,1),(26,2,2),(26,2,3),(27,1,1),(27,1,2),(27,1,3),(27,1,4),(27,2,1),(27,2,2),(27,2,3),(28,1,1),(28,1,2),(28,1,3),(28,1,4),(28,2,1),(28,2,2),(28,2,3),(29,1,1),(29,1,2),(29,1,3),(29,1,4),(29,2,1),(29,2,2),(29,2,3),(30,1,1),(30,1,2),(30,1,3),(30,1,4),(30,2,1),(30,2,2),(30,2,3),(31,1,1),(31,1,2),(31,1,3),(31,1,4),(31,2,1),(31,2,2),(31,2,3),(32,1,1),(32,1,2),(32,1,3),(32,1,4),(32,2,1),(32,2,2),(32,2,3),(33,1,1),(33,1,2),(33,1,3),(33,1,4),(33,2,1),(33,2,2),(33,2,3),(34,1,1),(34,1,2),(34,1,3),(34,1,4),(34,2,1),(34,2,2),(34,2,3),(35,1,1),(35,1,2),(35,1,3),(35,1,4),(35,2,1),(35,2,2),(35,2,3),(36,1,1),(36,1,2),(36,1,3),(36,1,4),(36,2,1),(36,2,2),(36,2,3),(37,1,1),(37,1,2),(37,1,3),(37,1,4),(37,2,1),(37,2,2),(37,2,3),(38,1,1),(38,1,2),(38,1,3),(38,1,4),(38,2,1),(38,2,2),(38,2,3),(39,1,1),(39,1,2),(39,1,3),(39,1,4),(39,2,1),(39,2,2),(39,2,3),(40,1,1),(40,1,2),(40,1,3),(40,1,4),(40,2,1),(40,2,2),(40,2,3),(41,1,1),(41,1,2),(41,1,3),(41,1,4),(41,2,1),(41,2,2),(41,2,3),(42,1,1),(42,1,2),(42,1,3),(42,1,4),(42,2,1),(42,2,2),(42,2,3),(43,1,1),(43,1,2),(43,1,3),(43,1,4),(43,2,1),(43,2,2),(43,2,3),(44,1,1),(44,1,2),(44,1,3),(44,1,4),(44,2,1),(44,2,2),(44,2,3),(45,1,1),(45,1,2),(45,1,3),(45,1,4),(45,2,1),(45,2,2),(45,2,3),(46,1,1),(46,1,2),(46,1,3),(46,1,4),(46,2,1),(46,2,2),(46,2,3),(47,1,1),(47,1,2),(47,1,3),(47,1,4),(47,2,1),(47,2,2),(47,2,3),(48,1,1),(48,1,2),(48,1,3),(48,1,4),(48,2,1),(48,2,2),(48,2,3),(49,1,1),(49,1,2),(49,1,3),(49,1,4),(49,2,1),(49,2,2),(49,2,3),(50,1,1),(50,1,2),(50,1,3),(50,1,4),(50,2,1),(50,2,2),(50,2,3),(51,1,1),(51,1,2),(51,1,3),(51,1,4),(51,2,1),(51,2,2),(51,2,3),(52,1,1),(52,1,2),(52,1,3),(52,1,4),(52,2,1),(52,2,2),(52,2,3),(53,1,1),(53,1,2),(53,1,3),(53,1,4),(53,2,1),(53,2,2),(53,2,3),(54,1,1),(54,1,2),(54,1,3),(54,1,4),(54,2,1),(54,2,2),(54,2,3),(55,1,1),(55,1,2),(55,1,3),(55,1,4),(55,2,1),(55,2,2),(55,2,3),(56,1,1),(56,1,2),(56,1,3),(56,1,4),(56,2,1),(56,2,2),(56,2,3),(57,1,1),(57,1,2),(57,1,3),(57,1,4),(57,2,1),(57,2,2),(57,2,3),(58,1,1),(58,1,2),(58,1,3),(58,1,4),(58,2,1),(58,2,2),(58,2,3),(59,1,1),(59,1,2),(59,1,3),(59,1,4),(59,2,1),(59,2,2),(59,2,3),(60,1,1),(60,1,2),(60,1,3),(60,1,4),(60,2,1),(60,2,2),(60,2,3),(61,1,1),(61,1,2),(61,1,3),(61,1,4),(61,2,1),(61,2,2),(61,2,3),(91,1,1),(91,1,2),(91,1,3),(91,1,4),(91,2,1),(91,2,2),(91,2,3),(92,1,1),(92,1,2),(92,1,3),(92,1,4),(92,2,1),(92,2,2),(92,2,3),(103,1,1),(103,1,2),(103,1,3),(103,1,4),(103,2,1),(103,2,2),(103,2,3),(104,1,1),(104,1,2),(104,2,1),(104,2,2),(104,2,3),(106,1,1),(106,1,2),(106,1,3),(106,1,4),(106,2,1),(106,2,2),(106,2,3),(111,1,1),(111,1,2),(111,2,1),(111,2,2),(111,2,3),(112,1,1),(112,1,2),(112,1,3),(112,1,4),(112,2,1),(112,2,2),(112,2,3),(113,1,1),(113,1,2),(113,1,3),(113,1,4),(113,2,1),(113,2,2),(113,2,3),(114,1,1),(114,1,2),(114,1,3),(114,1,4),(114,2,1),(114,2,2),(114,2,3),(114,2,4),(115,1,1),(115,1,2),(115,1,3),(115,1,4),(115,1,5),(115,2,1),(115,2,2),(115,2,3),(115,2,4),(115,2,5),(116,1,1),(116,1,2),(116,1,3),(116,1,4),(116,1,5),(116,2,1),(116,2,2),(116,2,3),(116,2,4),(116,2,5),(117,1,1),(117,1,2),(117,1,3),(117,1,4),(117,1,5),(117,2,1),(117,2,2),(117,2,3),(117,2,4),(117,2,5),(133,1,1),(133,1,2),(133,1,3),(133,1,4),(133,1,5),(133,2,1),(133,2,2),(133,2,3),(133,2,4),(133,2,5),(157,1,1),(157,1,2),(157,1,3),(157,1,4),(157,1,5),(157,2,1),(157,2,2),(157,2,3),(157,2,4),(157,2,5); -/*!40000 ALTER TABLE `ps_module_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_history` --- - -DROP TABLE IF EXISTS `ps_module_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_history` ( - `id` int(11) NOT NULL AUTO_INCREMENT, - `id_employee` int(11) NOT NULL, - `id_module` int(11) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id`) -) ENGINE=InnoDB AUTO_INCREMENT=67 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_history` --- - -LOCK TABLES `ps_module_history` WRITE; -/*!40000 ALTER TABLE `ps_module_history` DISABLE KEYS */; -INSERT INTO `ps_module_history` VALUES (1,1,62,'2020-11-03 14:17:07','2020-11-03 14:17:07'),(2,1,64,'2020-11-05 12:39:21','2020-11-05 12:39:21'),(3,1,65,'2020-11-05 15:05:00','2020-11-05 15:09:12'),(4,1,66,'2020-11-05 15:10:14','2020-11-13 13:37:44'),(5,1,67,'2020-11-13 13:42:12','2020-11-13 13:42:12'),(6,1,68,'2020-11-16 18:15:01','2020-11-19 10:00:51'),(7,1,69,'2020-11-26 13:51:44','2020-11-26 13:51:44'),(8,1,70,'2020-11-26 14:11:29','2020-11-26 14:11:29'),(9,1,71,'2020-11-26 14:14:57','2020-11-26 14:14:57'),(10,1,72,'2020-11-26 14:57:58','2020-11-26 14:57:58'),(11,1,73,'2020-11-26 15:07:54','2020-12-03 14:21:55'),(12,1,74,'2020-12-04 13:19:32','2020-12-04 13:19:32'),(13,1,75,'2020-12-10 13:17:25','2020-12-10 13:17:25'),(14,1,77,'2020-12-11 10:05:54','2020-12-11 10:05:54'),(15,1,84,'2020-12-17 13:41:29','2020-12-17 13:41:29'),(16,1,85,'2020-12-29 10:54:23','2020-12-29 10:54:23'),(17,1,86,'2021-01-14 12:59:06','2021-01-28 16:20:11'),(18,1,87,'2021-01-28 13:53:45','2021-10-13 09:30:33'),(19,1,88,'2021-02-26 11:04:23','2021-02-26 11:04:23'),(20,1,90,'2021-03-18 13:05:51','2021-04-06 15:30:25'),(21,1,91,'2021-04-08 14:21:24','2021-10-28 13:55:13'),(22,1,92,'2021-05-06 12:22:19','2021-10-15 09:34:38'),(23,1,98,'2021-05-21 11:40:53','2021-07-01 14:27:00'),(24,1,99,'2021-07-02 10:59:15','2021-07-08 09:22:17'),(25,1,100,'2021-07-08 14:40:10','2021-07-08 14:40:10'),(26,1,101,'2021-07-09 09:23:53','2021-07-09 09:23:53'),(27,1,102,'2021-07-09 14:26:51','2021-11-05 09:47:14'),(28,1,103,'2021-09-10 16:02:42','2021-09-10 16:02:42'),(29,1,104,'2021-10-13 12:27:46','2022-02-01 11:11:44'),(30,1,105,'2021-11-11 09:33:58','2021-12-21 13:36:59'),(31,1,106,'2021-12-03 09:15:35','2022-01-07 12:29:56'),(32,1,107,'2022-01-06 10:56:18','2022-02-17 09:50:57'),(33,1,108,'2022-02-17 14:37:33','2022-02-17 14:37:33'),(34,1,109,'2022-02-17 14:38:12','2022-02-17 14:38:12'),(35,1,110,'2022-02-18 14:48:16','2022-08-22 11:42:27'),(36,1,111,'2022-03-14 11:24:22','2022-03-14 11:24:22'),(37,1,112,'2022-03-14 11:33:39','2022-03-14 13:01:24'),(38,1,113,'2022-03-14 11:33:39','2022-03-14 11:33:39'),(39,1,114,'2022-04-04 14:53:58','2022-04-04 14:53:58'),(40,1,115,'2022-04-25 17:19:59','2022-05-02 15:55:37'),(41,1,116,'2022-05-02 15:58:06','2022-05-02 16:01:41'),(42,1,117,'2022-09-02 10:20:47','2022-10-17 11:01:38'),(43,1,118,'2022-09-07 15:40:33','2022-09-07 15:40:33'),(44,1,119,'2022-09-13 10:41:50','2022-09-13 10:41:50'),(45,1,120,'2022-09-13 10:46:01','2022-09-13 10:46:01'),(46,1,121,'2022-09-13 11:05:47','2022-09-13 11:05:47'),(47,1,122,'2022-09-13 11:08:11','2022-09-13 11:10:40'),(48,1,123,'2022-09-13 11:10:59','2022-09-13 11:10:59'),(49,1,124,'2022-10-06 13:14:18','2022-10-06 13:14:18'),(50,1,125,'2022-10-10 13:53:28','2022-10-10 13:53:28'),(51,1,126,'2022-10-10 13:58:12','2022-10-10 13:58:12'),(52,1,127,'2022-10-10 14:12:07','2022-10-10 14:12:07'),(53,1,128,'2022-10-10 14:31:29','2022-10-10 14:31:29'),(54,1,129,'2022-10-10 14:32:31','2022-10-10 14:32:31'),(55,1,130,'2022-10-11 09:35:14','2022-10-11 09:35:14'),(56,1,131,'2022-10-11 09:36:42','2022-10-11 09:36:42'),(57,1,132,'2022-10-11 09:37:53','2022-10-11 09:37:53'),(58,1,133,'2022-10-11 09:40:07','2022-11-14 13:17:04'),(59,1,137,'2022-11-21 14:09:15','2022-11-21 14:09:15'),(60,1,142,'2022-11-21 14:27:51','2022-11-21 14:27:51'),(61,1,143,'2022-11-21 14:29:21','2022-11-22 10:15:41'),(62,1,146,'2022-11-22 11:10:30','2022-11-22 11:10:30'),(63,1,147,'2022-11-22 11:22:13','2022-11-22 11:22:13'),(64,1,148,'2022-11-22 11:27:18','2022-11-22 11:27:18'),(65,1,153,'2022-11-22 14:56:10','2022-11-28 09:25:21'),(66,1,155,'2022-11-28 10:54:55','2022-11-28 10:54:55'); -/*!40000 ALTER TABLE `ps_module_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_preference` --- - -DROP TABLE IF EXISTS `ps_module_preference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_preference` ( - `id_module_preference` int(11) NOT NULL AUTO_INCREMENT, - `id_employee` int(11) NOT NULL, - `module` varchar(255) NOT NULL, - `interest` tinyint(1) DEFAULT NULL, - `favorite` tinyint(1) DEFAULT NULL, - PRIMARY KEY (`id_module_preference`), - UNIQUE KEY `employee_module` (`id_employee`,`module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_preference` --- - -LOCK TABLES `ps_module_preference` WRITE; -/*!40000 ALTER TABLE `ps_module_preference` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_module_preference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_module_shop` --- - -DROP TABLE IF EXISTS `ps_module_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_module_shop` ( - `id_module` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `enable_device` tinyint(1) NOT NULL DEFAULT '7', - PRIMARY KEY (`id_module`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_module_shop` --- - -LOCK TABLES `ps_module_shop` WRITE; -/*!40000 ALTER TABLE `ps_module_shop` DISABLE KEYS */; -INSERT INTO `ps_module_shop` VALUES (1,1,7),(1,2,7),(2,1,7),(2,2,7),(3,1,7),(3,2,7),(4,1,7),(4,2,7),(5,1,7),(5,2,7),(6,1,7),(6,2,7),(7,1,7),(7,2,7),(8,1,7),(8,2,7),(9,1,3),(9,2,3),(10,1,7),(10,2,7),(11,1,7),(11,2,7),(12,1,7),(12,2,7),(13,1,7),(13,2,7),(14,1,7),(14,2,7),(15,1,7),(15,2,7),(16,1,7),(16,2,7),(17,1,7),(17,2,7),(19,1,7),(19,2,7),(20,1,7),(20,2,7),(21,1,3),(21,2,3),(22,1,7),(22,2,7),(23,1,7),(23,2,7),(24,1,7),(24,2,7),(25,1,7),(25,2,7),(26,1,7),(26,2,7),(27,1,7),(27,2,7),(28,1,7),(28,2,7),(29,1,7),(29,2,7),(30,1,7),(30,2,7),(31,1,7),(31,2,7),(32,1,7),(32,2,7),(33,1,7),(33,2,7),(34,1,7),(34,2,7),(35,1,7),(35,2,7),(36,1,7),(36,2,7),(37,1,7),(37,2,7),(38,1,7),(38,2,7),(39,1,7),(39,2,7),(40,1,7),(40,2,7),(41,1,7),(41,2,7),(42,1,7),(42,2,7),(43,1,7),(43,2,7),(44,1,7),(44,2,7),(45,1,7),(45,2,7),(46,1,7),(46,2,7),(47,1,7),(47,2,7),(48,1,7),(48,2,7),(49,1,7),(49,2,7),(50,1,7),(50,2,7),(51,1,7),(51,2,7),(52,1,7),(52,2,7),(53,1,7),(53,2,7),(54,1,7),(54,2,7),(55,1,7),(55,2,7),(56,1,7),(56,2,7),(57,1,7),(57,2,7),(58,1,7),(58,2,7),(59,1,7),(59,2,7),(60,1,7),(60,2,7),(61,1,7),(61,2,7),(91,1,7),(91,2,7),(103,1,7),(106,1,7),(111,1,7),(114,1,7),(117,1,7),(117,2,7),(133,1,7),(157,1,7); -/*!40000 ALTER TABLE `ps_module_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_carrier_information` --- - -DROP TABLE IF EXISTS `ps_mol_carrier_information`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_carrier_information` ( - `id_mol_carrier_information` int(64) NOT NULL AUTO_INCREMENT, - `id_carrier` int(64) NOT NULL, - `url_source` varchar(64) NOT NULL, - `custom_url` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_mol_carrier_information`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_carrier_information` --- - -LOCK TABLES `ps_mol_carrier_information` WRITE; -/*!40000 ALTER TABLE `ps_mol_carrier_information` DISABLE KEYS */; -INSERT INTO `ps_mol_carrier_information` VALUES (1,6,'custom_url',''),(2,14,'no_tracking_info',''),(3,13,'no_tracking_info',''); -/*!40000 ALTER TABLE `ps_mol_carrier_information` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_country` --- - -DROP TABLE IF EXISTS `ps_mol_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_country` ( - `id_mol_country` int(64) NOT NULL AUTO_INCREMENT, - `id_method` varchar(64) DEFAULT NULL, - `id_country` int(64) DEFAULT NULL, - `all_countries` tinyint(4) DEFAULT NULL, - PRIMARY KEY (`id_mol_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_country` --- - -LOCK TABLES `ps_mol_country` WRITE; -/*!40000 ALTER TABLE `ps_mol_country` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mol_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_customer` --- - -DROP TABLE IF EXISTS `ps_mol_customer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_customer` ( - `id_mol_customer` int(64) NOT NULL AUTO_INCREMENT, - `customer_id` varchar(64) NOT NULL, - `name` varchar(64) NOT NULL, - `email` varchar(64) NOT NULL, - `created_at` varchar(64) NOT NULL, - PRIMARY KEY (`id_mol_customer`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_customer` --- - -LOCK TABLES `ps_mol_customer` WRITE; -/*!40000 ALTER TABLE `ps_mol_customer` DISABLE KEYS */; -INSERT INTO `ps_mol_customer` VALUES (1,'cst_uZQVWgcnRn','Marius Gudauskis','marius.gudauskis@invertus.eu','2022-10-18T10:05:56+00:00'); -/*!40000 ALTER TABLE `ps_mol_customer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_excluded_country` --- - -DROP TABLE IF EXISTS `ps_mol_excluded_country`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_excluded_country` ( - `id_mol_country` int(64) NOT NULL AUTO_INCREMENT, - `id_method` varchar(64) DEFAULT NULL, - `id_country` int(64) DEFAULT NULL, - `all_countries` tinyint(4) DEFAULT NULL, - PRIMARY KEY (`id_mol_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_excluded_country` --- - -LOCK TABLES `ps_mol_excluded_country` WRITE; -/*!40000 ALTER TABLE `ps_mol_excluded_country` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mol_excluded_country` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_order_fee` --- - -DROP TABLE IF EXISTS `ps_mol_order_fee`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_order_fee` ( - `id_mol_order_fee` int(64) NOT NULL AUTO_INCREMENT, - `id_cart` int(64) NOT NULL, - `order_fee` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_mol_order_fee`) -) ENGINE=InnoDB AUTO_INCREMENT=18 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_order_fee` --- - -LOCK TABLES `ps_mol_order_fee` WRITE; -/*!40000 ALTER TABLE `ps_mol_order_fee` DISABLE KEYS */; -INSERT INTO `ps_mol_order_fee` VALUES (1,1381,0.000000),(2,1383,5.000000),(3,1384,5.000000),(4,1386,0.000000),(5,1389,0.000000),(6,1390,0.000000),(7,1391,0.000000),(8,1392,0.000000),(9,1394,0.000000),(10,1395,0.000000),(11,1398,0.000000),(12,1399,0.000000),(13,1400,0.000000),(14,1401,0.000000),(15,1402,0.000000),(16,1404,0.000000),(17,1405,0.000000); -/*!40000 ALTER TABLE `ps_mol_order_fee` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_payment_method` --- - -DROP TABLE IF EXISTS `ps_mol_payment_method`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_payment_method` ( - `id_payment_method` int(64) NOT NULL AUTO_INCREMENT, - `id_method` varchar(64) NOT NULL, - `method_name` varchar(64) NOT NULL, - `enabled` tinyint(1) DEFAULT NULL, - `title` varchar(64) DEFAULT NULL, - `method` varchar(64) DEFAULT NULL, - `description` varchar(255) DEFAULT NULL, - `is_countries_applicable` tinyint(1) DEFAULT NULL, - `minimal_order_value` decimal(20,6) DEFAULT NULL, - `max_order_value` decimal(20,6) DEFAULT NULL, - `surcharge` int(10) DEFAULT NULL, - `surcharge_fixed_amount` decimal(20,6) DEFAULT NULL, - `surcharge_percentage` decimal(20,6) DEFAULT NULL, - `surcharge_limit` decimal(20,6) DEFAULT NULL, - `images_json` text, - `live_environment` tinyint(1) DEFAULT NULL, - `position` int(10) DEFAULT NULL, - `id_shop` int(64) DEFAULT '1', - `min_amount` decimal(20,6) DEFAULT '0.000000', - `max_amount` decimal(20,6) DEFAULT '0.000000', - PRIMARY KEY (`id_payment_method`) -) ENGINE=InnoDB AUTO_INCREMENT=36 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_payment_method` --- - -LOCK TABLES `ps_mol_payment_method` WRITE; -/*!40000 ALTER TABLE `ps_mol_payment_method` DISABLE KEYS */; -INSERT INTO `ps_mol_payment_method` VALUES (19,'applepay','Apple Pay',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/applepay.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/applepay%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/applepay.svg\"}',0,0,1,0.050000,5000.000000),(20,'sofort','SOFORT Banking',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/sofort.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/sofort%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/sofort.svg\"}',0,0,1,0.100000,50000.000000),(21,'belfius','Belfius Pay Button',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/belfius.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/belfius%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/belfius.svg\"}',0,0,1,0.010000,50000.000000),(22,'kbc','KBC/CBC Payment Button',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/kbc.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/kbc%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/kbc.svg\"}',0,0,1,0.010000,50000.000000),(23,'przelewy24','Przelewy24',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/przelewy24.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/przelewy24%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/przelewy24.svg\"}',0,0,1,0.010000,12815.000000),(24,'giropay','giropay',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/giropay.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/giropay%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/giropay.svg\"}',0,0,1,1.000000,10000.000000),(25,'eps','eps',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/eps.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/eps%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/eps.svg\"}',0,0,1,1.000000,50000.000000),(26,'bancontact','Bancontact',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/bancontact.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/bancontact%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/bancontact.svg\"}',0,0,1,0.020000,50000.000000),(27,'banktransfer','Bank transfer',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/banktransfer.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/banktransfer%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/banktransfer.svg\"}',0,0,1,0.010000,1000000.000000),(28,'ideal','iDEAL',1,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/ideal.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/ideal%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/ideal.svg\"}',0,0,1,1.000000,39.700000),(29,'paypal','PayPal',1,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/paypal.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/paypal%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/paypal.svg\"}',0,0,1,0.010000,0.000000),(30,'klarnasliceit','Slice it.',1,'','orders','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnasliceit.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnasliceit%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnasliceit.svg\"}',0,0,1,35.000000,10000.000000),(31,'klarnapaynow','Pay now.',1,'','orders','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnapaynow.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnapaynow%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnapaynow.svg\"}',0,0,1,0.100000,10000.000000),(32,'klarnapaylater','Pay later.',1,'','orders','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnapaylater.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnapaylater%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/klarnapaylater.svg\"}',0,0,1,0.010000,10000.000000),(33,'in3','Pay in 3 instalments, 0% interest',0,'','orders','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/in3.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/in3%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/in3.svg\"}',0,0,1,100.000000,5000.000000),(34,'creditcard','Credit/Debit Card',0,'','payments','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/creditcard.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/creditcard%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/creditcard.svg\"}',0,0,1,0.010000,5000.000000),(35,'voucher','Vouchers',0,'','orders','{orderNumber}',0,0.000000,0.000000,0,0.000000,0.000000,0.000000,'{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/voucher.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/voucher%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/payment-methods\\/voucher.svg\"}',0,0,1,1.000000,100000.000000); -/*!40000 ALTER TABLE `ps_mol_payment_method` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_payment_method_issuer` --- - -DROP TABLE IF EXISTS `ps_mol_payment_method_issuer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_payment_method_issuer` ( - `id_payment_method_issuer` int(64) NOT NULL AUTO_INCREMENT, - `id_payment_method` int(64) NOT NULL, - `issuers_json` text NOT NULL, - PRIMARY KEY (`id_payment_method_issuer`) -) ENGINE=InnoDB AUTO_INCREMENT=95 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_payment_method_issuer` --- - -LOCK TABLES `ps_mol_payment_method_issuer` WRITE; -/*!40000 ALTER TABLE `ps_mol_payment_method_issuer` DISABLE KEYS */; -INSERT INTO `ps_mol_payment_method_issuer` VALUES (69,4,'[{\"resource\":\"issuer\",\"id\":\"cbc\",\"name\":\"CBC\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/cbc.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/cbc%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/cbc.svg\"}},{\"resource\":\"issuer\",\"id\":\"kbc\",\"name\":\"KBC\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/kbc.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/kbc%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/kbc.svg\"}}]'),(70,10,'[{\"resource\":\"issuer\",\"id\":\"ideal_ABNANL2A\",\"name\":\"ABN AMRO\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ABNANL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ABNANL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ABNANL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_INGBNL2A\",\"name\":\"ING\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/INGBNL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/INGBNL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/INGBNL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_RABONL2U\",\"name\":\"Rabobank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RABONL2U.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RABONL2U%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RABONL2U.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_ASNBNL21\",\"name\":\"ASN Bank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ASNBNL21.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ASNBNL21%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ASNBNL21.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_BUNQNL2A\",\"name\":\"bunq\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/BUNQNL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/BUNQNL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/BUNQNL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_KNABNL2H\",\"name\":\"Knab\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/KNABNL2H.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/KNABNL2H%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/KNABNL2H.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_RBRBNL21\",\"name\":\"Regiobank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RBRBNL21.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RBRBNL21%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RBRBNL21.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_REVOLT21\",\"name\":\"Revolut\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/REVOLT21.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/REVOLT21%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/REVOLT21.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_SNSBNL2A\",\"name\":\"SNS Bank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/SNSBNL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/SNSBNL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/SNSBNL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_TRIONL2U\",\"name\":\"Triodos\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/TRIONL2U.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/TRIONL2U%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/TRIONL2U.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_FVLBNL22\",\"name\":\"Van Lanschot\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/FVLBNL22.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/FVLBNL22%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/FVLBNL22.svg\"}}]'),(93,22,'[{\"resource\":\"issuer\",\"id\":\"cbc\",\"name\":\"CBC\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/cbc.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/cbc%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/cbc.svg\"}},{\"resource\":\"issuer\",\"id\":\"kbc\",\"name\":\"KBC\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/kbc.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/kbc%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/kbc-issuers\\/kbc.svg\"}}]'),(94,28,'[{\"resource\":\"issuer\",\"id\":\"ideal_ABNANL2A\",\"name\":\"ABN AMRO\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ABNANL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ABNANL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ABNANL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_INGBNL2A\",\"name\":\"ING\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/INGBNL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/INGBNL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/INGBNL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_RABONL2U\",\"name\":\"Rabobank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RABONL2U.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RABONL2U%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RABONL2U.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_ASNBNL21\",\"name\":\"ASN Bank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ASNBNL21.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ASNBNL21%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/ASNBNL21.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_BUNQNL2A\",\"name\":\"bunq\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/BUNQNL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/BUNQNL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/BUNQNL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_KNABNL2H\",\"name\":\"Knab\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/KNABNL2H.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/KNABNL2H%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/KNABNL2H.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_RBRBNL21\",\"name\":\"Regiobank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RBRBNL21.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RBRBNL21%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/RBRBNL21.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_REVOLT21\",\"name\":\"Revolut\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/REVOLT21.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/REVOLT21%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/REVOLT21.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_SNSBNL2A\",\"name\":\"SNS Bank\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/SNSBNL2A.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/SNSBNL2A%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/SNSBNL2A.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_TRIONL2U\",\"name\":\"Triodos\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/TRIONL2U.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/TRIONL2U%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/TRIONL2U.svg\"}},{\"resource\":\"issuer\",\"id\":\"ideal_FVLBNL22\",\"name\":\"Van Lanschot\",\"image\":{\"size1x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/FVLBNL22.png\",\"size2x\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/FVLBNL22%402x.png\",\"svg\":\"https:\\/\\/www.mollie.com\\/external\\/icons\\/ideal-issuers\\/FVLBNL22.svg\"}}]'); -/*!40000 ALTER TABLE `ps_mol_payment_method_issuer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_pending_order_cart` --- - -DROP TABLE IF EXISTS `ps_mol_pending_order_cart`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_pending_order_cart` ( - `id_mol_pending_order_cart` int(64) NOT NULL AUTO_INCREMENT, - `order_id` int(64) NOT NULL, - `cart_id` int(64) NOT NULL, - PRIMARY KEY (`id_mol_pending_order_cart`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_pending_order_cart` --- - -LOCK TABLES `ps_mol_pending_order_cart` WRITE; -/*!40000 ALTER TABLE `ps_mol_pending_order_cart` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mol_pending_order_cart` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_pending_order_cart_rule` --- - -DROP TABLE IF EXISTS `ps_mol_pending_order_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_pending_order_cart_rule` ( - `id_mol_pending_order_cart_rule` int(64) NOT NULL AUTO_INCREMENT, - `id_order` varchar(64) NOT NULL, - `id_cart_rule` varchar(64) NOT NULL, - `name` varchar(64) NOT NULL, - `value_tax_incl` decimal(20,6) NOT NULL, - `value_tax_excl` decimal(20,6) NOT NULL, - `free_shipping` tinyint(1) NOT NULL, - `id_order_invoice` int(64) NOT NULL, - PRIMARY KEY (`id_mol_pending_order_cart_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_pending_order_cart_rule` --- - -LOCK TABLES `ps_mol_pending_order_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_mol_pending_order_cart_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mol_pending_order_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_recurring_product` --- - -DROP TABLE IF EXISTS `ps_mol_recurring_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_recurring_product` ( - `id_mol_recurring_product` int(64) NOT NULL AUTO_INCREMENT, - `id_cart` int(64) NOT NULL, - `id_product` int(64) NOT NULL, - `id_product_attribute` int(64) NOT NULL, - `quantity` int(64) NOT NULL, - `frequency` int(64) NOT NULL, - `price` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_mol_recurring_product`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_recurring_product` --- - -LOCK TABLES `ps_mol_recurring_product` WRITE; -/*!40000 ALTER TABLE `ps_mol_recurring_product` DISABLE KEYS */; -INSERT INTO `ps_mol_recurring_product` VALUES (1,1405,1,8,1,1,40.000000),(2,1405,3,13,1,1,35.090000),(3,1405,3,13,1,1,35.090000),(4,1405,3,13,1,1,35.090000),(5,1405,3,13,1,3,35.090000); -/*!40000 ALTER TABLE `ps_mol_recurring_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mol_sub_recurring_product` --- - -DROP TABLE IF EXISTS `ps_mol_sub_recurring_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mol_sub_recurring_product` ( - `id_mol_sub_recurring_product` int(64) NOT NULL AUTO_INCREMENT, - `id_cart` int(64) NOT NULL, - `id_product` int(64) NOT NULL, - `id_product_attribute` int(64) NOT NULL, - `quantity` int(64) NOT NULL, - `frequency` int(1) NOT NULL, - `price` decimal(20,6) DEFAULT NULL, - PRIMARY KEY (`id_mol_sub_recurring_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mol_sub_recurring_product` --- - -LOCK TABLES `ps_mol_sub_recurring_product` WRITE; -/*!40000 ALTER TABLE `ps_mol_sub_recurring_product` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_mol_sub_recurring_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_mollie_payments` --- - -DROP TABLE IF EXISTS `ps_mollie_payments`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_mollie_payments` ( - `transaction_id` varchar(64) NOT NULL, - `cart_id` int(64) DEFAULT NULL, - `order_id` int(64) DEFAULT NULL, - `order_reference` varchar(191) DEFAULT NULL, - `method` varchar(128) NOT NULL, - `bank_status` varchar(64) NOT NULL, - `created_at` datetime NOT NULL, - `updated_at` datetime DEFAULT NULL, - `reason` varchar(64) DEFAULT NULL, - PRIMARY KEY (`transaction_id`), - KEY `cart_id` (`cart_id`), - KEY `order_reference` (`order_reference`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_mollie_payments` --- - -LOCK TABLES `ps_mollie_payments` WRITE; -/*!40000 ALTER TABLE `ps_mollie_payments` DISABLE KEYS */; -INSERT INTO `ps_mollie_payments` VALUES ('ord_12vw8k',365,205,'CVAVCYVGR','klarnapaylater','completed','2021-04-08 13:47:09','2021-04-08 15:50:16',NULL),('ord_13bsno',1297,763,'OVXKSFKAE','klarnapaylater','authorized','2022-06-13 16:35:56','2022-06-13 16:36:08',NULL),('ord_16n965',1326,791,'EABGEOSRO','ideal','paid','2022-08-01 14:35:01','2022-08-01 14:36:35',NULL),('ord_17w7vf',569,NULL,'mol_569615ecbbc74a091633602492','klarnapaylater','open','2021-10-07 13:28:12',NULL,NULL),('ord_1bgn7v',528,313,'mol_528611e091022d441629358352','voucher','expired','2021-08-19 10:32:32','2021-09-16 10:35:05',NULL),('ord_1f7s6z',382,217,'OMPQJXZHI','paypal','paid','2021-04-22 12:12:03','2021-04-22 12:12:11',NULL),('ord_1fsteb',425,242,'JYVTJTISB','ideal','shipping','2021-06-03 10:10:01','2021-06-03 10:10:35',NULL),('ord_1h322t',468,262,'FWPBHDLRA','klarnasliceit','completed','2021-07-29 09:39:39','2021-08-27 11:40:20',NULL),('ord_1j0vqn',528,0,'mol_52861163f93e60a51628848019','klarnapaylater','canceled','2021-08-13 12:47:00','2021-08-13 12:47:13','wrong amount'),('ord_1kfl34',746,514,'mol_74661fbee58d0ea81643900504','ideal','paid','2022-02-03 17:01:45','2022-02-03 17:01:59',NULL),('ord_1ll941',614,NULL,'mol_61461695a11beef31634294289','ideal','open','2021-10-15 13:38:10','2021-10-15 13:38:16','wrong amount'),('ord_1m9geq',208,114,'WWQJXHHHD','iDEAL','paid','2021-01-12 10:28:51','2021-01-12 11:25:12',NULL),('ord_1y08x8',1374,834,'NFOUTQPZF','ideal','paid','2022-09-19 14:48:29','2022-09-19 14:54:02',NULL),('ord_21pm7c',1309,NULL,'mol_130962bef7dc326651656682460','ideal','open','2022-07-01 16:34:20',NULL,NULL),('ord_2c6z9t',1343,NULL,'mol_134362fb59984359c1660639640','klarnapaylater','open','2022-08-16 11:47:20',NULL,NULL),('ord_2d29qz',459,257,'CGUWMMOIO','klarnapaylater','authorized','2021-07-27 12:50:42','2021-07-27 12:51:25',NULL),('ord_2ilmhc',1292,758,'GOQZOVNMA','banktransfer','open','2022-06-13 12:40:20',NULL,NULL),('ord_2jzpuv',457,256,'UXYQYAMYD','klarnapaylater','authorized','2021-07-27 12:44:00','2021-07-27 12:49:44',NULL),('ord_2wtjdr',475,263,'mol_4756102a96480d271627564388','klarnapaylater','expired','2021-07-29 16:13:08','2021-08-26 16:15:21',NULL),('ord_31hx43',1325,790,'JCRURMXPP','ideal','paid','2022-08-01 14:10:35','2022-08-01 14:12:10',NULL),('ord_31qwz4',79,41,'MPJQLUAPV','ideal','open','2020-11-13 11:48:47',NULL,NULL),('ord_33s1wa',201,109,'PLVUJZLOV','iDEAL','canceled','2021-01-08 09:24:20','2021-01-08 09:24:33',NULL),('ord_36l64a',337,190,'QSPTHCVDR','paypal','159','2021-03-25 13:20:55','2021-03-25 13:23:39',NULL),('ord_37z8am',144,78,'NOCYZIJHZ','Pay later.','completed','2020-11-27 15:27:42','2020-11-27 15:30:52',NULL),('ord_39p836',195,105,'WMQGGUPKT','ideal','created','2021-01-07 12:39:04','2021-01-07 12:55:05',NULL),('ord_3fhuz6',1377,837,'MIVPABTWJ','ideal','paid','2022-10-06 12:00:37','2022-10-06 12:02:12',NULL),('ord_3gsxot',539,NULL,'mol_539613078702adcb1630566512','klarnapaylater','open','2021-09-02 10:08:32',NULL,NULL),('ord_3hxsfs',1379,839,'APPJTETHZ','ideal','paid','2022-10-10 11:34:33','2022-10-10 11:36:07',NULL),('ord_3i8qgw',1284,754,'ESYTYGHWF','bancontact','paid','2022-05-31 10:11:27','2022-05-31 10:11:43',NULL),('ord_3kdcvd',413,234,'QSVGJNWEV','paypal','paid','2021-05-13 14:43:03','2021-05-13 14:43:14',NULL),('ord_3ksgth',537,322,'mol_537613076e8e63fb1630566120','klarnapaylater','authorized','2021-09-02 10:02:01','2021-09-02 10:04:05',NULL),('ord_3n030r',585,NULL,'mol_5856169256cb1c421634280812','klarnapaylater','open','2021-10-15 09:53:33',NULL,NULL),('ord_3nqki0',1031,NULL,'ILAXLVQTB','creditcard','open','2022-03-25 12:48:58',NULL,NULL),('ord_3u1hqv',607,384,'mol_60761694e8de6ff81634291341','ideal','paid','2021-10-15 12:49:02','2021-10-15 12:49:14',NULL),('ord_3uj022',693,NULL,'mol_69361e9157527e861642665333','creditcard','open','2022-01-20 09:55:33',NULL,NULL),('ord_3w2bi5',1340,805,'HUWTTQYPB','klarnapaylater','expired','2022-08-16 11:28:24','2022-09-13 11:32:33',NULL),('ord_3w8c1x',475,263,'mol_4756102a260c1bb61627562592','klarnapaylater','expired','2021-07-29 15:43:13','2021-08-26 15:45:07',NULL),('ord_41jcpl',1311,776,'XUIOZNWBN','ideal','expired','2022-07-25 10:16:13','2022-08-22 10:17:50',NULL),('ord_43uday',101,53,'AQCVWYOXX','iDEAL','paid','2020-11-13 17:18:02','2020-11-13 17:18:49',NULL),('ord_44pjdw',50,28,'DYPPDRMZN','iDEAL','paid','2020-11-06 15:29:37','2020-11-06 17:01:52',NULL),('ord_450bs7',493,281,'mol_4936103f9a429d051627650468','klarnapaylater','expired','2021-07-30 16:07:48','2021-08-27 16:10:08',NULL),('ord_4ahsut',612,NULL,'mol_61261695055e34dd1634291797','ideal','open','2021-10-15 12:56:38',NULL,NULL),('ord_4bo3tr',614,NULL,'mol_61461697edca84331634303708','ideal','open','2021-10-15 16:15:08','2021-10-15 16:15:16','wrong amount'),('ord_4i6wjl',540,325,'mol_540613078ff2f0ef1630566655','klarnapaylater','authorized','2021-09-02 10:10:55','2021-09-02 10:11:10',NULL),('ord_4q2fpa',212,117,'CNBMPOIHQ','ideal','created','2021-01-12 10:43:29','2021-01-12 11:00:06',NULL),('ord_4ry3em',193,104,'AGMVOARRY','iDEAL','canceled','2021-01-07 12:38:24','2021-01-07 12:38:34',NULL),('ord_4vawoo',1282,752,'AEDRWHMXS','creditcard','paid','2022-05-24 12:00:15','2022-05-24 12:00:29',NULL),('ord_4vbavn',550,333,'mol_550614b3d9e282e91632320926','klarnapaylater','completed','2021-09-22 17:28:46','2021-09-23 15:00:24',NULL),('ord_4zksxk',659,434,'mol_65961bb45c9025fb1639663049','ideal','paid','2021-12-16 15:57:29','2021-12-16 15:59:32',NULL),('ord_57f7dt',1336,NULL,'mol_133662fb50a7652891660637351','klarnapaylater','open','2022-08-16 11:09:11',NULL,NULL),('ord_57ylvj',1353,818,'UBQYBHDOB','klarnapaylater','expired','2022-08-16 16:55:42','2022-09-13 16:57:26',NULL),('ord_58hhwc',134,71,'BWEBFBGPD','Pay later.','authorized','2020-11-27 12:37:52','2020-11-27 12:37:58',NULL),('ord_5ef9re',233,130,'ZHYFGENFT','ideal','created','2021-01-22 12:17:00','2021-01-22 12:33:05',NULL),('ord_5iqmv1',544,329,'mol_5446149951ac82f91632212250','klarnapaylater','completed','2021-09-21 11:17:31','2021-09-22 17:40:12',NULL),('ord_5n4lo3',1313,778,'EGMRCIACE','ideal','expired','2022-07-25 10:27:02','2022-08-22 10:31:43',NULL),('ord_5oreq',671,447,'mol_67161d6a6a7406f51641457319','paypal','paid','2022-01-06 10:21:59','2022-01-06 10:22:10',NULL),('ord_5r7vu2',1386,846,'CELYJSZSY','klarnapaylater','expired','2022-10-17 14:06:22','2022-11-14 13:10:29',NULL),('ord_5zsti2',1215,696,'KEWYLDEXP','ideal','paid','2022-05-03 11:44:10','2022-05-03 11:59:25',NULL),('ord_63ezz1',546,331,'mol_546614b1295e1eba1632309909','klarnapaylater','completed','2021-09-22 14:25:10','2021-10-25 13:52:41',NULL),('ord_65lv3i',1246,724,'SHKVAMIFW','ideal','paid','2022-05-10 10:58:44','2022-05-10 10:58:59',NULL),('ord_65urg3',1332,797,'AQQBAEAUB','creditcard','paid','2022-08-08 11:09:39','2022-08-08 11:10:23',NULL),('ord_68w8av',604,381,'mol_60461694066babca1634287718','ideal','paid','2021-10-15 11:48:39','2021-10-15 11:48:45',NULL),('ord_6982db',526,0,'mol_52661161b00a67311628838656','klarnapaylater','canceled','2021-08-13 10:10:56','2021-08-13 10:11:06',NULL),('ord_6b3q7b',542,327,'mol_5426149941c94de91632211996','klarnapaylater','authorized','2021-09-21 11:13:16','2021-09-21 11:13:30',NULL),('ord_6b69lk',1221,NULL,'mol_122162724df5361481651658229','ideal','open','2022-05-04 12:57:17',NULL,NULL),('ord_6dmhki',185,102,'KRVZRCXXX','iDEAL','paid','2020-12-10 16:43:25','2020-12-10 16:43:40',NULL),('ord_6fc7h8',136,72,'DTMJSPGDZ','klarnapaylater','open','2020-11-27 14:23:35',NULL,NULL),('ord_6g6ghk',343,193,'LNDXFSFDN','paypal','completed','2021-03-25 16:08:45','2021-03-25 16:40:25',NULL),('ord_6s8s5v',1327,792,'UNWYCLIUN','ideal','expired','2022-08-01 14:36:40','2022-08-29 14:40:39',NULL),('ord_6ts0mg',1293,759,'BWKRZCLXM','ideal','paid','2022-06-13 14:56:21','2022-06-13 14:56:32',NULL),('ord_6u8wmy',128,68,'AKNTYXYCV','Pay later.','authorized','2020-11-27 09:52:10','2020-11-27 09:54:00',NULL),('ord_6u9bhx',384,218,'KMFIFPZUD','paypal','paid','2021-04-22 12:12:51','2021-04-22 12:13:01',NULL),('ord_6umvg9',1344,809,'RZOGIPCQT','klarnapaylater','expired','2022-08-16 11:48:32','2022-09-13 11:52:33',NULL),('ord_6vefc1',606,NULL,'mol_606616942422508f1634288194','ideal','open','2021-10-15 11:56:34',NULL,NULL),('ord_6xku1a',712,481,'mol_71261f3d809bbfa51643370505','klarnapaylater','authorized','2022-01-28 13:48:26','2022-01-28 13:48:50',NULL),('ord_6yez55',378,215,'DLERNYAAM','paypal','paid','2021-04-22 11:38:08','2021-04-22 11:38:38',NULL),('ord_6ynhqy',1220,701,'QYXJQDBGH','ideal','paid','2022-05-03 16:31:28','2022-05-03 16:31:41',NULL),('ord_6zodbo',1022,NULL,'LGVNCQGPF','creditcard','open','2022-03-25 10:46:10',NULL,NULL),('ord_72ilwt',1328,793,'HJBHGECQU','ideal','paid','2022-08-01 14:40:30','2022-08-01 14:41:27',NULL),('ord_77wnna',294,166,'IIQCDTAYD','ideal','paid','2021-02-04 16:06:52','2021-02-04 16:07:03',NULL),('ord_78mh4c',737,504,'mol_73761fbcd299c04a1643892009','klarnapaylater','authorized','2022-02-03 14:40:09','2022-02-03 14:40:17',NULL),('ord_796a0m',235,132,'AJVDVZIRN','ideal','created','2021-01-22 12:42:20','2021-01-22 12:59:06',NULL),('ord_799cr4',1188,682,'BSDZHKUCD','creditcard','paid','2022-05-02 10:02:22','2022-05-02 13:28:27',NULL),('ord_79wcka',236,133,'UPDEJTPVO','ideal','created','2021-01-22 13:17:23','2021-01-22 13:34:05',NULL),('ord_7mp1zw',1257,735,'SGTXHKZEH','ideal','paid','2022-05-10 14:13:11','2022-05-10 14:20:44',NULL),('ord_7mq3vu',314,175,'HFWJCZRXA','paypal','expired','2021-03-04 12:44:27','2021-04-01 13:45:07',NULL),('ord_7n3wlr',476,264,'mol_476610398db812591627625691','klarnapaylater','canceled','2021-07-30 09:14:51','2021-07-30 09:15:35',NULL),('ord_7uj4xc',257,146,'LMCDNEMZI','creditcard','created','2021-01-28 14:12:21','2021-01-28 14:30:05',NULL),('ord_7xulfo',1108,NULL,'QJRVCSGVH','creditcard','open','2022-04-04 10:10:34',NULL,NULL),('ord_80e2va',1393,NULL,'mol_1393634d47535f6f61666008915','klarnapaylater','open','2022-10-17 15:15:15',NULL,NULL),('ord_84ov4l',528,0,'mol_52861163f1972c351628847897','klarnapaylater','canceled','2021-08-13 12:44:57','2021-08-13 12:45:07','wrong amount'),('ord_8hkplp',535,320,'mol_535613075c5b81ff1630565829','klarnapaylater','authorized','2021-09-02 09:57:10','2021-09-02 09:57:25',NULL),('ord_8ioxmq',933,NULL,'RZEIXHGEI','creditcard','open','2022-03-22 10:23:27',NULL,NULL),('ord_8kasj2',1218,699,'QGVVOBECV','ideal','paid','2022-05-03 14:51:21','2022-05-03 14:53:09',NULL),('ord_8kcrjb',463,259,'QAVADSEUA','klarnapaylater','expired','2021-07-27 12:56:06','2021-09-22 14:34:07',NULL),('ord_8lmh34',1304,NULL,'mol_130462a84c5ea2cd91655196766','in3','open','2022-06-14 11:52:46',NULL,NULL),('ord_8n3m9v',472,0,'mol_47261029ea7373f11627561639','klarnapaylater','expired','2021-07-29 15:27:19','2021-08-26 15:30:05',NULL),('ord_8s700z',1356,821,'VRSDDGJSA','klarnapaylater','authorized','2022-09-01 11:35:08','2022-09-01 11:36:42',NULL),('ord_8so7ui',234,131,'ROEDCHVOM','ideal','created','2021-01-22 12:36:17','2021-01-22 12:53:05',NULL),('ord_8withc',369,NULL,'XRZJEKRDS','banktransfer','open','2021-04-08 15:54:14',NULL,NULL),('ord_8ywifk',698,468,'mol_69861e95180038ad1642680704','klarnapaylater','completed','2022-01-20 14:11:44','2022-01-20 14:12:14',NULL),('ord_93ippc',752,521,'mol_752620623d6617da1644569558','ideal','paid','2022-02-11 10:52:38','2022-02-11 10:53:37',NULL),('ord_95vab',538,323,'mol_538613077cc1074b1630566348','klarnapaylater','authorized','2021-09-02 10:05:48','2021-09-02 10:07:32',NULL),('ord_97px4p',569,349,'mol_569615ed638141a31633605176','banktransfer','created','2021-10-07 14:12:58','2021-10-07 14:14:45',NULL),('ord_9a8wr1',1339,804,'YSSVOGQFY','klarnapaylater','expired','2022-08-16 11:19:35','2022-09-13 11:22:14',NULL),('ord_9cw9lh',1346,811,'UQBXFFZJQ','klarnapaylater','expired','2022-08-16 11:59:50','2022-09-13 12:03:14',NULL),('ord_9d1gol',521,0,'mol_521610d0f19a97911628245785','klarnapaylater','canceled','2021-08-06 13:29:45','2021-08-06 14:01:25',NULL),('ord_9djtn7',1326,791,'EABGEOSRO','ideal','expired','2022-08-01 14:34:55','2022-08-29 14:37:42',NULL),('ord_9do5d1',635,NULL,'mol_635618e6511d26e51636721937','klarnapaylater','open','2021-11-12 14:59:01',NULL,NULL),('ord_9ei2eu',298,168,'IESKJOMBL','ideal','completed','2021-02-04 16:15:30','2021-02-04 16:18:21',NULL),('ord_9el6lf',543,328,'mol_54361499450f3e991632212048','klarnapaylater','authorized','2021-09-21 11:14:09','2021-09-21 11:14:21',NULL),('ord_9gdnlw',41,23,'GGDSVTZSD','iDEAL','paid','2020-11-06 14:43:40','2020-11-06 14:43:47',NULL),('ord_9hfowc',368,NULL,'YIEFGFVEM','banktransfer','open','2021-04-08 15:50:45',NULL,NULL),('ord_9hjdfn',1334,NULL,'mol_133462f1009c052081659961500','bancontact','open','2022-08-08 15:25:00',NULL,NULL),('ord_9hqs4j',473,0,'mol_47361029fe3658c21627561955','klarnapaylater','expired','2021-07-29 15:32:35','2021-08-26 15:42:08',NULL),('ord_9l7wlu',60,32,'TEQUAPZGC','Voucher','paid','2020-11-06 17:21:04','2020-11-06 18:27:25',NULL),('ord_9muqio',341,192,'QZCKHXRIB','paypal','completed','2021-03-25 13:26:45','2021-03-25 13:28:24',NULL),('ord_9pe5s3',582,358,'mol_58261668404a1cea1634108420','bancontact','paid','2021-10-13 10:00:20','2021-10-13 10:00:55',NULL),('ord_9s45aw',838,NULL,'mol_838624195d4012c61648465364','creditcard','open','2022-03-28 14:03:40',NULL,NULL),('ord_9uu7ka',1298,764,'SMZTTNMTU','bancontact','created','2022-06-14 10:24:06','2022-06-14 12:25:58',NULL),('ord_9xa09v',528,313,'mol_52861163fb05331a1628848048','klarnapaylater','expired','2021-08-13 12:47:28','2021-09-10 12:50:09',NULL),('ord_9xtpyj',528,0,'mol_5286116232ecb5f51628840750','klarnapaylater','canceled','2021-08-13 10:45:51','2021-08-13 10:45:59',NULL),('ord_a1ru5b',631,407,'mol_631618524927d1da1636115602','klarnapaynow','completed','2021-11-05 14:33:22','2021-11-05 14:33:51',NULL),('ord_a9ow25',1338,803,'OBNOPXPLA','klarnapaylater','expired','2022-08-16 11:16:17','2022-09-13 11:18:21',NULL),('ord_a9wqiq',691,461,'mol_69161e16435cb6661642161205','klarnapaylater','expired','2022-01-14 13:53:26','2022-02-11 13:55:08',NULL),('ord_acvquz',386,219,'VQHMZIXVA','paypal','paid','2021-04-22 12:15:09','2021-04-22 12:20:48',NULL),('ord_ak1z77',423,240,'DPIHQVKRV','klarnapaylater','canceled','2021-05-20 14:53:03','2021-06-03 10:07:50',NULL),('ord_akgraw',1301,768,'WQXROBNBK','in3','paid','2022-06-14 11:37:45','2022-06-14 11:38:40',NULL),('ord_an384u',657,432,'mol_65761bb3fa0af2b71639661472','ideal','paid','2021-12-16 15:31:13','2021-12-16 15:32:47',NULL),('ord_asr3lm',751,519,'mol_751620283c2ce86f1644331970','voucher','paid','2022-02-08 16:52:51','2022-02-08 16:53:09',NULL),('ord_aswhrp',610,387,'mol_61061694fd0bdfe81634291664','ideal','paid','2021-10-15 12:54:25','2021-10-15 12:54:38',NULL),('ord_axcw2e',660,NULL,'mol_66061bb490ddce7c1639663885','ideal','open','2021-12-16 16:11:26',NULL,NULL),('ord_azpv4q',1287,766,'RKRUBDNFQ','in3','paid','2022-06-14 11:32:47','2022-06-14 11:35:21',NULL),('ord_b08cf',573,NULL,'mol_573615ef9b9475991633614265','klarnapaylater','open','2021-10-07 16:45:00',NULL,NULL),('ord_b7jsbl',1400,858,'AORCLYUUN','klarnapaylater','completed','2022-10-18 15:02:20','2022-10-18 15:07:56',NULL),('ord_bcnrkf',533,318,'mol_5336130741fc895e1630565407','klarnapaylater','authorized','2021-09-02 09:50:08','2021-09-02 09:53:37',NULL),('ord_bcv8dz',1364,825,'BQSULLUUZ','klarnapaylater','completed','2022-09-02 11:59:13','2022-09-02 14:00:31',NULL),('ord_beb1wa',1255,733,'LQEROGMGN','ideal','paid','2022-05-10 14:07:28','2022-05-10 14:08:41',NULL),('ord_bebaj3',1317,782,'ACBAGDZMQ','ideal','paid','2022-07-26 15:05:34','2022-07-26 17:05:28',NULL),('ord_bhbd2w',750,518,'mol_75062028344d555b1644331844','voucher','paid','2022-02-08 16:50:45','2022-02-08 16:51:10',NULL),('ord_bhp28k',47,26,'TZRMAHBVN','iDEAL','paid','2020-11-06 15:27:29','2020-11-06 15:27:36',NULL),('ord_bi0i0q',1309,NULL,'mol_130962bef7e36fcb11656682467','ideal','open','2022-07-01 16:34:27',NULL,NULL),('ord_birgfd',475,263,'mol_4756102a2f3cf7f71627562739','klarnapaylater','expired','2021-07-29 15:45:40','2021-08-26 15:50:03',NULL),('ord_bk7btu',126,67,'MGTBDKUMY','Pay later.','authorized','2020-11-27 09:27:37','2020-11-27 09:51:27',NULL),('ord_bm5v0u',1029,NULL,'LRWNPMYXW','creditcard','open','2022-03-25 12:43:23',NULL,NULL),('ord_bpk7ng',1216,697,'XLNAJKAVY','ideal','paid','2022-05-03 14:45:23','2022-05-03 14:46:38',NULL),('ord_bqkk2r',1401,859,'ODDLKDSDT','klarnapaylater','completed','2022-10-18 15:10:56','2022-10-18 15:26:17',NULL),('ord_bvhn9s',1238,716,'WZCWCNBYR','ideal','paid','2022-05-09 14:36:08','2022-05-09 14:36:23',NULL),('ord_by29ny',181,100,'MGJHMSNHI','Pay later.','authorized','2020-12-10 15:19:52','2020-12-10 15:20:06',NULL),('ord_c76eru',363,204,'OQTETONCT','klarnapaylater','completed','2021-04-08 13:43:46','2021-04-08 13:44:21',NULL),('ord_c82cbm',58,31,'RRXLFJNYC','Voucher','paid','2020-11-06 16:40:32','2020-11-06 17:02:17',NULL),('ord_c9r02',371,210,'ZSATEMTPE','voucher','paid','2021-04-08 16:19:06','2021-04-08 16:30:27',NULL),('ord_cabl8o',642,NULL,'mol_642619f4492a4d4a1637827730','klarnapaylater','open','2021-11-25 10:08:52',NULL,NULL),('ord_cfuuee',745,513,'mol_74561fbedcc35e561643900364','ideal','paid','2022-02-03 16:59:24','2022-02-03 17:01:13',NULL),('ord_cnlqoz',1349,814,'OJWLMKSTB','klarnapaylater','completed','2022-08-16 14:16:34','2022-08-16 16:49:00',NULL),('ord_cpoohe',1236,714,'MZOVEGRGW','ideal','paid','2022-05-09 13:36:17','2022-05-09 13:36:48',NULL),('ord_cumck7',416,236,'SLJWCGSOU','klarnapaylater','expired','2021-05-20 14:21:14','2021-06-17 14:25:08',NULL),('ord_d0dibv',1333,NULL,'mol_133362f0c652536451659946578','creditcard','open','2022-08-08 11:16:18',NULL,NULL),('ord_d20y4o',1294,760,'VFXRPSLDW','klarnapaylater','authorized','2022-06-13 16:22:37','2022-06-13 16:22:48',NULL),('ord_d2p6hq',93,49,'TLBCOOBVM','Voucher','2','2020-11-13 14:41:08','2020-11-13 14:51:13',NULL),('ord_d7wo4q',96,51,'NDWXYZZHY','iDEAL','paid','2020-11-13 14:58:12','2020-11-13 14:58:30',NULL),('ord_dokxmq',113,60,'VGCTTVCFX','Pay later.','authorized','2020-11-19 11:12:24','2020-11-19 11:12:31',NULL),('ord_dpuqf7',528,0,'mol_52861163eaad9a001628847786','klarnapaylater','canceled','2021-08-13 12:43:07','2021-08-13 12:44:24','wrong amount'),('ord_dvabr2',1265,743,'AGKDVLHIX','banktransfer','paid','2022-05-10 14:41:51','2022-05-10 14:42:01',NULL),('ord_dwl9vq',715,484,'mol_71561f3da947cb9e1643371156','klarnapaylater','authorized','2022-01-28 13:59:16','2022-01-28 13:59:24',NULL),('ord_dyn0ln',569,NULL,'mol_569615ecbf3c34a61633602547','klarnapaylater','open','2021-10-07 13:29:08',NULL,NULL),('ord_e0vz74',174,96,'CFNOLAKLN','Pay later.','completed','2020-12-10 09:38:03','2020-12-10 09:38:49',NULL),('ord_e1gszp',475,263,'mol_4756102a5d4393cf1627563476','klarnapaylater','expired','2021-07-29 15:59:26','2021-08-26 16:00:06',NULL),('ord_e1hjpu',25,16,'VBBUCJXQE','iDEAL','paid','2020-11-06 13:49:10','2020-11-06 13:49:28',NULL),('ord_e1xite',1116,632,'mol_1116624aa8d41a1d71649060052','creditcard','paid','2022-04-04 11:14:12','2022-04-04 11:14:36',NULL),('ord_e3unhm',744,512,'mol_74461fbecf4e93fc1643900148','ideal','paid','2022-02-03 16:55:49','2022-02-03 16:57:24',NULL),('ord_e6vln4',213,118,'TCKWZWDIG','ideal','created','2021-01-12 10:47:09','2021-01-12 11:01:05',NULL),('ord_e73rzg',699,469,'mol_69961e951cab70f21642680778','klarnapaylater','completed','2022-01-20 14:12:59','2022-01-20 14:15:57',NULL),('ord_e9m8kl',528,0,'mol_52861163e0285c281628847618','klarnapaylater','canceled','2021-08-13 12:40:18','2021-08-13 12:42:20','wrong amount'),('ord_ea8i24',743,511,'mol_74361fbebe8908541643899880','ideal','paid','2022-02-03 16:51:20','2022-02-03 16:55:01',NULL),('ord_edawv2',205,112,'HAHSWSTMC','ideal','created','2021-01-08 17:17:38','2021-01-08 17:34:07',NULL),('ord_ee16cr',492,280,'mol_4926103f4824bb951627649154','voucher','paid','2021-07-30 15:45:54','2021-07-30 15:46:12',NULL),('ord_eleskt',630,NULL,'mol_63061851fdb2d4a31636114395','klarnapaynow','open','2021-11-05 14:13:35',NULL,NULL),('ord_empl0o',150,84,'ZEHQFFGYO','Pay later.','authorized','2020-12-03 10:51:39','2020-12-03 10:51:47',NULL),('ord_en42hv',485,273,'mol_4856103bb378a4581627634487','klarnapaylater','expired','2021-07-30 11:41:27','2021-08-27 11:45:06',NULL),('ord_eszwz7',600,377,'mol_600616939c0f32c41634286016','klarnapaylater','expired','2021-10-15 11:20:17','2021-11-12 10:25:05',NULL),('ord_eu5nwd',623,399,'mol_623617a8f75216991635422069','bancontact','paid','2021-10-28 14:54:29','2021-10-28 14:54:38',NULL),('ord_exh4ad',552,334,'mol_552614b3fe08d0891632321504','klarnapaylater','completed','2021-09-22 17:38:24','2021-09-22 17:38:46',NULL),('ord_f3aipt',586,363,'mol_58661692a13a308a1634282003','klarnapaylater','expired','2021-10-15 10:13:23','2021-11-12 10:15:10',NULL),('ord_f3cags',80,42,'JYDEZMZYH','iDEAL','paid','2020-11-13 11:49:49','2020-11-13 11:49:55',NULL),('ord_f87ovy',1259,737,'ATVMZONGP','ideal','paid','2022-05-10 14:28:37','2022-05-10 14:28:52',NULL),('ord_f8x5d9',635,NULL,'mol_635618e653bcd9c21636721979','klarnapaylater','open','2021-11-12 14:59:43',NULL,NULL),('ord_f8zk56',102,61,'QGWUBKBXU','Pay later.','authorized','2020-11-19 13:15:22','2020-11-19 13:15:29',NULL),('ord_fbuivo',756,523,'mol_756620e4567ae4571645102439','ideal','paid','2022-02-17 14:54:00','2022-02-18 10:16:18',NULL),('ord_fc9vy6',691,NULL,'mol_69161e02752a9c8b1642080082','creditcard','open','2022-01-13 15:21:22',NULL,NULL),('ord_fk8cj0',1023,NULL,'ZSBATGIDV','creditcard','open','2022-03-25 10:46:57',NULL,NULL),('ord_fmr3ie',1308,773,'AEVSEELEN','ideal','paid','2022-07-01 16:16:18','2022-07-01 16:17:53',NULL),('ord_foqdbr',390,221,'UEPLHCKTW','paypal','paid','2021-04-22 12:25:05','2021-04-22 12:25:15',NULL),('ord_fq0n2s',286,162,'FBDIJBZQL','iDEAL','paid','2021-02-04 15:19:06','2021-02-04 15:35:07',NULL),('ord_fs23oi',1245,723,'BFACLPGHP','ideal','paid','2022-05-10 10:48:19','2022-05-10 10:58:22',NULL),('ord_fskt1e',183,101,'WDOVXSCYA','Pay later.','completed','2020-12-10 15:21:29','2020-12-10 15:22:10',NULL),('ord_fy4m0d',625,401,'mol_6256184de54a450c1636097620','bancontact','paid','2021-11-05 09:33:41','2021-11-05 09:33:56',NULL),('ord_fykp8i',104,55,'BGZWDBGTN','Pay later.','canceled','2020-11-19 10:03:31','2020-11-19 10:03:36',NULL),('ord_fyv6dv',1369,829,'RIDYTOZTL','klarnapaylater','authorized','2022-09-06 10:39:58','2022-09-06 10:40:32',NULL),('ord_fze3fo',662,NULL,'mol_66261bb53057b3d31639666437','ideal','open','2021-12-16 16:53:57',NULL,NULL),('ord_fzslm',1215,NULL,'mol_12156270dfcc9a2511651564492','ideal','open','2022-05-03 10:54:52',NULL,NULL),('ord_g0koqm',230,128,'ENTNYZZTB','iDEAL','canceled','2021-01-22 12:09:36','2021-01-22 12:09:45',NULL),('ord_g2ug2a',722,491,'mol_72261f3e57d6fbda1643373949','klarnapaylater','completed','2022-01-28 14:45:49','2022-01-28 14:51:59',NULL),('ord_g5tysg',309,172,'PQXNUAVJL','paypal','open','2021-03-04 11:42:44',NULL,NULL),('ord_g6ss0c',204,111,'MTVKTDZTY','ideal','created','2021-01-08 17:10:11','2021-01-08 17:27:09',NULL),('ord_g7vyhe',1015,NULL,'ZAHIDCMNP','creditcard','open','2022-03-25 10:03:32',NULL,NULL),('ord_gb3zb5',527,312,'mol_52761161bba4cd0a1628838842','klarnapaylater','expired','2021-08-13 10:14:02','2021-09-10 10:15:13',NULL),('ord_gjc6at',1332,NULL,'mol_133262f0be538ee5d1659944531','creditcard','open','2022-08-08 10:42:38',NULL,NULL),('ord_glukrp',488,276,'mol_4886103c57da74ef1627637117','klarnapaylater','expired','2021-07-30 12:25:17','2021-08-27 12:30:07',NULL),('ord_gmfvd0',693,NULL,'mol_69361e91558ce35d1642665304','creditcard','open','2022-01-20 09:55:05',NULL,NULL),('ord_gmqyxy',944,NULL,'RNJKIHIKN','creditcard','open','2022-03-25 11:28:17',NULL,NULL),('ord_gntsk2',357,201,'AGDUCWAGL','klarnapaylater','completed','2021-04-08 13:14:19','2021-04-08 13:40:35',NULL),('ord_gosnln',519,NULL,'mol_519610d09c1277661628244417','klarnapaylater','open','2021-08-06 13:06:57',NULL,NULL),('ord_grg19g',154,86,'OIJLBLZVL','Pay later.','authorized','2020-12-03 11:01:28','2020-12-03 11:01:34',NULL),('ord_gwxr1a',206,113,'WEOQWVIZK','ideal','created','2021-01-08 17:18:24','2021-01-08 17:35:06',NULL),('ord_h119t4',246,139,'ZQRVKOCEC','Voucher','completed','2021-01-25 16:22:49','2021-01-25 16:25:10',NULL),('ord_h247ve',658,NULL,'mol_65861bb404966e6b1639661641','ideal','open','2021-12-16 15:34:01',NULL,NULL),('ord_h3ot46',1030,NULL,'BEYPJZRYW','creditcard','open','2022-03-25 12:48:04',NULL,NULL),('ord_h5rnsd',1335,800,'FBLCCUXQI','klarnapaylater','expired','2022-08-16 11:06:32','2022-09-13 11:10:18',NULL),('ord_hd3xsi',654,NULL,'mol_65461b3497acf36a1639139706','klarnapaylater','open','2021-12-10 14:35:35',NULL,NULL),('ord_hds4qy',69,36,'IKLVMQHXW','iDEAL','paid','2020-11-12 15:06:33','2020-11-12 15:06:56',NULL),('ord_henadb',392,222,'GSXTRKSUR','paypal','paid','2021-04-22 12:26:19','2021-04-22 12:26:28',NULL),('ord_hf42o5',609,386,'mol_60961694f1d077a31634291485','ideal','paid','2021-10-15 12:51:25','2021-10-15 12:53:31',NULL),('ord_hfduz8',1221,NULL,'mol_12216278edf8385af1652092408','ideal','open','2022-05-09 13:33:28',NULL,NULL),('ord_hfmuo0',83,44,'JCYTCCNUK','Voucher','paid','2020-11-13 13:57:13','2020-11-13 14:01:03',NULL),('ord_hkqwqe',310,173,'GVGLXEGCS','paypal','created','2021-03-04 11:58:21','2021-03-04 11:58:44',NULL),('ord_hkzfjy',288,163,'SIJEAIJOB','ideal','paid','2021-02-04 15:29:04','2021-02-04 16:00:19',NULL),('ord_hn9tf4',1290,757,'SHYSTKJPZ','in3','paid','2022-06-13 11:07:03','2022-06-13 12:38:31',NULL),('ord_hnmrl6',350,197,'OXXSCPBJJ','paypal','expired','2021-04-08 10:09:17','2021-05-06 13:06:29',NULL),('ord_hp684s',1241,NULL,'mol_124162791deb199e11652104683','ideal','open','2022-05-09 16:58:03',NULL,NULL),('ord_hqsul0',72,43,'IQDUCILNO','Voucher','paid','2020-11-13 13:54:06','2020-11-13 13:55:46',NULL),('ord_httib3',532,317,'mol_5326130734adba621630565194','klarnapaylater','authorized','2021-09-02 09:46:35','2021-09-02 09:48:04',NULL),('ord_hwxxfk',697,467,'mol_69761e950a17191e1642680481','klarnapaylater','completed','2022-01-20 14:08:01','2022-01-20 14:08:42',NULL),('ord_hxcsf3',1357,822,'SDKXVPZGQ','klarnapaylater','authorized','2022-09-01 13:50:42','2022-09-01 13:52:16',NULL),('ord_hyhr15',1355,820,'EETIMDDNY','klarnapaylater','authorized','2022-09-01 11:29:15','2022-09-01 11:30:49',NULL),('ord_i15gfi',290,164,'TVZELXINU','ideal','2','2021-02-04 15:50:01','2021-02-04 15:53:51',NULL),('ord_i4o49z',545,330,'mol_545614b122760bd71632309799','klarnapaylater','completed','2021-09-22 14:23:19','2021-09-22 17:20:13',NULL),('ord_i6t9ck',210,115,'UYCPCUXPU','ideal','created','2021-01-12 10:37:13','2021-01-12 10:53:07',NULL),('ord_i9qffl',1342,NULL,'mol_134262fb57f7174631660639223','klarnapaylater','open','2022-08-16 11:40:23',NULL,NULL),('ord_ic4847',1312,777,'QSUCQSNVV','ideal','expired','2022-07-25 10:19:11','2022-08-22 10:22:04',NULL),('ord_iftrub',479,267,'mol_4796103a069b616a1627627625','banktransfer','paid','2021-07-30 09:47:06','2021-07-30 09:48:21',NULL),('ord_ihpvi5',477,265,'mol_4776103994ea01291627625806','klarnapaylater','expired','2021-07-30 09:16:46','2021-08-27 09:20:15',NULL),('ord_it48ev',1398,856,'RAJJTEDDN','klarnapaylater','completed','2022-10-18 14:57:58','2022-10-18 14:58:43',NULL),('ord_iu5z30',1296,NULL,'mol_129662a73c8f3bdbe1655127183','klarnapaylater','open','2022-06-13 16:33:03',NULL,NULL),('ord_iubb88',95,50,'QMIQHSRNM','Voucher','paid','2020-11-13 14:56:33','2020-11-13 14:56:52',NULL),('ord_j32sus',1302,769,'DMTIAHPAB','in3','paid','2022-06-14 11:40:07','2022-06-14 11:51:09',NULL),('ord_j3up8i',1019,NULL,'BYUZRRGUG','creditcard','open','2022-03-25 10:43:34',NULL,NULL),('ord_j6e58y',21,14,'GPQWFPQJY','voucher','canceled','2020-11-05 16:35:13','2020-11-05 16:39:03',NULL),('ord_jhe3z7',1354,819,'ZGCLHVPGS','klarnapaylater','authorized','2022-08-16 16:58:37','2022-08-16 17:13:00',NULL),('ord_jjoj9c',1024,NULL,'FOOAJAFXV','creditcard','open','2022-03-25 10:48:53',NULL,NULL),('ord_jkg5w0',1385,845,'GEAMISVJQ','klarnapaylater','completed','2022-10-17 13:59:35','2022-10-17 14:04:46',NULL),('ord_juvpes',1209,691,'EUVSSDRJJ','ideal','shipping','2022-05-02 12:04:20','2022-05-02 14:20:48',NULL),('ord_k8tzgc',707,477,'mol_70761f3d60a8158a1643369994','klarnapaylater','authorized','2022-01-28 13:39:54','2022-01-28 13:40:02',NULL),('ord_ka1s6z',484,272,'mol_4846103ba7134c851627634289','klarnapaylater','expired','2021-07-30 11:38:09','2021-08-27 11:40:09',NULL),('ord_kalsaz',627,NULL,'mol_6276184e1bd8e2221636098493','klarnapaylater','open','2021-11-05 09:48:15',NULL,NULL),('ord_kin3zu',1100,NULL,'FGXVDVNIN','creditcard','open','2022-03-29 12:01:24',NULL,NULL),('ord_kj9pms',1388,848,'VWOGDBBHP','klarnapaylater','completed','2022-10-17 14:36:39','2022-10-17 14:40:57',NULL),('ord_kmzfpz',1402,860,'DPWIASIVM','klarnapaylater','expired','2022-10-18 15:59:17','2022-11-15 15:01:50',NULL),('ord_kowulq',1215,NULL,'mol_12156270e143e58201651564867','ideal','open','2022-05-03 11:01:08',NULL,NULL),('ord_krizzz',380,216,'ZXQAUOHMS','paypal','paid','2021-04-22 11:42:44','2021-04-22 12:11:30',NULL),('ord_ksb1w6',1278,751,'UMUKYXORW','creditcard','paid','2022-05-24 11:49:16','2022-05-24 11:49:42',NULL),('ord_ku70fr',414,235,'MDIUHOFJQ','klarnasliceit','completed','2021-05-20 14:13:10','2021-05-20 14:15:54',NULL),('ord_kv3v8m',140,76,'TCVXHFRBL','Pay later.','authorized','2020-11-27 14:32:55','2020-11-27 14:32:59',NULL),('ord_kvk0fm',1217,698,'YBUPGKKLF','ideal','paid','2022-05-03 14:48:31','2022-05-03 14:48:45',NULL),('ord_kzosrg',77,40,'LOPTSTCVO','Voucher','paid','2020-11-13 09:47:50','2020-11-13 09:53:55',NULL),('ord_l2g8cs',328,184,'OQUTEIAFI','klarnasliceit','open','2021-03-18 15:28:16',NULL,NULL),('ord_l7yt05',491,279,'mol_4916103cbba895531627638714','klarnapaylater','completed','2021-07-30 12:51:54','2021-07-30 15:48:05',NULL),('ord_la8noq',1237,715,'VSLYXCFDF','ideal','paid','2022-05-09 13:37:18','2022-05-09 13:38:27',NULL),('ord_lbe06a',199,108,'RQRYQVHBU','giropay','created','2021-01-07 17:04:26','2021-01-07 18:05:06',NULL),('ord_lbu4w9',614,NULL,'mol_61461695b15177621634294549','ideal','open','2021-10-15 13:42:29','2021-10-15 13:42:35','wrong amount'),('ord_lcsrvi',1390,850,'BIXPEMCZS','klarnapaylater','completed','2022-10-17 15:08:06','2022-10-17 15:08:52',NULL),('ord_ldwqsf',1348,813,'XFPKQDELI','klarnapaylater','expired','2022-08-16 13:04:28','2022-09-13 13:08:00',NULL),('ord_ljbtx9',429,244,'XPYJBWTPE','ideal','shipping','2021-06-03 10:23:56','2021-06-03 10:25:36',NULL),('ord_lm46id',1329,794,'ITKZDSSQJ','ideal','paid','2022-08-01 14:46:35','2022-08-01 14:48:04',NULL),('ord_lm9n1t',478,266,'mol_47861039b77eb4f61627626359','banktransfer','expired','2021-07-30 09:26:00','2021-08-27 09:30:06',NULL),('ord_lmy9f9',1368,828,'HLJTKFUYI','klarnapaylater','authorized','2022-09-06 10:36:54','2022-09-06 10:38:28',NULL),('ord_lnj1pe',1033,NULL,'IRIRQDAAU','creditcard','open','2022-03-25 13:28:47',NULL,NULL),('ord_lnl5if',632,408,'mol_632618cc830eb4b91636616240','klarnapaynow','completed','2021-11-11 09:37:21','2022-01-20 14:10:47',NULL),('ord_lrlrbs',755,522,'mol_755620dfe67d9e8e1645084263','ideal','paid','2022-02-17 09:51:04','2022-02-17 09:51:30',NULL),('ord_lu3gso',367,206,'GVDLGKQMA','banktransfer','expired','2021-04-08 15:09:21','2021-05-07 17:10:16',NULL),('ord_ly7s2f',427,243,'ICIQJBFBM','klarnapaylater','expired','2021-06-03 10:17:42','2021-07-01 11:32:17',NULL),('ord_lzpewm',1243,NULL,'mol_124362791ef44b8f41652104948','ideal','open','2022-05-09 17:02:28',NULL,NULL),('ord_m12880',30,18,'EFAGRIENI','iDEAL','paid','2020-11-06 14:27:03','2020-11-06 14:27:17',NULL),('ord_m1tjz2',171,94,'KWQQUZKWE','Credit Card','canceled','2020-12-04 14:10:59','2020-12-04 14:11:08',NULL),('ord_m59fxo',1248,726,'KHAMRNHSW','ideal','paid','2022-05-10 11:02:00','2022-05-10 11:02:08',NULL),('ord_m7b1eg',1247,725,'TKYKTBHPL','ideal','paid','2022-05-10 10:59:44','2022-05-10 11:01:23',NULL),('ord_m7jnj8',1101,NULL,'YAIADBNSL','creditcard','open','2022-03-29 17:19:33',NULL,NULL),('ord_m7nre',111,59,'QWOSMPGIS','iDEAL','paid','2020-11-19 11:01:10','2020-11-19 11:01:19',NULL),('ord_mjoh8x',560,341,'mol_560614ede8231f771632558722','klarnapaylater','authorized','2021-09-25 11:32:02','2021-09-25 11:32:53',NULL),('ord_mki48e',1240,718,'OYRBKKKWE','ideal','paid','2022-05-09 16:05:37','2022-05-09 16:05:53',NULL),('ord_muyl7n',470,0,'mol_47061029c3f6c90b1627561023','klarnapaylater','expired','2021-07-29 15:17:08','2021-08-26 15:20:10',NULL),('ord_mvbz0',339,191,'ECHCWVQHH','paypal','completed','2021-03-25 13:25:25','2021-03-25 13:26:58',NULL),('ord_mwff96',1392,852,'NATIQIPXM','klarnapaylater','completed','2022-10-17 15:13:56','2022-10-17 15:14:45',NULL),('ord_my8ae6',1221,713,'VPSKCGRXK','ideal','paid','2022-05-09 13:33:54','2022-05-09 13:34:09',NULL),('ord_mz0l4h',553,335,'mol_553614c33b52d0251632383925','klarnapaylater','authorized','2021-09-23 10:58:45','2021-09-23 10:59:54',NULL),('ord_n0shtu',132,70,'TGKJULJVP','Pay later.','authorized','2020-11-27 09:56:15','2020-11-27 09:56:19',NULL),('ord_n4h8gs',191,103,'GGUOBHJHP','iDEAL','canceled','2021-01-07 12:37:50','2021-01-07 12:38:04',NULL),('ord_ncmqrr',516,303,'mol_516610cdc4a9e3851628232778','voucher','paid','2021-08-06 09:52:58','2021-08-06 09:53:18',NULL),('ord_ncy9dw',1250,728,'QARTZVUHV','ideal','expired','2022-05-10 11:04:05','2022-06-07 11:36:12',NULL),('ord_neiir',422,239,'LFFOCMWKQ','paypal','expired','2021-05-20 14:31:46','2021-06-17 14:35:06',NULL),('ord_nhs8vv',634,409,'mol_634618e5a23bfcae1636719139','klarnapaylater','completed','2021-11-12 14:12:20','2021-11-12 15:50:29',NULL),('ord_nigplq',1181,674,'ZMQAOFJBR','banktransfer','paid','2022-04-25 11:43:42','2022-04-25 11:57:54',NULL),('ord_njfdse',1277,749,'RDNUMVQDH','bancontact','shipping','2022-05-23 10:17:47','2022-05-23 12:20:11',NULL),('ord_njsx5d',478,266,'mol_47861039ed8c146a1627627224','banktransfer','paid','2021-07-30 09:40:26','2021-07-30 09:43:44',NULL),('ord_nkng4a',1250,728,'QARTZVUHV','ideal','paid','2022-05-10 11:04:10','2022-05-10 11:04:25',NULL),('ord_nmte1r',1328,793,'HJBHGECQU','ideal','created','2022-08-01 14:40:23','2022-08-01 14:42:47',NULL),('ord_nmzqxs',693,NULL,'mol_69361e915aed30401642665390','creditcard','open','2022-01-20 09:56:31',NULL,NULL),('ord_nramsf',388,220,'WSTGEUOZV','paypal','paid','2021-04-22 12:21:15','2021-04-22 12:21:25',NULL),('ord_nutiho',156,87,'EQEPVBYRR','Pay later.','authorized','2020-12-03 11:08:34','2020-12-03 11:08:42',NULL),('ord_nvftvw',1216,NULL,'mol_1216627112bfe12691651577535','ideal','open','2022-05-03 14:32:16',NULL,NULL),('ord_nvish0',173,95,'HLXWHFUCM','Credit Card','paid','2020-12-04 15:23:40','2020-12-04 15:32:41',NULL),('ord_nwp3gt',599,376,'mol_5996169396984cb51634285929','klarnapaylater','expired','2021-10-15 11:18:49','2021-11-12 10:20:09',NULL),('ord_o01trp',439,249,'AQYYVEEDV','klarnapaylater','authorized','2021-06-10 11:17:56','2021-06-10 11:18:04',NULL),('ord_o1jyb8',37,21,'FHGPIIDEO','iDEAL','paid','2020-11-06 14:33:01','2020-11-06 14:33:14',NULL),('ord_o4uzfc',75,39,'IKUYTONWP','Voucher','paid','2020-11-13 09:44:22','2020-11-13 09:46:36',NULL),('ord_o7ao1m',49,27,'DNLEODIOM','voucher','open','2020-11-06 15:29:22',NULL,NULL),('ord_o83z7s',164,91,'QITLCVGIH','Pay later.','completed','2020-12-03 13:27:43','2020-12-03 13:34:00',NULL),('ord_o84fyj',554,336,'mol_554614c342d1c9921632384045','klarnapaylater','authorized','2021-09-23 11:00:45','2021-09-23 11:02:22',NULL),('ord_o9r51b',480,268,'mol_4806103a144035821627627844','klarnapaylater','expired','2021-07-30 09:50:44','2021-08-27 09:55:06',NULL),('ord_o9ru7b',628,404,'mol_6286185114a5abc61636110666','klarnapaylater','completed','2021-11-05 13:11:06','2021-11-05 13:30:16',NULL),('ord_of81wa',1376,836,'WPFGHSYAI','ideal','paid','2022-09-19 14:58:25','2022-09-19 14:59:59',NULL),('ord_okjoh5',611,388,'mol_6116169502f850de1634291759','klarnapaylater','expired','2021-10-15 12:55:59','2021-11-12 12:00:08',NULL),('ord_oo1sj7',1334,NULL,'mol_133462f1003f870801659961407','bancontact','open','2022-08-08 15:23:27',NULL,NULL),('ord_op4ykt',559,340,'mol_559614edcc9da15c1632558281','klarnapaylater','canceled','2021-09-25 11:24:42','2021-09-25 11:25:59',NULL),('ord_osi09o',33,19,'WGUVMOZIM','iDEAL','paid','2020-11-06 14:29:51','2020-11-06 14:30:04',NULL),('ord_ou4vtq',296,167,'RUTEZGVZA','ideal','completed','2021-02-04 16:13:31','2021-02-04 16:16:41',NULL),('ord_ow0z37',475,263,'mol_4756102a5360fac91627563318','klarnapaylater','expired','2021-07-29 15:55:18','2021-08-26 16:00:05',NULL),('ord_oyam32',693,NULL,'mol_69361e919fd1d6961642666493','creditcard','open','2022-01-20 10:16:35',NULL,NULL),('ord_pa842y',1136,653,'mol_1136624c243ec99821649157182','voucher','paid','2022-04-05 14:13:03','2022-04-05 14:13:27',NULL),('ord_pb5epk',1283,753,'MVJQJQSIK','creditcard','paid','2022-05-24 12:01:26','2022-05-24 12:01:43',NULL),('ord_pbo3sa',56,30,'PZDCAJXOE','Voucher','paid','2020-11-06 16:36:07','2020-11-06 16:51:33',NULL),('ord_pcftcw',654,NULL,'mol_65461b30e408c1551639124544','klarnapaylater','open','2021-12-10 10:22:24',NULL,NULL),('ord_pcwbwp',461,258,'VTLMXDYNY','klarnapaylater','authorized','2021-07-27 12:54:59','2021-07-27 12:55:05',NULL),('ord_pdac4y',1138,654,'mol_11386253fe76a2fd71649671798','voucher','paid','2022-04-11 13:09:58','2022-04-11 13:10:24',NULL),('ord_pfp39y',723,492,'mol_72361f3eb4d93dba1643375437','klarnapaynow','completed','2022-01-28 15:10:37','2022-01-28 15:13:07',NULL),('ord_pja6zy',1115,631,'mol_1115624aa5ad7a7fc1649059245','creditcard','paid','2022-04-04 11:00:45','2022-04-04 11:12:37',NULL),('ord_poqpt',1315,780,'RGHBFNZDX','ideal','paid','2022-07-25 10:31:59','2022-07-25 10:32:18',NULL),('ord_ppsmxw',1266,744,'OIHIPQHBZ','banktransfer','paid','2022-05-10 14:42:34','2022-05-10 14:42:44',NULL),('ord_pq8zr0',945,NULL,'GHHFPGXBU','creditcard','open','2022-03-22 11:22:00',NULL,NULL),('ord_ptke18',1375,835,'ARRXNCDLC','ideal','paid','2022-09-19 14:56:29','2022-09-19 14:58:05',NULL),('ord_pxv84c',176,97,'QXCPEALUJ','creditcard','created','2020-12-10 09:55:32','2020-12-10 10:13:04',NULL),('ord_pz7h5o',1219,700,'BINWJXRNJ','ideal','paid','2022-05-03 16:29:40','2022-05-03 16:29:54',NULL),('ord_q2a937',1337,802,'OJOJJXLAR','klarnapaylater','completed','2022-08-16 11:11:02','2022-08-16 11:15:27',NULL),('ord_q2qr6e',693,NULL,'mol_69361e91566e13711642665318','creditcard','open','2022-01-20 09:55:19',NULL,NULL),('ord_q3jkfy',142,77,'LWEFHXFES','Pay later.','completed','2020-11-27 14:51:07','2020-11-27 15:25:57',NULL),('ord_q4fb68',45,25,'YDUONDRGT','iDEAL','paid','2020-11-06 15:22:53','2020-11-06 15:24:21',NULL),('ord_q80hth',1399,857,'OMLOECYQS','klarnapaylater','completed','2022-10-18 15:01:09','2022-10-18 15:01:56',NULL),('ord_qa2s9w',693,NULL,'mol_69361e9159bb2f101642665371','creditcard','open','2022-01-20 09:56:12',NULL,NULL),('ord_qb0q2',1309,774,'TSIKYTLRZ','ideal','paid','2022-07-01 16:34:34','2022-07-01 16:36:09',NULL),('ord_qg2jgj',523,309,'mol_52361122c9eadb2e1628581022','klarnapaylater','completed','2021-08-10 10:37:03','2021-08-10 10:55:15',NULL),('ord_qjtoo5',487,275,'mol_4876103bd2a0800a1627634986','klarnapaylater','expired','2021-07-30 11:49:46','2021-08-27 11:50:08',NULL),('ord_qkxgc7',1316,781,'PJGMPLPAP','ideal','expired','2022-07-25 11:25:04','2022-08-22 11:26:42',NULL),('ord_qlv50g',642,NULL,'mol_642619f44459c5161637827653','klarnapaylater','open','2021-11-25 10:07:33',NULL,NULL),('ord_qnhj14',359,202,'PTYQKEORK','klarnapaylater','completed','2021-04-08 13:28:09','2021-04-08 13:28:59',NULL),('ord_qpiris',1209,NULL,'mol_1209626f9e8a3269c1651482250','ideal','open','2022-05-02 12:04:10',NULL,NULL),('ord_qpxk8v',1404,861,'AZQIZNLSF','klarnapaylater','authorized','2022-11-10 09:54:04','2022-11-10 09:55:37',NULL),('ord_qqxqmv',557,338,'mol_557614c6ed2c58321632399058','klarnapaylater','completed','2021-09-23 15:10:59','2021-09-23 15:40:12',NULL),('ord_qsfna7',1352,817,'QNVOZJIGL','klarnapaylater','completed','2022-08-16 16:52:53','2022-08-16 16:54:27',NULL),('ord_qvu7he',152,85,'FZFKAZHQD','Pay later.','authorized','2020-12-03 10:57:09','2020-12-03 10:57:21',NULL),('ord_qvykhy',232,129,'QQLOXWEUO','ideal','created','2021-01-22 12:15:54','2021-01-22 12:32:06',NULL),('ord_qyq6ns',62,33,'SUSWOKDXA','Voucher','paid','2020-11-06 18:13:50','2020-11-06 18:27:25',NULL),('ord_r0ch5a',656,431,'mol_65661b9c61a5d1521639564826','ideal','paid','2021-12-15 12:40:26','2021-12-15 12:40:41',NULL),('ord_r2sc8l',453,254,'UUNRVCZGU','klarnapaylater','authorized','2021-07-27 11:57:17','2021-07-27 11:57:26',NULL),('ord_r70amp',1329,NULL,'mol_132962e7bd14dab4e1659354388','ideal','open','2022-08-01 14:46:29',NULL,NULL),('ord_raw4u2',1377,NULL,'mol_1377633e99250247f1665046821','ideal','open','2022-10-06 12:00:21',NULL,NULL),('ord_rb7zca',1387,NULL,'mol_1387634d37f3a7d381666004979','klarnapaylater','open','2022-10-17 14:09:41',NULL,NULL),('ord_rbgjwk',1215,NULL,'mol_12156270ec38e0aa81651567672','ideal','open','2022-05-03 11:47:55',NULL,NULL),('ord_rdpvtv',475,263,'mol_4756102a1cae66461627562442','klarnapaylater','expired','2021-07-29 15:40:43','2021-08-26 15:45:07',NULL),('ord_rh4a84',1256,NULL,'mol_1256627a47ea8e8c61652180970','ideal','open','2022-05-10 14:09:30',NULL,NULL),('ord_rjrd0e',106,56,'YZLFSGNQD','klarnapaylater','open','2020-11-19 10:14:15',NULL,NULL),('ord_rkus4m',1295,NULL,'mol_129562a73a6d6abef1655126637','klarnapaylater','open','2022-06-13 16:23:57',NULL,NULL),('ord_rlv56f',1358,823,'QSPEGRTLW','klarnapaynow','authorized','2022-09-01 13:51:40','2022-09-01 13:53:13',NULL),('ord_rnprdq',1308,773,'AEVSEELEN','ideal','created','2022-07-01 16:16:08','2022-07-01 16:33:03',NULL),('ord_rnrsly',55,29,'KAJRWHGQL','voucher','created','2020-11-06 15:41:11','2020-11-06 15:58:18',NULL),('ord_rpin4l',608,385,'mol_60861694eb7bba8d1634291383','ideal','paid','2021-10-15 12:49:44','2021-10-15 12:49:59',NULL),('ord_rs25ns',1244,722,'EZMKEIQKU','ideal','paid','2022-05-09 17:07:53','2022-05-09 17:09:12',NULL),('ord_rxxiag',85,45,'KZJDEKKMJ','Voucher','paid','2020-11-13 14:09:14','2020-11-13 14:09:45',NULL),('ord_rzjmxw',73,38,'RZHVXJDNX','Voucher','paid','2020-11-13 09:41:49','2020-11-13 09:42:21',NULL),('ord_s76bpu',944,NULL,'RNJKIHIKN','creditcard','open','2022-03-25 11:27:36',NULL,NULL),('ord_s8x5z3',534,319,'mol_5346130754598dac1630565701','klarnapaylater','authorized','2021-09-02 09:55:01','2021-09-02 09:55:14',NULL),('ord_s9uw92',169,93,'QCJRRWSTK','Credit Card','canceled','2020-12-04 14:07:56','2020-12-04 14:08:07',NULL),('ord_sf55pj',561,342,'mol_561615e944a108ae1633588298','klarnapaylater','expired','2021-10-07 09:31:38','2021-11-05 10:35:10',NULL),('ord_sji7sy',714,483,'mol_71461f3da494c7a31643371081','klarnapaylater','authorized','2022-01-28 13:58:01','2022-01-28 13:58:10',NULL),('ord_sjose',162,90,'CJXBVDGZI','Pay later.','completed','2020-12-03 12:06:32','2020-12-03 13:26:41',NULL),('ord_slq2fs',1305,NULL,'mol_130562a8555db201e1655199069','bancontact','open','2022-06-14 12:31:10',NULL,NULL),('ord_so9fz3',1366,826,'JBFGVEDBI','in3','paid','2022-09-02 12:36:28','2022-09-02 12:37:22',NULL),('ord_soool5',394,223,'NZORHIJPV','paypal','paid','2021-04-22 12:27:19','2021-04-22 12:27:29',NULL),('ord_sowwdp',629,405,'mol_62961851edf1ae6a1636114143','klarnapaynow','authorized','2021-11-05 14:09:03','2021-11-05 14:09:17',NULL),('ord_spied4',1380,840,'EIEQSHRRB','ideal','paid','2022-10-10 11:39:03','2022-10-10 11:40:40',NULL),('ord_sptjei',89,47,'TUJNZLKJW','iDEAL','paid','2020-11-13 14:22:08','2020-11-13 14:28:53',NULL),('ord_spx4oq',1188,NULL,'BSDZHKUCD','creditcard','open','2022-05-02 10:02:21','2022-05-02 10:03:54',NULL),('ord_sqbke',39,22,'LXXWHRXPZ','iDEAL','paid','2020-11-06 14:38:32','2020-11-06 14:43:11',NULL),('ord_sqboxe',1289,NULL,'mol_1289629f2cfd836d51654598909','in3','open','2022-06-07 13:48:29',NULL,NULL),('ord_sr4w9q',256,145,'MYSLOHNKZ','creditcard','created','2021-01-28 14:10:05','2021-01-28 14:27:04',NULL),('ord_stpsy3',420,238,'YERVZMBQZ','paypal','shipping','2021-05-20 14:26:05','2021-05-20 14:45:24',NULL),('ord_sw4ehy',1215,NULL,'mol_12156270e0ed3ffbd1651564781','ideal','open','2022-05-03 10:59:41',NULL,NULL),('ord_swmxxr',1327,792,'UNWYCLIUN','ideal','paid','2022-08-01 14:36:52','2022-08-01 14:38:45',NULL),('ord_sy1fj2',1020,NULL,'PJRFCGYZQ','creditcard','open','2022-03-25 10:45:03',NULL,NULL),('ord_t4gbeb',1334,799,'XVJEHWBYI','klarnapaylater','authorized','2022-08-16 11:00:22','2022-08-16 11:04:26',NULL),('ord_tbpf5w',700,470,'mol_70061e9572ef115b1642682158','klarnapaylater','completed','2022-01-20 14:35:59','2022-01-20 15:17:55',NULL),('ord_tc1u7p',475,263,'mol_4756102a7b422af01627563956','klarnapaylater','expired','2021-07-29 16:05:56','2021-08-26 16:10:05',NULL),('ord_tf854x',1367,827,'XZTNACWFX','klarnapaylater','completed','2022-09-06 10:35:58','2022-09-06 10:37:32',NULL),('ord_tlf3km',65,34,'FUQJYVGTM','Voucher','paid','2020-11-12 14:59:15','2020-11-12 14:59:56',NULL),('ord_tzjykp',490,278,'mol_4906103c650001e61627637327','voucher','paid','2021-07-30 12:28:48','2021-07-30 12:29:06',NULL),('ord_u6ntvu',312,174,'HOLPTERGT','paypal','created','2021-03-04 12:37:44','2021-03-04 12:37:51',NULL),('ord_u8ot7s',1242,NULL,'mol_124262791e6f07faa1652104815','ideal','open','2022-05-09 17:00:15',NULL,NULL),('ord_ubaaao',1310,775,'DPIXSVGGO','ideal','paid','2022-07-01 16:44:10','2022-07-01 16:45:46',NULL),('ord_ueiv29',486,274,'mol_4866103bc993a2711627634841','klarnapaylater','expired','2021-07-30 11:47:21','2021-08-27 11:50:07',NULL),('ord_ugpmtt',614,NULL,'mol_61461697bfec43031634302974','ideal','open','2021-10-15 16:02:55','2021-10-15 16:03:02','wrong amount'),('ord_uh680i',43,24,'USSNKPAWR','Voucher','canceled','2020-11-06 14:47:03','2020-11-06 14:47:08',NULL),('ord_uh9u96',692,462,'mol_69261e1649d84bcf1642161309','klarnapaylater','expired','2022-01-14 13:55:09','2022-02-11 14:00:06',NULL),('ord_ujxmmi',376,214,'JZJJRRSFZ','klarnapaylater','completed','2021-04-16 13:18:35','2021-04-16 13:19:10',NULL),('ord_uobpv8',1114,630,'mol_1114624aa2b1e9b4b1649058481','creditcard','paid','2022-04-04 10:48:02','2022-04-04 10:48:31',NULL),('ord_uq0keu',160,89,'SYTCVYITB','Pay later.','authorized','2020-12-03 11:31:19','2020-12-03 11:31:29',NULL),('ord_urfq86',373,211,'VZCWQZFQH','paypal','open','2021-04-08 16:31:31',NULL,NULL),('ord_urhefy',1216,NULL,'mol_121662711296401871651577494','ideal','open','2022-05-03 14:31:34',NULL,NULL),('ord_uruw5c',374,212,'GUDFVFHEB','klarnapaylater','open','2021-04-08 16:43:23',NULL,NULL),('ord_usin5c',238,134,'ETQPIHLAH','inghomepay','open','2021-01-25 13:32:45',NULL,NULL),('ord_uthnbg',87,46,'RQVCJHKCE','Voucher','paid','2020-11-13 14:15:52','2020-11-13 14:16:03',NULL),('ord_utlc5s',1210,692,'PASUAEKKS','klarnapaylater','authorized','2022-05-02 13:11:02','2022-05-02 13:11:16',NULL),('ord_uvexoq',214,119,'HVYDTDAOD','ideal','created','2021-01-12 10:48:19','2021-01-12 11:04:05',NULL),('ord_uyew3o',1107,NULL,'YKVKYZTDV','creditcard','open','2022-04-04 10:09:37',NULL,NULL),('ord_uyfrzu',1293,NULL,'mol_129362a7075e1edd71655113566','ideal','open','2022-06-13 12:46:06',NULL,NULL),('ord_uyym76',1299,NULL,'mol_129962a8455e11f0d1655194974','in3','open','2022-06-14 11:22:54',NULL,NULL),('ord_v3537c',107,57,'UNDTAVVFX','Pay later.','authorized','2020-11-19 10:48:53','2020-11-19 10:48:58',NULL),('ord_ve5o16',158,88,'KRFFBYVNG','Pay later.','authorized','2020-12-03 11:15:04','2020-12-03 11:30:20',NULL),('ord_vfs50',130,69,'ATVKSBOIB','Pay later.','authorized','2020-11-27 09:54:20','2020-11-27 09:54:44',NULL),('ord_vg3yuf',578,NULL,'mol_57861667c8544ebf1634106501','bancontact','open','2021-10-13 09:28:21',NULL,NULL),('ord_vgjybi',335,189,'EYZOSHWHZ','paypal','completed','2021-03-25 12:32:34','2021-03-25 12:35:12',NULL),('ord_vmbndv',517,304,'mol_517610cf3a6cbe8e1628238758','klarnapaylater','authorized','2021-08-06 11:32:39','2021-08-06 11:33:04',NULL),('ord_vnooks',1212,695,'JAVXTBEQF','creditcard','paid','2022-05-02 16:28:27','2022-05-02 17:24:56',NULL),('ord_voorhg',1201,683,'LHYUJOUNC','creditcard','shipping','2022-05-02 10:05:18','2022-05-02 12:20:13',NULL),('ord_vp9w2h',528,0,'mol_52861163dcd605f11628847565','klarnapaylater','canceled','2021-08-13 12:39:25','2021-08-13 12:39:35','wrong amount'),('ord_vr9u80',1300,767,'JCPRGOIIP','in3','paid','2022-06-14 11:36:19','2022-06-14 11:37:53',NULL),('ord_vt0is7',1347,812,'WVBUNGSNY','klarnapaylater','completed','2022-08-16 13:03:09','2022-08-16 16:51:55',NULL),('ord_vw6dmz',561,342,'mol_561615e943f3747d1633588287','klarnapaylater','created','2021-10-07 09:31:27','2021-10-07 09:42:54',NULL),('ord_w1nw1o',116,62,'CTJRBMVGO','Voucher','paid','2020-11-19 13:38:07','2020-11-19 13:38:20',NULL),('ord_w23wt1',613,390,'mol_613616959d09b9eb1634294224','klarnapaylater','expired','2021-10-15 13:37:04','2021-11-12 12:40:07',NULL),('ord_w2bnfr',579,NULL,'mol_57961667d334477b1634106675','bancontact','open','2021-10-13 09:31:15',NULL,NULL),('ord_w3bww',292,165,'FMJFFPUJN','iDEAL','paid','2021-02-04 16:00:50','2021-02-04 16:01:06',NULL),('ord_w3d2mp',556,337,'mol_556614c6a5cc767a1632397916','klarnapaylater','completed','2021-09-23 14:51:57','2021-09-23 15:15:27',NULL),('ord_w8h1vo',1391,851,'JVICWVBOS','klarnapaylater','expired','2022-10-17 15:11:35','2022-11-14 14:23:29',NULL),('ord_w8mi1n',580,NULL,'mol_58061667d7a3aef51634106746','bancontact','open','2021-10-13 09:32:26',NULL,NULL),('ord_w9rovx',1350,815,'HYQXHJLBB','klarnapaylater','completed','2022-08-16 14:22:33','2022-08-16 14:35:39',NULL),('ord_wagkvm',148,82,'IDPVQAFLV','Pay later.','authorized','2020-12-03 10:42:35','2020-12-03 10:42:41',NULL),('ord_wanvix',569,NULL,'mol_569615ecb7199cc71633602417','klarnapaylater','open','2021-10-07 13:26:57',NULL,NULL),('ord_wcpm21',577,NULL,'mol_57761667c4cf1ae21634106444','bancontact','open','2021-10-13 09:27:25',NULL,NULL),('ord_wevarz',465,260,'KDVZKZLLD','klarnapaylater','authorized','2021-07-27 13:03:09','2021-07-27 13:03:20',NULL),('ord_wj81j0',935,NULL,'INXGRRINP','creditcard','open','2022-03-22 10:30:42',NULL,NULL),('ord_wkse27',475,263,'mol_4756102a1ec3d4eb1627562476','klarnapaylater','expired','2021-07-29 15:41:16','2021-08-26 15:45:06',NULL),('ord_wqrpph',1314,779,'TPFFUXNYS','ideal','paid','2022-07-25 10:28:27','2022-07-25 10:31:48',NULL),('ord_ws20xp',547,332,'mol_547614b16955b9ae1632310933','klarnapaylater','completed','2021-09-22 14:42:13','2021-09-22 14:43:11',NULL),('ord_wt2628',67,35,'MBSDVHJAR','Voucher','paid','2020-11-12 15:01:08','2020-11-12 15:03:40',NULL),('ord_wtsgji',241,136,'MFGELUXPE','ING Homepay','completed','2021-01-25 13:42:45','2021-01-25 15:52:45',NULL),('ord_wuu2re',1254,732,'GKOELXGMQ','ideal','paid','2022-05-10 11:34:30','2022-05-10 11:34:44',NULL),('ord_wvuc88',361,203,'MYDTGALIA','klarnapaylater','completed','2021-04-08 13:30:53','2021-04-08 13:41:17',NULL),('ord_wxoz8m',1303,770,'VIRWKPJKL','in3','paid','2022-06-14 11:45:33','2022-06-14 11:47:07',NULL),('ord_x5lrjq',35,20,'RURINDQRQ','iDEAL','paid','2020-11-06 14:31:11','2020-11-06 14:31:32',NULL),('ord_x6ittr',605,382,'mol_605616941fea3e7e1634288126','ideal','paid','2021-10-15 11:55:26','2021-10-15 11:55:39',NULL),('ord_x79omf',572,NULL,'mol_572615ed8288f1b31633605672','banktransfer','open','2021-10-07 14:21:12',NULL,NULL),('ord_x9edp0',1002,NULL,'DOQEMDDBJ','creditcard','open','2022-03-23 12:08:25',NULL,NULL),('ord_xdbljj',536,NULL,'mol_5366130764e4a0741630565966','klarnapaylater','open','2021-09-02 09:59:26',NULL,NULL),('ord_xg7rwl',573,NULL,'mol_573615efc4fde1a81633614927','klarnapaylater','open','2021-10-07 16:55:28',NULL,NULL),('ord_xiauxc',1293,759,'BWKRZCLXM','ideal','created','2022-06-13 14:56:12','2022-06-13 15:13:02',NULL),('ord_xjlhoy',196,106,'IIKJWEMPI','ideal','created','2021-01-07 13:26:26','2021-01-07 13:43:05',NULL),('ord_xkpfgy',179,99,'EJVLNHOKN','iDEAL','paid','2020-12-10 13:26:48','2020-12-10 13:27:02',NULL),('ord_xl18rb',437,248,'NLNCLSJPW','klarnapaylater','completed','2021-06-10 09:45:55','2021-06-10 11:50:05',NULL),('ord_xp2dj6',661,NULL,'mol_66161bb527b9666a1639666299','ideal','open','2021-12-16 16:51:39',NULL,NULL),('ord_xpxh58',28,17,'IXBSSWPAG','iDEAL','paid','2020-11-06 14:25:02','2020-11-06 14:25:23',NULL),('ord_xra056',1249,727,'JTSDZWHCT','ideal','paid','2022-05-10 11:03:09','2022-05-10 11:04:24',NULL),('ord_xv8dd8',248,140,'MCJUTZAFK','Voucher','completed','2021-01-25 16:27:30','2021-01-25 16:47:25',NULL),('ord_xwjs7y',203,110,'MXPIFGMQJ','ideal','created','2021-01-08 09:26:37','2021-01-08 09:43:08',NULL),('ord_xx9k71',613,NULL,'mol_6136169513ce86551634292028','ideal','open','2021-10-15 13:00:29','2021-10-15 13:34:59','wrong amount'),('ord_xycn0t',455,255,'EZOZZCXYI','klarnapaylater','authorized','2021-07-27 12:02:01','2021-07-27 12:02:08',NULL),('ord_y7l5k2',91,48,'XELMALLTX','iDEAL','paid','2020-11-13 14:34:00','2020-11-13 14:34:48',NULL),('ord_y8lmp6',23,15,'WWZXBJYOH','voucher','canceled','2020-11-06 13:42:36','2020-11-06 13:42:40',NULL),('ord_y9690c',71,37,'UPHADDOQD','ideal','open','2020-11-12 17:25:07',NULL,NULL),('ord_yezxhs',118,63,'DVBCQUGBU','Voucher','paid','2020-11-19 13:46:04','2020-11-19 13:46:32',NULL),('ord_ygj9xp',1345,810,'AFVKRWBQM','klarnapaylater','completed','2022-08-16 11:53:07','2022-08-16 11:55:52',NULL),('ord_yj06wg',244,138,'BBMSHGKWD','Voucher','canceled','2021-01-25 16:20:26','2021-01-25 16:20:32',NULL),('ord_yjv0rd',474,0,'mol_4746102a19fd9a2e1627562399','klarnapaylater','expired','2021-07-29 15:40:00','2021-08-26 15:40:07',NULL),('ord_yjxiv8',638,413,'mol_63861976f709104d1637314416','klarnapaynow','completed','2021-11-19 11:33:36','2021-11-19 11:46:49',NULL),('ord_yrrft1',630,406,'mol_630618522219f2851636114977','klarnapaynow','completed','2021-11-05 14:22:57','2021-11-05 14:36:34',NULL),('ord_ytthdy',109,58,'VGAQHNJYX','iDEAL','open','2020-11-19 10:55:18','2020-11-19 10:57:58',NULL),('ord_ywv40j',519,306,'mol_519610d0e76763771628245622','klarnapaylater','canceled','2021-08-06 13:27:02','2021-08-13 10:38:23',NULL),('ord_z5tcpa',167,92,'HBOBGNBTV','Credit Card','paid','2020-12-04 14:04:45','2020-12-04 14:04:58',NULL),('ord_z6k3bg',1258,736,'IFOISZEBI','ideal','paid','2022-05-10 14:25:39','2022-05-10 14:27:11',NULL),('ord_z6ygcn',466,261,'ILVECUINI','klarnasliceit','completed','2021-07-29 09:37:43','2021-07-29 11:34:56',NULL),('ord_z9ww84',375,213,'HWJSWAKCS','paypal','paid','2021-04-15 14:51:12','2021-04-15 14:51:18',NULL),('ord_za5cak',951,NULL,'VHBSMQUIE','creditcard','open','2022-03-22 11:25:45',NULL,NULL),('ord_zdg5zs',740,508,'mol_74061fbdedac6fa01643896538','ideal','paid','2022-02-03 15:55:39','2022-02-03 15:55:51',NULL),('ord_zff56z',531,316,'mol_53161307300aeae41630565120','klarnapaylater','authorized','2021-09-02 09:45:21','2021-09-02 09:45:42',NULL),('ord_zgmmt',1332,NULL,'mol_133262f0be3e73a651659944510','creditcard','open','2022-08-08 10:41:50',NULL,NULL),('tr_23jKw4V4Dt',529,314,'mol_529613071e2d2e091630564834','creditcard','paid','2021-09-02 09:40:35','2021-09-02 09:42:04',NULL),('tr_26hhRqc3BQ',683,NULL,'mol_68361dedccbb9b491641995467','creditcard','open','2022-01-12 15:51:08',NULL,NULL),('tr_2aGJyP7RDQ',588,NULL,'mol_58861692d3bcb8e71634282811','ideal','open','2021-10-15 10:26:52',NULL,NULL),('tr_2bD68h67b5',318,348,'TBGBSMNPL','Mollie','expired','2021-10-07 12:57:09','2021-10-07 13:14:07',NULL),('tr_2gPRHW2EgF',511,299,'mol_511610bdbfe5fe561628167166','paypal','paid','2021-08-05 15:39:26','2021-08-05 15:41:44',NULL),('tr_2MJT6h7eN5',222,125,'YZDJBFQWY','iDEAL','paid','2021-01-14 13:20:24','2021-01-14 13:20:36',NULL),('tr_2NtMSCjFjx',593,370,'mol_5936169319ba4e661634283931','creditcard','paid','2021-10-15 10:45:31','2021-10-15 10:45:38',NULL),('tr_2q5WzNyh9M',573,0,'mol_573615ef868d98471633613928','ideal','expired','2021-10-07 16:38:50','2021-10-07 16:55:04',NULL),('tr_2QJftKZFkP',1207,NULL,'mol_1207626f98528b44c1651480658','ideal','open','2022-05-02 11:37:38',NULL,NULL),('tr_2R2zSu8UnP',739,507,'mol_73961fbde75669551643896437','ideal','paid','2022-02-03 15:53:57','2022-02-03 15:54:09',NULL),('tr_2V8up7PNqj',639,414,'mol_6396197737a89d721637315450','paypal','paid','2021-11-19 11:50:50','2021-11-19 12:13:10',NULL),('tr_39RdkCmUc4',282,159,'ROXIJGNOE','ideal','expired','2021-02-04 15:01:59','2021-02-04 15:18:08',NULL),('tr_3FvFW6RNEm',494,282,'mol_4946103fb092b27a1627650825','paypal','paid','2021-07-30 16:13:45','2021-07-30 16:14:00',NULL),('tr_46VUYRRUQg',1306,NULL,'mol_130662a8785b9bc871655208027','creditcard','open','2022-06-14 15:00:27',NULL,NULL),('tr_4asKCakFU8',272,154,'HFVBWPGKS','ideal','expired','2021-02-02 15:58:50','2021-02-02 17:08:41',NULL),('tr_4e98DDtcAg',676,452,'mol_67661d80735d4ac91641547573','creditcard','paid','2022-01-07 11:26:14','2022-01-07 11:26:30',NULL),('tr_4nsG3hBjWw',1230,710,'MLKEQJXSP','creditcard','paid','2022-05-05 11:44:35','2022-05-05 11:44:35',NULL),('tr_4NzGrampNR',709,478,'mol_70961f3d779be5821643370361','ideal','paid','2022-01-28 13:46:02','2022-01-28 13:46:15',NULL),('tr_4SPsu8NHWU',1305,NULL,'mol_130562a88052a8e921655210066','creditcard','open','2022-06-14 15:34:26',NULL,NULL),('tr_4U5xMKeUe8',564,345,'mol_564615ea4bd67bac1633592509','bancontact','paid','2021-10-07 10:41:49','2021-10-07 10:42:04',NULL),('tr_577Qdgbcvz',482,270,'mol_4826103b771307081627633521','banktransfer','paid','2021-07-30 11:25:21','2021-07-30 11:31:55',NULL),('tr_5CPBdr4rz3',1113,634,'mol_1113624aaa5e771d01649060446','ideal','paid','2022-04-04 11:20:46','2022-04-04 11:21:02',NULL),('tr_5jG3Wrs7Ch',687,0,'mol_68761dfe4d49576e1642063060','creditcard','expired','2022-01-13 10:37:41','2022-01-13 10:56:06',NULL),('tr_5RE2s2ATpr',628,NULL,'mol_6286184f003de31c1636102147','paypal','open','2021-11-05 10:49:08','2021-11-05 10:49:16','wrong amount'),('tr_5RNmXd3qRV',1226,706,'XRZIELNBK','creditcard','paid','2022-05-04 17:21:23','2022-05-04 17:21:23',NULL),('tr_5s2x7v57WT',280,158,'HCSAORADA','ideal','paid','2021-02-04 14:49:33','2021-02-04 14:49:45',NULL),('tr_5zGFKst9ts',512,301,'mol_512610bdf6207ef51628168034','paypal','paid','2021-08-05 15:53:54','2021-08-05 15:56:15',NULL),('tr_64d3zM7pkr',530,315,'mol_5306130726c223ad1630564972','creditcard','paid','2021-09-02 09:42:52','2021-09-02 09:44:04',NULL),('tr_6aVwhgGdQp',563,344,'mol_563615ea473a290f1633592435','bancontact','paid','2021-10-07 10:40:35','2021-10-07 10:40:54',NULL),('tr_6FhMTzzSEd',679,455,'mol_67961d842573853b1641562711','creditcard','paid','2022-01-07 15:39:41','2022-01-07 15:39:57',NULL),('tr_6fpmvGstPQ',526,311,'mol_526611619f1d0d281628838385','ideal','paid','2021-08-13 10:06:26','2021-08-13 10:20:06',NULL),('tr_6j5GJjx4hF',713,482,'mol_71361f3d8788649b1643370616','ideal','paid','2022-01-28 13:50:16','2022-01-28 13:50:23',NULL),('tr_6j8Sh3Fxuj',738,NULL,'mol_73861fbdcd0a44d31643896016','ideal','open','2022-02-03 15:46:56',NULL,NULL),('tr_6qSqbmtQWz',695,NULL,'mol_69561e931ab21c561642672555','creditcard','open','2022-01-20 11:55:55',NULL,NULL),('tr_6vGVMWtxXQ',1182,675,'mol_11826266695fdd54e1650878815','banktransfer','open','2022-04-25 12:26:59',NULL,NULL),('tr_6vHHHEcGWB',549,NULL,'mol_549614b3a9ea491f1632320158','banktransfer','open','2021-09-22 17:15:58',NULL,NULL),('tr_6Vm5yUk6wb',1130,647,'mol_1130624c056f5b83e1649149295','ideal','paid','2022-04-05 12:01:35','2022-04-05 12:01:49',NULL),('tr_6ztSjQGdjf',719,488,'mol_71961f3de54538e11643372116','ideal','paid','2022-01-28 14:15:16','2022-01-28 14:15:24',NULL),('tr_78HtmRvCoX',1332,NULL,'mol_133262f0bdab31ff51659944363','creditcard','open','2022-08-08 10:39:23',NULL,NULL),('tr_7Bkc48jNtG',720,489,'mol_72061f3df46513051643372358','ideal','paid','2022-01-28 14:19:18','2022-01-28 14:19:26',NULL),('tr_7cRDsy4HgS',496,284,'mol_4966103ff54640941627651924','paypal','paid','2021-07-30 16:32:04','2021-07-30 16:39:12',NULL),('tr_7H7PvKGHN6',284,161,'DWMPALSSP','iDEAL','paid','2021-02-04 15:13:45','2021-02-04 15:14:12',NULL),('tr_7i5372pYfd',1299,NULL,'mol_129962a841b5060a21655194037','creditcard','open','2022-06-14 11:07:17',NULL,NULL),('tr_7wFwSRGHSW',495,283,'mol_4956103fb6a701fd1627650922','paypal','paid','2021-07-30 16:15:22','2021-07-30 16:39:15',NULL),('tr_7ZXYgaywej',1306,NULL,'mol_130662a87898a1e761655208088','creditcard','open','2022-06-14 15:01:28',NULL,NULL),('tr_82yf4Qc2Be',322,180,'VGRVLBTXP','banktransfer','paid','2021-03-04 16:14:05','2021-03-04 16:14:16',NULL),('tr_85VDfZBALP',1288,NULL,'mol_1288629610921a0cb1654001810','bancontact','open','2022-05-31 15:56:50',NULL,NULL),('tr_85WkyAHxyh',642,NULL,'mol_642619f46a550f541637828261','ideal','open','2021-11-25 10:17:41',NULL,NULL),('tr_89fcksWKxm',931,NULL,'mol_9316239834b00a8b1647936331','creditcard','open','2022-03-22 10:05:33',NULL,NULL),('tr_8dAD68fsJz',1119,NULL,'mol_1119624addf475f011649073652','ideal','open','2022-04-04 15:00:52',NULL,NULL),('tr_8dCS7xMky2',1381,841,'DSWKFDHAK','bancontact','paid','2022-10-11 14:37:36','2022-10-11 14:44:36',NULL),('tr_8htftsGPAf',528,0,'mol_52861163d53a9ea51628847443','ideal','paid','2021-08-13 12:37:23','2021-08-13 12:50:18','wrong amount'),('tr_8Kzy6BDEep',592,369,'mol_5926169313c583f21634283836','creditcard','paid','2021-10-15 10:43:56','2021-10-15 10:44:18',NULL),('tr_8PrTSgwg3h',1208,690,'YWYICKMKY','ideal','paid','2022-05-02 11:45:16','2022-05-02 11:49:40',NULL),('tr_8sgSE3absA',615,391,'mol_615617a689e6c5761635412126','creditcard','paid','2021-10-28 12:08:46','2021-10-28 12:09:59',NULL),('tr_8yNCaa3GDU',401,227,'CIUEAQJCP','ideal','paid','2021-04-30 12:01:25','2021-04-30 12:01:35',NULL),('tr_969KUEfkqC',525,310,'mol_52561153871eb3291628780657','ideal','paid','2021-08-12 18:04:18','2021-08-12 18:11:32',NULL),('tr_99eGkmzjdM',352,198,'SBZDXQGDR','creditcard','expired','2021-04-08 10:10:29','2021-04-08 10:28:04',NULL),('tr_9b5EbNgg3R',647,NULL,'mol_647619f9c07aa8da1637850119','creditcard','open','2021-11-25 16:22:03',NULL,NULL),('tr_9bNC7amBbd',405,229,'BYCVTXURN','paypal','open','2021-04-30 13:46:08',NULL,NULL),('tr_9eHhmHyDA5',481,269,'mol_4816103a3db60f5d1627628507','banktransfer','paid','2021-07-30 10:01:47','2021-07-30 10:02:49',NULL),('tr_9EzBsmEHjr',497,285,'mol_497610ba0cb00e781628152010','paypal','paid','2021-08-05 11:26:51','2021-08-05 11:27:05',NULL),('tr_9h3byGafuE',502,290,'mol_502610bad79b11951628155257','paypal','paid','2021-08-05 12:20:57','2021-08-05 12:26:00',NULL),('tr_9qpRhwPwPk',526,311,'mol_52661161b972966c1628838807','ideal','paid','2021-08-13 10:13:27','2021-08-13 10:13:41',NULL),('tr_9S8zDKNeW3',1261,739,'CLKGISQGJ','ideal','paid','2022-05-10 14:30:44','2022-05-10 14:30:57',NULL),('tr_9s9M9CvEt8',522,308,'mol_52261122bc28b9bb1628580802','ideal','paid','2021-08-10 10:33:22','2021-08-10 10:36:41',NULL),('tr_9t46CWgGn7',120,64,'CIOQJHXFK','iDEAL','paid','2020-11-19 13:55:41','2020-11-19 13:55:56',NULL),('tr_9trb8afTkG',317,177,'RQHYOCPPF','ideal','expired','2021-03-04 15:38:14','2021-03-04 15:55:04',NULL),('tr_aASgdBrV55',813,NULL,'mol_813622f22b8350a51647256248','ideal','open','2022-03-14 13:10:48',NULL,NULL),('tr_acGg68ETKz',411,233,'KCLRIYZED','paypal','paid','2021-05-13 14:39:54','2021-05-13 14:40:19',NULL),('tr_ACkzvRRAaV',706,476,'mol_70661f3d57aed7491643369850','creditcard','paid','2022-01-28 13:37:31','2022-01-28 13:37:39',NULL),('tr_agW2UvSD6P',673,NULL,'mol_67361d804d108e971641546961','creditcard','open','2022-01-07 11:16:01',NULL,NULL),('tr_AJCzmTFjcd',526,311,'mol_52661161a9484fc51628838548','ideal','paid','2021-08-13 10:09:08','2021-08-13 10:20:06',NULL),('tr_AowGTsx7iG',1394,854,'HJKAVVEJD','creditcard','paid','2022-10-18 13:05:57','2022-10-18 13:07:15',NULL),('tr_aPpJAtCP6x',1111,NULL,'YSHUAROIJ','creditcard','open','2022-04-04 10:21:53',NULL,NULL),('tr_AUDGQEnUbe',501,289,'mol_501610baca0057fd1628155040','paypal','paid','2021-08-05 12:17:20','2021-08-05 13:40:00',NULL),('tr_AUJtv4hBgk',451,253,'QVRXFXQNI','paypal','paid','2021-07-09 13:09:14','2021-07-09 13:09:20',NULL),('tr_avGTTVEVs8',683,NULL,'mol_68361dedd1941cfd1641995545','creditcard','open','2022-01-12 15:52:25',NULL,NULL),('tr_AwuPCeqpCQ',689,NULL,'mol_68961dfe7198f6751642063641','creditcard','open','2022-01-13 10:47:21',NULL,NULL),('tr_awyhrpMuJ7',721,490,'mol_72161f3dff7f01c91643372535','ideal','paid','2022-01-28 14:22:16','2022-01-28 14:22:23',NULL),('tr_ayMQQ6aCF5',410,232,'IFWQSVLGV','ideal','paid','2021-05-07 10:17:58','2021-05-07 10:30:09',NULL),('tr_Az7VKSgEvy',645,420,'mol_645619f5920e9f011637832992','creditcard','paid','2021-11-25 11:36:48','2021-11-25 11:37:05',NULL),('tr_B3gCbPe2MH',642,417,'mol_642619f481ca259d1637828636','ideal','paid','2021-11-25 10:24:01','2021-11-25 10:24:37',NULL),('tr_bbqyKEk943',197,107,'XQATDPZYE','PayPal','canceled','2021-01-07 16:11:15','2021-01-07 16:11:25',NULL),('tr_BbvgsKJtrS',649,424,'mol_64961a4cb67daf691638189927','creditcard','paid','2021-11-29 14:45:28','2021-11-29 14:45:40',NULL),('tr_bgnANGaPWG',862,NULL,'mol_86262308804d87ba1647347716','creditcard','open','2022-03-15 14:35:17',NULL,NULL),('tr_bMRydDHUHC',861,NULL,'mol_861623087e2c57981647347682','creditcard','open','2022-03-15 14:34:47',NULL,NULL),('tr_BnwRJh92Ds',500,288,'mol_500610ba98cd64041628154252','paypal','paid','2021-08-05 12:04:13','2021-08-05 12:21:21',NULL),('tr_bppNCyMZzK',1203,685,'TWTRUMWJT','ideal','paid','2022-05-02 10:57:27','2022-05-02 10:57:40',NULL),('tr_bpwUJTqdbE',1124,NULL,'XRWQLZPBP','creditcard','open','2022-04-05 10:53:01',NULL,NULL),('tr_BSFzUzEqJK',591,368,'mol_591616930bc5b7731634283708','ideal','paid','2021-10-15 10:41:48','2021-10-15 10:41:57',NULL),('tr_bUJhgcdasT',268,152,'FKVVCBQDO','ideal','paid','2021-02-02 10:50:39','2021-02-02 10:50:44',NULL),('tr_BxVEkQHJu5',747,515,'mol_74761fbee8c15bf21643900556','ideal','paid','2022-02-03 17:02:36','2022-02-03 17:02:49',NULL),('tr_BYAcYhc98p',1252,730,'SETZSHLQF','ideal','paid','2022-05-10 11:30:13','2022-05-10 11:30:28',NULL),('tr_C7ceFngjUQ',728,497,'mol_72861f93b10552591643723536','ideal','paid','2022-02-01 15:52:16','2022-02-01 15:57:42',NULL),('tr_C7fHzujBWd',255,144,'HQYAPJSWO','creditcard','expired','2021-01-28 14:08:22','2021-01-28 14:26:05',NULL),('tr_c8pxKHkuqV',675,NULL,'mol_67561d8061e095e81641547294','creditcard','open','2022-01-07 11:21:34',NULL,NULL),('tr_C8Tb9X5cYx',1289,NULL,'mol_1289629dd84110fc41654511681','bancontact','open','2022-06-06 13:34:41',NULL,NULL),('tr_cdTYyTGxtu',1175,NULL,'EZHQUIZKT','creditcard','open','2022-04-19 14:46:04',NULL,NULL),('tr_ce8QTcrjgy',650,NULL,'mol_65061a8d6da3e8331638455002','','open','2021-12-02 16:23:23',NULL,NULL),('tr_CeHjaM6Gk4',514,300,'mol_514610bdfd1423101628168145','paypal','paid','2021-08-05 15:55:45','2021-08-05 15:55:59',NULL),('tr_CfgQ6HtVnD',673,449,'mol_67361d80507e867a1641547015','creditcard','paid','2022-01-07 11:16:56','2022-01-07 11:17:14',NULL),('tr_CgvmNjCV7K',447,251,'XUWUCDHTX','ideal','expired','2021-07-08 10:47:41','2021-07-08 10:50:40',NULL),('tr_cJrEFrH4za',583,0,'mol_5836166a88d3041b1634117773','ideal','paid','2021-10-13 12:36:13','2021-10-13 12:50:16','wrong amount'),('tr_ckCR6skjTR',1207,689,'HAOKAAGXF','ideal','paid','2022-05-02 11:37:46','2022-05-10 10:46:27',NULL),('tr_CpJs3wgQ7N',677,NULL,'mol_67761d83d94416f71641561492','creditcard','open','2022-01-07 15:18:48',NULL,NULL),('tr_CpssjBtwNB',526,311,'mol_526611618f7d9c101628838135','ideal','paid','2021-08-13 10:02:16','2021-08-13 10:15:08',NULL),('tr_cT9xPVGRBB',1306,NULL,'mol_130662a88158d64bf1655210328','creditcard','open','2022-06-14 15:38:50',NULL,NULL),('tr_cuFBUeVS9p',249,141,'VTATBGQTJ','iDEAL','paid','2021-01-28 09:44:16','2021-01-28 09:44:37',NULL),('tr_Cukp9WGBHR',693,NULL,'mol_69361e921bb345101642668475','creditcard','open','2022-01-20 10:47:55',NULL,NULL),('tr_cUzkjnTeK2',718,487,'mol_71861f3ddbe72ed71643371966','ideal','paid','2022-01-28 14:12:46','2022-01-28 14:12:59',NULL),('tr_cwrKqVhBGD',1118,NULL,'TTQHWYMDO','creditcard','open','2022-04-05 10:28:26',NULL,NULL),('tr_cXCizaKRjr',1260,738,'XJJUSWQZI','ideal','paid','2022-05-10 14:29:45','2022-05-10 14:29:58',NULL),('tr_D52PN4JyUB',677,NULL,'mol_67761d83d4f5810d1641561423','creditcard','open','2022-01-07 15:17:03',NULL,NULL),('tr_dDANVxv4qT',670,446,'mol_67061d6a562344251641456994','paypal','paid','2022-01-06 10:16:34','2022-01-06 10:16:45',NULL),('tr_DDvQmp8hBX',1208,NULL,'mol_1208626f9a164ec641651481110','ideal','open','2022-05-02 11:45:10',NULL,NULL),('tr_dK3Rdkm2r3',568,347,'mol_568615ea6b61ffcb1633593014','bancontact','paid','2021-10-07 10:50:17','2021-10-07 10:51:22',NULL),('tr_dKQzzVH3dA',757,NULL,'mol_7576214d43cb18bc1645532220','ideal','open','2022-02-22 14:17:00',NULL,NULL),('tr_dnehNQeWSW',655,430,'mol_65561b893f3e17eb1639486451','creditcard','paid','2021-12-14 14:54:12','2021-12-14 14:54:24',NULL),('tr_dnx9idvF4z',1139,673,'mol_113962665e8b5f1861650876043','ideal','paid','2022-04-25 11:40:43','2022-04-25 11:40:57',NULL),('tr_DPkRggUKUb',1120,NULL,'mol_1120624be9dac41d81649142234','ideal','open','2022-04-05 10:03:55',NULL,NULL),('tr_dqaQFC23FS',215,120,'BJWPFXEZA','iDEAL','paid','2021-01-12 11:14:01','2021-01-12 11:25:12',NULL),('tr_dTe5p4UFPD',522,308,'mol_52261122c5a46b9e1628580954','ideal','paid','2021-08-10 10:35:54','2021-08-10 10:55:15',NULL),('tr_dU9ErhB3Px',654,NULL,'mol_65461b74f4551c1d1639403333','paypal','open','2021-12-13 15:48:53',NULL,NULL),('tr_dVk8oid6PC',1278,NULL,'mol_1278628c99f7ce83d1653381623','creditcard','open','2022-05-24 11:40:24',NULL,NULL),('tr_dVsMqPjuqd',1289,756,'GGONESMDV','bancontact','expired','2022-06-06 13:34:07','2022-06-07 16:34:53',NULL),('tr_DZUmfnR9VZ',1229,709,'XRRAEIWKY','creditcard','paid','2022-05-05 11:32:46','2022-05-05 11:32:46',NULL),('tr_eat4xExdtw',1305,NULL,'mol_130562b19041e89471655803969','bancontact','open','2022-06-21 12:32:50',NULL,NULL),('tr_eBE4dwdGMR',1129,646,'mol_1129624c04ef2f4841649149167','ideal','paid','2022-04-05 11:59:27','2022-04-05 12:00:23',NULL),('tr_EcqNyrxtfx',710,479,'mol_71061f3d7b38b6b01643370419','ideal','paid','2022-01-28 13:46:59','2022-01-28 13:47:12',NULL),('tr_efbEmmQms5',601,378,'mol_60161693d5f796231634286943','ideal','paid','2021-10-15 11:35:43','2021-10-15 11:36:15',NULL),('tr_EhcNACFmSt',324,182,'UUSBKIOFA','creditcard','failed','2021-03-18 13:50:41','2021-03-18 13:50:49',NULL),('tr_EMCgms48zU',573,NULL,'mol_573616677a2ac44f1634105250','bancontact','open','2021-10-13 09:07:30',NULL,NULL),('tr_EmtTTRcKGV',555,0,'mol_555614c5ecc4a0fd1632394956','banktransfer','expired','2021-09-23 14:02:36','2021-10-07 09:32:46',NULL),('tr_eQDtQxrb7V',637,412,'mol_63761965b6f1bd911637243759','banktransfer','expired','2021-11-18 15:56:03','2021-12-02 11:23:22',NULL),('tr_eqhGw5uzdF',240,137,'MGFBWCEDT','iDEAL','paid','2021-01-25 16:06:59','2021-01-25 16:07:14',NULL),('tr_Er7Dq3TM8z',1389,849,'QSNPQRDSV','ideal','paid','2022-10-17 14:40:46','2022-10-17 14:42:06',NULL),('tr_eR8kguUMxK',332,187,'YURGWWSTP','paypal','paid','2021-03-25 10:35:38','2021-03-25 10:35:46',NULL),('tr_eRNtuR9qET',749,517,'mol_7496202204637e8d1644306502','banktransfer','paid','2022-02-08 09:48:25','2022-02-08 09:48:35',NULL),('tr_ev4CMFKfQF',682,NULL,'mol_68261deda63d82e21641994851','creditcard','open','2022-01-12 15:40:52',NULL,NULL),('tr_EyuC5wJCkS',220,124,'ROLVSQJBJ','iDEAL','paid','2021-01-14 11:34:16','2021-01-14 11:34:32',NULL),('tr_Ez2reqh2uT',548,NULL,'mol_548614b3811bf4f21632319505','banktransfer','open','2021-09-22 17:05:08',NULL,NULL),('tr_EZc4LAEryJ',1306,NULL,'mol_130662a878794e46a1655208057','creditcard','open','2022-06-14 15:00:57',NULL,NULL),('tr_f4j5K657Ck',260,148,'NVKYOQUWR','iDEAL','canceled','2021-02-02 09:33:55','2021-02-02 09:34:08',NULL),('tr_f5WFWHzxzA',346,195,'AIWYANMZI','paypal','paid','2021-04-08 09:31:16','2021-04-08 10:04:49',NULL),('tr_f6WjvwxqRf',666,442,'mol_66661d69e69aa0221641455209','paypal','paid','2022-01-06 09:46:50','2022-01-06 09:47:01',NULL),('tr_FAV3gj2twT',399,226,'YALYRWPYV','ideal','paid','2021-04-30 10:58:49','2021-04-30 10:59:03',NULL),('tr_FazEn9a6uH',503,NULL,'mol_503610baeeb5563c1628155627','paypal','open','2021-08-05 12:27:07',NULL,NULL),('tr_fB5zUf4rux',548,NULL,'mol_548614b393a74d651632319802','banktransfer','open','2021-09-22 17:12:24',NULL,NULL),('tr_FDckASfUFU',685,NULL,'mol_68561dfe1f13f7851642062321','creditcard','open','2022-01-13 10:25:21',NULL,NULL),('tr_fEeV7hkJ6C',664,440,'mol_66461d69bb7238aa1641454519','paypal','paid','2022-01-06 09:35:19','2022-01-06 09:35:30',NULL),('tr_FF6qg6vfFC',695,465,'mol_69561e93add4852f1642674909','ideal','paid','2022-01-20 12:35:09','2022-01-20 12:35:23',NULL),('tr_fHhxAGHvnH',655,NULL,'mol_65561b74fdbe91221639403483','paypal','open','2021-12-13 15:51:24',NULL,NULL),('tr_fJupFCGBqS',418,237,'QTGIZBFLL','ideal','paid','2021-05-20 14:23:58','2021-05-20 14:35:17',NULL),('tr_FMzR4rFnqM',1225,705,'PKRGJJWJE','creditcard','paid','2022-05-04 17:19:50','2022-05-04 17:19:50',NULL),('tr_Fr4BskRvGV',217,121,'SEQLQJLVN','ideal','expired','2021-01-14 10:14:45','2021-01-14 10:31:07',NULL),('tr_frK63rpWS9',581,359,'mol_5816166a7b3100001634117555','ideal','paid','2021-10-13 12:32:35','2021-10-13 12:45:26','wrong amount'),('tr_FVNB9cgMPU',652,NULL,'mol_65261adbb5dac3ee1638775645','creditcard','open','2021-12-06 09:27:25',NULL,NULL),('tr_fXJBF5NiAD',1200,681,'DBBAAFOUW','creditcard','paid','2022-04-26 16:41:10','2022-04-26 16:41:10',NULL),('tr_fy7WHTRget',515,302,'mol_515610be1ae294141628168622','creditcard','paid','2021-08-05 16:03:42','2021-08-05 16:03:54',NULL),('tr_G3vncTN3Gr',424,241,'IZSABIRJH','paypal','paid','2021-05-21 11:45:35','2021-05-21 11:45:46',NULL),('tr_g4z6VnbgNF',595,NULL,'mol_5956169374f623511634285391','ideal','open','2021-10-15 11:09:51',NULL,NULL),('tr_GAud4cADCf',521,NULL,'mol_521610d16aeeb1fc1628247726','ideal','open','2021-08-06 14:02:07',NULL,NULL),('tr_gcfVXhppLy',1202,684,'TJPIDLRME','ideal','paid','2022-05-02 10:56:10','2022-05-02 10:56:23',NULL),('tr_gGMbQnbuUK',648,423,'mol_64861a4c7ea451b81638189034','creditcard','paid','2021-11-29 14:30:34','2021-11-29 14:30:46',NULL),('tr_ghAENaMebB',673,NULL,'mol_67361d8040e2e6741641546766','creditcard','open','2022-01-07 11:12:46',NULL,NULL),('tr_GjzEUtbUPq',677,453,'mol_67761d8408e987001641562254','creditcard','paid','2022-01-07 15:31:05','2022-01-07 15:31:19',NULL),('tr_gk9m2cVHRB',1289,NULL,'mol_1289629f05b6cc96b1654588854','bancontact','open','2022-06-07 11:00:55',NULL,NULL),('tr_gMaQrFRaQA',576,NULL,'mol_57661667bfb48b841634106363','bancontact','open','2021-10-13 09:26:03',NULL,NULL),('tr_GmssmAqxk7',690,460,'mol_69061e00c3d475581642073149','ideal','paid','2022-01-13 13:25:49','2022-01-13 13:26:03',NULL),('tr_gnAnpEEnTP',331,186,'FWQAGOEJY','paypal','expired','2021-03-19 11:15:29','2021-03-19 14:16:05',NULL),('tr_GpAWzP84Fd',1180,672,'CSJXNRADP','creditcard','paid','2022-04-25 11:28:52','2022-04-25 11:28:52',NULL),('tr_gRbUF3VCSQ',642,417,'mol_642619f4682be1431637828226','ideal','expired','2021-11-25 10:17:06','2021-11-25 10:33:05',NULL),('tr_gRCNTH8hrh',548,NULL,'mol_548614b33d64806c1632318422','banktransfer','open','2021-09-22 16:47:02',NULL,NULL),('tr_gRh4HDV46h',647,NULL,'mol_647619f621f899091637835295','creditcard','open','2021-11-25 12:14:55',NULL,NULL),('tr_gRw4surgC7',1239,717,'GBDJDVBCY','creditcard','paid','2022-05-09 14:39:05','2022-05-09 14:39:05',NULL),('tr_gsnGA9bR4u',657,NULL,'mol_65761b9d83f66e6c1639569471','creditcard','open','2021-12-15 13:57:51',NULL,NULL),('tr_gWB9xAEeg5',646,NULL,'mol_646619f5fa6daafc1637834662','creditcard','open','2021-11-25 12:04:39',NULL,NULL),('tr_gXNibeVibr',1405,862,'MDNSCOFOV','paypal','paid','2022-11-15 15:28:37','2022-11-15 15:30:04',NULL),('tr_gy2yn6sybk',731,499,'mol_73161f93cb8007851643723960','ideal','paid','2022-02-01 15:59:20','2022-02-01 16:02:26',NULL),('tr_H2pCuvsnFt',640,415,'mol_640619778d6ea3851637316822','paypal','paid','2021-11-19 12:13:43','2021-11-19 13:39:25',NULL),('tr_h8WkRbQPcz',657,NULL,'mol_65761b9d824027471639569444','creditcard','open','2021-12-15 13:57:24',NULL,NULL),('tr_hbrEjCqUGV',434,247,'ZLPOBVPQL','paypal','paid','2021-06-04 16:17:54','2021-06-04 16:19:12',NULL),('tr_hceDPfwhrH',1127,NULL,'mol_1127624c01e7bceb31649148391','ideal','open','2022-04-05 11:46:31',NULL,NULL),('tr_HeBvKs8sMt',598,375,'mol_5986169386c5000e1634285676','ideal','paid','2021-10-15 11:14:36','2021-10-15 11:14:56',NULL),('tr_HfUf2y5mRH',725,494,'mol_72561f8f8513893d1643706449','creditcard','paid','2022-02-01 11:07:29','2022-02-01 11:07:40',NULL),('tr_HGAZrX3NtE',1372,NULL,'mol_137263281a6617adb1663572582','creditcard','open','2022-09-19 10:29:42',NULL,NULL),('tr_HGw8v5b2Gm',251,142,'QSMQQADCE','iDEAL','paid','2021-01-28 10:56:04','2021-01-28 10:59:14',NULL),('tr_HmRv8pw2QT',650,NULL,'mol_65061a8d70061f9c1638455040','','open','2021-12-02 16:24:05',NULL,NULL),('tr_HpjyPatNt4',1234,712,'BBTVKTCRW','creditcard','paid','2022-05-09 13:05:35','2022-05-09 13:05:35',NULL),('tr_hQf75v6jBp',705,475,'mol_70561f3d4ce06ec71643369678','ideal','paid','2022-01-28 13:34:38','2022-01-28 13:34:46',NULL),('tr_HQxtC5dk5e',320,179,'YZWTEHLXW','ideal','paid','2021-03-04 16:11:13','2021-03-04 16:12:43',NULL),('tr_hrt7pCvu9z',239,135,'VETCGFIMP','inghomepay','open','2021-01-25 13:33:41',NULL,NULL),('tr_hVrDta9FxK',684,458,'mol_68461dfddb03eb941642061232','creditcard','paid','2022-01-13 10:07:12','2022-01-13 10:07:33',NULL),('tr_hwEVwjAPn4',1269,747,'SDIFLFATR','creditcard','paid','2022-05-10 16:16:30','2022-05-10 16:16:30',NULL),('tr_hYQWpvVGQG',1253,731,'JIBTLYVCB','ideal','paid','2022-05-10 11:33:04','2022-05-10 11:33:18',NULL),('tr_i7q3FRDXkr',1228,708,'FDJNYYMOM','creditcard','paid','2022-05-04 17:25:50','2022-05-04 17:25:50',NULL),('tr_iPaRugQv2B',1222,702,'USLNFFMXK','creditcard','paid','2022-05-04 16:52:16','2022-05-04 16:52:16',NULL),('tr_iY7sDoejE2',1330,NULL,'mol_133062e7bef1369281659354865','ideal','open','2022-08-01 14:54:25',NULL,NULL),('tr_j2DbPNc7N2',695,NULL,'mol_69561e9318bd215a1642672523','creditcard','open','2022-01-20 11:55:24',NULL,NULL),('tr_J2kaVEU5jr',730,498,'mol_73061f93bbc4e1eb1643723708','ideal','paid','2022-02-01 15:55:08','2022-02-01 15:57:41',NULL),('tr_J2KzqNvU5C',812,NULL,'mol_812622f2129890bd1647255849','ideal','open','2022-03-14 13:04:09',NULL,NULL),('tr_jAMJnJKVpF',355,200,'FAQKKPGQQ','creditcard','paid','2021-04-08 10:18:45','2021-04-08 10:18:53',NULL),('tr_JATmPPSshw',647,422,'mol_64761a4c7b5991cd1638188981','creditcard','paid','2021-11-29 14:29:41','2021-11-29 14:29:55',NULL),('tr_jes4PLvSoN',1378,NULL,'mol_1378633e99ab56df01665046955','creditcard','open','2022-10-06 12:02:35',NULL,NULL),('tr_jFhzUg32Gb',506,294,'mol_506610bb0766d5c51628156022','paypal','paid','2021-08-05 12:33:42','2021-08-05 12:33:54',NULL),('tr_JFPvC7mpnQ',528,0,'mol_52861163c27b875f1628847143','ideal','paid','2021-08-13 12:32:23','2021-08-13 12:45:17','wrong amount'),('tr_Jma9xhA2gU',685,NULL,'mol_68561dfdde19c9871642061281','creditcard','open','2022-01-13 10:08:01',NULL,NULL),('tr_jNwm2Efer5',877,NULL,'mol_8776230a2163930d1647354390','creditcard','open','2022-03-15 16:26:32',NULL,NULL),('tr_jR2ugJvRhh',602,379,'mol_60261693dcb001691634287050','ideal','paid','2021-10-15 11:37:31','2021-10-15 11:37:37',NULL),('tr_JrXoY2X8Kv',1288,NULL,'mol_12886296115cdd1241654002012','bancontact','open','2022-05-31 16:00:13',NULL,NULL),('tr_JvbDMayVxx',678,454,'mol_67861d840c4233d91641562308','creditcard','paid','2022-01-07 15:31:48','2022-01-07 15:32:50',NULL),('tr_JyamoPPEnQ',1305,NULL,'mol_130562a880601d2e31655210080','creditcard','open','2022-06-14 15:34:40',NULL,NULL),('tr_JybTQf622P',1176,669,'ZRVQWUJQF','creditcard','paid','2022-04-19 14:48:18','2022-04-25 11:10:31',NULL),('tr_jzBmBVbuRm',1330,795,'ERRTNWGQD','ideal','paid','2022-08-01 14:54:31','2022-08-01 14:55:27',NULL),('tr_jzdTBHWEMN',1126,NULL,'EIPCTGOWP','creditcard','open','2022-04-05 11:06:57',NULL,NULL),('tr_jZvVK2UXGJ',1289,NULL,'mol_1289629dab020c5cb1654500098','bancontact','open','2022-06-06 10:21:38',NULL,NULL),('tr_k89bhdPJ6e',1119,NULL,'mol_1119624add3a30ba11649073466','ideal','open','2022-04-04 14:57:46',NULL,NULL),('tr_K8kwZdz8Jj',1288,NULL,'mol_128862960a300716a1654000176','bancontact','open','2022-05-31 15:29:36',NULL,NULL),('tr_kaAbBC7ghr',548,NULL,'mol_548614b378a709731632319370','banktransfer','open','2021-09-22 17:02:57',NULL,NULL),('tr_KAQCd2UECq',326,183,'ISPHVOEJF','paypal','paid','2021-03-18 14:33:07','2021-03-18 14:33:48',NULL),('tr_kCGvp3fHGs',590,367,'mol_59061692fc62ee7c1634283462','ideal','paid','2021-10-15 10:37:42','2021-10-15 10:37:50',NULL),('tr_KCr7gBS5Ge',680,NULL,'mol_68061d8486c778c11641564268','creditcard','open','2022-01-07 16:04:28',NULL,NULL),('tr_KfjeAKfyp5',680,NULL,'mol_68061d842c53c9441641562821','creditcard','open','2022-01-07 15:40:21',NULL,NULL),('tr_kHUKS7cR5U',483,271,'mol_4836103b8954925a1627633813','banktransfer','paid','2021-07-30 11:30:13','2021-07-30 11:33:08',NULL),('tr_kLeptoaLBJ',1293,NULL,'mol_129362a706531550b1655113299','ideal','open','2022-06-13 12:41:39',NULL,NULL),('tr_kNe9M66WG6',916,NULL,'mol_91662388e7c0beca1647873660','creditcard','open','2022-03-21 16:41:02',NULL,NULL),('tr_KPxWkAPvDh',667,443,'mol_66761d6a11d416c31641455901','paypal','paid','2022-01-06 09:58:21','2022-01-06 10:02:38',NULL),('tr_KRCRtbCTRU',683,457,'mol_68361dfd88383f7f1642059907','creditcard','paid','2022-01-13 09:45:08','2022-01-13 09:45:52',NULL),('tr_kSnJ9xA4zy',574,NULL,'mol_57461667b2012b4d1634106144','bancontact','open','2021-10-13 09:22:24',NULL,NULL),('tr_kTCZTDK6Xm',1383,843,'AACLVWWLL','bancontact','paid','2022-10-17 13:46:35','2022-10-17 13:54:54',NULL),('tr_KTmw7x2A8g',717,486,'mol_71761f3dd0e66d291643371790','paypal','paid','2022-01-28 14:09:50','2022-01-28 14:10:01',NULL),('tr_Kydmrj5uPA',641,416,'mol_64161977b70dfafb1637317488','ideal','paid','2021-11-19 12:24:49','2021-11-19 13:36:51',NULL),('tr_LRfs9KqAyM',1290,NULL,'mol_1290629f45a6a18d21654605222','bancontact','open','2022-06-07 15:33:43',NULL,NULL),('tr_LYVzPtbUme',1289,756,'GGONESMDV','bancontact','expired','2022-06-06 13:30:39','2022-06-07 16:32:22',NULL),('tr_LZDFN5UqR3',1288,NULL,'mol_128862960a785f9e01654000248','bancontact','open','2022-05-31 15:30:49',NULL,NULL),('tr_M5tRJpjvjj',754,NULL,'mol_754620619f99acf61644567033','ideal','open','2022-02-11 10:10:33',NULL,NULL),('tr_M66JrhHv9v',555,0,'mol_555614c59362f43a1632393526','banktransfer','expired','2021-09-23 13:38:46','2021-10-07 09:32:49',NULL),('tr_mdAohpqp3h',1214,694,'EBKBWVQTG','creditcard','paid','2022-05-02 16:26:48','2022-05-02 16:26:48',NULL),('tr_mDC64a2ceu',757,524,'mol_7576214d733218471645532979','ideal','paid','2022-02-22 14:29:39','2022-02-22 14:29:56',NULL),('tr_mE5r4wgTkS',733,NULL,'mol_73361fb8b125a8a21643875090','ideal','open','2022-02-03 09:58:10',NULL,NULL),('tr_mf8cDpzGFK',654,429,'mol_65461b74f69049881639403369','paypal','paid','2021-12-13 15:49:29','2021-12-13 15:49:40',NULL),('tr_Mj9jRvDpS2',866,NULL,'mol_86662308c28e409f1647348776','creditcard','open','2022-03-15 14:53:10',NULL,NULL),('tr_MjgxcJFCKH',276,156,'NJXRHCPJF','ideal','paid','2021-02-02 17:12:28','2021-02-02 17:12:47',NULL),('tr_mnVDCgW2oY',1251,729,'NQWGSRRJY','ideal','paid','2022-05-10 11:16:14','2022-05-10 11:29:31',NULL),('tr_MQh3NCFKr2',735,503,'mol_73561fb8d915a8901643875729','ideal','paid','2022-02-03 10:08:49','2022-02-03 10:09:00',NULL),('tr_mr3rPgefJm',395,225,'FDAZKZBXK','paypal','paid','2021-04-30 10:57:55','2021-04-30 12:15:14',NULL),('tr_MvvQnvPKdV',266,151,'KYTEGTBOH','ideal','paid','2021-02-02 10:46:25','2021-02-02 10:46:30',NULL),('tr_MxMJHyW3Nb',1122,638,'mol_1122624beb745cd131649142644','ideal','paid','2022-04-05 10:10:44','2022-04-05 10:15:03',NULL),('tr_N6UVrKHyjH',1312,777,'QSUCQSNVV','bancontact','paid','2022-07-25 10:19:16','2022-07-25 10:20:12',NULL),('tr_NaADwYNy6u',1305,NULL,'mol_130562bef1b1705f61656680881','bancontact','open','2022-07-01 16:08:01',NULL,NULL),('tr_NDBcyfbVNK',696,466,'mol_69661e93d05c428d1642675461','ideal','paid','2022-01-20 12:44:22','2022-01-20 12:44:35',NULL),('tr_Ne7H4BQEfu',283,160,'MYIMTGUGS','ideal','expired','2021-02-04 15:03:31','2021-02-04 15:19:05',NULL),('tr_nH7eSiX2fQ',1290,NULL,'mol_1290629f566a09cb11654609514','bancontact','open','2022-06-07 16:45:14',NULL,NULL),('tr_NHaPPAdqq4',305,170,'TDQGAHYBQ','eps','paid','2021-02-18 15:00:05','2021-02-18 15:00:14',NULL),('tr_nQeEhQJdPh',644,419,'mol_644619f58fa2d3291637832954','creditcard','paid','2021-11-25 11:35:54','2021-11-25 11:36:07',NULL),('tr_NQPunjFGPN',1359,824,'LZMOVJQRL','ideal','paid','2022-09-01 13:53:04','2022-09-01 13:54:37',NULL),('tr_nQsrVzaPVT',673,NULL,'mol_67361d804e0a8bf01641546976','creditcard','open','2022-01-07 11:16:16',NULL,NULL),('tr_nrmSsbPxSC',810,NULL,'mol_810622f1ee2af8081647255266','ideal','open','2022-03-14 12:54:26',NULL,NULL),('tr_NsfMXWaKvd',1288,755,'RIACSEDER','banktransfer','open','2022-05-31 16:39:12',NULL,NULL),('tr_nTQqU3Bun8',509,297,'mol_509610bdb29b01fd1628166953','paypal','paid','2021-08-05 15:35:53','2021-08-05 15:38:57',NULL),('tr_nV7BTUDw2N',1205,NULL,'mol_1205626f96092545c1651480073','ideal','open','2022-05-02 11:27:53',NULL,NULL),('tr_nxWUHq8hqM',528,313,'mol_528613070f3a49db1630564595','creditcard','paid','2021-09-02 09:36:35','2021-09-02 09:39:31',NULL),('tr_nywBNNu6gb',652,NULL,'mol_65261adbb043fb251638775556','creditcard','open','2021-12-06 09:25:56',NULL,NULL),('tr_obcLZKkP4f',1372,832,'RWPXNNWSZ','ideal','paid','2022-09-19 14:13:41','2022-09-19 14:15:02',NULL),('tr_oNTiWB4bLx',1378,838,'BCQOCWKWY','creditcard','paid','2022-10-06 12:03:23','2022-10-06 12:04:50',NULL),('tr_orznbZeebM',1320,785,'OHXGVZRFS','banktransfer','open','2022-07-26 17:08:12',NULL,NULL),('tr_oU2TfvZkCn',1299,NULL,'mol_129962a84178665ec1655193976','creditcard','open','2022-06-14 11:06:17',NULL,NULL),('tr_ox6M48orHU',1186,679,'RMPTMXWGC','banktransfer','open','2022-04-25 13:51:27',NULL,NULL),('tr_p8jYynJniM',1178,671,'','creditcard','paid','2022-04-25 11:21:40','2022-04-25 11:22:03',NULL),('tr_p97xjhuBVd',1132,649,'mol_1132624c20de255a91649156318','ideal','paid','2022-04-05 13:58:38','2022-04-05 13:58:50',NULL),('tr_Pbg7wtV5me',509,297,'mol_509610bdae0f24951628166880','paypal','paid','2021-08-05 15:34:41','2021-08-05 15:37:45',NULL),('tr_PBu5a35Fnv',1204,686,'MTMYURWNB','ideal','paid','2022-05-02 11:04:18','2022-05-02 11:04:33',NULL),('tr_PD2s7vCDnb',1134,651,'mol_1134624c21cc3a04c1649156556','ideal','paid','2022-04-05 14:02:36','2022-04-05 14:02:52',NULL),('tr_pkfMJCVM9U',727,496,'mol_72761f8f984e05ec1643706756','ideal','paid','2022-02-01 11:12:37','2022-02-01 11:12:44',NULL),('tr_pkxdUnWrhe',224,126,'LPBTEHURR','ideal','expired','2021-01-14 13:21:51','2021-01-14 13:38:12',NULL),('tr_PnhpPMjzvB',1223,703,'VNFXAXQSR','creditcard','paid','2022-05-04 17:08:30','2022-05-04 17:08:30',NULL),('tr_pNx4z69c9E',633,NULL,'mol_633618e6f1e0135a1636724510','banktransfer','open','2021-11-12 15:41:56',NULL,NULL),('tr_pQKpub5pPQ',636,411,'mol_63661965b19896a01637243673','banktransfer','expired','2021-11-18 15:54:45','2021-12-02 11:23:25',NULL),('tr_pth354347A',1224,704,'FYKLMFGJD','creditcard','paid','2022-05-04 17:09:24','2022-05-04 17:09:24',NULL),('tr_pVtdKR8GxS',558,339,'mol_558614c7379041301632400249','giropay','paid','2021-09-23 15:30:49','2021-09-23 15:45:16',NULL),('tr_pWA2cBqMfa',307,171,'KDOINAEIW','paypal','expired','2021-02-26 12:24:10','2021-02-26 15:25:05',NULL),('tr_PxDca9g6qm',732,500,'mol_73261fb8ad6292931643875030','ideal','paid','2022-02-03 09:57:10','2022-02-03 09:57:23',NULL),('tr_pXtHtnLCdf',1331,796,'KKUQNUHWB','ideal','paid','2022-08-01 15:54:35','2022-08-01 15:55:45',NULL),('tr_pxzUx6HEM5',489,277,'mol_4896103c5be9ea351627637182','paypal','paid','2021-07-30 12:26:22','2021-07-30 12:26:33',NULL),('tr_pzcegq6rnP',505,293,'mol_505610bb00ad0e851628155914','paypal','paid','2021-08-05 12:31:55','2021-08-05 12:32:06',NULL),('tr_q4VTdtpBSF',525,310,'mol_525611539fa25b8e1628781050','ideal','paid','2021-08-12 18:10:50','2021-08-12 18:11:29',NULL),('tr_Q7MMkNwn24',684,NULL,'mol_68461dfdd53a9ab21642061139','creditcard','open','2022-01-13 10:05:42',NULL,NULL),('tr_Q7Yd2v6UxZ',1290,NULL,'mol_1290629f45d12ee611654605265','bancontact','open','2022-06-07 15:34:25',NULL,NULL),('tr_Q9kuMErf5E',594,NULL,'mol_594616936c27b5dd1634285250','ideal','open','2021-10-15 11:07:30',NULL,NULL),('tr_QaqBzwuEUz',672,448,'mol_67261d6f159166271641476441','creditcard','paid','2022-01-06 15:40:41','2022-01-06 15:41:02',NULL),('tr_QDawhfrMS4',734,NULL,'mol_73461fb8c12370e31643875346','ideal','open','2022-02-03 10:02:26',NULL,NULL),('tr_qe2JJDAvK8',596,373,'mol_5966169377d7d8e61634285437','ideal','paid','2021-10-15 11:10:37','2021-10-15 11:13:11',NULL),('tr_QGyDSHd758',315,176,'PBDVAMSDN','ideal','canceled','2021-03-04 15:36:03','2021-03-04 15:37:21',NULL),('tr_qhNsjsFGgF',741,509,'mol_74161fbdf03a51cd1643896579','banktransfer','paid','2022-02-03 15:56:21','2022-02-03 15:56:40',NULL),('tr_QJRnns5apA',647,NULL,'mol_64761a4c760db5371638188896','creditcard','open','2021-11-29 14:28:17',NULL,NULL),('tr_QNKB9sKACG',548,0,'mol_548614b340b793371632318475','bancontact','expired','2021-09-22 16:47:55','2021-09-22 17:48:03',NULL),('tr_Qq3xQ8Wd2x',812,NULL,'mol_812622f20f2da10a1647255794','ideal','open','2022-03-14 13:03:18',NULL,NULL),('tr_qSmVCTUr8N',624,400,'mol_624617be6cd13d761635509965','ideal','paid','2021-10-29 15:19:25','2021-11-12 14:25:13',NULL),('tr_QUz9J2ZCv2',1371,831,'THCUQXGWB','ideal','paid','2022-09-15 11:29:07','2022-09-15 11:30:36',NULL),('tr_qWbHuhhQgt',548,520,'UVLAGYOZC','Mollie','expired','2022-02-11 09:55:23','2022-02-11 10:28:05',NULL),('tr_QwmyR6F8JN',618,394,'mol_618617a825c6036d1635418716','creditcard','paid','2021-10-28 13:58:36','2021-10-28 14:01:11',NULL),('tr_QXC7Wd8BKQ',1305,772,'OZGBGSSPS','creditcard','paid','2022-07-01 16:08:17','2022-07-01 16:09:13',NULL),('tr_QxnTts6dCN',524,NULL,'mol_524611537ff8e8fd1628780543','ideal','open','2021-08-12 18:02:23',NULL,NULL),('tr_R47ZCSSH6k',1280,750,'JPCPUQMFS','creditcard','paid','2022-05-23 17:08:19','2022-05-23 17:08:19',NULL),('tr_R6fhWHB9Qz',1123,639,'mol_1123624bec8e78fc31649142926','ideal','paid','2022-04-05 10:15:26','2022-04-05 10:15:40',NULL),('tr_r6PqezAmxx',526,311,'mol_526611616ff2eb131628837631','ideal','paid','2021-08-13 09:53:51','2021-08-13 10:15:07',NULL),('tr_r9EfgpmCpK',669,445,'mol_66961d6a423577191641456675','paypal','paid','2022-01-06 10:11:15','2022-01-06 10:11:26',NULL),('tr_RBNLtdHd3X',1332,NULL,'mol_133262f0bdb9a2e441659944377','creditcard','open','2022-08-08 10:41:30',NULL,NULL),('tr_rE7NbfmKCE',688,NULL,'mol_68861dfe577530d01642063223','creditcard','open','2022-01-13 10:40:23',NULL,NULL),('tr_RekQcd5yUp',1373,833,'XXHWHUIPR','ideal','paid','2022-09-19 14:34:42','2022-09-19 14:36:46',NULL),('tr_Rf2epcxEp3',344,194,'EOBDFRESO','paypal','canceled','2021-04-01 14:49:44','2021-04-01 15:04:53',NULL),('tr_RFavGCpnVU',528,0,'mol_528611e0990c1a3b1629358480','paypal','expired','2021-08-19 10:34:41','2021-08-19 13:35:03',NULL),('tr_RfbeBCHW5H',1288,NULL,'mol_128862960c36a10931654000694','bancontact','open','2022-05-31 15:38:15',NULL,NULL),('tr_RFwx8B8Ppg',680,NULL,'mol_68061d84d1d7df7f1641565469','creditcard','open','2022-01-07 16:24:44',NULL,NULL),('tr_Riht29JJrh',1232,711,'PFZILJONY','creditcard','paid','2022-05-05 11:49:10','2022-05-05 11:49:10',NULL),('tr_rjnRpA2dYN',1321,786,'YYADGGLGI','Mollie','expired','2022-07-26 17:11:23','2022-07-26 17:29:17',NULL),('tr_RKCzKyC3N5',702,472,'mol_70261effdda66a561643118042','ideal','paid','2022-01-25 15:40:42','2022-01-25 15:47:43',NULL),('tr_RrrnHeERUm',575,NULL,'mol_57561667b761107b1634106230','bancontact','open','2021-10-13 09:23:50',NULL,NULL),('tr_RVAtnzUjJN',396,224,'WYIPYZPUA','ideal','paid','2021-04-30 10:57:39','2021-04-30 10:57:49',NULL),('tr_rVmyavK9WH',675,451,'mol_67561d806f1480091641547505','creditcard','paid','2022-01-07 11:25:21','2022-01-07 11:25:37',NULL),('tr_Rw5k62dT7k',581,359,'mol_5816166a7d5242dd1634117589','ideal','paid','2021-10-13 12:33:09','2021-10-13 12:38:16',NULL),('tr_Ry9z4rvqed',1311,776,'XUIOZNWBN','bancontact','paid','2022-07-25 10:16:18','2022-07-25 10:17:14',NULL),('tr_s4bCaScNHJ',616,392,'mol_616617a6916132b11635412246','creditcard','paid','2021-10-28 12:10:46','2021-10-28 12:11:11',NULL),('tr_S9b3944u4e',701,471,'mol_70161effd72d60f61643117938','ideal','paid','2022-01-25 15:38:59','2022-01-25 15:39:08',NULL),('tr_S9pcCDMv9h',677,NULL,'mol_67761d83b585e4b81641560920','creditcard','open','2022-01-07 15:08:40',NULL,NULL),('tr_Sahc7T7nKS',334,188,'UCAEQBBZK','paypal','open','2021-03-25 10:37:04',NULL,NULL),('tr_SAnq5a46jD',748,516,'mol_74861fbeeb19e2071643900593','banktransfer','paid','2022-02-03 17:03:16','2022-02-03 17:04:53',NULL),('tr_sEVdkeNDEw',617,393,'mol_617617a81d9bd60f1635418585','creditcard','paid','2021-10-28 13:56:26','2021-10-28 13:56:51',NULL),('tr_SfEUzSw7JG',518,305,'mol_518610cf6725db8b1628239474','creditcard','paid','2021-08-06 11:44:34','2021-08-06 11:44:58',NULL),('tr_shHQyySnDj',1133,NULL,'mol_1133624c212bd8d2d1649156395','ideal','open','2022-04-05 13:59:56',NULL,NULL),('tr_sHmCCvWTVf',1119,NULL,'mol_1119624add6cee7511649073516','ideal','open','2022-04-04 14:58:37',NULL,NULL),('tr_sHzGgvWRgk',742,510,'mol_74261fbdf71942881643896689','banktransfer','paid','2022-02-03 15:58:11','2022-02-17 10:29:55',NULL),('tr_SJH7vuvhDq',1128,NULL,'mol_1128624c0416394f51649148950','ideal','open','2022-04-05 11:55:50',NULL,NULL),('tr_SkdSPNS3BD',674,NULL,'mol_67461d8057ce4cf71641547132','creditcard','open','2022-01-07 11:19:01',NULL,NULL),('tr_SKgm7j3pJr',644,NULL,'mol_644619f57cab25a71637832650','creditcard','open','2021-11-25 11:30:50',NULL,NULL),('tr_sKiEDuC4wM',1160,NULL,'TZBRKEXZJ','creditcard','open','2022-04-19 11:14:12',NULL,NULL),('tr_SmpUBk9fB3',1289,NULL,'mol_1289629dd8631f97b1654511715','eps','open','2022-06-06 13:35:15',NULL,NULL),('tr_sMuT4jd2Bp',677,NULL,'mol_67761d83ea0103081641561760','creditcard','open','2022-01-07 15:22:40',NULL,NULL),('tr_soVZbd5B2R',1177,670,'','creditcard','paid','2022-04-25 11:16:37','2022-04-25 11:16:47',NULL),('tr_sPEJVGc44J',680,NULL,'mol_68061d84cedd24051641565421','creditcard','open','2022-01-07 16:23:48',NULL,NULL),('tr_ssdtB59yFg',432,246,'AOZBQLFVM','paypal','paid','2021-06-04 16:11:33','2021-06-04 16:16:33',NULL),('tr_ssNYhCh2za',1384,844,'ZLVBZFEAW','bancontact','paid','2022-10-17 13:48:46','2022-10-17 13:56:17',NULL),('tr_stVEur2PWh',508,296,'mol_508610bb18abf7341628156298','paypal','paid','2021-08-05 12:38:19','2021-08-05 12:38:34',NULL),('tr_suh3T88RD9',565,346,'mol_565615ea5205e1c51633592608','bancontact','paid','2021-10-07 10:43:28','2021-10-07 10:49:35',NULL),('tr_suVky58hPp',270,153,'KAFFXGXEZ','iDEAL','paid','2021-02-02 15:32:04','2021-02-02 15:33:05',NULL),('tr_Svd7JyQ5S8',1306,NULL,'mol_130662a8791ea6be61655208222','creditcard','open','2022-06-14 15:03:42',NULL,NULL),('tr_sVu4BugSJ3',548,0,'mol_548614b363ab314b1632319034','bancontact','expired','2021-09-22 16:57:14','2021-09-22 17:58:02',NULL),('tr_sWsk8JxrMt',403,228,'XMIIBMWUS','paypal','paid','2021-04-30 12:05:29','2021-04-30 12:50:22',NULL),('tr_sya6TbuJAW',673,NULL,'mol_67361d80498422a51641546904','creditcard','open','2022-01-07 11:15:04',NULL,NULL),('tr_T3GRCtqrCt',498,286,'mol_498610ba281f085f1628152449','paypal','paid','2021-08-05 11:34:10','2021-08-05 11:34:20',NULL),('tr_t8aThLUzpt',1334,NULL,'mol_133462f0c6bba8cd21659946683','creditcard','open','2022-08-08 11:18:03',NULL,NULL),('tr_tA7GBCxkfP',724,493,'mol_72461f7ff21e9ee51643642657','ideal','paid','2022-01-31 17:24:18','2022-01-31 17:24:29',NULL),('tr_TadKnHeusk',262,149,'UKCDXPCAA','iDEAL','paid','2021-02-02 10:36:17','2021-02-02 10:37:07',NULL),('tr_tawSVJaBjP',1286,NULL,'mol_1286629601b2ae4931653998002','bancontact','open','2022-05-31 14:53:23',NULL,NULL),('tr_TBReNzbPas',261,250,'EXESNDQSM','Mollie','expired','2021-06-17 14:55:23','2021-06-17 15:12:11',NULL),('tr_Td2N8AhDnk',1121,637,'mol_1121624bea265af981649142310','ideal','paid','2022-04-05 10:05:10','2022-04-05 10:08:29',NULL),('tr_Tgcc2HU2Vj',354,199,'IBULQLRDW','creditcard','expired','2021-04-08 10:14:26','2021-04-08 10:32:15',NULL),('tr_TgUxnakq7B',1125,NULL,'SGBMUDJQY','creditcard','open','2022-04-05 11:05:45',NULL,NULL),('tr_THEhgBJ6Vy',650,NULL,'mol_65061a4cc65a5cc01638190181','creditcard','open','2021-11-29 14:49:41',NULL,NULL),('tr_TiULTwxNja',1149,NULL,'QUPZLWQKG','creditcard','open','2022-04-19 10:50:19',NULL,NULL),('tr_tK93A5fDtf',528,0,'mol_528611e09074e9901629358343','ideal','expired','2021-08-19 10:32:23','2021-08-19 10:49:03',NULL),('tr_tkassrveBV',218,122,'QPDVZBKJW','ideal','expired','2021-01-14 10:17:23','2021-01-14 10:34:04',NULL),('tr_tkDsKJ6epE',499,287,'mol_499610ba946d6f581628154182','paypal','paid','2021-08-05 12:03:03','2021-08-05 12:03:14',NULL),('tr_TKhJhtW2wx',682,456,'VWSLSJPBT','creditcard','paid','2022-01-12 15:41:41','2022-05-02 16:41:16',NULL),('tr_tMjMS7crhe',1110,629,'mol_1110624aa07ecd4701649057918','creditcard','paid','2022-04-04 10:38:39','2022-04-04 10:39:12',NULL),('tr_TMR6EtjhMn',125,66,'MHXEUQFIW','Bank','paid','2020-11-19 14:06:47','2020-11-19 14:20:31',NULL),('tr_TRUEeKwsed',219,123,'HTNAJFRXL','ideal','expired','2021-01-14 10:42:23','2021-01-14 10:58:06',NULL),('tr_TVVp9WVSUT',329,185,'WXGQTLDJK','paypal','paid','2021-03-19 11:05:27','2021-03-19 11:06:53',NULL),('tr_txoirXmpq9',1206,NULL,'mol_1206626f97b42b8251651480500','ideal','open','2022-05-02 11:35:00',NULL,NULL),('tr_U2J9R6JByH',1290,NULL,'mol_1290629f458d97dbf1654605197','bancontact','open','2022-06-07 15:33:19',NULL,NULL),('tr_u2kA5esUTc',1131,648,'mol_1131624c20142aecb1649156116','ideal','paid','2022-04-05 13:55:16','2022-04-05 13:58:08',NULL),('tr_U3kgfUmxWJ',703,473,'mol_70361efffa5a9e051643118501','ideal','paid','2022-01-25 15:48:21','2022-01-25 15:48:34',NULL),('tr_u4VD8GnFsH',583,0,'mol_5836166a8a6ba7311634117798','ideal','paid','2021-10-13 12:36:38','2021-10-13 13:24:17','wrong amount'),('tr_U8R55EUbWM',303,169,'TUJRSXSUJ','creditcard','paid','2021-02-18 13:33:22','2021-02-18 13:33:34',NULL),('tr_UDsxUth55o',1395,855,'COGOQUGBV','ideal','paid','2022-10-18 14:57:17','2022-10-18 14:58:36',NULL),('tr_uE6Pq9Djxj',665,441,'mol_66561d69cad7e0711641454765','paypal','paid','2022-01-06 09:39:25','2022-01-06 09:39:36',NULL),('tr_uFbydZ8kju',1288,NULL,'mol_1288629617c44c88c1654003652','bancontact','open','2022-05-31 16:27:32',NULL,NULL),('tr_UG5XtUc5iL',1267,745,'PARACQZEA','ideal','paid','2022-05-10 14:43:01','2022-05-10 14:43:14',NULL),('tr_ugpeGr4haC',643,418,'mol_643619f5486920701637831814','creditcard','paid','2021-11-25 11:17:14','2021-11-25 11:17:30',NULL),('tr_UhfWi7cFTL',1288,NULL,'mol_1288629619d72549d1654004183','bancontact','open','2022-05-31 16:36:23',NULL,NULL),('tr_ukGzu9qvab',528,0,'mol_52861163b68a291c1628846952','ideal','paid','2021-08-13 12:29:12','2021-08-13 12:40:13','wrong amount'),('tr_UmpRW2Jcbn',587,364,'mol_58761692cee8e1e21634282734','ideal','paid','2021-10-15 10:25:34','2021-10-15 10:25:42',NULL),('tr_UN4BvcCPPQ',1120,636,'mol_1120624be9f37cfaa1649142259','ideal','paid','2022-04-05 10:04:19','2022-04-05 10:04:38',NULL),('tr_uSNH5DPfwg',449,252,'NUQDRUNUR','ideal','expired','2021-07-08 15:19:24','2021-07-08 15:36:08',NULL),('tr_utG5YwT7zq',1288,NULL,'mol_12886296186694bc11654003814','bancontact','open','2022-05-31 16:30:15',NULL,NULL),('tr_uubhEQu4gA',507,295,'mol_507610bb134623591628156212','paypal','paid','2021-08-05 12:36:52','2021-08-05 12:37:04',NULL),('tr_UxTn4PwjuB',226,127,'WXHBTEFXM','iDEAL','expired','2021-01-15 14:51:42','2021-01-15 15:26:31',NULL),('tr_uzxRHzMTMQ',562,343,'mol_562615ea0d3b1f961633591507','bancontact','paid','2021-10-07 10:25:07','2021-10-07 10:25:26',NULL),('tr_V2EU8HCZjo',1341,NULL,'mol_134162fb573e05c931660639038','ideal','open','2022-08-16 11:37:18',NULL,NULL),('tr_v3ukg5cCDw',603,380,'mol_60361693f014c8a11634287361','ideal','paid','2021-10-15 11:42:41','2021-10-15 11:42:50',NULL),('tr_v493dtmzdg',589,NULL,'mol_58961692d9e3c4621634282910','ideal','open','2021-10-15 10:28:30',NULL,NULL),('tr_vBDx3HnczU',904,NULL,'mol_904623860a60f52f1647861926','creditcard','open','2022-03-21 13:25:28',NULL,NULL),('tr_VEbD9yD7HU',521,NULL,'mol_521610d17b5eded11628247989','ideal','open','2021-08-06 14:06:30',NULL,NULL),('tr_VEERsHUcC5',478,266,'mol_47861039b1f9fed71627626271','banktransfer','expired','2021-07-30 09:24:31','2021-08-13 09:05:49',NULL),('tr_VfHQ2o2RYm',1286,NULL,'mol_12866296010853fc71653997832','bancontact','open','2022-05-31 14:50:32',NULL,NULL),('tr_VkF7MeSd2L',1305,NULL,'mol_130562b190da656731655804122','bancontact','open','2022-06-21 12:35:22',NULL,NULL),('tr_VkGswCjhHA',1316,781,'PJGMPLPAP','bancontact','paid','2022-07-25 11:25:10','2022-07-25 11:25:45',NULL),('tr_vmgvQ8ab2u',693,463,'mol_69361e921c4bae8e1642668484','creditcard','paid','2022-01-20 10:48:05','2022-01-20 10:48:19',NULL),('tr_VqRsBbQybS',1117,633,'mol_1117624aa91581cc51649060117','creditcard','paid','2022-04-04 11:15:17','2022-04-04 11:19:52',NULL),('tr_VR2vbreN3M',716,485,'mol_71661f3dcbbd57e81643371707','ideal','paid','2022-01-28 14:08:28','2022-01-28 14:08:35',NULL),('tr_vrG7hxNyr9',704,474,'mol_70461f3d3faa58e51643369466','ideal','paid','2022-01-28 13:31:06','2022-01-28 13:31:26',NULL),('tr_VtSQktPgqv',683,NULL,'mol_68361dedde0d3aba1641995744','creditcard','open','2022-01-12 15:55:57',NULL,NULL),('tr_Vv5eANbsuT',555,0,'mol_555614c592bc41811632393515','sofort','expired','2021-09-23 13:38:36','2021-09-23 15:39:03',NULL),('tr_VyQvMTprGR',526,311,'mol_526611616cf827f21628837583','ideal','paid','2021-08-13 09:53:03','2021-08-13 10:20:06',NULL),('tr_VzrRyVNfJc',430,245,'AWIRJVPMF','ideal','paid','2021-06-04 16:01:17','2021-06-04 16:09:43',NULL),('tr_w2TjVp4G2p',521,307,'mol_52161112c2254c071628515362','ideal','paid','2021-08-09 16:22:43','2021-08-09 16:35:30',NULL),('tr_W6pcf6rbcF',674,450,'mol_67461d805f3694a81641547251','creditcard','paid','2022-01-07 11:20:59','2022-01-07 11:21:12',NULL),('tr_wb75parAqv',694,464,'mol_69461e921ef2e0a21642668527','creditcard','paid','2022-01-20 10:49:06','2022-01-20 10:49:21',NULL),('tr_WBdz5K9JN2',711,480,'mol_71161f3d7df7757a1643370463','paypal','paid','2022-01-28 13:47:43','2022-01-28 13:47:54',NULL),('tr_wDcR7kmDxW',551,NULL,'mol_551614b3ed7a0a671632321239','banktransfer','open','2021-09-22 17:33:59',NULL,NULL),('tr_Wj3k956wRn',1109,NULL,'YOMERCBDB','creditcard','open','2022-04-04 10:11:29',NULL,NULL),('tr_WJwESet43P',688,459,'mol_68861dfe698769111642063512','creditcard','paid','2022-01-13 10:46:15','2022-01-13 10:46:33',NULL),('tr_wMh74grwBs',348,196,'KAXTCKNJT','paypal','open','2021-04-08 10:07:38',NULL,NULL),('tr_WmRGdTxQyC',541,326,'mol_541613091c8dc6711630573000','ideal','paid','2021-09-02 11:56:41','2021-09-02 11:57:02',NULL),('tr_wpzbamaAMM',736,505,'mol_73661fbdb838a8161643895683','ideal','paid','2022-02-03 15:41:23','2022-02-03 15:46:16',NULL),('tr_wsWAh5QMzE',274,155,'THCQYCZUH','ideal','paid','2021-02-02 17:10:23','2021-02-02 17:10:52',NULL),('tr_WT4i2WgvHC',1305,NULL,'mol_130562a85570789941655199088','bancontact','open','2022-06-14 12:31:28',NULL,NULL),('tr_Wtxaqj2bNJ',876,NULL,'mol_87662309f847bba11647353732','creditcard','open','2022-03-15 16:15:34',NULL,NULL),('tr_wVmj7W2Gy8',646,421,'mol_646619f61f194cd41637835249','creditcard','paid','2021-11-25 12:14:10','2022-04-25 11:14:31',NULL),('tr_x5mgMvaRSz',323,181,'PDUEJDYCS','creditcard','expired','2021-03-18 13:45:17','2021-03-18 14:34:10',NULL),('tr_x6zQ7vmFBD',691,NULL,'mol_69161e023418505a1642079041','creditcard','open','2022-01-13 15:04:01',NULL,NULL),('tr_xaYzcq2pqk',1227,707,'OBPYWRVTC','creditcard','paid','2022-05-04 17:23:48','2022-05-04 17:23:48',NULL),('tr_XBZcCpbx7z',1333,798,'UQZWWNJHH','creditcard','paid','2022-08-08 11:17:20','2022-08-08 11:17:57',NULL),('tr_xg4MK3QGVT',688,NULL,'mol_68861dfe5a1657ac1642063265','creditcard','open','2022-01-13 10:42:53',NULL,NULL),('tr_xGzT4zM7ey',510,298,'mol_510610bdbc71a9fb1628167111','paypal','paid','2021-08-05 15:38:31','2021-08-05 15:51:23',NULL),('tr_xi3EPZrvRL',1306,NULL,'mol_130662a878e8c6bfc1655208168','creditcard','open','2022-06-14 15:02:49',NULL,NULL),('tr_xJkXc6VCsd',1288,NULL,'mol_1288629619de123661654004190','bancontact','open','2022-05-31 16:36:30',NULL,NULL),('tr_xkUcUum9zE',622,398,'mol_622617a8ec1453861635421889','creditcard','paid','2021-10-28 14:51:29','2021-10-28 14:51:38',NULL),('tr_xMTztQfufV',673,NULL,'mol_67361d80455017231641546837','creditcard','open','2022-01-07 11:13:57',NULL,NULL),('tr_xR8Uxgy8RR',528,0,'mol_528611e09d8a51491629358552','paypal','expired','2021-08-19 10:35:52','2021-08-19 13:36:04',NULL),('tr_XUhP3rNXju',1351,816,'MVUGDYXRE','bancontact','paid','2022-08-16 14:40:00','2022-08-16 14:40:34',NULL),('tr_xuNQ7PJSCG',597,374,'mol_5976169382fd79461634285615','ideal','paid','2021-10-15 11:13:36','2021-10-15 11:13:48',NULL),('tr_XvQdvhMPQq',1288,NULL,'mol_1288629609bdcb5db1654000061','bancontact','open','2022-05-31 15:27:42',NULL,NULL),('tr_xzhnrDvfmi',1313,778,'EGMRCIACE','bancontact','paid','2022-07-25 10:27:09','2022-07-25 10:28:04',NULL),('tr_y296U2cduF',528,0,'mol_52861163a5f128a51628846687','ideal','paid','2021-08-13 12:24:47','2021-08-13 12:35:14','wrong amount'),('tr_y534ty8CGd',264,150,'XOYXMKMRM','ideal','paid','2021-02-02 10:39:37','2021-02-02 10:39:44',NULL),('tr_YBme95aXxz',1199,680,'KNSGOSJZC','creditcard','paid','2022-04-26 16:39:30','2022-04-26 16:39:30',NULL),('tr_ybNG5QRqGF',619,NULL,'mol_619617a835de243f1635418973','creditcard','open','2021-10-28 14:02:54',NULL,NULL),('tr_ye3cWRmS4h',548,0,'mol_548614b370686a751632319238','bancontact','expired','2021-09-22 17:00:38','2021-09-22 18:01:02',NULL),('tr_yEyJCfojpW',1382,NULL,'mol_1382634d30ac7dbdd1666003116','bancontact','open','2022-10-17 13:38:38',NULL,NULL),('tr_yhJ2omoFWP',1270,748,'WHEWNVYOA','bancontact','paid','2022-05-23 10:16:00','2022-05-23 10:16:37',NULL),('tr_yjDju5bP3x',663,439,'mol_66361d69b7b6fe4d1641454459','paypal','paid','2022-01-06 09:34:19','2022-01-06 09:34:32',NULL),('tr_yJwNGKxGGT',1204,NULL,'MTMYURWNB','ideal','open','2022-05-02 11:04:09','2022-05-02 11:04:33',NULL),('tr_YoP5kYnWUG',1370,830,'QKEHCMBMN','ideal','paid','2022-09-13 15:55:51','2022-09-13 15:58:24',NULL),('tr_ysUTcDhdVy',99,52,'JCTMVROMB','iDEAL','paid','2020-11-13 15:29:01','2020-11-13 15:29:20',NULL),('tr_Ytxej57dH8',1322,787,'RCFKUFIQP','Mollie','expired','2022-07-26 17:16:24','2022-07-26 17:34:17',NULL),('tr_yuC5AsyV8Q',726,495,'mol_72661f8f88e62da91643706510','ideal','paid','2022-02-01 11:08:30','2022-02-01 11:08:43',NULL),('tr_yuEpTJMtTH',668,444,'mol_66861d6a3ad610b81641456557','paypal','paid','2022-01-06 10:09:17','2022-01-06 10:09:28',NULL),('tr_yv5P6MUVAh',548,NULL,'mol_548614b3a5332e821632320083','banktransfer','open','2021-09-22 17:14:44',NULL,NULL),('tr_YxYLy6jquS',1213,693,'RBWZQMNSX','creditcard','paid','2022-05-02 15:37:04','2022-05-02 15:37:04',NULL),('tr_Yyf3m9zJGX',1290,NULL,'mol_1290629f58216d9091654609953','bancontact','open','2022-06-07 16:52:33',NULL,NULL),('tr_YzTaje9kYh',1286,NULL,'mol_1286629603e4e464a1653998564','bancontact','open','2022-05-31 15:02:45',NULL,NULL),('tr_z3bDReAcqK',253,143,'DKOADTRHO','iDEAL','paid','2021-01-28 13:32:37','2021-01-28 13:37:26',NULL),('tr_z3bDReAcqK2',253,0,'DKOADTRHO','iDEAL','failed','2021-01-28 13:32:37','2021-01-28 13:37:26',NULL),('tr_z9KHdqHV5S',1268,746,'PBZLTTCVN','creditcard','paid','2022-05-10 16:15:27','2022-05-10 16:15:27',NULL),('tr_zfUBtRNDjr',674,NULL,'mol_67461d805307fe901641547056','creditcard','open','2022-01-07 11:17:36',NULL,NULL),('tr_zkbQEmePVw',569,0,'mol_569615ea9165fb601633593622','bancontact','expired','2021-10-07 11:00:22','2021-10-07 12:01:03',NULL),('tr_zM5EqrhtFd',504,292,'mol_504610baf760adfa1628155766','paypal','paid','2021-08-05 12:29:26','2021-08-05 12:29:38',NULL),('tr_zp3wPTruye',123,65,'QZLYGMOBD','iDEAL','paid','2020-11-19 14:00:25','2020-11-19 15:25:30',NULL),('tr_zPvVPn5k89',620,396,'mol_620617a85e853e871635419624','creditcard','paid','2021-10-28 14:13:44','2021-10-28 14:15:06',NULL),('tr_zvB7oQqR5J',1183,NULL,'mol_118362667736bc32f1650882358','banktransfer','open','2022-04-25 13:26:01',NULL,NULL),('tr_zX6dbTsxda',1370,NULL,'mol_1370631f27d4b36cd1662986196','ideal','open','2022-09-12 15:37:01',NULL,NULL),('tr_zyek2bNnVs',122,83,'JDVXHNHAM','iDEAL','paid','2020-12-03 10:45:53','2020-12-03 10:46:40',NULL),('tr_zZyhFRQkfc',1298,764,'SMZTTNMTU','creditcard','paid','2022-06-14 11:05:25','2022-06-14 11:05:36',NULL); -/*!40000 ALTER TABLE `ps_mollie_payments` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_operating_system` --- - -DROP TABLE IF EXISTS `ps_operating_system`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_operating_system` ( - `id_operating_system` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) DEFAULT NULL, - PRIMARY KEY (`id_operating_system`) -) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_operating_system` --- - -LOCK TABLES `ps_operating_system` WRITE; -/*!40000 ALTER TABLE `ps_operating_system` DISABLE KEYS */; -INSERT INTO `ps_operating_system` VALUES (1,'Windows XP'),(2,'Windows Vista'),(3,'Windows 7'),(4,'Windows 8'),(5,'Windows 8.1'),(6,'Windows 10'),(7,'MacOsX'),(8,'Linux'),(9,'Android'); -/*!40000 ALTER TABLE `ps_operating_system` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_carrier` --- - -DROP TABLE IF EXISTS `ps_order_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_carrier` ( - `id_order_carrier` int(11) NOT NULL AUTO_INCREMENT, - `id_order` int(11) unsigned NOT NULL, - `id_carrier` int(11) unsigned NOT NULL, - `id_order_invoice` int(11) unsigned DEFAULT NULL, - `weight` decimal(20,6) DEFAULT NULL, - `shipping_cost_tax_excl` decimal(20,6) DEFAULT NULL, - `shipping_cost_tax_incl` decimal(20,6) DEFAULT NULL, - `tracking_number` varchar(64) DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_carrier`), - KEY `id_order` (`id_order`), - KEY `id_carrier` (`id_carrier`), - KEY `id_order_invoice` (`id_order_invoice`) -) ENGINE=InnoDB AUTO_INCREMENT=860 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_carrier` --- - -LOCK TABLES `ps_order_carrier` WRITE; -/*!40000 ALTER TABLE `ps_order_carrier` DISABLE KEYS */; -INSERT INTO `ps_order_carrier` VALUES (1,1,2,0,0.000000,2.000000,2.000000,'','2020-11-03 14:11:37'),(2,2,2,0,0.000000,2.000000,2.000000,'','2020-11-03 14:11:37'),(3,3,2,0,0.000000,2.000000,2.000000,'','2020-11-03 14:11:37'),(4,4,2,0,0.000000,2.000000,2.000000,'','2020-11-03 14:11:37'),(5,5,2,0,0.000000,2.000000,2.000000,'','2020-11-03 14:11:37'),(6,6,1,1,0.000000,0.000000,0.000000,'','2020-11-05 09:15:04'),(7,7,1,0,0.000000,0.000000,0.000000,'','2020-11-05 09:50:55'),(8,8,1,0,0.000000,0.000000,0.000000,'','2020-11-05 09:51:28'),(9,9,2,0,0.000000,7.000000,8.470000,'','2020-11-05 10:45:57'),(10,10,2,0,0.000000,7.000000,8.470000,'','2020-11-05 10:50:16'),(11,11,2,2,0.000000,7.000000,8.470000,'','2020-11-05 10:50:57'),(12,12,1,3,0.000000,0.000000,0.000000,'','2020-11-05 10:53:24'),(13,13,1,4,0.000000,0.000000,0.000000,'','2020-11-05 12:42:51'),(14,14,2,0,0.000000,7.000000,8.470000,'','2020-11-05 16:35:13'),(15,15,2,0,0.000000,7.000000,8.470000,'','2020-11-06 13:42:36'),(16,16,2,5,0.000000,7.000000,8.470000,'','2020-11-06 13:49:08'),(17,17,1,6,0.000000,0.000000,0.000000,'','2020-11-06 14:25:01'),(18,18,1,7,0.000000,0.000000,0.000000,'','2020-11-06 14:27:02'),(19,19,1,8,0.000000,0.000000,0.000000,'','2020-11-06 14:29:49'),(20,20,1,9,0.000000,0.000000,0.000000,'','2020-11-06 14:31:10'),(21,21,1,10,0.000000,0.000000,0.000000,'','2020-11-06 14:32:59'),(22,22,1,11,0.000000,0.000000,0.000000,'','2020-11-06 14:38:00'),(23,23,1,12,0.000000,0.000000,0.000000,'','2020-11-06 14:43:39'),(24,24,1,0,0.000000,0.000000,0.000000,'','2020-11-06 14:47:02'),(25,25,1,13,0.000000,0.000000,0.000000,'','2020-11-06 15:22:42'),(26,26,1,14,0.000000,0.000000,0.000000,'','2020-11-06 15:27:27'),(27,27,1,0,0.000000,0.000000,0.000000,'','2020-11-06 15:29:20'),(28,28,1,15,0.000000,0.000000,0.000000,'','2020-11-06 15:29:36'),(29,29,1,0,0.000000,0.000000,0.000000,'','2020-11-06 15:41:10'),(30,30,2,16,0.000000,7.000000,8.470000,'','2020-11-06 16:36:04'),(31,31,1,17,0.000000,0.000000,0.000000,'','2020-11-06 16:40:30'),(32,32,1,18,0.000000,0.000000,0.000000,'','2020-11-06 17:21:02'),(33,33,1,19,0.000000,0.000000,0.000000,'','2020-11-06 18:13:48'),(34,34,1,20,0.000000,0.000000,0.000000,'','2020-11-12 14:59:12'),(35,35,1,21,0.000000,0.000000,0.000000,'','2020-11-12 15:01:06'),(36,36,1,22,0.000000,0.000000,0.000000,'','2020-11-12 15:06:31'),(37,37,1,0,0.000000,0.000000,0.000000,'','2020-11-12 17:25:02'),(38,38,1,23,0.000000,0.000000,0.000000,'','2020-11-13 09:40:44'),(39,39,1,24,0.000000,0.000000,0.000000,'','2020-11-13 09:44:20'),(40,40,1,25,0.000000,0.000000,0.000000,'','2020-11-13 09:47:49'),(41,41,1,0,0.000000,0.000000,0.000000,'','2020-11-13 11:48:45'),(42,42,1,26,0.000000,0.000000,0.000000,'','2020-11-13 11:49:48'),(43,43,1,27,0.000000,0.000000,0.000000,'','2020-11-13 13:54:04'),(44,44,1,0,0.000000,0.000000,0.000000,'','2020-11-13 13:57:11'),(45,45,1,28,0.000000,0.000000,0.000000,'','2020-11-13 14:09:09'),(46,46,1,29,0.000000,0.000000,0.000000,'','2020-11-13 14:15:50'),(47,47,1,30,0.000000,0.000000,0.000000,'','2020-11-13 14:21:27'),(48,48,1,31,0.000000,0.000000,0.000000,'','2020-11-13 14:33:54'),(49,49,1,32,0.000000,0.000000,0.000000,'','2020-11-13 14:41:06'),(50,50,1,33,0.000000,0.000000,0.000000,'','2020-11-13 14:56:31'),(51,51,1,34,0.000000,0.000000,0.000000,'','2020-11-13 14:58:10'),(52,52,1,35,0.000000,0.000000,0.000000,'','2020-11-13 15:28:59'),(53,53,1,36,0.000000,0.000000,0.000000,'','2020-11-13 17:18:00'),(54,54,1,0,0.000000,0.000000,0.000000,'','2020-11-19 09:55:29'),(55,55,1,0,0.000000,0.000000,0.000000,'','2020-11-19 10:03:29'),(56,56,1,0,0.000000,0.000000,0.000000,'','2020-11-19 10:14:14'),(57,57,1,37,0.000000,0.000000,0.000000,'','2020-11-19 10:48:52'),(58,58,1,0,0.000000,0.000000,0.000000,'','2020-11-19 10:55:16'),(59,59,1,38,0.000000,0.000000,0.000000,'','2020-11-19 11:01:08'),(60,60,1,39,0.000000,0.000000,0.000000,'','2020-11-19 11:12:22'),(61,61,1,40,0.000000,0.000000,0.000000,'','2020-11-19 13:15:20'),(62,62,1,41,0.000000,0.000000,0.000000,'','2020-11-19 13:38:05'),(63,63,1,42,0.000000,0.000000,0.000000,'','2020-11-19 13:46:02'),(64,64,1,43,0.000000,0.000000,0.000000,'','2020-11-19 13:55:40'),(65,65,1,44,0.000000,0.000000,0.000000,'','2020-11-19 14:00:23'),(66,66,1,45,0.000000,0.000000,0.000000,'','2020-11-19 14:06:47'),(67,67,1,46,0.000000,0.000000,0.000000,'','2020-11-27 09:27:35'),(68,68,1,47,0.000000,0.000000,0.000000,'','2020-11-27 09:52:09'),(69,69,1,48,0.000000,0.000000,0.000000,'','2020-11-27 09:54:19'),(70,70,1,0,0.000000,0.000000,0.000000,'','2020-11-27 09:56:14'),(71,71,1,49,0.000000,0.000000,0.000000,'','2020-11-27 12:37:50'),(72,72,1,0,0.000000,0.000000,0.000000,'','2020-11-27 14:23:33'),(73,73,1,0,0.000000,0.000000,0.000000,'','2020-11-27 14:25:08'),(74,74,1,0,0.000000,0.000000,0.000000,'','2020-11-27 14:25:36'),(75,75,1,0,0.000000,0.000000,0.000000,'','2020-11-27 14:26:36'),(76,76,1,0,0.000000,0.000000,0.000000,'','2020-11-27 14:32:53'),(77,77,1,50,0.000000,0.000000,0.000000,'','2020-11-27 14:51:06'),(78,78,1,51,0.000000,0.000000,0.000000,'','2020-11-27 15:27:41'),(79,79,1,0,0.000000,0.000000,0.000000,'','2020-12-03 10:35:04'),(80,80,1,0,0.000000,0.000000,0.000000,'','2020-12-03 10:38:43'),(81,81,1,0,0.000000,0.000000,0.000000,'','2020-12-03 10:39:41'),(82,82,1,52,0.000000,0.000000,0.000000,'','2020-12-03 10:42:30'),(83,83,1,53,0.000000,0.000000,0.000000,'','2020-12-03 10:45:19'),(84,84,1,54,0.000000,0.000000,0.000000,'','2020-12-03 10:51:38'),(85,85,1,55,0.000000,0.000000,0.000000,'','2020-12-03 10:57:08'),(86,86,1,56,0.000000,0.000000,0.000000,'','2020-12-03 11:01:26'),(87,87,1,57,0.000000,0.000000,0.000000,'','2020-12-03 11:08:33'),(88,88,1,58,0.000000,0.000000,0.000000,'','2020-12-03 11:15:02'),(89,89,1,59,0.000000,0.000000,0.000000,'','2020-12-03 11:31:17'),(90,90,1,60,0.000000,0.000000,0.000000,'','2020-12-03 12:06:30'),(91,91,1,61,0.000000,0.000000,0.000000,'','2020-12-03 13:27:41'),(92,92,1,62,0.000000,0.000000,0.000000,'','2020-12-04 14:04:43'),(93,93,1,0,0.000000,0.000000,0.000000,'','2020-12-04 14:07:54'),(94,94,1,0,0.000000,0.000000,0.000000,'','2020-12-04 14:10:56'),(95,95,1,63,0.000000,0.000000,0.000000,'','2020-12-04 15:23:40'),(96,96,1,64,0.000000,0.000000,0.000000,'','2020-12-10 09:38:03'),(97,97,1,0,0.000000,0.000000,0.000000,'','2020-12-10 09:55:32'),(98,98,1,65,0.000000,0.000000,0.000000,'','2020-12-10 11:28:32'),(99,99,1,66,0.000000,0.000000,0.000000,'','2020-12-10 13:26:46'),(100,100,1,67,0.000000,0.000000,0.000000,'','2020-12-10 15:19:50'),(101,101,1,68,0.000000,0.000000,0.000000,'','2020-12-10 15:21:28'),(102,102,1,69,0.000000,0.000000,0.000000,'','2020-12-10 16:43:20'),(103,103,1,0,0.000000,0.000000,0.000000,'','2021-01-07 12:37:47'),(104,104,1,0,0.000000,0.000000,0.000000,'','2021-01-07 12:38:22'),(105,105,1,0,0.000000,0.000000,0.000000,'','2021-01-07 12:39:02'),(106,106,1,0,0.000000,0.000000,0.000000,'','2021-01-07 13:26:23'),(107,107,1,0,0.000000,0.000000,0.000000,'','2021-01-07 16:11:12'),(108,108,1,0,0.000000,0.000000,0.000000,'','2021-01-07 17:04:23'),(109,109,1,0,0.000000,0.000000,0.000000,'','2021-01-08 09:24:18'),(110,110,1,0,0.000000,0.000000,0.000000,'','2021-01-08 09:26:33'),(111,111,1,0,0.000000,0.000000,0.000000,'','2021-01-08 17:10:09'),(112,112,1,0,0.000000,0.000000,0.000000,'','2021-01-08 17:17:36'),(113,113,1,0,0.000000,0.000000,0.000000,'','2021-01-08 17:18:22'),(114,114,1,70,0.000000,0.000000,0.000000,'','2021-01-12 10:28:49'),(115,115,1,0,0.000000,0.000000,0.000000,'','2021-01-12 10:37:11'),(116,116,1,0,0.000000,0.000000,0.000000,'','2021-01-12 10:40:56'),(117,117,1,0,0.000000,0.000000,0.000000,'','2021-01-12 10:43:07'),(118,118,1,0,0.000000,0.000000,0.000000,'','2021-01-12 10:44:15'),(119,119,1,0,0.000000,0.000000,0.000000,'','2021-01-12 10:47:48'),(120,120,1,71,0.000000,0.000000,0.000000,'','2021-01-12 11:14:00'),(121,121,1,0,0.000000,0.000000,0.000000,'','2021-01-14 10:14:43'),(122,122,1,0,0.000000,0.000000,0.000000,'','2021-01-14 10:17:21'),(123,123,1,0,0.000000,0.000000,0.000000,'','2021-01-14 10:42:21'),(124,124,1,72,0.000000,0.000000,0.000000,'','2021-01-14 11:34:14'),(125,125,1,73,0.000000,0.000000,0.000000,'','2021-01-14 13:20:22'),(126,126,1,0,0.000000,0.000000,0.000000,'','2021-01-14 13:21:49'),(127,127,1,0,0.000000,0.000000,0.000000,'','2021-01-15 14:51:39'),(128,128,1,0,0.000000,0.000000,0.000000,'','2021-01-22 12:09:34'),(129,129,1,0,0.000000,0.000000,0.000000,'','2021-01-22 12:15:53'),(130,130,1,0,0.000000,0.000000,0.000000,'','2021-01-22 12:16:58'),(131,131,4,0,0.000000,4.000000,4.840000,'','2021-01-22 12:36:15'),(132,132,5,0,0.000000,3.310000,4.000000,'','2021-01-22 12:42:17'),(133,133,5,0,0.000000,3.310000,4.000000,'','2021-01-22 13:17:20'),(134,134,1,0,0.000000,0.000000,0.000000,'','2021-01-25 13:32:42'),(135,135,1,0,0.000000,0.000000,0.000000,'','2021-01-25 13:33:39'),(136,136,1,74,0.000000,0.000000,0.000000,'','2021-01-25 13:42:44'),(137,137,1,75,0.000000,0.000000,0.000000,'','2021-01-25 16:06:56'),(138,138,1,0,0.000000,0.000000,0.000000,'','2021-01-25 16:20:24'),(139,139,1,76,0.000000,0.000000,0.000000,'','2021-01-25 16:22:48'),(140,140,1,77,0.000000,0.000000,0.000000,'','2021-01-25 16:27:29'),(141,141,1,78,0.000000,0.000000,0.000000,'','2021-01-28 09:44:14'),(142,142,1,79,0.000000,0.000000,0.000000,'','2021-01-28 10:56:02'),(143,143,1,80,0.000000,0.000000,0.000000,'','2021-01-28 13:32:37'),(144,144,1,0,0.000000,0.000000,0.000000,'','2021-01-28 14:08:17'),(145,145,1,0,0.000000,0.000000,0.000000,'','2021-01-28 14:10:01'),(146,146,1,0,0.000000,0.000000,0.000000,'','2021-01-28 14:12:21'),(147,147,1,0,0.000000,0.000000,0.000000,'','2021-01-28 17:32:26'),(148,148,1,0,0.000000,0.000000,0.000000,'','2021-02-02 09:33:55'),(149,149,1,81,0.000000,0.000000,0.000000,'','2021-02-02 10:36:17'),(150,150,1,0,0.000000,0.000000,0.000000,'','2021-02-02 10:39:37'),(151,151,1,0,0.000000,0.000000,0.000000,'','2021-02-02 10:46:25'),(152,152,1,0,0.000000,0.000000,0.000000,'','2021-02-02 10:50:39'),(153,153,1,82,0.000000,0.000000,0.000000,'','2021-02-02 15:32:04'),(154,154,1,0,0.000000,0.000000,0.000000,'','2021-02-02 15:58:49'),(155,155,1,83,0.000000,0.000000,0.000000,'','2021-02-02 17:10:21'),(156,156,1,84,0.000000,0.000000,0.000000,'','2021-02-02 17:12:28'),(157,157,1,0,0.000000,0.000000,0.000000,'','2021-02-04 14:47:15'),(158,158,1,85,0.000000,0.000000,0.000000,'','2021-02-04 14:49:32'),(159,159,1,0,0.000000,0.000000,0.000000,'','2021-02-04 15:01:24'),(160,160,1,0,0.000000,0.000000,0.000000,'','2021-02-04 15:02:25'),(161,161,1,86,0.000000,0.000000,0.000000,'','2021-02-04 15:13:07'),(162,162,1,0,0.000000,0.000000,0.000000,'','2021-02-04 15:19:06'),(163,163,1,0,0.000000,0.000000,0.000000,'','2021-02-04 15:29:04'),(164,164,1,0,0.000000,0.000000,0.000000,'','2021-02-04 15:50:01'),(165,165,1,87,0.000000,0.000000,0.000000,'','2021-02-04 16:00:43'),(166,166,1,88,0.000000,0.000000,0.000000,'','2021-02-04 16:06:51'),(167,167,1,89,0.000000,0.000000,0.000000,'','2021-02-04 16:13:27'),(168,168,1,90,0.000000,0.000000,0.000000,'','2021-02-04 16:15:30'),(169,169,6,91,0.000000,0.000000,0.000000,'','2021-02-18 13:33:22'),(170,170,6,92,0.000000,0.000000,0.000000,'','2021-02-18 15:00:05'),(171,171,6,0,0.000000,0.000000,0.000000,'','2021-02-26 12:24:08'),(172,172,6,0,0.000000,0.000000,0.000000,'','2021-03-04 11:42:42'),(173,173,6,0,0.000000,0.000000,0.000000,'','2021-03-04 11:58:19'),(174,174,5,0,0.000000,3.310000,4.000000,'','2021-03-04 12:37:42'),(175,175,5,0,0.000000,3.310000,4.000000,'','2021-03-04 12:44:26'),(176,176,5,0,0.000000,3.310000,4.000000,'','2021-03-04 15:36:01'),(177,177,5,0,0.000000,3.310000,4.000000,'','2021-03-04 15:38:12'),(178,178,5,0,0.000000,3.310000,4.000000,'','2021-03-04 16:09:49'),(179,179,6,93,0.000000,0.000000,0.000000,'','2021-03-04 16:11:04'),(180,180,6,94,0.000000,0.000000,0.000000,'','2021-03-04 16:13:53'),(181,181,6,0,0.000000,0.000000,0.000000,'','2021-03-18 13:45:15'),(182,182,6,99,0.000000,0.000000,0.000000,'','2021-03-18 13:50:37'),(183,183,6,95,0.000000,0.000000,0.000000,'','2021-03-18 14:33:04'),(184,184,6,98,0.000000,0.000000,0.000000,'','2021-03-18 15:28:14'),(185,185,6,96,0.000000,0.000000,0.000000,'','2021-03-19 11:05:24'),(186,186,6,97,0.000000,0.000000,0.000000,'','2021-03-19 11:15:27'),(187,187,6,100,0.000000,0.000000,0.000000,'','2021-03-25 10:35:33'),(188,188,6,101,0.000000,0.000000,0.000000,'','2021-03-25 10:37:02'),(189,189,6,102,0.000000,0.000000,0.000000,'','2021-03-25 12:32:33'),(190,190,6,103,0.000000,0.000000,0.000000,'00340434165939399585','2021-03-25 13:20:53'),(191,191,6,104,0.000000,0.000000,0.000000,'','2021-03-25 13:25:23'),(192,192,6,105,0.000000,0.000000,0.000000,'00340434165939399585','2021-03-25 13:26:43'),(193,193,6,106,0.000000,0.000000,0.000000,'','2021-03-25 16:08:43'),(194,194,6,0,0.000000,0.000000,0.000000,'','2021-04-01 14:49:42'),(195,195,6,107,0.000000,0.000000,0.000000,'','2021-04-08 09:31:12'),(196,196,6,0,0.000000,0.000000,0.000000,'','2021-04-08 10:07:36'),(197,197,6,0,0.000000,0.000000,0.000000,'','2021-04-08 10:09:15'),(198,198,6,0,0.000000,0.000000,0.000000,'','2021-04-08 10:10:27'),(199,199,6,0,0.000000,0.000000,0.000000,'','2021-04-08 10:14:25'),(200,200,6,108,0.000000,0.000000,0.000000,'','2021-04-08 10:18:43'),(201,201,6,109,0.000000,0.000000,0.000000,'','2021-04-08 13:14:16'),(202,202,6,110,0.000000,0.000000,0.000000,'','2021-04-08 13:28:07'),(203,203,6,111,0.000000,0.000000,0.000000,'','2021-04-08 13:30:52'),(204,204,6,112,0.000000,0.000000,0.000000,'','2021-04-08 13:43:45'),(205,205,6,113,0.000000,0.000000,0.000000,'','2021-04-08 13:47:08'),(206,206,6,0,0.000000,0.000000,0.000000,'','2021-04-08 15:09:17'),(207,207,6,0,0.000000,0.000000,0.000000,'','2021-04-08 15:50:42'),(208,208,6,114,0.000000,0.000000,0.000000,'','2021-04-08 15:54:00'),(209,209,6,0,0.000000,0.000000,0.000000,'','2021-04-08 16:16:43'),(210,210,6,115,0.000000,0.000000,0.000000,'','2021-04-08 16:19:03'),(211,211,6,0,0.000000,0.000000,0.000000,'','2021-04-08 16:31:29'),(212,212,6,0,0.000000,0.000000,0.000000,'','2021-04-08 16:43:20'),(213,213,6,116,0.000000,0.000000,0.000000,'','2021-04-15 14:51:07'),(214,214,6,117,0.000000,0.000000,0.000000,'','2021-04-16 13:18:31'),(215,215,6,118,0.000000,0.000000,0.000000,'','2021-04-22 11:38:02'),(216,216,6,119,0.000000,0.000000,0.000000,'','2021-04-22 11:42:43'),(217,217,6,120,0.000000,0.000000,0.000000,'','2021-04-22 12:12:02'),(218,218,6,121,0.000000,0.000000,0.000000,'','2021-04-22 12:12:50'),(219,219,6,122,0.000000,0.000000,0.000000,'','2021-04-22 12:15:03'),(220,220,6,123,0.000000,0.000000,0.000000,'','2021-04-22 12:21:14'),(221,221,6,124,0.000000,0.000000,0.000000,'','2021-04-22 12:25:04'),(222,222,6,125,0.000000,0.000000,0.000000,'','2021-04-22 12:26:18'),(223,223,6,126,0.000000,0.000000,0.000000,'','2021-04-22 12:27:19'),(224,224,6,127,0.000000,0.000000,0.000000,'','2021-04-30 10:57:37'),(225,225,6,128,0.000000,0.000000,0.000000,'','2021-04-30 10:57:53'),(226,226,6,129,0.000000,0.000000,0.000000,'','2021-04-30 10:58:48'),(227,227,6,130,0.000000,0.000000,0.000000,'','2021-04-30 12:01:23'),(228,228,6,131,0.000000,0.000000,0.000000,'','2021-04-30 12:05:27'),(229,229,6,0,0.000000,0.000000,0.000000,'','2021-04-30 13:46:07'),(230,230,6,132,0.000000,0.000000,0.000000,'','2021-05-06 12:51:37'),(231,231,6,133,0.000000,0.000000,0.000000,'','2021-05-06 12:56:27'),(232,232,6,134,0.000000,0.000000,0.000000,'','2021-05-07 10:17:56'),(233,233,6,135,0.000000,0.000000,0.000000,'','2021-05-13 14:39:51'),(234,234,6,136,0.000000,0.000000,0.000000,'','2021-05-13 14:43:02'),(235,235,6,137,0.000000,0.000000,0.000000,'','2021-05-20 14:13:08'),(236,236,6,138,0.000000,0.000000,0.000000,'','2021-05-20 14:21:11'),(237,237,6,139,0.000000,0.000000,0.000000,'','2021-05-20 14:23:57'),(238,238,6,140,0.000000,0.000000,0.000000,'','2021-05-20 14:26:02'),(239,239,6,0,0.000000,0.000000,0.000000,'','2021-05-20 14:31:42'),(240,240,6,141,0.000000,0.000000,0.000000,'','2021-05-20 14:53:00'),(241,241,6,142,0.000000,0.000000,0.000000,'','2021-05-21 11:45:28'),(242,242,5,143,0.000000,3.310000,4.000000,'','2021-06-03 10:09:57'),(243,243,6,144,0.000000,0.000000,0.000000,'','2021-06-03 10:17:39'),(244,244,6,145,0.000000,0.000000,0.000000,'','2021-06-03 10:23:53'),(245,245,6,146,0.000000,0.000000,0.000000,'','2021-06-04 16:01:11'),(246,246,6,147,0.000000,0.000000,0.000000,'','2021-06-04 16:11:05'),(247,247,6,148,0.000000,0.000000,0.000000,'','2021-06-04 16:17:41'),(248,248,6,149,0.000000,0.000000,0.000000,'','2021-06-10 09:45:51'),(249,249,6,150,0.000000,0.000000,0.000000,'','2021-06-10 11:17:51'),(250,250,6,0,0.000000,0.000000,0.000000,'','2021-06-17 14:55:21'),(251,254,6,0,0.000000,0.000000,0.000000,'','2021-07-27 11:57:17'),(252,255,6,152,0.000000,0.000000,0.000000,'','2021-07-27 12:02:00'),(253,256,6,153,0.000000,0.000000,0.000000,'','2021-07-27 12:44:00'),(254,257,6,154,0.000000,0.000000,0.000000,'','2021-07-27 12:50:42'),(255,258,6,155,0.000000,0.000000,0.000000,'','2021-07-27 12:54:58'),(256,259,6,156,0.000000,0.000000,0.000000,'','2021-07-27 12:56:06'),(257,260,6,157,0.000000,0.000000,0.000000,'','2021-07-27 13:03:09'),(258,261,6,158,0.000000,0.000000,0.000000,'','2021-07-29 09:37:42'),(259,262,6,159,0.000000,0.000000,0.000000,'','2021-07-29 09:39:39'),(260,263,5,160,0.000000,3.310000,4.000000,'','2021-07-29 16:26:52'),(261,264,6,161,0.000000,0.000000,0.000000,'','2021-07-30 09:14:55'),(262,265,6,162,0.000000,0.000000,0.000000,'','2021-07-30 09:16:50'),(263,266,6,163,0.000000,0.000000,0.000000,'','2021-07-30 09:43:17'),(264,267,6,164,0.000000,0.000000,0.000000,'','2021-07-30 09:47:47'),(265,268,6,165,0.000000,0.000000,0.000000,'','2021-07-30 09:50:47'),(266,269,6,166,0.000000,0.000000,0.000000,'','2021-07-30 10:02:30'),(267,270,6,167,0.000000,0.000000,0.000000,'','2021-07-30 11:25:48'),(268,271,6,168,0.000000,0.000000,0.000000,'','2021-07-30 11:32:22'),(269,272,6,169,0.000000,0.000000,0.000000,'','2021-07-30 11:38:12'),(270,273,6,170,0.000000,0.000000,0.000000,'','2021-07-30 11:41:31'),(271,274,6,171,0.000000,0.000000,0.000000,'','2021-07-30 11:47:25'),(272,275,6,172,0.000000,0.000000,0.000000,'','2021-07-30 11:51:50'),(273,276,6,173,0.000000,0.000000,0.000000,'','2021-07-30 12:25:22'),(274,277,6,174,0.000000,0.000000,0.000000,'','2021-07-30 12:26:25'),(275,278,6,175,0.000000,0.000000,0.000000,'','2021-07-30 12:28:58'),(276,279,6,176,0.000000,0.000000,0.000000,'','2021-07-30 12:53:04'),(277,280,6,177,0.000000,0.000000,0.000000,'','2021-07-30 15:46:03'),(278,281,6,178,0.000000,0.000000,0.000000,'','2021-07-30 16:09:58'),(279,282,6,179,0.000000,0.000000,0.000000,'','2021-07-30 16:13:48'),(280,283,6,180,0.000000,0.000000,0.000000,'','2021-07-30 16:15:43'),(281,284,6,181,0.000000,0.000000,0.000000,'','2021-07-30 16:38:49'),(282,285,6,182,0.000000,0.000000,0.000000,'','2021-08-05 11:26:56'),(283,286,6,183,0.000000,0.000000,0.000000,'','2021-08-05 11:34:12'),(284,287,6,184,0.000000,0.000000,0.000000,'','2021-08-05 12:03:06'),(285,288,6,185,0.000000,0.000000,0.000000,'','2021-08-05 12:05:05'),(286,289,6,186,0.000000,0.000000,0.000000,'','2021-08-05 12:17:23'),(287,290,6,187,0.000000,0.000000,0.000000,'','2021-08-05 12:21:25'),(288,291,6,188,0.000000,0.000000,0.000000,'','2021-08-05 12:27:26'),(289,292,6,189,0.000000,0.000000,0.000000,'','2021-08-05 12:29:30'),(290,293,6,190,0.000000,0.000000,0.000000,'','2021-08-05 12:31:57'),(291,294,6,191,0.000000,0.000000,0.000000,'','2021-08-05 12:33:45'),(292,295,6,192,0.000000,0.000000,0.000000,'','2021-08-05 12:36:55'),(293,296,6,193,0.000000,0.000000,0.000000,'','2021-08-05 12:38:22'),(294,297,6,194,0.000000,0.000000,0.000000,'','2021-08-05 15:37:24'),(295,298,6,195,0.000000,0.000000,0.000000,'','2021-08-05 15:38:35'),(296,299,6,196,0.000000,0.000000,0.000000,'','2021-08-05 15:40:00'),(297,300,6,197,0.000000,0.000000,0.000000,'','2021-08-05 15:55:51'),(298,301,6,198,0.000000,0.000000,0.000000,'','2021-08-05 15:56:07'),(299,302,6,199,0.000000,0.000000,0.000000,'','2021-08-05 16:03:45'),(300,303,6,200,0.000000,0.000000,0.000000,'','2021-08-06 09:53:08'),(301,304,6,201,0.000000,0.000000,0.000000,'','2021-08-06 11:32:54'),(302,305,6,202,0.000000,0.000000,0.000000,'','2021-08-06 11:44:48'),(303,306,6,203,0.000000,0.000000,0.000000,'','2021-08-06 13:28:18'),(304,307,6,204,0.000000,0.000000,0.000000,'','2021-08-09 16:33:57'),(305,308,6,205,0.000000,0.000000,0.000000,'','2021-08-10 10:35:58'),(306,309,6,206,0.000000,0.000000,0.000000,'','2021-08-10 10:37:20'),(307,310,6,207,0.000000,0.000000,0.000000,'','2021-08-12 18:11:17'),(308,311,6,208,0.000000,0.000000,0.000000,'','2021-08-13 10:13:31'),(309,312,6,209,0.000000,0.000000,0.000000,'','2021-08-13 10:14:06'),(310,313,6,0,0.000000,0.000000,0.000000,'','2021-09-02 09:36:40'),(311,314,6,0,0.000000,0.000000,0.000000,'','2021-09-02 09:41:20'),(312,315,6,210,0.000000,0.000000,0.000000,'','2021-09-02 09:43:40'),(313,316,6,211,0.000000,0.000000,0.000000,'','2021-09-02 09:45:26'),(314,317,6,212,0.000000,0.000000,0.000000,'','2021-09-02 09:47:16'),(315,318,6,213,0.000000,0.000000,0.000000,'','2021-09-02 09:51:19'),(316,319,6,214,0.000000,0.000000,0.000000,'','2021-09-02 09:55:06'),(317,320,6,215,0.000000,0.000000,0.000000,'','2021-09-02 09:57:15'),(318,321,6,0,0.000000,0.000000,0.000000,'','2021-09-02 10:00:09'),(319,322,6,216,0.000000,0.000000,0.000000,'','2021-09-02 10:02:37'),(320,323,6,217,0.000000,0.000000,0.000000,'','2021-09-02 10:06:41'),(321,324,6,0,0.000000,0.000000,0.000000,'','2021-09-02 10:09:03'),(322,325,6,218,0.000000,0.000000,0.000000,'','2021-09-02 10:11:00'),(323,326,6,219,0.000000,0.000000,0.000000,'','2021-09-02 11:56:48'),(324,327,6,220,0.000000,0.000000,0.000000,'','2021-09-21 11:13:22'),(325,328,6,221,0.000000,0.000000,0.000000,'','2021-09-21 11:14:12'),(326,329,6,222,0.000000,0.000000,0.000000,'','2021-09-21 13:17:46'),(327,330,6,223,0.000000,0.000000,0.000000,'','2021-09-22 14:24:05'),(328,331,6,224,0.000000,0.000000,0.000000,'','2021-09-22 14:25:14'),(329,332,6,225,0.000000,0.000000,0.000000,'','2021-09-22 14:42:19'),(330,333,6,226,0.000000,0.000000,0.000000,'','2021-09-22 17:28:52'),(331,334,6,227,0.000000,0.000000,0.000000,'','2021-09-22 17:38:28'),(332,335,6,228,0.000000,0.000000,0.000000,'','2021-09-23 10:58:51'),(333,336,6,229,0.000000,0.000000,0.000000,'','2021-09-23 11:02:04'),(334,337,6,230,0.000000,0.000000,0.000000,'','2021-09-23 14:52:03'),(335,338,6,231,0.000000,0.000000,0.000000,'','2021-09-23 15:11:02'),(336,339,6,232,0.000000,0.000000,0.000000,'','2021-09-23 15:30:52'),(337,340,6,233,0.000000,0.000000,0.000000,'','2021-09-25 11:25:01'),(338,341,6,234,0.000000,0.000000,0.000000,'','2021-09-25 11:32:05'),(339,342,6,235,0.000000,0.000000,0.000000,'','2021-10-07 09:31:45'),(340,343,6,236,0.000000,0.000000,0.000000,'','2021-10-07 10:25:16'),(341,344,6,237,0.000000,0.000000,0.000000,'','2021-10-07 10:40:45'),(342,345,6,238,0.000000,0.000000,0.000000,'','2021-10-07 10:41:56'),(343,346,6,239,0.000000,0.000000,0.000000,'','2021-10-07 10:49:25'),(344,347,6,240,0.000000,0.000000,0.000000,'','2021-10-07 10:51:08'),(345,348,5,0,0.000000,3.310000,4.000000,'','2021-10-07 12:57:08'),(346,349,5,241,0.000000,3.310000,4.000000,'','2021-10-07 14:14:13'),(347,350,6,242,0.000000,0.000000,0.000000,'','2021-10-13 09:07:33'),(348,351,6,243,0.000000,0.000000,0.000000,'','2021-10-13 09:22:28'),(349,352,6,244,0.000000,0.000000,0.000000,'','2021-10-13 09:23:54'),(350,353,6,245,0.000000,0.000000,0.000000,'','2021-10-13 09:26:07'),(351,354,6,246,0.000000,0.000000,0.000000,'','2021-10-13 09:27:29'),(352,355,6,247,0.000000,0.000000,0.000000,'','2021-10-13 09:28:26'),(353,356,6,248,0.000000,0.000000,0.000000,'','2021-10-13 09:31:18'),(354,357,6,249,0.000000,0.000000,0.000000,'','2021-10-13 09:35:18'),(355,358,6,250,0.000000,0.000000,0.000000,'','2021-10-13 10:00:31'),(356,359,6,251,0.000000,0.000000,0.000000,'','2021-10-13 12:34:13'),(357,360,6,252,0.000000,0.000000,0.000000,'','2021-10-15 09:48:51'),(358,361,6,0,0.000000,0.000000,0.000000,'','2021-10-15 09:50:13'),(359,362,6,253,0.000000,0.000000,0.000000,'','2021-10-15 09:53:46'),(360,363,6,0,0.000000,0.000000,0.000000,'','2021-10-15 10:13:32'),(361,364,6,0,0.000000,0.000000,0.000000,'','2021-10-15 10:25:38'),(362,365,6,254,0.000000,0.000000,0.000000,'','2021-10-15 10:26:56'),(363,366,6,255,0.000000,0.000000,0.000000,'','2021-10-15 10:28:35'),(364,367,6,0,0.000000,0.000000,0.000000,'','2021-10-15 10:37:46'),(365,368,6,0,0.000000,0.000000,0.000000,'','2021-10-15 10:41:52'),(366,369,6,256,0.000000,0.000000,0.000000,'','2021-10-15 10:44:04'),(367,370,6,0,0.000000,0.000000,0.000000,'','2021-10-15 10:45:35'),(368,371,6,257,0.000000,0.000000,0.000000,'','2021-10-15 11:07:34'),(369,372,6,258,0.000000,0.000000,0.000000,'','2021-10-15 11:09:58'),(370,373,6,259,0.000000,0.000000,0.000000,'','2021-10-15 11:12:10'),(371,374,6,260,0.000000,0.000000,0.000000,'','2021-10-15 11:13:39'),(372,375,6,261,0.000000,0.000000,0.000000,'','2021-10-15 11:14:48'),(373,376,6,0,0.000000,0.000000,0.000000,'','2021-10-15 11:18:58'),(374,377,6,0,0.000000,0.000000,0.000000,'','2021-10-15 11:20:20'),(375,378,6,262,0.000000,0.000000,0.000000,'','2021-10-15 11:36:07'),(376,379,6,0,0.000000,0.000000,0.000000,'','2021-10-15 11:37:35'),(377,380,6,0,0.000000,0.000000,0.000000,'','2021-10-15 11:42:45'),(378,381,6,0,0.000000,0.000000,0.000000,'','2021-10-15 11:48:42'),(379,382,6,263,0.000000,0.000000,0.000000,'','2021-10-15 11:55:31'),(380,383,6,0,0.000000,0.000000,0.000000,'','2021-10-15 11:56:38'),(381,384,6,264,0.000000,0.000000,0.000000,'','2021-10-15 12:49:06'),(382,385,6,265,0.000000,0.000000,0.000000,'','2021-10-15 12:49:49'),(383,386,6,266,0.000000,0.000000,0.000000,'','2021-10-15 12:52:18'),(384,387,6,267,0.000000,0.000000,0.000000,'','2021-10-15 12:54:30'),(385,388,6,0,0.000000,0.000000,0.000000,'','2021-10-15 12:56:03'),(386,389,6,0,0.000000,0.000000,0.000000,'','2021-10-15 12:57:47'),(387,390,6,0,0.000000,0.000000,0.000000,'','2021-10-15 13:37:12'),(388,391,6,268,0.000000,0.000000,0.000000,'','2021-10-28 12:09:51'),(389,392,6,269,0.000000,0.000000,0.000000,'','2021-10-28 12:11:01'),(390,393,6,270,0.000000,0.000000,0.000000,'','2021-10-28 13:56:43'),(391,394,6,271,0.000000,0.000000,0.000000,'','2021-10-28 13:59:26'),(392,395,6,0,0.000000,0.000000,0.000000,'','2021-10-28 14:03:30'),(393,396,6,272,0.000000,0.000000,0.000000,'','2021-10-28 14:14:09'),(394,397,6,273,0.000000,0.000000,0.000000,'','2021-10-28 14:46:17'),(395,398,6,0,0.000000,0.000000,0.000000,'','2021-10-28 14:51:32'),(396,399,6,274,0.000000,0.000000,0.000000,'','2021-10-28 14:54:33'),(397,400,6,275,0.000000,0.000000,0.000000,'','2021-10-29 15:19:30'),(398,401,6,276,0.000000,0.000000,0.000000,'','2021-11-05 09:33:45'),(399,402,6,0,0.000000,0.000000,0.000000,'','2021-11-05 09:38:43'),(400,403,6,0,0.000000,0.000000,0.000000,'','2021-11-05 09:48:51'),(401,404,6,277,0.000000,0.000000,0.000000,'','2021-11-05 13:11:10'),(402,405,6,278,0.000000,0.000000,0.000000,'','2021-11-05 14:09:07'),(403,406,6,279,0.000000,0.000000,0.000000,'','2021-11-05 14:30:08'),(404,407,6,280,0.000000,0.000000,0.000000,'','2021-11-05 14:33:26'),(405,408,6,281,0.000000,0.000000,0.000000,'','2021-11-11 09:37:27'),(406,409,6,282,0.000000,0.000000,0.000000,'','2021-11-12 14:12:27'),(407,410,6,0,0.000000,0.000000,0.000000,'','2021-11-12 15:41:52'),(408,411,6,283,0.000000,0.000000,0.000000,'','2021-11-18 15:54:35'),(409,412,6,284,0.000000,0.000000,0.000000,'','2021-11-18 15:55:59'),(410,413,6,285,0.000000,0.000000,0.000000,'','2021-11-19 11:33:40'),(411,414,6,286,0.000000,0.000000,0.000000,'','2021-11-19 11:50:56'),(412,415,6,287,0.000000,0.000000,0.000000,'','2021-11-19 12:13:46'),(413,416,6,288,0.000000,0.000000,0.000000,'','2021-11-19 12:24:52'),(414,417,6,289,0.000000,0.000000,0.000000,'','2021-11-25 10:24:26'),(415,418,6,290,0.000000,0.000000,0.000000,'','2021-11-25 11:17:21'),(416,419,6,291,0.000000,0.000000,0.000000,'','2021-11-25 11:35:58'),(417,420,6,292,0.000000,0.000000,0.000000,'','2021-11-25 11:36:56'),(418,421,6,293,0.000000,0.000000,0.000000,'','2021-11-25 12:14:19'),(419,422,6,294,0.000000,0.000000,0.000000,'','2021-11-29 14:29:45'),(420,423,6,295,0.000000,0.000000,0.000000,'','2021-11-29 14:30:37'),(421,424,6,296,0.000000,0.000000,0.000000,'','2021-11-29 14:45:31'),(422,425,6,0,0.000000,0.000000,0.000000,'','2021-12-02 16:29:23'),(423,426,6,0,0.000000,0.000000,0.000000,'','2021-12-02 16:33:17'),(424,427,6,297,0.000000,0.000000,0.000000,'','2021-12-09 10:40:16'),(425,428,6,298,0.000000,0.000000,0.000000,'','2021-12-09 10:59:54'),(426,429,6,299,0.000000,0.000000,0.000000,'','2021-12-13 15:49:32'),(427,430,6,300,0.000000,0.000000,0.000000,'','2021-12-14 14:54:15'),(428,431,6,301,0.000000,0.000000,0.000000,'','2021-12-15 12:40:32'),(429,432,6,302,0.000000,0.000000,0.000000,'','2021-12-16 15:32:25'),(430,433,6,303,0.000000,0.000000,0.000000,'','2021-12-16 15:35:20'),(431,434,6,304,0.000000,0.000000,0.000000,'','2021-12-16 15:58:59'),(432,435,6,305,0.000000,0.000000,0.000000,'','2021-12-16 15:59:01'),(433,436,6,0,0.000000,0.000000,0.000000,'','2021-12-16 16:12:26'),(434,437,6,0,0.000000,0.000000,0.000000,'','2021-12-16 16:52:37'),(435,438,6,306,0.000000,0.000000,0.000000,'','2021-12-16 16:54:54'),(436,439,6,307,0.000000,0.000000,0.000000,'','2022-01-06 09:34:23'),(437,440,6,308,0.000000,0.000000,0.000000,'','2022-01-06 09:35:22'),(438,441,6,309,0.000000,0.000000,0.000000,'','2022-01-06 09:39:28'),(439,442,6,310,0.000000,0.000000,0.000000,'','2022-01-06 09:46:53'),(440,443,6,311,0.000000,0.000000,0.000000,'','2022-01-06 09:59:34'),(441,444,6,312,0.000000,0.000000,0.000000,'','2022-01-06 10:09:20'),(442,445,6,313,0.000000,0.000000,0.000000,'','2022-01-06 10:11:18'),(443,446,6,314,0.000000,0.000000,0.000000,'','2022-01-06 10:16:37'),(444,447,6,315,0.000000,0.000000,0.000000,'','2022-01-06 10:22:02'),(445,448,6,316,0.000000,0.000000,0.000000,'','2022-01-06 15:40:47'),(446,449,6,317,0.000000,0.000000,0.000000,'','2022-01-07 11:17:03'),(447,450,6,318,0.000000,0.000000,0.000000,'','2022-01-07 11:21:02'),(448,451,6,319,0.000000,0.000000,0.000000,'','2022-01-07 11:25:27'),(449,452,6,320,0.000000,0.000000,0.000000,'','2022-01-07 11:26:21'),(450,453,6,321,0.000000,0.000000,0.000000,'','2022-01-07 15:31:09'),(451,454,6,322,0.000000,0.000000,0.000000,'','2022-01-07 15:32:40'),(452,455,6,323,0.000000,0.000000,0.000000,'','2022-01-07 15:39:47'),(453,456,6,324,0.000000,0.000000,0.000000,'','2022-01-12 15:41:52'),(454,457,6,325,0.000000,0.000000,0.000000,'','2022-01-13 09:45:41'),(455,458,6,326,0.000000,0.000000,0.000000,'','2022-01-13 10:07:23'),(456,459,6,327,0.000000,0.000000,0.000000,'','2022-01-13 10:46:23'),(457,460,6,328,0.000000,0.000000,0.000000,'','2022-01-13 13:25:53'),(458,461,6,329,0.000000,0.000000,0.000000,'','2022-01-14 13:53:30'),(459,462,6,0,0.000000,0.000000,0.000000,'','2022-01-14 13:55:13'),(460,463,6,330,0.000000,0.000000,0.000000,'','2022-01-20 10:48:07'),(461,464,6,331,0.000000,0.000000,0.000000,'','2022-01-20 10:49:11'),(462,465,6,332,0.000000,0.000000,0.000000,'','2022-01-20 12:35:13'),(463,466,6,333,0.000000,0.000000,0.000000,'','2022-01-20 12:44:25'),(464,467,6,334,0.000000,0.000000,0.000000,'','2022-01-20 14:08:05'),(465,468,6,335,0.000000,0.000000,0.000000,'','2022-01-20 14:11:49'),(466,469,6,336,0.000000,0.000000,0.000000,'','2022-01-20 14:13:02'),(467,470,6,337,0.000000,0.000000,0.000000,'','2022-01-20 14:36:02'),(468,471,6,0,0.000000,0.000000,0.000000,'','2022-01-25 15:39:03'),(469,472,6,338,0.000000,0.000000,0.000000,'','2022-01-25 15:47:22'),(470,473,6,339,0.000000,0.000000,0.000000,'','2022-01-25 15:48:26'),(471,474,6,340,0.000000,0.000000,0.000000,'','2022-01-28 13:31:15'),(472,475,6,0,0.000000,0.000000,0.000000,'','2022-01-28 13:34:42'),(473,476,6,0,0.000000,0.000000,0.000000,'','2022-01-28 13:37:35'),(474,477,6,0,0.000000,0.000000,0.000000,'','2022-01-28 13:39:58'),(475,478,6,341,0.000000,0.000000,0.000000,'','2022-01-28 13:46:05'),(476,479,6,342,0.000000,0.000000,0.000000,'','2022-01-28 13:47:03'),(477,480,6,343,0.000000,0.000000,0.000000,'','2022-01-28 13:47:47'),(478,481,6,344,0.000000,0.000000,0.000000,'','2022-01-28 13:48:35'),(479,482,6,0,0.000000,0.000000,0.000000,'','2022-01-28 13:50:19'),(480,483,6,0,0.000000,0.000000,0.000000,'','2022-01-28 13:58:06'),(481,484,6,0,0.000000,0.000000,0.000000,'','2022-01-28 13:59:20'),(482,485,6,0,0.000000,0.000000,0.000000,'','2022-01-28 14:08:31'),(483,486,6,345,0.000000,0.000000,0.000000,'','2022-01-28 14:09:53'),(484,487,6,346,0.000000,0.000000,0.000000,'','2022-01-28 14:12:50'),(485,488,6,0,0.000000,0.000000,0.000000,'','2022-01-28 14:15:19'),(486,489,6,0,0.000000,0.000000,0.000000,'','2022-01-28 14:19:22'),(487,490,6,0,0.000000,0.000000,0.000000,'','2022-01-28 14:22:19'),(488,491,6,347,0.000000,0.000000,0.000000,'','2022-01-28 14:45:58'),(489,492,6,348,0.000000,0.000000,0.000000,'','2022-01-28 15:10:41'),(490,493,6,0,0.000000,0.000000,0.000000,'','2022-01-31 17:24:25'),(491,494,6,349,0.000000,0.000000,0.000000,'','2022-02-01 11:07:33'),(492,495,6,350,0.000000,0.000000,0.000000,'','2022-02-01 11:08:35'),(493,496,6,0,0.000000,0.000000,0.000000,'','2022-02-01 11:12:41'),(494,497,6,351,0.000000,0.000000,0.000000,'','2022-02-01 15:53:09'),(495,498,6,0,0.000000,0.000000,0.000000,'','2022-02-01 15:57:37'),(496,499,6,352,0.000000,0.000000,0.000000,'','2022-02-01 16:02:17'),(497,500,6,353,0.000000,0.000000,0.000000,'','2022-02-03 09:57:15'),(498,501,6,354,0.000000,0.000000,0.000000,'','2022-02-03 09:58:15'),(499,502,6,355,0.000000,0.000000,0.000000,'','2022-02-03 10:03:10'),(500,503,6,356,0.000000,0.000000,0.000000,'','2022-02-03 10:08:53'),(501,504,6,0,0.000000,0.000000,0.000000,'','2022-02-03 14:40:13'),(502,505,6,357,0.000000,0.000000,0.000000,'','2022-02-03 15:43:06'),(503,506,6,358,0.000000,0.000000,0.000000,'','2022-02-03 15:50:26'),(504,507,6,359,0.000000,0.000000,0.000000,'','2022-02-03 15:54:01'),(505,508,6,360,0.000000,0.000000,0.000000,'','2022-02-03 15:55:43'),(506,509,6,361,0.000000,0.000000,0.000000,'','2022-02-03 15:56:19'),(507,510,6,0,0.000000,0.000000,0.000000,'','2022-02-03 15:58:09'),(508,511,6,362,0.000000,0.000000,0.000000,'','2022-02-03 16:51:29'),(509,512,6,363,0.000000,0.000000,0.000000,'','2022-02-03 16:55:53'),(510,513,6,364,0.000000,0.000000,0.000000,'','2022-02-03 17:00:07'),(511,514,6,365,0.000000,0.000000,0.000000,'','2022-02-03 17:01:49'),(512,515,6,366,0.000000,0.000000,0.000000,'','2022-02-03 17:02:40'),(513,516,6,367,0.000000,0.000000,0.000000,'','2022-02-03 17:03:13'),(514,517,6,368,0.000000,0.000000,0.000000,'','2022-02-08 09:48:22'),(515,518,6,369,0.000000,0.000000,0.000000,'','2022-02-08 16:50:57'),(516,519,6,370,0.000000,0.000000,0.000000,'','2022-02-08 16:53:00'),(517,520,6,0,0.000000,0.000000,0.000000,'','2022-02-11 09:55:21'),(518,521,6,371,0.000000,0.000000,0.000000,'','2022-02-11 10:52:43'),(519,522,6,372,0.000000,0.000000,0.000000,'','2022-02-17 09:51:12'),(520,523,6,373,0.000000,0.000000,0.000000,'','2022-02-17 14:54:05'),(521,524,6,374,0.000000,0.000000,0.000000,'','2022-02-22 14:29:45'),(522,525,6,375,0.000000,0.000000,0.000000,'','2022-03-01 14:14:13'),(523,526,6,376,0.000000,0.000000,0.000000,'','2022-03-01 14:14:56'),(524,527,6,377,0.000000,0.000000,0.000000,'','2022-03-01 14:21:32'),(525,528,6,378,0.000000,0.000000,0.000000,'','2022-03-01 14:29:01'),(526,529,6,379,0.000000,0.000000,0.000000,'','2022-03-07 10:17:21'),(527,530,6,0,0.000000,0.000000,0.000000,'','2022-03-14 11:41:36'),(528,531,6,0,0.000000,0.000000,0.000000,'','2022-03-14 12:57:23'),(529,532,6,380,0.000000,0.000000,0.000000,'','2022-03-14 13:04:19'),(530,533,6,381,0.000000,0.000000,0.000000,'','2022-03-14 13:10:54'),(531,534,6,382,0.000000,0.000000,0.000000,'','2022-03-14 15:28:36'),(532,535,6,383,0.000000,0.000000,0.000000,'','2022-03-14 16:51:34'),(533,536,6,384,0.000000,0.000000,0.000000,'','2022-03-14 17:05:24'),(534,537,6,385,0.000000,0.000000,0.000000,'','2022-03-14 17:06:52'),(535,538,6,386,0.000000,0.000000,0.000000,'','2022-03-15 14:34:20'),(536,539,6,387,0.000000,0.000000,0.000000,'','2022-03-15 14:35:07'),(537,540,6,388,0.000000,0.000000,0.000000,'','2022-03-15 14:44:39'),(538,541,6,389,0.000000,0.000000,0.000000,'','2022-03-15 14:47:36'),(539,542,6,390,0.000000,0.000000,0.000000,'','2022-03-15 14:52:34'),(540,543,6,391,0.000000,0.000000,0.000000,'','2022-03-15 16:15:20'),(541,544,6,392,0.000000,0.000000,0.000000,'','2022-03-15 16:26:19'),(542,545,6,393,0.000000,0.000000,0.000000,'','2022-03-21 11:11:55'),(543,546,6,394,0.000000,0.000000,0.000000,'','2022-03-21 11:12:50'),(544,547,6,395,0.000000,0.000000,0.000000,'','2022-03-21 11:14:14'),(545,548,6,396,0.000000,0.000000,0.000000,'','2022-03-21 11:15:58'),(546,549,6,397,0.000000,0.000000,0.000000,'','2022-03-21 11:17:58'),(547,550,6,398,0.000000,0.000000,0.000000,'','2022-03-21 11:20:11'),(548,551,6,399,0.000000,0.000000,0.000000,'','2022-03-21 11:23:07'),(549,552,6,400,0.000000,0.000000,0.000000,'','2022-03-21 11:23:56'),(550,553,6,401,0.000000,0.000000,0.000000,'','2022-03-21 11:25:56'),(551,554,6,402,0.000000,0.000000,0.000000,'','2022-03-21 11:27:41'),(552,555,6,403,0.000000,0.000000,0.000000,'','2022-03-21 11:30:58'),(553,556,6,404,0.000000,0.000000,0.000000,'','2022-03-21 11:32:32'),(554,557,6,405,0.000000,0.000000,0.000000,'','2022-03-21 11:37:17'),(555,558,6,406,0.000000,0.000000,0.000000,'','2022-03-21 11:41:21'),(556,559,6,407,0.000000,0.000000,0.000000,'','2022-03-21 11:41:59'),(557,560,6,408,0.000000,0.000000,0.000000,'','2022-03-21 11:43:41'),(558,561,6,409,0.000000,0.000000,0.000000,'','2022-03-21 11:47:04'),(559,562,6,410,0.000000,0.000000,0.000000,'','2022-03-21 11:48:41'),(560,563,6,411,0.000000,0.000000,0.000000,'','2022-03-21 11:52:03'),(561,564,6,412,0.000000,0.000000,0.000000,'','2022-03-21 11:53:38'),(562,565,6,413,0.000000,0.000000,0.000000,'','2022-03-21 11:57:19'),(563,566,6,414,0.000000,0.000000,0.000000,'','2022-03-21 11:59:10'),(564,567,6,415,0.000000,0.000000,0.000000,'','2022-03-21 12:01:19'),(565,568,6,416,0.000000,0.000000,0.000000,'','2022-03-21 12:03:35'),(566,569,6,417,0.000000,0.000000,0.000000,'','2022-03-21 12:11:03'),(567,570,6,418,0.000000,0.000000,0.000000,'','2022-03-21 13:25:16'),(568,571,6,419,0.000000,0.000000,0.000000,'','2022-03-21 13:38:42'),(569,572,6,420,0.000000,0.000000,0.000000,'','2022-03-21 16:20:40'),(570,573,6,421,0.000000,0.000000,0.000000,'','2022-03-21 16:30:02'),(571,574,6,422,0.000000,0.000000,0.000000,'','2022-03-21 16:31:10'),(572,575,6,423,0.000000,0.000000,0.000000,'','2022-03-21 16:40:50'),(573,576,6,424,0.000000,0.000000,0.000000,'','2022-03-21 16:41:28'),(574,577,6,0,0.000000,0.000000,0.000000,'','2022-03-21 16:51:42'),(575,578,6,0,0.000000,0.000000,0.000000,'','2022-03-21 16:52:52'),(576,579,12,425,0.000000,0.010000,0.010000,'','2022-03-22 10:01:22'),(577,580,12,426,0.000000,0.010000,0.010000,'','2022-03-22 10:05:20'),(578,581,12,427,0.000000,0.010000,0.010000,'','2022-03-22 10:23:14'),(579,582,12,428,0.000000,0.010000,0.010000,'','2022-03-22 10:30:30'),(580,583,6,429,0.000000,0.000000,0.000000,'','2022-03-22 11:21:49'),(581,584,12,430,0.000000,0.010000,0.010000,'','2022-03-22 11:24:28'),(582,585,12,431,0.000000,0.010000,0.010000,'','2022-03-22 11:25:34'),(583,586,12,432,0.000000,0.010000,0.010000,'','2022-03-22 13:55:04'),(584,587,12,433,0.000000,0.010000,0.010000,'','2022-03-22 13:56:36'),(585,588,12,434,0.000000,0.010000,0.010000,'','2022-03-22 13:58:03'),(586,589,12,435,0.000000,0.010000,0.010000,'','2022-03-22 13:59:22'),(587,590,12,436,0.000000,0.010000,0.010000,'','2022-03-22 14:04:55'),(588,591,6,437,0.000000,0.000000,0.000000,'','2022-03-22 14:10:08'),(589,592,12,438,0.000000,0.010000,0.010000,'','2022-03-22 14:16:54'),(590,593,12,439,0.000000,0.010000,0.010000,'','2022-03-22 14:20:51'),(591,594,6,440,0.000000,0.000000,0.000000,'','2022-03-22 14:23:53'),(592,595,12,441,0.000000,0.010000,0.010000,'','2022-03-22 14:24:59'),(593,596,12,442,0.000000,0.010000,0.010000,'','2022-03-22 15:50:19'),(594,597,12,443,0.000000,0.010000,0.010000,'','2022-03-22 16:02:56'),(595,598,12,444,0.000000,0.010000,0.010000,'','2022-03-22 16:47:25'),(596,599,12,445,0.000000,0.010000,0.010000,'','2022-03-22 16:53:44'),(597,600,12,446,0.000000,0.010000,0.010000,'','2022-03-22 16:55:45'),(598,601,12,447,0.000000,0.010000,0.010000,'','2022-03-22 16:58:57'),(599,602,6,448,0.000000,0.000000,0.000000,'','2022-03-22 17:00:25'),(600,603,12,449,0.000000,0.010000,0.010000,'','2022-03-23 11:36:40'),(601,604,12,450,0.000000,0.010000,0.010000,'','2022-03-23 11:58:41'),(602,605,12,451,0.000000,0.010000,0.010000,'','2022-03-23 12:01:12'),(603,606,6,452,0.000000,0.000000,0.000000,'','2022-03-23 12:04:40'),(604,607,12,453,0.000000,0.010000,0.010000,'','2022-03-25 10:01:54'),(605,608,12,454,0.000000,0.010000,0.010000,'','2022-03-25 10:02:43'),(606,609,12,455,0.000000,0.010000,0.010000,'','2022-03-25 10:09:37'),(607,610,6,456,0.000000,0.000000,0.000000,'','2022-03-25 10:34:10'),(608,611,6,457,0.000000,0.000000,0.000000,'','2022-03-25 10:36:51'),(609,612,6,458,0.000000,0.000000,0.000000,'','2022-03-25 10:42:34'),(610,613,6,459,0.000000,0.000000,0.000000,'','2022-03-25 10:44:12'),(611,614,6,460,0.000000,0.000000,0.000000,'','2022-03-25 10:45:40'),(612,615,6,461,0.000000,0.000000,0.000000,'','2022-03-25 10:46:48'),(613,616,6,462,0.000000,0.000000,0.000000,'','2022-03-25 10:48:42'),(614,617,6,463,0.000000,0.000000,0.000000,'','2022-03-25 11:27:21'),(615,618,12,464,0.000000,0.010000,0.010000,'','2022-03-25 12:43:13'),(616,619,6,465,0.000000,0.000000,0.000000,'','2022-03-25 12:47:37'),(617,620,6,466,0.000000,0.000000,0.000000,'','2022-03-25 12:48:47'),(618,621,6,467,0.000000,0.000000,0.000000,'','2022-03-25 13:28:37'),(619,622,6,468,0.000000,0.000000,0.000000,'','2022-03-29 12:01:17'),(620,623,6,469,0.000000,0.000000,0.000000,'','2022-03-29 17:19:24'),(621,624,6,470,0.000000,0.000000,0.000000,'','2022-04-04 10:07:11'),(622,625,6,471,0.000000,0.000000,0.000000,'','2022-04-04 10:09:27'),(623,626,6,472,0.000000,0.000000,0.000000,'','2022-04-04 10:10:23'),(624,627,6,0,0.000000,0.000000,0.000000,'','2022-04-04 10:11:24'),(625,628,6,0,0.000000,0.000000,0.000000,'','2022-04-04 10:21:45'),(626,629,6,473,0.000000,0.000000,0.000000,'','2022-04-04 10:38:59'),(627,630,6,474,0.000000,0.000000,0.000000,'','2022-04-04 10:48:21'),(628,631,6,475,0.000000,0.000000,0.000000,'','2022-04-04 11:12:02'),(629,632,14,476,0.000000,0.100000,0.120000,'','2022-04-04 11:14:28'),(630,633,6,477,0.000000,0.000000,0.000000,'','2022-04-04 11:19:42'),(631,634,6,478,0.000000,0.000000,0.000000,'','2022-04-04 11:20:51'),(632,635,6,479,0.000000,0.000000,0.000000,'','2022-04-04 15:00:57'),(633,636,6,480,0.000000,0.000000,0.000000,'','2022-04-05 10:04:28'),(634,637,6,481,0.000000,0.000000,0.000000,'','2022-04-05 10:06:13'),(635,638,6,482,0.000000,0.000000,0.000000,'','2022-04-05 10:11:10'),(636,639,6,483,0.000000,0.000000,0.000000,'','2022-04-05 10:15:31'),(637,640,14,484,0.000000,0.100000,0.120000,'','2022-04-05 10:28:17'),(638,641,6,485,0.000000,0.000000,0.000000,'','2022-04-05 10:52:51'),(639,642,6,486,0.000000,0.000000,0.000000,'','2022-04-05 11:05:36'),(640,643,6,487,0.000000,0.000000,0.000000,'','2022-04-05 11:06:49'),(641,644,6,488,0.000000,0.000000,0.000000,'','2022-04-05 11:46:59'),(642,645,6,489,0.000000,0.000000,0.000000,'','2022-04-05 11:56:13'),(643,646,6,490,0.000000,0.000000,0.000000,'','2022-04-05 11:59:51'),(644,647,6,491,0.000000,0.000000,0.000000,'','2022-04-05 12:01:39'),(645,648,6,492,0.000000,0.000000,0.000000,'','2022-04-05 13:56:17'),(646,649,6,493,0.000000,0.000000,0.000000,'','2022-04-05 13:58:42'),(647,650,6,494,0.000000,0.000000,0.000000,'','2022-04-05 14:01:17'),(648,651,6,495,0.000000,0.000000,0.000000,'','2022-04-05 14:02:42'),(649,652,6,496,0.000000,0.000000,0.000000,'','2022-04-05 14:11:44'),(650,653,6,497,0.000000,0.000000,0.000000,'','2022-04-05 14:13:14'),(651,654,6,498,0.000000,0.000000,0.000000,'','2022-04-11 13:10:11'),(652,655,6,499,0.000000,0.000000,0.000000,'','2022-04-19 10:49:32'),(653,656,6,500,0.000000,0.000000,0.000000,'','2022-04-19 10:51:55'),(654,657,6,501,0.000000,0.000000,0.000000,'','2022-04-19 10:58:18'),(655,658,6,502,0.000000,0.000000,0.000000,'','2022-04-19 10:59:21'),(656,659,6,503,0.000000,0.000000,0.000000,'','2022-04-19 11:13:02'),(657,660,6,504,0.000000,0.000000,0.000000,'','2022-04-19 11:13:55'),(658,661,6,505,0.000000,0.000000,0.000000,'','2022-04-19 12:11:46'),(659,662,6,506,0.000000,0.000000,0.000000,'','2022-04-19 12:11:54'),(660,663,6,507,0.000000,0.000000,0.000000,'','2022-04-19 14:17:41'),(661,664,6,508,0.000000,0.000000,0.000000,'','2022-04-19 14:20:43'),(662,665,6,509,0.000000,0.000000,0.000000,'','2022-04-19 14:31:25'),(663,666,6,510,0.000000,0.000000,0.000000,'','2022-04-19 14:33:12'),(664,667,6,511,0.000000,0.000000,0.000000,'','2022-04-19 14:35:30'),(665,668,6,512,0.000000,0.000000,0.000000,'','2022-04-19 14:45:48'),(666,669,6,513,0.000000,0.000000,0.000000,'','2022-04-19 14:48:08'),(667,670,6,514,0.000000,0.000000,0.000000,'','2022-04-25 11:16:37'),(668,671,6,515,0.000000,0.000000,0.000000,'','2022-04-25 11:21:46'),(669,672,6,516,0.000000,0.000000,0.000000,'','2022-04-25 11:28:41'),(670,673,6,517,0.000000,0.000000,0.000000,'','2022-04-25 11:40:47'),(671,674,6,518,0.000000,0.000000,0.000000,'','2022-04-25 11:43:39'),(672,675,6,0,0.000000,0.000000,0.000000,'','2022-04-25 12:26:55'),(673,676,6,0,0.000000,0.000000,0.000000,'','2022-04-25 13:25:58'),(674,677,6,0,0.000000,0.000000,0.000000,'','2022-04-25 13:34:58'),(675,678,6,0,0.000000,0.000000,0.000000,'','2022-04-25 13:36:13'),(676,679,6,0,0.000000,0.000000,0.000000,'','2022-04-25 13:51:17'),(677,680,6,519,0.000000,0.000000,0.000000,'','2022-04-26 16:39:18'),(678,681,6,520,0.000000,0.000000,0.000000,'','2022-04-26 16:40:57'),(679,682,6,521,0.000000,0.000000,0.000000,'','2022-05-02 10:02:27'),(680,683,6,522,0.000000,0.000000,0.000000,'','2022-05-02 10:05:22'),(681,684,6,523,0.000000,0.000000,0.000000,'','2022-05-02 10:56:13'),(682,685,6,524,0.000000,0.000000,0.000000,'','2022-05-02 10:57:32'),(683,686,6,525,0.000000,0.000000,0.000000,'','2022-05-02 11:04:24'),(684,687,6,526,0.000000,0.000000,0.000000,'','2022-05-02 11:28:01'),(685,688,6,527,0.000000,0.000000,0.000000,'','2022-05-02 11:35:04'),(686,689,6,528,0.000000,0.000000,0.000000,'','2022-05-02 11:37:50'),(687,690,6,529,0.000000,0.000000,0.000000,'','2022-05-02 11:45:21'),(688,691,6,530,0.000000,0.000000,0.000000,'','2022-05-02 12:04:24'),(689,692,6,531,0.000000,0.000000,0.000000,'','2022-05-02 13:11:05'),(690,693,6,532,0.000000,0.000000,0.000000,'','2022-05-02 15:36:53'),(691,694,6,533,0.000000,0.000000,0.000000,'','2022-05-02 16:26:37'),(692,695,6,534,0.000000,0.000000,0.000000,'','2022-05-02 16:28:31'),(693,696,6,535,0.000000,0.000000,0.000000,'','2022-05-03 11:59:15'),(694,697,6,536,0.000000,0.000000,0.000000,'','2022-05-03 14:46:28'),(695,698,6,537,0.000000,0.000000,0.000000,'','2022-05-03 14:48:35'),(696,699,6,538,0.000000,0.000000,0.000000,'','2022-05-03 14:52:17'),(697,700,6,539,0.000000,0.000000,0.000000,'','2022-05-03 16:29:44'),(698,701,6,540,0.000000,0.000000,0.000000,'','2022-05-03 16:31:32'),(699,702,6,541,0.000000,0.000000,0.000000,'','2022-05-04 16:52:05'),(700,703,6,542,0.000000,0.000000,0.000000,'','2022-05-04 17:08:19'),(701,704,6,543,0.000000,0.000000,0.000000,'','2022-05-04 17:09:13'),(702,705,6,544,0.000000,0.000000,0.000000,'','2022-05-04 17:19:39'),(703,706,6,545,0.000000,0.000000,0.000000,'','2022-05-04 17:21:13'),(704,707,6,546,0.000000,0.000000,0.000000,'','2022-05-04 17:23:36'),(705,708,6,547,0.000000,0.000000,0.000000,'','2022-05-04 17:25:40'),(706,709,6,548,0.000000,0.000000,0.000000,'','2022-05-05 11:32:34'),(707,710,6,549,0.000000,0.000000,0.000000,'','2022-05-05 11:44:23'),(708,711,6,550,0.000000,0.000000,0.000000,'','2022-05-05 11:48:59'),(709,712,6,551,0.000000,0.000000,0.000000,'','2022-05-09 13:05:22'),(710,713,6,552,0.000000,0.000000,0.000000,'','2022-05-09 13:33:58'),(711,714,6,553,0.000000,0.000000,0.000000,'','2022-05-09 13:36:38'),(712,715,6,554,0.000000,0.000000,0.000000,'','2022-05-09 13:37:41'),(713,716,6,555,0.000000,0.000000,0.000000,'','2022-05-09 14:36:12'),(714,717,6,556,0.000000,0.000000,0.000000,'','2022-05-09 14:38:54'),(715,718,6,557,0.000000,0.000000,0.000000,'','2022-05-09 16:05:44'),(716,719,6,0,0.000000,0.000000,0.000000,'','2022-05-09 16:58:40'),(717,720,6,0,0.000000,0.000000,0.000000,'','2022-05-09 17:00:53'),(718,721,6,0,0.000000,0.000000,0.000000,'','2022-05-09 17:03:59'),(719,722,6,558,0.000000,0.000000,0.000000,'','2022-05-09 17:08:48'),(720,723,6,559,0.000000,0.000000,0.000000,'','2022-05-10 10:48:24'),(721,724,6,560,0.000000,0.000000,0.000000,'','2022-05-10 10:58:49'),(722,725,6,561,0.000000,0.000000,0.000000,'','2022-05-10 11:00:09'),(723,726,6,0,0.000000,0.000000,0.000000,'','2022-05-10 11:02:04'),(724,727,6,562,0.000000,0.000000,0.000000,'','2022-05-10 11:03:14'),(725,728,6,563,0.000000,0.000000,0.000000,'','2022-05-10 11:04:14'),(726,729,6,564,0.000000,0.000000,0.000000,'','2022-05-10 11:16:40'),(727,730,6,565,0.000000,0.000000,0.000000,'','2022-05-10 11:30:17'),(728,731,6,566,0.000000,0.000000,0.000000,'','2022-05-10 11:33:08'),(729,732,6,567,0.000000,0.000000,0.000000,'','2022-05-10 11:34:34'),(730,733,6,568,0.000000,0.000000,0.000000,'','2022-05-10 14:08:25'),(731,734,6,0,0.000000,0.000000,0.000000,'','2022-05-10 14:10:11'),(732,735,6,569,0.000000,0.000000,0.000000,'','2022-05-10 14:13:36'),(733,736,6,570,0.000000,0.000000,0.000000,'','2022-05-10 14:25:43'),(734,737,6,571,0.000000,0.000000,0.000000,'','2022-05-10 14:28:42'),(735,738,6,572,0.000000,0.000000,0.000000,'','2022-05-10 14:29:49'),(736,739,6,573,0.000000,0.000000,0.000000,'','2022-05-10 14:30:48'),(737,740,6,0,0.000000,0.000000,0.000000,'','2022-05-10 14:33:38'),(738,741,6,0,0.000000,0.000000,0.000000,'','2022-05-10 14:34:30'),(739,742,6,0,0.000000,0.000000,0.000000,'','2022-05-10 14:39:04'),(740,743,6,574,0.000000,0.000000,0.000000,'','2022-05-10 14:41:48'),(741,744,6,575,0.000000,0.000000,0.000000,'','2022-05-10 14:42:31'),(742,745,6,576,0.000000,0.000000,0.000000,'','2022-05-10 14:43:05'),(743,746,6,577,0.000000,0.000000,0.000000,'','2022-05-10 16:15:15'),(744,747,6,578,0.000000,0.000000,0.000000,'','2022-05-10 16:16:21'),(745,748,6,579,0.000000,0.000000,0.000000,'','2022-05-23 10:16:25'),(746,749,6,580,0.000000,0.000000,0.000000,'','2022-05-23 10:17:51'),(747,750,6,581,0.000000,0.000000,0.000000,'','2022-05-23 17:08:11'),(748,751,6,582,0.000000,0.000000,0.000000,'','2022-05-24 11:49:27'),(749,752,6,583,0.000000,0.000000,0.000000,'','2022-05-24 12:00:18'),(750,753,6,584,0.000000,0.000000,0.000000,'','2022-05-24 12:01:32'),(751,754,6,585,0.000000,0.000000,0.000000,'','2022-05-31 10:11:30'),(752,755,6,0,0.000000,0.000000,0.000000,'','2022-05-31 16:39:08'),(753,756,6,0,0.000000,0.000000,0.000000,'','2022-06-07 13:48:34'),(754,757,6,586,0.000000,0.000000,0.000000,'','2022-06-13 11:07:08'),(755,758,6,0,0.000000,0.000000,0.000000,'','2022-06-13 12:40:18'),(756,759,6,587,0.000000,0.000000,0.000000,'','2022-06-13 14:56:26'),(757,760,6,588,0.000000,0.000000,0.000000,'','2022-06-13 16:22:42'),(758,761,6,589,0.000000,0.000000,0.000000,'','2022-06-13 16:27:02'),(759,762,6,590,0.000000,0.000000,0.000000,'','2022-06-13 16:33:28'),(760,763,6,591,0.000000,0.000000,0.000000,'','2022-06-13 16:36:02'),(761,764,6,592,0.000000,0.000000,0.000000,'','2022-06-14 11:05:29'),(762,765,6,0,0.000000,0.000000,0.000000,'','2022-06-14 11:23:00'),(763,766,6,593,0.000000,0.000000,0.000000,'','2022-06-14 11:33:44'),(764,767,6,594,0.000000,0.000000,0.000000,'','2022-06-14 11:36:34'),(765,768,6,595,0.000000,0.000000,0.000000,'','2022-06-14 11:37:59'),(766,769,6,596,0.000000,0.000000,0.000000,'','2022-06-14 11:40:57'),(767,770,6,597,0.000000,0.000000,0.000000,'','2022-06-14 11:45:47'),(768,771,6,598,0.000000,0.000000,0.000000,'','2022-06-14 11:53:33'),(769,772,6,599,0.000000,0.000000,0.000000,'','2022-07-01 16:08:31'),(770,773,6,600,0.000000,0.000000,0.000000,'','2022-07-01 16:16:33'),(771,774,6,601,0.000000,0.000000,0.000000,'','2022-07-01 16:34:49'),(772,775,6,602,0.000000,0.000000,0.000000,'','2022-07-01 16:44:26'),(773,776,6,603,0.000000,0.000000,0.000000,'','2022-07-25 10:16:31'),(774,777,6,604,0.000000,0.000000,0.000000,'','2022-07-25 10:19:29'),(775,778,6,605,0.000000,0.000000,0.000000,'','2022-07-25 10:27:22'),(776,779,6,606,0.000000,0.000000,0.000000,'','2022-07-25 10:29:43'),(777,780,6,607,0.000000,0.000000,0.000000,'','2022-07-25 10:32:03'),(778,781,6,608,0.000000,0.000000,0.000000,'','2022-07-25 11:25:13'),(779,782,6,609,0.000000,0.000000,0.000000,'','2022-07-26 15:05:39'),(780,783,6,0,0.000000,0.000000,0.000000,'','2022-07-26 17:02:45'),(781,784,6,0,0.000000,0.000000,0.000000,'','2022-07-26 17:02:56'),(782,785,6,0,0.000000,0.000000,0.000000,'','2022-07-26 17:07:52'),(783,786,6,0,0.000000,0.000000,0.000000,'','2022-07-26 17:11:12'),(784,787,6,0,0.000000,0.000000,0.000000,'','2022-07-26 17:15:25'),(785,788,6,0,0.000000,0.000000,0.000000,'','2022-07-28 14:33:20'),(786,789,6,0,0.000000,0.000000,0.000000,'','2022-07-28 14:36:40'),(787,790,6,610,0.000000,0.000000,0.000000,'','2022-08-01 14:10:50'),(788,791,6,611,0.000000,0.000000,0.000000,'','2022-08-01 14:35:15'),(789,792,6,612,0.000000,0.000000,0.000000,'','2022-08-01 14:36:56'),(790,793,6,613,0.000000,0.000000,0.000000,'','2022-08-01 14:40:45'),(791,794,6,614,0.000000,0.000000,0.000000,'','2022-08-01 14:46:49'),(792,795,6,615,0.000000,0.000000,0.000000,'','2022-08-01 14:54:44'),(793,796,6,616,0.000000,0.000000,0.000000,'','2022-08-01 15:54:49'),(794,797,6,617,0.000000,0.000000,0.000000,'','2022-08-08 11:09:50'),(795,798,6,618,0.000000,0.000000,0.000000,'','2022-08-08 11:17:24'),(796,799,6,619,0.000000,0.000000,0.000000,'','2022-08-16 11:00:25'),(797,800,6,620,0.000000,0.000000,0.000000,'','2022-08-16 11:06:45'),(798,801,6,0,0.000000,0.000000,0.000000,'','2022-08-16 11:09:25'),(799,802,6,621,0.000000,0.000000,0.000000,'','2022-08-16 11:11:45'),(800,803,6,623,0.000000,0.000000,0.000000,'','2022-08-16 11:16:30'),(801,804,6,622,0.000000,0.000000,0.000000,'','2022-08-16 11:20:13'),(802,805,6,624,0.000000,0.000000,0.000000,'','2022-08-16 11:29:18'),(803,806,6,0,0.000000,0.000000,0.000000,'','2022-08-16 11:37:32'),(804,807,6,0,0.000000,0.000000,0.000000,'','2022-08-16 11:40:36'),(805,808,6,0,0.000000,0.000000,0.000000,'','2022-08-16 11:47:33'),(806,809,6,625,0.000000,0.000000,0.000000,'','2022-08-16 11:49:27'),(807,810,6,626,0.000000,0.000000,0.000000,'','2022-08-16 11:53:21'),(808,811,6,627,0.000000,0.000000,0.000000,'','2022-08-16 12:00:04'),(809,812,6,628,0.000000,0.000000,0.000000,'','2022-08-16 13:03:21'),(810,813,6,629,0.000000,0.000000,0.000000,'','2022-08-16 13:05:13'),(811,814,6,630,0.000000,0.000000,0.000000,'','2022-08-16 14:16:47'),(812,815,6,631,0.000000,0.000000,0.000000,'123','2022-08-16 14:23:04'),(813,816,6,632,0.000000,0.000000,0.000000,'','2022-08-16 14:40:02'),(814,817,6,633,0.000000,0.000000,0.000000,'','2022-08-16 16:53:07'),(815,818,6,634,0.000000,0.000000,0.000000,'','2022-08-16 16:56:37'),(816,819,6,635,0.000000,0.000000,0.000000,'','2022-08-16 16:59:31'),(817,820,6,636,0.000000,0.000000,0.000000,'','2022-09-01 11:29:29'),(818,821,6,637,0.000000,0.000000,0.000000,'','2022-09-01 11:35:22'),(819,822,6,638,0.000000,0.000000,0.000000,'','2022-09-01 13:50:55'),(820,823,6,639,0.000000,0.000000,0.000000,'','2022-09-01 13:51:55'),(821,824,6,640,0.000000,0.000000,0.000000,'','2022-09-01 13:53:18'),(822,825,6,641,0.000000,0.000000,0.000000,'','2022-09-02 11:59:31'),(823,826,6,642,0.000000,0.000000,0.000000,'','2022-09-02 12:36:41'),(824,827,6,643,0.000000,0.000000,0.000000,'','2022-09-06 10:36:12'),(825,828,6,644,0.000000,0.000000,0.000000,'','2022-09-06 10:37:07'),(826,829,6,0,0.000000,0.000000,0.000000,'','2022-09-06 10:40:02'),(827,830,6,645,0.000000,0.000000,0.000000,'','2022-09-13 15:56:36'),(828,831,6,646,0.000000,0.000000,0.000000,'','2022-09-15 11:29:20'),(829,832,6,647,0.000000,0.000000,0.000000,'','2022-09-19 14:13:56'),(830,833,6,648,0.000000,0.000000,0.000000,'','2022-09-19 14:35:43'),(831,834,6,649,0.000000,0.000000,0.000000,'','2022-09-19 14:52:42'),(832,835,6,650,0.000000,0.000000,0.000000,'','2022-09-19 14:56:45'),(833,836,6,651,0.000000,0.000000,0.000000,'','2022-09-19 14:58:39'),(834,837,6,652,0.000000,0.000000,0.000000,'','2022-10-06 12:00:52'),(835,838,6,653,0.000000,0.000000,0.000000,'','2022-10-06 12:03:44'),(836,839,6,654,0.000000,0.000000,0.000000,'','2022-10-10 11:34:48'),(837,840,6,655,0.000000,0.000000,0.000000,'','2022-10-10 11:39:19'),(838,841,6,656,0.000000,0.000000,0.000000,'','2022-10-11 14:37:50'),(839,842,6,0,0.000000,0.000000,0.000000,'','2022-10-17 13:40:29'),(840,843,6,657,0.000000,0.000000,0.000000,'','2022-10-17 13:47:11'),(841,844,6,658,0.000000,0.000000,0.000000,'','2022-10-17 13:55:11'),(842,845,6,659,0.000000,0.000000,0.000000,'','2022-10-17 14:01:29'),(843,846,6,660,0.000000,0.000000,0.000000,'','2022-10-17 14:07:00'),(844,847,6,0,0.000000,0.000000,0.000000,'','2022-10-17 14:10:10'),(845,848,6,661,0.000000,0.000000,0.000000,'','2022-10-17 14:38:44'),(846,849,6,662,0.000000,0.000000,0.000000,'','2022-10-17 14:40:50'),(847,850,6,663,0.000000,0.000000,0.000000,'','2022-10-17 15:08:09'),(848,851,6,0,0.000000,0.000000,0.000000,'','2022-10-17 15:11:57'),(849,852,6,664,0.000000,0.000000,0.000000,'','2022-10-17 15:14:01'),(850,853,6,0,0.000000,0.000000,0.000000,'','2022-10-17 15:15:35'),(851,854,6,665,0.000000,0.000000,0.000000,'','2022-10-18 13:06:10'),(852,855,6,666,0.000000,0.000000,0.000000,'','2022-10-18 14:57:31'),(853,856,6,667,0.000000,0.000000,0.000000,'','2022-10-18 14:58:00'),(854,857,6,668,0.000000,0.000000,0.000000,'','2022-10-18 15:01:14'),(855,858,6,669,0.000000,0.000000,0.000000,'','2022-10-18 15:02:23'),(856,859,6,670,0.000000,0.000000,0.000000,'','2022-10-18 15:10:59'),(857,860,6,0,0.000000,0.000000,0.000000,'','2022-10-18 15:59:20'),(858,861,6,671,0.000000,0.000000,0.000000,'','2022-11-10 09:54:17'),(859,862,6,672,0.000000,0.000000,0.000000,'','2022-11-15 15:28:58'); -/*!40000 ALTER TABLE `ps_order_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_cart_rule` --- - -DROP TABLE IF EXISTS `ps_order_cart_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_cart_rule` ( - `id_order_cart_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_order` int(10) unsigned NOT NULL, - `id_cart_rule` int(10) unsigned NOT NULL, - `id_order_invoice` int(10) unsigned DEFAULT '0', - `name` varchar(254) NOT NULL, - `value` decimal(17,2) NOT NULL DEFAULT '0.00', - `value_tax_excl` decimal(17,2) NOT NULL DEFAULT '0.00', - `free_shipping` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_order_cart_rule`), - KEY `id_order` (`id_order`), - KEY `id_cart_rule` (`id_cart_rule`) -) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_cart_rule` --- - -LOCK TABLES `ps_order_cart_rule` WRITE; -/*!40000 ALTER TABLE `ps_order_cart_rule` DISABLE KEYS */; -INSERT INTO `ps_order_cart_rule` VALUES (1,6,1,1,'test',6.05,5.00,0),(2,7,1,0,'test',6.05,5.00,0),(3,14,2,0,'aaa',27.71,22.90,0),(4,15,2,0,'aaa',27.71,22.90,0),(5,98,4,65,'free2',34.75,28.72,0),(7,183,8,0,'10',3.51,2.90,0),(9,215,1,0,'test',6.05,5.00,0),(11,216,1,0,'test',6.05,5.00,0),(12,216,1,0,'test',6.05,5.00,0),(13,216,1,0,'test',6.05,5.00,0),(14,216,1,0,'test',6.05,5.00,0),(15,216,1,0,'test',6.05,5.00,0),(16,216,1,0,'test',6.05,5.00,0),(17,216,1,0,'test',6.05,5.00,0),(18,216,1,0,'test',6.05,5.00,0),(20,218,1,0,'test',6.05,5.00,0),(22,219,1,0,'test',6.05,5.00,0),(23,219,1,0,'test',6.05,5.00,0),(25,220,1,0,'test',6.05,5.00,0),(26,220,1,0,'test',6.05,5.00,0),(28,221,1,0,'test',6.05,5.00,0),(29,221,1,0,'test',6.05,5.00,0),(31,223,1,0,'test',6.05,5.00,0),(32,344,8,237,'10',3.51,2.90,0),(33,347,8,240,'10',3.51,2.90,0),(34,349,8,241,'10',7.02,5.80,0),(35,788,13,0,'test',2.42,2.00,0),(36,825,14,641,'free',1.94,1.60,0),(37,826,14,642,'free',1.94,1.60,0); -/*!40000 ALTER TABLE `ps_order_cart_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_detail` --- - -DROP TABLE IF EXISTS `ps_order_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_detail` ( - `id_order_detail` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_order` int(10) unsigned NOT NULL, - `id_order_invoice` int(11) DEFAULT NULL, - `id_warehouse` int(10) unsigned DEFAULT '0', - `id_shop` int(11) unsigned NOT NULL, - `product_id` int(10) unsigned NOT NULL, - `product_attribute_id` int(10) unsigned DEFAULT NULL, - `id_customization` int(10) unsigned DEFAULT '0', - `product_name` varchar(255) NOT NULL, - `product_quantity` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity_in_stock` int(10) NOT NULL DEFAULT '0', - `product_quantity_refunded` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity_return` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity_reinjected` int(10) unsigned NOT NULL DEFAULT '0', - `product_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_percent` decimal(10,2) NOT NULL DEFAULT '0.00', - `reduction_amount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_amount_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `reduction_amount_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `group_reduction` decimal(10,2) NOT NULL DEFAULT '0.00', - `product_quantity_discount` decimal(20,6) NOT NULL DEFAULT '0.000000', - `product_ean13` varchar(13) DEFAULT NULL, - `product_isbn` varchar(32) DEFAULT NULL, - `product_upc` varchar(12) DEFAULT NULL, - `product_reference` varchar(64) DEFAULT NULL, - `product_supplier_reference` varchar(64) DEFAULT NULL, - `product_weight` decimal(20,6) NOT NULL, - `id_tax_rules_group` int(11) unsigned DEFAULT '0', - `tax_computation_method` tinyint(1) unsigned NOT NULL DEFAULT '0', - `tax_name` varchar(16) NOT NULL, - `tax_rate` decimal(10,3) NOT NULL DEFAULT '0.000', - `ecotax` decimal(21,6) NOT NULL DEFAULT '0.000000', - `ecotax_tax_rate` decimal(5,3) NOT NULL DEFAULT '0.000', - `discount_quantity_applied` tinyint(1) NOT NULL DEFAULT '0', - `download_hash` varchar(255) DEFAULT NULL, - `download_nb` int(10) unsigned DEFAULT '0', - `download_deadline` datetime DEFAULT NULL, - `total_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_price_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_price_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `purchase_supplier_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `original_product_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `original_wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - PRIMARY KEY (`id_order_detail`), - KEY `order_detail_order` (`id_order`), - KEY `product_id` (`product_id`,`product_attribute_id`), - KEY `product_attribute_id` (`product_attribute_id`), - KEY `id_tax_rules_group` (`id_tax_rules_group`), - KEY `id_order_id_order_detail` (`id_order`,`id_order_detail`) -) ENGINE=InnoDB AUTO_INCREMENT=953 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_detail` --- - -LOCK TABLES `ps_order_detail` WRITE; -/*!40000 ALTER TABLE `ps_order_detail` DISABLE KEYS */; -INSERT INTO `ps_order_detail` VALUES (1,1,0,0,1,1,1,0,'Hummingbird printed t-shirt - Color : White, Size : S',1,1,0,0,0,23.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_2','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',27.000000,23.900000,23.900000,23.900000,0.000000,0.000000,0.000000,23.900000,0.000000),(2,1,0,0,1,2,9,0,'Hummingbird printed sweater - Color : White, Size : S',1,1,0,0,0,35.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.900000,35.900000,35.900000,35.900000,0.000000,0.000000,0.000000,35.900000,0.000000),(3,2,0,0,1,4,18,0,'The adventure begins Framed poster - Size : 80x120cm',2,3,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_2','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',58.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(4,2,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,11.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,0,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.900000,11.900000,11.900000,11.900000,0.000000,0.000000,0.000000,11.900000,0.000000),(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_1','',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,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_1','',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,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_1','',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,0.000000),(8,6,1,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(9,6,1,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(10,7,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(11,8,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(12,9,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',10,10,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.970000,0.800000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(13,10,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',10,10,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.970000,0.800000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(14,11,2,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',10,10,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.970000,0.800000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(15,12,3,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',12,12,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,0.960000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(16,13,4,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(17,14,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(18,14,0,0,1,17,32,0,'Brown bear notebook - Paper Type : Ruled',1,1,0,0,0,12.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_9','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',15.610000,12.900000,15.609000,12.900000,0.000000,0.000000,0.000000,12.900000,0.000000),(19,15,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(20,15,0,0,1,17,32,0,'Brown bear notebook - Paper Type : Ruled',1,1,0,0,0,12.900000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_9','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',15.610000,12.900000,15.609000,12.900000,0.000000,0.000000,0.000000,12.900000,0.000000),(21,16,5,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(22,17,6,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(23,18,7,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(24,19,8,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(25,20,9,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(26,21,10,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(27,22,11,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(28,23,12,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(29,24,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(30,25,13,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(31,26,14,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(32,27,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(33,28,15,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(34,29,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(35,30,16,0,1,2,9,0,'Hummingbird printed sweater - Size : S',3,3,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',104.250000,86.160000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(36,30,16,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,2,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(37,31,17,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(38,31,17,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(39,31,17,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(40,32,18,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(41,32,18,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(42,32,18,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(43,33,19,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(44,33,19,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(45,33,19,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(46,34,20,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(47,35,21,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(48,36,22,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(49,37,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(50,38,23,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(51,39,24,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(52,40,25,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(53,41,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(54,42,26,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(55,43,27,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(56,44,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(57,45,28,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(58,46,29,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(59,47,30,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(60,48,31,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(61,49,32,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(62,50,33,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(63,51,34,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(64,52,35,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(65,53,36,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(66,54,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(67,55,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(68,56,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(69,57,37,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(70,58,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(71,59,38,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(72,60,39,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(73,61,40,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(74,62,41,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(75,63,42,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(76,64,43,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(77,65,44,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(78,66,45,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(79,67,46,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(80,68,47,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(81,69,48,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(82,70,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(83,71,49,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(84,72,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(85,73,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(86,74,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(87,75,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(88,76,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(89,77,50,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(90,78,51,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(91,79,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(92,80,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(93,81,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(94,82,52,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(95,83,53,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(96,84,54,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(97,85,55,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(98,86,56,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(99,87,57,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(100,88,58,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(101,89,59,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(102,90,60,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(103,91,61,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(104,92,62,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(105,93,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(106,94,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(107,95,63,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(108,96,64,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(109,97,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(110,98,65,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(111,99,66,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(112,100,67,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(113,101,68,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(114,102,69,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(115,103,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(116,104,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(117,105,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(118,106,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(119,107,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(120,107,0,0,1,19,0,1,'Customizable mug',1,1,0,0,0,50000.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_14','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',60500.000000,50000.000000,60500.000000,50000.000000,0.000000,0.000000,0.000000,50000.000000,0.000000),(121,108,0,0,1,19,0,4,'Customizable mug',1,1,0,0,0,8000.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_14','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',9680.000000,8000.000000,9680.000000,8000.000000,0.000000,0.000000,0.000000,8000.000000,0.000000),(122,109,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(123,110,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(124,111,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(125,112,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(126,113,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(127,114,70,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(128,115,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(129,116,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(130,117,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(131,118,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(132,119,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(133,120,71,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(134,121,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(135,122,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(136,123,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(137,124,72,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(138,125,73,0,2,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(139,126,0,0,2,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(140,127,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(141,128,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.950000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.130000,1.950000,2.125500,1.950000,0.000000,0.000000,0.000000,1.950000,0.000000),(142,129,0,0,1,8,0,0,'Mug Today is a good day',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(143,129,0,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(144,129,0,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(145,130,0,0,1,6,0,0,'Mug The best is yet to come',10,10,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',19.500000,17.890000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(146,130,0,0,1,7,0,0,'Mug The adventure begins',5,5,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',9.750000,8.940000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(147,130,0,0,1,8,0,0,'Mug Today is a good day',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(148,131,0,0,1,6,0,0,'Mug The best is yet to come',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(149,131,0,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(150,131,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(151,131,0,0,1,9,22,0,'Mountain fox cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_15','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(152,131,0,0,1,10,24,0,'Brown bear cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_16','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(153,131,0,0,1,11,26,0,'Hummingbird cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_17','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(154,131,0,0,1,12,0,0,'Mountain fox - Vector graphics',1,1,0,0,0,2.073394,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_18','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.260000,2.070000,2.259999,2.073394,0.000000,0.000000,0.000000,2.073394,0.000000),(155,132,0,0,1,6,0,0,'Mug The best is yet to come',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(156,132,0,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(157,132,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(158,132,0,0,1,9,22,0,'Mountain fox cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_15','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(159,132,0,0,1,10,24,0,'Brown bear cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_16','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(160,132,0,0,1,11,26,0,'Hummingbird cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_17','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(161,132,0,0,1,12,0,0,'Mountain fox - Vector graphics',1,1,0,0,0,2.073394,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_18','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.260000,2.070000,2.259999,2.073394,0.000000,0.000000,0.000000,2.073394,0.000000),(162,133,0,0,1,6,0,0,'Mug The best is yet to come',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(163,133,0,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(164,133,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(165,133,0,0,1,9,22,0,'Mountain fox cushion - Spalva : Balta',1,1,0,0,0,2.293578,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_15','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.500000,2.290000,2.500000,2.293578,0.000000,0.000000,0.000000,2.293578,0.000000),(166,133,0,0,1,10,24,0,'Brown bear cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_16','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(167,133,0,0,1,11,26,0,'Hummingbird cushion - Spalva : Balta',1,1,0,0,0,2.064220,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_17','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.250000,2.060000,2.250000,2.064220,0.000000,0.000000,0.000000,2.064220,0.000000),(168,133,0,0,1,12,0,0,'Mountain fox - Vector graphics',1,1,0,0,0,2.073394,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_18','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',2.260000,2.070000,2.259999,2.073394,0.000000,0.000000,0.000000,2.073394,0.000000),(169,134,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(170,135,0,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(171,136,74,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(172,137,75,0,1,2,9,0,'Hummingbird printed sweater - Dydis : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(173,138,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,2,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(174,139,76,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,2,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(175,140,77,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(176,141,78,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(177,142,79,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(178,143,80,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(179,144,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,29.720000,'','','','demo_3','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.720000,28.720000,28.720000,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(180,145,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,29.720000,'','','','demo_3','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.720000,28.720000,28.720000,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(181,146,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,29.720000,'','','','demo_3','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.720000,28.720000,28.720000,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(182,147,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,29.720000,'','','','demo_3','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.720000,28.720000,28.720000,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(183,148,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(184,149,81,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(185,150,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(186,151,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(187,152,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(188,153,82,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(189,154,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(190,155,83,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(191,156,84,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(192,157,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(193,158,85,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(194,159,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(195,160,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(196,161,86,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(197,162,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(198,163,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(199,164,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(200,165,87,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(201,166,88,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(202,167,89,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(203,168,90,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(204,169,91,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,57.411208,20.00,0.000000,0.000000,0.000000,0.00,46.930000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',45.930000,45.930000,45.928967,45.928967,0.000000,0.000000,0.000000,57.411208,0.000000),(205,170,92,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',57.440000,57.440000,28.720000,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(206,171,0,0,1,18,36,0,'Hummingbird notebook - Paper Type : Ruled',1,1,0,0,0,12.900000,58.20,0.000000,0.000000,0.000000,0.00,7.730000,'','','','demo_10','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',6.520000,5.390000,6.524562,5.392200,0.000000,0.000000,0.000000,12.900000,0.000000),(207,171,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(208,171,0,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(209,172,0,0,1,6,0,0,'Mug The best is yet to come',3,3,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',5.850000,5.370000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(210,173,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(211,174,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(212,174,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',100,100,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3475.120000,2872.000000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(213,175,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',100,100,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3475.120000,2872.000000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(214,175,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(215,176,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',100,100,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3475.120000,2872.000000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(216,176,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(217,177,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',100,100,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3475.120000,2872.000000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(218,177,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(219,178,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',100,100,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3475.120000,2872.000000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(220,178,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(221,179,93,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(222,180,94,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(223,181,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(224,182,99,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(225,183,95,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(226,184,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',4,4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.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,0.000000,29.000000,0.000000),(227,185,96,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',4,4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.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,0.000000,29.000000,0.000000),(228,186,97,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(229,187,100,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(230,188,101,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(231,189,102,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(232,190,103,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(233,191,104,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(234,192,105,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(235,193,106,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(236,194,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,5,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(237,195,107,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(238,196,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(239,197,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(240,198,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(241,199,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(242,200,108,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(243,200,108,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-2,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(244,201,109,0,1,2,9,0,'Hummingbird printed sweater - Size : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(245,202,110,0,1,2,9,0,'Hummingbird printed sweater - Size : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(246,203,111,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(248,205,113,0,1,2,9,0,'Hummingbird printed sweater - Size : S',9,9,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',312.760000,258.480000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(249,206,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(250,207,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(251,208,114,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(252,209,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',8,8,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',278.010000,229.760000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(253,210,115,0,1,2,9,0,'Hummingbird printed sweater - Size : S',3,3,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',104.250000,86.160000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(254,211,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(255,212,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(256,213,116,0,1,2,9,0,'Hummingbird printed sweater - Size : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(257,213,116,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-3,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(258,214,117,0,1,2,9,0,'Hummingbird printed sweater - Size : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(259,215,118,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(260,216,119,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(261,216,119,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(262,217,120,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(263,218,121,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(264,219,122,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(265,220,123,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(266,221,124,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(267,222,125,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(268,223,126,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(269,224,127,0,2,2,9,0,'Hummingbird printed sweater - Size : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(270,225,128,0,1,2,9,0,'Hummingbird printed sweater - Size : S',6,6,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',208.510000,172.320000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(271,226,129,0,2,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(272,227,130,0,2,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(273,228,131,0,2,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(274,229,0,0,2,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(275,230,132,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-5,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(276,231,133,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(277,232,134,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(278,233,135,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(279,234,136,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(280,235,137,0,1,2,9,0,'Hummingbird printed sweater - Size : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(281,236,138,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(282,236,138,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-7,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(283,236,138,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(284,237,139,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(285,238,140,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(286,238,140,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-8,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(287,239,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-10,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(288,240,141,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-12,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(289,240,141,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',5,5,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.080000,144.700000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(290,241,142,0,2,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(291,242,143,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(292,243,144,0,1,2,9,0,'Hummingbird printed sweater - Size : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(293,244,145,0,1,2,9,0,'Hummingbird printed sweater - Size : S',3,3,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',104.250000,86.160000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(294,245,146,0,2,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(295,246,147,0,2,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(296,247,148,0,2,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(297,248,149,0,1,2,9,0,'Hummingbird printed sweater - Size : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(298,249,150,0,1,2,9,0,'Hummingbird printed sweater - Size : S',6,6,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',208.510000,172.320000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(299,250,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(300,251,0,0,1,14,0,0,'Hummingbird - Vector graphics',1,0,0,0,0,9.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_20','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',10.890000,9.000000,10.890000,9.000000,0.000000,0.000000,0.000000,9.000000,0.000000),(301,252,0,0,1,14,0,0,'Hummingbird - Vector graphics',1,0,0,0,0,9.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_20','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',10.890000,9.000000,10.890000,9.000000,0.000000,0.000000,0.000000,9.000000,0.000000),(302,253,151,0,1,14,0,0,'Hummingbird - Vector graphics',5,-4,0,0,0,9.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_20','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',54.450000,45.000000,10.890000,9.000000,0.000000,0.000000,0.000000,9.000000,0.000000),(303,254,0,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',3,3,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',104.250000,86.160000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(304,255,152,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(305,256,153,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(306,257,154,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',6,6,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',208.510000,172.320000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(307,258,155,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',6,6,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',208.510000,172.320000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(308,259,156,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',6,6,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',208.510000,172.320000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(309,260,157,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',5,5,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',173.760000,143.600000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(310,261,158,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(311,262,159,0,1,2,9,0,'Hummingbird printed sweater - Taille : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(312,263,160,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(313,264,161,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(314,265,162,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(315,266,163,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(316,267,164,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(317,268,165,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(318,269,166,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(319,270,167,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(320,271,168,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(321,272,169,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(322,273,170,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(323,274,171,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(324,275,172,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(325,276,173,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(326,277,174,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(327,278,175,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(328,279,176,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(329,280,177,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(330,281,178,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(331,282,179,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(332,283,180,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(333,284,181,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(334,285,182,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(335,286,183,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(336,287,184,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(337,288,185,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(338,289,186,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(339,290,187,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(340,291,188,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(341,292,189,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(342,293,190,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(343,294,191,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(344,295,192,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(345,296,193,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(346,297,194,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(347,298,195,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(348,299,196,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(349,300,197,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(350,301,198,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',3,-1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.290000,0.240000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(351,302,199,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(352,303,200,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(353,304,201,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(354,305,202,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(355,305,202,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(356,306,203,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(357,307,204,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(358,307,204,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(359,308,205,0,1,2,9,0,'Hummingbird printed sweater - Size : S',2,2,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.500000,57.440000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(360,309,206,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(361,310,207,0,1,2,9,0,'Hummingbird printed sweater - Größe : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(362,310,207,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(363,311,208,0,1,2,9,0,'Hummingbird printed sweater - Size : S',4,4,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',139.000000,114.880000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(364,312,209,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,35.900000,20.00,0.000000,0.000000,0.000000,0.00,35.960000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.750000,28.720000,34.751200,28.720000,0.000000,0.000000,0.000000,35.900000,0.000000),(365,313,0,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(366,314,0,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(367,315,210,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(368,316,211,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(369,317,212,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(370,318,213,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(371,319,214,0,1,1,8,0,'Hummingbird printed t-shirt - Size : XL- Color : Black',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(372,320,215,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',2,-1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.190000,0.160000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(373,321,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',2,-1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.190000,0.160000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(374,322,216,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',2,-1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.190000,0.160000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(375,323,217,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',2,-1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.190000,0.160000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(376,324,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(377,325,218,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(378,326,219,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-9,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(379,327,220,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-10,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(380,328,221,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(381,329,222,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-11,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(382,330,223,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-13,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(383,331,224,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(384,332,225,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-14,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(385,333,226,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',6,-20,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(386,334,227,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',4,4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.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,0.000000,29.000000,0.000000),(387,335,228,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(388,336,229,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(389,337,230,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',7,-27,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',245.630000,203.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(390,338,231,0,1,6,0,0,'Mug The best is yet to come',7,7,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',13.650000,12.520000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(391,339,232,0,1,6,0,0,'Mug The best is yet to come',6,6,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.700000,10.730000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(392,340,233,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',5,5,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(393,341,234,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(394,341,234,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(395,341,234,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(396,341,234,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(397,342,235,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-29,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(398,343,236,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-30,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(399,344,237,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-31,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(400,345,238,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-32,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(401,346,239,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-33,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(402,347,240,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-34,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(403,348,0,0,1,2,9,0,'Hummingbird printed sweater - Size : S',100,100,0,0,0,3554.081818,20.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',344035.120000,284326.550000,3440.351200,2843.265454,0.000000,0.000000,0.000000,3554.081818,0.000000),(404,348,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(405,349,241,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-36,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(406,350,242,0,1,10,24,0,'Brown bear cushion - Color : White',1,1,0,0,0,1.600000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_16','',0.000000,11,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.940000,1.600000,1.936000,1.600000,0.000000,0.000000,0.000000,1.600000,0.000000),(407,350,242,0,1,11,26,0,'Hummingbird cushion - Color : White',1,1,0,0,0,5.700000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_17','',0.000000,11,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',6.900000,5.700000,6.897000,5.700000,0.000000,0.000000,0.000000,5.700000,0.000000),(408,351,243,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-37,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(409,352,244,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-38,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(410,353,245,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-39,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(411,354,246,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-40,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(412,355,247,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(413,356,248,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(414,357,249,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(415,358,250,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(416,359,251,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(417,360,252,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(418,361,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',6,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',174.000000,174.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(419,362,253,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-45,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(420,363,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-50,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',145.000000,145.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(421,364,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(422,365,254,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(423,366,255,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(424,367,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(425,368,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(426,369,256,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-46,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(427,370,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-47,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(428,371,257,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(429,372,258,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(430,373,259,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(431,374,260,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(432,375,261,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',4,4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.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,0.000000,29.000000,0.000000),(433,376,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',4,4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.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,0.000000,29.000000,0.000000),(434,377,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(435,378,262,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',3,3,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(436,379,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(437,380,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(438,381,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(439,382,263,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(440,383,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(441,384,264,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(442,385,265,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-47,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(443,386,266,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-48,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(444,387,267,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-49,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(445,388,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(446,389,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(447,390,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(448,391,268,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-50,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(449,392,269,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-51,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(450,393,270,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(451,394,271,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(452,395,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(453,396,272,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(454,397,273,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(455,398,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(456,399,274,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(457,400,275,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(458,401,276,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,3554.081818,20.00,0.000000,0.000000,0.000000,0.00,3441.560000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3440.350000,2843.270000,3440.351200,2843.265454,0.000000,0.000000,0.000000,3554.081818,0.000000),(459,402,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(460,403,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',7,7,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',245.630000,203.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(461,404,277,0,1,2,9,0,'Hummingbird printed sweater - Size : S',1,1,0,0,0,3554.081818,20.00,0.000000,0.000000,0.000000,0.00,3441.560000,'','','','demo_3','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3440.350000,2843.270000,3440.351200,2843.265454,0.000000,0.000000,0.000000,3554.081818,0.000000),(462,404,277,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',8,8,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',280.720000,232.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(463,405,278,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',6,6,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(464,406,279,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',6,6,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(465,407,280,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',6,6,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(466,408,281,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',6,-55,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(467,409,282,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',6,-56,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(468,410,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-61,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(469,411,283,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-64,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(470,412,284,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',5,5,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(471,413,285,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',6,6,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(472,414,286,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',3,3,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(473,415,287,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',5,5,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(474,416,288,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',4,4,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.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,0.000000,29.000000,0.000000),(475,417,289,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(476,418,290,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(477,419,291,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(478,420,292,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(479,421,293,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(480,422,294,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(481,423,295,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(482,424,296,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(483,425,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(484,426,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(485,426,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(486,427,297,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(487,428,298,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(488,429,299,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(489,429,299,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',5,5,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.080000,144.700000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(490,430,300,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(491,431,301,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(492,432,302,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(493,433,303,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(494,434,304,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(495,435,305,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(496,436,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(497,437,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(498,438,306,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(499,439,307,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,33.901288,0.000000),(500,440,308,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(501,441,309,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,33.901288,0.000000),(502,442,310,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,33.901288,0.000000),(503,443,311,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',41.020000,33.900000,41.020559,33.901288,0.000000,0.000000,0.000000,33.901288,0.000000),(504,444,312,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',41.020000,33.900000,41.020559,33.901288,0.000000,0.000000,0.000000,33.901288,0.000000),(505,445,313,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,33.901288,0.000000),(506,446,314,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',41.020000,33.900000,41.020559,33.901288,0.000000,0.000000,0.000000,33.901288,0.000000),(507,447,315,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,33.901288,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',41.020000,33.900000,41.020559,33.901288,0.000000,0.000000,0.000000,33.901288,0.000000),(508,448,316,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',6,6,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.100000,173.640000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(509,449,317,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(510,450,318,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(511,451,319,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(512,452,320,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(513,453,321,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(514,454,322,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(515,455,323,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(516,456,324,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(517,457,325,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(518,458,326,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(519,459,327,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(520,460,328,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(521,460,328,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(522,461,329,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(523,461,329,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(524,462,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(525,463,330,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(526,464,331,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(527,465,332,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(528,466,333,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,26.045702,0.00,0.000000,0.000000,0.000000,10.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',31.520000,26.050000,31.515300,26.045702,0.000000,0.000000,0.000000,26.045702,0.000000),(529,467,334,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,14.469835,0.00,0.000000,0.000000,0.000000,50.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',17.510000,14.470000,17.508500,14.469835,0.000000,0.000000,0.000000,14.469835,0.000000),(530,468,335,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,14.469835,0.00,0.000000,0.000000,0.000000,50.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',17.510000,14.470000,17.508500,14.469835,0.000000,0.000000,0.000000,14.469835,0.000000),(531,468,335,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-62,0,0,0,14.500000,0.00,0.000000,0.000000,0.000000,50.00,0.000000,'','','','demo_6','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',17.550000,14.500000,17.545000,14.500000,0.000000,0.000000,0.000000,14.500000,0.000000),(532,469,336,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,14.469835,0.00,0.000000,0.000000,0.000000,50.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',17.510000,14.470000,17.508500,14.469835,0.000000,0.000000,0.000000,14.469835,0.000000),(533,470,337,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,14.469835,0.00,0.000000,0.000000,0.000000,50.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',17.510000,14.470000,17.508500,14.469835,0.000000,0.000000,0.000000,14.469835,0.000000),(534,471,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(535,472,338,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(536,473,339,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(537,474,340,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(538,475,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(539,476,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(540,477,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(541,478,341,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(542,479,342,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(543,480,343,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(544,481,344,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(545,482,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(546,483,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(547,484,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(548,485,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(549,486,345,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(550,487,346,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(551,488,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(552,489,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(553,490,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(554,491,347,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(555,492,348,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.160000,1.000000,1.160000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(556,493,0,0,2,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,1.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,16,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.000000,1.000000,1.000000,1.000000,0.000000,0.000000,0.000000,1.000000,0.000000),(557,494,349,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(558,495,350,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(559,496,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(560,497,351,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(561,498,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(562,499,352,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(563,500,353,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(564,501,354,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(565,502,355,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(566,503,356,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(567,504,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(568,505,357,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',2,2,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.030000,57.880000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(569,506,358,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(570,507,359,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(571,508,360,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(572,509,361,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(573,510,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(574,511,362,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(575,512,363,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(576,513,364,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(577,514,365,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(578,515,366,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(579,516,367,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(580,517,368,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(581,518,369,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(582,519,370,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(583,520,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',446,-252,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.690000,3.690000,0.008264,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(584,521,371,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(585,522,372,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.020000,28.940000,35.016999,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(586,523,373,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,28.939669,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',28.940000,28.940000,28.939669,28.939669,0.000000,0.000000,0.000000,28.939669,0.000000),(587,523,373,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-63,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,1,1,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(588,524,374,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-64,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(589,525,375,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(590,526,376,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(591,527,377,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(592,528,378,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(593,529,379,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(594,530,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(595,530,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-65,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(596,531,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-66,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(597,532,380,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-67,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(598,533,381,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-68,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(599,534,382,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(600,535,383,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(601,536,384,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(602,537,385,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(603,538,386,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(604,539,387,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(605,540,388,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(606,541,389,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(607,542,390,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(608,543,391,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(609,544,392,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(610,545,393,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(611,546,394,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(612,547,395,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(613,548,396,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(614,549,397,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(615,550,398,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(616,551,399,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(617,552,400,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(618,553,401,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(619,554,402,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(620,555,403,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(621,556,404,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(622,557,405,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(623,558,406,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(624,559,407,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(625,560,408,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(626,561,409,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(627,562,410,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(628,563,411,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(629,564,412,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(630,565,413,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(631,566,414,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(632,567,415,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(633,568,416,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(634,569,417,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(635,570,418,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(636,571,419,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(637,572,420,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(638,573,421,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(639,574,422,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(640,575,423,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(641,576,424,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(642,577,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(643,578,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(644,579,425,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(645,580,426,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(646,581,427,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(647,582,428,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(648,583,429,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(649,584,430,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(650,585,431,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(651,586,432,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(652,587,433,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(653,588,434,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(654,589,435,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(655,590,436,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(656,591,437,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(657,592,438,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(658,593,439,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(659,594,440,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(660,595,441,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(661,596,442,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(662,597,443,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(663,598,444,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(664,599,445,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(665,600,446,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(666,601,447,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(667,602,448,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(668,603,449,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(669,604,450,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(670,605,451,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(671,606,452,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(672,607,453,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(673,607,453,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(674,608,454,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(675,608,454,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(676,609,455,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(677,609,455,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(678,610,456,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(679,610,456,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(680,611,457,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(681,611,457,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(682,612,458,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(683,612,458,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(684,613,459,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(685,613,459,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(686,614,460,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(687,614,460,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(688,615,461,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(689,615,461,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(690,616,462,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(691,616,462,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(692,617,463,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(693,617,463,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(694,618,464,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(695,618,464,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(696,619,465,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(697,620,466,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(698,621,467,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(699,622,468,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(700,623,469,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(701,623,469,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(702,624,470,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(703,625,471,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(704,626,472,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(705,627,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(706,628,0,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(707,629,473,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(708,629,473,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',4,-72,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.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,0.000000,29.000000,0.000000),(709,630,474,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-75,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(710,631,475,0,1,6,0,0,'Mug The best is yet to come',6,6,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.700000,10.730000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(711,632,476,0,1,6,0,0,'Mug The best is yet to come',5,5,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',9.750000,8.940000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(712,633,477,0,1,6,0,0,'Mug The best is yet to come',6,6,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.700000,10.730000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(713,634,478,0,1,6,0,0,'Mug The best is yet to come',4,4,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',7.800000,7.160000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(714,635,479,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(715,636,480,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-76,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(716,637,481,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(717,638,482,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(718,639,483,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(719,640,484,0,1,5,19,0,'Today is a good day Framed poster - Dimension : 40x60cm',2,2,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_7','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.020000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(720,640,484,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(721,641,485,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(722,642,486,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(723,643,487,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(724,644,488,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(725,645,489,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(726,646,490,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-77,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(727,647,491,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(728,648,492,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(729,649,493,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(730,650,494,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(731,651,495,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(732,652,496,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(733,653,497,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-78,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(734,654,498,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-79,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(735,655,499,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(736,656,500,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(737,657,501,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(738,658,502,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(739,659,503,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(740,660,504,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(741,661,505,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(742,662,506,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(743,663,507,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(744,664,508,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(745,665,509,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(746,666,510,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(747,667,511,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(748,668,512,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(749,669,513,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(750,670,514,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(751,671,515,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(752,672,516,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(753,673,517,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',3,3,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.030000,0.020000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(754,674,518,0,1,6,0,0,'Mug The best is yet to come',1,1,1,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(755,675,0,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(756,676,0,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(757,677,0,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(758,678,0,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(759,679,0,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(760,680,519,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(761,681,520,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(762,682,521,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(763,682,521,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-80,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(764,683,522,0,1,8,0,0,'Mug Today is a good day',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(765,684,523,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(766,685,524,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(767,686,525,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(768,687,526,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(769,688,527,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(770,689,528,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(771,690,529,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(772,691,530,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(773,691,530,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(774,692,531,0,1,8,0,0,'Mug Today is a good day',23,23,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',44.850000,41.150000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(775,693,532,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(776,694,533,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(777,695,534,0,1,8,0,0,'Mug Today is a good day',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(778,696,535,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(779,697,536,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(780,698,537,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(781,699,538,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(782,700,539,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(783,701,540,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(784,702,541,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(785,703,542,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(786,704,543,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(787,705,544,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(788,706,545,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(789,707,546,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(790,708,547,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(791,709,548,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(792,710,549,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(793,711,550,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(794,712,551,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(795,713,552,0,1,8,0,0,'Mug Today is a good day',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(796,714,553,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(797,715,554,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(798,716,555,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(799,717,556,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(800,718,557,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(801,719,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(802,720,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(803,721,0,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(804,722,558,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(805,723,559,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(806,724,560,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(807,725,561,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(808,726,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(809,727,562,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(810,728,563,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(811,729,564,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(812,730,565,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(813,731,566,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(814,732,567,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(815,733,568,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(816,734,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(817,735,569,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(818,736,570,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(819,737,571,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(820,738,572,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(821,739,573,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(822,740,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(823,741,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(824,742,0,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(825,743,574,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(826,744,575,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(827,745,576,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(828,746,577,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(829,747,578,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(830,748,579,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(831,748,579,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',6,-86,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',210.540000,174.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(832,749,580,0,1,8,0,0,'Mug Today is a good day',2,2,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',3.900000,3.580000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(833,749,580,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-89,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(834,750,581,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(835,751,582,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-92,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(836,752,583,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-93,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(837,753,584,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-94,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(838,754,585,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-97,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(839,754,585,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(840,755,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-98,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(841,756,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-100,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(842,757,586,0,1,8,0,0,'Mug Today is a good day',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(843,757,586,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-105,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(844,758,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-106,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(845,759,587,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-108,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(846,760,588,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-111,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(847,761,589,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',4,-115,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.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,0.000000,29.000000,0.000000),(848,762,590,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-116,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(849,763,591,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-117,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(850,764,592,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-118,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(851,765,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-123,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(852,766,593,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-128,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(853,767,594,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-133,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(854,768,595,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-138,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(855,769,596,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',4,-142,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.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,0.000000,29.000000,0.000000),(856,770,597,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-147,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(857,771,598,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',5,-152,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',175.450000,145.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(858,772,599,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-154,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(859,773,600,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-155,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(860,774,601,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-156,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(861,775,602,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-157,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(862,776,603,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-158,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(863,777,604,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-159,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(864,778,605,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-160,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(865,779,606,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-161,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(866,780,607,0,1,7,0,0,'Mug The adventure begins',6,6,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.700000,10.730000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(867,781,608,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(868,782,609,0,1,7,0,0,'Mug The adventure begins',3,3,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',5.850000,5.370000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(869,783,0,0,1,7,0,0,'Mug The adventure begins',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_12','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(870,784,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-162,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(871,785,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-163,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(872,786,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,0,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(873,787,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,-1,0,0,0,0.100000,20.00,0.000000,0.000000,0.000000,0.00,1.310000,'','','','demo_1','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.100000,0.080000,0.096800,0.080000,0.000000,0.000000,0.000000,0.100000,0.000000),(874,788,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-164,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(875,789,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-165,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(876,790,610,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-166,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(877,791,611,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-167,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(878,792,612,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',5,5,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.050000,0.040000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(879,793,613,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-168,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(880,794,614,0,1,6,0,0,'Mug The best is yet to come',1,1,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_11','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.950000,1.790000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(881,795,615,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-169,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(882,796,616,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-170,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(883,797,617,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(884,798,618,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(885,799,619,0,1,4,16,0,'The adventure begins Framed poster - Dimension : 40x60cm',1,1,0,0,0,0.008264,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_5','',0.000000,1,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',0.010000,0.010000,0.009999,0.008264,0.000000,0.000000,0.000000,0.008264,0.000000),(886,799,619,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-171,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(887,800,620,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-174,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(888,801,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-177,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(889,802,621,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-180,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(890,803,623,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-181,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(891,804,622,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-182,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(892,805,624,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-183,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(893,806,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-184,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(894,807,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-185,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(895,808,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-186,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(896,809,625,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-187,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(897,810,626,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-188,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(898,811,627,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-189,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(899,812,628,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-190,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(900,813,629,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-191,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(901,814,630,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-192,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(902,815,631,0,1,8,0,0,'Mug Today is a good day',20,20,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',39.000000,35.780000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(903,816,632,0,1,8,0,0,'Mug Today is a good day',20,20,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',39.000000,35.780000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(904,817,633,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-194,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(905,818,634,0,1,8,0,0,'Mug Today is a good day',6,6,0,0,0,1.788991,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_13','',0.000000,2,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',11.700000,10.730000,1.950000,1.788991,0.000000,0.000000,0.000000,1.788991,0.000000),(906,819,635,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-196,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(907,820,636,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-194,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.020000,58.000000,34.510000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(908,821,637,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-195,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.510000,29.000000,34.510000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(909,822,638,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-197,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.020000,58.000000,34.510000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(910,823,639,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-198,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(911,824,640,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-199,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(912,825,641,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-201,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',70.180000,58.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(913,825,641,0,1,10,24,0,'Brown bear cushion - Color : White',1,1,0,0,0,1.600000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_16','',0.000000,11,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.940000,1.600000,1.936000,1.600000,0.000000,0.000000,0.000000,1.600000,0.000000),(914,826,642,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',3,-2,0,0,0,35.844167,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',129.040000,107.530000,43.013000,35.844167,0.000000,0.000000,0.000000,35.844167,0.000000),(915,826,642,0,1,10,24,0,'Brown bear cushion - Color : White',1,1,0,0,0,1.600000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_16','',0.000000,11,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',1.940000,1.600000,1.936000,1.600000,0.000000,0.000000,0.000000,1.600000,0.000000),(916,827,643,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-204,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(917,828,644,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',4,-6,0,0,0,35.844167,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',172.050000,143.380000,43.013000,35.844167,0.000000,0.000000,0.000000,35.844167,0.000000),(918,829,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',3,3,0,0,0,35.844167,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',129.040000,107.530000,43.013000,35.844167,0.000000,0.000000,0.000000,35.844167,0.000000),(919,830,645,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',2,-197,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',69.020000,58.000000,34.510000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(920,831,646,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,35.844167,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',43.010000,35.840000,43.013000,35.844167,0.000000,0.000000,0.000000,35.844167,0.000000),(921,832,647,0,1,1,1,0,'Hummingbird printed t-shirt - Dydis : S- Spalva : Balta',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(922,832,647,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-198,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(923,833,648,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-199,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(924,834,649,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-200,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(925,835,650,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-201,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(926,836,651,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-202,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(927,837,652,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-203,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(928,838,653,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-204,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(929,839,654,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-205,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(930,840,655,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-206,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',34.510000,29.000000,34.510000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(931,841,656,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-207,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(932,842,0,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-208,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(933,843,657,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-209,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(934,844,658,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(935,845,659,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(936,846,660,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(937,847,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(938,848,661,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(939,849,662,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(940,850,663,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(941,851,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(942,852,664,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(943,853,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(944,854,665,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-210,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(945,855,666,0,1,1,2,0,'Hummingbird printed t-shirt - Size : S- Color : Black',1,0,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(946,856,667,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(947,857,668,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(948,858,669,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(949,859,670,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(950,860,0,0,1,1,1,0,'Hummingbird printed t-shirt - Size : S- Color : White',1,1,0,0,0,33.333333,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_1','',0.000000,34,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',40.000000,33.330000,40.000000,33.333333,0.000000,0.000000,0.000000,33.333333,0.000000),(951,861,671,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',1,-211,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',35.090000,29.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000),(952,862,672,0,1,3,13,0,'The best is yet to come\' Framed poster - Dimension : 40x60cm',3,-214,0,0,0,29.000000,0.00,0.000000,0.000000,0.000000,0.00,0.000000,'','','','demo_6','',0.000000,6,0,'',0.000,0.000000,0.000,0,'',0,'0000-00-00 00:00:00',105.270000,87.000000,35.090000,29.000000,0.000000,0.000000,0.000000,29.000000,0.000000); -/*!40000 ALTER TABLE `ps_order_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_detail_tax` --- - -DROP TABLE IF EXISTS `ps_order_detail_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_detail_tax` ( - `id_order_detail` int(11) NOT NULL, - `id_tax` int(11) NOT NULL, - `unit_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - `total_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - KEY `id_order_detail` (`id_order_detail`), - KEY `id_tax` (`id_tax`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_detail_tax` --- - -LOCK TABLES `ps_order_detail_tax` WRITE; -/*!40000 ALTER TABLE `ps_order_detail_tax` DISABLE KEYS */; -INSERT INTO `ps_order_detail_tax` VALUES (9,1,4.984117,4.990000),(8,1,0.013883,0.010000),(10,1,4.981200,4.980000),(11,1,6.031200,6.030000),(12,1,0.016800,0.170000),(13,1,0.016800,0.170000),(14,1,0.016800,0.170000),(15,1,0.016800,0.200000),(16,1,6.031200,6.030000),(17,1,2.712736,2.710000),(18,1,1.218464,1.220000),(19,1,2.712736,2.710000),(20,1,1.218464,1.220000),(21,1,6.031200,6.030000),(22,1,6.031200,12.060000),(23,1,6.031200,6.030000),(24,1,6.031200,6.030000),(25,1,6.031200,6.030000),(26,1,6.031200,6.030000),(27,1,6.031200,6.030000),(28,1,6.031200,6.030000),(29,1,6.031200,12.060000),(30,1,6.031200,12.060000),(31,1,6.031200,6.030000),(32,1,6.031200,6.030000),(33,1,6.031200,6.030000),(34,1,6.031200,6.030000),(35,1,6.031200,18.090000),(36,1,6.090000,12.180000),(39,1,6.090000,6.090000),(38,1,6.090000,6.090000),(37,1,6.031200,6.030000),(42,1,6.090000,6.090000),(41,1,6.090000,6.090000),(40,1,6.031200,6.030000),(45,1,6.090000,6.090000),(44,1,6.090000,6.090000),(43,1,6.031200,6.030000),(46,1,6.031200,12.060000),(47,1,6.031200,6.030000),(48,1,6.031200,6.030000),(49,1,6.031200,6.030000),(50,1,6.031200,6.030000),(51,1,6.031200,6.030000),(52,1,6.031200,6.030000),(53,1,6.031200,6.030000),(54,1,6.031200,6.030000),(55,1,6.031200,12.060000),(56,1,6.031200,6.030000),(57,1,6.031200,6.030000),(58,1,6.031200,6.030000),(59,1,6.031200,6.030000),(60,1,6.031200,6.030000),(61,1,6.031200,6.030000),(62,1,6.031200,6.030000),(63,1,6.090000,6.090000),(64,1,6.090000,6.090000),(65,1,6.090000,6.090000),(66,1,6.031200,6.030000),(67,1,6.031200,6.030000),(68,1,6.031200,6.030000),(69,1,6.031200,6.030000),(70,1,6.031200,6.030000),(71,1,6.031200,6.030000),(72,1,6.031200,6.030000),(73,1,6.090000,6.090000),(74,1,6.031200,6.030000),(75,1,6.031200,6.030000),(76,1,6.031200,6.030000),(77,1,6.031200,6.030000),(78,1,6.031200,6.030000),(79,1,6.031200,6.030000),(80,1,6.031200,6.030000),(81,1,6.031200,6.030000),(82,1,6.031200,6.030000),(83,1,6.031200,12.060000),(84,1,6.031200,6.030000),(85,1,6.031200,6.030000),(86,1,6.031200,6.030000),(87,1,6.031200,6.030000),(88,1,6.031200,6.030000),(89,1,6.031200,6.030000),(90,1,6.031200,6.030000),(91,1,6.031200,6.030000),(92,1,6.031200,6.030000),(93,1,6.031200,6.030000),(94,1,6.031200,6.030000),(95,1,6.031200,6.030000),(96,1,6.031200,6.030000),(97,1,6.031200,6.030000),(98,1,6.031200,6.030000),(99,1,6.031200,6.030000),(100,1,6.031200,6.030000),(101,1,6.031200,6.030000),(102,1,6.031200,6.030000),(103,1,6.031200,6.030000),(104,1,6.031200,6.030000),(105,1,6.031200,6.030000),(106,1,6.031200,6.030000),(107,1,6.031200,6.030000),(108,1,6.031200,12.060000),(109,1,6.031200,6.030000),(110,1,0.000000,0.000000),(111,1,6.031200,6.030000),(112,1,6.031200,6.030000),(113,1,6.031200,6.030000),(114,1,6.031200,6.030000),(115,1,6.031200,6.030000),(116,1,6.031200,6.030000),(117,1,6.031200,6.030000),(118,1,6.031200,6.030000),(120,1,10500.000000,10500.000000),(119,1,6.031200,6.030000),(121,1,1680.000000,1680.000000),(122,1,6.031200,6.030000),(123,1,6.031200,6.030000),(124,1,6.031200,6.030000),(125,1,6.031200,6.030000),(126,1,6.031200,6.030000),(127,1,6.031200,6.030000),(128,1,6.031200,6.030000),(129,1,6.031200,6.030000),(130,1,6.031200,6.030000),(131,1,6.031200,6.030000),(132,1,6.031200,6.030000),(133,1,6.031200,6.030000),(134,1,6.031200,6.030000),(135,1,6.031200,6.030000),(136,1,6.031200,6.030000),(137,1,6.031200,6.030000),(138,1,6.031200,6.030000),(139,1,6.031200,6.030000),(140,1,6.031200,6.030000),(141,2,0.175500,0.180000),(142,2,0.161009,0.320000),(143,2,0.161009,0.160000),(144,2,0.161009,0.160000),(145,2,0.161009,1.610000),(146,2,0.161009,0.810000),(147,2,0.161009,0.320000),(148,2,0.161009,0.320000),(154,2,0.186605,0.190000),(151,2,0.185780,0.190000),(152,2,0.185780,0.190000),(153,2,0.185780,0.190000),(149,2,0.161009,0.160000),(150,2,0.161009,0.160000),(155,2,0.161009,0.320000),(161,2,0.186605,0.190000),(158,2,0.185780,0.190000),(159,2,0.185780,0.190000),(160,2,0.185780,0.190000),(156,2,0.161009,0.160000),(157,2,0.161009,0.160000),(162,2,0.161009,0.320000),(165,2,0.206422,0.210000),(168,2,0.186605,0.190000),(166,2,0.185780,0.190000),(167,2,0.185780,0.190000),(163,2,0.161009,0.160000),(164,2,0.161009,0.160000),(169,1,6.031200,6.030000),(170,1,6.031200,6.030000),(171,1,6.090000,6.090000),(172,1,6.031200,6.030000),(173,1,6.090000,12.180000),(174,1,6.090000,12.180000),(175,1,6.090000,6.090000),(176,1,6.031200,6.030000),(177,1,6.031200,6.030000),(178,1,6.090000,6.090000),(179,0,0.000000,0.000000),(180,0,0.000000,0.000000),(181,0,0.000000,0.000000),(182,0,0.000000,0.000000),(183,1,6.031200,6.030000),(184,1,6.031200,6.030000),(185,1,6.031200,6.030000),(186,1,6.090000,6.090000),(187,1,6.090000,6.090000),(188,1,6.031200,6.030000),(189,1,6.031200,6.030000),(190,1,6.031200,6.030000),(191,1,6.031200,6.030000),(192,1,6.031200,6.030000),(193,1,6.031200,6.030000),(194,1,6.031200,6.030000),(195,1,6.031200,6.030000),(196,1,6.031200,6.030000),(197,1,6.031200,6.030000),(198,1,6.031200,6.030000),(199,1,6.031200,6.030000),(200,1,6.031200,6.030000),(201,1,6.031200,6.030000),(202,1,6.090000,6.090000),(203,1,6.090000,6.090000),(207,1,6.029100,6.030000),(206,1,1.132362,1.130000),(208,2,0.128609,0.130000),(209,2,0.161009,0.480000),(210,1,6.077330,12.150000),(212,1,6.031200,603.120000),(211,1,6.077330,12.150000),(213,1,6.031200,603.120000),(214,1,6.077330,12.150000),(215,1,6.031200,603.120000),(216,1,6.077330,12.150000),(217,1,6.031200,603.120000),(218,1,6.077330,12.150000),(219,1,6.031200,603.120000),(220,1,6.077330,12.150000),(221,1,6.031200,6.030000),(222,1,6.031200,6.030000),(223,1,6.090000,6.090000),(224,1,6.090000,6.090000),(225,1,5.481000,5.480000),(226,1,6.090000,24.360000),(227,1,6.090000,24.360000),(228,1,6.031200,6.030000),(229,1,6.031200,6.030000),(230,1,6.031200,6.030000),(231,1,6.031200,6.030000),(232,1,6.031200,6.030000),(233,1,6.031200,6.030000),(234,1,6.031200,6.030000),(235,1,6.031200,12.060000),(236,1,6.090000,30.450000),(237,1,6.090000,6.090000),(238,1,6.031200,6.030000),(239,1,6.031200,6.030000),(240,1,6.031200,6.030000),(241,1,6.031200,6.030000),(243,1,6.090000,6.090000),(242,1,6.031200,6.030000),(244,1,6.031200,30.160000),(245,1,6.031200,24.120000),(246,1,6.031200,6.030000),(248,1,6.031200,54.280000),(249,1,6.031200,6.030000),(250,1,6.031200,6.030000),(251,1,6.031200,6.030000),(252,1,6.031200,48.250000),(253,1,6.031200,18.090000),(254,1,6.031200,6.030000),(255,1,6.031200,6.030000),(256,1,6.031200,30.160000),(257,1,6.090000,6.090000),(258,1,6.031200,30.160000),(259,1,4.981200,4.980000),(261,1,4.984117,4.990000),(260,1,0.013883,0.010000),(262,1,6.090000,6.090000),(263,1,4.981200,4.980000),(264,1,4.981200,4.980000),(265,1,4.981200,4.980000),(266,1,4.981200,4.980000),(267,1,6.031200,6.030000),(268,1,4.981200,4.980000),(269,1,6.031200,30.160000),(270,1,6.031200,36.190000),(271,1,6.031200,6.030000),(272,1,6.031200,6.030000),(273,1,6.031200,6.030000),(274,1,6.031200,6.030000),(275,1,6.090000,6.090000),(276,1,6.031200,6.030000),(277,1,6.031200,6.030000),(278,1,6.031200,6.030000),(279,1,6.031200,6.030000),(280,1,6.031200,30.160000),(282,1,6.090000,12.180000),(283,1,6.077330,6.080000),(281,1,6.031200,6.030000),(284,1,6.031200,12.060000),(286,1,6.090000,6.090000),(285,1,6.031200,6.030000),(287,1,6.090000,12.180000),(289,1,6.077330,30.380000),(288,1,6.090000,12.180000),(290,1,6.031200,6.030000),(291,1,6.031200,6.030000),(292,1,6.031200,30.160000),(293,1,6.031200,18.090000),(294,1,6.090000,6.090000),(295,1,6.090000,6.090000),(296,1,6.090000,6.090000),(297,1,6.031200,24.120000),(298,1,6.031200,36.190000),(299,1,6.031200,6.030000),(300,1,1.890000,1.890000),(301,1,1.890000,1.890000),(302,1,1.890000,9.450000),(303,1,6.031200,18.090000),(304,1,6.031200,24.120000),(305,1,6.031200,24.120000),(306,1,6.031200,36.190000),(307,1,6.031200,36.190000),(308,1,6.031200,36.190000),(309,1,6.031200,30.160000),(310,1,6.031200,24.120000),(311,1,6.031200,24.120000),(312,1,6.031200,12.060000),(313,1,6.031200,6.030000),(314,1,6.031200,6.030000),(315,1,6.031200,12.060000),(316,1,6.031200,6.030000),(317,1,6.031200,6.030000),(318,1,6.031200,6.030000),(319,1,6.031200,6.030000),(320,1,6.031200,6.030000),(321,1,6.031200,6.030000),(322,1,6.031200,6.030000),(323,1,6.031200,6.030000),(324,1,6.031200,6.030000),(325,1,6.031200,6.030000),(326,1,6.031200,6.030000),(327,1,6.031200,6.030000),(328,1,6.031200,6.030000),(329,1,6.031200,6.030000),(330,1,6.031200,6.030000),(331,1,6.031200,6.030000),(332,1,6.031200,6.030000),(333,1,6.031200,6.030000),(334,1,6.031200,6.030000),(335,1,6.031200,6.030000),(336,1,6.031200,6.030000),(337,1,6.031200,6.030000),(338,1,6.031200,6.030000),(339,1,6.031200,6.030000),(340,1,6.031200,6.030000),(341,1,6.031200,6.030000),(342,1,6.031200,6.030000),(343,1,6.031200,6.030000),(344,1,6.031200,6.030000),(345,1,6.031200,6.030000),(346,1,6.031200,12.060000),(347,1,6.031200,6.030000),(348,1,6.031200,6.030000),(349,1,0.016800,0.020000),(350,1,0.016800,0.050000),(351,1,6.031200,6.030000),(352,1,6.031200,6.030000),(353,1,6.031200,6.030000),(355,1,6.077330,6.080000),(354,1,6.031200,6.030000),(356,1,6.031200,12.060000),(358,1,6.077330,12.150000),(357,1,6.031200,12.060000),(359,1,6.031200,12.060000),(360,1,6.031200,6.030000),(362,1,6.077330,6.080000),(361,1,6.031200,6.030000),(363,1,6.031200,24.120000),(364,1,6.031200,6.030000),(365,1,0.016800,0.020000),(366,1,0.016800,0.020000),(367,1,0.016800,0.020000),(368,1,0.016800,0.020000),(369,1,0.016800,0.020000),(370,1,0.016800,0.020000),(371,1,0.016800,0.020000),(372,1,0.016800,0.030000),(373,1,0.016800,0.030000),(374,1,0.016800,0.030000),(375,1,0.016800,0.030000),(376,1,0.016800,0.020000),(377,1,0.016800,0.020000),(378,1,6.090000,6.090000),(379,1,6.090000,6.090000),(380,2,0.161009,0.160000),(381,1,6.090000,6.090000),(382,1,6.090000,12.180000),(383,1,6.090000,6.090000),(384,1,6.090000,6.090000),(385,1,6.090000,36.540000),(386,1,6.090000,24.360000),(387,1,6.090000,6.090000),(388,1,6.090000,6.090000),(389,1,6.090000,42.630000),(390,2,0.161009,1.130000),(391,2,0.161009,0.970000),(392,1,6.090000,30.450000),(393,1,6.090000,6.090000),(394,2,0.161009,0.160000),(395,2,0.161009,0.160000),(396,2,0.161009,0.160000),(397,1,6.090000,12.180000),(398,1,6.090000,6.090000),(399,1,5.481000,5.480000),(400,1,6.090000,6.090000),(401,1,6.090000,6.090000),(402,1,5.481000,5.480000),(403,1,597.085745,59708.570000),(404,1,6.077330,12.150000),(405,1,5.481000,10.960000),(407,5,1.197000,1.200000),(406,5,0.336000,0.340000),(408,0,0.000000,0.000000),(409,0,0.000000,0.000000),(410,1,6.090000,6.090000),(411,1,6.090000,6.090000),(412,1,6.090000,6.090000),(413,0,0.000000,0.000000),(414,0,0.000000,0.000000),(415,1,6.077330,6.080000),(416,0,0.000000,0.000000),(417,0,0.000000,0.000000),(418,0,0.000000,0.000000),(419,0,0.000000,30.450000),(420,0,0.000000,0.000000),(421,0,0.000000,0.000000),(422,0,0.000000,6.090000),(423,0,0.000000,6.090000),(424,0,0.000000,6.090000),(425,1,6.090000,6.090000),(426,1,6.090000,6.090000),(427,1,6.090000,6.090000),(428,1,6.090000,6.090000),(429,1,6.090000,6.090000),(430,1,6.090000,6.090000),(431,1,6.090000,6.090000),(432,1,6.090000,24.360000),(433,1,6.090000,24.360000),(434,0,0.000000,6.090000),(435,1,6.090000,18.270000),(436,1,6.090000,6.090000),(437,1,6.090000,6.090000),(438,1,6.090000,6.090000),(439,1,6.090000,6.090000),(440,0,0.000000,6.090000),(441,1,6.090000,6.090000),(442,1,6.090000,6.090000),(443,1,6.090000,6.090000),(444,1,6.090000,6.090000),(445,0,0.000000,6.090000),(446,0,0.000000,0.000000),(447,1,6.090000,6.090000),(448,1,6.090000,6.090000),(449,1,6.090000,6.090000),(450,1,6.090000,6.090000),(451,1,6.090000,6.090000),(452,1,6.090000,6.090000),(453,1,6.090000,6.090000),(454,1,6.090000,6.090000),(455,1,6.090000,6.090000),(456,1,6.090000,6.090000),(457,1,6.090000,6.090000),(458,1,597.085745,597.080000),(459,1,6.090000,6.090000),(460,1,6.090000,42.630000),(461,1,597.085745,597.080000),(462,1,6.090000,48.720000),(463,1,6.090000,36.540000),(464,1,6.090000,36.540000),(465,1,6.090000,36.540000),(466,1,6.090000,36.540000),(467,1,6.090000,36.540000),(468,1,6.090000,30.450000),(469,1,6.090000,18.270000),(470,1,6.090000,30.450000),(471,1,6.090000,36.540000),(472,1,6.090000,18.270000),(473,1,6.090000,30.450000),(474,1,6.090000,24.360000),(475,1,6.090000,6.090000),(476,1,6.090000,6.090000),(477,1,6.090000,6.090000),(478,1,6.090000,6.090000),(479,1,0.001735,0.000000),(480,1,0.001735,0.000000),(481,1,0.001735,0.000000),(482,1,0.001735,0.000000),(483,1,0.001735,0.000000),(485,1,6.077330,6.080000),(484,1,0.001735,0.000000),(486,1,0.001735,0.000000),(487,1,0.001735,0.000000),(489,1,6.077330,30.380000),(488,1,0.001735,0.000000),(490,1,6.077330,6.080000),(491,1,6.077330,6.080000),(492,1,6.077330,12.150000),(493,1,6.077330,6.080000),(495,1,6.077330,6.080000),(494,1,6.077330,6.080000),(496,1,6.077330,6.080000),(497,1,6.077330,6.080000),(498,1,6.077330,6.080000),(499,1,6.077330,14.240000),(500,1,6.077330,6.080000),(501,1,6.077330,7.120000),(502,1,6.077330,7.120000),(503,1,7.119270,7.120000),(504,1,7.119270,7.120000),(505,1,6.077330,7.120000),(506,1,7.119270,7.120000),(507,1,7.119270,7.120000),(508,1,6.077330,36.460000),(509,1,6.077330,6.080000),(510,1,6.077330,6.080000),(511,1,6.077330,6.080000),(512,1,6.077330,6.080000),(513,1,6.077330,12.150000),(514,1,6.077330,6.080000),(515,1,6.077330,6.080000),(516,1,0.001735,0.000000),(517,1,0.001735,0.000000),(518,1,0.001735,0.000000),(519,1,0.001735,0.000000),(521,1,6.077330,6.080000),(520,1,0.001735,0.000000),(523,1,6.077330,6.080000),(522,1,0.001735,0.000000),(524,1,6.077330,6.080000),(525,1,6.077330,6.080000),(526,1,6.077330,6.080000),(527,1,6.077330,6.080000),(528,1,5.469597,5.470000),(529,1,3.038665,3.040000),(531,1,3.045000,3.050000),(530,1,3.038665,3.040000),(532,1,3.038665,3.040000),(533,1,3.038665,3.040000),(534,0,0.000000,12.150000),(535,0,0.000000,0.000000),(536,0,0.000000,0.000000),(537,36,0.160000,0.160000),(538,0,0.000000,0.000000),(539,0,0.000000,0.000000),(540,0,0.000000,0.000000),(541,36,0.160000,0.160000),(542,36,0.160000,0.160000),(543,36,0.160000,0.160000),(544,36,0.160000,0.160000),(545,0,0.000000,0.000000),(546,0,0.000000,0.000000),(547,0,0.000000,0.000000),(548,0,0.000000,0.000000),(549,36,0.160000,0.160000),(550,36,0.160000,0.160000),(551,0,0.000000,0.000000),(552,0,0.000000,0.000000),(553,0,0.000000,0.000000),(554,36,0.160000,0.160000),(555,36,0.160000,0.160000),(556,0,0.000000,0.000000),(557,0,0.000000,0.000000),(558,0,0.000000,0.000000),(559,0,0.000000,0.000000),(560,0,0.000000,0.000000),(561,0,0.000000,0.000000),(562,1,6.077330,6.080000),(563,0,0.000000,0.000000),(564,0,0.000000,0.000000),(565,1,6.077330,6.080000),(566,1,6.077330,6.080000),(567,0,0.000000,0.000000),(568,1,6.077330,12.150000),(569,1,6.077330,6.080000),(570,1,6.077330,6.080000),(571,1,6.077330,6.080000),(572,1,6.077330,6.080000),(573,1,6.077330,6.080000),(574,1,6.077330,6.080000),(575,1,6.077330,6.080000),(576,1,6.077330,6.080000),(577,1,6.077330,6.080000),(578,1,6.077330,6.080000),(579,1,6.077330,6.080000),(580,1,6.077330,6.080000),(581,0,0.000000,0.000000),(582,0,0.000000,0.000000),(583,0,0.000000,0.000000),(584,1,6.077330,6.080000),(585,1,6.077330,6.080000),(587,0,0.000000,0.000000),(586,0,0.000000,0.000000),(588,1,6.090000,6.090000),(595,1,6.090000,6.090000),(594,1,0.001735,0.000000),(596,24,6.090000,6.090000),(597,24,6.090000,6.090000),(598,24,6.090000,6.090000),(600,1,0.001735,0.000000),(601,1,0.001735,0.000000),(602,1,0.001735,0.000000),(603,1,0.001735,0.000000),(604,1,0.001735,0.000000),(605,1,0.001735,0.000000),(606,1,0.001735,0.000000),(607,1,0.001735,0.000000),(608,1,0.001735,0.000000),(609,1,0.001735,0.000000),(610,1,0.001735,0.000000),(611,1,0.001735,0.000000),(612,1,0.001735,0.000000),(613,1,0.001735,0.000000),(614,1,0.001735,0.000000),(615,1,0.001735,0.000000),(616,1,0.001735,0.000000),(617,1,0.001735,0.000000),(618,1,0.001735,0.000000),(619,1,0.001735,0.000000),(620,1,0.001735,0.000000),(621,1,0.001735,0.000000),(622,1,0.001735,0.000000),(623,1,0.001735,0.000000),(624,1,0.001735,0.000000),(625,1,0.001735,0.000000),(626,1,0.001735,0.000000),(627,1,0.001735,0.000000),(628,1,0.001735,0.000000),(629,1,0.001735,0.000000),(630,1,0.001735,0.000000),(631,1,0.001735,0.000000),(632,1,0.001735,0.000000),(633,1,0.001735,0.000000),(634,1,0.001735,0.000000),(635,1,0.001735,0.000000),(636,1,0.001735,0.000000),(637,1,0.001735,0.000000),(638,1,0.001735,0.000000),(639,1,0.001735,0.000000),(640,1,0.001735,0.000000),(641,1,0.001735,0.000000),(642,1,0.001735,0.000000),(643,1,0.001735,0.000000),(644,1,0.001735,0.000000),(645,1,0.001735,0.000000),(646,1,0.001735,0.000000),(647,1,0.001735,0.000000),(648,1,0.001735,0.000000),(649,1,0.001735,0.000000),(650,1,0.001735,0.000000),(651,1,0.001735,0.000000),(652,1,0.001735,0.000000),(653,1,0.001735,0.000000),(654,1,0.001735,0.000000),(655,1,0.001735,0.000000),(656,1,0.001735,0.000000),(657,1,0.001735,0.000000),(658,1,0.001735,0.000000),(659,1,0.001735,0.000000),(660,1,0.001735,0.000000),(661,1,0.001735,0.000000),(662,1,0.001735,0.000000),(663,1,0.001735,0.000000),(664,1,0.001735,0.000000),(665,1,0.001735,0.000000),(666,1,0.001735,0.000000),(667,1,0.001735,0.000000),(668,1,0.001735,0.000000),(669,1,0.001735,0.000000),(670,1,0.001735,0.000000),(671,1,0.001735,0.000000),(672,1,0.001735,0.000000),(673,1,0.001735,0.000000),(674,1,0.001735,0.000000),(675,1,0.001735,0.000000),(676,1,0.001735,0.000000),(677,1,0.001735,0.000000),(678,1,0.001735,0.000000),(679,1,0.001735,0.000000),(680,1,0.001735,0.000000),(681,1,0.001735,0.000000),(682,1,0.001735,0.000000),(683,1,0.001735,0.000000),(684,1,0.001735,0.000000),(685,1,0.001735,0.000000),(686,1,0.001735,0.000000),(687,1,0.001735,0.000000),(688,1,0.001735,0.000000),(689,1,0.001735,0.000000),(690,1,0.001735,0.000000),(691,1,0.001735,0.000000),(692,1,0.001735,0.000000),(693,1,0.001735,0.000000),(694,1,0.001735,0.000000),(695,1,0.001735,0.000000),(696,1,0.001735,0.000000),(697,1,0.001735,0.000000),(698,1,0.001735,0.000000),(699,1,0.001735,0.000000),(700,1,0.001735,0.000000),(701,1,0.001735,0.000000),(702,1,0.001735,0.000000),(703,1,0.001735,0.000000),(704,1,0.001735,0.000000),(705,1,0.001735,0.000000),(706,1,0.001735,0.000000),(708,1,6.090000,24.360000),(707,1,0.001735,0.000000),(709,1,6.090000,18.270000),(710,2,0.161009,0.970000),(711,2,0.161009,0.810000),(712,2,0.161009,0.970000),(713,2,0.161009,0.640000),(714,1,0.001735,0.000000),(715,1,6.090000,6.090000),(716,2,0.161009,0.160000),(717,2,0.161009,0.160000),(718,2,0.161009,0.160000),(719,1,0.001735,0.000000),(720,1,0.001735,0.000000),(721,1,0.001735,0.000000),(722,1,0.001735,0.000000),(723,1,0.001735,0.000000),(724,2,0.161009,0.160000),(725,2,0.161009,0.160000),(726,1,6.090000,6.090000),(727,2,0.161009,0.160000),(728,2,0.161009,0.160000),(729,2,0.161009,0.160000),(730,2,0.161009,0.160000),(731,2,0.161009,0.160000),(732,2,0.161009,0.160000),(733,1,6.090000,6.090000),(734,1,6.090000,6.090000),(735,1,0.001735,0.000000),(736,1,0.001735,0.000000),(737,1,0.001735,0.000000),(738,1,0.001735,0.000000),(739,1,0.001735,0.000000),(740,1,0.001735,0.000000),(741,1,0.001735,0.000000),(742,1,0.001735,0.000000),(743,1,0.001735,0.000000),(744,1,0.001735,0.000000),(745,1,0.001735,0.000000),(746,1,0.001735,0.000000),(747,1,0.001735,0.000000),(748,1,0.001735,0.000000),(749,1,0.001735,0.000000),(750,1,0.001735,0.000000),(751,1,0.001735,0.000000),(752,1,0.001735,0.000000),(753,1,0.001735,0.010000),(754,2,0.161009,0.160000),(755,2,0.161009,0.160000),(756,2,0.161009,0.160000),(757,2,0.161009,0.160000),(758,2,0.161009,0.160000),(759,2,0.161009,0.160000),(760,1,0.001735,0.000000),(761,1,0.001735,0.000000),(763,1,6.090000,6.090000),(762,1,0.001735,0.000000),(764,2,0.161009,0.320000),(765,2,0.161009,0.160000),(766,2,0.161009,0.160000),(767,2,0.161009,0.160000),(768,2,0.161009,0.160000),(769,2,0.161009,0.160000),(770,2,0.161009,0.160000),(771,2,0.161009,0.160000),(772,2,0.161009,0.160000),(773,2,0.161009,0.160000),(774,2,0.161009,3.700000),(775,1,0.001735,0.000000),(776,1,0.001735,0.000000),(777,2,0.161009,0.320000),(778,2,0.161009,0.160000),(779,2,0.161009,0.160000),(780,2,0.161009,0.160000),(781,2,0.161009,0.160000),(782,2,0.161009,0.160000),(783,2,0.161009,0.160000),(784,1,0.001735,0.000000),(785,1,0.001735,0.000000),(786,1,0.001735,0.000000),(787,1,0.001735,0.000000),(788,1,0.001735,0.000000),(789,1,0.001735,0.000000),(790,1,0.001735,0.000000),(791,1,0.001735,0.000000),(792,1,0.001735,0.000000),(793,1,0.001735,0.000000),(794,1,0.001735,0.000000),(795,2,0.161009,0.320000),(796,2,0.161009,0.160000),(797,2,0.161009,0.160000),(798,2,0.161009,0.160000),(799,1,0.001735,0.000000),(800,2,0.161009,0.160000),(801,1,0.001735,0.000000),(802,1,0.001735,0.000000),(803,1,0.001735,0.000000),(804,1,0.001735,0.000000),(805,2,0.161009,0.160000),(806,2,0.161009,0.160000),(807,2,0.161009,0.160000),(808,2,0.161009,0.160000),(809,2,0.161009,0.160000),(810,2,0.161009,0.160000),(811,2,0.161009,0.160000),(812,2,0.161009,0.160000),(813,2,0.161009,0.160000),(814,2,0.161009,0.160000),(815,2,0.161009,0.160000),(816,2,0.161009,0.160000),(817,2,0.161009,0.160000),(818,2,0.161009,0.160000),(819,2,0.161009,0.160000),(820,2,0.161009,0.160000),(821,2,0.161009,0.160000),(822,2,0.161009,0.160000),(823,2,0.161009,0.160000),(824,2,0.161009,0.160000),(825,2,0.161009,0.160000),(826,2,0.161009,0.160000),(827,2,0.161009,0.160000),(828,1,0.001735,0.000000),(829,1,0.001735,0.000000),(831,24,6.090000,36.540000),(830,2,0.161009,0.160000),(833,1,6.090000,18.270000),(832,2,0.161009,0.320000),(834,1,0.001735,0.000000),(835,24,6.090000,18.270000),(836,24,6.090000,6.090000),(837,24,6.090000,6.090000),(838,24,6.090000,18.270000),(839,2,0.161009,0.160000),(840,1,6.090000,6.090000),(841,24,6.090000,12.180000),(842,2,0.161009,0.160000),(843,24,6.090000,30.450000),(844,24,6.090000,6.090000),(845,24,6.090000,12.180000),(846,24,6.090000,18.270000),(847,24,6.090000,24.360000),(848,24,6.090000,6.090000),(849,24,6.090000,6.090000),(850,1,6.090000,6.090000),(851,24,6.090000,30.450000),(852,24,6.090000,30.450000),(853,24,6.090000,30.450000),(854,24,6.090000,30.450000),(855,24,6.090000,24.360000),(856,24,6.090000,30.450000),(857,24,6.090000,30.450000),(858,24,6.090000,12.180000),(859,1,6.090000,6.090000),(860,1,6.090000,6.090000),(861,1,6.090000,6.090000),(862,24,6.090000,6.090000),(863,24,6.090000,6.090000),(864,24,6.090000,6.090000),(865,24,6.090000,6.090000),(866,2,0.161009,0.970000),(867,2,0.161009,0.160000),(868,2,0.161009,0.480000),(870,24,6.090000,6.090000),(869,2,0.161009,0.160000),(871,24,6.090000,6.090000),(872,1,0.016800,0.020000),(873,1,0.016800,0.020000),(874,24,5.670000,5.670000),(875,24,5.670000,5.670000),(876,24,6.090000,6.090000),(877,24,6.090000,6.090000),(878,1,0.001735,0.010000),(879,24,6.090000,6.090000),(880,2,0.161009,0.160000),(881,24,6.090000,6.090000),(882,24,6.090000,6.090000),(883,1,0.001735,0.000000),(884,1,0.001735,0.000000),(885,1,0.001735,0.000000),(886,24,6.090000,6.090000),(887,24,6.090000,18.270000),(888,24,6.090000,18.270000),(889,24,6.090000,18.270000),(890,24,6.090000,6.090000),(891,24,6.090000,6.090000),(892,24,6.090000,6.090000),(893,24,6.090000,6.090000),(894,24,6.090000,6.090000),(895,24,6.090000,6.090000),(896,24,6.090000,6.090000),(897,24,6.090000,6.090000),(898,24,6.090000,6.090000),(899,24,6.090000,6.090000),(900,24,6.090000,6.090000),(901,24,6.090000,6.090000),(902,2,0.161009,3.220000),(903,2,0.161009,3.220000),(904,24,6.090000,12.180000),(905,2,0.161009,0.970000),(906,24,6.090000,12.180000),(907,9,5.510000,11.020000),(908,9,5.510000,5.510000),(909,9,5.510000,11.020000),(910,24,6.090000,6.090000),(911,24,6.090000,6.090000),(912,24,5.926510,11.850000),(913,5,0.326980,0.330000),(914,14,7.063728,21.180000),(915,5,0.331074,0.330000),(916,24,6.090000,18.270000),(917,14,7.168833,28.670000),(918,14,7.168833,21.510000),(919,9,5.510000,11.020000),(920,14,7.168833,7.170000),(921,14,6.666667,6.670000),(922,1,6.090000,6.090000),(923,1,6.090000,6.090000),(924,1,6.090000,6.090000),(925,1,6.090000,6.090000),(926,1,6.090000,6.090000),(927,24,6.090000,6.090000),(928,24,6.090000,6.090000),(929,24,6.090000,6.090000),(930,9,5.510000,5.510000),(931,1,6.090000,6.090000),(932,1,6.090000,6.090000),(933,1,6.090000,6.090000),(934,14,6.666667,6.670000),(935,14,6.666667,6.670000),(936,14,6.666667,6.670000),(937,14,6.666667,6.670000),(938,14,6.666667,6.670000),(939,14,6.666667,6.670000),(940,14,6.666667,6.670000),(941,14,6.666667,6.670000),(942,14,6.666667,6.670000),(943,14,6.666667,6.670000),(944,1,6.090000,6.090000),(945,14,6.666667,6.670000),(946,14,6.666667,6.670000),(947,14,6.666667,6.670000),(948,14,6.666667,6.670000),(949,14,6.666667,6.670000),(950,14,6.666667,6.670000),(951,24,6.090000,6.090000),(952,24,6.090000,18.270000); -/*!40000 ALTER TABLE `ps_order_detail_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_history` --- - -DROP TABLE IF EXISTS `ps_order_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_history` ( - `id_order_history` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_employee` int(10) unsigned NOT NULL, - `id_order` int(10) unsigned NOT NULL, - `id_order_state` int(10) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_history`), - KEY `order_history_order` (`id_order`), - KEY `id_employee` (`id_employee`), - KEY `id_order_state` (`id_order_state`) -) ENGINE=InnoDB AUTO_INCREMENT=1700 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_history` --- - -LOCK TABLES `ps_order_history` WRITE; -/*!40000 ALTER TABLE `ps_order_history` DISABLE KEYS */; -INSERT INTO `ps_order_history` VALUES (1,0,1,1,'2020-11-03 14:11:37'),(2,0,2,1,'2020-11-03 14:11:37'),(3,0,3,1,'2020-11-03 14:11:37'),(4,0,4,1,'2020-11-03 14:11:37'),(5,0,5,10,'2020-11-03 14:11:37'),(6,1,1,6,'2020-11-03 14:11:37'),(7,1,3,8,'2020-11-03 14:11:37'),(8,0,6,10,'2020-11-05 09:15:04'),(9,0,6,2,'2020-11-05 09:15:17'),(10,0,7,10,'2020-11-05 09:50:55'),(11,0,8,10,'2020-11-05 09:51:28'),(12,0,8,6,'2020-11-05 09:51:36'),(13,0,9,10,'2020-11-05 10:45:57'),(14,0,10,10,'2020-11-05 10:50:16'),(15,0,10,6,'2020-11-05 10:50:28'),(16,0,11,10,'2020-11-05 10:50:57'),(17,0,11,2,'2020-11-05 10:53:03'),(18,0,12,10,'2020-11-05 10:53:25'),(19,0,12,2,'2020-11-05 10:53:30'),(20,0,13,15,'2020-11-05 12:42:51'),(21,0,13,2,'2020-11-05 12:42:56'),(22,0,14,26,'2020-11-05 16:35:13'),(23,0,14,6,'2020-11-05 16:39:03'),(24,0,15,26,'2020-11-06 13:42:36'),(25,0,15,6,'2020-11-06 13:42:41'),(26,0,16,26,'2020-11-06 13:49:08'),(27,0,16,2,'2020-11-06 13:49:29'),(28,0,17,26,'2020-11-06 14:25:01'),(29,0,17,2,'2020-11-06 14:25:11'),(30,0,18,26,'2020-11-06 14:27:02'),(31,0,18,2,'2020-11-06 14:27:10'),(32,0,19,26,'2020-11-06 14:29:49'),(33,0,19,2,'2020-11-06 14:29:57'),(34,0,20,26,'2020-11-06 14:31:10'),(35,0,20,2,'2020-11-06 14:31:17'),(36,0,21,26,'2020-11-06 14:33:00'),(37,0,21,2,'2020-11-06 14:33:07'),(38,0,22,26,'2020-11-06 14:38:31'),(39,0,22,2,'2020-11-06 14:38:55'),(40,0,23,26,'2020-11-06 14:43:39'),(41,0,23,2,'2020-11-06 14:43:48'),(42,0,24,26,'2020-11-06 14:47:02'),(43,0,24,6,'2020-11-06 14:47:08'),(44,0,25,26,'2020-11-06 15:22:42'),(45,0,25,2,'2020-11-06 15:25:42'),(46,0,26,26,'2020-11-06 15:27:27'),(47,0,26,2,'2020-11-06 15:27:36'),(48,0,27,26,'2020-11-06 15:29:21'),(49,0,28,26,'2020-11-06 15:29:36'),(50,0,28,2,'2020-11-06 15:40:53'),(51,0,29,26,'2020-11-06 15:41:10'),(52,0,29,6,'2020-11-06 15:58:17'),(53,0,30,26,'2020-11-06 16:36:05'),(54,0,30,2,'2020-11-06 16:36:36'),(55,0,31,26,'2020-11-06 16:40:30'),(56,0,31,2,'2020-11-06 16:40:44'),(57,0,30,7,'2020-11-06 16:51:31'),(58,0,30,7,'2020-11-06 16:51:31'),(59,0,31,7,'2020-11-06 16:51:32'),(60,0,28,7,'2020-11-06 17:01:51'),(61,0,32,26,'2020-11-06 17:21:03'),(62,0,32,2,'2020-11-06 17:21:29'),(63,0,32,25,'2020-11-06 17:35:32'),(64,0,33,26,'2020-11-06 18:13:48'),(65,0,33,2,'2020-11-06 18:14:09'),(66,0,32,7,'2020-11-06 18:27:23'),(67,0,33,7,'2020-11-06 18:27:23'),(68,0,34,26,'2020-11-12 14:59:12'),(69,0,34,2,'2020-11-12 14:59:27'),(70,0,35,26,'2020-11-12 15:01:07'),(71,0,35,2,'2020-11-12 15:01:18'),(72,0,36,26,'2020-11-12 15:06:31'),(73,0,36,2,'2020-11-12 15:06:40'),(74,0,37,26,'2020-11-12 17:25:04'),(75,0,38,26,'2020-11-13 09:40:44'),(76,0,38,2,'2020-11-13 09:42:13'),(77,0,39,26,'2020-11-13 09:44:20'),(78,0,39,2,'2020-11-13 09:44:39'),(79,0,40,26,'2020-11-13 09:47:49'),(80,0,41,26,'2020-11-13 11:48:45'),(81,0,42,26,'2020-11-13 11:49:48'),(82,0,42,2,'2020-11-13 11:49:55'),(83,0,43,13,'2020-11-13 13:54:04'),(84,0,44,13,'2020-11-13 13:57:12'),(85,0,45,13,'2020-11-13 14:09:10'),(86,0,45,2,'2020-11-13 14:10:12'),(87,0,46,13,'2020-11-13 14:15:50'),(88,0,46,2,'2020-11-13 14:16:03'),(89,0,47,13,'2020-11-13 14:22:05'),(90,0,47,2,'2020-11-13 14:28:53'),(91,0,48,13,'2020-11-13 14:33:59'),(92,0,48,2,'2020-11-13 14:34:55'),(93,0,49,13,'2020-11-13 14:41:06'),(94,0,49,2,'2020-11-13 14:41:24'),(95,0,50,13,'2020-11-13 14:56:31'),(96,0,50,2,'2020-11-13 14:56:44'),(97,0,51,13,'2020-11-13 14:58:10'),(98,0,51,2,'2020-11-13 14:58:23'),(99,0,52,13,'2020-11-13 15:28:59'),(100,0,52,2,'2020-11-13 15:29:07'),(101,0,53,13,'2020-11-13 17:18:00'),(102,0,53,2,'2020-11-13 17:18:42'),(103,0,54,10,'2020-11-19 09:55:29'),(104,0,55,37,'2020-11-19 10:03:29'),(105,0,55,6,'2020-11-19 10:03:36'),(106,0,56,37,'2020-11-19 10:14:14'),(107,0,57,37,'2020-11-19 10:48:52'),(108,0,57,2,'2020-11-19 10:48:58'),(109,0,58,37,'2020-11-19 10:55:17'),(110,0,59,37,'2020-11-19 11:01:08'),(111,0,59,2,'2020-11-19 11:01:21'),(112,0,60,37,'2020-11-19 11:12:22'),(113,0,60,2,'2020-11-19 11:12:31'),(114,0,61,37,'2020-11-19 13:15:20'),(115,0,61,2,'2020-11-19 13:15:29'),(116,0,62,37,'2020-11-19 13:38:05'),(117,0,62,2,'2020-11-19 13:38:20'),(118,0,63,37,'2020-11-19 13:46:02'),(119,0,63,2,'2020-11-19 13:46:25'),(120,0,64,37,'2020-11-19 13:55:40'),(121,0,64,2,'2020-11-19 13:55:48'),(122,0,65,37,'2020-11-19 14:00:23'),(123,0,65,2,'2020-11-19 14:00:30'),(124,0,66,37,'2020-11-19 14:06:47'),(125,0,66,2,'2020-11-19 14:06:54'),(126,0,66,7,'2020-11-19 14:20:26'),(127,0,65,7,'2020-11-19 15:25:28'),(128,0,65,7,'2020-11-19 15:25:28'),(129,0,67,63,'2020-11-27 09:27:36'),(130,0,67,2,'2020-11-27 09:51:27'),(131,0,68,63,'2020-11-27 09:52:09'),(132,0,68,66,'2020-11-27 09:54:00'),(133,0,69,63,'2020-11-27 09:54:19'),(134,0,69,66,'2020-11-27 09:54:57'),(135,0,70,63,'2020-11-27 09:56:14'),(136,0,70,66,'2020-11-27 09:56:19'),(137,0,71,63,'2020-11-27 12:37:50'),(138,0,71,2,'2020-11-27 12:37:58'),(139,0,72,63,'2020-11-27 14:23:33'),(140,0,76,63,'2020-11-27 14:32:53'),(141,0,76,66,'2020-11-27 14:32:59'),(142,0,77,63,'2020-11-27 14:51:06'),(143,0,77,66,'2020-11-27 14:51:11'),(144,0,77,65,'2020-11-27 14:51:46'),(145,0,77,67,'2020-11-27 15:06:40'),(146,1,77,1,'2020-11-27 15:07:50'),(147,1,77,63,'2020-11-27 15:25:20'),(148,0,77,67,'2020-11-27 15:25:57'),(149,0,78,63,'2020-11-27 15:27:41'),(150,0,78,66,'2020-11-27 15:27:46'),(151,0,78,67,'2020-11-27 15:28:41'),(152,1,78,63,'2020-11-27 15:30:16'),(153,0,78,67,'2020-11-27 15:30:46'),(154,0,82,63,'2020-12-03 10:42:33'),(155,0,82,66,'2020-12-03 10:42:39'),(156,1,83,63,'2020-12-03 10:45:55'),(157,0,83,2,'2020-12-03 10:46:33'),(158,0,84,63,'2020-12-03 10:51:38'),(159,0,84,66,'2020-12-03 10:51:45'),(160,0,85,63,'2020-12-03 10:57:08'),(161,0,85,66,'2020-12-03 10:57:13'),(162,1,85,63,'2020-12-03 10:58:24'),(163,1,85,66,'2020-12-03 10:58:36'),(164,0,86,63,'2020-12-03 11:01:27'),(165,0,86,66,'2020-12-03 11:01:32'),(166,1,86,2,'2020-12-03 11:03:22'),(167,1,86,66,'2020-12-03 11:03:52'),(168,0,87,63,'2020-12-03 11:08:33'),(169,0,87,66,'2020-12-03 11:08:39'),(170,1,87,1,'2020-12-03 11:10:02'),(171,0,88,63,'2020-12-03 11:15:02'),(172,0,88,66,'2020-12-03 11:15:09'),(173,1,88,1,'2020-12-03 11:16:57'),(174,1,88,63,'2020-12-03 11:21:10'),(175,0,88,66,'2020-12-03 11:21:26'),(176,1,88,6,'2020-12-03 11:25:47'),(177,0,88,66,'2020-12-03 11:25:55'),(178,1,88,1,'2020-12-03 11:30:08'),(179,0,88,66,'2020-12-03 11:30:15'),(180,0,89,63,'2020-12-03 11:31:17'),(181,0,89,66,'2020-12-03 11:31:22'),(182,0,90,63,'2020-12-03 12:06:30'),(183,0,90,66,'2020-12-03 12:06:36'),(184,0,90,65,'2020-12-03 12:07:29'),(185,1,90,1,'2020-12-03 12:08:05'),(186,0,90,67,'2020-12-03 13:26:39'),(187,0,91,63,'2020-12-03 13:27:41'),(188,0,91,66,'2020-12-03 13:27:47'),(189,0,91,67,'2020-12-03 13:28:25'),(190,1,91,4,'2020-12-03 13:29:45'),(191,0,91,67,'2020-12-03 13:33:55'),(192,0,92,71,'2020-12-04 14:04:43'),(193,0,92,2,'2020-12-04 14:04:50'),(194,0,93,71,'2020-12-04 14:07:55'),(195,0,93,6,'2020-12-04 14:08:03'),(196,0,94,71,'2020-12-04 14:10:57'),(197,0,94,6,'2020-12-04 14:11:04'),(198,0,95,71,'2020-12-04 15:23:40'),(199,0,95,2,'2020-12-04 15:23:45'),(200,1,95,1,'2020-12-04 15:25:33'),(201,0,95,2,'2020-12-04 15:26:08'),(202,1,95,73,'2020-12-04 15:26:28'),(203,1,95,73,'2020-12-04 15:28:32'),(204,0,95,2,'2020-12-04 15:32:33'),(205,0,96,71,'2020-12-10 09:38:03'),(206,0,96,74,'2020-12-10 09:38:07'),(207,0,96,75,'2020-12-10 09:38:49'),(208,0,97,71,'2020-12-10 09:55:32'),(209,0,97,6,'2020-12-10 10:13:03'),(210,0,98,2,'2020-12-10 11:28:36'),(211,0,99,77,'2020-12-10 13:26:46'),(212,0,99,2,'2020-12-10 13:26:53'),(213,0,100,77,'2020-12-10 15:19:50'),(214,0,100,80,'2020-12-10 15:19:59'),(215,0,101,77,'2020-12-10 15:21:28'),(216,0,101,80,'2020-12-10 15:21:33'),(217,0,101,81,'2020-12-10 15:22:10'),(218,0,102,77,'2020-12-10 16:43:23'),(219,0,102,2,'2020-12-10 16:43:30'),(220,0,103,139,'2021-01-07 12:37:48'),(221,0,103,6,'2021-01-07 12:38:00'),(222,0,104,139,'2021-01-07 12:38:22'),(223,0,104,6,'2021-01-07 12:38:30'),(224,0,105,139,'2021-01-07 12:39:02'),(225,0,105,6,'2021-01-07 12:55:04'),(226,0,106,139,'2021-01-07 13:26:24'),(227,0,106,6,'2021-01-07 13:43:03'),(228,0,107,139,'2021-01-07 16:11:13'),(229,0,107,6,'2021-01-07 16:11:25'),(230,0,108,139,'2021-01-07 17:04:24'),(231,0,108,6,'2021-01-07 18:05:03'),(232,0,109,139,'2021-01-08 09:24:18'),(233,0,109,6,'2021-01-08 09:24:29'),(234,0,110,139,'2021-01-08 09:26:33'),(235,0,110,6,'2021-01-08 09:43:07'),(236,0,111,139,'2021-01-08 17:10:09'),(237,0,112,139,'2021-01-08 17:17:36'),(238,0,113,139,'2021-01-08 17:18:22'),(239,0,111,6,'2021-01-08 17:27:08'),(240,0,112,6,'2021-01-08 17:34:06'),(241,0,113,6,'2021-01-08 17:35:04'),(242,0,114,139,'2021-01-12 10:28:49'),(243,0,114,2,'2021-01-12 10:28:58'),(244,0,115,139,'2021-01-12 10:37:11'),(245,0,116,139,'2021-01-12 10:40:57'),(246,0,117,139,'2021-01-12 10:43:08'),(247,0,118,139,'2021-01-12 10:44:16'),(248,0,119,139,'2021-01-12 10:47:48'),(249,0,115,6,'2021-01-12 10:53:05'),(250,0,116,6,'2021-01-12 10:57:05'),(251,0,117,6,'2021-01-12 11:00:04'),(252,0,118,6,'2021-01-12 11:01:03'),(253,0,119,6,'2021-01-12 11:04:03'),(254,0,120,139,'2021-01-12 11:14:00'),(255,0,120,2,'2021-01-12 11:14:06'),(256,0,120,7,'2021-01-12 11:25:10'),(257,0,120,7,'2021-01-12 11:25:10'),(258,0,114,7,'2021-01-12 11:25:10'),(259,0,121,139,'2021-01-14 10:14:43'),(260,0,122,139,'2021-01-14 10:17:21'),(261,0,121,6,'2021-01-14 10:31:06'),(262,0,122,6,'2021-01-14 10:34:02'),(263,0,123,139,'2021-01-14 10:42:21'),(264,0,123,6,'2021-01-14 10:58:04'),(265,0,124,139,'2021-01-14 11:34:14'),(266,0,124,2,'2021-01-14 11:34:25'),(267,0,125,139,'2021-01-14 13:20:22'),(268,0,125,2,'2021-01-14 13:20:30'),(269,0,126,139,'2021-01-14 13:21:49'),(270,0,126,6,'2021-01-14 13:38:11'),(271,0,127,139,'2021-01-15 14:51:40'),(272,0,127,6,'2021-01-15 15:08:03'),(273,0,128,139,'2021-01-22 12:09:34'),(274,0,128,6,'2021-01-22 12:09:41'),(275,0,129,139,'2021-01-22 12:15:53'),(276,0,130,139,'2021-01-22 12:16:58'),(277,0,129,6,'2021-01-22 12:32:04'),(278,0,130,6,'2021-01-22 12:33:03'),(279,0,131,139,'2021-01-22 12:36:15'),(280,0,132,139,'2021-01-22 12:42:17'),(281,0,131,6,'2021-01-22 12:53:03'),(282,0,132,6,'2021-01-22 12:59:04'),(283,0,133,139,'2021-01-22 13:17:21'),(284,0,133,6,'2021-01-22 13:34:04'),(285,0,134,139,'2021-01-25 13:32:42'),(286,0,135,139,'2021-01-25 13:33:39'),(287,0,136,139,'2021-01-25 13:42:44'),(288,0,136,2,'2021-01-25 13:42:54'),(289,0,136,141,'2021-01-25 15:51:44'),(290,0,137,139,'2021-01-25 16:06:56'),(291,0,137,2,'2021-01-25 16:07:04'),(292,1,137,4,'2021-01-25 16:09:22'),(293,0,138,139,'2021-01-25 16:20:24'),(294,0,138,6,'2021-01-25 16:20:29'),(295,0,139,139,'2021-01-25 16:22:48'),(296,0,139,2,'2021-01-25 16:23:14'),(297,0,139,141,'2021-01-25 16:24:09'),(298,0,140,139,'2021-01-25 16:27:29'),(299,0,140,2,'2021-01-25 16:27:43'),(300,1,140,4,'2021-01-25 16:31:05'),(301,1,140,139,'2021-01-25 16:32:32'),(302,1,140,4,'2021-01-25 16:33:25'),(303,1,140,140,'2021-01-25 16:34:12'),(304,1,140,4,'2021-01-25 16:38:35'),(305,0,140,141,'2021-01-25 16:44:23'),(306,1,140,140,'2021-01-25 16:44:25'),(307,0,140,141,'2021-01-25 16:45:24'),(308,1,140,4,'2021-01-25 16:52:33'),(309,1,140,140,'2021-01-25 18:00:11'),(310,1,140,4,'2021-01-25 18:01:44'),(311,0,141,139,'2021-01-28 09:44:15'),(312,0,141,2,'2021-01-28 09:44:29'),(313,0,142,139,'2021-01-28 10:56:03'),(314,0,142,2,'2021-01-28 10:56:13'),(315,0,143,139,'2021-01-28 13:32:37'),(316,0,143,2,'2021-01-28 13:32:48'),(317,1,143,1,'2021-01-28 13:36:58'),(318,0,143,2,'2021-01-28 13:37:30'),(319,0,144,139,'2021-01-28 14:08:21'),(320,0,145,139,'2021-01-28 14:10:04'),(321,0,146,139,'2021-01-28 14:12:21'),(322,0,144,6,'2021-01-28 14:26:03'),(323,0,145,6,'2021-01-28 14:27:03'),(324,0,146,6,'2021-01-28 14:30:04'),(325,0,147,10,'2021-01-28 17:32:26'),(326,0,148,139,'2021-02-02 09:33:55'),(327,0,148,6,'2021-02-02 09:34:08'),(328,0,149,139,'2021-02-02 10:36:17'),(329,0,149,2,'2021-02-02 10:36:49'),(330,0,150,139,'2021-02-02 10:39:37'),(331,0,151,139,'2021-02-02 10:46:25'),(332,0,152,139,'2021-02-02 10:50:39'),(333,0,153,139,'2021-02-02 15:32:04'),(334,0,153,2,'2021-02-02 15:32:37'),(335,0,154,139,'2021-02-02 15:58:50'),(336,0,154,6,'2021-02-02 17:08:37'),(337,0,155,139,'2021-02-02 17:10:22'),(338,0,155,2,'2021-02-02 17:10:41'),(339,0,156,139,'2021-02-02 17:12:28'),(340,0,156,2,'2021-02-02 17:12:42'),(341,1,156,1,'2021-02-02 17:15:31'),(342,0,157,1,'2021-02-04 14:47:15'),(343,0,158,139,'2021-02-04 14:49:33'),(344,0,158,2,'2021-02-04 14:49:41'),(345,0,159,139,'2021-02-04 15:01:59'),(346,0,160,139,'2021-02-04 15:03:31'),(347,0,161,139,'2021-02-04 15:13:44'),(348,0,161,2,'2021-02-04 15:13:57'),(349,0,159,6,'2021-02-04 15:18:07'),(350,0,160,6,'2021-02-04 15:19:04'),(351,0,162,139,'2021-02-04 15:19:06'),(352,0,163,139,'2021-02-04 15:29:04'),(353,0,164,139,'2021-02-04 15:50:01'),(354,0,165,139,'2021-02-04 16:00:49'),(355,0,165,2,'2021-02-04 16:00:55'),(356,1,165,139,'2021-02-04 16:01:59'),(357,1,165,2,'2021-02-04 16:02:38'),(358,0,166,139,'2021-02-04 16:06:52'),(359,0,166,2,'2021-02-04 16:06:59'),(360,1,166,4,'2021-02-04 16:08:40'),(361,0,167,139,'2021-02-04 16:13:31'),(362,0,167,141,'2021-02-04 16:13:38'),(363,0,167,2,'2021-02-04 16:13:39'),(364,0,167,141,'2021-02-04 16:14:40'),(365,0,168,139,'2021-02-04 16:15:30'),(366,0,168,2,'2021-02-04 16:15:37'),(367,1,168,4,'2021-02-04 16:17:20'),(368,0,168,141,'2021-02-04 16:17:20'),(369,0,169,139,'2021-02-18 13:33:22'),(370,0,169,2,'2021-02-18 13:33:30'),(371,0,170,139,'2021-02-18 15:00:05'),(372,0,170,2,'2021-02-18 15:00:10'),(373,0,171,145,'2021-02-26 12:24:08'),(374,0,171,6,'2021-02-26 15:25:04'),(375,1,170,4,'2021-02-26 15:44:08'),(376,0,172,145,'2021-03-04 11:42:42'),(377,0,173,145,'2021-03-04 11:58:20'),(378,0,173,6,'2021-03-04 11:58:43'),(379,0,174,145,'2021-03-04 12:37:42'),(380,0,174,6,'2021-03-04 12:37:50'),(381,0,175,145,'2021-03-04 12:44:26'),(382,0,176,145,'2021-03-04 15:36:01'),(383,0,177,145,'2021-03-04 15:38:12'),(384,0,175,6,'2021-03-04 15:45:04'),(385,0,177,6,'2021-03-04 15:55:03'),(386,0,178,145,'2021-03-04 16:09:49'),(387,0,179,145,'2021-03-04 16:11:04'),(388,0,179,2,'2021-03-04 16:12:38'),(389,0,180,145,'2021-03-04 16:13:54'),(390,0,180,2,'2021-03-04 16:14:13'),(391,0,181,157,'2021-03-18 13:45:15'),(392,0,182,157,'2021-03-18 13:50:38'),(393,0,183,157,'2021-03-18 14:33:05'),(394,0,183,2,'2021-03-18 14:33:45'),(395,0,181,6,'2021-03-18 14:34:09'),(396,0,184,157,'2021-03-18 15:28:14'),(397,0,185,157,'2021-03-19 11:05:24'),(398,0,185,2,'2021-03-19 11:06:49'),(399,0,186,157,'2021-03-19 11:15:27'),(400,1,186,2,'2021-03-19 11:16:03'),(401,1,182,2,'2021-03-19 12:28:57'),(402,0,186,6,'2021-03-19 14:16:03'),(403,0,187,157,'2021-03-25 10:35:35'),(404,0,187,2,'2021-03-25 10:35:42'),(405,0,188,157,'2021-03-25 10:37:02'),(406,1,188,2,'2021-03-25 10:37:40'),(407,1,188,157,'2021-03-25 10:39:57'),(408,1,188,2,'2021-03-25 10:40:17'),(409,1,188,4,'2021-03-25 12:27:51'),(410,1,188,158,'2021-03-25 12:29:13'),(411,1,188,4,'2021-03-25 12:30:14'),(412,0,189,157,'2021-03-25 12:32:33'),(413,0,189,2,'2021-03-25 12:32:38'),(414,1,189,4,'2021-03-25 12:34:09'),(415,0,189,159,'2021-03-25 12:34:11'),(416,0,190,157,'2021-03-25 13:20:53'),(417,0,190,2,'2021-03-25 13:21:00'),(418,0,190,159,'2021-03-25 13:22:39'),(419,1,190,4,'2021-03-25 13:22:43'),(420,0,190,159,'2021-03-25 13:23:40'),(421,0,191,157,'2021-03-25 13:25:23'),(422,0,191,2,'2021-03-25 13:25:28'),(423,1,191,4,'2021-03-25 13:25:56'),(424,0,191,159,'2021-03-25 13:25:57'),(425,0,192,157,'2021-03-25 13:26:43'),(426,0,192,2,'2021-03-25 13:26:49'),(427,1,192,4,'2021-03-25 13:27:22'),(428,0,192,159,'2021-03-25 13:27:23'),(429,0,193,157,'2021-03-25 16:08:43'),(430,0,193,2,'2021-03-25 16:08:49'),(431,0,193,159,'2021-03-25 16:29:18'),(432,0,193,156,'2021-03-25 16:40:25'),(433,0,194,157,'2021-04-01 14:49:42'),(434,0,194,6,'2021-04-01 15:04:29'),(435,0,195,157,'2021-04-08 09:31:13'),(436,0,195,12,'2021-04-08 09:31:13'),(437,0,195,2,'2021-04-08 09:31:20'),(438,1,195,1,'2021-04-08 09:44:36'),(439,0,195,9,'2021-04-08 10:04:45'),(440,0,196,157,'2021-04-08 10:07:36'),(441,0,197,157,'2021-04-08 10:09:15'),(442,0,197,6,'2021-04-08 10:09:25'),(443,0,198,157,'2021-04-08 10:10:27'),(444,0,199,157,'2021-04-08 10:14:25'),(445,0,200,157,'2021-04-08 10:18:43'),(446,0,200,12,'2021-04-08 10:18:43'),(447,0,200,9,'2021-04-08 10:18:52'),(448,0,198,6,'2021-04-08 10:28:03'),(449,0,199,6,'2021-04-08 10:32:14'),(450,0,201,157,'2021-04-08 13:14:16'),(451,0,201,148,'2021-04-08 13:14:25'),(452,1,201,6,'2021-04-08 13:20:39'),(453,0,201,148,'2021-04-08 13:21:22'),(454,1,201,157,'2021-04-08 13:22:10'),(455,0,201,2,'2021-04-08 13:26:17'),(456,0,201,159,'2021-04-08 13:26:35'),(457,0,201,149,'2021-04-08 13:27:36'),(458,0,202,157,'2021-04-08 13:28:07'),(459,0,202,148,'2021-04-08 13:28:14'),(460,0,202,149,'2021-04-08 13:28:55'),(461,0,203,157,'2021-04-08 13:30:52'),(462,0,203,2,'2021-04-08 13:30:58'),(463,0,203,159,'2021-04-08 13:31:23'),(464,1,203,1,'2021-04-08 13:33:48'),(465,0,203,159,'2021-04-08 13:34:25'),(466,1,203,157,'2021-04-08 13:36:39'),(467,0,203,159,'2021-04-08 13:37:04'),(468,1,203,6,'2021-04-08 13:37:59'),(469,1,203,159,'2021-04-08 13:38:09'),(470,1,203,157,'2021-04-08 13:40:04'),(471,1,203,159,'2021-04-08 13:40:13'),(472,1,203,1,'2021-04-08 13:40:28'),(473,0,201,159,'2021-04-08 13:40:35'),(474,0,203,159,'2021-04-08 13:40:53'),(475,0,204,157,'2021-04-08 13:43:45'),(476,0,204,2,'2021-04-08 13:43:50'),(477,0,204,159,'2021-04-08 13:44:21'),(478,0,205,157,'2021-04-08 13:47:08'),(479,0,205,148,'2021-04-08 13:47:13'),(480,0,205,149,'2021-04-08 13:47:48'),(481,0,206,157,'2021-04-08 15:09:19'),(482,0,205,7,'2021-04-08 15:50:14'),(483,0,207,157,'2021-04-08 15:50:44'),(484,0,208,3,'2021-04-08 15:54:04'),(485,0,209,157,'2021-04-08 16:16:45'),(486,0,210,157,'2021-04-08 16:19:04'),(487,0,210,2,'2021-04-08 16:19:39'),(488,0,210,7,'2021-04-08 16:30:26'),(489,0,211,157,'2021-04-08 16:31:30'),(490,0,212,157,'2021-04-08 16:43:22'),(491,0,213,157,'2021-04-15 14:51:08'),(492,0,213,12,'2021-04-15 14:51:08'),(493,0,213,9,'2021-04-15 14:51:16'),(494,0,214,157,'2021-04-16 13:18:33'),(495,0,214,160,'2021-04-16 13:18:39'),(496,0,214,161,'2021-04-16 13:19:07'),(497,0,215,157,'2021-04-22 11:38:06'),(498,0,215,2,'2021-04-22 11:38:35'),(499,0,216,157,'2021-04-22 11:42:43'),(500,1,216,1,'2021-04-22 11:43:28'),(501,1,216,157,'2021-04-22 11:44:49'),(502,1,216,1,'2021-04-22 11:45:20'),(503,1,216,157,'2021-04-22 11:46:37'),(504,1,216,1,'2021-04-22 11:54:40'),(505,1,216,157,'2021-04-22 11:56:48'),(506,1,216,6,'2021-04-22 11:58:47'),(507,1,216,1,'2021-04-22 12:03:25'),(508,1,216,157,'2021-04-22 12:04:54'),(509,1,216,1,'2021-04-22 12:06:53'),(510,0,216,2,'2021-04-22 12:07:18'),(511,1,216,157,'2021-04-22 12:07:46'),(512,0,216,2,'2021-04-22 12:07:57'),(513,1,216,1,'2021-04-22 12:08:16'),(514,1,216,157,'2021-04-22 12:10:51'),(515,0,216,2,'2021-04-22 12:11:25'),(516,0,217,157,'2021-04-22 12:12:02'),(517,0,217,12,'2021-04-22 12:12:02'),(518,0,217,9,'2021-04-22 12:12:10'),(519,0,218,157,'2021-04-22 12:12:51'),(520,0,218,2,'2021-04-22 12:12:57'),(521,0,219,157,'2021-04-22 12:15:08'),(522,0,219,2,'2021-04-22 12:15:14'),(523,1,219,1,'2021-04-22 12:16:37'),(524,0,219,2,'2021-04-22 12:17:28'),(525,1,219,157,'2021-04-22 12:17:37'),(526,1,219,1,'2021-04-22 12:19:45'),(527,0,219,2,'2021-04-22 12:20:44'),(528,0,220,157,'2021-04-22 12:21:15'),(529,0,220,2,'2021-04-22 12:21:22'),(530,0,221,157,'2021-04-22 12:25:04'),(531,0,221,2,'2021-04-22 12:25:11'),(532,0,222,157,'2021-04-22 12:26:18'),(533,0,222,2,'2021-04-22 12:26:25'),(534,0,223,157,'2021-04-22 12:27:19'),(535,0,223,2,'2021-04-22 12:27:25'),(536,0,224,157,'2021-04-30 10:57:39'),(537,0,224,2,'2021-04-30 10:57:45'),(538,0,225,157,'2021-04-30 10:57:55'),(539,0,225,2,'2021-04-30 10:58:00'),(540,0,226,157,'2021-04-30 10:58:49'),(541,0,226,2,'2021-04-30 10:58:59'),(542,0,227,157,'2021-04-30 12:01:25'),(543,0,227,2,'2021-04-30 12:01:31'),(544,0,228,157,'2021-04-30 12:05:28'),(545,0,228,2,'2021-04-30 12:05:35'),(546,0,225,156,'2021-04-30 12:15:14'),(547,0,228,156,'2021-04-30 12:50:22'),(548,0,229,157,'2021-04-30 13:46:07'),(549,0,230,2,'2021-05-06 12:51:39'),(550,0,230,9,'2021-05-06 12:51:45'),(551,0,231,2,'2021-05-06 12:56:28'),(552,0,232,157,'2021-05-07 10:17:58'),(553,0,232,2,'2021-05-07 10:18:11'),(554,0,232,156,'2021-05-07 10:30:09'),(555,0,206,6,'2021-05-07 17:10:14'),(556,0,233,157,'2021-05-13 14:39:53'),(557,0,233,2,'2021-05-13 14:40:16'),(558,0,234,157,'2021-05-13 14:43:03'),(559,0,234,2,'2021-05-13 14:43:12'),(560,0,235,157,'2021-05-20 14:13:10'),(561,0,235,148,'2021-05-20 14:13:14'),(562,0,235,149,'2021-05-20 14:15:51'),(563,0,236,157,'2021-05-20 14:21:13'),(564,0,236,12,'2021-05-20 14:21:13'),(565,0,236,9,'2021-05-20 14:21:21'),(566,0,237,157,'2021-05-20 14:23:58'),(567,0,237,2,'2021-05-20 14:24:04'),(568,0,238,157,'2021-05-20 14:26:03'),(569,0,238,12,'2021-05-20 14:26:03'),(570,0,238,9,'2021-05-20 14:26:09'),(571,0,239,157,'2021-05-20 14:31:44'),(572,0,239,12,'2021-05-20 14:31:44'),(573,0,237,156,'2021-05-20 14:35:17'),(574,0,240,157,'2021-05-20 14:53:01'),(575,0,240,12,'2021-05-20 14:53:01'),(576,0,240,9,'2021-05-20 14:53:08'),(577,0,239,6,'2021-05-20 17:32:06'),(578,0,241,173,'2021-05-21 11:45:31'),(579,0,241,2,'2021-05-21 11:45:42'),(580,0,242,173,'2021-06-03 10:09:59'),(581,0,242,2,'2021-06-03 10:10:06'),(582,0,242,174,'2021-06-03 10:10:35'),(583,0,243,173,'2021-06-03 10:17:40'),(584,0,243,2,'2021-06-03 10:17:45'),(585,0,244,173,'2021-06-03 10:23:55'),(586,0,244,2,'2021-06-03 10:25:06'),(587,0,244,174,'2021-06-03 10:25:36'),(588,0,245,173,'2021-06-04 16:01:14'),(589,0,245,6,'2021-06-04 16:02:42'),(590,0,245,13,'2021-06-04 16:07:33'),(591,0,245,2,'2021-06-04 16:09:40'),(592,0,246,173,'2021-06-04 16:11:07'),(593,0,246,6,'2021-06-04 16:11:52'),(594,0,246,2,'2021-06-04 16:16:30'),(595,0,247,173,'2021-06-04 16:17:43'),(596,0,247,6,'2021-06-04 16:17:59'),(597,0,247,2,'2021-06-04 16:19:08'),(598,1,244,177,'2021-06-10 09:37:39'),(599,0,248,173,'2021-06-10 09:45:53'),(600,0,248,2,'2021-06-10 09:45:58'),(601,0,249,173,'2021-06-10 11:17:54'),(602,0,249,176,'2021-06-10 11:18:00'),(603,0,248,177,'2021-06-10 11:50:00'),(604,0,236,6,'2021-06-17 14:25:07'),(605,1,250,173,'2021-06-17 14:55:25'),(606,0,250,6,'2021-06-17 15:12:08'),(607,0,243,6,'2021-07-01 11:32:14'),(608,0,251,179,'2021-07-08 10:47:39'),(609,0,251,6,'2021-07-08 10:50:38'),(610,0,252,179,'2021-07-08 15:19:22'),(611,0,252,6,'2021-07-08 15:36:06'),(612,0,253,179,'2021-07-09 13:09:09'),(613,0,253,12,'2021-07-09 13:09:09'),(614,0,253,9,'2021-07-09 13:09:18'),(615,0,254,186,'2021-07-27 11:57:17'),(616,0,254,189,'2021-07-27 11:57:23'),(617,0,255,186,'2021-07-27 12:02:00'),(618,0,255,189,'2021-07-27 12:02:05'),(619,1,253,189,'2021-07-27 12:39:08'),(620,0,256,186,'2021-07-27 12:44:00'),(621,0,256,189,'2021-07-27 12:49:36'),(622,0,257,186,'2021-07-27 12:50:42'),(623,0,258,186,'2021-07-27 12:54:58'),(624,0,259,186,'2021-07-27 12:56:06'),(625,1,258,162,'2021-07-27 12:59:19'),(626,1,259,162,'2021-07-27 13:01:01'),(627,0,260,186,'2021-07-27 13:03:09'),(628,0,260,189,'2021-07-27 13:03:17'),(629,0,261,186,'2021-07-29 09:37:42'),(630,0,261,189,'2021-07-29 09:37:47'),(631,0,262,186,'2021-07-29 09:39:39'),(632,0,262,189,'2021-07-29 09:39:43'),(633,0,261,7,'2021-07-29 09:50:08'),(634,0,262,7,'2021-07-29 09:55:06'),(635,0,263,186,'2021-07-29 16:27:11'),(636,0,263,189,'2021-07-29 16:27:35'),(637,0,264,186,'2021-07-30 09:14:55'),(638,0,264,189,'2021-07-30 09:15:00'),(639,0,264,6,'2021-07-30 09:15:33'),(640,0,265,186,'2021-07-30 09:16:50'),(641,0,265,189,'2021-07-30 09:16:54'),(642,0,266,2,'2021-07-30 09:43:20'),(643,0,267,2,'2021-07-30 09:48:09'),(644,0,268,189,'2021-07-30 09:50:47'),(645,0,269,2,'2021-07-30 10:02:36'),(646,0,270,2,'2021-07-30 11:25:52'),(647,0,271,2,'2021-07-30 11:32:23'),(648,0,272,189,'2021-07-30 11:38:13'),(649,0,273,189,'2021-07-30 11:41:32'),(650,0,274,189,'2021-07-30 11:47:25'),(651,0,275,189,'2021-07-30 11:51:50'),(652,0,276,189,'2021-07-30 12:25:22'),(653,0,277,2,'2021-07-30 12:26:25'),(654,0,278,2,'2021-07-30 12:28:58'),(655,0,279,189,'2021-07-30 12:53:04'),(656,0,279,190,'2021-07-30 15:26:21'),(657,0,280,2,'2021-07-30 15:46:03'),(658,0,279,7,'2021-07-30 15:48:03'),(659,0,281,189,'2021-07-30 16:09:58'),(660,0,282,8,'2021-07-30 16:13:48'),(661,0,282,2,'2021-07-30 16:13:56'),(662,0,283,8,'2021-07-30 16:15:43'),(663,0,283,2,'2021-07-30 16:17:32'),(664,0,284,2,'2021-07-30 16:38:50'),(665,0,285,2,'2021-08-05 11:26:57'),(666,0,286,2,'2021-08-05 11:34:13'),(667,0,287,2,'2021-08-05 12:03:06'),(668,0,288,2,'2021-08-05 12:05:05'),(669,0,289,186,'2021-08-05 12:17:23'),(670,0,289,2,'2021-08-05 12:17:27'),(671,0,289,2,'2021-08-05 12:17:35'),(672,0,290,186,'2021-08-05 12:21:46'),(673,0,290,2,'2021-08-05 12:23:33'),(674,0,290,2,'2021-08-05 12:23:47'),(675,1,290,1,'2021-08-05 12:25:43'),(676,0,290,2,'2021-08-05 12:25:58'),(677,0,291,186,'2021-08-05 12:27:26'),(678,0,291,2,'2021-08-05 12:27:44'),(679,0,292,186,'2021-08-05 12:29:30'),(680,0,292,2,'2021-08-05 12:29:34'),(681,0,293,186,'2021-08-05 12:31:57'),(682,0,293,2,'2021-08-05 12:32:02'),(683,0,294,186,'2021-08-05 12:33:45'),(684,0,294,2,'2021-08-05 12:33:50'),(685,0,295,186,'2021-08-05 12:36:55'),(686,0,295,2,'2021-08-05 12:37:00'),(687,0,296,186,'2021-08-05 12:38:23'),(688,0,296,2,'2021-08-05 12:38:30'),(689,0,297,186,'2021-08-05 15:37:27'),(690,0,298,186,'2021-08-05 15:38:35'),(691,0,299,186,'2021-08-05 15:40:08'),(692,0,299,2,'2021-08-05 15:41:11'),(693,0,300,186,'2021-08-05 15:55:51'),(694,0,300,2,'2021-08-05 15:55:55'),(695,0,301,186,'2021-08-05 15:56:07'),(696,0,301,12,'2021-08-05 15:56:07'),(697,0,301,9,'2021-08-05 15:56:13'),(698,0,302,186,'2021-08-05 16:03:45'),(699,0,302,2,'2021-08-05 16:03:50'),(700,0,303,186,'2021-08-06 09:53:08'),(701,0,303,2,'2021-08-06 09:53:14'),(702,0,304,186,'2021-08-06 11:32:54'),(703,0,304,189,'2021-08-06 11:32:59'),(704,0,305,186,'2021-08-06 11:44:48'),(705,0,305,2,'2021-08-06 11:44:53'),(706,0,306,186,'2021-08-06 13:28:20'),(707,0,306,189,'2021-08-06 13:28:35'),(708,0,307,186,'2021-08-09 16:33:58'),(709,0,307,2,'2021-08-09 16:34:06'),(710,0,308,186,'2021-08-10 10:35:58'),(711,0,308,2,'2021-08-10 10:36:05'),(712,0,309,186,'2021-08-10 10:37:20'),(713,0,309,189,'2021-08-10 10:37:24'),(714,0,309,187,'2021-08-10 10:41:34'),(715,0,309,190,'2021-08-10 10:42:02'),(716,0,308,7,'2021-08-10 10:55:13'),(717,0,309,7,'2021-08-10 10:55:13'),(718,0,310,186,'2021-08-12 18:11:19'),(719,0,310,2,'2021-08-12 18:11:25'),(720,0,311,186,'2021-08-13 10:13:31'),(721,0,311,2,'2021-08-13 10:13:36'),(722,0,312,186,'2021-08-13 10:14:06'),(723,0,312,189,'2021-08-13 10:14:10'),(724,0,311,7,'2021-08-13 10:15:06'),(725,0,311,7,'2021-08-13 10:15:06'),(726,0,306,6,'2021-08-13 10:38:21'),(727,0,263,6,'2021-08-26 15:45:04'),(728,0,265,6,'2021-08-27 09:20:12'),(729,0,266,6,'2021-08-27 09:30:04'),(730,0,268,6,'2021-08-27 09:55:04'),(731,0,272,6,'2021-08-27 11:40:07'),(732,0,273,6,'2021-08-27 11:45:04'),(733,0,274,6,'2021-08-27 11:50:05'),(734,0,275,6,'2021-08-27 11:50:06'),(735,0,276,6,'2021-08-27 12:30:05'),(736,0,281,6,'2021-08-27 16:10:05'),(737,0,313,186,'2021-09-02 09:36:40'),(738,0,314,186,'2021-09-02 09:41:20'),(739,0,315,186,'2021-09-02 09:43:40'),(740,0,315,2,'2021-09-02 09:43:48'),(741,0,316,186,'2021-09-02 09:45:26'),(742,0,316,189,'2021-09-02 09:45:30'),(743,0,316,9,'2021-09-02 09:45:40'),(744,0,317,186,'2021-09-02 09:47:17'),(745,0,317,189,'2021-09-02 09:47:44'),(746,0,317,9,'2021-09-02 09:48:02'),(747,0,318,186,'2021-09-02 09:51:31'),(748,0,318,189,'2021-09-02 09:51:42'),(749,0,319,186,'2021-09-02 09:55:07'),(750,0,319,189,'2021-09-02 09:55:11'),(751,0,320,186,'2021-09-02 09:57:15'),(752,0,320,12,'2021-09-02 09:57:15'),(753,0,320,189,'2021-09-02 09:57:21'),(754,0,321,186,'2021-09-02 10:00:19'),(755,0,321,12,'2021-09-02 10:00:20'),(756,0,322,186,'2021-09-02 10:02:37'),(757,0,322,12,'2021-09-02 10:02:37'),(758,0,322,189,'2021-09-02 10:03:57'),(759,0,323,186,'2021-09-02 10:06:41'),(760,0,323,12,'2021-09-02 10:06:41'),(761,0,323,9,'2021-09-02 10:07:30'),(762,0,324,186,'2021-09-02 10:09:04'),(763,0,325,186,'2021-09-02 10:11:00'),(764,0,325,189,'2021-09-02 10:11:05'),(765,0,326,186,'2021-09-02 11:56:49'),(766,0,326,12,'2021-09-02 11:56:50'),(767,0,326,9,'2021-09-02 11:56:59'),(768,0,327,186,'2021-09-21 11:13:22'),(769,0,327,12,'2021-09-21 11:13:22'),(770,0,327,9,'2021-09-21 11:13:28'),(771,0,328,186,'2021-09-21 11:14:12'),(772,0,328,189,'2021-09-21 11:14:17'),(773,0,329,186,'2021-09-21 13:17:46'),(774,0,329,12,'2021-09-21 13:17:46'),(775,0,329,9,'2021-09-21 13:17:52'),(776,0,330,186,'2021-09-22 14:24:05'),(777,0,330,12,'2021-09-22 14:24:05'),(778,0,330,9,'2021-09-22 14:24:12'),(779,0,331,186,'2021-09-22 14:25:14'),(780,0,331,189,'2021-09-22 14:25:20'),(781,0,331,188,'2021-09-22 14:41:05'),(782,0,332,186,'2021-09-22 14:42:19'),(783,0,332,12,'2021-09-22 14:42:19'),(784,0,332,9,'2021-09-22 14:42:26'),(785,0,332,188,'2021-09-22 14:43:11'),(786,0,333,186,'2021-09-22 17:28:53'),(787,0,333,12,'2021-09-22 17:28:53'),(788,0,333,9,'2021-09-22 17:28:59'),(789,0,334,186,'2021-09-22 17:38:28'),(790,0,334,189,'2021-09-22 17:38:35'),(791,0,335,186,'2021-09-23 10:58:51'),(792,0,335,189,'2021-09-23 10:58:57'),(793,0,336,186,'2021-09-23 11:02:05'),(794,0,336,189,'2021-09-23 11:02:13'),(795,0,337,186,'2021-09-23 14:52:03'),(796,0,337,12,'2021-09-23 14:52:03'),(797,0,337,9,'2021-09-23 14:52:10'),(798,0,337,187,'2021-09-23 14:52:42'),(799,0,337,188,'2021-09-23 14:52:57'),(800,0,333,188,'2021-09-23 15:00:24'),(801,0,338,186,'2021-09-23 15:11:02'),(802,0,338,189,'2021-09-23 15:11:07'),(803,0,338,187,'2021-09-23 15:11:31'),(804,0,338,188,'2021-09-23 15:29:22'),(805,0,339,186,'2021-09-23 15:30:52'),(806,0,339,2,'2021-09-23 15:30:56'),(807,0,339,7,'2021-09-23 15:45:13'),(808,0,340,186,'2021-09-25 11:25:01'),(809,0,340,189,'2021-09-25 11:25:07'),(810,0,340,6,'2021-09-25 11:25:58'),(811,0,341,186,'2021-09-25 11:32:06'),(812,0,341,189,'2021-09-25 11:32:10'),(813,0,342,186,'2021-10-07 09:31:45'),(814,0,342,12,'2021-10-07 09:31:46'),(815,0,342,9,'2021-10-07 09:31:53'),(816,0,342,13,'2021-10-07 09:42:54'),(817,0,343,186,'2021-10-07 10:25:17'),(818,0,343,12,'2021-10-07 10:25:17'),(819,0,343,9,'2021-10-07 10:25:24'),(820,0,344,186,'2021-10-07 10:40:45'),(821,0,344,12,'2021-10-07 10:40:45'),(822,0,344,9,'2021-10-07 10:40:52'),(823,0,345,186,'2021-10-07 10:41:56'),(824,0,345,12,'2021-10-07 10:41:56'),(825,0,345,9,'2021-10-07 10:42:02'),(826,0,346,186,'2021-10-07 10:49:26'),(827,0,346,12,'2021-10-07 10:49:26'),(828,0,346,2,'2021-10-07 10:49:32'),(829,0,347,186,'2021-10-07 10:51:08'),(830,0,347,12,'2021-10-07 10:51:09'),(831,0,347,9,'2021-10-07 10:51:20'),(832,1,348,186,'2021-10-07 12:57:11'),(833,0,348,6,'2021-10-07 13:14:05'),(834,0,349,186,'2021-10-07 14:14:13'),(835,0,349,12,'2021-10-07 14:14:14'),(836,0,349,2,'2021-10-07 14:14:36'),(837,0,350,186,'2021-10-13 09:07:33'),(838,0,351,186,'2021-10-13 09:22:28'),(839,0,351,12,'2021-10-13 09:22:28'),(840,0,352,186,'2021-10-13 09:23:54'),(841,0,352,12,'2021-10-13 09:23:54'),(842,0,353,186,'2021-10-13 09:26:07'),(843,0,353,12,'2021-10-13 09:26:08'),(844,0,354,186,'2021-10-13 09:27:29'),(845,0,354,12,'2021-10-13 09:27:29'),(846,0,355,186,'2021-10-13 09:28:28'),(847,0,356,186,'2021-10-13 09:31:19'),(848,0,357,186,'2021-10-13 09:35:18'),(849,0,358,186,'2021-10-13 10:00:31'),(850,0,358,2,'2021-10-13 10:00:51'),(851,0,359,186,'2021-10-13 12:34:13'),(852,0,359,2,'2021-10-13 12:34:23'),(853,0,359,7,'2021-10-13 12:45:24'),(854,0,360,2,'2021-10-15 09:48:54'),(855,0,361,8,'2021-10-15 09:50:15'),(856,0,361,12,'2021-10-15 09:50:17'),(857,0,362,186,'2021-10-15 09:53:48'),(858,0,362,12,'2021-10-15 09:53:49'),(859,0,363,8,'2021-10-15 10:13:33'),(860,0,363,12,'2021-10-15 10:13:34'),(861,0,364,8,'2021-10-15 10:25:38'),(862,0,364,12,'2021-10-15 10:25:40'),(863,0,365,8,'2021-10-15 10:26:56'),(864,0,365,12,'2021-10-15 10:26:58'),(865,0,366,8,'2021-10-15 10:28:35'),(866,0,366,12,'2021-10-15 10:28:36'),(867,0,367,8,'2021-10-15 10:37:46'),(868,0,367,12,'2021-10-15 10:37:48'),(869,0,368,8,'2021-10-15 10:41:52'),(870,0,368,12,'2021-10-15 10:41:54'),(871,0,369,2,'2021-10-15 10:44:06'),(872,0,369,9,'2021-10-15 10:44:12'),(873,0,370,8,'2021-10-15 10:45:35'),(874,0,370,12,'2021-10-15 10:45:36'),(875,0,371,186,'2021-10-15 11:07:34'),(876,1,371,1,'2021-10-15 11:08:51'),(877,1,371,2,'2021-10-15 11:08:58'),(878,0,372,186,'2021-10-15 11:09:58'),(879,0,373,186,'2021-10-15 11:12:11'),(880,0,374,186,'2021-10-15 11:13:40'),(881,0,374,2,'2021-10-15 11:13:43'),(882,0,375,186,'2021-10-15 11:14:48'),(883,0,375,2,'2021-10-15 11:14:52'),(884,0,376,8,'2021-10-15 11:18:58'),(885,0,377,8,'2021-10-15 11:20:20'),(886,0,378,186,'2021-10-15 11:36:07'),(887,0,378,2,'2021-10-15 11:36:11'),(888,0,379,8,'2021-10-15 11:37:35'),(889,0,380,8,'2021-10-15 11:42:46'),(890,0,381,8,'2021-10-15 11:48:42'),(891,0,382,186,'2021-10-15 11:55:31'),(892,0,382,2,'2021-10-15 11:55:35'),(893,0,383,186,'2021-10-15 11:56:38'),(894,0,384,186,'2021-10-15 12:49:06'),(895,0,384,2,'2021-10-15 12:49:11'),(896,0,385,186,'2021-10-15 12:49:49'),(897,0,385,12,'2021-10-15 12:49:49'),(898,0,385,2,'2021-10-15 12:49:55'),(899,0,386,186,'2021-10-15 12:52:18'),(900,0,386,12,'2021-10-15 12:52:19'),(901,0,386,2,'2021-10-15 12:53:07'),(902,0,387,186,'2021-10-15 12:54:30'),(903,0,387,12,'2021-10-15 12:54:30'),(904,0,387,9,'2021-10-15 12:54:35'),(905,0,388,8,'2021-10-15 12:56:03'),(906,0,389,186,'2021-10-15 12:57:48'),(907,0,390,8,'2021-10-15 13:37:13'),(908,1,390,163,'2021-10-15 14:38:39'),(909,0,391,2,'2021-10-28 12:09:52'),(910,0,391,9,'2021-10-28 12:09:54'),(911,0,392,2,'2021-10-28 12:11:01'),(912,0,392,9,'2021-10-28 12:11:05'),(913,0,393,2,'2021-10-28 13:56:44'),(914,0,394,2,'2021-10-28 14:00:47'),(915,0,396,2,'2021-10-28 14:14:21'),(916,0,397,1,'2021-10-28 14:46:19'),(917,1,397,2,'2021-10-28 14:47:33'),(918,0,398,2,'2021-10-28 14:51:34'),(919,0,399,2,'2021-10-28 14:54:34'),(920,1,399,1,'2021-10-29 13:22:20'),(921,1,399,2,'2021-10-29 13:22:54'),(922,0,400,186,'2021-10-29 15:19:32'),(923,0,400,2,'2021-10-29 15:19:35'),(924,0,401,2,'2021-11-05 09:33:48'),(925,0,402,1,'2021-11-05 09:38:48'),(926,0,403,186,'2021-11-05 09:48:53'),(927,0,342,6,'2021-11-05 10:35:09'),(928,0,404,2,'2021-11-05 13:11:12'),(929,0,404,190,'2021-11-05 13:11:59'),(930,0,405,2,'2021-11-05 14:09:09'),(931,0,406,2,'2021-11-05 14:30:11'),(932,0,407,189,'2021-11-05 14:33:27'),(933,0,407,190,'2021-11-05 14:33:41'),(934,0,406,187,'2021-11-05 14:36:15'),(935,0,406,190,'2021-11-05 14:36:31'),(936,0,408,2,'2021-11-11 09:37:30'),(937,0,408,9,'2021-11-11 09:37:33'),(938,0,408,2,'2021-11-11 09:44:52'),(939,1,408,9,'2021-11-11 09:45:12'),(940,1,408,2,'2021-11-11 10:43:03'),(941,0,408,190,'2021-11-11 11:01:19'),(942,0,363,6,'2021-11-12 10:15:08'),(943,0,376,6,'2021-11-12 10:20:07'),(944,0,377,6,'2021-11-12 10:25:03'),(945,0,388,6,'2021-11-12 12:00:06'),(946,0,390,6,'2021-11-12 12:40:05'),(947,0,409,2,'2021-11-12 14:12:32'),(948,0,409,9,'2021-11-12 14:12:37'),(949,0,409,190,'2021-11-12 14:13:13'),(950,0,410,192,'2021-11-12 15:41:54'),(951,0,410,12,'2021-11-12 15:41:54'),(952,0,411,4,'2021-11-18 15:54:37'),(953,0,411,9,'2021-11-18 15:54:39'),(954,0,412,4,'2021-11-18 15:56:00'),(955,0,413,2,'2021-11-19 11:33:43'),(956,1,413,4,'2021-11-19 11:34:01'),(957,0,413,190,'2021-11-19 11:34:01'),(958,0,414,2,'2021-11-19 11:51:00'),(959,0,414,7,'2021-11-19 12:13:08'),(960,0,415,2,'2021-11-19 12:13:48'),(961,0,416,2,'2021-11-19 12:24:54'),(962,0,416,7,'2021-11-19 12:38:48'),(963,0,415,163,'2021-11-19 13:39:25'),(964,0,417,2,'2021-11-25 10:24:29'),(965,0,417,6,'2021-11-25 10:33:03'),(966,0,418,2,'2021-11-25 11:17:23'),(967,0,419,2,'2021-11-25 11:36:00'),(968,0,420,2,'2021-11-25 11:36:57'),(969,0,421,2,'2021-11-25 12:14:21'),(970,0,422,2,'2021-11-29 14:29:48'),(971,0,423,2,'2021-11-29 14:30:39'),(972,0,424,2,'2021-11-29 14:45:33'),(973,0,412,6,'2021-12-02 11:23:20'),(974,0,411,6,'2021-12-02 11:23:22'),(975,0,425,1,'2021-12-02 16:29:38'),(976,0,426,1,'2021-12-02 16:33:20'),(977,0,427,2,'2021-12-09 10:40:28'),(978,0,428,2,'2021-12-09 10:59:58'),(979,0,429,2,'2021-12-13 15:49:35'),(980,0,430,2,'2021-12-14 14:54:18'),(981,0,431,2,'2021-12-15 12:40:35'),(982,0,432,2,'2021-12-16 15:32:28'),(983,0,433,2,'2021-12-16 15:35:23'),(984,0,434,2,'2021-12-16 15:59:03'),(985,0,435,2,'2021-12-16 15:59:04'),(986,0,438,2,'2021-12-16 16:54:57'),(987,0,439,2,'2022-01-06 09:34:26'),(988,0,440,2,'2022-01-06 09:35:24'),(989,0,441,2,'2022-01-06 09:39:30'),(990,0,442,2,'2022-01-06 09:46:55'),(991,0,443,2,'2022-01-06 10:02:18'),(992,0,444,2,'2022-01-06 10:09:22'),(993,0,445,2,'2022-01-06 10:11:20'),(994,0,446,2,'2022-01-06 10:16:39'),(995,0,447,2,'2022-01-06 10:22:04'),(996,0,448,2,'2022-01-06 15:40:52'),(997,0,449,2,'2022-01-07 11:17:05'),(998,0,450,2,'2022-01-07 11:21:04'),(999,0,451,2,'2022-01-07 11:25:29'),(1000,0,452,2,'2022-01-07 11:26:23'),(1001,0,453,2,'2022-01-07 15:31:11'),(1002,0,454,2,'2022-01-07 15:32:42'),(1003,0,455,2,'2022-01-07 15:39:49'),(1004,0,456,2,'2022-01-12 15:41:54'),(1005,0,457,2,'2022-01-13 09:45:44'),(1006,0,458,2,'2022-01-13 10:07:25'),(1007,0,459,2,'2022-01-13 10:46:25'),(1008,0,460,2,'2022-01-13 13:25:55'),(1009,0,461,2,'2022-01-14 13:53:33'),(1010,0,462,199,'2022-01-14 13:55:14'),(1011,0,463,2,'2022-01-20 10:48:10'),(1012,0,464,2,'2022-01-20 10:49:13'),(1013,0,465,2,'2022-01-20 12:35:15'),(1014,0,466,2,'2022-01-20 12:44:27'),(1015,0,467,199,'2022-01-20 14:08:07'),(1016,0,467,200,'2022-01-20 14:08:38'),(1017,0,408,200,'2022-01-20 14:09:16'),(1018,0,468,199,'2022-01-20 14:11:51'),(1019,0,468,9,'2022-01-20 14:11:52'),(1020,0,468,197,'2022-01-20 14:11:59'),(1021,0,468,200,'2022-01-20 14:12:10'),(1022,0,469,2,'2022-01-20 14:13:03'),(1023,0,469,200,'2022-01-20 14:13:17'),(1024,0,469,198,'2022-01-20 14:16:24'),(1025,0,470,2,'2022-01-20 14:36:04'),(1026,0,470,200,'2022-01-20 14:40:56'),(1027,0,471,8,'2022-01-25 15:39:06'),(1028,0,472,2,'2022-01-25 15:47:28'),(1029,0,473,2,'2022-01-25 15:48:28'),(1030,0,474,2,'2022-01-28 13:31:17'),(1031,0,475,8,'2022-01-28 13:34:44'),(1032,0,476,8,'2022-01-28 13:37:37'),(1033,0,477,8,'2022-01-28 13:40:00'),(1034,0,478,2,'2022-01-28 13:46:07'),(1035,0,479,2,'2022-01-28 13:47:04'),(1036,0,480,196,'2022-01-28 13:47:48'),(1037,0,480,2,'2022-01-28 13:47:50'),(1038,0,481,2,'2022-01-28 13:48:36'),(1039,0,482,8,'2022-01-28 13:50:21'),(1040,0,483,8,'2022-01-28 13:58:08'),(1041,0,484,8,'2022-01-28 13:59:22'),(1042,0,485,8,'2022-01-28 14:08:33'),(1043,0,486,196,'2022-01-28 14:09:55'),(1044,0,486,2,'2022-01-28 14:09:57'),(1045,0,487,2,'2022-01-28 14:12:51'),(1046,0,488,8,'2022-01-28 14:15:21'),(1047,0,489,8,'2022-01-28 14:19:24'),(1048,0,490,8,'2022-01-28 14:22:21'),(1049,0,491,2,'2022-01-28 14:46:00'),(1050,0,491,198,'2022-01-28 14:50:57'),(1051,0,492,2,'2022-01-28 15:10:44'),(1052,1,492,4,'2022-01-28 15:11:28'),(1053,1,492,199,'2022-01-28 15:11:48'),(1054,0,492,198,'2022-01-28 15:12:06'),(1055,0,493,8,'2022-01-31 17:24:27'),(1056,0,494,196,'2022-02-01 11:07:35'),(1057,0,494,2,'2022-02-01 11:07:37'),(1058,0,495,2,'2022-02-01 11:08:37'),(1059,0,496,8,'2022-02-01 11:12:42'),(1060,0,497,8,'2022-02-01 15:53:11'),(1061,0,497,2,'2022-02-01 15:57:35'),(1062,0,498,8,'2022-02-01 15:57:39'),(1063,0,499,2,'2022-02-01 16:02:19'),(1064,0,500,2,'2022-02-03 09:57:17'),(1065,0,501,2,'2022-02-03 09:58:16'),(1066,0,502,2,'2022-02-03 10:03:23'),(1067,0,503,2,'2022-02-03 10:08:55'),(1068,0,504,8,'2022-02-03 14:40:15'),(1069,0,505,2,'2022-02-03 15:43:08'),(1070,0,506,2,'2022-02-03 15:50:28'),(1071,0,507,2,'2022-02-03 15:54:03'),(1072,0,508,2,'2022-02-03 15:55:45'),(1073,0,509,196,'2022-02-03 15:56:21'),(1074,0,509,2,'2022-02-03 15:56:37'),(1075,0,510,196,'2022-02-03 15:58:11'),(1076,0,511,2,'2022-02-03 16:52:11'),(1077,1,511,1,'2022-02-03 16:53:10'),(1078,0,511,2,'2022-02-03 16:54:51'),(1079,0,512,2,'2022-02-03 16:56:29'),(1080,0,513,2,'2022-02-03 17:00:26'),(1081,0,514,2,'2022-02-03 17:01:51'),(1082,0,515,2,'2022-02-03 17:02:42'),(1083,0,516,196,'2022-02-03 17:03:15'),(1084,0,516,2,'2022-02-03 17:03:28'),(1085,0,517,196,'2022-02-08 09:48:24'),(1086,0,517,2,'2022-02-08 09:48:32'),(1087,0,518,2,'2022-02-08 16:51:03'),(1088,0,519,2,'2022-02-08 16:53:01'),(1089,1,520,196,'2022-02-11 09:55:26'),(1090,0,520,12,'2022-02-11 09:55:26'),(1091,0,520,196,'2022-02-11 09:57:15'),(1092,0,520,6,'2022-02-11 10:12:02'),(1093,0,521,2,'2022-02-11 10:52:46'),(1094,0,461,6,'2022-02-11 13:55:05'),(1095,0,462,6,'2022-02-11 14:00:04'),(1096,0,522,2,'2022-02-17 09:51:18'),(1097,0,523,2,'2022-02-17 14:54:07'),(1098,0,523,9,'2022-02-17 14:54:11'),(1099,0,523,201,'2022-02-18 10:16:18'),(1100,0,524,2,'2022-02-22 14:29:47'),(1101,0,524,9,'2022-02-22 14:29:50'),(1102,0,525,2,'2022-03-01 14:14:16'),(1103,0,526,2,'2022-03-01 14:14:58'),(1104,0,527,2,'2022-03-01 14:22:17'),(1105,0,528,2,'2022-03-01 14:29:28'),(1106,0,529,2,'2022-03-07 10:17:23'),(1107,0,530,1,'2022-03-14 11:41:41'),(1108,0,530,12,'2022-03-14 11:41:43'),(1109,0,531,1,'2022-03-14 12:57:25'),(1110,0,531,12,'2022-03-14 12:57:27'),(1111,0,532,2,'2022-03-14 13:04:21'),(1112,0,533,2,'2022-03-14 13:10:56'),(1113,0,534,2,'2022-03-14 15:28:39'),(1114,0,535,2,'2022-03-14 16:51:38'),(1115,0,536,2,'2022-03-14 17:05:27'),(1116,0,537,2,'2022-03-14 17:06:54'),(1117,0,538,2,'2022-03-15 14:34:24'),(1118,0,539,2,'2022-03-15 14:35:09'),(1119,0,540,2,'2022-03-15 14:44:42'),(1120,0,541,2,'2022-03-15 14:47:39'),(1121,0,542,2,'2022-03-15 14:52:37'),(1122,0,543,2,'2022-03-15 16:15:24'),(1123,0,544,2,'2022-03-15 16:26:21'),(1124,0,545,2,'2022-03-21 11:11:57'),(1125,0,546,2,'2022-03-21 11:12:52'),(1126,0,547,2,'2022-03-21 11:14:16'),(1127,0,548,2,'2022-03-21 11:16:00'),(1128,0,549,2,'2022-03-21 11:18:00'),(1129,0,550,2,'2022-03-21 11:20:13'),(1130,0,551,2,'2022-03-21 11:23:10'),(1131,0,552,2,'2022-03-21 11:23:58'),(1132,0,553,2,'2022-03-21 11:25:58'),(1133,0,554,2,'2022-03-21 11:27:43'),(1134,0,555,2,'2022-03-21 11:31:00'),(1135,0,556,2,'2022-03-21 11:32:34'),(1136,0,557,2,'2022-03-21 11:37:19'),(1137,0,558,2,'2022-03-21 11:41:23'),(1138,0,559,2,'2022-03-21 11:42:00'),(1139,0,560,2,'2022-03-21 11:43:42'),(1140,0,561,2,'2022-03-21 11:47:05'),(1141,0,562,2,'2022-03-21 11:48:43'),(1142,0,563,2,'2022-03-21 11:52:05'),(1143,0,564,2,'2022-03-21 11:53:40'),(1144,0,565,2,'2022-03-21 11:57:20'),(1145,0,566,2,'2022-03-21 11:59:12'),(1146,0,567,2,'2022-03-21 12:01:21'),(1147,0,568,2,'2022-03-21 12:03:37'),(1148,0,569,2,'2022-03-21 12:11:06'),(1149,0,570,2,'2022-03-21 13:25:19'),(1150,0,571,2,'2022-03-21 13:38:45'),(1151,0,572,2,'2022-03-21 16:21:14'),(1152,0,573,2,'2022-03-21 16:30:04'),(1153,0,574,2,'2022-03-21 16:31:13'),(1154,0,575,2,'2022-03-21 16:40:52'),(1155,0,576,2,'2022-03-21 16:41:29'),(1156,0,577,8,'2022-03-21 16:51:45'),(1157,0,578,8,'2022-03-21 16:52:54'),(1158,0,579,2,'2022-03-22 10:01:35'),(1159,0,580,2,'2022-03-22 10:05:22'),(1160,0,581,2,'2022-03-22 10:23:19'),(1161,0,582,2,'2022-03-22 10:30:32'),(1162,0,583,8,'2022-03-22 11:21:51'),(1163,0,583,2,'2022-03-22 11:21:57'),(1164,0,584,2,'2022-03-22 11:24:32'),(1165,0,585,2,'2022-03-22 11:25:36'),(1166,0,586,2,'2022-03-22 13:55:06'),(1167,0,587,2,'2022-03-22 13:56:39'),(1168,0,588,2,'2022-03-22 13:58:05'),(1169,0,589,2,'2022-03-22 13:59:24'),(1170,0,590,2,'2022-03-22 14:04:57'),(1171,0,591,2,'2022-03-22 14:10:10'),(1172,0,592,2,'2022-03-22 14:16:56'),(1173,0,593,2,'2022-03-22 14:20:52'),(1174,0,594,2,'2022-03-22 14:23:55'),(1175,0,595,2,'2022-03-22 14:25:00'),(1176,0,596,2,'2022-03-22 15:50:21'),(1177,0,597,2,'2022-03-22 16:02:58'),(1178,0,598,2,'2022-03-22 16:47:27'),(1179,0,599,2,'2022-03-22 16:53:46'),(1180,0,600,2,'2022-03-22 16:55:46'),(1181,0,601,2,'2022-03-22 16:58:59'),(1182,0,602,2,'2022-03-22 17:00:27'),(1183,0,603,2,'2022-03-23 11:36:41'),(1184,0,604,2,'2022-03-23 11:58:43'),(1185,0,605,2,'2022-03-23 12:01:14'),(1186,0,606,2,'2022-03-23 12:04:42'),(1187,0,607,2,'2022-03-25 10:01:57'),(1188,0,608,2,'2022-03-25 10:02:45'),(1189,0,609,2,'2022-03-25 10:09:39'),(1190,0,610,2,'2022-03-25 10:34:12'),(1191,0,611,2,'2022-03-25 10:36:53'),(1192,0,612,2,'2022-03-25 10:42:36'),(1193,0,613,2,'2022-03-25 10:44:14'),(1194,0,614,2,'2022-03-25 10:45:42'),(1195,0,615,2,'2022-03-25 10:46:50'),(1196,0,616,2,'2022-03-25 10:48:44'),(1197,0,617,2,'2022-03-25 11:27:23'),(1198,0,618,2,'2022-03-25 12:43:15'),(1199,0,619,2,'2022-03-25 12:47:39'),(1200,0,620,2,'2022-03-25 12:48:50'),(1201,0,621,2,'2022-03-25 13:28:39'),(1202,0,622,202,'2022-03-29 12:01:19'),(1203,0,622,2,'2022-03-29 12:01:21'),(1204,0,623,202,'2022-03-29 17:19:27'),(1205,0,623,2,'2022-03-29 17:19:29'),(1206,0,624,202,'2022-04-04 10:07:14'),(1207,0,624,2,'2022-04-04 10:07:16'),(1208,0,625,202,'2022-04-04 10:09:30'),(1209,0,625,2,'2022-04-04 10:09:32'),(1210,0,626,202,'2022-04-04 10:10:27'),(1211,0,626,2,'2022-04-04 10:10:29'),(1212,0,627,8,'2022-04-04 10:11:26'),(1213,0,628,8,'2022-04-04 10:21:48'),(1214,0,629,2,'2022-04-04 10:39:01'),(1215,0,629,9,'2022-04-04 10:39:06'),(1216,0,630,202,'2022-04-04 10:48:23'),(1217,0,630,12,'2022-04-04 10:48:24'),(1218,0,630,9,'2022-04-04 10:48:28'),(1219,0,631,202,'2022-04-04 11:12:05'),(1220,0,631,2,'2022-04-04 11:12:11'),(1221,0,632,202,'2022-04-04 11:14:30'),(1222,0,632,2,'2022-04-04 11:14:32'),(1223,0,633,202,'2022-04-04 11:19:44'),(1224,0,633,2,'2022-04-04 11:19:46'),(1225,0,634,2,'2022-04-04 11:20:54'),(1226,0,635,2,'2022-04-04 15:01:00'),(1227,0,636,202,'2022-04-05 10:04:31'),(1228,0,636,12,'2022-04-05 10:04:31'),(1229,0,636,9,'2022-04-05 10:04:35'),(1230,0,637,202,'2022-04-05 10:06:15'),(1231,0,637,2,'2022-04-05 10:08:22'),(1232,0,638,202,'2022-04-05 10:11:13'),(1233,0,638,2,'2022-04-05 10:13:34'),(1234,0,639,202,'2022-04-05 10:15:33'),(1235,0,639,2,'2022-04-05 10:15:35'),(1236,0,640,202,'2022-04-05 10:28:19'),(1237,0,640,2,'2022-04-05 10:28:21'),(1238,0,641,202,'2022-04-05 10:52:53'),(1239,0,641,2,'2022-04-05 10:52:56'),(1240,0,642,202,'2022-04-05 11:05:38'),(1241,0,642,2,'2022-04-05 11:05:40'),(1242,0,643,202,'2022-04-05 11:06:51'),(1243,0,643,2,'2022-04-05 11:06:53'),(1244,0,644,202,'2022-04-05 11:47:01'),(1245,0,645,202,'2022-04-05 11:56:15'),(1246,0,646,202,'2022-04-05 11:59:54'),(1247,0,646,12,'2022-04-05 11:59:54'),(1248,0,646,9,'2022-04-05 12:00:19'),(1249,0,647,202,'2022-04-05 12:01:42'),(1250,0,647,2,'2022-04-05 12:01:44'),(1251,0,648,202,'2022-04-05 13:56:20'),(1252,0,648,2,'2022-04-05 13:57:24'),(1253,0,649,202,'2022-04-05 13:58:44'),(1254,0,649,2,'2022-04-05 13:58:46'),(1255,0,650,202,'2022-04-05 14:01:20'),(1256,0,651,202,'2022-04-05 14:02:45'),(1257,0,651,2,'2022-04-05 14:02:48'),(1258,0,652,1,'2022-04-05 14:11:47'),(1259,1,652,204,'2022-04-05 14:11:58'),(1260,1,652,2,'2022-04-05 14:12:06'),(1261,0,653,2,'2022-04-05 14:13:17'),(1262,0,653,9,'2022-04-05 14:13:21'),(1263,0,654,2,'2022-04-11 13:10:14'),(1264,0,654,9,'2022-04-11 13:10:17'),(1265,0,655,202,'2022-04-19 10:49:36'),(1266,0,655,2,'2022-04-19 10:49:38'),(1267,0,656,202,'2022-04-19 10:51:58'),(1268,0,656,2,'2022-04-19 10:52:00'),(1269,0,657,202,'2022-04-19 10:58:20'),(1270,0,657,2,'2022-04-19 10:58:22'),(1271,0,658,202,'2022-04-19 10:59:23'),(1272,0,658,2,'2022-04-19 10:59:25'),(1273,0,659,202,'2022-04-19 11:13:04'),(1274,0,659,2,'2022-04-19 11:13:06'),(1275,0,660,202,'2022-04-19 11:13:57'),(1276,0,660,2,'2022-04-19 11:13:59'),(1277,0,661,202,'2022-04-19 12:11:48'),(1278,0,661,2,'2022-04-19 12:11:51'),(1279,0,662,202,'2022-04-19 12:11:56'),(1280,0,662,2,'2022-04-19 12:11:59'),(1281,0,663,202,'2022-04-19 14:17:44'),(1282,0,663,2,'2022-04-19 14:17:46'),(1283,0,664,202,'2022-04-19 14:20:46'),(1284,0,664,2,'2022-04-19 14:20:48'),(1285,0,665,202,'2022-04-19 14:31:28'),(1286,0,665,2,'2022-04-19 14:31:30'),(1287,0,666,202,'2022-04-19 14:33:14'),(1288,0,666,2,'2022-04-19 14:33:16'),(1289,0,667,202,'2022-04-19 14:35:33'),(1290,0,667,2,'2022-04-19 14:35:34'),(1291,0,668,202,'2022-04-19 14:45:51'),(1292,0,668,2,'2022-04-19 14:45:53'),(1293,0,669,202,'2022-04-19 14:48:10'),(1294,0,669,2,'2022-04-19 14:48:13'),(1295,0,669,7,'2022-04-25 11:10:28'),(1296,0,421,7,'2022-04-25 11:14:29'),(1297,0,670,202,'2022-04-25 11:16:40'),(1298,0,670,2,'2022-04-25 11:16:42'),(1299,0,671,202,'2022-04-25 11:21:49'),(1300,0,671,2,'2022-04-25 11:21:54'),(1301,0,672,2,'2022-04-25 11:28:44'),(1302,0,673,202,'2022-04-25 11:40:50'),(1303,0,673,2,'2022-04-25 11:40:52'),(1304,0,674,13,'2022-04-25 11:43:42'),(1305,0,674,2,'2022-04-25 11:43:48'),(1306,0,675,13,'2022-04-25 12:26:58'),(1307,0,676,13,'2022-04-25 13:26:01'),(1308,0,677,13,'2022-04-25 13:35:01'),(1309,0,678,13,'2022-04-25 13:36:19'),(1310,0,679,13,'2022-04-25 13:51:20'),(1311,0,680,2,'2022-04-26 16:39:21'),(1312,0,681,2,'2022-04-26 16:41:01'),(1313,0,682,2,'2022-05-02 10:02:29'),(1314,0,682,9,'2022-05-02 10:02:34'),(1315,0,683,2,'2022-05-02 10:05:26'),(1316,0,684,202,'2022-05-02 10:56:16'),(1317,0,684,2,'2022-05-02 10:56:19'),(1318,0,685,202,'2022-05-02 10:57:34'),(1319,0,685,2,'2022-05-02 10:57:36'),(1320,0,686,202,'2022-05-02 11:04:26'),(1321,0,686,2,'2022-05-02 11:04:28'),(1322,0,687,202,'2022-05-02 11:28:03'),(1323,0,687,2,'2022-05-02 11:28:05'),(1324,0,688,202,'2022-05-02 11:35:07'),(1325,0,688,2,'2022-05-02 11:35:09'),(1326,0,689,202,'2022-05-02 11:37:52'),(1327,0,689,2,'2022-05-02 11:37:54'),(1328,0,690,202,'2022-05-02 11:45:23'),(1329,0,690,2,'2022-05-02 11:45:25'),(1330,0,691,202,'2022-05-02 12:04:26'),(1331,0,691,2,'2022-05-02 12:04:29'),(1332,0,683,201,'2022-05-02 12:20:13'),(1333,0,692,2,'2022-05-02 13:11:08'),(1334,0,682,7,'2022-05-02 13:28:16'),(1335,0,691,201,'2022-05-02 14:20:48'),(1336,0,693,2,'2022-05-02 15:36:56'),(1337,0,694,2,'2022-05-02 16:26:40'),(1338,0,695,2,'2022-05-02 16:28:34'),(1339,0,456,7,'2022-05-02 16:41:14'),(1340,0,696,202,'2022-05-03 11:59:18'),(1341,0,696,2,'2022-05-03 11:59:20'),(1342,0,697,202,'2022-05-03 14:46:31'),(1343,0,697,2,'2022-05-03 14:46:33'),(1344,0,698,202,'2022-05-03 14:48:38'),(1345,0,698,2,'2022-05-03 14:48:40'),(1346,0,699,202,'2022-05-03 14:52:20'),(1347,0,699,2,'2022-05-03 14:52:26'),(1348,0,700,202,'2022-05-03 16:29:47'),(1349,0,700,2,'2022-05-03 16:29:50'),(1350,0,701,202,'2022-05-03 16:31:35'),(1351,0,701,2,'2022-05-03 16:31:37'),(1352,0,702,2,'2022-05-04 16:52:08'),(1353,0,703,2,'2022-05-04 17:08:22'),(1354,0,704,2,'2022-05-04 17:09:16'),(1355,0,705,2,'2022-05-04 17:19:42'),(1356,0,706,2,'2022-05-04 17:21:15'),(1357,0,707,2,'2022-05-04 17:23:39'),(1358,0,708,2,'2022-05-04 17:25:42'),(1359,0,709,2,'2022-05-05 11:32:38'),(1360,0,710,2,'2022-05-05 11:44:26'),(1361,0,711,2,'2022-05-05 11:49:01'),(1362,0,712,2,'2022-05-09 13:05:26'),(1363,0,713,202,'2022-05-09 13:34:01'),(1364,0,713,2,'2022-05-09 13:34:04'),(1365,0,714,202,'2022-05-09 13:36:41'),(1366,0,714,2,'2022-05-09 13:36:43'),(1367,0,715,202,'2022-05-09 13:37:44'),(1368,0,715,2,'2022-05-09 13:37:46'),(1369,0,716,202,'2022-05-09 14:36:15'),(1370,0,716,2,'2022-05-09 14:36:17'),(1371,0,717,2,'2022-05-09 14:38:56'),(1372,0,718,202,'2022-05-09 16:05:46'),(1373,0,718,2,'2022-05-09 16:05:48'),(1374,0,719,202,'2022-05-09 16:58:42'),(1375,0,720,202,'2022-05-09 17:00:55'),(1376,0,721,202,'2022-05-09 17:05:59'),(1377,0,722,202,'2022-05-09 17:08:52'),(1378,0,722,2,'2022-05-09 17:09:00'),(1379,0,723,202,'2022-05-10 10:48:27'),(1380,0,723,2,'2022-05-10 10:55:33'),(1381,0,724,202,'2022-05-10 10:58:51'),(1382,0,724,2,'2022-05-10 10:58:54'),(1383,0,725,202,'2022-05-10 11:00:27'),(1384,0,725,2,'2022-05-10 11:01:08'),(1385,0,726,202,'2022-05-10 11:02:07'),(1386,0,727,202,'2022-05-10 11:03:16'),(1387,0,728,202,'2022-05-10 11:04:17'),(1388,0,727,2,'2022-05-10 11:04:20'),(1389,0,728,2,'2022-05-10 11:04:21'),(1390,0,729,202,'2022-05-10 11:16:43'),(1391,0,729,2,'2022-05-10 11:19:47'),(1392,0,728,13,'2022-05-10 11:24:04'),(1393,0,730,202,'2022-05-10 11:30:20'),(1394,0,730,2,'2022-05-10 11:30:23'),(1395,0,731,202,'2022-05-10 11:33:10'),(1396,0,731,2,'2022-05-10 11:33:14'),(1397,0,732,202,'2022-05-10 11:34:37'),(1398,0,732,2,'2022-05-10 11:34:40'),(1399,0,733,202,'2022-05-10 14:08:28'),(1400,0,733,2,'2022-05-10 14:08:37'),(1401,0,734,202,'2022-05-10 14:10:13'),(1402,0,735,202,'2022-05-10 14:13:39'),(1403,0,735,2,'2022-05-10 14:20:18'),(1404,0,736,202,'2022-05-10 14:25:46'),(1405,0,736,2,'2022-05-10 14:25:48'),(1406,0,737,202,'2022-05-10 14:28:45'),(1407,0,737,2,'2022-05-10 14:28:48'),(1408,0,738,202,'2022-05-10 14:29:51'),(1409,0,738,2,'2022-05-10 14:29:54'),(1410,0,739,202,'2022-05-10 14:30:50'),(1411,0,739,2,'2022-05-10 14:30:53'),(1412,0,740,13,'2022-05-10 14:33:41'),(1413,0,741,13,'2022-05-10 14:34:32'),(1414,0,742,13,'2022-05-10 14:39:07'),(1415,0,743,13,'2022-05-10 14:41:51'),(1416,0,743,2,'2022-05-10 14:41:57'),(1417,0,744,13,'2022-05-10 14:42:34'),(1418,0,744,2,'2022-05-10 14:42:40'),(1419,0,745,202,'2022-05-10 14:43:08'),(1420,0,745,2,'2022-05-10 14:43:10'),(1421,0,746,2,'2022-05-10 16:15:18'),(1422,0,747,202,'2022-05-10 16:16:23'),(1423,0,747,2,'2022-05-10 16:16:26'),(1424,0,748,2,'2022-05-23 10:16:28'),(1425,0,748,9,'2022-05-23 10:16:31'),(1426,0,749,2,'2022-05-23 10:17:53'),(1427,0,749,9,'2022-05-23 10:17:58'),(1428,0,749,201,'2022-05-23 12:20:11'),(1429,0,750,202,'2022-05-23 17:08:13'),(1430,0,750,2,'2022-05-23 17:08:16'),(1431,0,751,2,'2022-05-24 11:49:34'),(1432,0,751,9,'2022-05-24 11:49:37'),(1433,0,752,2,'2022-05-24 12:00:20'),(1434,0,752,9,'2022-05-24 12:00:23'),(1435,0,753,2,'2022-05-24 12:01:34'),(1436,0,753,9,'2022-05-24 12:01:37'),(1437,1,753,1,'2022-05-25 14:02:45'),(1438,0,754,2,'2022-05-31 10:11:33'),(1439,0,754,9,'2022-05-31 10:11:37'),(1440,0,755,13,'2022-05-31 16:39:10'),(1441,0,755,12,'2022-05-31 16:39:10'),(1442,0,728,6,'2022-06-07 11:36:09'),(1443,0,756,6,'2022-06-07 16:32:20'),(1444,0,757,9,'2022-06-13 12:38:30'),(1445,0,758,13,'2022-06-13 12:40:19'),(1446,0,758,12,'2022-06-13 12:40:19'),(1447,0,759,202,'2022-06-13 14:56:28'),(1448,0,759,12,'2022-06-13 14:56:28'),(1449,0,759,2,'2022-06-13 14:56:30'),(1450,0,759,13,'2022-06-13 15:13:02'),(1451,0,760,202,'2022-06-13 16:22:43'),(1452,0,760,12,'2022-06-13 16:22:43'),(1453,0,760,2,'2022-06-13 16:22:45'),(1454,0,761,202,'2022-06-13 16:27:04'),(1455,0,761,12,'2022-06-13 16:27:04'),(1456,0,761,2,'2022-06-13 16:27:51'),(1457,0,762,202,'2022-06-13 16:33:29'),(1458,0,762,12,'2022-06-13 16:33:29'),(1459,0,763,202,'2022-06-13 16:36:03'),(1460,0,763,12,'2022-06-13 16:36:03'),(1461,0,763,2,'2022-06-13 16:36:05'),(1462,0,764,2,'2022-06-14 11:05:31'),(1463,0,764,9,'2022-06-14 11:05:33'),(1464,0,766,9,'2022-06-14 11:35:11'),(1465,0,767,2,'2022-06-14 11:36:44'),(1466,0,767,9,'2022-06-14 11:36:49'),(1467,0,767,9,'2022-06-14 11:36:54'),(1468,0,768,2,'2022-06-14 11:38:09'),(1469,0,768,9,'2022-06-14 11:38:14'),(1470,0,768,9,'2022-06-14 11:38:19'),(1471,0,769,2,'2022-06-14 11:41:16'),(1472,0,769,9,'2022-06-14 11:41:30'),(1473,0,770,2,'2022-06-14 11:45:57'),(1474,0,770,9,'2022-06-14 11:46:03'),(1475,0,770,9,'2022-06-14 11:46:07'),(1476,0,771,2,'2022-06-14 11:53:52'),(1477,0,771,9,'2022-06-14 11:54:06'),(1478,0,764,13,'2022-06-14 12:25:58'),(1479,0,772,2,'2022-07-01 16:08:41'),(1480,0,772,9,'2022-07-01 16:08:52'),(1481,0,773,2,'2022-07-01 16:16:44'),(1482,0,773,9,'2022-07-01 16:16:49'),(1483,0,773,9,'2022-07-01 16:16:54'),(1484,0,773,13,'2022-07-01 16:32:53'),(1485,0,774,2,'2022-07-01 16:34:59'),(1486,0,774,9,'2022-07-01 16:35:05'),(1487,0,774,9,'2022-07-01 16:35:09'),(1488,0,775,2,'2022-07-01 16:44:36'),(1489,0,775,9,'2022-07-01 16:44:42'),(1490,0,775,9,'2022-07-01 16:44:47'),(1491,0,776,13,'2022-07-25 10:16:35'),(1492,0,776,2,'2022-07-25 10:16:42'),(1493,0,776,9,'2022-07-25 10:16:53'),(1494,0,777,2,'2022-07-25 10:19:39'),(1495,0,777,9,'2022-07-25 10:19:50'),(1496,0,777,13,'2022-07-25 10:21:27'),(1497,0,778,13,'2022-07-25 10:27:28'),(1498,0,778,2,'2022-07-25 10:27:32'),(1499,0,778,9,'2022-07-25 10:27:43'),(1500,0,779,2,'2022-07-25 10:29:53'),(1501,0,779,9,'2022-07-25 10:30:04'),(1502,0,780,2,'2022-07-25 10:32:13'),(1503,0,778,13,'2022-07-25 10:50:32'),(1504,0,778,202,'2022-07-25 10:55:59'),(1505,0,781,2,'2022-07-25 11:25:23'),(1506,0,781,13,'2022-07-25 11:25:36'),(1507,0,782,2,'2022-07-26 15:05:50'),(1508,0,783,13,'2022-07-26 17:03:21'),(1509,0,782,7,'2022-07-26 17:05:18'),(1510,0,785,13,'2022-07-26 17:08:02'),(1511,0,785,12,'2022-07-26 17:08:02'),(1512,1,786,202,'2022-07-26 17:11:33'),(1513,1,787,202,'2022-07-26 17:17:12'),(1514,0,787,12,'2022-07-26 17:17:12'),(1515,0,786,6,'2022-07-26 17:28:12'),(1516,0,787,6,'2022-07-26 17:33:12'),(1517,0,788,1,'2022-07-28 14:33:30'),(1518,0,788,12,'2022-07-28 14:33:40'),(1519,0,790,2,'2022-08-01 14:11:00'),(1520,0,790,9,'2022-08-01 14:11:05'),(1521,0,790,9,'2022-08-01 14:11:10'),(1522,0,791,202,'2022-08-01 14:35:21'),(1523,0,791,2,'2022-08-01 14:35:25'),(1524,0,791,9,'2022-08-01 14:35:30'),(1525,0,791,9,'2022-08-01 14:35:35'),(1526,0,792,2,'2022-08-01 14:37:06'),(1527,0,792,202,'2022-08-01 14:37:09'),(1528,0,792,2,'2022-08-01 14:37:23'),(1529,0,793,2,'2022-08-01 14:40:55'),(1530,0,793,9,'2022-08-01 14:41:06'),(1531,0,794,2,'2022-08-01 14:46:59'),(1532,0,795,2,'2022-08-01 14:54:55'),(1533,0,795,9,'2022-08-01 14:55:06'),(1534,0,796,2,'2022-08-01 15:54:59'),(1535,0,796,9,'2022-08-01 15:55:10'),(1536,0,797,2,'2022-08-08 11:10:00'),(1537,0,798,2,'2022-08-08 11:17:35'),(1538,0,799,9,'2022-08-16 11:04:13'),(1539,1,799,4,'2022-08-16 11:04:23'),(1540,0,800,9,'2022-08-16 11:07:58'),(1541,0,802,2,'2022-08-16 11:12:56'),(1542,0,802,9,'2022-08-16 11:13:26'),(1543,1,802,4,'2022-08-16 11:15:28'),(1544,0,804,2,'2022-08-16 11:20:29'),(1545,0,804,9,'2022-08-16 11:20:57'),(1546,0,803,9,'2022-08-16 11:23:29'),(1547,0,805,9,'2022-08-16 11:29:29'),(1548,0,809,9,'2022-08-16 11:51:54'),(1549,0,810,2,'2022-08-16 11:53:31'),(1550,0,810,9,'2022-08-16 11:53:36'),(1551,0,810,9,'2022-08-16 11:53:41'),(1552,1,810,2,'2022-08-16 11:54:05'),(1553,1,810,9,'2022-08-16 11:55:52'),(1554,1,810,2,'2022-08-16 11:56:36'),(1555,1,810,4,'2022-08-16 11:58:07'),(1556,1,810,9,'2022-08-16 11:59:13'),(1557,0,811,2,'2022-08-16 12:00:16'),(1558,0,811,9,'2022-08-16 12:00:18'),(1559,0,811,9,'2022-08-16 12:00:26'),(1560,0,812,2,'2022-08-16 13:03:32'),(1561,0,812,9,'2022-08-16 13:03:37'),(1562,0,812,9,'2022-08-16 13:03:42'),(1563,0,813,2,'2022-08-16 13:05:42'),(1564,0,813,9,'2022-08-16 13:06:16'),(1565,0,814,2,'2022-08-16 14:16:57'),(1566,0,814,9,'2022-08-16 14:17:03'),(1567,0,814,9,'2022-08-16 14:17:08'),(1568,0,815,2,'2022-08-16 14:23:14'),(1569,1,815,202,'2022-08-16 14:27:46'),(1570,1,815,4,'2022-08-16 14:35:39'),(1571,0,816,2,'2022-08-16 14:40:13'),(1572,1,814,2,'2022-08-16 16:49:15'),(1573,1,814,4,'2022-08-16 16:49:55'),(1574,1,812,2,'2022-08-16 16:51:59'),(1575,0,817,2,'2022-08-16 16:53:22'),(1576,0,817,9,'2022-08-16 16:53:26'),(1577,0,817,9,'2022-08-16 16:53:33'),(1578,1,817,2,'2022-08-16 16:54:28'),(1579,0,818,2,'2022-08-16 16:56:58'),(1580,0,819,2,'2022-08-16 17:01:13'),(1581,0,819,9,'2022-08-16 17:12:34'),(1582,0,776,6,'2022-08-22 10:16:45'),(1583,0,777,6,'2022-08-22 10:20:59'),(1584,0,778,6,'2022-08-22 10:30:38'),(1585,0,781,6,'2022-08-22 11:26:32'),(1586,0,791,6,'2022-08-29 14:36:38'),(1587,0,792,6,'2022-08-29 14:40:29'),(1588,0,820,2,'2022-09-01 11:29:39'),(1589,0,820,9,'2022-09-01 11:29:45'),(1590,0,820,9,'2022-09-01 11:29:49'),(1591,0,821,2,'2022-09-01 11:35:32'),(1592,0,821,9,'2022-09-01 11:35:38'),(1593,0,821,9,'2022-09-01 11:35:42'),(1594,0,822,202,'2022-09-01 13:51:05'),(1595,0,822,12,'2022-09-01 13:51:05'),(1596,0,822,9,'2022-09-01 13:51:11'),(1597,0,822,2,'2022-09-01 13:51:26'),(1598,0,823,202,'2022-09-01 13:52:06'),(1599,0,823,12,'2022-09-01 13:52:07'),(1600,0,823,9,'2022-09-01 13:52:12'),(1601,0,823,2,'2022-09-01 13:52:32'),(1602,0,824,202,'2022-09-01 13:53:28'),(1603,0,824,12,'2022-09-01 13:53:28'),(1604,0,824,9,'2022-09-01 13:53:33'),(1605,0,824,2,'2022-09-01 13:53:48'),(1606,0,825,202,'2022-09-02 11:59:41'),(1607,0,825,12,'2022-09-02 11:59:41'),(1608,0,826,2,'2022-09-02 12:36:51'),(1609,0,826,9,'2022-09-02 12:37:01'),(1610,0,825,7,'2022-09-02 14:00:21'),(1611,0,827,202,'2022-09-06 10:36:22'),(1612,0,827,12,'2022-09-06 10:36:22'),(1613,0,827,9,'2022-09-06 10:36:28'),(1614,0,827,205,'2022-09-06 10:36:43'),(1615,0,828,202,'2022-09-06 10:37:17'),(1616,0,828,12,'2022-09-06 10:37:18'),(1617,0,827,206,'2022-09-06 10:37:18'),(1618,0,828,9,'2022-09-06 10:37:23'),(1619,0,828,205,'2022-09-06 10:37:38'),(1620,0,829,202,'2022-09-06 10:40:12'),(1621,0,829,205,'2022-09-06 10:40:22'),(1622,0,800,6,'2022-09-13 11:07:13'),(1623,0,803,6,'2022-09-13 11:17:16'),(1624,0,804,6,'2022-09-13 11:21:09'),(1625,0,805,6,'2022-09-13 11:31:28'),(1626,0,809,6,'2022-09-13 11:51:28'),(1627,0,811,6,'2022-09-13 12:02:09'),(1628,0,813,6,'2022-09-13 13:06:55'),(1629,0,830,2,'2022-09-13 15:56:47'),(1630,0,830,9,'2022-09-13 15:56:58'),(1631,0,818,6,'2022-09-13 16:57:16'),(1632,0,831,2,'2022-09-15 11:29:30'),(1633,0,832,2,'2022-09-19 14:14:07'),(1634,0,832,9,'2022-09-19 14:14:18'),(1635,0,833,2,'2022-09-19 14:35:59'),(1636,0,833,9,'2022-09-19 14:36:15'),(1637,0,834,2,'2022-09-19 14:52:52'),(1638,0,834,9,'2022-09-19 14:52:58'),(1639,0,834,9,'2022-09-19 14:53:02'),(1640,0,835,2,'2022-09-19 14:56:55'),(1641,0,835,9,'2022-09-19 14:57:02'),(1642,0,835,9,'2022-09-19 14:57:05'),(1643,0,836,2,'2022-09-19 14:58:50'),(1644,0,836,9,'2022-09-19 14:58:55'),(1645,0,836,9,'2022-09-19 14:59:00'),(1646,0,837,2,'2022-10-06 12:01:04'),(1647,0,837,9,'2022-10-06 12:01:07'),(1648,0,837,9,'2022-10-06 12:01:17'),(1649,0,838,2,'2022-10-06 12:03:55'),(1650,0,838,9,'2022-10-06 12:04:06'),(1651,0,839,2,'2022-10-10 11:34:58'),(1652,0,839,9,'2022-10-10 11:35:03'),(1653,0,839,9,'2022-10-10 11:35:08'),(1654,0,840,2,'2022-10-10 11:39:30'),(1655,0,840,9,'2022-10-10 11:39:36'),(1656,0,840,9,'2022-10-10 11:39:40'),(1657,0,841,2,'2022-10-11 14:38:00'),(1658,0,841,9,'2022-10-11 14:38:11'),(1659,0,843,223,'2022-10-17 13:47:53'),(1660,0,843,12,'2022-10-17 13:47:54'),(1661,0,843,2,'2022-10-17 13:48:34'),(1662,0,844,223,'2022-10-17 13:55:46'),(1663,0,844,2,'2022-10-17 13:55:57'),(1664,0,845,2,'2022-10-17 14:02:15'),(1665,1,845,4,'2022-10-17 14:03:45'),(1666,0,845,225,'2022-10-17 14:03:45'),(1667,0,846,2,'2022-10-17 14:08:06'),(1668,0,848,2,'2022-10-17 14:39:12'),(1669,0,848,225,'2022-10-17 14:39:56'),(1670,0,849,2,'2022-10-17 14:41:01'),(1671,1,849,5,'2022-10-17 14:42:30'),(1672,1,849,2,'2022-10-17 14:44:09'),(1673,0,850,226,'2022-10-17 15:08:19'),(1674,0,850,227,'2022-10-17 15:08:41'),(1675,0,851,226,'2022-10-17 15:13:44'),(1676,0,852,226,'2022-10-17 15:14:11'),(1677,0,852,227,'2022-10-17 15:14:34'),(1678,0,853,226,'2022-10-17 15:16:00'),(1679,0,854,2,'2022-10-18 13:06:20'),(1680,0,854,9,'2022-10-18 13:06:31'),(1681,0,855,2,'2022-10-18 14:57:41'),(1682,0,856,226,'2022-10-18 14:58:11'),(1683,0,856,227,'2022-10-18 14:58:32'),(1684,1,856,1,'2022-10-18 14:59:49'),(1685,0,857,226,'2022-10-18 15:01:24'),(1686,0,857,227,'2022-10-18 15:01:45'),(1687,0,858,226,'2022-10-18 15:02:33'),(1688,0,858,227,'2022-10-18 15:07:45'),(1689,0,859,226,'2022-10-18 15:11:09'),(1690,0,859,227,'2022-10-18 15:18:28'),(1691,0,860,226,'2022-10-18 15:59:30'),(1692,0,861,226,'2022-11-10 09:54:28'),(1693,0,861,9,'2022-11-10 09:54:33'),(1694,0,861,9,'2022-11-10 09:54:38'),(1695,0,846,6,'2022-11-14 13:10:18'),(1696,0,851,6,'2022-11-14 14:23:19'),(1697,0,860,6,'2022-11-15 15:01:40'),(1698,0,862,2,'2022-11-15 15:29:08'),(1699,0,862,9,'2022-11-15 15:29:20'); -/*!40000 ALTER TABLE `ps_order_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_invoice` --- - -DROP TABLE IF EXISTS `ps_order_invoice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_invoice` ( - `id_order_invoice` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_order` int(11) NOT NULL, - `number` int(11) NOT NULL, - `delivery_number` int(11) NOT NULL, - `delivery_date` datetime DEFAULT NULL, - `total_discount_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_discount_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products_wt` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `shipping_tax_computation_method` int(10) unsigned NOT NULL, - `total_wrapping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_wrapping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `shop_address` text, - `note` text, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_invoice`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB AUTO_INCREMENT=673 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_invoice` --- - -LOCK TABLES `ps_order_invoice` WRITE; -/*!40000 ALTER TABLE `ps_order_invoice` DISABLE KEYS */; -INSERT INTO `ps_order_invoice` VALUES (1,6,1,0,'0000-00-00 00:00:00',5.000000,6.050000,23.800000,28.800000,28.800000,34.850000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-05 09:15:17'),(2,11,2,0,'0000-00-00 00:00:00',0.000000,0.000000,7.800000,9.440000,0.800000,0.970000,7.000000,8.470000,0,0.000000,0.000000,'mollie17','','2020-11-05 10:53:03'),(3,12,3,0,'0000-00-00 00:00:00',0.000000,0.000000,0.960000,1.160000,0.960000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-05 10:53:30'),(4,13,4,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-05 12:42:56'),(5,16,5,0,'0000-00-00 00:00:00',0.000000,0.000000,35.720000,43.220000,28.720000,34.750000,7.000000,8.470000,0,0.000000,0.000000,'mollie17','','2020-11-06 13:49:28'),(6,17,6,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:25:10'),(7,18,7,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:27:09'),(8,19,8,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:29:57'),(9,20,9,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:31:17'),(10,21,10,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:33:07'),(11,22,11,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:38:54'),(12,23,12,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 14:43:47'),(13,25,13,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 15:25:28'),(14,26,14,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 15:27:36'),(15,28,15,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 15:40:53'),(16,30,16,0,'0000-00-00 00:00:00',0.000000,0.000000,151.160000,182.900000,144.160000,174.430000,7.000000,8.470000,0,0.000000,0.000000,'mollie17','','2020-11-06 16:36:36'),(17,31,17,0,'0000-00-00 00:00:00',0.000000,0.000000,86.720000,104.930000,86.720000,104.930000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 16:40:44'),(18,32,18,0,'0000-00-00 00:00:00',0.000000,0.000000,86.720000,104.930000,86.720000,104.930000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 17:21:29'),(19,33,19,0,'0000-00-00 00:00:00',0.000000,0.000000,86.720000,104.930000,86.720000,104.930000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-06 18:14:09'),(20,34,20,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-12 14:59:27'),(21,35,21,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-12 15:01:18'),(22,36,22,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-12 15:06:40'),(23,38,23,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 09:42:13'),(24,39,24,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 09:44:39'),(25,40,25,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 09:48:45'),(26,42,26,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 11:49:55'),(27,43,27,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 13:54:28'),(28,45,28,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:10:01'),(29,46,29,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:16:03'),(30,47,30,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:28:53'),(31,48,31,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:34:54'),(32,49,32,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:41:24'),(33,50,33,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:56:44'),(34,51,34,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 14:58:23'),(35,52,35,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 15:29:07'),(36,53,36,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-13 17:18:42'),(37,57,37,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 10:48:58'),(38,59,38,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 11:01:20'),(39,60,39,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 11:12:31'),(40,61,40,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 13:15:29'),(41,62,41,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 13:38:20'),(42,63,42,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 13:46:25'),(43,64,43,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 13:55:48'),(44,65,44,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 14:00:30'),(45,66,45,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-19 14:06:54'),(46,67,46,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-27 09:51:27'),(47,68,47,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-27 09:54:00'),(48,69,48,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-27 09:54:54'),(49,71,49,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-27 12:37:58'),(50,77,50,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-27 15:06:30'),(51,78,51,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-11-27 15:28:41'),(52,82,52,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 10:42:39'),(53,83,53,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 10:46:33'),(54,84,54,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 10:51:45'),(55,85,55,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 10:57:13'),(56,86,56,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 11:01:32'),(57,87,57,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 11:08:39'),(58,88,58,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 11:15:08'),(59,89,59,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 11:31:22'),(60,90,60,1,'2020-12-03 13:26:36',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 13:26:36'),(61,91,61,2,'2020-12-03 13:28:25',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-03 13:28:25'),(62,92,62,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-04 14:04:50'),(63,95,63,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-04 15:23:45'),(64,96,64,3,'2020-12-10 09:38:49',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-10 09:38:49'),(65,98,65,0,'0000-00-00 00:00:00',28.720000,34.750000,0.000000,0.000000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-10 11:28:36'),(66,99,66,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-10 13:26:53'),(67,100,67,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-10 15:19:58'),(68,101,68,4,'2020-12-10 15:22:10',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-10 15:22:10'),(69,102,69,0,'0000-00-00 00:00:00',0.000000,0.000000,33.720000,39.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2020-12-10 16:43:30'),(70,114,70,0,'0000-00-00 00:00:00',0.000000,0.000000,33.720000,39.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-12 10:28:58'),(71,120,71,0,'0000-00-00 00:00:00',0.000000,0.000000,33.720000,39.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-12 11:14:06'),(72,124,72,0,'0000-00-00 00:00:00',0.000000,0.000000,33.720000,39.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-14 11:34:25'),(73,125,73,0,'0000-00-00 00:00:00',0.000000,0.000000,33.720000,39.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-14 13:20:29'),(74,136,74,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-25 13:42:54'),(75,137,75,5,'2021-01-25 16:09:22',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-25 16:07:03'),(76,139,76,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-25 16:23:14'),(77,140,77,6,'2021-01-25 16:31:04',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-25 16:27:43'),(78,141,78,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-28 09:44:25'),(79,142,79,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-28 10:56:11'),(80,143,80,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-01-28 13:32:47'),(81,149,81,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-02 10:36:46'),(82,153,82,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-02 15:32:34'),(83,155,83,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-02 17:10:32'),(84,156,84,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-02 17:12:41'),(85,158,85,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-04 14:49:39'),(86,161,86,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-04 15:13:56'),(87,165,87,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-04 16:00:55'),(88,166,88,7,'2021-02-04 16:08:40',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-04 16:06:57'),(89,167,89,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-04 16:13:37'),(90,168,90,8,'2021-02-04 16:17:20',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-04 16:15:35'),(91,169,91,0,'0000-00-00 00:00:00',0.000000,0.000000,45.930000,45.930000,45.930000,45.930000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-18 13:33:28'),(92,170,92,9,'2021-02-26 15:44:07',0.000000,0.000000,57.440000,57.440000,57.440000,57.440000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-02-18 15:00:09'),(93,179,93,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-04 16:12:38'),(94,180,94,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-04 16:14:12'),(95,183,95,0,'0000-00-00 00:00:00',2.900000,3.510000,26.100000,31.580000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-18 14:33:45'),(96,185,96,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,'mollie17','','2021-03-19 11:06:49'),(97,186,97,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-19 11:16:03'),(98,184,98,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,'mollie17','','2021-03-19 11:39:07'),(99,182,99,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-19 12:26:46'),(100,187,100,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 10:35:42'),(101,188,101,10,'2021-03-25 12:27:51',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 10:37:40'),(102,189,102,11,'2021-03-25 12:34:09',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 12:32:38'),(103,190,103,12,'2021-03-25 13:22:42',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 13:21:00'),(104,191,104,13,'2021-03-25 13:25:56',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 13:25:28'),(105,192,105,14,'2021-03-25 13:27:22',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 13:26:48'),(106,193,106,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-03-25 16:08:49'),(107,195,107,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 09:31:20'),(108,200,108,0,'0000-00-00 00:00:00',0.000000,0.000000,57.720000,69.840000,57.720000,69.840000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 10:18:52'),(109,201,109,15,'2021-04-08 13:27:36',0.000000,0.000000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 13:14:25'),(110,202,110,16,'2021-04-08 13:28:55',0.000000,0.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 13:28:14'),(111,203,111,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 13:30:58'),(112,204,112,0,'0000-00-00 00:00:00',0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 13:43:50'),(113,205,113,17,'2021-04-08 13:47:48',0.000000,0.000000,258.480000,312.760000,258.480000,312.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 13:47:13'),(114,208,114,18,'2021-04-08 15:54:02',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 15:54:02'),(115,210,115,0,'0000-00-00 00:00:00',0.000000,0.000000,87.160000,105.250000,86.160000,104.250000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-08 16:19:39'),(116,213,116,0,'0000-00-00 00:00:00',0.000000,0.000000,172.600000,208.850000,172.600000,208.850000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-15 14:51:16'),(117,214,117,19,'2021-04-16 13:19:07',0.000000,0.000000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-16 13:18:39'),(118,215,118,0,'0000-00-00 00:00:00',5.000000,6.050000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 11:38:35'),(119,216,119,0,'0000-00-00 00:00:00',5.000000,6.050000,23.800000,28.800000,28.800000,34.850000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 11:42:50'),(120,217,120,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:12:08'),(121,218,121,0,'0000-00-00 00:00:00',5.000000,6.050000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:12:55'),(122,219,122,0,'0000-00-00 00:00:00',5.000000,6.050000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:15:12'),(123,220,123,0,'0000-00-00 00:00:00',5.000000,6.050000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:21:19'),(124,221,124,0,'0000-00-00 00:00:00',5.000000,6.050000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:25:08'),(125,222,125,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:26:23'),(126,223,126,0,'0000-00-00 00:00:00',5.000000,6.050000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-22 12:27:23'),(127,224,127,0,'0000-00-00 00:00:00',0.000000,0.000000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-30 10:57:44'),(128,225,128,0,'0000-00-00 00:00:00',0.000000,0.000000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-30 10:57:58'),(129,226,129,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-30 10:58:58'),(130,227,130,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-30 12:01:30'),(131,228,131,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-04-30 12:05:34'),(132,230,132,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-06 12:51:38'),(133,231,133,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-06 12:56:28'),(134,232,134,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-07 10:18:10'),(135,233,135,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-13 14:40:15'),(136,234,136,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-13 14:43:10'),(137,235,137,20,'2021-05-20 14:15:51',0.000000,0.000000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-20 14:13:14'),(138,236,138,0,'0000-00-00 00:00:00',0.000000,0.000000,115.660000,139.950000,115.660000,139.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-20 14:21:20'),(139,237,139,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-20 14:24:03'),(140,238,140,0,'0000-00-00 00:00:00',0.000000,0.000000,57.720000,69.840000,57.720000,69.840000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-20 14:26:08'),(141,240,141,0,'0000-00-00 00:00:00',0.000000,0.000000,202.700000,245.260000,202.700000,245.260000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-20 14:53:07'),(142,241,142,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-05-21 11:45:41'),(143,242,143,0,'0000-00-00 00:00:00',0.000000,0.000000,32.030000,38.750000,28.720000,34.750000,3.310000,4.000000,0,0.000000,0.000000,'mollie17','','2021-06-03 10:10:05'),(144,243,144,0,'0000-00-00 00:00:00',0.000000,0.000000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-03 10:17:45'),(145,244,145,21,'2021-06-10 09:37:39',0.000000,0.000000,86.160000,104.250000,86.160000,104.250000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-03 10:25:06'),(146,245,146,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-04 16:09:40'),(147,246,147,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-04 16:16:30'),(148,247,148,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-04 16:19:08'),(149,248,149,22,'2021-06-10 11:50:00',0.000000,0.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-10 09:45:58'),(150,249,150,0,'0000-00-00 00:00:00',0.000000,0.000000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-06-10 11:18:00'),(151,253,151,0,'0000-00-00 00:00:00',0.000000,0.000000,50.000000,59.450000,45.000000,54.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-09 13:09:18'),(152,255,152,0,'0000-00-00 00:00:00',0.000000,0.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-27 12:02:05'),(153,256,153,0,'0000-00-00 00:00:00',0.000000,0.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-27 12:46:04'),(154,257,154,0,'0000-00-00 00:00:00',0.000000,0.000000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-27 12:51:21'),(155,258,155,0,'0000-00-00 00:00:00',0.000000,0.000000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-27 12:55:02'),(156,259,156,0,'0000-00-00 00:00:00',0.000000,0.000000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-27 12:56:36'),(157,260,157,0,'0000-00-00 00:00:00',0.000000,0.000000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-27 13:03:13'),(158,261,158,0,'0000-00-00 00:00:00',0.000000,0.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-29 09:37:47'),(159,262,159,0,'0000-00-00 00:00:00',0.000000,0.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-29 09:39:43'),(160,263,160,0,'0000-00-00 00:00:00',0.000000,0.000000,60.750000,73.500000,57.440000,69.500000,3.310000,4.000000,0,0.000000,0.000000,'mollie17','','2021-07-29 16:27:21'),(161,264,161,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 09:14:55'),(162,265,162,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 09:16:50'),(163,266,163,0,'0000-00-00 00:00:00',0.000000,0.000000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 09:43:20'),(164,267,164,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 09:48:08'),(165,268,165,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 09:50:47'),(166,269,166,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 10:02:36'),(167,270,167,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 11:25:52'),(168,271,168,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 11:32:23'),(169,272,169,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 11:38:13'),(170,273,170,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 11:41:32'),(171,274,171,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 11:47:25'),(172,275,172,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 11:51:50'),(173,276,173,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 12:25:22'),(174,277,174,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 12:26:25'),(175,278,175,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 12:28:58'),(176,279,176,23,'2021-07-30 15:26:21',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 12:53:04'),(177,280,177,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 15:46:03'),(178,281,178,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 16:09:58'),(179,282,179,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 16:13:51'),(180,283,180,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 16:16:50'),(181,284,181,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-07-30 16:38:50'),(182,285,182,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 11:26:56'),(183,286,183,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 11:34:13'),(184,287,184,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:03:06'),(185,288,185,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:05:05'),(186,289,186,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:17:23'),(187,290,187,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:22:40'),(188,291,188,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:27:39'),(189,292,189,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:29:30'),(190,293,190,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:31:58'),(191,294,191,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:33:46'),(192,295,192,0,'0000-00-00 00:00:00',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:36:55'),(193,296,193,0,'0000-00-00 00:00:00',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 12:38:25'),(194,297,194,0,'0000-00-00 00:00:00',0.000000,0.000000,64.390000,76.450000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 15:37:40'),(195,298,195,0,'0000-00-00 00:00:00',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 15:38:35'),(196,299,196,0,'0000-00-00 00:00:00',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 15:40:47'),(197,300,197,0,'0000-00-00 00:00:00',0.000000,0.000000,0.090000,0.110000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 15:55:51'),(198,301,198,0,'0000-00-00 00:00:00',0.000000,0.000000,0.260000,0.310000,0.240000,0.290000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 15:56:09'),(199,302,199,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-05 16:03:45'),(200,303,200,0,'0000-00-00 00:00:00',0.000000,0.000000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-06 09:53:09'),(201,304,201,0,'0000-00-00 00:00:00',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-06 11:32:54'),(202,305,202,0,'0000-00-00 00:00:00',0.000000,0.000000,22.640000,34.750000,57.660000,69.770000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-06 11:44:49'),(203,306,203,0,'0000-00-00 00:00:00',0.000000,0.000000,64.390000,76.450000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-06 13:28:30'),(204,307,204,0,'0000-00-00 00:00:00',0.000000,0.000000,120.320000,144.530000,115.320000,139.530000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-09 16:34:00'),(205,308,205,0,'0000-00-00 00:00:00',0.000000,0.000000,62.440000,74.500000,57.440000,69.500000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-10 10:35:59'),(206,309,206,24,'2021-08-10 10:42:02',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-10 10:37:20'),(207,310,207,0,'0000-00-00 00:00:00',0.000000,0.000000,62.660000,74.770000,57.660000,69.770000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-12 18:11:20'),(208,311,208,0,'0000-00-00 00:00:00',0.000000,0.000000,119.880000,144.000000,114.880000,139.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-13 10:13:31'),(209,312,209,0,'0000-00-00 00:00:00',0.000000,0.000000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-08-13 10:14:06'),(210,315,210,0,'0000-00-00 00:00:00',0.000000,0.000000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 09:43:43'),(211,316,211,0,'0000-00-00 00:00:00',0.000000,0.000000,0.090000,0.110000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 09:45:26'),(212,317,212,0,'0000-00-00 00:00:00',0.000000,0.000000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 09:47:36'),(213,318,213,0,'0000-00-00 00:00:00',0.000000,0.000000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 09:51:37'),(214,319,214,0,'0000-00-00 00:00:00',0.000000,0.000000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 09:55:07'),(215,320,215,0,'0000-00-00 00:00:00',0.000000,0.000000,0.160000,0.190000,0.160000,0.190000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 09:57:17'),(216,322,216,0,'0000-00-00 00:00:00',0.000000,0.000000,0.160000,0.190000,0.160000,0.190000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 10:03:51'),(217,323,217,0,'0000-00-00 00:00:00',0.000000,0.000000,0.160000,0.190000,0.160000,0.190000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 10:07:25'),(218,325,218,0,'0000-00-00 00:00:00',0.000000,0.000000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 10:11:00'),(219,326,219,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-02 11:56:54'),(220,327,220,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-21 11:13:24'),(221,328,221,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-21 11:14:12'),(222,329,222,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-21 13:17:48'),(223,330,223,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-22 14:24:07'),(224,331,224,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-22 14:25:14'),(225,332,225,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-22 14:42:21'),(226,333,226,0,'0000-00-00 00:00:00',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-22 17:28:55'),(227,334,227,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,'mollie17','','2021-09-22 17:38:29'),(228,335,228,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-23 10:58:52'),(229,336,229,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-23 11:02:07'),(230,337,230,0,'0000-00-00 00:00:00',0.000000,0.000000,203.000000,245.630000,203.000000,245.630000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-23 14:52:05'),(231,338,231,0,'0000-00-00 00:00:00',0.000000,0.000000,12.520000,13.650000,12.520000,13.650000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-23 15:11:03'),(232,339,232,0,'0000-00-00 00:00:00',0.000000,0.000000,10.730000,11.700000,10.730000,11.700000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-23 15:30:52'),(233,340,233,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-25 11:25:02'),(234,341,234,0,'0000-00-00 00:00:00',0.000000,0.000000,34.370000,40.940000,34.370000,40.940000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-09-25 11:32:06'),(235,342,235,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 09:31:48'),(236,343,236,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 10:25:20'),(237,344,237,0,'0000-00-00 00:00:00',2.900000,3.510000,26.100000,31.580000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 10:40:47'),(238,345,238,0,'0000-00-00 00:00:00',0.000000,0.000000,29.110000,35.200000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 10:41:58'),(239,346,239,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 10:49:27'),(240,347,240,0,'0000-00-00 00:00:00',2.900000,3.510000,26.210000,31.690000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 10:51:12'),(241,349,241,0,'0000-00-00 00:00:00',5.800000,7.020000,55.510000,67.160000,58.000000,70.180000,3.310000,4.000000,0,0.000000,0.000000,'mollie17','','2021-10-07 14:14:25'),(242,350,242,0,'0000-00-00 00:00:00',0.000000,0.000000,7.410000,8.950000,7.300000,8.840000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-13 09:07:34'),(243,351,243,0,'0000-00-00 00:00:00',0.000000,0.000000,29.110000,29.110000,29.000000,29.000000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-13 09:22:30'),(244,352,244,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-13 09:23:56'),(245,353,245,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-13 09:26:09'),(246,354,246,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-13 09:27:31'),(247,355,247,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-13 09:28:31'),(248,356,248,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-13 09:31:19'),(249,357,249,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-13 09:35:21'),(250,358,250,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-13 10:00:31'),(251,359,251,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,34.000000,29.000000,29.000000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-13 12:34:15'),(252,360,252,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-15 09:48:53'),(253,362,253,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-15 09:53:53'),(254,365,254,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-15 10:26:59'),(255,366,255,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2021-10-15 10:28:38'),(256,369,256,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 10:44:05'),(257,371,257,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:07:35'),(258,372,258,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:09:58'),(259,373,259,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:12:28'),(260,374,260,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:13:40'),(261,375,261,0,'0000-00-00 00:00:00',0.000000,0.000000,121.000000,145.360000,116.000000,140.360000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:14:49'),(262,378,262,0,'0000-00-00 00:00:00',0.000000,0.000000,92.000000,110.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:36:08'),(263,382,263,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 11:55:31'),(264,384,264,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 12:49:06'),(265,385,265,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 12:49:51'),(266,386,266,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 12:52:57'),(267,387,267,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-15 12:54:32'),(268,391,268,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-28 12:09:52'),(269,392,269,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-28 12:11:01'),(270,393,270,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-28 13:56:44'),(271,394,271,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-28 14:00:46'),(272,396,272,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-28 14:14:20'),(273,397,273,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-28 14:47:33'),(274,399,274,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-29 13:22:54'),(275,400,275,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-10-29 15:19:33'),(276,401,276,0,'0000-00-00 00:00:00',0.000000,0.000000,2843.270000,3440.350000,2843.270000,3440.350000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-05 09:33:48'),(277,404,277,25,'2021-11-05 13:11:59',0.000000,0.000000,3075.270000,3721.070000,3075.270000,3721.070000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-05 13:11:12'),(278,405,278,0,'0000-00-00 00:00:00',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-05 14:09:09'),(279,406,279,27,'2021-11-05 14:36:31',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-05 14:30:10'),(280,407,280,26,'2021-11-05 14:33:41',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-05 14:33:27'),(281,408,281,28,'2021-11-11 11:01:19',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-11 09:37:29'),(282,409,282,29,'2021-11-12 14:13:13',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-12 14:12:30'),(283,411,283,30,'2021-11-18 15:54:37',0.000000,0.000000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-18 15:54:37'),(284,412,284,31,'2021-11-18 15:56:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-18 15:56:00'),(285,413,285,32,'2021-11-19 11:34:01',0.000000,0.000000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-19 11:33:42'),(286,414,286,0,'0000-00-00 00:00:00',0.000000,0.000000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-19 11:50:59'),(287,415,287,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-19 12:13:48'),(288,416,288,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,'mollie17','','2021-11-19 12:24:54'),(289,417,289,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-25 10:24:29'),(290,418,290,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-25 11:17:23'),(291,419,291,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-25 11:36:00'),(292,420,292,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-25 11:36:57'),(293,421,293,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-25 12:14:21'),(294,422,294,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-29 14:29:48'),(295,423,295,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-29 14:30:39'),(296,424,296,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-11-29 14:45:33'),(297,427,297,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-09 10:40:28'),(298,428,298,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-09 10:59:58'),(299,429,299,0,'0000-00-00 00:00:00',0.000000,0.000000,144.710000,175.090000,144.710000,175.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-13 15:49:35'),(300,430,300,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-14 14:54:18'),(301,431,301,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-15 12:40:35'),(302,432,302,0,'0000-00-00 00:00:00',0.000000,0.000000,57.880000,70.030000,57.880000,70.030000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-16 15:32:28'),(303,433,303,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-16 15:35:22'),(304,434,304,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-16 15:59:03'),(305,435,305,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-16 15:59:03'),(306,438,306,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2021-12-16 16:54:57'),(307,439,307,0,'0000-00-00 00:00:00',0.000000,0.000000,67.800000,82.040000,67.800000,82.040000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 09:34:26'),(308,440,308,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 09:35:24'),(309,441,309,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 09:39:30'),(310,442,310,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 09:46:55'),(311,443,311,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 10:02:18'),(312,444,312,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 10:09:22'),(313,445,313,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 10:11:20'),(314,446,314,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 10:16:39'),(315,447,315,0,'0000-00-00 00:00:00',0.000000,0.000000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 10:22:04'),(316,448,316,0,'0000-00-00 00:00:00',0.000000,0.000000,173.640000,210.100000,173.640000,210.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-06 15:40:51'),(317,449,317,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 11:17:05'),(318,450,318,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 11:21:04'),(319,451,319,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 11:25:29'),(320,452,320,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 11:26:23'),(321,453,321,0,'0000-00-00 00:00:00',0.000000,0.000000,57.880000,70.030000,57.880000,70.030000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 15:31:11'),(322,454,322,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 15:32:42'),(323,455,323,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-07 15:39:49'),(324,456,324,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-12 15:41:54'),(325,457,325,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-13 09:45:43'),(326,458,326,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-13 10:07:25'),(327,459,327,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-13 10:46:25'),(328,460,328,0,'0000-00-00 00:00:00',0.000000,0.000000,28.950000,35.030000,28.950000,35.030000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-13 13:25:55'),(329,461,329,0,'0000-00-00 00:00:00',0.000000,0.000000,28.950000,35.030000,28.950000,35.030000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-14 13:53:33'),(330,463,330,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 10:48:10'),(331,464,331,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 10:49:13'),(332,465,332,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 12:35:15'),(333,466,333,0,'0000-00-00 00:00:00',0.000000,0.000000,26.050000,31.520000,26.050000,31.520000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 12:44:27'),(334,467,334,33,'2022-01-20 14:08:38',0.000000,0.000000,14.470000,17.510000,14.470000,17.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 14:08:38'),(335,468,335,34,'2022-01-20 14:12:10',0.000000,0.000000,28.970000,35.060000,28.970000,35.060000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 14:11:52'),(336,469,336,35,'2022-01-20 14:13:17',0.000000,0.000000,14.470000,17.510000,14.470000,17.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 14:13:03'),(337,470,337,36,'2022-01-20 14:40:56',0.000000,0.000000,14.470000,17.510000,14.470000,17.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-20 14:36:04'),(338,472,338,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-01-25 15:47:28'),(339,473,339,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-01-25 15:48:28'),(340,474,340,0,'0000-00-00 00:00:00',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 13:31:17'),(341,478,341,0,'0000-00-00 00:00:00',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 13:46:07'),(342,479,342,0,'0000-00-00 00:00:00',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 13:47:04'),(343,480,343,0,'0000-00-00 00:00:00',0.000000,0.000000,1.100000,1.260000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 13:47:49'),(344,481,344,0,'0000-00-00 00:00:00',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 13:48:36'),(345,486,345,0,'0000-00-00 00:00:00',0.000000,0.000000,1.100000,1.260000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 14:09:55'),(346,487,346,0,'0000-00-00 00:00:00',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 14:12:51'),(347,491,347,0,'0000-00-00 00:00:00',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 14:46:00'),(348,492,348,37,'2022-01-28 15:11:27',0.000000,0.000000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-01-28 15:10:43'),(349,494,349,0,'0000-00-00 00:00:00',0.000000,0.000000,29.940000,29.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-01 11:07:35'),(350,495,350,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-01 11:08:37'),(351,497,351,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-01 15:57:28'),(352,499,352,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-01 16:02:19'),(353,500,353,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-03 09:57:17'),(354,501,354,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-03 09:58:16'),(355,502,355,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 10:03:22'),(356,503,356,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 10:08:55'),(357,505,357,0,'0000-00-00 00:00:00',0.000000,0.000000,57.880000,70.030000,57.880000,70.030000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 15:43:08'),(358,506,358,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 15:50:28'),(359,507,359,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 15:54:03'),(360,508,360,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 15:55:45'),(361,509,361,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 15:56:35'),(362,511,362,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 16:52:11'),(363,512,363,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 16:56:28'),(364,513,364,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 17:00:13'),(365,514,365,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 17:01:51'),(366,515,366,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 17:02:42'),(367,516,367,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-03 17:03:26'),(368,517,368,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-08 09:48:29'),(369,518,369,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-08 16:51:02'),(370,519,370,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-08 16:53:01'),(371,521,371,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-11 10:52:46'),(372,522,372,0,'0000-00-00 00:00:00',0.000000,0.000000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-17 09:51:16'),(373,523,373,0,'0000-00-00 00:00:00',0.000000,0.000000,57.940000,57.940000,57.940000,57.940000,0.000000,0.000000,1,0.000000,0.000000,'mollie17','','2022-02-17 14:54:07'),(374,524,374,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-02-22 14:29:47'),(375,525,375,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-01 14:14:16'),(376,526,376,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-01 14:14:58'),(377,527,377,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-01 14:22:17'),(378,528,378,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-01 14:29:28'),(379,529,379,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-07 10:17:23'),(380,532,380,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-14 13:04:21'),(381,533,381,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-14 13:10:56'),(382,534,382,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-14 15:28:39'),(383,535,383,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-14 16:51:37'),(384,536,384,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-14 17:05:27'),(385,537,385,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-14 17:06:54'),(386,538,386,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 14:34:24'),(387,539,387,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 14:35:09'),(388,540,388,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 14:44:41'),(389,541,389,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 14:47:39'),(390,542,390,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 14:52:37'),(391,543,391,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 16:15:24'),(392,544,392,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-15 16:26:21'),(393,545,393,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:11:57'),(394,546,394,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:12:52'),(395,547,395,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:14:16'),(396,548,396,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:16:00'),(397,549,397,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:18:00'),(398,550,398,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:20:13'),(399,551,399,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:23:09'),(400,552,400,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:23:58'),(401,553,401,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:25:58'),(402,554,402,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:27:43'),(403,555,403,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:31:00'),(404,556,404,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:32:34'),(405,557,405,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:37:19'),(406,558,406,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:41:23'),(407,559,407,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:42:00'),(408,560,408,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:43:42'),(409,561,409,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:47:05'),(410,562,410,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:48:43'),(411,563,411,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:52:05'),(412,564,412,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:53:40'),(413,565,413,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:57:20'),(414,566,414,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 11:59:12'),(415,567,415,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 12:01:21'),(416,568,416,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 12:03:37'),(417,569,417,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 12:11:06'),(418,570,418,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 13:25:19'),(419,571,419,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 13:38:45'),(420,572,420,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 16:21:14'),(421,573,421,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 16:30:04'),(422,574,422,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 16:31:13'),(423,575,423,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 16:40:52'),(424,576,424,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-21 16:41:29'),(425,579,425,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 10:01:35'),(426,580,426,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 10:05:22'),(427,581,427,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 10:23:19'),(428,582,428,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 10:30:32'),(429,583,429,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-22 11:21:55'),(430,584,430,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 11:24:32'),(431,585,431,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 11:25:36'),(432,586,432,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 13:55:06'),(433,587,433,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 13:56:39'),(434,588,434,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 13:58:04'),(435,589,435,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 13:59:24'),(436,590,436,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 14:04:57'),(437,591,437,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-22 14:10:09'),(438,592,438,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 14:16:56'),(439,593,439,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 14:20:52'),(440,594,440,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-22 14:23:55'),(441,595,441,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 14:25:00'),(442,596,442,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 15:50:21'),(443,597,443,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 16:02:58'),(444,598,444,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 16:47:27'),(445,599,445,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 16:53:46'),(446,600,446,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 16:55:46'),(447,601,447,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-22 16:58:59'),(448,602,448,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-22 17:00:27'),(449,603,449,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-23 11:36:41'),(450,604,450,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-23 11:58:43'),(451,605,451,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-23 12:01:14'),(452,606,452,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-23 12:04:42'),(453,607,453,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:01:57'),(454,608,454,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:02:45'),(455,609,455,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:09:39'),(456,610,456,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:34:12'),(457,611,457,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:36:53'),(458,612,458,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:42:36'),(459,613,459,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:44:14'),(460,614,460,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:45:42'),(461,615,461,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:46:50'),(462,616,462,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 10:48:44'),(463,617,463,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 11:27:23'),(464,618,464,0,'0000-00-00 00:00:00',0.000000,0.000000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0,0.000000,0.000000,'mollie17','','2022-03-25 12:43:15'),(465,619,465,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 12:47:39'),(466,620,466,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 12:48:50'),(467,621,467,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-25 13:28:39'),(468,622,468,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-29 12:01:19'),(469,623,469,0,'0000-00-00 00:00:00',0.000000,0.000000,0.040000,0.040000,0.020000,0.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-03-29 17:19:27'),(470,624,470,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 10:07:14'),(471,625,471,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 10:09:30'),(472,626,472,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 10:10:27'),(473,629,473,0,'0000-00-00 00:00:00',0.000000,0.000000,116.010000,140.370000,116.010000,140.370000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 10:39:01'),(474,630,474,0,'0000-00-00 00:00:00',0.000000,0.000000,88.000000,106.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 10:48:26'),(475,631,475,0,'0000-00-00 00:00:00',0.000000,0.000000,11.730000,12.700000,10.730000,11.700000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 11:12:08'),(476,632,476,0,'0000-00-00 00:00:00',0.000000,0.000000,10.040000,10.870000,8.940000,9.750000,0.100000,0.120000,0,0.000000,0.000000,'mollie17','','2022-04-04 11:14:30'),(477,633,477,0,'0000-00-00 00:00:00',0.000000,0.000000,11.730000,12.700000,10.730000,11.700000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 11:19:44'),(478,634,478,0,'0000-00-00 00:00:00',0.000000,0.000000,7.160000,7.800000,7.160000,7.800000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 11:20:54'),(479,635,479,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-04 15:01:00'),(480,636,480,0,'0000-00-00 00:00:00',0.000000,0.000000,30.000000,36.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 10:04:33'),(481,637,481,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 10:07:47'),(482,638,482,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 10:11:13'),(483,639,483,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 10:15:33'),(484,640,484,0,'0000-00-00 00:00:00',0.000000,0.000000,0.140000,0.160000,0.030000,0.030000,0.100000,0.120000,0,0.000000,0.000000,'mollie17','','2022-04-05 10:28:19'),(485,641,485,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 10:52:53'),(486,642,486,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 11:05:38'),(487,643,487,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 11:06:51'),(488,644,488,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 11:47:01'),(489,645,489,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 11:56:15'),(490,646,490,0,'0000-00-00 00:00:00',0.000000,0.000000,30.000000,36.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 11:59:56'),(491,647,491,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 12:01:42'),(492,648,492,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 13:56:20'),(493,649,493,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 13:58:44'),(494,650,494,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 14:01:20'),(495,651,495,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 14:02:45'),(496,652,496,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 14:12:06'),(497,653,497,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-05 14:13:17'),(498,654,498,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-11 13:10:13'),(499,655,499,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 10:49:36'),(500,656,500,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 10:51:58'),(501,657,501,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 10:58:20'),(502,658,502,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 10:59:23'),(503,659,503,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 11:13:04'),(504,660,504,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 11:13:57'),(505,661,505,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 12:11:48'),(506,662,506,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 12:11:56'),(507,663,507,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:17:44'),(508,664,508,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:20:46'),(509,665,509,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:31:28'),(510,666,510,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:33:14'),(511,667,511,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:35:33'),(512,668,512,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:45:51'),(513,669,513,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-19 14:48:10'),(514,670,514,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-25 11:16:40'),(515,671,515,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-25 11:21:50'),(516,672,516,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-25 11:28:44'),(517,673,517,0,'0000-00-00 00:00:00',0.000000,0.000000,1.020000,1.030000,0.020000,0.030000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-25 11:40:50'),(518,674,518,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-25 11:43:46'),(519,680,519,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-26 16:39:21'),(520,681,520,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-04-26 16:41:00'),(521,682,521,0,'0000-00-00 00:00:00',0.000000,0.000000,29.010000,35.100000,29.010000,35.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 10:02:29'),(522,683,522,0,'0000-00-00 00:00:00',0.000000,0.000000,3.580000,3.900000,3.580000,3.900000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 10:05:25'),(523,684,523,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 10:56:17'),(524,685,524,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 10:57:34'),(525,686,525,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 11:04:26'),(526,687,526,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 11:28:03'),(527,688,527,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 11:35:07'),(528,689,528,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 11:37:52'),(529,690,529,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 11:45:23'),(530,691,530,0,'0000-00-00 00:00:00',0.000000,0.000000,4.580000,4.900000,3.580000,3.900000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 12:04:26'),(531,692,531,0,'0000-00-00 00:00:00',0.000000,0.000000,41.150000,44.850000,41.150000,44.850000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 13:11:08'),(532,693,532,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 15:36:56'),(533,694,533,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 16:26:40'),(534,695,534,0,'0000-00-00 00:00:00',0.000000,0.000000,3.580000,3.900000,3.580000,3.900000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-02 16:28:34'),(535,696,535,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-03 11:59:18'),(536,697,536,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-03 14:46:31'),(537,698,537,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-03 14:48:38'),(538,699,538,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-03 14:52:21'),(539,700,539,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-03 16:29:47'),(540,701,540,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-03 16:31:35'),(541,702,541,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 16:52:08'),(542,703,542,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 17:08:22'),(543,704,543,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 17:09:16'),(544,705,544,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 17:19:42'),(545,706,545,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 17:21:15'),(546,707,546,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 17:23:39'),(547,708,547,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-04 17:25:42'),(548,709,548,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-05 11:32:37'),(549,710,549,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-05 11:44:26'),(550,711,550,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-05 11:49:01'),(551,712,551,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 13:05:26'),(552,713,552,0,'0000-00-00 00:00:00',0.000000,0.000000,4.580000,4.900000,3.580000,3.900000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 13:34:01'),(553,714,553,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 13:36:41'),(554,715,554,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 13:37:44'),(555,716,555,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 14:36:15'),(556,717,556,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 14:38:56'),(557,718,557,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 16:05:46'),(558,722,558,0,'0000-00-00 00:00:00',0.000000,0.000000,1.010000,1.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-09 17:08:56'),(559,723,559,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 10:55:30'),(560,724,560,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 10:58:52'),(561,725,561,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:01:05'),(562,727,562,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:04:18'),(563,728,563,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:04:18'),(564,729,564,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:19:44'),(565,730,565,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:30:21'),(566,731,566,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:33:11'),(567,732,567,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 11:34:38'),(568,733,568,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:08:34'),(569,735,569,0,'0000-00-00 00:00:00',0.000000,0.000000,3.790000,3.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:20:15'),(570,736,570,0,'0000-00-00 00:00:00',0.000000,0.000000,2.950000,2.790000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:25:46'),(571,737,571,0,'0000-00-00 00:00:00',0.000000,0.000000,2.950000,2.790000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:28:46'),(572,738,572,0,'0000-00-00 00:00:00',0.000000,0.000000,2.950000,2.790000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:29:52'),(573,739,573,0,'0000-00-00 00:00:00',0.000000,0.000000,2.950000,2.790000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:30:50'),(574,743,574,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:41:55'),(575,744,575,0,'0000-00-00 00:00:00',0.000000,0.000000,2.790000,2.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:42:37'),(576,745,576,0,'0000-00-00 00:00:00',0.000000,0.000000,2.950000,2.790000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 14:43:08'),(577,746,577,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 16:15:18'),(578,747,578,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-10 16:16:23'),(579,748,579,0,'0000-00-00 00:00:00',0.000000,0.000000,175.790000,212.490000,175.790000,212.490000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-23 10:16:28'),(580,749,580,0,'0000-00-00 00:00:00',0.000000,0.000000,90.580000,109.170000,90.580000,109.170000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-23 10:17:53'),(581,750,581,0,'0000-00-00 00:00:00',0.000000,0.000000,0.020000,0.020000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-23 17:08:13'),(582,751,582,0,'0000-00-00 00:00:00',0.000000,0.000000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-24 11:49:33'),(583,752,583,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-24 12:00:20'),(584,753,584,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-24 12:01:34'),(585,754,585,0,'0000-00-00 00:00:00',0.000000,0.000000,88.790000,107.220000,88.790000,107.220000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-05-31 10:11:33'),(586,757,586,0,'0000-00-00 00:00:00',0.000000,0.000000,177.400000,146.790000,146.790000,177.400000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-13 12:38:28'),(587,759,587,0,'0000-00-00 00:00:00',0.000000,0.000000,71.180000,59.000000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-13 14:56:29'),(588,760,588,0,'0000-00-00 00:00:00',0.000000,0.000000,105.270000,87.000000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-13 16:22:44'),(589,761,589,0,'0000-00-00 00:00:00',0.000000,0.000000,140.360000,116.000000,116.000000,140.360000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-13 16:27:49'),(590,762,590,0,'0000-00-00 00:00:00',0.000000,0.000000,35.090000,29.000000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-13 16:33:32'),(591,763,591,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-13 16:36:04'),(592,764,592,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-14 11:05:30'),(593,766,593,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-14 11:35:01'),(594,767,594,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-14 11:36:39'),(595,768,595,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-14 11:38:04'),(596,769,596,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,'mollie17','','2022-06-14 11:41:16'),(597,770,597,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-14 11:45:52'),(598,771,598,0,'0000-00-00 00:00:00',0.000000,0.000000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-06-14 11:53:52'),(599,772,599,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-01 16:08:41'),(600,773,600,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-01 16:16:39'),(601,774,601,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-01 16:34:54'),(602,775,602,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-01 16:44:31'),(603,776,603,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-25 10:16:42'),(604,777,604,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-25 10:19:39'),(605,778,605,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-25 10:27:32'),(606,779,606,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-25 10:29:53'),(607,780,607,0,'0000-00-00 00:00:00',0.000000,0.000000,10.730000,11.700000,10.730000,11.700000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-25 10:32:13'),(608,781,608,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-25 11:25:23'),(609,782,609,0,'0000-00-00 00:00:00',0.000000,0.000000,5.370000,5.850000,5.370000,5.850000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-07-26 15:05:50'),(610,790,610,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 14:10:55'),(611,791,611,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 14:35:20'),(612,792,612,0,'0000-00-00 00:00:00',0.000000,0.000000,0.040000,0.050000,0.040000,0.050000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 14:37:06'),(613,793,613,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 14:40:55'),(614,794,614,0,'0000-00-00 00:00:00',0.000000,0.000000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 14:46:59'),(615,795,615,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 14:54:55'),(616,796,616,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-01 15:54:59'),(617,797,617,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-08 11:10:00'),(618,798,618,0,'0000-00-00 00:00:00',0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-08 11:17:35'),(619,799,619,38,'2022-08-16 11:04:23',0.000000,0.000000,29.010000,35.100000,29.010000,35.100000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:04:03'),(620,800,620,0,'0000-00-00 00:00:00',0.000000,0.000000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:07:48'),(621,802,621,39,'2022-08-16 11:15:28',0.000000,0.000000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:12:56'),(622,804,622,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:20:29'),(623,803,623,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:23:19'),(624,805,624,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:29:19'),(625,809,625,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:51:44'),(626,810,626,40,'2022-08-16 11:58:07',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 11:53:26'),(627,811,627,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 12:00:08'),(628,812,628,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 13:03:27'),(629,813,629,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 13:05:42'),(630,814,630,42,'2022-08-16 16:49:55',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 14:16:53'),(631,815,631,41,'2022-08-16 14:35:38',0.000000,0.000000,35.780000,39.000000,35.780000,39.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 14:23:14'),(632,816,632,0,'0000-00-00 00:00:00',0.000000,0.000000,35.780000,39.000000,35.780000,39.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 14:40:12'),(633,817,633,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 16:53:14'),(634,818,634,0,'0000-00-00 00:00:00',0.000000,0.000000,10.730000,11.700000,10.730000,11.700000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 16:56:58'),(635,819,635,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-08-16 17:01:12'),(636,820,636,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,69.020000,58.000000,69.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-01 11:29:35'),(637,821,637,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,34.510000,29.000000,34.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-01 11:35:28'),(638,822,638,0,'0000-00-00 00:00:00',0.000000,0.000000,68.000000,79.020000,58.000000,69.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-01 13:51:00'),(639,823,639,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-01 13:52:00'),(640,824,640,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-01 13:53:23'),(641,825,641,0,'0000-00-00 00:00:00',1.600000,1.940000,68.000000,80.180000,59.600000,72.120000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-02 11:59:36'),(642,826,642,0,'0000-00-00 00:00:00',1.600000,1.940000,107.530000,129.040000,109.130000,130.980000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-02 12:36:46'),(643,827,643,43,'2022-09-06 10:37:18',0.000000,0.000000,97.000000,115.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-06 10:36:17'),(644,828,644,0,'0000-00-00 00:00:00',0.000000,0.000000,153.380000,182.050000,143.380000,172.050000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-06 10:37:13'),(645,830,645,0,'0000-00-00 00:00:00',0.000000,0.000000,58.000000,69.020000,58.000000,69.020000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-13 15:56:47'),(646,831,646,0,'0000-00-00 00:00:00',0.000000,0.000000,35.840000,43.010000,35.840000,43.010000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-15 11:29:30'),(647,832,647,0,'0000-00-00 00:00:00',0.000000,0.000000,62.330000,75.090000,62.330000,75.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-19 14:14:07'),(648,833,648,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-19 14:35:58'),(649,834,649,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-19 14:52:48'),(650,835,650,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-19 14:56:51'),(651,836,651,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-09-19 14:58:45'),(652,837,652,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-06 12:00:57'),(653,838,653,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-06 12:03:55'),(654,839,654,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-10 11:34:52'),(655,840,655,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,34.510000,29.000000,34.510000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-10 11:39:25'),(656,841,656,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-11 14:38:00'),(657,843,657,0,'0000-00-00 00:00:00',0.000000,0.000000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 13:48:23'),(658,844,658,0,'0000-00-00 00:00:00',0.000000,0.000000,38.330000,45.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 13:55:47'),(659,845,659,44,'2022-10-17 14:03:45',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 14:02:15'),(660,846,660,0,'0000-00-00 00:00:00',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 14:07:55'),(661,848,661,0,'0000-00-00 00:00:00',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 14:39:12'),(662,849,662,45,'2022-10-17 14:42:29',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 14:41:01'),(663,850,663,46,'2022-10-17 15:08:41',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 15:08:41'),(664,852,664,47,'2022-10-17 15:14:33',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-17 15:14:33'),(665,854,665,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-18 13:06:20'),(666,855,666,0,'0000-00-00 00:00:00',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-18 14:57:41'),(667,856,667,48,'2022-10-18 14:58:32',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-18 14:58:32'),(668,857,668,49,'2022-10-18 15:01:45',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-18 15:01:45'),(669,858,669,50,'2022-10-18 15:07:45',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-18 15:07:45'),(670,859,670,51,'2022-10-18 15:18:28',0.000000,0.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-10-18 15:18:28'),(671,861,671,0,'0000-00-00 00:00:00',0.000000,0.000000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-11-10 09:54:23'),(672,862,672,0,'0000-00-00 00:00:00',0.000000,0.000000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0,0.000000,0.000000,'mollie17','','2022-11-15 15:29:08'); -/*!40000 ALTER TABLE `ps_order_invoice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_invoice_payment` --- - -DROP TABLE IF EXISTS `ps_order_invoice_payment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_invoice_payment` ( - `id_order_invoice` int(11) unsigned NOT NULL, - `id_order_payment` int(11) unsigned NOT NULL, - `id_order` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_order_invoice`,`id_order_payment`), - KEY `order_payment` (`id_order_payment`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_invoice_payment` --- - -LOCK TABLES `ps_order_invoice_payment` WRITE; -/*!40000 ALTER TABLE `ps_order_invoice_payment` DISABLE KEYS */; -INSERT INTO `ps_order_invoice_payment` VALUES (1,1,6),(2,2,11),(3,3,12),(4,4,13),(5,5,16),(6,6,17),(7,7,18),(8,8,19),(9,9,20),(10,10,21),(11,11,22),(12,12,23),(13,13,25),(14,14,26),(15,15,28),(16,16,30),(17,17,31),(18,18,32),(19,19,33),(20,20,34),(21,21,35),(22,22,36),(23,23,38),(24,24,39),(25,25,40),(26,34,42),(28,39,45),(28,40,45),(29,42,46),(29,43,46),(30,44,47),(31,45,48),(32,46,49),(33,47,50),(33,48,50),(34,49,51),(35,50,52),(36,52,53),(37,53,57),(38,54,59),(39,55,60),(40,56,61),(41,57,62),(41,58,62),(42,59,63),(42,60,63),(43,61,64),(44,62,65),(45,63,66),(46,64,67),(49,65,71),(53,66,83),(56,67,86),(57,68,87),(58,69,88),(59,70,89),(60,71,90),(61,72,91),(62,73,92),(63,74,95),(64,75,96),(65,76,98),(66,77,99),(67,78,100),(68,79,101),(69,80,102),(70,81,114),(71,82,120),(72,83,124),(73,84,125),(74,85,136),(75,86,137),(76,87,139),(76,88,139),(77,89,140),(77,90,140),(78,91,141),(79,92,142),(80,93,143),(81,94,149),(82,95,153),(83,96,155),(84,97,156),(85,98,158),(86,99,161),(87,103,165),(88,104,166),(89,105,167),(90,106,168),(91,107,169),(92,108,170),(93,109,179),(94,110,180),(99,114,182),(95,111,183),(96,112,185),(97,113,186),(100,115,187),(101,116,188),(102,117,189),(103,118,190),(104,119,191),(105,120,192),(106,121,193),(107,122,195),(108,123,200),(109,124,201),(110,125,202),(111,126,203),(112,127,204),(113,128,205),(114,129,208),(115,130,210),(115,131,210),(116,132,213),(117,133,214),(118,134,215),(119,135,216),(120,136,217),(121,137,218),(122,138,219),(123,139,220),(124,140,221),(125,141,222),(126,142,223),(127,143,224),(128,144,225),(129,145,226),(130,146,227),(131,147,228),(132,148,230),(133,149,231),(134,150,232),(135,151,233),(136,152,234),(137,153,235),(138,154,236),(139,155,237),(140,156,238),(141,157,240),(142,158,241),(143,159,242),(144,160,243),(145,161,244),(146,162,245),(147,163,246),(148,164,247),(149,165,248),(150,166,249),(151,167,253),(152,169,255),(153,170,256),(154,171,257),(155,172,258),(156,173,259),(157,174,260),(158,175,261),(159,176,262),(160,178,263),(161,179,264),(162,180,265),(163,181,266),(164,182,267),(165,183,268),(166,184,269),(167,185,270),(168,186,271),(169,187,272),(170,188,273),(171,189,274),(172,190,275),(173,191,276),(174,192,277),(175,193,278),(176,194,279),(177,195,280),(178,196,281),(179,197,282),(180,198,283),(181,199,284),(182,200,285),(183,201,286),(184,202,287),(185,203,288),(186,204,289),(187,205,290),(188,206,291),(189,207,292),(190,208,293),(191,209,294),(192,210,295),(193,211,296),(194,212,297),(195,213,298),(196,214,299),(197,215,300),(198,216,301),(199,217,302),(200,218,303),(200,219,303),(201,220,304),(202,221,305),(203,222,306),(204,223,307),(205,224,308),(206,225,309),(207,226,310),(208,227,311),(209,228,312),(210,230,315),(211,231,316),(212,232,317),(212,233,317),(213,234,318),(214,235,319),(215,236,320),(216,237,322),(217,238,323),(218,240,325),(219,241,326),(220,242,327),(221,243,328),(222,244,329),(223,245,330),(224,246,331),(225,247,332),(226,248,333),(227,249,334),(228,250,335),(229,251,336),(230,252,337),(231,253,338),(232,254,339),(233,255,340),(234,256,341),(235,257,342),(236,258,343),(237,259,344),(238,260,345),(239,261,346),(240,262,347),(241,263,349),(242,264,350),(243,265,351),(244,266,352),(245,267,353),(246,268,354),(247,269,355),(248,270,356),(249,271,357),(250,272,358),(251,273,359),(252,274,360),(253,276,362),(253,277,362),(254,280,365),(254,281,365),(255,282,366),(255,283,366),(256,286,369),(257,288,371),(258,289,372),(259,290,373),(260,291,374),(261,292,375),(261,293,375),(262,296,378),(262,297,378),(263,301,382),(264,303,384),(265,304,385),(266,305,386),(267,306,387),(268,309,391),(269,310,392),(270,311,393),(271,312,394),(272,314,396),(273,315,397),(274,317,399),(275,318,400),(276,319,401),(277,320,404),(278,321,405),(279,322,406),(280,323,407),(281,324,408),(282,325,409),(283,326,411),(284,327,412),(285,328,413),(286,329,414),(287,330,415),(288,331,416),(289,332,417),(290,333,418),(291,334,419),(292,335,420),(293,336,421),(294,337,422),(295,338,423),(296,339,424),(297,340,427),(298,341,428),(299,342,429),(300,343,430),(301,344,431),(302,345,432),(303,346,433),(304,347,434),(305,348,435),(306,351,438),(307,352,439),(308,353,440),(309,354,441),(310,355,442),(311,356,443),(312,357,444),(313,358,445),(314,359,446),(315,360,447),(316,361,448),(317,362,449),(318,363,450),(319,364,451),(320,365,452),(321,366,453),(322,367,454),(323,368,455),(324,369,456),(325,370,457),(326,371,458),(327,372,459),(328,373,460),(329,374,461),(330,376,463),(331,377,464),(332,378,465),(333,379,466),(334,380,467),(335,381,468),(336,382,469),(337,383,470),(338,385,472),(339,386,473),(340,387,474),(341,391,478),(342,392,479),(343,393,480),(344,394,481),(345,399,486),(346,400,487),(347,404,491),(348,405,492),(349,407,494),(350,408,495),(351,410,497),(352,412,499),(353,413,500),(354,414,501),(355,415,502),(356,416,503),(357,418,505),(358,419,506),(359,420,507),(360,421,508),(361,422,509),(362,424,511),(363,425,512),(364,426,513),(365,427,514),(366,428,515),(367,429,516),(368,430,517),(369,431,518),(370,432,519),(371,434,521),(372,435,522),(373,436,523),(374,437,524),(375,438,525),(376,439,526),(377,440,527),(378,441,528),(379,442,529),(380,443,532),(381,444,533),(382,445,534),(383,446,535),(384,447,536),(385,448,537),(386,449,538),(387,450,539),(388,451,540),(389,452,541),(390,453,542),(391,454,543),(392,455,544),(393,456,545),(394,457,546),(395,458,547),(396,459,548),(397,460,549),(398,461,550),(399,462,551),(400,463,552),(401,464,553),(402,465,554),(403,466,555),(404,467,556),(405,468,557),(406,469,558),(407,470,559),(408,471,560),(409,472,561),(410,473,562),(411,474,563),(412,475,564),(413,476,565),(414,477,566),(415,478,567),(416,479,568),(417,480,569),(418,481,570),(419,482,571),(420,483,572),(421,484,573),(422,485,574),(423,486,575),(424,487,576),(425,490,579),(426,491,580),(427,492,581),(428,493,582),(429,494,583),(430,495,584),(431,496,585),(432,497,586),(433,498,587),(434,499,588),(435,500,589),(436,501,590),(437,502,591),(438,503,592),(439,504,593),(440,505,594),(441,506,595),(442,507,596),(443,508,597),(444,509,598),(445,510,599),(446,511,600),(447,512,601),(448,513,602),(449,514,603),(450,515,604),(451,516,605),(452,517,606),(453,518,607),(454,519,608),(455,520,609),(456,521,610),(457,522,611),(458,523,612),(459,524,613),(460,525,614),(461,526,615),(462,527,616),(463,528,617),(464,529,618),(465,530,619),(466,531,620),(467,532,621),(468,533,622),(469,534,623),(470,535,624),(471,536,625),(472,537,626),(473,540,629),(474,541,630),(475,542,631),(476,543,632),(477,544,633),(478,545,634),(479,546,635),(480,547,636),(481,548,637),(482,549,638),(483,550,639),(484,551,640),(485,552,641),(486,553,642),(487,554,643),(490,557,646),(491,558,647),(492,559,648),(493,560,649),(495,562,651),(496,563,652),(497,564,653),(498,565,654),(499,566,655),(500,567,656),(501,568,657),(502,569,658),(503,570,659),(504,571,660),(505,572,661),(506,573,662),(507,574,663),(508,575,664),(509,576,665),(510,577,666),(511,578,667),(512,579,668),(513,580,669),(514,581,670),(515,582,671),(516,583,672),(517,584,673),(518,585,674),(519,586,680),(520,587,681),(521,588,682),(522,589,683),(523,590,684),(524,591,685),(525,592,686),(526,593,687),(527,594,688),(528,595,689),(529,596,690),(530,597,691),(531,598,692),(532,599,693),(533,600,694),(534,601,695),(535,602,696),(536,603,697),(537,604,698),(538,605,699),(539,606,700),(540,607,701),(541,608,702),(542,609,703),(543,610,704),(544,611,705),(545,612,706),(546,613,707),(547,614,708),(548,615,709),(549,616,710),(550,617,711),(551,618,712),(552,619,713),(553,620,714),(554,621,715),(555,622,716),(556,623,717),(557,624,718),(558,625,722),(559,626,723),(560,627,724),(561,628,725),(562,630,727),(563,631,728),(564,632,729),(565,633,730),(566,634,731),(567,635,732),(568,636,733),(569,637,735),(570,638,736),(571,639,737),(572,640,738),(573,641,739),(574,642,743),(575,643,744),(576,644,745),(577,645,746),(578,646,747),(579,647,748),(580,648,749),(581,649,750),(582,650,751),(583,651,752),(584,652,753),(585,653,754),(586,655,757),(587,656,759),(588,657,760),(589,658,761),(591,659,763),(592,660,764),(593,662,766),(594,663,767),(595,664,768),(596,665,769),(597,666,770),(598,667,771),(599,668,772),(600,669,773),(601,670,774),(602,671,775),(603,672,776),(604,673,777),(605,674,778),(606,675,779),(607,676,780),(608,677,781),(609,678,782),(610,681,790),(611,682,791),(612,683,792),(613,684,793),(614,685,794),(615,686,795),(616,687,796),(617,688,797),(618,689,798),(619,690,799),(620,691,800),(621,692,802),(623,694,803),(622,693,804),(624,695,805),(625,696,809),(626,697,810),(627,698,811),(628,699,812),(629,700,813),(630,701,814),(631,702,815),(632,703,816),(633,704,817),(634,705,818),(635,706,819),(636,707,820),(637,708,821),(638,709,822),(639,710,823),(640,711,824),(641,712,825),(642,713,826),(643,714,827),(644,715,828),(645,717,830),(646,718,831),(647,719,832),(648,720,833),(649,721,834),(650,722,835),(651,723,836),(652,724,837),(653,725,838),(654,726,839),(655,727,840),(656,728,841),(657,729,843),(658,730,844),(659,731,845),(660,732,846),(661,734,848),(662,735,849),(663,736,850),(664,738,852),(665,740,854),(666,741,855),(667,742,856),(668,743,857),(669,744,858),(670,745,859),(671,747,861),(672,748,862); -/*!40000 ALTER TABLE `ps_order_invoice_payment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_invoice_tax` --- - -DROP TABLE IF EXISTS `ps_order_invoice_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_invoice_tax` ( - `id_order_invoice` int(11) NOT NULL, - `type` varchar(15) NOT NULL, - `id_tax` int(11) NOT NULL, - `amount` decimal(10,6) NOT NULL DEFAULT '0.000000', - KEY `id_tax` (`id_tax`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_invoice_tax` --- - -LOCK TABLES `ps_order_invoice_tax` WRITE; -/*!40000 ALTER TABLE `ps_order_invoice_tax` DISABLE KEYS */; -INSERT INTO `ps_order_invoice_tax` VALUES (1,'shipping',1,0.000000),(2,'shipping',1,1.470000),(3,'shipping',1,0.000000),(4,'shipping',1,0.000000),(5,'shipping',1,1.470000),(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,1.470000),(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),(33,'shipping',1,0.000000),(34,'shipping',1,0.000000),(35,'shipping',1,0.000000),(36,'shipping',1,0.000000),(37,'shipping',1,0.000000),(38,'shipping',1,0.000000),(39,'shipping',1,0.000000),(40,'shipping',1,0.000000),(41,'shipping',1,0.000000),(42,'shipping',1,0.000000),(43,'shipping',1,0.000000),(44,'shipping',1,0.000000),(45,'shipping',1,0.000000),(46,'shipping',1,0.000000),(47,'shipping',1,0.000000),(48,'shipping',1,0.000000),(49,'shipping',1,0.000000),(50,'shipping',1,0.000000),(51,'shipping',1,0.000000),(52,'shipping',1,0.000000),(53,'shipping',1,0.000000),(54,'shipping',1,0.000000),(55,'shipping',1,0.000000),(56,'shipping',1,0.000000),(57,'shipping',1,0.000000),(58,'shipping',1,0.000000),(59,'shipping',1,0.000000),(60,'shipping',1,0.000000),(61,'shipping',1,0.000000),(62,'shipping',1,0.000000),(63,'shipping',1,0.000000),(64,'shipping',1,0.000000),(65,'shipping',1,0.000000),(66,'shipping',1,0.000000),(67,'shipping',1,0.000000),(68,'shipping',1,0.000000),(69,'shipping',1,0.000000),(70,'shipping',1,0.000000),(71,'shipping',1,0.000000),(72,'shipping',1,0.000000),(73,'shipping',1,0.000000),(74,'shipping',1,0.000000),(75,'shipping',1,0.000000),(76,'shipping',1,0.000000),(77,'shipping',1,0.000000),(78,'shipping',1,0.000000),(79,'shipping',1,0.000000),(80,'shipping',1,0.000000),(81,'shipping',1,0.000000),(82,'shipping',1,0.000000),(83,'shipping',1,0.000000),(84,'shipping',1,0.000000),(85,'shipping',1,0.000000),(86,'shipping',1,0.000000),(87,'shipping',1,0.000000),(88,'shipping',1,0.000000),(89,'shipping',1,0.000000),(90,'shipping',1,0.000000),(93,'shipping',1,0.000000),(94,'shipping',1,0.000000),(95,'shipping',1,0.000000),(96,'shipping',1,0.000000),(97,'shipping',1,0.000000),(98,'shipping',1,0.000000),(99,'shipping',1,0.000000),(100,'shipping',1,0.000000),(101,'shipping',1,0.000000),(102,'shipping',1,0.000000),(103,'shipping',1,0.000000),(104,'shipping',1,0.000000),(105,'shipping',1,0.000000),(106,'shipping',1,0.000000),(107,'shipping',1,0.000000),(108,'shipping',1,0.000000),(109,'shipping',1,0.000000),(110,'shipping',1,0.000000),(111,'shipping',1,0.000000),(112,'shipping',1,0.000000),(113,'shipping',1,0.000000),(114,'shipping',1,0.000000),(115,'shipping',1,0.000000),(116,'shipping',1,0.000000),(117,'shipping',1,0.000000),(118,'shipping',1,0.000000),(119,'shipping',1,0.000000),(120,'shipping',1,0.000000),(121,'shipping',1,0.000000),(122,'shipping',1,0.000000),(123,'shipping',1,0.000000),(124,'shipping',1,0.000000),(125,'shipping',1,0.000000),(126,'shipping',1,0.000000),(127,'shipping',1,0.000000),(128,'shipping',1,0.000000),(129,'shipping',1,0.000000),(130,'shipping',1,0.000000),(131,'shipping',1,0.000000),(132,'shipping',1,0.000000),(133,'shipping',1,0.000000),(134,'shipping',1,0.000000),(135,'shipping',1,0.000000),(136,'shipping',1,0.000000),(137,'shipping',1,0.000000),(138,'shipping',1,0.000000),(139,'shipping',1,0.000000),(140,'shipping',1,0.000000),(141,'shipping',1,0.000000),(142,'shipping',1,0.000000),(143,'shipping',24,0.695100),(144,'shipping',1,0.000000),(145,'shipping',1,0.000000),(146,'shipping',1,0.000000),(147,'shipping',1,0.000000),(148,'shipping',1,0.000000),(149,'shipping',1,0.000000),(150,'shipping',1,0.000000),(152,'shipping',1,0.000000),(153,'shipping',1,0.000000),(154,'shipping',1,0.000000),(155,'shipping',1,0.000000),(156,'shipping',1,0.000000),(157,'shipping',1,0.000000),(158,'shipping',1,0.000000),(159,'shipping',1,0.000000),(160,'shipping',24,0.695100),(161,'shipping',1,0.000000),(162,'shipping',1,0.000000),(163,'shipping',1,0.000000),(164,'shipping',1,0.000000),(165,'shipping',1,0.000000),(166,'shipping',1,0.000000),(167,'shipping',1,0.000000),(168,'shipping',1,0.000000),(169,'shipping',1,0.000000),(170,'shipping',1,0.000000),(171,'shipping',1,0.000000),(172,'shipping',1,0.000000),(173,'shipping',1,0.000000),(174,'shipping',1,0.000000),(175,'shipping',1,0.000000),(176,'shipping',1,0.000000),(177,'shipping',1,0.000000),(178,'shipping',1,0.000000),(179,'shipping',1,0.000000),(180,'shipping',1,0.000000),(181,'shipping',1,0.000000),(182,'shipping',1,0.000000),(183,'shipping',1,0.000000),(184,'shipping',1,0.000000),(185,'shipping',1,0.000000),(186,'shipping',1,0.000000),(187,'shipping',1,0.000000),(188,'shipping',1,0.000000),(189,'shipping',1,0.000000),(190,'shipping',1,0.000000),(191,'shipping',1,0.000000),(192,'shipping',1,0.000000),(193,'shipping',1,0.000000),(194,'shipping',1,0.000000),(195,'shipping',1,0.000000),(196,'shipping',1,0.000000),(197,'shipping',1,0.000000),(198,'shipping',1,0.000000),(199,'shipping',1,0.000000),(200,'shipping',1,0.000000),(201,'shipping',1,0.000000),(202,'shipping',1,0.000000),(203,'shipping',1,0.000000),(204,'shipping',1,0.000000),(205,'shipping',1,0.000000),(206,'shipping',1,0.000000),(207,'shipping',1,0.000000),(208,'shipping',1,0.000000),(209,'shipping',1,0.000000),(210,'shipping',1,0.000000),(211,'shipping',1,0.000000),(212,'shipping',1,0.000000),(213,'shipping',1,0.000000),(214,'shipping',1,0.000000),(215,'shipping',1,0.000000),(216,'shipping',1,0.000000),(217,'shipping',1,0.000000),(218,'shipping',1,0.000000),(219,'shipping',1,0.000000),(220,'shipping',1,0.000000),(221,'shipping',1,0.000000),(222,'shipping',1,0.000000),(223,'shipping',1,0.000000),(224,'shipping',1,0.000000),(225,'shipping',1,0.000000),(226,'shipping',1,0.000000),(227,'shipping',1,0.000000),(228,'shipping',1,0.000000),(229,'shipping',1,0.000000),(230,'shipping',1,0.000000),(231,'shipping',1,0.000000),(232,'shipping',1,0.000000),(233,'shipping',1,0.000000),(234,'shipping',1,0.000000),(235,'shipping',1,0.000000),(236,'shipping',1,0.000000),(237,'shipping',1,0.000000),(238,'shipping',1,0.000000),(239,'shipping',1,0.000000),(240,'shipping',1,0.000000),(241,'shipping',24,0.695100),(242,'shipping',1,0.000000),(243,'shipping',0,0.000000),(243,'wrapping',0,0.000000),(244,'shipping',0,0.000000),(244,'wrapping',0,0.000000),(245,'shipping',1,0.000000),(246,'shipping',1,0.000000),(247,'shipping',1,0.000000),(248,'shipping',0,0.000000),(248,'wrapping',0,0.000000),(249,'shipping',0,0.000000),(249,'wrapping',0,0.000000),(250,'shipping',1,0.000000),(251,'shipping',0,0.000000),(251,'wrapping',0,0.000000),(252,'shipping',0,0.000000),(252,'wrapping',0,0.000000),(253,'shipping',0,0.000000),(253,'wrapping',0,0.000000),(254,'shipping',0,0.000000),(254,'wrapping',0,0.000000),(255,'shipping',0,0.000000),(255,'wrapping',0,0.000000),(256,'shipping',1,0.000000),(257,'shipping',1,0.000000),(258,'shipping',1,0.000000),(259,'shipping',1,0.000000),(260,'shipping',1,0.000000),(261,'shipping',1,0.000000),(262,'shipping',1,0.000000),(263,'shipping',1,0.000000),(264,'shipping',1,0.000000),(265,'shipping',1,0.000000),(266,'shipping',1,0.000000),(267,'shipping',1,0.000000),(268,'shipping',1,0.000000),(269,'shipping',1,0.000000),(270,'shipping',1,0.000000),(271,'shipping',1,0.000000),(272,'shipping',1,0.000000),(273,'shipping',1,0.000000),(274,'shipping',1,0.000000),(275,'shipping',1,0.000000),(276,'shipping',1,0.000000),(277,'shipping',1,0.000000),(278,'shipping',1,0.000000),(279,'shipping',1,0.000000),(280,'shipping',1,0.000000),(281,'shipping',1,0.000000),(282,'shipping',1,0.000000),(283,'shipping',1,0.000000),(284,'shipping',1,0.000000),(285,'shipping',1,0.000000),(286,'shipping',1,0.000000),(287,'shipping',1,0.000000),(288,'shipping',1,0.000000),(289,'shipping',1,0.000000),(290,'shipping',1,0.000000),(291,'shipping',1,0.000000),(292,'shipping',1,0.000000),(293,'shipping',1,0.000000),(294,'shipping',1,0.000000),(295,'shipping',1,0.000000),(296,'shipping',1,0.000000),(297,'shipping',1,0.000000),(298,'shipping',1,0.000000),(299,'shipping',1,0.000000),(300,'shipping',1,0.000000),(301,'shipping',1,0.000000),(302,'shipping',1,0.000000),(303,'shipping',1,0.000000),(304,'shipping',1,0.000000),(305,'shipping',1,0.000000),(306,'shipping',1,0.000000),(307,'shipping',1,0.000000),(308,'shipping',1,0.000000),(309,'shipping',1,0.000000),(310,'shipping',1,0.000000),(311,'shipping',1,0.000000),(312,'shipping',1,0.000000),(313,'shipping',1,0.000000),(314,'shipping',1,0.000000),(315,'shipping',1,0.000000),(316,'shipping',1,0.000000),(317,'shipping',1,0.000000),(318,'shipping',1,0.000000),(319,'shipping',1,0.000000),(320,'shipping',1,0.000000),(321,'shipping',1,0.000000),(322,'shipping',1,0.000000),(323,'shipping',1,0.000000),(324,'shipping',1,0.000000),(325,'shipping',1,0.000000),(326,'shipping',1,0.000000),(327,'shipping',1,0.000000),(328,'shipping',1,0.000000),(329,'shipping',1,0.000000),(330,'shipping',1,0.000000),(331,'shipping',1,0.000000),(332,'shipping',1,0.000000),(333,'shipping',1,0.000000),(334,'shipping',1,0.000000),(335,'shipping',1,0.000000),(336,'shipping',1,0.000000),(337,'shipping',1,0.000000),(338,'shipping',0,0.000000),(338,'wrapping',0,0.000000),(339,'shipping',0,0.000000),(339,'wrapping',0,0.000000),(340,'shipping',1,0.000000),(341,'shipping',1,0.000000),(342,'shipping',1,0.000000),(343,'shipping',1,0.000000),(344,'shipping',1,0.000000),(345,'shipping',1,0.000000),(346,'shipping',1,0.000000),(347,'shipping',1,0.000000),(348,'shipping',1,0.000000),(349,'shipping',0,0.000000),(349,'wrapping',0,0.000000),(350,'shipping',0,0.000000),(350,'wrapping',0,0.000000),(351,'shipping',0,0.000000),(351,'wrapping',0,0.000000),(352,'shipping',1,0.000000),(353,'shipping',0,0.000000),(353,'wrapping',0,0.000000),(354,'shipping',0,0.000000),(354,'wrapping',0,0.000000),(355,'shipping',1,0.000000),(356,'shipping',1,0.000000),(357,'shipping',1,0.000000),(358,'shipping',1,0.000000),(359,'shipping',1,0.000000),(360,'shipping',1,0.000000),(361,'shipping',1,0.000000),(362,'shipping',1,0.000000),(363,'shipping',1,0.000000),(364,'shipping',1,0.000000),(365,'shipping',1,0.000000),(366,'shipping',1,0.000000),(367,'shipping',1,0.000000),(368,'shipping',1,0.000000),(369,'shipping',0,0.000000),(369,'wrapping',0,0.000000),(370,'shipping',0,0.000000),(370,'wrapping',0,0.000000),(371,'shipping',1,0.000000),(372,'shipping',1,0.000000),(373,'shipping',0,0.000000),(373,'wrapping',0,0.000000),(374,'shipping',1,0.000000),(380,'shipping',1,0.000000),(381,'shipping',1,0.000000),(383,'shipping',1,0.000000),(384,'shipping',1,0.000000),(385,'shipping',1,0.000000),(386,'shipping',1,0.000000),(387,'shipping',1,0.000000),(388,'shipping',1,0.000000),(389,'shipping',1,0.000000),(390,'shipping',1,0.000000),(391,'shipping',1,0.000000),(392,'shipping',1,0.000000),(393,'shipping',1,0.000000),(394,'shipping',1,0.000000),(395,'shipping',1,0.000000),(396,'shipping',1,0.000000),(397,'shipping',1,0.000000),(398,'shipping',1,0.000000),(399,'shipping',1,0.000000),(400,'shipping',1,0.000000),(401,'shipping',1,0.000000),(402,'shipping',1,0.000000),(403,'shipping',1,0.000000),(404,'shipping',1,0.000000),(405,'shipping',1,0.000000),(406,'shipping',1,0.000000),(407,'shipping',1,0.000000),(408,'shipping',1,0.000000),(409,'shipping',1,0.000000),(410,'shipping',1,0.000000),(411,'shipping',1,0.000000),(412,'shipping',1,0.000000),(413,'shipping',1,0.000000),(414,'shipping',1,0.000000),(415,'shipping',1,0.000000),(416,'shipping',1,0.000000),(417,'shipping',1,0.000000),(418,'shipping',1,0.000000),(419,'shipping',1,0.000000),(420,'shipping',1,0.000000),(421,'shipping',1,0.000000),(422,'shipping',1,0.000000),(423,'shipping',1,0.000000),(424,'shipping',1,0.000000),(425,'shipping',24,0.002100),(426,'shipping',24,0.002100),(427,'shipping',24,0.002100),(428,'shipping',24,0.002100),(429,'shipping',1,0.000000),(430,'shipping',24,0.002100),(431,'shipping',24,0.002100),(432,'shipping',24,0.002100),(433,'shipping',24,0.002100),(434,'shipping',24,0.002100),(435,'shipping',24,0.002100),(436,'shipping',24,0.002100),(437,'shipping',1,0.000000),(438,'shipping',24,0.002100),(439,'shipping',24,0.002100),(440,'shipping',1,0.000000),(441,'shipping',24,0.002100),(442,'shipping',24,0.002100),(443,'shipping',24,0.002100),(444,'shipping',24,0.002100),(445,'shipping',24,0.002100),(446,'shipping',24,0.002100),(447,'shipping',24,0.002100),(448,'shipping',1,0.000000),(449,'shipping',24,0.002100),(450,'shipping',24,0.002100),(451,'shipping',24,0.002100),(452,'shipping',1,0.000000),(453,'shipping',24,0.002100),(454,'shipping',24,0.002100),(455,'shipping',24,0.002100),(456,'shipping',1,0.000000),(457,'shipping',1,0.000000),(458,'shipping',1,0.000000),(459,'shipping',1,0.000000),(460,'shipping',1,0.000000),(461,'shipping',1,0.000000),(462,'shipping',1,0.000000),(463,'shipping',1,0.000000),(464,'shipping',24,0.002100),(465,'shipping',1,0.000000),(466,'shipping',1,0.000000),(467,'shipping',1,0.000000),(468,'shipping',1,0.000000),(469,'shipping',1,0.000000),(470,'shipping',1,0.000000),(471,'shipping',1,0.000000),(472,'shipping',1,0.000000),(473,'shipping',1,0.000000),(474,'shipping',1,0.000000),(475,'shipping',1,0.000000),(476,'shipping',24,0.021000),(477,'shipping',1,0.000000),(478,'shipping',1,0.000000),(479,'shipping',1,0.000000),(480,'shipping',1,0.000000),(481,'shipping',1,0.000000),(482,'shipping',1,0.000000),(483,'shipping',1,0.000000),(484,'shipping',24,0.021000),(485,'shipping',1,0.000000),(486,'shipping',1,0.000000),(487,'shipping',1,0.000000),(488,'shipping',1,0.000000),(489,'shipping',1,0.000000),(490,'shipping',1,0.000000),(491,'shipping',1,0.000000),(492,'shipping',1,0.000000),(493,'shipping',1,0.000000),(494,'shipping',1,0.000000),(495,'shipping',1,0.000000),(496,'shipping',1,0.000000),(497,'shipping',1,0.000000),(498,'shipping',1,0.000000),(499,'shipping',1,0.000000),(500,'shipping',1,0.000000),(501,'shipping',1,0.000000),(502,'shipping',1,0.000000),(503,'shipping',1,0.000000),(504,'shipping',1,0.000000),(505,'shipping',1,0.000000),(506,'shipping',1,0.000000),(507,'shipping',1,0.000000),(508,'shipping',1,0.000000),(509,'shipping',1,0.000000),(510,'shipping',1,0.000000),(511,'shipping',1,0.000000),(512,'shipping',1,0.000000),(513,'shipping',1,0.000000),(514,'shipping',1,0.000000),(515,'shipping',1,0.000000),(516,'shipping',1,0.000000),(517,'shipping',1,0.000000),(518,'shipping',1,0.000000),(519,'shipping',1,0.000000),(520,'shipping',1,0.000000),(521,'shipping',1,0.000000),(522,'shipping',1,0.000000),(523,'shipping',1,0.000000),(524,'shipping',1,0.000000),(525,'shipping',1,0.000000),(526,'shipping',1,0.000000),(527,'shipping',1,0.000000),(528,'shipping',1,0.000000),(529,'shipping',1,0.000000),(530,'shipping',1,0.000000),(531,'shipping',1,0.000000),(532,'shipping',1,0.000000),(533,'shipping',1,0.000000),(534,'shipping',1,0.000000),(535,'shipping',1,0.000000),(536,'shipping',1,0.000000),(537,'shipping',1,0.000000),(538,'shipping',1,0.000000),(539,'shipping',1,0.000000),(540,'shipping',1,0.000000),(541,'shipping',1,0.000000),(542,'shipping',1,0.000000),(543,'shipping',1,0.000000),(544,'shipping',1,0.000000),(545,'shipping',1,0.000000),(546,'shipping',1,0.000000),(547,'shipping',1,0.000000),(548,'shipping',1,0.000000),(549,'shipping',1,0.000000),(550,'shipping',1,0.000000),(551,'shipping',1,0.000000),(552,'shipping',1,0.000000),(553,'shipping',1,0.000000),(554,'shipping',1,0.000000),(555,'shipping',1,0.000000),(556,'shipping',1,0.000000),(557,'shipping',1,0.000000),(558,'shipping',1,0.000000),(559,'shipping',1,0.000000),(560,'shipping',1,0.000000),(561,'shipping',1,0.000000),(562,'shipping',1,0.000000),(563,'shipping',1,0.000000),(564,'shipping',1,0.000000),(565,'shipping',1,0.000000),(566,'shipping',1,0.000000),(567,'shipping',1,0.000000),(568,'shipping',1,0.000000),(569,'shipping',1,0.000000),(570,'shipping',1,0.000000),(571,'shipping',1,0.000000),(572,'shipping',1,0.000000),(573,'shipping',1,0.000000),(574,'shipping',1,0.000000),(575,'shipping',1,0.000000),(576,'shipping',1,0.000000),(577,'shipping',1,0.000000),(578,'shipping',1,0.000000),(579,'shipping',1,0.000000),(580,'shipping',1,0.000000),(581,'shipping',1,0.000000),(582,'shipping',1,0.000000),(583,'shipping',1,0.000000),(584,'shipping',1,0.000000),(585,'shipping',1,0.000000),(586,'shipping',1,0.000000),(587,'shipping',1,0.000000),(588,'shipping',1,0.000000),(589,'shipping',1,0.000000),(590,'shipping',1,0.000000),(591,'shipping',1,0.000000),(592,'shipping',1,0.000000),(593,'shipping',1,0.000000),(594,'shipping',1,0.000000),(595,'shipping',1,0.000000),(596,'shipping',1,0.000000),(597,'shipping',1,0.000000),(598,'shipping',1,0.000000),(599,'shipping',1,0.000000),(600,'shipping',1,0.000000),(601,'shipping',1,0.000000),(602,'shipping',1,0.000000),(603,'shipping',1,0.000000),(604,'shipping',1,0.000000),(605,'shipping',1,0.000000),(606,'shipping',1,0.000000),(607,'shipping',1,0.000000),(608,'shipping',1,0.000000),(609,'shipping',1,0.000000),(610,'shipping',1,0.000000),(611,'shipping',1,0.000000),(612,'shipping',1,0.000000),(613,'shipping',1,0.000000),(614,'shipping',1,0.000000),(615,'shipping',1,0.000000),(616,'shipping',1,0.000000),(617,'shipping',1,0.000000),(618,'shipping',1,0.000000),(619,'shipping',1,0.000000),(620,'shipping',1,0.000000),(621,'shipping',1,0.000000),(622,'shipping',1,0.000000),(623,'shipping',1,0.000000),(624,'shipping',1,0.000000),(625,'shipping',1,0.000000),(626,'shipping',1,0.000000),(627,'shipping',1,0.000000),(628,'shipping',1,0.000000),(629,'shipping',1,0.000000),(630,'shipping',1,0.000000),(631,'shipping',1,0.000000),(632,'shipping',1,0.000000),(633,'shipping',1,0.000000),(634,'shipping',1,0.000000),(635,'shipping',1,0.000000),(636,'shipping',1,0.000000),(637,'shipping',1,0.000000),(638,'shipping',1,0.000000),(639,'shipping',1,0.000000),(640,'shipping',1,0.000000),(641,'shipping',1,0.000000),(642,'shipping',1,0.000000),(643,'shipping',1,0.000000),(644,'shipping',1,0.000000),(645,'shipping',1,0.000000),(646,'shipping',1,0.000000),(647,'shipping',1,0.000000),(648,'shipping',1,0.000000),(649,'shipping',1,0.000000),(650,'shipping',1,0.000000),(651,'shipping',1,0.000000),(652,'shipping',1,0.000000),(653,'shipping',1,0.000000),(654,'shipping',1,0.000000),(655,'shipping',1,0.000000),(656,'shipping',1,0.000000),(657,'shipping',1,0.000000),(658,'shipping',1,0.000000),(659,'shipping',1,0.000000),(660,'shipping',1,0.000000),(661,'shipping',1,0.000000),(662,'shipping',1,0.000000),(663,'shipping',1,0.000000),(664,'shipping',1,0.000000),(665,'shipping',1,0.000000),(666,'shipping',1,0.000000),(667,'shipping',1,0.000000),(668,'shipping',1,0.000000),(669,'shipping',1,0.000000),(670,'shipping',1,0.000000),(671,'shipping',1,0.000000),(672,'shipping',1,0.000000); -/*!40000 ALTER TABLE `ps_order_invoice_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_message` --- - -DROP TABLE IF EXISTS `ps_order_message`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_message` ( - `id_order_message` int(10) unsigned NOT NULL AUTO_INCREMENT, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_message`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_message` --- - -LOCK TABLES `ps_order_message` WRITE; -/*!40000 ALTER TABLE `ps_order_message` DISABLE KEYS */; -INSERT INTO `ps_order_message` VALUES (1,'2020-11-03 14:11:37'); -/*!40000 ALTER TABLE `ps_order_message` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_message_lang` --- - -DROP TABLE IF EXISTS `ps_order_message_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_message_lang` ( - `id_order_message` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(128) NOT NULL, - `message` text NOT NULL, - PRIMARY KEY (`id_order_message`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_message_lang` --- - -LOCK TABLES `ps_order_message_lang` WRITE; -/*!40000 ALTER TABLE `ps_order_message_lang` DISABLE KEYS */; -INSERT INTO `ps_order_message_lang` VALUES (1,1,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'),(1,3,'Vertraging','Hallo, Een van de door u bestelde artikelen is momenteel niet op voorraad. Hierdoor kan de levertijd iets uitlopen. Wij bieden u onze excuses aan en doen er alles aan om u zo snel mogelijk te leveren. Met vriendelijke groet,'),(1,4,'Délai','Bonjour,\n\nMalheureusement, un article que vous avez commandé est actuellement en rupture de stock. Pour cette raison, il est possible que la livraison de votre commande soit légèrement retardée.\nNous vous prions de bien vouloir accepter nos excuses. Nous faisons tout notre possible pour remédier à cette situation.\n\nCordialement,'),(1,5,'Lieferung','Leider sind ein oder mehrere Artikel Ihrer Bestellung derzeit nicht auf Lager. Dies kann zu einer leichten Verzögerung bei Auslieferung führen. Wir entschuldigen uns und versichern Ihnen, dass Sie Ihre Bestellung schnellstmöglich erhalten.'),(1,6,'Lengah masa','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'),(1,7,'延迟','嗨,\n\n很抱歉,你订单中有一件商品目前没有库存。这可能会导致您的包裹轻微的延迟。\n请接受我们的道歉,请您放心,我们正在努力让此问题给您带来的不便降到最小。\n\n至上'),(1,8,'தாமதம்','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'),(1,9,'Czas przesyłki','Witaj,\n\nNiestety, artykuł na twoim zamówieniu jest obecnie niedostępny. Może to spowodować delikatne opóźnienie w dostawie.\nPrzepraszamy za powstałe utrudnienia, zapewniamy że pracujemy by to skorygować.\n\nZ poważaniem,'),(1,10,'Viive','Valitettavasti yksi tai usemapi tilaamistasi tuotteista on loppunut varastostamme ja tämän vuoksi toimitus viivästyy. Pahoittelemme tilannetta ja pyrimme toimittamaan tilauksenne mahdollisimman nopeasti.\n\nTerveisin,'),(1,11,'遅延','お客様へ\n\n残念ながら、ご注文いただいた商品に在庫切れ商品が含まれているため、お届けに通常以上に日数が必要になる場合がございます。出来る限りの対応を行なっておりますので何卒ご理解いただけますようよろしくお願いいたします。\n\n当店をご利用いただきまして、誠にありがとうございます。'),(1,12,'Delay','Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'),(1,13,'Forsinkelse','Kære kunde\n\nDesværre er en af de varer, du har bestilt, udsolgt i øjeblikket. Dette kan medføre en mindre forsinkelse i leveringen. Vi beklager meget og forsikrer dig om, at vi arbejder på at løse problemet.\n\nMed venlig hilsen'); -/*!40000 ALTER TABLE `ps_order_message_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_payment` --- - -DROP TABLE IF EXISTS `ps_order_payment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_payment` ( - `id_order_payment` int(11) NOT NULL AUTO_INCREMENT, - `order_reference` varchar(9) DEFAULT NULL, - `id_currency` int(10) unsigned NOT NULL, - `amount` decimal(10,2) NOT NULL, - `payment_method` varchar(255) NOT NULL, - `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000', - `transaction_id` varchar(254) DEFAULT NULL, - `card_number` varchar(254) DEFAULT NULL, - `card_brand` varchar(254) DEFAULT NULL, - `card_expiration` char(7) DEFAULT NULL, - `card_holder` varchar(254) DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_order_payment`), - KEY `order_reference` (`order_reference`) -) ENGINE=InnoDB AUTO_INCREMENT=749 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_payment` --- - -LOCK TABLES `ps_order_payment` WRITE; -/*!40000 ALTER TABLE `ps_order_payment` DISABLE KEYS */; -INSERT INTO `ps_order_payment` VALUES (1,'LZABMTHQT',1,28.80,'voucher',1.000000,'ord_3c8zd2','','','','','2020-11-05 09:15:17'),(2,'XQQBREGCG',1,9.44,'voucher',1.000000,'ord_oj7dfw','','','','','2020-11-05 10:53:03'),(3,'WMVBMGIYF',1,1.16,'voucher',1.000000,'ord_wmk972','','','','','2020-11-05 10:53:30'),(4,'AEXSNCLDQ',1,34.75,'iDEAL',1.000000,'tr_QfqM3D5Tfc','','','','','2020-11-05 12:42:56'),(5,'VBBUCJXQE',1,43.22,'iDEAL',1.000000,'ord_e1hjpu','','','','','2020-11-06 13:49:29'),(6,'IXBSSWPAG',1,69.50,'iDEAL',1.000000,'ord_xpxh58','','','','','2020-11-06 14:25:11'),(7,'EFAGRIENI',1,34.75,'iDEAL',1.000000,'ord_m12880','','','','','2020-11-06 14:27:10'),(8,'WGUVMOZIM',1,34.75,'iDEAL',1.000000,'ord_osi09o','','','','','2020-11-06 14:29:57'),(9,'RURINDQRQ',1,34.75,'iDEAL',1.000000,'ord_x5lrjq','','','','','2020-11-06 14:31:17'),(10,'FHGPIIDEO',1,34.75,'iDEAL',1.000000,'ord_o1jyb8','','','','','2020-11-06 14:33:07'),(11,'LXXWHRXPZ',1,34.75,'ideal',1.000000,'ord_sqbke','','','','','2020-11-06 14:38:55'),(12,'GGDSVTZSD',1,34.75,'iDEAL',1.000000,'ord_9gdnlw','','','','','2020-11-06 14:43:48'),(13,'YDUONDRGT',1,69.50,'iDEAL',1.000000,'ord_q4fb68','','','','','2020-11-06 15:25:28'),(14,'TZRMAHBVN',1,34.75,'iDEAL',1.000000,'ord_bhp28k','','','','','2020-11-06 15:27:36'),(15,'DYPPDRMZN',1,34.75,'iDEAL',1.000000,'ord_44pjdw','','','','','2020-11-06 15:40:53'),(16,'PZDCAJXOE',1,182.90,'Voucher',1.000000,'ord_pbo3sa','','','','','2020-11-06 16:36:36'),(17,'RRXLFJNYC',1,104.93,'Voucher',1.000000,'ord_c82cbm','','','','','2020-11-06 16:40:44'),(18,'TEQUAPZGC',1,104.93,'Voucher',1.000000,'ord_9l7wlu','','','','','2020-11-06 17:21:29'),(19,'SUSWOKDXA',1,104.93,'Voucher',1.000000,'ord_qyq6ns','','','','','2020-11-06 18:14:09'),(20,'FUQJYVGTM',1,69.50,'Voucher',1.000000,'ord_tlf3km','','','','','2020-11-12 14:59:27'),(21,'MBSDVHJAR',1,34.75,'Voucher',1.000000,'ord_wt2628','','','','','2020-11-12 15:01:18'),(22,'IKLVMQHXW',1,34.75,'iDEAL',1.000000,'ord_hds4qy','','','','','2020-11-12 15:06:40'),(23,'RZHVXJDNX',1,34.75,'Voucher',1.000000,'ord_rzjmxw','','','','','2020-11-13 09:42:13'),(24,'IKUYTONWP',1,34.75,'Voucher',1.000000,'ord_o4uzfc','','','','','2020-11-13 09:44:39'),(25,'LOPTSTCVO',1,34.75,'Voucher',1.000000,'ord_kzosrg','','','','','2020-11-13 09:48:45'),(26,'39',1,10.00,'monizze-meal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 10:42:27'),(27,'39',1,24.75,'ideal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 10:42:27'),(28,'39',1,10.00,'monizze-meal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 10:42:57'),(29,'39',1,24.75,'ideal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 10:42:57'),(30,'39',1,10.00,'monizze-meal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 10:43:09'),(31,'39',1,24.75,'ideal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 10:43:09'),(32,'39',1,10.00,'monizze-meal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 11:47:26'),(33,'39',1,24.75,'ideal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 11:47:26'),(34,'JYDEZMZYH',1,34.75,'iDEAL',1.000000,'ord_f3cags','','','','','2020-11-13 11:49:55'),(35,'39',1,10.00,'monizze-meal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 13:46:32'),(36,'39',1,24.75,'ideal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 13:46:34'),(37,'IKUYTONWP',1,10.00,'monizze-meal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 13:49:07'),(38,'IKUYTONWP',1,24.75,'ideal',0.000000,'tr_KDFdSQ7JCE','','','','','2020-11-13 13:49:07'),(39,'KZJDEKKMJ',1,10.00,'Voucher',0.000000,'ord_rxxiag','','','','','2020-11-13 14:09:44'),(40,'KZJDEKKMJ',1,24.75,'Voucher',0.000000,'ord_rxxiag','','','','','2020-11-13 14:09:45'),(41,'KZJDEKKMJ',1,10.00,'monizze-meal',0.000000,'tr_vTGdeMB56T','','','','','2020-11-13 14:12:35'),(42,'RQVCJHKCE',1,10.00,'monizze-meal',0.000000,'tr_M9BRnptQS3','','','','','2020-11-13 14:16:03'),(43,'RQVCJHKCE',1,24.75,'ideal',0.000000,'tr_M9BRnptQS3','','','','','2020-11-13 14:16:03'),(44,'TUJNZLKJW',1,34.75,'ideal',0.000000,'tr_sExmV4fj2E','','','','','2020-11-13 14:28:53'),(45,'XELMALLTX',1,34.75,'ideal',0.000000,'tr_mAvNJwhMxa','','','','','2020-11-13 14:34:46'),(46,'TLBCOOBVM',1,34.75,'Mollie',1.000000,'ord_ugonpy','','','','','2020-11-13 14:41:24'),(47,'QMIQHSRNM',1,10.00,'monizze-meal',0.000000,'tr_RzqD3ShKEW','','','','','2020-11-13 14:56:44'),(48,'QMIQHSRNM',1,24.75,'ideal',0.000000,'tr_RzqD3ShKEW','','','','','2020-11-13 14:56:44'),(49,'NDWXYZZHY',1,35.09,'ideal',0.000000,'tr_7Vesy5BPQy','','','','','2020-11-13 14:58:22'),(50,'JCTMVROMB',1,35.09,'Mollie',1.000000,'','','','','','2020-11-13 15:29:07'),(51,'JCTMVROMB',1,35.09,'ideal',0.000000,'tr_ysUTcDhdVy','','','','','2020-11-13 17:17:38'),(52,'AQCVWYOXX',1,35.09,'ideal',0.000000,'tr_H4tnuWtcxN','','','','','2020-11-13 17:18:42'),(53,'UNDTAVVFX',1,34.75,'Pay later.',1.000000,'ord_v3537c','','','','','2020-11-19 10:48:58'),(54,'QWOSMPGIS',1,34.75,'iDEAL',1.000000,'ord_m7nre','','','','','2020-11-19 11:01:20'),(55,'VGCTTVCFX',1,34.75,'Pay later.',1.000000,'ord_dokxmq','','','','','2020-11-19 11:12:31'),(56,'QGWUBKBXU',1,35.09,'klarnapaylater',0.000000,'tr_UtGxyGSP6b','','','','','2020-11-19 13:15:29'),(57,'CTJRBMVGO',1,10.00,'monizze-meal',0.000000,'tr_JeTs4fE8R7','','','','','2020-11-19 13:38:20'),(58,'CTJRBMVGO',1,24.75,'ideal',0.000000,'tr_JeTs4fE8R7','','','','','2020-11-19 13:38:20'),(59,'DVBCQUGBU',1,10.00,'sodexo-lunchpass',0.000000,'tr_aRSSkbgGan','','','','','2020-11-19 13:46:25'),(60,'DVBCQUGBU',1,24.75,'ideal',0.000000,'tr_aRSSkbgGan','','','','','2020-11-19 13:46:25'),(61,'CIOQJHXFK',1,34.75,'Mollie',1.000000,'','','','','','2020-11-19 13:55:48'),(62,'QZLYGMOBD',1,34.75,'ideal',0.000000,'tr_zp3wPTruye','','','','','2020-11-19 14:00:30'),(63,'MHXEUQFIW',1,34.75,'banktransfer',0.000000,'tr_TMR6EtjhMn','','','','','2020-11-19 14:06:54'),(64,'MGTBDKUMY',1,34.75,'Pay later.',1.000000,'ord_bk7btu','','','','','2020-11-27 09:51:27'),(65,'BWEBFBGPD',1,69.50,'klarnapaylater',0.000000,'tr_NhasydVbfJ','','','','','2020-11-27 12:37:58'),(66,'JDVXHNHAM',1,34.75,'ideal',0.000000,'tr_zyek2bNnVs','','','','','2020-12-03 10:46:33'),(67,'OIJLBLZVL',1,34.75,'Mollie',1.000000,'','','','','','2020-12-03 11:03:22'),(68,'EQEPVBYRR',1,34.75,'Mollie',1.000000,'','','','','','2020-12-03 11:08:39'),(69,'KRFFBYVNG',1,34.75,'Mollie',1.000000,'','','','','','2020-12-03 11:15:09'),(70,'SYTCVYITB',1,34.75,'klarnapaylater',0.000000,'tr_4g6h4ekgJN','','','','','2020-12-03 11:31:22'),(71,'CJXBVDGZI',1,34.75,'klarnapaylater',0.000000,'tr_HJGnpAECEt','','','','','2020-12-03 12:06:35'),(72,'QITLCVGIH',1,34.75,'klarnapaylater',0.000000,'tr_H2AFTGGQg9','','','','','2020-12-03 13:27:47'),(73,'HBOBGNBTV',1,34.75,'creditcard',0.000000,'tr_AdvM2r7vk5','','','','','2020-12-04 14:04:50'),(74,'HLXWHFUCM',1,34.75,'creditcard',0.000000,'tr_ewF6K3EDEQ','','','','','2020-12-04 15:23:44'),(75,'CFNOLAKLN',1,69.50,'klarnapaylater',0.000000,'tr_KgMauTRkK3','','','','','2020-12-10 09:38:07'),(76,'WQTVUPCMM',1,0.00,'Nemokamas užsakymas',1.000000,'','','','','','2020-12-10 11:28:35'),(77,'EJVLNHOKN',1,34.75,'ideal',0.000000,'tr_BADQFqyvrd','','','','','2020-12-10 13:26:53'),(78,'MGJHMSNHI',1,34.75,'klarnapaylater',0.000000,'tr_jPEPQ8Ktw4','','','','','2020-12-10 15:19:58'),(79,'WDOVXSCYA',1,34.75,'klarnapaylater',0.000000,'tr_Jw6BJA9Sse','','','','','2020-12-10 15:21:33'),(80,'KRVZRCXXX',1,39.75,'ideal',0.000000,'tr_VmpJvSHgyw','','','','','2020-12-10 16:43:30'),(81,'WWQJXHHHD',1,39.75,'ideal',0.000000,'tr_wmMwxzeJqF','','','','','2021-01-12 10:28:58'),(82,'BJWPFXEZA',1,39.75,'ideal',0.000000,'tr_dqaQFC23FS','','','','','2021-01-12 11:14:06'),(83,'ROLVSQJBJ',1,39.75,'ideal',0.000000,'tr_EyuC5wJCkS','','','','','2021-01-14 11:34:25'),(84,'YZDJBFQWY',1,39.75,'ideal',0.000000,'tr_2MJT6h7eN5','','','','','2021-01-14 13:20:29'),(85,'MFGELUXPE',1,35.09,'inghomepay',0.000000,'tr_hKDT8qb9JS','','','','','2021-01-25 13:42:54'),(86,'MGFBWCEDT',1,34.75,'ideal',0.000000,'tr_eqhGw5uzdF','','','','','2021-01-25 16:07:03'),(87,'ZQRVKOCEC',1,10.00,'monizze-meal',0.000000,'tr_4h3hQzquj3','','','','','2021-01-25 16:23:14'),(88,'ZQRVKOCEC',1,60.18,'ideal',0.000000,'tr_4h3hQzquj3','','','','','2021-01-25 16:23:14'),(89,'MCJUTZAFK',1,10.00,'monizze-meal',0.000000,'tr_9Cc9APQkvy','','','','','2021-01-25 16:27:43'),(90,'MCJUTZAFK',1,25.09,'ideal',0.000000,'tr_9Cc9APQkvy','','','','','2021-01-25 16:27:43'),(91,'VTATBGQTJ',1,34.75,'ideal',0.000000,'tr_cuFBUeVS9p','','','','','2021-01-28 09:44:23'),(92,'QSMQQADCE',1,34.75,'ideal',0.000000,'tr_HGw8v5b2Gm','','','','','2021-01-28 10:56:11'),(93,'DKOADTRHO',1,35.09,'ideal',0.000000,'tr_z3bDReAcqK','','','','','2021-01-28 13:32:47'),(94,'UKCDXPCAA',1,34.75,'ideal',0.000000,'tr_TadKnHeusk','','','','','2021-02-02 10:36:46'),(95,'KAFFXGXEZ',1,34.75,'ideal',0.000000,'tr_suVky58hPp','','','','','2021-02-02 15:32:34'),(96,'THCQYCZUH',1,34.75,'ideal',0.000000,'tr_wsWAh5QMzE','','','','','2021-02-02 17:10:30'),(97,'NJXRHCPJF',1,34.75,'ideal',0.000000,'tr_MjgxcJFCKH','','','','','2021-02-02 17:12:41'),(98,'HCSAORADA',1,34.75,'ideal',0.000000,'tr_5s2x7v57WT','','','','','2021-02-04 14:49:39'),(99,'DWMPALSSP',1,34.75,'ideal',0.000000,'tr_7H7PvKGHN6','','','','','2021-02-04 15:13:56'),(100,'FBDIJBZQL',1,34.75,'ideal',0.000000,'tr_WepmPapexA','','','','','2021-02-04 15:19:29'),(101,'SIJEAIJOB',1,34.75,'ideal',0.000000,'tr_hWwKGWsvHp','','','','','2021-02-04 15:29:11'),(102,'TVZELXINU',1,34.75,'ideal',0.000000,'tr_vJNyehD24w','','','','','2021-02-04 15:50:07'),(103,'FMJFFPUJN',1,34.75,'iDEAL',1.000000,'ord_w3bww','','','','','2021-02-04 16:00:55'),(104,'IIQCDTAYD',1,34.75,'ideal',0.000000,'tr_C2HpdVUFBK','','','','','2021-02-04 16:06:57'),(105,'RUTEZGVZA',1,35.09,'ideal',0.000000,'tr_2tP9H3MWkS','','','','','2021-02-04 16:13:37'),(106,'IESKJOMBL',1,35.09,'ideal',0.000000,'tr_AqKDnt9xVy','','','','','2021-02-04 16:15:35'),(107,'TUJRSXSUJ',3,45.93,'creditcard',0.000000,'tr_U8R55EUbWM','','','','','2021-02-18 13:33:28'),(108,'TDQGAHYBQ',1,57.44,'eps',0.000000,'tr_NHaPPAdqq4','','','','','2021-02-18 15:00:09'),(109,'YZWTEHLXW',1,34.75,'ideal',0.000000,'tr_HQxtC5dk5e','','','','','2021-03-04 16:12:38'),(110,'VGRVLBTXP',1,34.75,'banktransfer',0.000000,'tr_82yf4Qc2Be','','','','','2021-03-04 16:14:12'),(111,'ISPHVOEJF',1,31.58,'paypal',0.000000,'tr_KAQCd2UECq','','','','','2021-03-18 14:33:44'),(112,'WXGQTLDJK',1,140.36,'paypal',0.000000,'tr_TVVp9WVSUT','','','','','2021-03-19 11:06:49'),(113,'FWQAGOEJY',1,34.75,'Mollie',1.000000,'','','','','','2021-03-19 11:16:03'),(114,'UUSBKIOFA',1,35.09,'Mollie',1.000000,'','','','','','2021-03-19 12:28:28'),(115,'YURGWWSTP',1,34.75,'paypal',0.000000,'tr_eR8kguUMxK','','','','','2021-03-25 10:35:42'),(116,'UCAEQBBZK',1,34.75,'Mollie',1.000000,'','','','','','2021-03-25 10:37:40'),(117,'EYZOSHWHZ',1,34.75,'paypal',0.000000,'tr_rAffjUm7tm','','','','','2021-03-25 12:32:38'),(118,'QSPTHCVDR',1,34.75,'paypal',0.000000,'tr_qsV4KQjFjj','','','','','2021-03-25 13:21:00'),(119,'ECHCWVQHH',1,34.75,'paypal',0.000000,'tr_f6HU9SCMnw','','','','','2021-03-25 13:25:28'),(120,'QZCKHXRIB',1,34.75,'paypal',0.000000,'tr_nADWxqkSHx','','','','','2021-03-25 13:26:48'),(121,'LNDXFSFDN',1,69.50,'paypal',0.000000,'tr_VUFEcwEbFW','','','','','2021-03-25 16:08:49'),(122,'AIWYANMZI',1,35.09,'paypal',0.000000,'tr_f5WFWHzxzA','','','','','2021-04-08 09:31:20'),(123,'FAQKKPGQQ',1,69.84,'creditcard',0.000000,'tr_jAMJnJKVpF','','','','','2021-04-08 10:18:52'),(124,'AGDUCWAGL',1,173.76,'klarnapaylater',0.000000,'tr_uEC94VcuPt','','','','','2021-04-08 13:14:25'),(125,'PTYQKEORK',1,139.00,'klarnapaylater',0.000000,'tr_nRBDhQbbQa','','','','','2021-04-08 13:28:14'),(126,'MYDTGALIA',1,34.75,'klarnapaylater',0.000000,'tr_jHrNzyc7kw','','','','','2021-04-08 13:30:58'),(127,'OQTETONCT',1,208.51,'klarnapaylater',0.000000,'tr_9xkFuUr8kh','','','','','2021-04-08 13:43:50'),(128,'CVAVCYVGR',1,312.76,'klarnapaylater',0.000000,'tr_7UTzbPj6y7','','','','','2021-04-08 13:47:13'),(129,'XRZJEKRDS',1,34.75,'Bank',1.000000,'','','','','','2021-04-08 15:54:00'),(130,'ZSATEMTPE',1,10.00,'monizze-meal',0.000000,'tr_5usRakMdcC','','','','','2021-04-08 16:19:39'),(131,'ZSATEMTPE',1,95.25,'ideal',0.000000,'tr_5usRakMdcC','','','','','2021-04-08 16:19:39'),(132,'HWJSWAKCS',1,208.85,'paypal',0.000000,'tr_SrHGQDkeuq','','','','','2021-04-15 14:51:16'),(133,'JZJJRRSFZ',1,173.76,'klarnapaylater',0.000000,'tr_a2dkfnyqtu','','','','','2021-04-16 13:18:39'),(134,'DLERNYAAM',1,28.70,'paypal',0.000000,'tr_ScUfcvN3SD','','','','','2021-04-22 11:38:35'),(135,'ZXQAUOHMS',1,28.80,'paypal',0.000000,'tr_6xSsjBWxxz','','','','','2021-04-22 11:42:50'),(136,'OMPQJXZHI',1,35.09,'paypal',0.000000,'tr_WPnsEffAWt','','','','','2021-04-22 12:12:08'),(137,'KMFIFPZUD',1,28.70,'paypal',0.000000,'tr_N6tnDE8A2g','','','','','2021-04-22 12:12:55'),(138,'VQHMZIXVA',1,28.70,'paypal',0.000000,'tr_CzBg9w2jqh','','','','','2021-04-22 12:15:12'),(139,'WSTGEUOZV',1,28.70,'paypal',0.000000,'tr_qJbnc9KCWR','','','','','2021-04-22 12:21:19'),(140,'UEPLHCKTW',1,28.70,'paypal',0.000000,'tr_cDBctCUfHT','','','','','2021-04-22 12:25:08'),(141,'GSXTRKSUR',1,34.75,'paypal',0.000000,'tr_vTeTupRb52','','','','','2021-04-22 12:26:23'),(142,'NZORHIJPV',1,28.70,'paypal',0.000000,'tr_qjhhgda4Pp','','','','','2021-04-22 12:27:23'),(143,'WYIPYZPUA',1,173.76,'ideal',0.000000,'tr_RVAtnzUjJN','','','','','2021-04-30 10:57:44'),(144,'FDAZKZBXK',1,208.51,'paypal',0.000000,'tr_mr3rPgefJm','','','','','2021-04-30 10:57:58'),(145,'YALYRWPYV',1,34.75,'ideal',0.000000,'tr_FAV3gj2twT','','','','','2021-04-30 10:58:58'),(146,'CIUEAQJCP',1,34.75,'ideal',0.000000,'tr_8yNCaa3GDU','','','','','2021-04-30 12:01:30'),(147,'XMIIBMWUS',1,34.75,'paypal',0.000000,'tr_sWsk8JxrMt','','','','','2021-04-30 12:05:34'),(148,'VUYIGFONX',1,35.09,'IDEAL via Stripe',1.000000,'py_1Io3rYLFLTOZKBrkBSNTKZQ0','','','','','2021-05-06 12:51:37'),(149,'MYIIIELNV',1,34.75,'IDEAL via Stripe',1.000000,'py_1Io3wTLFLTOZKBrkBQgqWPlf','','','','','2021-05-06 12:56:27'),(150,'IFWQSVLGV',1,34.75,'ideal',0.000000,'tr_ayMQQ6aCF5','','','','','2021-05-07 10:18:10'),(151,'KCLRIYZED',1,34.75,'paypal',0.000000,'tr_acGg68ETKz','','','','','2021-05-13 14:40:15'),(152,'QSVGJNWEV',1,34.75,'paypal',0.000000,'tr_bVf2nhRDKg','','','','','2021-05-13 14:43:10'),(153,'MDIUHOFJQ',1,173.76,'klarnasliceit',0.000000,'tr_jNAnED69cP','','','','','2021-05-20 14:13:13'),(154,'SLJWCGSOU',1,139.95,'klarnapaylater',0.000000,'tr_Af7wnD87E4','','','','','2021-05-20 14:21:20'),(155,'QTGIZBFLL',1,69.50,'ideal',0.000000,'tr_fJupFCGBqS','','','','','2021-05-20 14:24:03'),(156,'YERVZMBQZ',1,69.84,'paypal',0.000000,'tr_PGkRE32hAJ','','','','','2021-05-20 14:26:08'),(157,'DPIHQVKRV',1,245.26,'klarnapaylater',0.000000,'tr_2a5nSnfRGJ','','','','','2021-05-20 14:53:06'),(158,'IZSABIRJH',1,34.75,'paypal',0.000000,'tr_G3vncTN3Gr','','','','','2021-05-21 11:45:40'),(159,'JYVTJTISB',1,38.75,'ideal',0.000000,'tr_r84AVDhS2h','','','','','2021-06-03 10:10:05'),(160,'ICIQJBFBM',1,173.76,'klarnapaylater',0.000000,'tr_349TkQyu7Q','','','','','2021-06-03 10:17:45'),(161,'XPYJBWTPE',1,104.25,'ideal',0.000000,'tr_MBrfWUGCmH','','','','','2021-06-03 10:25:06'),(162,'AWIRJVPMF',1,35.09,'ideal',0.000000,'tr_VzrRyVNfJc','','','','','2021-06-04 16:09:40'),(163,'AOZBQLFVM',1,35.09,'ideal',0.000000,'tr_ssdtB59yFg','','','','','2021-06-04 16:16:30'),(164,'ZLPOBVPQL',1,35.09,'ideal',0.000000,'tr_hbrEjCqUGV','','','','','2021-06-04 16:19:08'),(165,'NLNCLSJPW',1,139.00,'klarnapaylater',0.000000,'tr_q2KP7Kh9QQ','','','','','2021-06-10 09:45:58'),(166,'AQYYVEEDV',1,208.51,'klarnapaylater',0.000000,'tr_RFKaQdFuDs','','','','','2021-06-10 11:18:00'),(167,'QVRXFXQNI',1,59.45,'paypal',0.000000,'tr_AUJtv4hBgk','','','','','2021-07-09 13:09:18'),(168,'UUNRVCZGU',1,104.25,'klarnapaylater',0.000000,'tr_gjhTsk7teF','','','','','2021-07-27 11:57:23'),(169,'EZOZZCXYI',1,139.00,'klarnapaylater',0.000000,'tr_dCdtRcWbCN','','','','','2021-07-27 12:02:05'),(170,'UXYQYAMYD',1,139.00,'klarnapaylater',0.000000,'tr_nhsb7uTtCA','','','','','2021-07-27 12:46:04'),(171,'CGUWMMOIO',1,208.51,'klarnapaylater',0.000000,'tr_Tdhbkepvcy','','','','','2021-07-27 12:51:21'),(172,'VTLMXDYNY',1,208.51,'klarnapaylater',0.000000,'tr_arWzARVMKr','','','','','2021-07-27 12:55:02'),(173,'QAVADSEUA',1,208.51,'klarnapaylater',0.000000,'tr_AyJQE87czy','','','','','2021-07-27 12:56:36'),(174,'KDVZKZLLD',1,173.76,'klarnapaylater',0.000000,'tr_Jh2fdVDkhU','','','','','2021-07-27 13:03:13'),(175,'ILVECUINI',1,139.00,'klarnasliceit',0.000000,'tr_2AUsSadAVJ','','','','','2021-07-29 09:37:47'),(176,'FWPBHDLRA',1,139.00,'klarnasliceit',0.000000,'tr_b8JPF3U2J3','','','','','2021-07-29 09:39:43'),(177,'',1,38.75,'klarnapaylater',0.000000,'tr_DwTrj5kDaB','','','','','2021-07-29 15:41:20'),(178,'IEOKSVYTA',1,73.50,'klarnapaylater',0.000000,'tr_kG9rGuhh48','','','','','2021-07-29 16:27:20'),(179,'CJPGFTRSS',1,34.75,'klarnapaylater',0.000000,'tr_QHxHSr4B8P','','','','','2021-07-30 09:14:55'),(180,'MJBMFRLQS',1,34.75,'klarnapaylater',0.000000,'tr_QSM3tSBPPf','','','','','2021-07-30 09:16:50'),(181,'RLUAFOPTO',1,69.50,'Bank',1.000000,'','','','','','2021-07-30 09:43:17'),(182,'BTUUWGVIO',1,34.75,'Bank',1.000000,'','','','','','2021-07-30 09:47:47'),(183,'JURMMGUTX',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 09:50:47'),(184,'SIVTHMBGH',1,34.75,'Bank',1.000000,'','','','','','2021-07-30 10:02:30'),(185,'HSRHXDBVU',1,34.75,'Bank',1.000000,'','','','','','2021-07-30 11:25:48'),(186,'THHTRCPIR',1,34.75,'Bank',1.000000,'','','','','','2021-07-30 11:32:22'),(187,'DMCEIAEWL',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 11:38:12'),(188,'VTITFJMRY',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 11:41:31'),(189,'NPWLVOAUV',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 11:47:25'),(190,'AGAQKRIFY',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 11:51:50'),(191,'ZBHRBUPCG',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 12:25:22'),(192,'FKUQSKFZO',1,34.75,'PayPal',1.000000,'','','','','','2021-07-30 12:26:25'),(193,'WZUVOTREH',1,34.75,'Voucher',1.000000,'','','','','','2021-07-30 12:28:58'),(194,'EOPMGXLWY',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 12:53:04'),(195,'SIDGBSDLU',1,34.75,'Voucher',1.000000,'','','','','','2021-07-30 15:46:03'),(196,'BYYOYXELL',1,34.75,'Pay later.',1.000000,'','','','','','2021-07-30 16:09:58'),(197,'QOCNLXXMD',1,38.22,'PayPal',1.000000,'','','','','','2021-07-30 16:13:48'),(198,'IDZCJYHPD',1,38.22,'PayPal',1.000000,'','','','','','2021-07-30 16:15:43'),(199,'IKZRWTCQY',1,34.75,'PayPal',1.000000,'','','','','','2021-07-30 16:38:49'),(200,'PBBFBHRAG',1,34.75,'PayPal',1.000000,'','','','','','2021-08-05 11:26:56'),(201,'QEKODFYSU',1,34.75,'PayPal',1.000000,'','','','','','2021-08-05 11:34:12'),(202,'GWGNSZPLL',1,34.75,'PayPal',1.000000,'','','','','','2021-08-05 12:03:06'),(203,'BNRPGLKOS',1,34.75,'PayPal',1.000000,'','','','','','2021-08-05 12:05:05'),(204,'UWKHVASLY',1,38.22,'paypal',0.000000,'tr_AUDGQEnUbe','','','','','2021-08-05 12:17:23'),(205,'XXRVGICFP',1,38.22,'paypal',0.000000,'tr_9h3byGafuE','','','','','2021-08-05 12:22:34'),(206,'KRIREWJIR',1,38.22,'paypal',0.000000,'tr_FazEn9a6uH','','','','','2021-08-05 12:27:38'),(207,'UXLCTNCVI',1,38.22,'paypal',0.000000,'tr_zM5EqrhtFd','','','','','2021-08-05 12:29:30'),(208,'RWBMZUHMI',1,38.22,'paypal',0.000000,'tr_pzcegq6rnP','','','','','2021-08-05 12:31:58'),(209,'OXFIFEKEX',1,38.22,'paypal',0.000000,'tr_jFhzUg32Gb','','','','','2021-08-05 12:33:46'),(210,'UUYIRNOAB',1,38.22,'paypal',0.000000,'tr_uubhEQu4gA','','','','','2021-08-05 12:36:55'),(211,'DJHHQYUFA',1,38.22,'paypal',0.000000,'tr_stVEur2PWh','','','','','2021-08-05 12:38:24'),(212,'ARHHPBCAY',1,76.45,'paypal',0.000000,'tr_nTQqU3Bun8','','','','','2021-08-05 15:37:30'),(213,'QOBJKXUNA',1,38.22,'paypal',0.000000,'tr_xGzT4zM7ey','','','','','2021-08-05 15:38:35'),(214,'MYKTHLYYE',1,38.22,'paypal',0.000000,'tr_2gPRHW2EgF','','','','','2021-08-05 15:40:27'),(215,'DSGVVFBNB',1,0.11,'paypal',0.000000,'tr_CeHjaM6Gk4','','','','','2021-08-05 15:55:51'),(216,'ZQLCHVKLW',1,0.31,'paypal',0.000000,'tr_5zGFKst9ts','','','','','2021-08-05 15:56:09'),(217,'XRNDPBMMN',1,34.75,'creditcard',0.000000,'tr_fy7WHTRget','','','','','2021-08-05 16:03:45'),(218,'YCWYKTFXN',1,10.00,'monizze-meal',0.000000,'tr_6mAKHaFVG2','','','','','2021-08-06 09:53:08'),(219,'YCWYKTFXN',1,24.75,'paypal',0.000000,'tr_6mAKHaFVG2','','','','','2021-08-06 09:53:08'),(220,'JRVVVSXNA',1,38.22,'klarnapaylater',0.000000,'tr_2FwaWeBCB9','','','','','2021-08-06 11:32:54'),(221,'MKWYMSADV',1,34.75,'creditcard',0.000000,'tr_SfEUzSw7JG','','','','','2021-08-06 11:44:49'),(222,'BLZFKZNVV',1,76.45,'klarnapaylater',0.000000,'tr_4MRsEN8HKB','','','','','2021-08-06 13:28:30'),(223,'BOFBEMXNS',1,144.53,'ideal',0.000000,'tr_w2TjVp4G2p','','','','','2021-08-09 16:33:59'),(224,'ZPDZAMWSL',1,74.50,'ideal',0.000000,'tr_dTe5p4UFPD','','','','','2021-08-10 10:35:59'),(225,'BSNXBCWYD',1,38.22,'klarnapaylater',0.000000,'tr_zz57t8T6Ut','','','','','2021-08-10 10:37:20'),(226,'EEVQTXPMQ',1,74.77,'ideal',0.000000,'tr_q4VTdtpBSF','','','','','2021-08-12 18:11:20'),(227,'NWDKCLYWY',1,144.00,'ideal',0.000000,'tr_9qpRhwPwPk','','','','','2021-08-13 10:13:31'),(228,'SKLFJWYMO',1,38.22,'klarnapaylater',0.000000,'tr_derPdan7uk','','','','','2021-08-13 10:14:06'),(229,'JZARTAZLS',1,0.10,'creditcard',0.000000,'tr_nxWUHq8hqM','','','','','2021-09-02 09:36:41'),(230,'LUMFKLPOL',1,0.10,'Mollie',1.000000,'','','','','','2021-09-02 09:43:43'),(231,'TAWDBMOLE',1,0.11,'klarnapaylater',0.000000,'tr_9wzz5mUzPF','','','','','2021-09-02 09:45:26'),(232,'XONSGKHRY',1,0.10,'Mollie',1.000000,'','','','','','2021-09-02 09:47:36'),(233,'XONSGKHRY',1,0.10,'Mollie',1.000000,'','','','','','2021-09-02 09:47:51'),(234,'NJVQETRDH',1,0.10,'Mollie',1.000000,'','','','','','2021-09-02 09:51:37'),(235,'ASBRNFDNY',1,0.10,'Mollie',1.000000,'','','','','','2021-09-02 09:55:07'),(236,'SPQOZRKPM',1,0.19,'Mollie',1.000000,'','','','','','2021-09-02 09:57:17'),(237,'NGMAOKPSF',1,0.19,'Mollie',1.000000,'','','','','','2021-09-02 10:03:51'),(238,'WYVETIZMZ',1,0.19,'klarnapaylater',0.000000,'tr_SHQur3VNPv','','','','','2021-09-02 10:06:46'),(239,'FHJAKELBJ',1,0.10,'klarnapaylater',0.000000,'tr_pnzHSFbdkb','','','','','2021-09-02 10:09:10'),(240,'IVNLIJUFJ',1,0.10,'klarnapaylater',0.000000,'tr_m4FAbRFUUv','','','','','2021-09-02 10:11:00'),(241,'DOZCLSIXT',1,40.09,'ideal',0.000000,'tr_WmRGdTxQyC','','','','','2021-09-02 11:56:52'),(242,'DEHEQQSCC',1,35.09,'klarnapaylater',0.000000,'tr_RF6Vr5SyFw','','','','','2021-09-21 11:13:24'),(243,'UXXHFVXEQ',1,1.95,'klarnapaylater',0.000000,'tr_NU9PF2M3Am','','','','','2021-09-21 11:14:12'),(244,'FVQQOAASZ',1,35.09,'klarnapaylater',0.000000,'tr_jsPsSnTEzx','','','','','2021-09-21 13:17:48'),(245,'CBGJNJNXM',1,70.18,'klarnapaylater',0.000000,'tr_bCtDnTBSKN','','','','','2021-09-22 14:24:07'),(246,'YSUAFBBOX',1,35.09,'klarnapaylater',0.000000,'tr_EEpyDMgf3g','','','','','2021-09-22 14:25:14'),(247,'QEGRBHNQO',1,35.09,'klarnapaylater',0.000000,'tr_HHg8pNG7pe','','','','','2021-09-22 14:42:21'),(248,'GFTSLROLG',1,210.54,'klarnapaylater',0.000000,'tr_Jn8kCue4TF','','','','','2021-09-22 17:28:55'),(249,'PRGKDHHDS',1,140.36,'klarnapaylater',0.000000,'tr_FpMtKQVeWr','','','','','2021-09-22 17:38:29'),(250,'CVGPIHZPZ',1,35.09,'klarnapaylater',0.000000,'tr_uuvgz5KhwC','','','','','2021-09-23 10:58:52'),(251,'ZYLKAZIKJ',1,35.09,'klarnapaylater',0.000000,'tr_mBKrCRmVKe','','','','','2021-09-23 11:02:06'),(252,'BVTBBQIOS',1,245.63,'klarnapaylater',0.000000,'tr_EnCNdtu3ty','','','','','2021-09-23 14:52:05'),(253,'HPCIREOES',1,13.65,'klarnapaylater',0.000000,'tr_DhspRRu6bu','','','','','2021-09-23 15:11:03'),(254,'JIBCUJXOU',1,11.70,'giropay',0.000000,'tr_pVtdKR8GxS','','','','','2021-09-23 15:30:52'),(255,'UKVPIQNVU',1,175.45,'klarnapaylater',0.000000,'tr_W279EeApgt','','','','','2021-09-25 11:25:02'),(256,'AYVZOAMIQ',1,40.94,'klarnapaylater',0.000000,'tr_ktpWuWS2g3','','','','','2021-09-25 11:32:06'),(257,'BYLPSBCUS',1,70.18,'klarnapaylater',0.000000,'tr_42sVJAftnN','','','','','2021-10-07 09:31:48'),(258,'SGXBJBQKP',1,35.09,'bancontact',0.000000,'tr_uzxRHzMTMQ','','','','','2021-10-07 10:25:20'),(259,'ZJEEIMBVH',1,31.58,'bancontact',0.000000,'tr_6aVwhgGdQp','','','','','2021-10-07 10:40:47'),(260,'VATGGZRUL',1,35.20,'bancontact',0.000000,'tr_4U5xMKeUe8','','','','','2021-10-07 10:41:58'),(261,'OXHGEKFKO',1,35.09,'Mollie',1.000000,'','','','','','2021-10-07 10:49:27'),(262,'ZEJEMTKSK',1,31.69,'bancontact',0.000000,'tr_dK3Rdkm2r3','','','','','2021-10-07 10:51:12'),(263,'OGMOSIWOW',1,67.16,'banktransfer',0.000000,'tr_u9qNVrrUgj','','','','','2021-10-07 14:14:18'),(264,'MYMGPTCNH',1,8.95,'bancontact',0.000000,'tr_EMCgms48zU','','','','','2021-10-13 09:07:34'),(265,'ALFGPFGFM',1,29.11,'bancontact',0.000000,'tr_kSnJ9xA4zy','','','','','2021-10-13 09:22:30'),(266,'XKBWJEYYS',1,29.00,'bancontact',0.000000,'tr_RrrnHeERUm','','','','','2021-10-13 09:23:56'),(267,'YJOPXNDHK',1,35.09,'bancontact',0.000000,'tr_gMaQrFRaQA','','','','','2021-10-13 09:26:09'),(268,'XYOVAGDIX',1,35.09,'bancontact',0.000000,'tr_SAHvUHkdmE','','','','','2021-10-13 09:27:31'),(269,'TPPHSNTHR',1,35.09,'bancontact',0.000000,'tr_uyGa5Pju3t','','','','','2021-10-13 09:28:29'),(270,'CKOPATZRW',1,29.00,'bancontact',0.000000,'tr_RVdTq2nFQF','','','','','2021-10-13 09:31:19'),(271,'PHUOXIVVN',1,29.00,'bancontact',0.000000,'tr_dSxvHbARBh','','','','','2021-10-13 09:35:20'),(272,'GGLODXXRI',1,35.02,'bancontact',0.000000,'tr_bg9RwQaDKu','','','','','2021-10-13 10:00:31'),(273,'XVEEZUDNS',1,34.00,'ideal',0.000000,'tr_Rw5k62dT7k','','','','','2021-10-13 12:34:14'),(274,'LTHGFWMJT',1,29.00,'IDEAL via Stripe',1.000000,'py_3JkkDaLFLTOZKBrk1Ipk1alP','','','','','2021-10-15 09:48:51'),(275,'WFPAIGNGI',1,29.00,'IDEAL via Stripe',1.000000,'py_3JkkEpLFLTOZKBrk03sRVwn2','','','','','2021-10-15 09:50:13'),(276,'FSXSONTQU',1,29.00,'klarnapaylater',0.000000,'tr_EqBff68mA8','','','','','2021-10-15 09:53:52'),(277,'FSXSONTQU',1,146.45,'Mollie',1.000000,'','','','','','2021-10-15 09:53:54'),(278,'PWQVZVTJG',1,29.00,'Pay later.',1.000000,'','','','','','2021-10-15 10:13:32'),(279,'KLWJRFMYM',1,34.00,'iDEAL',1.000000,'','','','','','2021-10-15 10:25:38'),(280,'UMYKPOCZS',1,34.00,'iDEAL',1.000000,'','','','','','2021-10-15 10:26:56'),(281,'UMYKPOCZS',1,6.09,'Mollie',1.000000,'','','','','','2021-10-15 10:26:59'),(282,'HTTIQYBQN',1,34.00,'iDEAL',1.000000,'','','','','','2021-10-15 10:28:35'),(283,'HTTIQYBQN',1,6.09,'Mollie',1.000000,'','','','','','2021-10-15 10:28:38'),(284,'AXYSOHYSV',1,34.00,'iDEAL',1.000000,'','','','','','2021-10-15 10:37:46'),(285,'RAXMXRIRN',1,40.09,'iDEAL',1.000000,'','','','','','2021-10-15 10:41:52'),(286,'WGTXFSTUO',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-15 10:44:04'),(287,'NRDSEJAUI',1,100.00,'Credit Card',1.000000,'','','','','','2021-10-15 10:45:35'),(288,'ABCGYMHLP',1,40.09,'ideal',0.000000,'tr_Q9kuMErf5E','','','','','2021-10-15 11:07:35'),(289,'ERLELTKFZ',1,40.09,'ideal',0.000000,'tr_g4z6VnbgNF','','','','','2021-10-15 11:09:58'),(290,'QURDVCTJV',1,40.09,'ideal',0.000000,'tr_qe2JJDAvK8','','','','','2021-10-15 11:12:14'),(291,'UKWQDQOAA',1,40.09,'ideal',0.000000,'tr_xuNQ7PJSCG','','','','','2021-10-15 11:13:40'),(292,'VTFDHUAIB',1,40.09,'ideal',0.000000,'tr_HeBvKs8sMt','','','','','2021-10-15 11:14:49'),(293,'VTFDHUAIB',1,105.27,'Mollie',1.000000,'','','','','','2021-10-15 11:14:49'),(294,'HYTXSBALH',1,35.09,'Pay later.',1.000000,'','','','','','2021-10-15 11:18:58'),(295,'PXGVYOGMC',1,29.00,'Pay later.',1.000000,'','','','','','2021-10-15 11:20:20'),(296,'JMLPTUVWW',1,40.09,'ideal',0.000000,'tr_efbEmmQms5','','','','','2021-10-15 11:36:08'),(297,'JMLPTUVWW',1,70.18,'Mollie',1.000000,'','','','','','2021-10-15 11:36:08'),(298,'RUCSMRSZG',1,40.09,'iDEAL',1.000000,'','','','','','2021-10-15 11:37:35'),(299,'CIJMAOSSQ',1,40.09,'iDEAL',1.000000,'','','','','','2021-10-15 11:42:45'),(300,'OVIARQLLA',1,40.09,'iDEAL',1.000000,'','','','','','2021-10-15 11:48:42'),(301,'QEKAHKAWS',1,40.09,'ideal',0.000000,'tr_6maCPbWVgK','','','','','2021-10-15 11:55:31'),(302,'IMFLYVUYM',1,34.00,'ideal',0.000000,'tr_8HzE5CqPF3','','','','','2021-10-15 11:56:38'),(303,'QYCVRMLQC',1,40.09,'ideal',0.000000,'tr_vSBh8Mz2jr','','','','','2021-10-15 12:49:06'),(304,'YLFUENGEJ',1,40.09,'ideal',0.000000,'tr_HEyUNPjArR','','','','','2021-10-15 12:49:51'),(305,'UDEEIEODT',1,40.09,'ideal',0.000000,'tr_HbMgSUfyG2','','','','','2021-10-15 12:52:37'),(306,'UXXIGXJNP',1,40.09,'ideal',0.000000,'tr_VVHc95jbGs','','','','','2021-10-15 12:54:32'),(307,'OXGLWHWUD',1,29.00,'Pay later.',1.000000,'','','','','','2021-10-15 12:56:03'),(308,'NNRWFAUNS',1,29.00,'Pay later.',1.000000,'','','','','','2021-10-15 13:37:12'),(309,'ZWIWANHFF',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 12:09:51'),(310,'BXTLSBVVH',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 12:11:01'),(311,'RSRYIYQBI',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 13:56:43'),(312,'HPGCDJBKU',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 13:59:26'),(313,'ECLTVOHWL',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 14:03:30'),(314,'CUHPSBIOZ',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 14:14:09'),(315,'THOMZIRNC',1,35.09,'Payments by check',1.000000,'','','','','','2021-10-28 14:47:33'),(316,'RHMOWGVFP',1,35.09,'Credit Card',1.000000,'','','','','','2021-10-28 14:51:32'),(317,'KKENRVYRS',1,35.09,'Bancontact',1.000000,'','','','','','2021-10-28 14:54:33'),(318,'RNGBVNPYO',1,40.09,'ideal',0.000000,'tr_qSmVCTUr8N','','','','','2021-10-29 15:19:33'),(319,'KFJKBESAC',1,3440.35,'Bancontact',1.000000,'','','','','','2021-11-05 09:33:45'),(320,'PSLGNJPIK',1,3721.07,'Pay later.',1.000000,'','','','','','2021-11-05 13:11:10'),(321,'TZRRHSTAJ',1,210.54,'mollie',1.000000,'','','','','','2021-11-05 14:09:07'),(322,'FERRPDFFI',1,210.54,'Klarna Pay now.',1.000000,'','','','','','2021-11-05 14:30:08'),(323,'EBSQYUYZH',1,210.54,'Klarna Pay now.',1.000000,'','','','','','2021-11-05 14:33:26'),(324,'ULLUTBRTC',1,210.54,'Klarna Pay now.',1.000000,'','','','','','2021-11-11 09:37:27'),(325,'UZCQVOJRM',1,210.54,'Pay later.',1.000000,'','','','','','2021-11-12 14:12:27'),(326,'JAUXDXOST',1,105.27,'Bank',1.000000,'','','','','','2021-11-18 15:54:35'),(327,'WJJDWZZYF',1,175.45,'Bank',1.000000,'','','','','','2021-11-18 15:55:59'),(328,'KVYLCREWE',1,210.54,'Klarna Pay now.',1.000000,'','','','','','2021-11-19 11:33:40'),(329,'TKOFTSMZL',1,105.27,'PayPal',1.000000,'','','','','','2021-11-19 11:50:56'),(330,'ZVGLEZPER',1,175.45,'PayPal',1.000000,'','','','','','2021-11-19 12:13:46'),(331,'OPEBIUQJW',1,140.36,'iDEAL',1.000000,'','','','','','2021-11-19 12:24:52'),(332,'YOMSVWNIV',1,35.09,'iDEAL',1.000000,'','','','','','2021-11-25 10:24:26'),(333,'QONPQUKSY',1,35.09,'Credit Card',1.000000,'','','','','','2021-11-25 11:17:21'),(334,'RGSRYJCQT',1,35.09,'Credit Card',1.000000,'','','','','','2021-11-25 11:35:58'),(335,'UXILFOEVQ',1,35.09,'Credit Card',1.000000,'','','','','','2021-11-25 11:36:56'),(336,'CARROWZWP',1,0.01,'Credit card',1.000000,'tr_wVmj7W2Gy8','','','','','2021-11-25 12:14:19'),(337,'YUDKWPHRV',1,0.01,'Credit Card',1.000000,'','','','','','2021-11-29 14:29:45'),(338,'HPBDYSBYM',1,0.01,'Credit Card',1.000000,'','','','','','2021-11-29 14:30:37'),(339,'QMXEWKBUX',1,0.01,'Credit Card',1.000000,'','','','','','2021-11-29 14:45:31'),(340,'DKOXURBEQ',1,0.01,'Paiements en ligne SumUp',1.000000,'TE9FYNN3TC','','','','','2021-12-09 10:40:16'),(341,'EZNRXCIPI',1,0.01,'Paiements en ligne SumUp',1.000000,'1','','','','','2021-12-09 10:59:54'),(342,'FVGQPGSLP',1,175.09,'PayPal',1.000000,'','','','','','2021-12-13 15:49:32'),(343,'CXGREHCEG',1,35.02,'Credit Card',1.000000,'','','','','','2021-12-14 14:54:15'),(344,'BLMKISFGW',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-15 12:40:32'),(345,'OIXXAGNZX',1,70.03,'iDEAL',1.000000,'','','','','','2021-12-16 15:32:25'),(346,'SJTTCFMIL',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-16 15:35:20'),(347,'XRDJKJRHU',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-16 15:58:59'),(348,'REYDFEHEL',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-16 15:59:01'),(349,'EAYFRGNNW',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-16 16:12:26'),(350,'GLZVRBATH',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-16 16:52:37'),(351,'PFXCENUMG',1,35.02,'iDEAL',1.000000,'','','','','','2021-12-16 16:54:54'),(352,'PNZYNTMTD',2,82.04,'PayPal',1.000000,'','','','','','2022-01-06 09:34:23'),(353,'SRQQMOPVX',1,35.02,'PayPal',1.000000,'','','','','','2022-01-06 09:35:22'),(354,'DLDYRLVNE',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 09:39:28'),(355,'TYYAXCNYH',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 09:46:53'),(356,'NDWBORJUY',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 09:59:34'),(357,'GWHWOZJCH',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 10:09:20'),(358,'UMKRISDJH',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 10:11:18'),(359,'LDRAOODVF',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 10:16:37'),(360,'FHVIEBDYN',2,41.02,'PayPal',1.000000,'','','','','','2022-01-06 10:22:02'),(361,'RIDLJFWWV',1,210.10,'Credit Card',1.000000,'','','','','','2022-01-06 15:40:47'),(362,'BAGPFBJEQ',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-07 11:17:03'),(363,'VKTBQNVBD',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-07 11:21:02'),(364,'KCXKCMQOC',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-07 11:25:27'),(365,'ISIWOJAWA',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-07 11:26:21'),(366,'XHCXMWQMO',1,70.03,'Credit Card',1.000000,'','','','','','2022-01-07 15:31:09'),(367,'FWPRAEBET',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-07 15:32:40'),(368,'CMSFAEJVW',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-07 15:39:47'),(369,'VWSLSJPBT',1,0.01,'Credit card',1.000000,'tr_TKhJhtW2wx','','','','','2022-01-12 15:41:52'),(370,'VRWFKUHSJ',1,0.01,'Credit Card',1.000000,'','','','','','2022-01-13 09:45:41'),(371,'KJRKPXIRD',1,0.01,'Credit Card',1.000000,'','','','','','2022-01-13 10:07:23'),(372,'PZVZIXRVK',1,0.01,'Credit Card',1.000000,'','','','','','2022-01-13 10:46:23'),(373,'RYXQPAENT',1,35.03,'iDEAL',1.000000,'','','','','','2022-01-13 13:25:53'),(374,'ENFEPNRQD',1,35.03,'Pay later.',1.000000,'ord_a9wqiq','','','','','2022-01-14 13:53:30'),(375,'YCMRLYOYI',1,35.02,'Pay later.',1.000000,'ord_uh9u96','','','','','2022-01-14 13:55:13'),(376,'RVBSJCAHJ',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-20 10:48:07'),(377,'DSDMSESTR',1,35.02,'Credit Card',1.000000,'','','','','','2022-01-20 10:49:11'),(378,'KNPOKNTVW',1,35.02,'iDEAL',1.000000,'','','','','','2022-01-20 12:35:13'),(379,'UWATBQZAU',1,31.52,'iDEAL',1.000000,'','','','','','2022-01-20 12:44:25'),(380,'ZOYVSRLSH',1,17.51,'Pay later.',1.000000,'','','','','','2022-01-20 14:08:05'),(381,'ERBIPBEWU',1,35.06,'Pay later.',1.000000,'','','','','','2022-01-20 14:11:49'),(382,'GCQRXHJAX',1,17.51,'Pay later.',1.000000,'','','','','','2022-01-20 14:13:02'),(383,'VBFYEJSLZ',1,17.51,'Pay later.',1.000000,'','','','','','2022-01-20 14:36:02'),(384,'DHMNLEEJY',1,57.88,'iDEAL',1.000000,'','','','','','2022-01-25 15:39:03'),(385,'WRBQXVAZJ',1,28.94,'iDEAL',1.000000,'','','','','','2022-01-25 15:47:22'),(386,'AKJLTDMRY',1,28.94,'iDEAL',1.000000,'','','','','','2022-01-25 15:48:26'),(387,'RYZHTMOAV',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 13:31:15'),(388,'BLALLOSEU',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 13:34:42'),(389,'XTYSYOJXI',1,1.16,'Credit Card',1.000000,'','','','','','2022-01-28 13:37:35'),(390,'IDEUNQFMA',1,1.16,'Pay later.',1.000000,'','','','','','2022-01-28 13:39:58'),(391,'DFEXSEJER',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 13:46:05'),(392,'TRJXTUABF',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 13:47:03'),(393,'JFRBOXSDG',1,1.26,'paypal',0.000000,'tr_WBdz5K9JN2','','','','','2022-01-28 13:47:48'),(394,'EAQZPRKXZ',1,1.16,'Pay later.',1.000000,'','','','','','2022-01-28 13:48:35'),(395,'OSKUJMVYA',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 13:50:19'),(396,'AHQWIFZFI',1,1.16,'Pay later.',1.000000,'','','','','','2022-01-28 13:58:06'),(397,'PVCLJURXM',1,1.16,'Pay later.',1.000000,'','','','','','2022-01-28 13:59:20'),(398,'REMWPVZUU',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 14:08:31'),(399,'TCMCXJFAL',1,1.26,'paypal',0.000000,'tr_KTmw7x2A8g','','','','','2022-01-28 14:09:55'),(400,'DDUUKKAEQ',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 14:12:50'),(401,'RBURGDJQX',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 14:15:19'),(402,'YTPRUEVHL',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 14:19:22'),(403,'ZWGHEVJQJ',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-28 14:22:19'),(404,'JNADJEOUG',1,1.16,'Pay later.',1.000000,'','','','','','2022-01-28 14:45:58'),(405,'HKAAMHDLW',1,1.16,'Klarna Pay now.',1.000000,'','','','','','2022-01-28 15:10:41'),(406,'CQNDAMPQM',1,1.16,'iDEAL',1.000000,'','','','','','2022-01-31 17:24:25'),(407,'SZZXRGOEQ',1,29.94,'creditcard',0.000000,'tr_HfUf2y5mRH','','','','','2022-02-01 11:07:35'),(408,'EXVHEJSMA',1,28.94,'iDEAL',1.000000,'','','','','','2022-02-01 11:08:35'),(409,'FSBZVCRFV',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-01 11:12:41'),(410,'NNSYHTJIX',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-01 15:53:09'),(411,'SCKNNCOWC',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-01 15:57:37'),(412,'LAAJRMTUQ',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-01 16:02:17'),(413,'OOVAQOHHP',1,28.94,'iDEAL',1.000000,'','','','','','2022-02-03 09:57:15'),(414,'JXECRGZPX',1,28.94,'iDEAL',1.000000,'','','','','','2022-02-03 09:58:15'),(415,'RDZHVLXUB',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-03 10:03:10'),(416,'FPFBXMRLO',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-03 10:08:53'),(417,'VPWVICBNT',1,35.02,'Pay later.',1.000000,'','','','','','2022-02-03 14:40:13'),(418,'UWOPKZHKL',1,70.03,'iDEAL',1.000000,'','','','','','2022-02-03 15:43:06'),(419,'AXFMDSOQY',1,35.02,'iDEAL',1.000000,'','','','','','2022-02-03 15:50:26'),(420,'IUELAPASG',1,35.02,'iDEAL',1.000000,'tr_2R2zSu8UnP','','','','','2022-02-03 15:54:01'),(421,'DKZAJOUUY',1,35.02,'iDEAL',1.000000,'ord_zdg5zs','','','','','2022-02-03 15:55:43'),(422,'JOENJWPAJ',1,35.02,'Mollie',1.000000,'','','','','','2022-02-03 15:56:35'),(423,'QZKBTXZWH',1,35.02,'banktransfer',0.000000,'tr_sHzGgvWRgk','','','','','2022-02-03 16:34:04'),(424,'VMIYFFUCT',1,35.02,'iDEAL',1.000000,'ord_ea8i24','','','','','2022-02-03 16:51:29'),(425,'CZTQCABDN',1,35.02,'iDEAL',1.000000,'ord_e3unhm','','','','','2022-02-03 16:55:53'),(426,'GAFNIGRFV',1,35.02,'iDEAL',1.000000,'ord_cfuuee','','','','','2022-02-03 17:00:07'),(427,'ZJEDJUIVV',1,35.02,'iDEAL',1.000000,'ord_1kfl34','','','','','2022-02-03 17:01:49'),(428,'ZNYCNHPJW',1,35.02,'iDEAL',1.000000,'tr_BxVEkQHJu5','','','','','2022-02-03 17:02:40'),(429,'OATKGYJXD',1,35.02,'Mollie',1.000000,'tr_SAnq5a46jD','','','','','2022-02-03 17:03:26'),(430,'QJOOTWUHE',1,35.02,'Mollie',1.000000,'tr_eRNtuR9qET','','','','','2022-02-08 09:48:29'),(431,'TEFGDXFZO',1,28.94,'Voucher',1.000000,'ord_bhbd2w','','','','','2022-02-08 16:50:57'),(432,'OWRRTNXRX',1,28.94,'Voucher',1.000000,'ord_asr3lm','','','','','2022-02-08 16:53:00'),(433,'UVLAGYOZC',1,3.69,'',0.000000,'tr_qWbHuhhQgt','','','','','2022-02-11 09:57:16'),(434,'BMSVJPXOL',1,35.02,'iDEAL',1.000000,'ord_93ippc','','','','','2022-02-11 10:52:43'),(435,'FATKDAMTQ',1,35.02,'iDEAL',1.000000,'ord_lrlrbs','','','','','2022-02-17 09:51:12'),(436,'LNRVHYFSN',1,57.94,'iDEAL',1.000000,'ord_fbuivo','','','','','2022-02-17 14:54:05'),(437,'UCNXAOOAF',1,35.09,'iDEAL',1.000000,'tr_mDC64a2ceu','','','','','2022-02-22 14:29:45'),(438,'IHTNMVVGK',1,0.01,'applepay',1.000000,'','','','','','2022-03-01 14:14:13'),(439,'PTPXVYIHL',1,0.01,'applepay',1.000000,'','','','','','2022-03-01 14:14:56'),(440,'KJINXRFTU',1,0.01,'applepay',1.000000,'','','','','','2022-03-01 14:21:41'),(441,'TLVBFXYEQ',1,0.01,'applepay',1.000000,'','','','','','2022-03-01 14:29:25'),(442,'OBUSOKUGB',1,0.01,'applepay',1.000000,'','','','','','2022-03-07 10:17:21'),(443,'ZQMJNGGON',1,29.00,'iDEAL',1.000000,'tr_J2KzqNvU5C','','','','','2022-03-14 13:04:19'),(444,'MGHLFTFRP',1,29.00,'iDEAL',1.000000,'tr_aASgdBrV55','','','','','2022-03-14 13:10:54'),(445,'TJLISNGBP',1,0.01,'applepay',1.000000,'','','','','','2022-03-14 15:28:36'),(446,'BVXQCYOIT',1,0.01,'applepay',1.000000,'','','','','','2022-03-14 16:51:34'),(447,'RHUAXJIXD',1,0.01,'applepay',1.000000,'','','','','','2022-03-14 17:05:24'),(448,'RRSCTFDRD',1,0.01,'applepay',1.000000,'','','','','','2022-03-14 17:06:52'),(449,'LJSGYBYUB',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 14:34:20'),(450,'HWTQCSLZJ',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 14:35:07'),(451,'GAPMIAWNR',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 14:44:39'),(452,'QIFXDLBSU',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 14:47:36'),(453,'URNDHUSOG',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 14:52:34'),(454,'PZVYRDPNM',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 16:15:20'),(455,'XEXBXRWLX',1,0.01,'applepay',1.000000,'','','','','','2022-03-15 16:26:19'),(456,'HPHOLMWOD',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:11:55'),(457,'TWBEPBIIW',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:12:50'),(458,'QIQQBFLMN',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:14:14'),(459,'WZFMTPAWM',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:15:58'),(460,'UDMXVJEMR',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:17:58'),(461,'KJCHDDHWM',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:20:11'),(462,'WIMQNNGHE',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:23:07'),(463,'IETJRPJWB',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:23:56'),(464,'HBTUYMUPH',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:25:56'),(465,'MLOYDIOSX',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:27:41'),(466,'FNEESXZSY',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:30:58'),(467,'RGGVOLQZU',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:32:32'),(468,'DVWCRFDFC',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:37:17'),(469,'LBFAWCPPZ',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:41:21'),(470,'JJMFXPZMN',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:41:59'),(471,'RLNXQHWPW',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:43:41'),(472,'DIQOUVWXY',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:47:04'),(473,'UXMKOTLKC',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:48:41'),(474,'JPFYGAVND',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:52:03'),(475,'BOTPDDQYM',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:53:38'),(476,'KNQIVQTPD',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:57:19'),(477,'PXXLAHQTW',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 11:59:10'),(478,'INZZDDSTJ',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 12:01:19'),(479,'UCOCXCRYW',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 12:03:35'),(480,'BHURJUPLK',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 12:11:03'),(481,'PUQZTWGAF',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 13:25:16'),(482,'IVRPWQSVT',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 13:38:42'),(483,'TUOEMDIIL',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 16:20:40'),(484,'RBRGFYNDE',1,0.02,'applepay',1.000000,'','','','','','2022-03-21 16:30:02'),(485,'FRFMTNZAI',1,0.02,'applepay',1.000000,'','','','','','2022-03-21 16:31:10'),(486,'OHYJMUDRT',1,0.01,'applepay',1.000000,'','','','','','2022-03-21 16:40:50'),(487,'LLZINQNAW',1,0.02,'applepay',1.000000,'','','','','','2022-03-21 16:41:28'),(488,'HQUACFCNQ',1,0.03,'applepay',1.000000,'','','','','','2022-03-21 16:51:42'),(489,'KLOZQRGFK',1,0.03,'applepay',1.000000,'','','','','','2022-03-21 16:52:52'),(490,'DGBOGBJAA',1,0.03,'applepay',1.000000,'','','','','','2022-03-22 10:01:27'),(491,'BHLLLRZTK',1,0.03,'applepay',1.000000,'','','','','','2022-03-22 10:05:20'),(492,'RZEIXHGEI',1,0.03,'applepay',1.000000,'ord_8ioxmq','','','','','2022-03-22 10:23:14'),(493,'INXGRRINP',1,0.02,'applepay',1.000000,'ord_wj81j0','','','','','2022-03-22 10:30:30'),(494,'GHHFPGXBU',1,0.02,'applepay',1.000000,'ord_pq8zr0','','','','','2022-03-22 11:21:49'),(495,'RWHTUVYVC',1,0.02,'applepay',1.000000,'','','','','','2022-03-22 11:24:29'),(496,'VHBSMQUIE',1,0.02,'applepay',1.000000,'ord_za5cak','','','','','2022-03-22 11:25:34'),(497,'AAKASJTIU',1,0.03,'Credit Card',1.000000,'ord_uqhlys','','','','','2022-03-22 13:55:04'),(498,'JOOKGKMRL',1,0.03,'Credit Card',1.000000,'ord_2wie2i','','','','','2022-03-22 13:56:36'),(499,'KWXMYIWYA',1,0.02,'Credit Card',1.000000,'ord_eplnv2','','','','','2022-03-22 13:58:03'),(500,'SPKNPBICP',1,0.02,'Credit Card',1.000000,'ord_u51ucu','','','','','2022-03-22 13:59:22'),(501,'HXAZQGNJC',1,0.02,'Credit Card',1.000000,'ord_yzsdb6','','','','','2022-03-22 14:04:55'),(502,'KXIQDOESB',1,0.01,'Credit Card',1.000000,'ord_5acf3a','','','','','2022-03-22 14:10:08'),(503,'UNAJBLFXS',1,0.02,'Credit Card',1.000000,'ord_92dkxa','','','','','2022-03-22 14:16:54'),(504,'REIQFHAOV',1,0.02,'Credit Card',1.000000,'ord_imstmw','','','','','2022-03-22 14:20:51'),(505,'OEXFPHUQM',1,0.01,'Credit Card',1.000000,'ord_gvj726','','','','','2022-03-22 14:23:53'),(506,'XKXXHKLFJ',1,0.02,'Credit Card',1.000000,'ord_gmwwgm','','','','','2022-03-22 14:24:59'),(507,'LIHXVNBQW',1,0.02,'Credit Card',1.000000,'ord_x31wa0','','','','','2022-03-22 15:50:19'),(508,'IIWKGZVAK',1,0.02,'Credit Card',1.000000,'ord_qjx6co','','','','','2022-03-22 16:02:56'),(509,'LUFYYZKMO',1,0.02,'Credit Card',1.000000,'ord_3ulz8y','','','','','2022-03-22 16:47:25'),(510,'PUVWQVQMH',1,0.02,'Credit Card',1.000000,'ord_629gvm','','','','','2022-03-22 16:53:44'),(511,'CZLMIFIOH',1,0.02,'Credit Card',1.000000,'ord_v5cdv6','','','','','2022-03-22 16:55:45'),(512,'ZXKFFRFGP',1,0.02,'Credit Card',1.000000,'ord_xfu7k0','','','','','2022-03-22 16:58:57'),(513,'KWMSDOLBY',1,0.01,'Credit Card',1.000000,'ord_ze3o0e','','','','','2022-03-22 17:00:25'),(514,'DEGEIFDYB',1,0.02,'Credit Card',1.000000,'ord_quk4ji','','','','','2022-03-23 11:36:40'),(515,'PKWPRNHSC',1,0.02,'Credit Card',1.000000,'ord_dz78w','','','','','2022-03-23 11:58:41'),(516,'VETSLFSLN',1,0.02,'Credit Card',1.000000,'ord_8wu7ms','','','','','2022-03-23 12:01:12'),(517,'DOQEMDDBJ',1,0.01,'Credit Card',1.000000,'ord_pgl0ti','','','','','2022-03-23 12:04:40'),(518,'GSREIJYLK',1,0.03,'Credit Card',1.000000,'ord_mnqw','','','','','2022-03-25 10:01:54'),(519,'ZAHIDCMNP',1,0.03,'Credit Card',1.000000,'ord_udz50g','','','','','2022-03-25 10:02:43'),(520,'OMCGJAWGV',1,0.03,'Credit Card',1.000000,'ord_lk6g6w','','','','','2022-03-25 10:09:37'),(521,'RFWDFTBCJ',1,0.02,'Credit Card',1.000000,'ord_1zw26c','','','','','2022-03-25 10:34:10'),(522,'CXQEVAIAE',1,0.02,'Credit Card',1.000000,'ord_bkfhum','','','','','2022-03-25 10:36:51'),(523,'BYUZRRGUG',1,0.02,'Credit Card',1.000000,'ord_j3up8i','','','','','2022-03-25 10:42:34'),(524,'PJRFCGYZQ',1,0.02,'Credit Card',1.000000,'ord_sy1fj2','','','','','2022-03-25 10:44:12'),(525,'LGVNCQGPF',1,0.02,'Credit Card',1.000000,'ord_6zodbo','','','','','2022-03-25 10:45:40'),(526,'ZSBATGIDV',1,0.02,'Credit Card',1.000000,'ord_fk8cj0','','','','','2022-03-25 10:46:48'),(527,'FOOAJAFXV',1,0.02,'Credit Card',1.000000,'ord_jjoj9c','','','','','2022-03-25 10:48:42'),(528,'RNJKIHIKN',1,0.02,'Credit Card',1.000000,'ord_s76bpu','','','','','2022-03-25 11:27:21'),(529,'LRWNPMYXW',1,0.03,'Credit Card',1.000000,'ord_bm5v0u','','','','','2022-03-25 12:43:13'),(530,'BEYPJZRYW',1,0.01,'Credit Card',1.000000,'ord_h3ot46','','','','','2022-03-25 12:47:37'),(531,'ILAXLVQTB',1,0.01,'Credit Card',1.000000,'ord_3nqki0','','','','','2022-03-25 12:48:47'),(532,'IRIRQDAAU',1,0.01,'Credit Card',1.000000,'ord_lnj1pe','','','','','2022-03-25 13:28:37'),(533,'FGXVDVNIN',1,0.02,'Mollie',1.000000,'ord_kin3zu','','','','','2022-03-29 12:01:19'),(534,'YAIADBNSL',1,0.04,'Mollie',1.000000,'ord_m7jnj8','','','','','2022-03-29 17:19:27'),(535,'FHTEHHGVI',1,0.02,'Mollie',1.000000,'ord_qgopji','','','','','2022-04-04 10:07:14'),(536,'YKVKYZTDV',1,0.02,'Mollie',1.000000,'ord_uyew3o','','','','','2022-04-04 10:09:30'),(537,'QJRVCSGVH',1,0.02,'Mollie',1.000000,'ord_7xulfo','','','','','2022-04-04 10:10:27'),(538,'YOMERCBDB',1,0.02,'Credit Card',1.000000,'tr_Wj3k956wRn','','','','','2022-04-04 10:11:24'),(539,'YSHUAROIJ',1,0.02,'Credit Card',1.000000,'tr_aPpJAtCP6x','','','','','2022-04-04 10:21:45'),(540,'UJSVAZFJC',1,140.37,'Credit Card',1.000000,'tr_tMjMS7crhe','','','','','2022-04-04 10:38:59'),(541,'YCLROXVYP',1,106.27,'Mollie',1.000000,'ord_uobpv8','','','','','2022-04-04 10:48:26'),(542,'OQCMVNKOD',1,12.70,'Mollie',1.000000,'ord_pja6zy','','','','','2022-04-04 11:12:08'),(543,'LMVWNNLVY',1,10.87,'Mollie',1.000000,'ord_e1xite','','','','','2022-04-04 11:14:30'),(544,'UBXSJPEQX',1,12.70,'Mollie',1.000000,'tr_VqRsBbQybS','','','','','2022-04-04 11:19:45'),(545,'MDKGIDNKY',1,7.80,'iDEAL',1.000000,'tr_5CPBdr4rz3','','','','','2022-04-04 11:20:51'),(546,'SQJIYRKPZ',1,0.01,'iDEAL',1.000000,'tr_8dAD68fsJz','','','','','2022-04-04 15:00:57'),(547,'UWIZGFDGD',1,36.09,'Mollie',1.000000,'tr_UN4BvcCPPQ','','','','','2022-04-05 10:04:33'),(548,'VDBRMWUGD',1,2.95,'Mollie',1.000000,'tr_Td2N8AhDnk','','','','','2022-04-05 10:08:20'),(549,'KHNQLPUIJ',1,2.95,'Mollie',1.000000,'tr_MxMJHyW3Nb','','','','','2022-04-05 10:13:32'),(550,'HEDRTVEYP',1,2.95,'ideal',1.000000,'tr_R6fhWHB9Qz','','','','','2022-04-05 10:15:33'),(551,'TTQHWYMDO',1,0.16,'creditcard',1.000000,'tr_cwrKqVhBGD','','','','','2022-04-05 10:28:19'),(552,'XRWQLZPBP',1,0.02,'Apple Pay',1.000000,'tr_bpwUJTqdbE','','','','','2022-04-05 10:52:53'),(553,'SGBMUDJQY',1,0.02,'Apple Pay',1.000000,'tr_TgUxnakq7B','','','','','2022-04-05 11:05:38'),(554,'EIPCTGOWP',1,0.02,'Apple Pay',1.000000,'tr_jzdTBHWEMN','','','','','2022-04-05 11:06:51'),(555,'IDXYSNRLI',1,2.95,'Mollie',1.000000,'','','','','','2022-04-05 11:47:07'),(556,'EKELPKHAN',1,2.95,'Mollie',1.000000,'','','','','','2022-04-05 11:56:19'),(557,'KIECFILQJ',1,36.09,'iDEAL',1.000000,'tr_eBE4dwdGMR','','','','','2022-04-05 11:59:57'),(558,'TJXRSWITO',1,2.95,'iDEAL',1.000000,'tr_6Vm5yUk6wb','','','','','2022-04-05 12:01:42'),(559,'ARFLMSPFP',1,2.95,'iDEAL',1.000000,'tr_u2kA5esUTc','','','','','2022-04-05 13:56:22'),(560,'OKILRFWIQ',1,2.95,'iDEAL',1.000000,'tr_p97xjhuBVd','','','','','2022-04-05 13:58:44'),(561,'ZBVOTOFEA',1,2.95,'Mollie',1.000000,'','','','','','2022-04-05 14:01:33'),(562,'PCFZGGZEY',1,2.95,'iDEAL',1.000000,'tr_PD2s7vCDnb','','','','','2022-04-05 14:02:45'),(563,'CSAHYVZQE',1,1.95,'Payments by check',1.000000,'','','','','','2022-04-05 14:12:06'),(564,'ZRMBIOXRW',1,35.09,'Voucher',1.000000,'ord_pa842y','','','','','2022-04-05 14:13:14'),(565,'LYCNPMTKV',1,35.09,'Voucher',1.000000,'ord_pdac4y','','','','','2022-04-11 13:10:11'),(566,'QUPZLWQKG',1,0.02,'Apple Pay',1.000000,'tr_PvJ9vaL6DS','','','','','2022-04-19 10:49:36'),(567,'PYIZSAYZV',1,0.02,'Apple Pay',1.000000,'tr_VeVA4tX6wP','','','','','2022-04-19 10:51:58'),(568,'NTMREJSEV',1,0.02,'Apple Pay',1.000000,'tr_ms2tyZVgnQ','','','','','2022-04-19 10:58:20'),(569,'EQBQNNHIN',1,0.02,'Apple Pay',1.000000,'tr_ftueVAGEo5','','','','','2022-04-19 10:59:23'),(570,'YAMNTEZTE',1,0.02,'Apple Pay',1.000000,'tr_2qpRQ6ybkx','','','','','2022-04-19 11:13:04'),(571,'TZBRKEXZJ',1,0.02,'Apple Pay',1.000000,'tr_sKiEDuC4wM','','','','','2022-04-19 11:13:57'),(572,'AGGBRHASS',1,0.02,'Apple Pay',1.000000,'tr_xbjZktk9xn','','','','','2022-04-19 12:11:49'),(573,'DLMERVIVF',1,0.02,'Apple Pay',1.000000,'tr_wPgE26hBhZ','','','','','2022-04-19 12:11:57'),(574,'VONSKOIUV',1,0.02,'Apple Pay',1.000000,'tr_qMRuuHQPvV','','','','','2022-04-19 14:17:44'),(575,'QCLUQURMG',1,0.02,'Apple Pay',1.000000,'tr_5DFsQrRyYu','','','','','2022-04-19 14:20:46'),(576,'CTMUKYFRB',1,0.02,'Apple Pay',1.000000,'tr_dvauw4MBML','','','','','2022-04-19 14:31:28'),(577,'ZFAVMAGKM',1,0.02,'Apple Pay',1.000000,'tr_HmekSGkGRa','','','','','2022-04-19 14:33:14'),(578,'PDQKASHOX',1,0.02,'Apple Pay',1.000000,'tr_c4hVWAkWdL','','','','','2022-04-19 14:35:33'),(579,'EZHQUIZKT',1,0.02,'Apple Pay',1.000000,'tr_cdTYyTGxtu','','','','','2022-04-19 14:45:51'),(580,'ZRVQWUJQF',1,0.02,'Apple Pay',1.000000,'tr_JybTQf622P','','','','','2022-04-19 14:48:10'),(581,'VJFSEVAUA',1,0.02,'Apple Pay',1.000000,'tr_soVZbd5B2R','','','','','2022-04-25 11:16:40'),(582,'BSVONTJIN',1,0.02,'Apple Pay',1.000000,'tr_p8jYynJniM','','','','','2022-04-25 11:21:51'),(583,'CSJXNRADP',1,0.01,'Apple Pay',1.000000,'tr_GpAWzP84Fd','','','','','2022-04-25 11:28:41'),(584,'MMYTZYXZH',1,1.03,'iDEAL',1.000000,'tr_dnx9idvF4z','','','','','2022-04-25 11:40:50'),(585,'ZMQAOFJBR',1,1.95,'Bank transfer',1.000000,'ord_nigplq','','','','','2022-04-25 11:43:46'),(586,'KNSGOSJZC',1,0.01,'Apple Pay',1.000000,'tr_YBme95aXxz','','','','','2022-04-26 16:39:18'),(587,'DBBAAFOUW',1,0.01,'Apple Pay',1.000000,'tr_fXJBF5NiAD','','','','','2022-04-26 16:40:57'),(588,'BSDZHKUCD',1,35.10,'Credit Card',1.000000,'ord_799cr4','','','','','2022-05-02 10:02:27'),(589,'LHYUJOUNC',1,3.90,'Credit Card',1.000000,'ord_voorhg','','','','','2022-05-02 10:05:22'),(590,'TJPIDLRME',1,2.95,'iDEAL',1.000000,'tr_gcfVXhppLy','','','','','2022-05-02 10:56:17'),(591,'TWTRUMWJT',1,2.95,'iDEAL',1.000000,'tr_bppNCyMZzK','','','','','2022-05-02 10:57:34'),(592,'MTMYURWNB',1,2.95,'iDEAL',1.000000,'tr_PBu5a35Fnv','','','','','2022-05-02 11:04:26'),(593,'QHVPSETDU',1,2.95,'iDEAL',1.000000,'','','','','','2022-05-02 11:28:03'),(594,'YLQHJBUSE',1,2.95,'iDEAL',1.000000,'','','','','','2022-05-02 11:35:07'),(595,'HAOKAAGXF',1,2.95,'iDEAL',1.000000,'tr_ckCR6skjTR','','','','','2022-05-02 11:37:52'),(596,'YWYICKMKY',1,2.95,'iDEAL',1.000000,'tr_8PrTSgwg3h','','','','','2022-05-02 11:45:23'),(597,'EUVSSDRJJ',1,4.90,'iDEAL',1.000000,'ord_juvpes','','','','','2022-05-02 12:04:26'),(598,'PASUAEKKS',1,44.85,'Pay later.',1.000000,'ord_utlc5s','','','','','2022-05-02 13:11:05'),(599,'RBWZQMNSX',1,0.01,'Apple Pay',1.000000,'tr_YxYLy6jquS','','','','','2022-05-02 15:36:53'),(600,'EBKBWVQTG',1,0.01,'Apple Pay',1.000000,'tr_mdAohpqp3h','','','','','2022-05-02 16:26:37'),(601,'JAVXTBEQF',1,3.90,'Credit Card',1.000000,'ord_vnooks','','','','','2022-05-02 16:28:31'),(602,'KEWYLDEXP',1,2.95,'iDEAL',1.000000,'ord_5zsti2','','','','','2022-05-03 11:59:18'),(603,'XLNAJKAVY',1,2.95,'iDEAL',1.000000,'ord_bpk7ng','','','','','2022-05-03 14:46:31'),(604,'YBUPGKKLF',1,2.95,'iDEAL',1.000000,'ord_kvk0fm','','','','','2022-05-03 14:48:38'),(605,'QGVVOBECV',1,2.95,'iDEAL',1.000000,'ord_8kasj2','','','','','2022-05-03 14:52:23'),(606,'BINWJXRNJ',1,2.95,'iDEAL',1.000000,'ord_pz7h5o','','','','','2022-05-03 16:29:47'),(607,'QYXJQDBGH',1,2.95,'iDEAL',1.000000,'ord_6ynhqy','','','','','2022-05-03 16:31:35'),(608,'USLNFFMXK',1,0.01,'Apple Pay',1.000000,'tr_iPaRugQv2B','','','','','2022-05-04 16:52:05'),(609,'VNFXAXQSR',1,0.01,'Apple Pay',1.000000,'tr_PnhpPMjzvB','','','','','2022-05-04 17:08:19'),(610,'FYKLMFGJD',1,0.01,'Apple Pay',1.000000,'tr_pth354347A','','','','','2022-05-04 17:09:13'),(611,'PKRGJJWJE',1,0.01,'Apple Pay',1.000000,'tr_FMzR4rFnqM','','','','','2022-05-04 17:19:39'),(612,'XRZIELNBK',1,0.01,'Apple Pay',1.000000,'tr_5RNmXd3qRV','','','','','2022-05-04 17:21:13'),(613,'OBPYWRVTC',1,0.01,'Apple Pay',1.000000,'tr_xaYzcq2pqk','','','','','2022-05-04 17:23:36'),(614,'FDJNYYMOM',1,0.01,'Apple Pay',1.000000,'tr_i7q3FRDXkr','','','','','2022-05-04 17:25:40'),(615,'XRRAEIWKY',1,0.01,'Apple Pay',1.000000,'tr_DZUmfnR9VZ','','','','','2022-05-05 11:32:34'),(616,'MLKEQJXSP',1,0.01,'Apple Pay',1.000000,'tr_4nsG3hBjWw','','','','','2022-05-05 11:44:23'),(617,'PFZILJONY',1,0.01,'Apple Pay',1.000000,'tr_Riht29JJrh','','','','','2022-05-05 11:48:59'),(618,'BBTVKTCRW',1,0.01,'Apple Pay',1.000000,'tr_HpjyPatNt4','','','','','2022-05-09 13:05:22'),(619,'VPSKCGRXK',1,4.90,'iDEAL',1.000000,'ord_my8ae6','','','','','2022-05-09 13:34:01'),(620,'MZOVEGRGW',1,2.95,'iDEAL',1.000000,'ord_cpoohe','','','','','2022-05-09 13:36:41'),(621,'VSLYXCFDF',1,2.95,'iDEAL',1.000000,'ord_la8noq','','','','','2022-05-09 13:37:44'),(622,'WZCWCNBYR',1,2.95,'iDEAL',1.000000,'ord_bvhn9s','','','','','2022-05-09 14:36:15'),(623,'GBDJDVBCY',1,0.01,'Apple Pay',1.000000,'tr_gRw4surgC7','','','','','2022-05-09 14:38:54'),(624,'OYRBKKKWE',1,2.95,'iDEAL',1.000000,'ord_mki48e','','','','','2022-05-09 16:05:46'),(625,'EZMKEIQKU',1,1.01,'iDEAL',1.000000,'ord_rs25ns','','','','','2022-05-09 17:08:57'),(626,'BFACLPGHP',1,2.95,'iDEAL',0.000000,'tr_NFW5EJC3MS','','','','','2022-05-10 10:54:31'),(627,'SHKVAMIFW',1,1.95,'iDEAL',1.000000,'ord_65lv3i','','','','','2022-05-10 10:58:52'),(628,'TKYKTBHPL',1,1.95,'iDEAL',1.000000,'ord_m7b1eg','','','','','2022-05-10 11:01:05'),(629,'KHAMRNHSW',1,2.95,'iDEAL',0.000000,'tr_XwYRJJTeNV','','','','','2022-05-10 11:02:08'),(630,'JTSDZWHCT',1,1.95,'iDEAL',1.000000,'ord_xra056','','','','','2022-05-10 11:04:18'),(631,'QARTZVUHV',1,1.95,'iDEAL',1.000000,'ord_nkng4a','','','','','2022-05-10 11:04:18'),(632,'NQWGSRRJY',1,1.95,'iDEAL',1.000000,'tr_mnVDCgW2oY','','','','','2022-05-10 11:19:44'),(633,'SETZSHLQF',1,1.95,'iDEAL',1.000000,'tr_BYAcYhc98p','','','','','2022-05-10 11:30:21'),(634,'JIBTLYVCB',1,1.95,'iDEAL',1.000000,'tr_hYQWpvVGQG','','','','','2022-05-10 11:33:11'),(635,'GKOELXGMQ',1,1.95,'iDEAL',1.000000,'ord_wuu2re','','','','','2022-05-10 11:34:38'),(636,'LQEROGMGN',1,1.95,'iDEAL',1.000000,'ord_beb1wa','','','','','2022-05-10 14:08:34'),(637,'SGTXHKZEH',1,3.95,'iDEAL',1.000000,'ord_7mp1zw','','','','','2022-05-10 14:20:15'),(638,'IFOISZEBI',1,2.79,'iDEAL',1.000000,'ord_z6k3bg','','','','','2022-05-10 14:25:46'),(639,'ATVMZONGP',1,2.79,'iDEAL',1.000000,'ord_f87ovy','','','','','2022-05-10 14:28:46'),(640,'XJJUSWQZI',1,2.79,'iDEAL',1.000000,'tr_cXCizaKRjr','','','','','2022-05-10 14:29:52'),(641,'CLKGISQGJ',1,2.79,'iDEAL',1.000000,'tr_9S8zDKNeW3','','','','','2022-05-10 14:30:50'),(642,'AGKDVLHIX',1,1.95,'Bank transfer',1.000000,'ord_dvabr2','','','','','2022-05-10 14:41:55'),(643,'OIHIPQHBZ',1,2.95,'Bank transfer',1.000000,'ord_ppsmxw','','','','','2022-05-10 14:42:37'),(644,'PARACQZEA',1,2.79,'iDEAL',1.000000,'tr_UG5XtUc5iL','','','','','2022-05-10 14:43:08'),(645,'PBZLTTCVN',1,0.01,'Apple Pay',1.000000,'tr_z9KHdqHV5S','','','','','2022-05-10 16:15:15'),(646,'SDIFLFATR',1,0.02,'Apple Pay',1.000000,'tr_hwEVwjAPn4','','','','','2022-05-10 16:16:23'),(647,'WHEWNVYOA',1,212.49,'Bancontact',1.000000,'tr_yhJ2omoFWP','','','','','2022-05-23 10:16:25'),(648,'RDNUMVQDH',1,109.17,'Bancontact',1.000000,'ord_njfdse','','','','','2022-05-23 10:17:51'),(649,'JPCPUQMFS',1,0.02,'Apple Pay',1.000000,'tr_R47ZCSSH6k','','','','','2022-05-23 17:08:13'),(650,'UMUKYXORW',1,105.27,'Credit Card',1.000000,'ord_ksb1w6','','','','','2022-05-24 11:49:27'),(651,'AEDRWHMXS',1,35.09,'Credit Card',1.000000,'ord_4vawoo','','','','','2022-05-24 12:00:18'),(652,'MVJQJQSIK',1,35.09,'Credit Card',1.000000,'ord_pb5epk','','','','','2022-05-24 12:01:32'),(653,'ESYTYGHWF',1,107.22,'Bancontact',1.000000,'ord_3i8qgw','','','','','2022-05-31 10:11:30'),(654,'GGONESMDV',1,70.18,'in3',1.000000,'ord_sqboxe','','','','','2022-06-07 13:48:34'),(655,'SHYSTKJPZ',1,177.40,'in3',1.000000,'ord_hn9tf4','','','','','2022-06-13 11:07:08'),(656,'BWKRZCLXM',1,59.00,'iDEAL',1.000000,'ord_6ts0mg','','','','','2022-06-13 14:56:29'),(657,'VFXRPSLDW',1,87.00,'Pay later.',1.000000,'ord_d20y4o','','','','','2022-06-13 16:22:44'),(658,'KFRDYMRSW',1,116.00,'Pay later.',1.000000,'','','','','','2022-06-13 16:27:49'),(659,'OVXKSFKAE',1,35.09,'Pay later.',1.000000,'ord_13bsno','','','','','2022-06-13 16:36:04'),(660,'SMZTTNMTU',1,35.09,'Credit Card',1.000000,'tr_zZyhFRQkfc','','','','','2022-06-14 11:05:29'),(661,'UPNCOTLGZ',1,175.45,'in3',1.000000,'ord_uyym76','','','','','2022-06-14 11:23:00'),(662,'RKRUBDNFQ',1,175.45,'in3',1.000000,'ord_azpv4q','','','','','2022-06-14 11:33:44'),(663,'JCPRGOIIP',1,175.45,'in3',1.000000,'ord_vr9u80','','','','','2022-06-14 11:36:34'),(664,'WQXROBNBK',1,175.45,'in3',1.000000,'ord_akgraw','','','','','2022-06-14 11:37:59'),(665,'DMTIAHPAB',1,140.36,'in3',1.000000,'ord_j32sus','','','','','2022-06-14 11:40:57'),(666,'VIRWKPJKL',1,175.45,'in3',1.000000,'ord_wxoz8m','','','','','2022-06-14 11:45:47'),(667,'KUGGEOIYG',1,175.45,'in3',1.000000,'ord_8lmh34','','','','','2022-06-14 11:53:33'),(668,'OZGBGSSPS',1,70.18,'Credit Card',1.000000,'tr_QXC7Wd8BKQ','','','','','2022-07-01 16:08:31'),(669,'AEVSEELEN',1,35.09,'iDEAL',1.000000,'ord_fmr3ie','','','','','2022-07-01 16:16:33'),(670,'TSIKYTLRZ',1,35.09,'iDEAL',1.000000,'ord_qb0q2','','','','','2022-07-01 16:34:49'),(671,'DPIXSVGGO',1,35.09,'iDEAL',1.000000,'ord_ubaaao','','','','','2022-07-01 16:44:26'),(672,'XUIOZNWBN',1,35.09,'Bancontact',1.000000,'tr_Ry9z4rvqed','','','','','2022-07-25 10:16:31'),(673,'QSUCQSNVV',1,35.09,'Bancontact',1.000000,'tr_N6UVrKHyjH','','','','','2022-07-25 10:19:29'),(674,'EGMRCIACE',1,35.09,'Bancontact',1.000000,'tr_xzhnrDvfmi','','','','','2022-07-25 10:27:22'),(675,'TPFFUXNYS',1,35.09,'iDEAL',1.000000,'ord_wqrpph','','','','','2022-07-25 10:29:43'),(676,'RGHBFNZDX',1,11.70,'iDEAL',1.000000,'ord_poqpt','','','','','2022-07-25 10:32:03'),(677,'PJGMPLPAP',1,1.95,'Bancontact',1.000000,'tr_VkGswCjhHA','','','','','2022-07-25 11:25:13'),(678,'ACBAGDZMQ',1,5.85,'iDEAL',1.000000,'ord_bebaj3','','','','','2022-07-26 15:05:39'),(679,'YYADGGLGI',1,0.10,'',0.000000,'tr_rjnRpA2dYN','','','','','2022-07-26 17:28:23'),(680,'RCFKUFIQP',1,0.10,'',0.000000,'tr_Ytxej57dH8','','','','','2022-07-26 17:33:23'),(681,'JCRURMXPP',1,35.09,'iDEAL',1.000000,'ord_31hx43','','','','','2022-08-01 14:10:50'),(682,'EABGEOSRO',1,35.09,'iDEAL',1.000000,'ord_16n965','','','','','2022-08-01 14:35:15'),(683,'UNWYCLIUN',1,0.05,'iDEAL',1.000000,'ord_swmxxr','','','','','2022-08-01 14:36:56'),(684,'HJBHGECQU',1,35.09,'iDEAL',1.000000,'ord_72ilwt','','','','','2022-08-01 14:40:45'),(685,'ITKZDSSQJ',1,1.95,'iDEAL',1.000000,'ord_lm46id','','','','','2022-08-01 14:46:49'),(686,'ERRTNWGQD',1,35.09,'iDEAL',1.000000,'tr_jzBmBVbuRm','','','','','2022-08-01 14:54:44'),(687,'KKUQNUHWB',1,35.09,'iDEAL',1.000000,'tr_pXtHtnLCdf','','','','','2022-08-01 15:54:49'),(688,'AQQBAEAUB',1,0.01,'Credit Card',1.000000,'ord_65urg3','','','','','2022-08-08 11:09:50'),(689,'UQZWWNJHH',1,0.01,'Credit Card',1.000000,'tr_XBZcCpbx7z','','','','','2022-08-08 11:17:24'),(690,'XVJEHWBYI',1,35.10,'Pay later.',1.000000,'ord_t4gbeb','','','','','2022-08-16 11:04:03'),(691,'FBLCCUXQI',1,105.27,'Pay later.',1.000000,'ord_h5rnsd','','','','','2022-08-16 11:07:48'),(692,'OJOJJXLAR',1,105.27,'Pay later.',1.000000,'ord_q2a937','','','','','2022-08-16 11:11:45'),(693,'YSSVOGQFY',1,35.09,'Pay later.',1.000000,'ord_9a8wr1','','','','','2022-08-16 11:20:13'),(694,'OBNOPXPLA',1,35.09,'Pay later.',1.000000,'ord_a9ow25','','','','','2022-08-16 11:23:19'),(695,'HUWTTQYPB',1,35.09,'Pay later.',1.000000,'ord_3w2bi5','','','','','2022-08-16 11:29:19'),(696,'RZOGIPCQT',1,35.09,'Pay later.',1.000000,'ord_6umvg9','','','','','2022-08-16 11:51:44'),(697,'AFVKRWBQM',1,35.09,'Pay later.',1.000000,'ord_ygj9xp','','','','','2022-08-16 11:53:21'),(698,'UQBXFFZJQ',1,35.09,'Pay later.',1.000000,'ord_9cw9lh','','','','','2022-08-16 12:00:04'),(699,'WVBUNGSNY',1,35.09,'Pay later.',1.000000,'ord_vt0is7','','','','','2022-08-16 13:03:21'),(700,'XFPKQDELI',1,35.09,'Pay later.',1.000000,'ord_ldwqsf','','','','','2022-08-16 13:05:13'),(701,'OJWLMKSTB',1,35.09,'Pay later.',1.000000,'ord_cnlqoz','','','','','2022-08-16 14:16:47'),(702,'HYQXHJLBB',1,39.00,'Pay later.',1.000000,'ord_w9rovx','','','','','2022-08-16 14:23:04'),(703,'MVUGDYXRE',1,39.00,'Bancontact',1.000000,'tr_XUhP3rNXju','','','','','2022-08-16 14:40:02'),(704,'QNVOZJIGL',1,70.18,'Pay later.',1.000000,'ord_qsfna7','','','','','2022-08-16 16:53:07'),(705,'UBQYBHDOB',1,11.70,'Pay later.',1.000000,'ord_57ylvj','','','','','2022-08-16 16:56:37'),(706,'ZGCLHVPGS',1,70.18,'Pay later.',1.000000,'ord_jhe3z7','','','','','2022-08-16 16:59:31'),(707,'EETIMDDNY',1,69.02,'Pay later.',1.000000,'ord_hyhr15','','','','','2022-09-01 11:29:29'),(708,'VRSDDGJSA',1,34.51,'Pay later.',1.000000,'ord_8s700z','','','','','2022-09-01 11:35:22'),(709,'SDKXVPZGQ',1,79.02,'Pay later.',1.000000,'ord_hxcsf3','','','','','2022-09-01 13:51:00'),(710,'QSPEGRTLW',1,40.09,'Pay now.',1.000000,'ord_rlv56f','','','','','2022-09-01 13:52:01'),(711,'LZMOVJQRL',1,40.09,'iDEAL',1.000000,'tr_NQPunjFGPN','','','','','2022-09-01 13:53:23'),(712,'BQSULLUUZ',1,80.18,'Pay later.',1.000000,'ord_bcv8dz','','','','','2022-09-02 11:59:36'),(713,'JBFGVEDBI',1,129.04,'in3',1.000000,'ord_so9fz3','','','','','2022-09-02 12:36:41'),(714,'XZTNACWFX',1,115.27,'Pay later.',1.000000,'ord_tf854x','','','','','2022-09-06 10:36:17'),(715,'HLJTKFUYI',1,182.05,'Pay later.',1.000000,'ord_lmy9f9','','','','','2022-09-06 10:37:13'),(716,'RIDYTOZTL',1,139.04,'Pay later.',0.000000,'tr_dzDd34EdVJ','','','','','2022-09-06 10:40:17'),(717,'QKEHCMBMN',1,69.02,'iDEAL',1.000000,'tr_YoP5kYnWUG','','','','','2022-09-13 15:56:36'),(718,'THCUQXGWB',1,43.01,'iDEAL',1.000000,'tr_QUz9J2ZCv2','','','','','2022-09-15 11:29:20'),(719,'RWPXNNWSZ',1,75.09,'iDEAL',1.000000,'tr_obcLZKkP4f','','','','','2022-09-19 14:13:56'),(720,'XXHWHUIPR',1,35.09,'iDEAL',1.000000,'tr_RekQcd5yUp','','','','','2022-09-19 14:35:43'),(721,'NFOUTQPZF',1,35.09,'iDEAL',1.000000,'ord_1y08x8','','','','','2022-09-19 14:52:42'),(722,'ARRXNCDLC',1,35.09,'iDEAL',1.000000,'ord_ptke18','','','','','2022-09-19 14:56:45'),(723,'WPFGHSYAI',1,35.09,'iDEAL',1.000000,'ord_of81wa','','','','','2022-09-19 14:58:39'),(724,'MIVPABTWJ',1,35.09,'iDEAL',1.000000,'ord_3fhuz6','','','','','2022-10-06 12:00:52'),(725,'BCQOCWKWY',1,35.09,'Credit Card',1.000000,'tr_oNTiWB4bLx','','','','','2022-10-06 12:03:45'),(726,'APPJTETHZ',1,35.09,'iDEAL',1.000000,'ord_3hxsfs','','','','','2022-10-10 11:34:48'),(727,'EIEQSHRRB',1,34.51,'iDEAL',1.000000,'ord_spied4','','','','','2022-10-10 11:39:19'),(728,'DSWKFDHAK',1,35.09,'Bancontact',1.000000,'tr_8dCS7xMky2','','','','','2022-10-11 14:37:50'),(729,'AACLVWWLL',1,40.09,'Bancontact',1.000000,'tr_kTCZTDK6Xm','','','','','2022-10-17 13:48:24'),(730,'ZLVBZFEAW',1,45.00,'Bancontact',1.000000,'tr_ssNYhCh2za','','','','','2022-10-17 13:55:47'),(731,'GEAMISVJQ',1,40.00,'Pay later.',1.000000,'ord_jkg5w0','','','','','2022-10-17 14:01:29'),(732,'CELYJSZSY',1,40.00,'Pay later.',1.000000,'ord_5r7vu2','','','','','2022-10-17 14:07:00'),(733,'IIUQZACAQ',1,40.00,'Pay later.',1.000000,'ord_rb7zca','','','','','2022-10-17 14:10:10'),(734,'VWOGDBBHP',1,40.00,'Pay later.',1.000000,'ord_kj9pms','','','','','2022-10-17 14:38:44'),(735,'QSNPQRDSV',1,40.00,'iDEAL',1.000000,'tr_Er7Dq3TM8z','','','','','2022-10-17 14:40:50'),(736,'BIXPEMCZS',1,40.00,'Pay later.',1.000000,'ord_lcsrvi','','','','','2022-10-17 15:08:09'),(737,'JVICWVBOS',1,40.00,'Pay later.',1.000000,'ord_w8h1vo','','','','','2022-10-17 15:11:57'),(738,'NATIQIPXM',1,40.00,'Pay later.',1.000000,'ord_mwff96','','','','','2022-10-17 15:14:01'),(739,'XSELTUYYE',1,40.00,'Pay later.',1.000000,'ord_80e2va','','','','','2022-10-17 15:15:35'),(740,'HJKAVVEJD',1,35.09,'Credit Card',1.000000,'tr_AowGTsx7iG','','','','','2022-10-18 13:06:10'),(741,'COGOQUGBV',1,40.00,'iDEAL',1.000000,'tr_UDsxUth55o','','','','','2022-10-18 14:57:31'),(742,'RAJJTEDDN',1,40.00,'Pay later.',1.000000,'ord_it48ev','','','','','2022-10-18 14:58:00'),(743,'OMLOECYQS',1,40.00,'Pay later.',1.000000,'ord_q80hth','','','','','2022-10-18 15:01:14'),(744,'AORCLYUUN',1,40.00,'Pay later.',1.000000,'ord_b7jsbl','','','','','2022-10-18 15:02:23'),(745,'ODDLKDSDT',1,40.00,'Pay later.',1.000000,'ord_bqkk2r','','','','','2022-10-18 15:10:59'),(746,'DPWIASIVM',1,40.00,'Pay later.',1.000000,'ord_kmzfpz','','','','','2022-10-18 15:59:20'),(747,'AZQIZNLSF',1,35.09,'Pay later.',1.000000,'ord_qpxk8v','','','','','2022-11-10 09:54:17'),(748,'MDNSCOFOV',1,105.27,'PayPal',1.000000,'tr_gXNibeVibr','','','','','2022-11-15 15:28:58'); -/*!40000 ALTER TABLE `ps_order_payment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return` --- - -DROP TABLE IF EXISTS `ps_order_return`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return` ( - `id_order_return` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned NOT NULL, - `id_order` int(10) unsigned NOT NULL, - `state` tinyint(1) unsigned NOT NULL DEFAULT '1', - `question` text NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_order_return`), - KEY `order_return_customer` (`id_customer`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return` --- - -LOCK TABLES `ps_order_return` WRITE; -/*!40000 ALTER TABLE `ps_order_return` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_return` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return_detail` --- - -DROP TABLE IF EXISTS `ps_order_return_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return_detail` ( - `id_order_return` int(10) unsigned NOT NULL, - `id_order_detail` int(10) unsigned NOT NULL, - `id_customization` int(10) unsigned NOT NULL DEFAULT '0', - `product_quantity` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_order_return`,`id_order_detail`,`id_customization`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return_detail` --- - -LOCK TABLES `ps_order_return_detail` WRITE; -/*!40000 ALTER TABLE `ps_order_return_detail` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_return_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return_state` --- - -DROP TABLE IF EXISTS `ps_order_return_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return_state` ( - `id_order_return_state` int(10) unsigned NOT NULL AUTO_INCREMENT, - `color` varchar(32) DEFAULT NULL, - PRIMARY KEY (`id_order_return_state`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return_state` --- - -LOCK TABLES `ps_order_return_state` WRITE; -/*!40000 ALTER TABLE `ps_order_return_state` DISABLE KEYS */; -INSERT INTO `ps_order_return_state` VALUES (1,'#4169E1'),(2,'#8A2BE2'),(3,'#32CD32'),(4,'#DC143C'),(5,'#108510'); -/*!40000 ALTER TABLE `ps_order_return_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_return_state_lang` --- - -DROP TABLE IF EXISTS `ps_order_return_state_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_return_state_lang` ( - `id_order_return_state` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - PRIMARY KEY (`id_order_return_state`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_return_state_lang` --- - -LOCK TABLES `ps_order_return_state_lang` WRITE; -/*!40000 ALTER TABLE `ps_order_return_state_lang` DISABLE KEYS */; -INSERT INTO `ps_order_return_state_lang` VALUES (1,1,'Waiting for confirmation'),(1,3,'Wacht op bevestiging'),(1,4,'En attente de confirmation'),(1,5,'Warten auf Bestätigung'),(1,6,'Waiting for confirmation'),(1,7,'等待确认'),(1,8,'Waiting for confirmation'),(1,9,'Oczekiwanie na potwierdzenie'),(1,10,'Odottaa vahvistusta'),(1,11,'確認待ち'),(1,12,'Waiting for confirmation'),(1,13,'Afventer bekræftelse'),(2,1,'Waiting for package'),(2,3,'Wacht op pakket'),(2,4,'En attente du colis'),(2,5,'Sendung erwartet'),(2,6,'Waiting for package'),(2,7,'等待邮寄中'),(2,8,'Waiting for package'),(2,9,'Oczekiwanie na paczkę'),(2,10,'Odottaa pakettia'),(2,11,'梱包作業待ち'),(2,12,'Waiting for package'),(2,13,'Venter på pakken'),(3,1,'Package received'),(3,3,'Pakket ontvangen'),(3,4,'Colis reçu'),(3,5,'Sendung erhalten'),(3,6,'Package received'),(3,7,'包裹已签收'),(3,8,'Package received'),(3,9,'Paczka została odebrana'),(3,10,'Paketti vastaanotettu'),(3,11,'受取完了'),(3,12,'Package received'),(3,13,'Pakken er modtaget'),(4,1,'Return denied'),(4,3,'Retour geweigerd'),(4,4,'Retour refusé'),(4,5,'Rücksendung verweigert'),(4,6,'Return denied'),(4,7,'退货被拒绝'),(4,8,'Return denied'),(4,9,'Brak akceptacji zwrotu'),(4,10,'Palautus hylätty'),(4,11,'返品拒否'),(4,12,'Return denied'),(4,13,'Retursendelse afvist'),(5,1,'Return completed'),(5,3,'Retour voltooid'),(5,4,'Retour terminé'),(5,5,'Rücksendung abgeschlossen'),(5,6,'Return completed'),(5,7,'退货已完成'),(5,8,'Return completed'),(5,9,'Dokonanie zwrotu'),(5,10,'Palautus käsitelty'),(5,11,'返品完了'),(5,12,'Return completed'),(5,13,'Retursendelse afsluttet'); -/*!40000 ALTER TABLE `ps_order_return_state_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_slip` --- - -DROP TABLE IF EXISTS `ps_order_slip`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_slip` ( - `id_order_slip` int(10) unsigned NOT NULL AUTO_INCREMENT, - `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000', - `id_customer` int(10) unsigned NOT NULL, - `id_order` int(10) unsigned NOT NULL, - `total_products_tax_excl` decimal(20,6) DEFAULT NULL, - `total_products_tax_incl` decimal(20,6) DEFAULT NULL, - `total_shipping_tax_excl` decimal(20,6) DEFAULT NULL, - `total_shipping_tax_incl` decimal(20,6) DEFAULT NULL, - `shipping_cost` tinyint(3) unsigned NOT NULL DEFAULT '0', - `amount` decimal(10,2) NOT NULL, - `shipping_cost_amount` decimal(10,2) NOT NULL, - `partial` tinyint(1) NOT NULL, - `order_slip_type` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_order_slip`), - KEY `order_slip_customer` (`id_customer`), - KEY `id_order` (`id_order`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_slip` --- - -LOCK TABLES `ps_order_slip` WRITE; -/*!40000 ALTER TABLE `ps_order_slip` DISABLE KEYS */; -INSERT INTO `ps_order_slip` VALUES (1,1.000000,274,674,0.920000,1.000000,0.000000,0.000000,0,1.00,0.00,0,0,'2022-04-26 12:06:13','2022-04-26 12:06:13'); -/*!40000 ALTER TABLE `ps_order_slip` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_slip_detail` --- - -DROP TABLE IF EXISTS `ps_order_slip_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_slip_detail` ( - `id_order_slip` int(10) unsigned NOT NULL, - `id_order_detail` int(10) unsigned NOT NULL, - `product_quantity` int(10) unsigned NOT NULL DEFAULT '0', - `unit_price_tax_excl` decimal(20,6) DEFAULT NULL, - `unit_price_tax_incl` decimal(20,6) DEFAULT NULL, - `total_price_tax_excl` decimal(20,6) DEFAULT NULL, - `total_price_tax_incl` decimal(20,6) DEFAULT NULL, - `amount_tax_excl` decimal(20,6) DEFAULT NULL, - `amount_tax_incl` decimal(20,6) DEFAULT NULL, - PRIMARY KEY (`id_order_slip`,`id_order_detail`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_slip_detail` --- - -LOCK TABLES `ps_order_slip_detail` WRITE; -/*!40000 ALTER TABLE `ps_order_slip_detail` DISABLE KEYS */; -INSERT INTO `ps_order_slip_detail` VALUES (1,754,1,0.920000,1.000000,0.920000,1.000000,0.920000,1.000000); -/*!40000 ALTER TABLE `ps_order_slip_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_slip_detail_tax` --- - -DROP TABLE IF EXISTS `ps_order_slip_detail_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_slip_detail_tax` ( - `id_order_slip_detail` int(11) unsigned NOT NULL, - `id_tax` int(11) unsigned NOT NULL, - `unit_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - `total_amount` decimal(16,6) NOT NULL DEFAULT '0.000000', - KEY `id_order_slip_detail` (`id_order_slip_detail`), - KEY `id_tax` (`id_tax`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_slip_detail_tax` --- - -LOCK TABLES `ps_order_slip_detail_tax` WRITE; -/*!40000 ALTER TABLE `ps_order_slip_detail_tax` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_order_slip_detail_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_state` --- - -DROP TABLE IF EXISTS `ps_order_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_state` ( - `id_order_state` int(10) unsigned NOT NULL AUTO_INCREMENT, - `invoice` tinyint(1) unsigned DEFAULT '0', - `send_email` tinyint(1) unsigned NOT NULL DEFAULT '0', - `module_name` varchar(255) DEFAULT NULL, - `color` varchar(32) DEFAULT NULL, - `unremovable` tinyint(1) unsigned NOT NULL, - `hidden` tinyint(1) unsigned NOT NULL DEFAULT '0', - `logable` tinyint(1) NOT NULL DEFAULT '0', - `delivery` tinyint(1) unsigned NOT NULL DEFAULT '0', - `shipped` tinyint(1) unsigned NOT NULL DEFAULT '0', - `paid` tinyint(1) unsigned NOT NULL DEFAULT '0', - `pdf_invoice` tinyint(1) unsigned NOT NULL DEFAULT '0', - `pdf_delivery` tinyint(1) unsigned NOT NULL DEFAULT '0', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_order_state`), - KEY `module_name` (`module_name`) -) ENGINE=InnoDB AUTO_INCREMENT=230 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_state` --- - -LOCK TABLES `ps_order_state` WRITE; -/*!40000 ALTER TABLE `ps_order_state` DISABLE KEYS */; -INSERT INTO `ps_order_state` VALUES (1,0,1,'ps_checkpayment','#4169E1',1,0,0,0,0,0,0,0,0),(2,1,1,'','#32CD32',1,0,1,0,0,1,1,0,0),(3,1,1,'','#FF8C00',1,0,1,1,0,1,0,0,0),(4,1,1,'','#8A2BE2',1,0,1,1,1,1,0,0,0),(5,1,0,'','#108510',1,0,1,1,1,1,0,0,0),(6,0,1,'','#DC143C',1,0,0,0,0,0,0,0,0),(7,1,1,'','#ec2e15',1,0,0,0,0,0,0,0,0),(8,0,1,'','#8f0621',1,0,0,0,0,0,0,0,0),(9,1,1,'','#FF69B4',1,0,0,0,0,1,0,0,0),(10,0,1,'ps_wirepayment','#4169E1',1,0,0,0,0,0,0,0,1),(11,1,1,'','#32CD32',1,0,1,0,0,1,0,0,0),(12,0,1,'','#FF69B4',1,0,0,0,0,0,0,0,0),(13,0,0,'ps_cashondelivery','#4169E1',1,0,0,0,0,0,0,0,0),(195,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(196,0,0,'mollie','#4169E1',0,0,0,0,0,0,0,0,0),(197,0,0,'mollie','#8A2BE2',0,0,0,0,0,0,0,0,0),(198,0,1,'mollie','#3d7d1c',0,0,0,0,0,0,0,0,0),(199,1,1,'mollie','#8A2BE2',0,0,1,0,0,1,1,0,0),(200,0,1,'mollie','#8A2BE2',0,0,1,1,1,1,1,0,0),(201,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(202,0,0,'mollie','#4169E1',0,0,0,0,0,0,0,0,0),(203,0,0,'mollie','#8A2BE2',0,0,0,0,0,0,0,0,0),(204,0,1,'mollie','#3d7d1c',0,0,0,0,0,0,0,0,0),(205,1,1,'mollie','#8A2BE2',0,0,1,0,0,1,1,0,0),(206,0,1,'mollie','#8A2BE2',0,0,1,1,1,1,1,0,0),(207,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(208,0,0,'mollie','#4169E1',0,0,0,0,0,0,0,0,0),(209,0,0,'mollie','#8A2BE2',0,0,0,0,0,0,0,0,0),(210,0,1,'mollie','#3d7d1c',0,0,0,0,0,0,0,0,0),(211,1,1,'mollie','#8A2BE2',0,0,1,0,0,1,1,0,0),(212,0,1,'mollie','#8A2BE2',0,0,1,1,1,1,1,0,0),(213,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(214,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(215,0,0,'mollie','#4169E1',0,0,0,0,0,0,0,0,0),(216,0,0,'mollie','#8A2BE2',0,0,0,0,0,0,0,0,0),(217,0,1,'mollie','#3d7d1c',0,0,0,0,0,0,0,0,0),(218,1,1,'mollie','#8A2BE2',0,0,1,0,0,1,1,0,0),(219,0,1,'mollie','#8A2BE2',0,0,1,1,1,1,1,0,0),(220,0,0,'mollie','#E74C3C',0,0,0,0,0,0,0,0,0),(221,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(222,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0),(223,0,0,'mollie','#4169E1',0,0,0,0,0,0,0,0,0),(224,0,0,'mollie','#8A2BE2',0,0,0,0,0,0,0,0,0),(225,0,1,'mollie','#3d7d1c',0,0,0,0,0,0,0,0,0),(226,0,1,'mollie','#8A2BE2',0,0,1,0,0,1,1,0,0),(227,1,1,'mollie','#8A2BE2',0,0,1,1,1,1,1,0,0),(228,0,0,'mollie','#E74C3C',0,0,0,0,0,0,0,0,0),(229,0,0,'mollie','#6F8C9F',0,0,0,0,0,0,0,0,0); -/*!40000 ALTER TABLE `ps_order_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_order_state_lang` --- - -DROP TABLE IF EXISTS `ps_order_state_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_order_state_lang` ( - `id_order_state` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - `template` varchar(64) NOT NULL, - PRIMARY KEY (`id_order_state`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_order_state_lang` --- - -LOCK TABLES `ps_order_state_lang` WRITE; -/*!40000 ALTER TABLE `ps_order_state_lang` DISABLE KEYS */; -INSERT INTO `ps_order_state_lang` VALUES (1,1,'Awaiting check payment','cheque'),(1,3,'Wachtend op uw betaling','cheque'),(1,4,'En attente du paiement par chèque','cheque'),(1,5,'Scheckzahlung wird erwartet','cheque'),(1,6,'Menunggu bayaran cek','cheque'),(1,7,'等待支票付款','cheque'),(1,8,'Awaiting check payment','cheque'),(1,9,'Oczekiwanie na płatność czekiem','cheque'),(1,10,'Odottaa maksusuoritusta','cheque'),(1,11,'支払い確認待ち','cheque'),(1,12,'Awaiting check payment','cheque'),(1,13,'Afventer betaling med check','cheque'),(2,1,'Payment accepted','payment'),(2,3,'Betaling aanvaard','payment'),(2,4,'Paiement accepté','payment'),(2,5,'Zahlung eingegangen','payment'),(2,6,'Payment accepted','payment'),(2,7,'付款已接受','payment'),(2,8,'Payment accepted','payment'),(2,9,'Płatność zaakceptowana','payment'),(2,10,'Maksu hyväksytty','payment'),(2,11,'支払完了','payment'),(2,12,'Payment accepted','payment'),(2,13,'Betaling accepteret','payment'),(3,1,'Processing in progress','preparation'),(3,3,'Wordt momenteel voorbereid','preparation'),(3,4,'En cours de préparation','preparation'),(3,5,'Bestellung in Bearbeitung','preparation'),(3,6,'Processing in progress','preparation'),(3,7,'请求处理中','preparation'),(3,8,'Processing in progress','preparation'),(3,9,'Przygotowanie w toku','preparation'),(3,10,'Käsittelyssä','preparation'),(3,11,'手続き進行中','preparation'),(3,12,'Processing in progress','preparation'),(3,13,'Forberedelse i gang','preparation'),(4,1,'Shipped','shipped'),(4,3,'Verzonden','shipped'),(4,4,'Expédié','shipped'),(4,5,'Versand','shipped'),(4,6,'Dihantar','shipped'),(4,7,'已发货','shipped'),(4,8,'Shipped','shipped'),(4,9,'Wysłane','shipped'),(4,10,'Lähetetty','shipped'),(4,11,'Shipped','shipped'),(4,12,'Shipped','shipped'),(4,13,'Afsendt','shipped'),(5,1,'Delivered',''),(5,3,'Afgeleverd',''),(5,4,'Livré',''),(5,5,'Bestellung ausgeliefert',''),(5,6,'Delivered',''),(5,7,'已发货',''),(5,8,'Delivered',''),(5,9,'Dostarczone',''),(5,10,'Toimitettu',''),(5,11,'お届け完了',''),(5,12,'Delivered',''),(5,13,'Leveret',''),(6,1,'Canceled','order_canceled'),(6,3,'Geannuleerd','order_canceled'),(6,4,'Annulé','order_canceled'),(6,5,'Bestellung storniert','order_canceled'),(6,6,'Canceled','order_canceled'),(6,7,'已取消','order_canceled'),(6,8,'Canceled','order_canceled'),(6,9,'Anulowane','order_canceled'),(6,10,'Peruttu','order_canceled'),(6,11,'キャンセル済','order_canceled'),(6,12,'Canceled','order_canceled'),(6,13,'Annulleret','order_canceled'),(7,1,'Refunded','refund'),(7,3,'Terugbetaald','refund'),(7,4,'Remboursé','refund'),(7,5,'Erstattet','refund'),(7,6,'Refunded','refund'),(7,7,'退款','refund'),(7,8,'Refunded','refund'),(7,9,'Zwrócono','refund'),(7,10,'Hyvitetty','refund'),(7,11,'払い戻したされた','refund'),(7,12,'Refunded','refund'),(7,13,'Tilbagebetalt','refund'),(8,1,'Payment error','payment_error'),(8,3,'Betalingsfout','payment_error'),(8,4,'Erreur de paiement','payment_error'),(8,5,'Fehler bei der Bezahlung','payment_error'),(8,6,'Payment error','payment_error'),(8,7,'支付错误','payment_error'),(8,8,'Payment error','payment_error'),(8,9,'Błąd płatności','payment_error'),(8,10,'Maksuvirhe','payment_error'),(8,11,'支払いエラー','payment_error'),(8,12,'Payment error','payment_error'),(8,13,'Betalingsfejl','payment_error'),(9,1,'On backorder (paid)','outofstock'),(9,3,'Momenteel in backorder (betaald)','outofstock'),(9,4,'En attente de réapprovisionnement (payé)','outofstock'),(9,5,'Artikel nicht auf Lager (bezahlt)','outofstock'),(9,6,'On backorder (paid)','outofstock'),(9,7,'缺货(已付款)','outofstock'),(9,8,'On backorder (paid)','outofstock'),(9,9,'Zamówienie oczekujące (opłacone)','outofstock'),(9,10,'Jälkitoimitus (maksettu)','outofstock'),(9,11,'商品取り寄せ中(支払済)','outofstock'),(9,12,'On backorder (paid)','outofstock'),(9,13,'I restordre (betalt)','outofstock'),(10,1,'Awaiting bank wire payment','bankwire'),(10,3,'In afwachting van bankoverschrijving','bankwire'),(10,4,'En attente de virement bancaire','bankwire'),(10,5,'Warten auf Zahlungseingang Überweisung','bankwire'),(10,6,'Awaiting bank wire payment','bankwire'),(10,7,'等待电汇付款','bankwire'),(10,8,'Awaiting bank wire payment','bankwire'),(10,9,'Oczekiwanie na płatność przelewem','bankwire'),(10,10,'Odottaa tilisiirtoa','bankwire'),(10,11,'銀行振込み待ち','bankwire'),(10,12,'Awaiting bank wire payment','bankwire'),(10,13,'Afventer bankoverførsel','bankwire'),(11,1,'Remote payment accepted','payment'),(11,3,'Betaling op afstand aanvaard','payment'),(11,4,'Paiement à distance accepté','payment'),(11,5,'Zahlung ausserhalb von PrestaShop eingegangen','payment'),(11,6,'Remote payment accepted','payment'),(11,7,'接受远程付费','payment'),(11,8,'Remote payment accepted','payment'),(11,9,'Płatność przyjęta','payment'),(11,10,'Ulkoinen maksu hyväksytty','payment'),(11,11,'リモートペイメント確認済','payment'),(11,12,'Remote payment accepted','payment'),(11,13,'Fjernbetaling godkendt','payment'),(12,1,'On backorder (not paid)','outofstock'),(12,3,'Momenteel in backorder (niet betaald)','outofstock'),(12,4,'En attente de réapprovisionnement (non payé)','outofstock'),(12,5,'Artikel nicht auf Lager','outofstock'),(12,6,'On backorder (not paid)','outofstock'),(12,7,'缺货(未付款)','outofstock'),(12,8,'On backorder (not paid)','outofstock'),(12,9,'Zamówienie oczekujące (nieopłacone)','outofstock'),(12,10,'Jälkitoimitus (maksamatta)','outofstock'),(12,11,'商品取り寄せ中(未払い)','outofstock'),(12,12,'On backorder (not paid)','outofstock'),(12,13,'I restordre (ikke betalt)','outofstock'),(13,1,'Awaiting Cash On Delivery validation','cashondelivery'),(13,3,'Wachten op bevestiging (rembours)','cashondelivery'),(13,4,'En attente de paiement à la livraison','cashondelivery'),(13,5,'Warten auf Zahlungseingang Nachnahme','cashondelivery'),(13,6,'Awaiting Cash On Delivery validation','cashondelivery'),(13,7,'接受远程付费','cashondelivery'),(13,8,'Awaiting Cash On Delivery validation','cashondelivery'),(13,9,'Oczekiwanie na płatność przy odbiorze','cashondelivery'),(13,10,'Odottaa maksuvahvistusta','cashondelivery'),(13,11,'代金引換払い確認待ち','cashondelivery'),(13,12,'Awaiting Cash On Delivery validation','cashondelivery'),(13,13,'Afventer godkendelse af levering pr. efterkrav','cashondelivery'),(26,1,'Awaiting Mollie payment',''),(195,1,'Mollie partially refunded',''),(195,3,'Mollie partially refunded',''),(195,4,'Mollie partially refunded',''),(195,5,'Mollie partially refunded',''),(195,6,'Mollie partially refunded',''),(195,7,'Mollie partially refunded',''),(195,8,'Mollie partially refunded',''),(195,9,'Mollie partially refunded',''),(195,10,'Mollie partially refunded',''),(195,11,'Mollie partially refunded',''),(195,12,'Mollie partially refunded',''),(195,13,'Mollie partially refunded',''),(196,1,'Awaiting Mollie payment',''),(196,3,'Awaiting Mollie payment',''),(196,4,'Awaiting Mollie payment',''),(196,5,'Awaiting Mollie payment',''),(196,6,'Awaiting Mollie payment',''),(196,7,'Awaiting Mollie payment',''),(196,8,'Awaiting Mollie payment',''),(196,9,'Awaiting Mollie payment',''),(196,10,'Awaiting Mollie payment',''),(196,11,'Awaiting Mollie payment',''),(196,12,'Awaiting Mollie payment',''),(196,13,'Awaiting Mollie payment',''),(197,1,'Partially shipped',''),(197,3,'Partially shipped',''),(197,4,'Partially shipped',''),(197,5,'Partially shipped',''),(197,6,'Partially shipped',''),(197,7,'Partially shipped',''),(197,8,'Partially shipped',''),(197,9,'Partially shipped',''),(197,10,'Partially shipped',''),(197,11,'Partially shipped',''),(197,12,'Partially shipped',''),(197,13,'Partially shipped',''),(198,1,'Completed',''),(198,3,'Completed',''),(198,4,'Completed',''),(198,5,'Completed',''),(198,6,'Completed',''),(198,7,'Completed',''),(198,8,'Completed',''),(198,9,'Completed',''),(198,10,'Completed',''),(198,11,'Completed',''),(198,12,'Completed',''),(198,13,'Completed',''),(199,1,'Klarna payment authorized','payment'),(199,3,'Klarna payment authorized','payment'),(199,4,'Klarna payment authorized','payment'),(199,5,'Klarna payment authorized','payment'),(199,6,'Klarna payment authorized','payment'),(199,7,'Klarna payment authorized','payment'),(199,8,'Klarna payment authorized','payment'),(199,9,'Klarna payment authorized','payment'),(199,10,'Klarna payment authorized','payment'),(199,11,'Klarna payment authorized','payment'),(199,12,'Klarna payment authorized','payment'),(199,13,'Klarna payment authorized','payment'),(200,1,'Klarna payment shipped','shipped'),(200,3,'Klarna payment shipped','shipped'),(200,4,'Klarna payment shipped','shipped'),(200,5,'Klarna payment shipped','shipped'),(200,6,'Klarna payment shipped','shipped'),(200,7,'Klarna payment shipped','shipped'),(200,8,'Klarna payment shipped','shipped'),(200,9,'Klarna payment shipped','shipped'),(200,10,'Klarna payment shipped','shipped'),(200,11,'Klarna payment shipped','shipped'),(200,12,'Klarna payment shipped','shipped'),(200,13,'Klarna payment shipped','shipped'),(201,1,'Mollie partially refunded',''),(201,3,'Mollie partially refunded',''),(201,4,'Mollie partially refunded',''),(201,5,'Mollie partially refunded',''),(201,6,'Mollie partially refunded',''),(201,7,'Mollie partially refunded',''),(201,8,'Mollie partially refunded',''),(201,9,'Mollie partially refunded',''),(201,10,'Mollie partially refunded',''),(201,11,'Mollie partially refunded',''),(201,12,'Mollie partially refunded',''),(201,13,'Mollie partially refunded',''),(202,1,'Awaiting Mollie payment',''),(202,3,'Awaiting Mollie payment',''),(202,4,'Awaiting Mollie payment',''),(202,5,'Awaiting Mollie payment',''),(202,6,'Awaiting Mollie payment',''),(202,7,'Awaiting Mollie payment',''),(202,8,'Awaiting Mollie payment',''),(202,9,'Awaiting Mollie payment',''),(202,10,'Awaiting Mollie payment',''),(202,11,'Awaiting Mollie payment',''),(202,12,'Awaiting Mollie payment',''),(202,13,'Awaiting Mollie payment',''),(203,1,'Partially shipped',''),(203,3,'Partially shipped',''),(203,4,'Partially shipped',''),(203,5,'Partially shipped',''),(203,6,'Partially shipped',''),(203,7,'Partially shipped',''),(203,8,'Partially shipped',''),(203,9,'Partially shipped',''),(203,10,'Partially shipped',''),(203,11,'Partially shipped',''),(203,12,'Partially shipped',''),(203,13,'Partially shipped',''),(204,1,'Completed',''),(204,3,'Completed',''),(204,4,'Completed',''),(204,5,'Completed',''),(204,6,'Completed',''),(204,7,'Completed',''),(204,8,'Completed',''),(204,9,'Completed',''),(204,10,'Completed',''),(204,11,'Completed',''),(204,12,'Completed',''),(204,13,'Completed',''),(205,1,'Klarna payment authorized','payment'),(205,3,'Klarna payment authorized','payment'),(205,4,'Klarna payment authorized','payment'),(205,5,'Klarna payment authorized','payment'),(205,6,'Klarna payment authorized','payment'),(205,7,'Klarna payment authorized','payment'),(205,8,'Klarna payment authorized','payment'),(205,9,'Klarna payment authorized','payment'),(205,10,'Klarna payment authorized','payment'),(205,11,'Klarna payment authorized','payment'),(205,12,'Klarna payment authorized','payment'),(205,13,'Klarna payment authorized','payment'),(206,1,'Klarna payment shipped','shipped'),(206,3,'Klarna payment shipped','shipped'),(206,4,'Klarna payment shipped','shipped'),(206,5,'Klarna payment shipped','shipped'),(206,6,'Klarna payment shipped','shipped'),(206,7,'Klarna payment shipped','shipped'),(206,8,'Klarna payment shipped','shipped'),(206,9,'Klarna payment shipped','shipped'),(206,10,'Klarna payment shipped','shipped'),(206,11,'Klarna payment shipped','shipped'),(206,12,'Klarna payment shipped','shipped'),(206,13,'Klarna payment shipped','shipped'),(207,1,'Mollie partially refunded',''),(207,3,'Mollie partially refunded',''),(207,4,'Mollie partially refunded',''),(207,5,'Mollie partially refunded',''),(207,6,'Mollie partially refunded',''),(207,7,'Mollie partially refunded',''),(207,8,'Mollie partially refunded',''),(207,9,'Mollie partially refunded',''),(207,10,'Mollie partially refunded',''),(207,11,'Mollie partially refunded',''),(207,12,'Mollie partially refunded',''),(207,13,'Mollie partially refunded',''),(208,1,'Awaiting Mollie payment',''),(208,3,'Awaiting Mollie payment',''),(208,4,'Awaiting Mollie payment',''),(208,5,'Awaiting Mollie payment',''),(208,6,'Awaiting Mollie payment',''),(208,7,'Awaiting Mollie payment',''),(208,8,'Awaiting Mollie payment',''),(208,9,'Awaiting Mollie payment',''),(208,10,'Awaiting Mollie payment',''),(208,11,'Awaiting Mollie payment',''),(208,12,'Awaiting Mollie payment',''),(208,13,'Awaiting Mollie payment',''),(209,1,'Partially shipped',''),(209,3,'Partially shipped',''),(209,4,'Partially shipped',''),(209,5,'Partially shipped',''),(209,6,'Partially shipped',''),(209,7,'Partially shipped',''),(209,8,'Partially shipped',''),(209,9,'Partially shipped',''),(209,10,'Partially shipped',''),(209,11,'Partially shipped',''),(209,12,'Partially shipped',''),(209,13,'Partially shipped',''),(210,1,'Completed',''),(210,3,'Completed',''),(210,4,'Completed',''),(210,5,'Completed',''),(210,6,'Completed',''),(210,7,'Completed',''),(210,8,'Completed',''),(210,9,'Completed',''),(210,10,'Completed',''),(210,11,'Completed',''),(210,12,'Completed',''),(210,13,'Completed',''),(211,1,'Klarna payment authorized','payment'),(211,3,'Klarna payment authorized','payment'),(211,4,'Klarna payment authorized','payment'),(211,5,'Klarna payment authorized','payment'),(211,6,'Klarna payment authorized','payment'),(211,7,'Klarna payment authorized','payment'),(211,8,'Klarna payment authorized','payment'),(211,9,'Klarna payment authorized','payment'),(211,10,'Klarna payment authorized','payment'),(211,11,'Klarna payment authorized','payment'),(211,12,'Klarna payment authorized','payment'),(211,13,'Klarna payment authorized','payment'),(212,1,'Klarna payment shipped','shipped'),(212,3,'Klarna payment shipped','shipped'),(212,4,'Klarna payment shipped','shipped'),(212,5,'Klarna payment shipped','shipped'),(212,6,'Klarna payment shipped','shipped'),(212,7,'Klarna payment shipped','shipped'),(212,8,'Klarna payment shipped','shipped'),(212,9,'Klarna payment shipped','shipped'),(212,10,'Klarna payment shipped','shipped'),(212,11,'Klarna payment shipped','shipped'),(212,12,'Klarna payment shipped','shipped'),(212,13,'Klarna payment shipped','shipped'),(213,1,'Mollie partially refunded',''),(213,3,'Mollie partially refunded',''),(213,4,'Mollie partially refunded',''),(213,5,'Mollie partially refunded',''),(213,6,'Mollie partially refunded',''),(213,7,'Mollie partially refunded',''),(213,8,'Mollie partially refunded',''),(213,9,'Mollie partially refunded',''),(213,10,'Mollie partially refunded',''),(213,11,'Mollie partially refunded',''),(213,12,'Mollie partially refunded',''),(213,13,'Mollie partially refunded',''),(214,1,'Mollie partially refunded',''),(214,3,'Mollie partially refunded',''),(214,4,'Mollie partially refunded',''),(214,5,'Mollie partially refunded',''),(214,6,'Mollie partially refunded',''),(214,7,'Mollie partially refunded',''),(214,8,'Mollie partially refunded',''),(214,9,'Mollie partially refunded',''),(214,10,'Mollie partially refunded',''),(214,11,'Mollie partially refunded',''),(214,12,'Mollie partially refunded',''),(214,13,'Mollie partially refunded',''),(215,1,'Awaiting Mollie payment',''),(215,3,'Awaiting Mollie payment',''),(215,4,'Awaiting Mollie payment',''),(215,5,'Awaiting Mollie payment',''),(215,6,'Awaiting Mollie payment',''),(215,7,'Awaiting Mollie payment',''),(215,8,'Awaiting Mollie payment',''),(215,9,'Awaiting Mollie payment',''),(215,10,'Awaiting Mollie payment',''),(215,11,'Awaiting Mollie payment',''),(215,12,'Awaiting Mollie payment',''),(215,13,'Awaiting Mollie payment',''),(216,1,'Partially shipped',''),(216,3,'Partially shipped',''),(216,4,'Partially shipped',''),(216,5,'Partially shipped',''),(216,6,'Partially shipped',''),(216,7,'Partially shipped',''),(216,8,'Partially shipped',''),(216,9,'Partially shipped',''),(216,10,'Partially shipped',''),(216,11,'Partially shipped',''),(216,12,'Partially shipped',''),(216,13,'Partially shipped',''),(217,1,'Completed',''),(217,3,'Completed',''),(217,4,'Completed',''),(217,5,'Completed',''),(217,6,'Completed',''),(217,7,'Completed',''),(217,8,'Completed',''),(217,9,'Completed',''),(217,10,'Completed',''),(217,11,'Completed',''),(217,12,'Completed',''),(217,13,'Completed',''),(218,1,'Klarna payment authorized','payment'),(218,3,'Klarna payment authorized','payment'),(218,4,'Klarna payment authorized','payment'),(218,5,'Klarna payment authorized','payment'),(218,6,'Klarna payment authorized','payment'),(218,7,'Klarna payment authorized','payment'),(218,8,'Klarna payment authorized','payment'),(218,9,'Klarna payment authorized','payment'),(218,10,'Klarna payment authorized','payment'),(218,11,'Klarna payment authorized','payment'),(218,12,'Klarna payment authorized','payment'),(218,13,'Klarna payment authorized','payment'),(219,1,'Klarna payment shipped','shipped'),(219,3,'Klarna payment shipped','shipped'),(219,4,'Klarna payment shipped','shipped'),(219,5,'Klarna payment shipped','shipped'),(219,6,'Klarna payment shipped','shipped'),(219,7,'Klarna payment shipped','shipped'),(219,8,'Klarna payment shipped','shipped'),(219,9,'Klarna payment shipped','shipped'),(219,10,'Klarna payment shipped','shipped'),(219,11,'Klarna payment shipped','shipped'),(219,12,'Klarna payment shipped','shipped'),(219,13,'Klarna payment shipped','shipped'),(220,1,'Mollie Chargeback',''),(220,3,'Mollie Chargeback',''),(220,4,'Mollie Chargeback',''),(220,5,'Mollie Chargeback',''),(220,6,'Mollie Chargeback',''),(220,7,'Mollie Chargeback',''),(220,8,'Mollie Chargeback',''),(220,9,'Mollie Chargeback',''),(220,10,'Mollie Chargeback',''),(220,11,'Mollie Chargeback',''),(220,12,'Mollie Chargeback',''),(220,13,'Mollie Chargeback',''),(221,1,'Mollie partially refunded',''),(221,3,'Mollie partially refunded',''),(221,4,'Mollie partially refunded',''),(221,5,'Mollie partially refunded',''),(221,6,'Mollie partially refunded',''),(221,7,'Mollie partially refunded',''),(221,8,'Mollie partially refunded',''),(221,9,'Mollie partially refunded',''),(221,10,'Mollie partially refunded',''),(221,11,'Mollie partially refunded',''),(221,12,'Mollie partially refunded',''),(221,13,'Mollie partially refunded',''),(222,1,'Mollie partially refunded',''),(222,3,'Mollie partially refunded',''),(222,4,'Mollie partially refunded',''),(222,5,'Mollie partially refunded',''),(222,6,'Mollie partially refunded',''),(222,7,'Mollie partially refunded',''),(222,8,'Mollie partially refunded',''),(222,9,'Mollie partially refunded',''),(222,10,'Mollie partially refunded',''),(222,11,'Mollie partially refunded',''),(222,12,'Mollie partially refunded',''),(222,13,'Mollie partially refunded',''),(223,1,'Awaiting Mollie payment',''),(223,3,'Awaiting Mollie payment',''),(223,4,'Awaiting Mollie payment',''),(223,5,'Awaiting Mollie payment',''),(223,6,'Awaiting Mollie payment',''),(223,7,'Awaiting Mollie payment',''),(223,8,'Awaiting Mollie payment',''),(223,9,'Awaiting Mollie payment',''),(223,10,'Awaiting Mollie payment',''),(223,11,'Awaiting Mollie payment',''),(223,12,'Awaiting Mollie payment',''),(223,13,'Awaiting Mollie payment',''),(224,1,'Partially shipped',''),(224,3,'Partially shipped',''),(224,4,'Partially shipped',''),(224,5,'Partially shipped',''),(224,6,'Partially shipped',''),(224,7,'Partially shipped',''),(224,8,'Partially shipped',''),(224,9,'Partially shipped',''),(224,10,'Partially shipped',''),(224,11,'Partially shipped',''),(224,12,'Partially shipped',''),(224,13,'Partially shipped',''),(225,1,'Completed',''),(225,3,'Completed',''),(225,4,'Completed',''),(225,5,'Completed',''),(225,6,'Completed',''),(225,7,'Completed',''),(225,8,'Completed',''),(225,9,'Completed',''),(225,10,'Completed',''),(225,11,'Completed',''),(225,12,'Completed',''),(225,13,'Completed',''),(226,1,'Klarna payment authorized','payment'),(226,3,'Klarna payment authorized','payment'),(226,4,'Klarna payment authorized','payment'),(226,5,'Klarna payment authorized','payment'),(226,6,'Klarna payment authorized','payment'),(226,7,'Klarna payment authorized','payment'),(226,8,'Klarna payment authorized','payment'),(226,9,'Klarna payment authorized','payment'),(226,10,'Klarna payment authorized','payment'),(226,11,'Klarna payment authorized','payment'),(226,12,'Klarna payment authorized','payment'),(226,13,'Klarna payment authorized','payment'),(227,1,'Klarna payment shipped','shipped'),(227,3,'Klarna payment shipped','shipped'),(227,4,'Klarna payment shipped','shipped'),(227,5,'Klarna payment shipped','shipped'),(227,6,'Klarna payment shipped','shipped'),(227,7,'Klarna payment shipped','shipped'),(227,8,'Klarna payment shipped','shipped'),(227,9,'Klarna payment shipped','shipped'),(227,10,'Klarna payment shipped','shipped'),(227,11,'Klarna payment shipped','shipped'),(227,12,'Klarna payment shipped','shipped'),(227,13,'Klarna payment shipped','shipped'),(228,1,'Mollie Chargeback',''),(228,3,'Mollie Chargeback',''),(228,4,'Mollie Chargeback',''),(228,5,'Mollie Chargeback',''),(228,6,'Mollie Chargeback',''),(228,7,'Mollie Chargeback',''),(228,8,'Mollie Chargeback',''),(228,9,'Mollie Chargeback',''),(228,10,'Mollie Chargeback',''),(228,11,'Mollie Chargeback',''),(228,12,'Mollie Chargeback',''),(228,13,'Mollie Chargeback',''),(229,1,'Mollie partially refunded',''),(229,3,'Mollie partially refunded',''),(229,4,'Mollie partially refunded',''),(229,5,'Mollie partially refunded',''),(229,6,'Mollie partially refunded',''),(229,7,'Mollie partially refunded',''),(229,8,'Mollie partially refunded',''),(229,9,'Mollie partially refunded',''),(229,10,'Mollie partially refunded',''),(229,11,'Mollie partially refunded',''),(229,12,'Mollie partially refunded',''),(229,13,'Mollie partially refunded',''); -/*!40000 ALTER TABLE `ps_order_state_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_orders` --- - -DROP TABLE IF EXISTS `ps_orders`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_orders` ( - `id_order` int(10) unsigned NOT NULL AUTO_INCREMENT, - `reference` varchar(9) DEFAULT NULL, - `id_shop_group` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_carrier` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_cart` int(10) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL, - `id_address_delivery` int(10) unsigned NOT NULL, - `id_address_invoice` int(10) unsigned NOT NULL, - `current_state` int(10) unsigned NOT NULL, - `secure_key` varchar(32) NOT NULL DEFAULT '-1', - `payment` varchar(255) NOT NULL, - `conversion_rate` decimal(13,6) NOT NULL DEFAULT '1.000000', - `module` varchar(255) DEFAULT NULL, - `recyclable` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift` tinyint(1) unsigned NOT NULL DEFAULT '0', - `gift_message` text, - `mobile_theme` tinyint(1) NOT NULL DEFAULT '0', - `shipping_number` varchar(64) DEFAULT NULL, - `total_discounts` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_discounts_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_discounts_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_paid_real` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_products_wt` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_shipping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `carrier_tax_rate` decimal(10,3) NOT NULL DEFAULT '0.000', - `total_wrapping` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_wrapping_tax_incl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `total_wrapping_tax_excl` decimal(20,6) NOT NULL DEFAULT '0.000000', - `round_mode` tinyint(1) NOT NULL DEFAULT '2', - `round_type` tinyint(1) NOT NULL DEFAULT '1', - `invoice_number` int(10) unsigned NOT NULL DEFAULT '0', - `delivery_number` int(10) unsigned NOT NULL DEFAULT '0', - `invoice_date` datetime NOT NULL, - `delivery_date` datetime NOT NULL, - `valid` int(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_order`), - KEY `reference` (`reference`), - KEY `id_customer` (`id_customer`), - KEY `id_cart` (`id_cart`), - KEY `invoice_number` (`invoice_number`), - KEY `id_carrier` (`id_carrier`), - KEY `id_lang` (`id_lang`), - KEY `id_currency` (`id_currency`), - KEY `id_address_delivery` (`id_address_delivery`), - KEY `id_address_invoice` (`id_address_invoice`), - KEY `id_shop_group` (`id_shop_group`), - KEY `current_state` (`current_state`), - KEY `id_shop` (`id_shop`), - KEY `date_add` (`date_add`) -) ENGINE=InnoDB AUTO_INCREMENT=863 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_orders` --- - -LOCK TABLES `ps_orders` WRITE; -/*!40000 ALTER TABLE `ps_orders` DISABLE KEYS */; -INSERT INTO `ps_orders` VALUES (1,'XKBKNABJK',1,1,2,1,2,1,1,5,5,6,'b44a6d9efd7a0076a0fbce6b15eaf3b1','Payment by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,61.800000,61.800000,61.800000,0.000000,59.800000,59.800000,2.000000,2.000000,2.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,'2020-11-03 14:11:37','2020-11-03 14:11:37'),(2,'OHSATSERP',1,1,2,1,2,2,1,5,5,1,'b44a6d9efd7a0076a0fbce6b15eaf3b1','Payment by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,69.900000,69.900000,69.900000,0.000000,69.900000,69.900000,0.000000,0.000000,0.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,'2020-11-03 14:11:37','2020-11-03 14:11:37'),(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,14.900000,14.900000,0.000000,12.900000,12.900000,2.000000,2.000000,2.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,'2020-11-03 14:11:37','2020-11-03 14:11:37'),(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,14.900000,14.900000,0.000000,12.900000,12.900000,2.000000,2.000000,2.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,'2020-11-03 14:11:37','2020-11-03 14:11:37'),(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,20.900000,20.900000,0.000000,18.900000,18.900000,2.000000,2.000000,2.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,'2020-11-03 14:11:37','2020-11-03 14:11:37'),(6,'LZABMTHQT',1,1,1,1,3,6,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.800000,28.800000,23.800000,28.800000,28.800000,34.850000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,1,0,'2020-11-05 09:15:17','0000-00-00 00:00:00',1,'2020-11-05 09:15:04','2020-11-05 09:15:17'),(7,'KIKLGIADF',1,1,1,1,3,8,1,6,6,10,'5d0f760482c09e0dbb7301c0a0825249','mollie',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,0.000000,28.720000,34.750000,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,'2020-11-05 09:50:55','2020-11-05 09:50:55'),(8,'PYTLRUPKT',1,1,1,1,3,9,1,6,6,6,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-05 09:51:27','2020-11-05 09:51:36'),(9,'VNJFZCMDE',1,1,2,1,3,11,1,6,6,10,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,9.440000,9.440000,7.800000,0.000000,0.800000,0.970000,8.470000,8.470000,7.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,'2020-11-05 10:45:57','2020-11-05 10:49:17'),(10,'ULYNNRBTK',1,1,2,1,3,13,1,6,6,6,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,9.440000,9.440000,7.800000,0.000000,0.800000,0.970000,8.470000,8.470000,7.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,'2020-11-05 10:50:16','2020-11-05 10:50:28'),(11,'XQQBREGCG',1,1,2,1,3,15,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,9.440000,9.440000,7.800000,9.440000,0.800000,0.970000,8.470000,8.470000,7.000000,21.000,0.000000,0.000000,0.000000,2,2,2,0,'2020-11-05 10:53:03','0000-00-00 00:00:00',1,'2020-11-05 10:50:57','2020-11-05 10:53:03'),(12,'WMVBMGIYF',1,1,1,1,3,17,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,0.960000,1.160000,0.960000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,3,0,'2020-11-05 10:53:30','0000-00-00 00:00:00',1,'2020-11-05 10:53:24','2020-11-05 10:53:30'),(13,'AEXSNCLDQ',1,1,1,1,3,19,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,4,0,'2020-11-05 12:42:56','0000-00-00 00:00:00',1,'2020-11-05 12:42:51','2020-11-05 12:42:56'),(14,'GPQWFPQJY',1,1,2,1,3,21,1,6,6,6,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',27.710000,27.710000,22.900000,31.120000,31.120000,25.720000,0.000000,41.620000,50.360000,8.470000,8.470000,7.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,'2020-11-05 16:35:13','2020-11-05 16:39:03'),(15,'WWZXBJYOH',1,1,2,1,3,23,1,6,6,6,'5d0f760482c09e0dbb7301c0a0825249','voucher',1.000000,'mollie',0,0,'',0,'',27.710000,27.710000,22.900000,31.120000,31.120000,25.720000,0.000000,41.620000,50.360000,8.470000,8.470000,7.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,'2020-11-06 13:42:36','2020-11-06 13:42:41'),(16,'VBBUCJXQE',1,1,2,1,3,25,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,43.220000,43.220000,35.720000,43.220000,28.720000,34.750000,8.470000,8.470000,7.000000,21.000,0.000000,0.000000,0.000000,2,2,5,0,'2020-11-06 13:49:28','0000-00-00 00:00:00',1,'2020-11-06 13:49:08','2020-11-06 13:49:29'),(17,'IXBSSWPAG',1,1,1,1,3,28,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,6,0,'2020-11-06 14:25:10','0000-00-00 00:00:00',1,'2020-11-06 14:25:01','2020-11-06 14:25:23'),(18,'EFAGRIENI',1,1,1,1,3,30,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,7,0,'2020-11-06 14:27:09','0000-00-00 00:00:00',1,'2020-11-06 14:27:02','2020-11-06 14:27:17'),(19,'WGUVMOZIM',1,1,1,1,3,33,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,8,0,'2020-11-06 14:29:57','0000-00-00 00:00:00',1,'2020-11-06 14:29:49','2020-11-06 14:30:04'),(20,'RURINDQRQ',1,1,1,1,3,35,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,9,0,'2020-11-06 14:31:17','0000-00-00 00:00:00',1,'2020-11-06 14:31:10','2020-11-06 14:31:32'),(21,'FHGPIIDEO',1,1,1,1,3,37,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,10,0,'2020-11-06 14:33:07','0000-00-00 00:00:00',1,'2020-11-06 14:32:59','2020-11-06 14:33:14'),(22,'LXXWHRXPZ',1,1,1,1,3,39,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,11,0,'2020-11-06 14:38:54','0000-00-00 00:00:00',1,'2020-11-06 14:38:00','2020-11-06 14:43:11'),(23,'GGDSVTZSD',1,1,1,1,3,41,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,12,0,'2020-11-06 14:43:47','0000-00-00 00:00:00',1,'2020-11-06 14:43:39','2020-11-06 14:43:48'),(24,'USSNKPAWR',1,1,1,1,3,43,1,6,6,6,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,0.000000,57.440000,69.500000,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,'2020-11-06 14:47:02','2020-11-06 14:47:08'),(25,'YDUONDRGT',1,1,1,1,3,45,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,13,0,'2020-11-06 15:25:28','0000-00-00 00:00:00',1,'2020-11-06 15:22:42','2020-11-06 15:25:42'),(26,'TZRMAHBVN',1,1,1,1,3,47,1,6,6,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,14,0,'2020-11-06 15:27:36','0000-00-00 00:00:00',1,'2020-11-06 15:27:27','2020-11-06 15:27:36'),(27,'DNLEODIOM',1,1,1,1,3,49,1,6,6,26,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-06 15:29:20','2020-11-06 15:29:22'),(28,'DYPPDRMZN',1,1,1,1,3,50,1,6,6,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,15,0,'2020-11-06 15:40:53','0000-00-00 00:00:00',0,'2020-11-06 15:29:36','2020-11-06 17:01:51'),(29,'KAJRWHGQL',1,1,1,1,3,55,1,6,6,6,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-06 15:41:10','2020-11-06 15:58:17'),(30,'PZDCAJXOE',1,1,2,1,3,56,1,6,6,7,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,182.900000,182.900000,151.160000,182.900000,144.160000,174.430000,8.470000,8.470000,7.000000,21.000,0.000000,0.000000,0.000000,2,2,16,0,'2020-11-06 16:36:36','0000-00-00 00:00:00',0,'2020-11-06 16:36:04','2020-11-06 16:51:31'),(31,'RRXLFJNYC',1,1,1,1,3,58,1,6,6,7,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,104.930000,104.930000,86.720000,104.930000,86.720000,104.930000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,17,0,'2020-11-06 16:40:44','0000-00-00 00:00:00',0,'2020-11-06 16:40:30','2020-11-06 16:51:32'),(32,'TEQUAPZGC',1,1,1,1,3,60,1,6,6,7,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,104.930000,104.930000,86.720000,104.930000,86.720000,104.930000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,18,0,'2020-11-06 17:21:29','0000-00-00 00:00:00',0,'2020-11-06 17:21:02','2020-11-06 18:27:23'),(33,'SUSWOKDXA',1,1,1,1,3,62,1,6,6,7,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,104.930000,104.930000,86.720000,104.930000,86.720000,104.930000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,19,0,'2020-11-06 18:14:09','0000-00-00 00:00:00',0,'2020-11-06 18:13:48','2020-11-06 18:27:23'),(34,'FUQJYVGTM',1,1,1,1,3,65,1,7,7,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,20,0,'2020-11-12 14:59:27','0000-00-00 00:00:00',1,'2020-11-12 14:59:12','2020-11-12 14:59:27'),(35,'MBSDVHJAR',1,1,1,1,3,67,1,7,7,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,21,0,'2020-11-12 15:01:18','0000-00-00 00:00:00',1,'2020-11-12 15:01:06','2020-11-12 15:01:18'),(36,'IKLVMQHXW',1,1,1,1,3,69,1,7,7,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,22,0,'2020-11-12 15:06:40','0000-00-00 00:00:00',1,'2020-11-12 15:06:31','2020-11-12 15:06:40'),(37,'UPHADDOQD',1,1,1,1,3,71,1,8,8,26,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-12 17:25:02','2020-11-12 17:25:07'),(38,'RZHVXJDNX',1,1,1,1,3,73,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,23,0,'2020-11-13 09:42:13','0000-00-00 00:00:00',1,'2020-11-13 09:40:44','2020-11-13 09:42:21'),(39,'IKUYTONWP',1,1,1,1,3,75,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,24,0,'2020-11-13 09:44:39','0000-00-00 00:00:00',1,'2020-11-13 09:44:20','2020-11-13 09:46:36'),(40,'LOPTSTCVO',1,1,1,1,3,77,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,25,0,'2020-11-13 09:48:45','0000-00-00 00:00:00',1,'2020-11-13 09:47:49','2020-11-13 09:53:55'),(41,'MPJQLUAPV',1,1,1,1,3,79,1,8,8,26,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-13 11:48:45','2020-11-13 11:48:47'),(42,'JYDEZMZYH',1,1,1,1,3,80,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,26,0,'2020-11-13 11:49:55','0000-00-00 00:00:00',1,'2020-11-13 11:49:48','2020-11-13 11:49:55'),(43,'IQDUCILNO',1,1,1,1,3,72,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,0.000000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,27,0,'2020-11-13 13:54:28','0000-00-00 00:00:00',1,'2020-11-13 13:54:04','2020-11-13 13:55:46'),(44,'JCYTCCNUK',1,1,1,1,3,83,1,8,8,13,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-13 13:57:11','2020-11-13 14:01:03'),(45,'KZJDEKKMJ',1,1,1,1,3,85,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,28,0,'2020-11-13 14:10:01','0000-00-00 00:00:00',1,'2020-11-13 14:09:09','2020-11-13 14:10:13'),(46,'RQVCJHKCE',1,1,1,1,3,87,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,29,0,'2020-11-13 14:16:03','0000-00-00 00:00:00',1,'2020-11-13 14:15:50','2020-11-13 14:16:03'),(47,'TUJNZLKJW',1,1,1,1,3,89,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,30,0,'2020-11-13 14:28:53','0000-00-00 00:00:00',1,'2020-11-13 14:21:27','2020-11-13 14:28:53'),(48,'XELMALLTX',1,1,1,1,3,91,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,31,0,'2020-11-13 14:34:54','0000-00-00 00:00:00',1,'2020-11-13 14:33:54','2020-11-13 14:34:55'),(49,'TLBCOOBVM',1,1,1,2,3,93,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,32,0,'2020-11-13 14:41:24','0000-00-00 00:00:00',1,'2020-11-13 14:41:06','2020-11-13 14:41:31'),(50,'QMIQHSRNM',1,1,1,2,3,95,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,33,0,'2020-11-13 14:56:44','0000-00-00 00:00:00',1,'2020-11-13 14:56:31','2020-11-13 14:56:52'),(51,'NDWXYZZHY',1,1,1,1,4,96,1,9,9,2,'111de24ea422b1c6073d1aee588f2a4b','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,34,0,'2020-11-13 14:58:23','0000-00-00 00:00:00',1,'2020-11-13 14:58:10','2020-11-13 14:58:30'),(52,'JCTMVROMB',1,1,1,2,3,99,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,35,0,'2020-11-13 15:29:07','0000-00-00 00:00:00',1,'2020-11-13 15:28:59','2020-11-13 15:29:20'),(53,'AQCVWYOXX',1,1,1,2,3,101,1,8,8,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,36,0,'2020-11-13 17:18:42','0000-00-00 00:00:00',1,'2020-11-13 17:18:00','2020-11-13 17:18:49'),(54,'HFSHYRSGC',1,1,1,2,3,103,1,8,8,10,'5d0f760482c09e0dbb7301c0a0825249','Mokėjimas pavedimu',1.000000,'ps_wirepayment',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-19 09:55:29','2020-11-19 09:55:29'),(55,'BGZWDBGTN',1,1,1,2,3,104,1,11,11,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-19 10:03:29','2020-11-19 10:03:36'),(56,'YZLFSGNQD',1,1,1,2,3,106,1,12,12,37,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-19 10:14:14','2020-11-19 10:14:15'),(57,'UNDTAVVFX',1,1,1,2,3,107,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,37,0,'2020-11-19 10:48:58','0000-00-00 00:00:00',1,'2020-11-19 10:48:52','2020-11-19 10:48:58'),(58,'VGAQHNJYX',1,1,1,2,3,109,1,12,12,37,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-19 10:55:16','2020-11-19 10:57:58'),(59,'QWOSMPGIS',1,1,1,2,3,111,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,38,0,'2020-11-19 11:01:20','0000-00-00 00:00:00',1,'2020-11-19 11:01:08','2020-11-19 11:01:21'),(60,'VGCTTVCFX',1,1,1,2,3,113,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,39,0,'2020-11-19 11:12:31','0000-00-00 00:00:00',1,'2020-11-19 11:12:22','2020-11-19 11:12:31'),(61,'QGWUBKBXU',1,1,1,1,3,102,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,40,0,'2020-11-19 13:15:29','0000-00-00 00:00:00',1,'2020-11-19 13:15:20','2020-11-19 13:15:29'),(62,'CTJRBMVGO',1,1,1,2,3,116,1,10,10,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,41,0,'2020-11-19 13:38:20','0000-00-00 00:00:00',1,'2020-11-19 13:38:05','2020-11-19 13:38:20'),(63,'DVBCQUGBU',1,1,1,2,3,118,1,10,10,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,42,0,'2020-11-19 13:46:25','0000-00-00 00:00:00',1,'2020-11-19 13:46:02','2020-11-19 13:46:32'),(64,'CIOQJHXFK',1,1,1,2,3,120,1,10,10,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,43,0,'2020-11-19 13:55:48','0000-00-00 00:00:00',1,'2020-11-19 13:55:40','2020-11-19 13:55:56'),(65,'QZLYGMOBD',1,1,1,2,3,123,1,10,10,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,44,0,'2020-11-19 14:00:30','0000-00-00 00:00:00',0,'2020-11-19 14:00:23','2020-11-19 15:25:28'),(66,'MHXEUQFIW',1,1,1,2,3,125,1,10,10,7,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,45,0,'2020-11-19 14:06:54','0000-00-00 00:00:00',0,'2020-11-19 14:06:47','2020-11-19 14:20:26'),(67,'MGTBDKUMY',1,1,1,2,3,126,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,46,0,'2020-11-27 09:51:27','0000-00-00 00:00:00',1,'2020-11-27 09:27:35','2020-11-27 09:51:27'),(68,'AKNTYXYCV',1,1,1,2,3,128,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,47,0,'2020-11-27 09:54:00','0000-00-00 00:00:00',0,'2020-11-27 09:52:09','2020-11-27 09:54:00'),(69,'ATVKSBOIB',1,1,1,2,3,130,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,48,0,'2020-11-27 09:54:54','0000-00-00 00:00:00',0,'2020-11-27 09:54:19','2020-11-27 09:54:57'),(70,'TGKJULJVP',1,1,1,2,3,132,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-27 09:56:14','2020-11-27 09:56:19'),(71,'BWEBFBGPD',1,1,1,2,3,134,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,0.000000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,49,0,'2020-11-27 12:37:58','0000-00-00 00:00:00',1,'2020-11-27 12:37:50','2020-11-27 12:37:58'),(72,'DTMJSPGDZ',1,1,1,2,3,136,1,12,12,63,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-27 14:23:33','2020-11-27 14:23:35'),(73,'JPZIVKWEC',1,1,1,2,3,137,1,12,12,0,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-27 14:25:08','2020-11-27 14:25:08'),(74,'SOARCRBQZ',1,1,1,2,3,138,1,12,12,0,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-27 14:25:36','2020-11-27 14:25:36'),(75,'XMYUKGMMO',1,1,1,2,3,139,1,12,12,0,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-27 14:26:36','2020-11-27 14:26:36'),(76,'TCVXHFRBL',1,1,1,2,3,140,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-11-27 14:32:53','2020-11-27 14:32:59'),(77,'LWEFHXFES',1,1,1,2,3,142,1,12,12,67,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,50,0,'2020-11-27 15:06:30','0000-00-00 00:00:00',0,'2020-11-27 14:51:05','2020-11-27 15:25:57'),(78,'NOCYZIJHZ',1,1,1,2,3,144,1,12,12,67,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,51,0,'2020-11-27 15:28:41','0000-00-00 00:00:00',0,'2020-11-27 15:27:41','2020-11-27 15:30:46'),(79,'SIYZBSXLH',1,1,1,1,3,10,1,6,6,0,'5d0f760482c09e0dbb7301c0a0825249','Mollie',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-12-03 10:35:04','2020-12-03 10:35:04'),(80,'AJDWSTANU',1,1,1,2,3,146,1,12,12,0,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-12-03 10:38:43','2020-12-03 10:38:43'),(81,'MDPUKMEEQ',1,1,1,2,3,147,1,12,12,0,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-12-03 10:39:41','2020-12-03 10:39:41'),(82,'IDPVQAFLV',1,1,1,2,3,148,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,52,0,'2020-12-03 10:42:39','0000-00-00 00:00:00',0,'2020-12-03 10:42:30','2020-12-03 10:42:41'),(83,'JDVXHNHAM',1,1,1,2,3,122,1,10,10,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,53,0,'2020-12-03 10:46:33','0000-00-00 00:00:00',1,'2020-12-03 10:45:19','2020-12-03 10:46:40'),(84,'ZEHQFFGYO',1,1,1,2,3,150,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,54,0,'2020-12-03 10:51:45','0000-00-00 00:00:00',0,'2020-12-03 10:51:37','2020-12-03 10:51:47'),(85,'FZFKAZHQD',1,1,1,2,3,152,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,55,0,'2020-12-03 10:57:13','0000-00-00 00:00:00',0,'2020-12-03 10:57:08','2020-12-03 10:58:36'),(86,'OIJLBLZVL',1,1,1,2,3,154,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,56,0,'2020-12-03 11:01:32','0000-00-00 00:00:00',0,'2020-12-03 11:01:26','2020-12-03 11:03:52'),(87,'EQEPVBYRR',1,1,1,2,3,156,1,12,12,1,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,57,0,'2020-12-03 11:08:39','0000-00-00 00:00:00',0,'2020-12-03 11:08:33','2020-12-03 11:10:02'),(88,'KRFFBYVNG',1,1,1,2,3,158,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,58,0,'2020-12-03 11:15:08','0000-00-00 00:00:00',1,'2020-12-03 11:15:02','2020-12-03 11:30:15'),(89,'SYTCVYITB',1,1,1,2,3,160,1,12,12,66,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,59,0,'2020-12-03 11:31:22','0000-00-00 00:00:00',1,'2020-12-03 11:31:17','2020-12-03 11:31:29'),(90,'CJXBVDGZI',1,1,1,2,3,162,1,12,12,67,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,60,1,'2020-12-03 13:26:36','2020-12-03 13:26:36',1,'2020-12-03 12:06:30','2020-12-03 13:26:39'),(91,'QITLCVGIH',1,1,1,2,3,164,1,12,12,67,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,61,2,'2020-12-03 13:28:25','2020-12-03 13:33:55',1,'2020-12-03 13:27:41','2020-12-03 13:33:55'),(92,'HBOBGNBTV',1,1,1,2,3,167,1,10,10,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,62,0,'2020-12-04 14:04:50','0000-00-00 00:00:00',1,'2020-12-04 14:04:43','2020-12-04 14:04:58'),(93,'QCJRRWSTK',1,1,1,2,3,169,1,10,10,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-12-04 14:07:54','2020-12-04 14:08:07'),(94,'KWQQUZKWE',1,1,1,2,3,171,1,10,10,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-12-04 14:10:56','2020-12-04 14:11:08'),(95,'HLXWHFUCM',1,1,1,2,3,173,1,10,10,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,63,0,'2020-12-04 15:23:45','0000-00-00 00:00:00',1,'2020-12-04 15:23:40','2020-12-04 15:32:33'),(96,'CFNOLAKLN',1,1,1,2,3,174,1,12,12,75,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,0.000000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,64,3,'2020-12-10 09:38:49','2020-12-10 09:38:49',1,'2020-12-10 09:38:03','2020-12-10 09:38:49'),(97,'QXCPEALUJ',1,1,1,2,3,176,1,13,13,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2020-12-10 09:55:32','2020-12-10 10:13:03'),(98,'WQTVUPCMM',1,1,1,2,3,177,1,13,13,2,'5d0f760482c09e0dbb7301c0a0825249','Nemokamas užsakymas',1.000000,'free_order',0,0,'',0,'',34.750000,34.750000,28.720000,0.000000,0.000000,0.000000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,65,0,'2020-12-10 11:28:36','0000-00-00 00:00:00',1,'2020-12-10 11:28:32','2020-12-10 11:28:36'),(99,'EJVLNHOKN',1,1,1,2,3,179,1,12,12,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,66,0,'2020-12-10 13:26:53','0000-00-00 00:00:00',1,'2020-12-10 13:26:46','2020-12-10 13:27:02'),(100,'MGJHMSNHI',1,1,1,2,3,181,1,12,12,80,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,67,0,'2020-12-10 15:19:58','0000-00-00 00:00:00',1,'2020-12-10 15:19:50','2020-12-10 15:20:06'),(101,'WDOVXSCYA',1,1,1,2,3,183,1,12,12,81,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,68,4,'2020-12-10 15:22:10','2020-12-10 15:22:10',1,'2020-12-10 15:21:28','2020-12-10 15:22:10'),(102,'KRVZRCXXX',1,1,1,2,3,185,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,69,0,'2020-12-10 16:43:30','0000-00-00 00:00:00',1,'2020-12-10 16:43:20','2020-12-10 16:43:40'),(103,'GGUOBHJHP',1,1,1,2,3,191,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-07 12:37:47','2021-01-07 12:38:04'),(104,'AGMVOARRY',1,1,1,2,3,193,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-07 12:38:22','2021-01-07 12:38:34'),(105,'WMQGGUPKT',1,1,1,2,3,195,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-07 12:39:02','2021-01-07 12:55:04'),(106,'IIKJWEMPI',1,1,1,2,3,196,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-07 13:26:23','2021-01-07 13:43:03'),(107,'XQATDPZYE',1,1,1,2,3,197,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,60534.750000,60534.750000,50028.720000,0.000000,50028.720000,60534.750000,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,'2021-01-07 16:11:12','2021-01-07 16:11:25'),(108,'RQRYQVHBU',1,1,1,2,3,199,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','Giropay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,9680.000000,9680.000000,8000.000000,0.000000,8000.000000,9680.000000,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,'2021-01-07 17:04:23','2021-01-07 18:05:03'),(109,'PLVUJZLOV',1,1,1,2,3,201,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-08 09:24:18','2021-01-08 09:24:33'),(110,'MXPIFGMQJ',1,1,1,2,3,203,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-08 09:26:33','2021-01-08 09:43:07'),(111,'MTVKTDZTY',1,1,1,2,3,204,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-08 17:10:09','2021-01-08 17:27:08'),(112,'HAHSWSTMC',1,1,1,2,3,205,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-08 17:17:36','2021-01-08 17:34:06'),(113,'WEOQWVIZK',1,1,1,2,3,206,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-08 17:18:21','2021-01-08 17:35:04'),(114,'WWQJXHHHD',1,1,1,2,3,208,1,14,14,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,70,0,'2021-01-12 10:28:58','0000-00-00 00:00:00',0,'2021-01-12 10:28:49','2021-01-12 11:25:10'),(115,'UYCPCUXPU',1,1,1,1,3,210,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-12 10:37:11','2021-01-12 10:53:05'),(116,'ATMQGOJBG',1,1,1,1,3,211,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-12 10:40:56','2021-01-12 10:57:05'),(117,'CNBMPOIHQ',1,1,1,1,3,212,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-12 10:43:06','2021-01-12 11:00:04'),(118,'TCKWZWDIG',1,1,1,1,3,213,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-12 10:44:15','2021-01-12 11:01:03'),(119,'HVYDTDAOD',1,1,1,1,3,214,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-12 10:47:47','2021-01-12 11:04:03'),(120,'BJWPFXEZA',1,1,1,1,3,215,1,14,14,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,71,0,'2021-01-12 11:14:06','0000-00-00 00:00:00',0,'2021-01-12 11:14:00','2021-01-12 11:25:10'),(121,'SEQLQJLVN',1,1,1,2,3,217,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-14 10:14:42','2021-01-14 10:31:06'),(122,'QPDVZBKJW',1,1,1,2,3,218,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-14 10:17:21','2021-01-14 10:34:02'),(123,'HTNAJFRXL',1,1,1,2,3,219,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-14 10:42:21','2021-01-14 10:58:04'),(124,'ROLVSQJBJ',1,1,1,2,3,220,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,72,0,'2021-01-14 11:34:25','0000-00-00 00:00:00',1,'2021-01-14 11:34:14','2021-01-14 11:34:32'),(125,'YZDJBFQWY',1,2,1,2,5,222,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,73,0,'2021-01-14 13:20:29','0000-00-00 00:00:00',1,'2021-01-14 13:20:22','2021-01-14 13:20:36'),(126,'LPBTEHURR',1,2,1,2,5,224,1,16,16,6,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-14 13:21:49','2021-01-14 13:38:11'),(127,'WXHBTEFXM',1,1,1,2,3,226,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.750000,39.750000,33.720000,0.000000,28.720000,34.750000,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,'2021-01-15 14:51:39','2021-01-15 15:26:31'),(128,'ENTNYZZTB',1,1,1,2,3,230,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.130000,2.130000,1.950000,0.000000,1.950000,2.130000,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,'2021-01-22 12:09:34','2021-01-22 12:09:45'),(129,'QQLOXWEUO',1,1,1,2,3,232,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,7.800000,7.800000,7.160000,0.000000,7.160000,7.800000,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,'2021-01-22 12:15:52','2021-01-22 12:32:04'),(130,'ZHYFGENFT',1,1,1,2,3,233,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,33.150000,33.150000,30.410000,0.000000,30.410000,33.150000,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,'2021-01-22 12:16:58','2021-01-22 12:33:03'),(131,'ROEDCHVOM',1,1,4,2,3,234,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,21.650000,21.650000,19.410000,0.000000,15.410000,16.810000,4.840000,4.840000,4.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,'2021-01-22 12:36:14','2021-01-22 12:53:03'),(132,'AJVDVZIRN',1,1,5,2,3,235,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,20.810000,20.810000,18.720000,0.000000,15.410000,16.810000,4.000000,4.000000,3.310000,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,'2021-01-22 12:42:16','2021-01-22 12:59:04'),(133,'UPDEJTPVO',1,1,5,2,3,236,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,21.060000,21.060000,18.950000,0.000000,15.640000,17.060000,4.000000,4.000000,3.310000,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,'2021-01-22 13:17:20','2021-01-22 13:34:04'),(134,'ETQPIHLAH',1,1,1,2,3,238,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','ING Homepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-25 13:32:42','2021-01-25 13:32:44'),(135,'VETCGFIMP',1,1,1,2,3,239,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','ING Homepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-01-25 13:33:39','2021-01-25 13:33:41'),(136,'MFGELUXPE',1,1,1,1,6,241,1,17,17,141,'5fc766293f827aeae1fb6ad7a0d73954','ING Homepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,74,0,'2021-01-25 13:42:54','0000-00-00 00:00:00',0,'2021-01-25 13:42:44','2021-01-25 15:51:44'),(137,'MGFBWCEDT',1,1,1,2,3,240,1,14,14,4,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,75,5,'2021-01-25 16:07:03','2021-01-25 16:09:22',1,'2021-01-25 16:06:56','2021-01-25 16:09:22'),(138,'BBMSHGKWD',1,1,1,2,3,244,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,0.000000,58.000000,70.180000,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,'2021-01-25 16:20:24','2021-01-25 16:20:32'),(139,'ZQRVKOCEC',1,1,1,2,3,246,1,15,15,141,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,0.000000,58.000000,70.180000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,76,0,'2021-01-25 16:23:14','0000-00-00 00:00:00',0,'2021-01-25 16:22:47','2021-01-25 16:24:09'),(140,'MCJUTZAFK',1,1,1,2,3,248,1,14,14,4,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,77,6,'2021-01-25 16:27:43','2021-01-25 18:01:44',1,'2021-01-25 16:27:29','2021-01-25 18:01:44'),(141,'VTATBGQTJ',1,1,1,1,3,249,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,78,0,'2021-01-28 09:44:25','0000-00-00 00:00:00',1,'2021-01-28 09:44:13','2021-01-28 09:44:37'),(142,'QSMQQADCE',1,1,1,1,3,251,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,79,0,'2021-01-28 10:56:11','0000-00-00 00:00:00',1,'2021-01-28 10:56:01','2021-01-28 10:59:14'),(143,'DKOADTRHO',1,1,1,1,7,253,1,18,18,2,'dfd600ac5712793528e9c0580bae2676','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,80,0,'2021-01-28 13:32:47','0000-00-00 00:00:00',1,'2021-01-28 13:32:37','2021-01-28 13:37:30'),(144,'HQYAPJSWO',1,1,1,1,3,255,1,19,19,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.720000,28.720000,28.720000,0.000000,28.720000,28.720000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-01-28 14:08:17','2021-01-28 14:26:03'),(145,'MYSLOHNKZ',1,1,1,1,3,256,1,19,19,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.720000,28.720000,28.720000,0.000000,28.720000,28.720000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-01-28 14:10:01','2021-01-28 14:27:03'),(146,'LMCDNEMZI',1,1,1,1,3,257,1,19,19,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.720000,28.720000,28.720000,0.000000,28.720000,28.720000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-01-28 14:12:21','2021-01-28 14:30:04'),(147,'KROGBORZU',1,1,1,1,3,258,1,19,19,10,'5d0f760482c09e0dbb7301c0a0825249','Bank transfer',1.000000,'ps_wirepayment',0,0,'',0,'',0.000000,0.000000,0.000000,28.720000,28.720000,28.720000,0.000000,28.720000,28.720000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-01-28 17:32:26','2021-01-28 17:32:26'),(148,'NVKYOQUWR',1,1,1,1,3,260,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-02 09:33:55','2021-02-02 09:34:08'),(149,'UKCDXPCAA',1,1,1,1,3,262,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,81,0,'2021-02-02 10:36:46','0000-00-00 00:00:00',1,'2021-02-02 10:36:17','2021-02-02 10:37:07'),(150,'XOYXMKMRM',1,1,1,1,3,264,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-02 10:39:37','2021-02-02 10:39:37'),(151,'KYTEGTBOH',1,1,1,1,3,266,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2021-02-02 10:46:25','2021-02-02 10:46:25'),(152,'FKVVCBQDO',1,1,1,1,3,268,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2021-02-02 10:50:39','2021-02-02 10:50:39'),(153,'KAFFXGXEZ',1,1,1,1,3,270,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,82,0,'2021-02-02 15:32:34','0000-00-00 00:00:00',1,'2021-02-02 15:32:04','2021-02-02 15:33:05'),(154,'HFVBWPGKS',1,1,1,1,3,272,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-02 15:58:49','2021-02-02 17:08:37'),(155,'THCQYCZUH',1,1,1,1,3,274,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,83,0,'2021-02-02 17:10:32','0000-00-00 00:00:00',1,'2021-02-02 17:10:20','2021-02-02 17:10:43'),(156,'NJXRHCPJF',1,1,1,1,3,276,1,14,14,1,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,84,0,'2021-02-02 17:12:41','0000-00-00 00:00:00',0,'2021-02-02 17:12:28','2021-02-02 17:15:31'),(157,'HLDEYGDJY',1,1,1,1,3,279,1,14,14,1,'5d0f760482c09e0dbb7301c0a0825249','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-04 14:47:15','2021-02-04 14:47:15'),(158,'HCSAORADA',1,1,1,1,3,280,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,85,0,'2021-02-04 14:49:39','0000-00-00 00:00:00',1,'2021-02-04 14:49:32','2021-02-04 14:49:41'),(159,'ROXIJGNOE',1,1,1,1,3,282,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-04 15:01:24','2021-02-04 15:18:07'),(160,'MYIMTGUGS',1,1,1,1,3,283,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-04 15:02:25','2021-02-04 15:19:04'),(161,'DWMPALSSP',1,1,1,1,3,284,1,14,14,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,86,0,'2021-02-04 15:13:56','0000-00-00 00:00:00',1,'2021-02-04 15:13:07','2021-02-04 15:14:12'),(162,'FBDIJBZQL',1,1,1,1,3,286,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-04 15:19:06','2021-02-04 15:27:57'),(163,'SIJEAIJOB',1,1,1,1,3,288,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-04 15:29:04','2021-02-04 15:29:04'),(164,'TVZELXINU',1,1,1,1,3,290,1,14,14,139,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-02-04 15:50:01','2021-02-04 15:50:01'),(165,'FMJFFPUJN',1,1,1,1,3,292,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,87,0,'2021-02-04 16:00:55','0000-00-00 00:00:00',1,'2021-02-04 16:00:43','2021-02-04 16:02:38'),(166,'IIQCDTAYD',1,1,1,1,3,294,1,15,15,4,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,88,7,'2021-02-04 16:06:57','2021-02-04 16:08:40',1,'2021-02-04 16:06:51','2021-02-04 16:08:40'),(167,'RUTEZGVZA',1,1,1,1,3,296,1,15,15,141,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,89,0,'2021-02-04 16:13:37','0000-00-00 00:00:00',0,'2021-02-04 16:13:27','2021-02-04 16:14:40'),(168,'IESKJOMBL',1,1,1,1,3,298,1,15,15,141,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,90,8,'2021-02-04 16:15:35','2021-02-04 16:17:20',0,'2021-02-04 16:15:30','2021-02-04 16:17:20'),(169,'TUJRSXSUJ',1,1,6,1,3,303,3,22,22,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.599198,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,45.930000,45.930000,45.930000,45.930000,45.930000,45.930000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,91,0,'2021-02-18 13:33:28','0000-00-00 00:00:00',1,'2021-02-18 13:33:22','2021-02-18 13:33:30'),(170,'TDQGAHYBQ',1,1,6,1,3,305,1,22,22,4,'5d0f760482c09e0dbb7301c0a0825249','EPS',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,57.440000,57.440000,57.440000,57.440000,57.440000,57.440000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,92,9,'2021-02-18 15:00:09','2021-02-26 15:44:08',1,'2021-02-18 15:00:05','2021-02-26 15:44:08'),(171,'KDOINAEIW',1,1,6,1,3,307,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.400000,0.400000,0.370000,42.820000,42.820000,35.530000,42.820000,35.900000,43.220000,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,'2021-02-26 12:24:08','2021-02-26 15:25:04'),(172,'PQXNUAVJL',1,1,6,1,3,309,1,15,15,145,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,5.850000,5.850000,5.370000,5.850000,5.370000,5.850000,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,'2021-03-04 11:42:41','2021-03-04 11:42:44'),(173,'GVGLXEGCS',1,1,6,1,3,310,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.030000,70.030000,57.880000,70.030000,57.880000,70.030000,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,'2021-03-04 11:58:19','2021-03-04 11:58:43'),(174,'HOLPTERGT',1,1,5,1,3,312,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3549.150000,3549.150000,2933.190000,3549.150000,2929.880000,3545.150000,4.000000,4.000000,3.310000,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,'2021-03-04 12:37:42','2021-03-04 12:37:50'),(175,'HFWJCZRXA',1,1,5,1,3,314,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3549.150000,3549.150000,2933.190000,3549.150000,2929.880000,3545.150000,4.000000,4.000000,3.310000,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,'2021-03-04 12:44:26','2021-03-04 15:45:04'),(176,'PBDVAMSDN',1,1,5,1,3,315,1,15,15,145,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3549.150000,3549.150000,2933.190000,3549.150000,2929.880000,3545.150000,4.000000,4.000000,3.310000,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,'2021-03-04 15:36:01','2021-03-04 15:36:03'),(177,'RQHYOCPPF',1,1,5,1,3,317,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3549.150000,3549.150000,2933.190000,3549.150000,2929.880000,3545.150000,4.000000,4.000000,3.310000,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,'2021-03-04 15:38:12','2021-03-04 15:55:03'),(178,'ZLJCMECHI',1,1,5,1,3,319,1,15,15,145,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3549.150000,3549.150000,2933.190000,0.000000,2929.880000,3545.150000,4.000000,4.000000,3.310000,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,'2021-03-04 16:09:49','2021-03-04 16:09:49'),(179,'YZWTEHLXW',1,1,6,1,3,320,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,93,0,'2021-03-04 16:12:38','0000-00-00 00:00:00',1,'2021-03-04 16:11:04','2021-03-04 16:12:38'),(180,'VGRVLBTXP',1,1,6,1,3,322,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,94,0,'2021-03-04 16:14:12','0000-00-00 00:00:00',1,'2021-03-04 16:13:53','2021-03-04 16:14:13'),(181,'PDUEJDYCS',1,1,6,9,3,323,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2021-03-18 13:45:15','2021-03-18 14:34:09'),(182,'UUSBKIOFA',1,1,6,9,3,324,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,70.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,99,0,'2021-03-19 12:26:46','0000-00-00 00:00:00',1,'2021-03-18 13:50:37','2021-03-19 12:28:57'),(183,'ISPHVOEJF',1,1,6,1,3,326,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',3.510000,3.510000,2.900000,31.580000,31.580000,26.100000,31.580000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,95,0,'2021-03-18 14:33:45','0000-00-00 00:00:00',1,'2021-03-18 14:33:04','2021-03-18 14:33:45'),(184,'OQUTEIAFI',1,1,6,1,3,328,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Slice it.',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,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',1,'2021-03-18 15:28:14','2021-03-19 12:25:15'),(185,'WXGQTLDJK',1,1,6,1,3,329,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','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,96,0,'2021-03-19 11:06:49','0000-00-00 00:00:00',1,'2021-03-19 11:05:24','2021-03-19 11:06:49'),(186,'FWQAGOEJY',1,1,6,1,3,331,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,69.500000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,97,0,'2021-03-19 11:16:03','0000-00-00 00:00:00',0,'2021-03-19 11:15:27','2021-03-19 14:16:03'),(187,'YURGWWSTP',1,1,6,1,3,332,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,100,0,'2021-03-25 10:35:42','0000-00-00 00:00:00',1,'2021-03-25 10:35:33','2021-03-25 10:35:42'),(188,'UCAEQBBZK',1,1,6,1,3,334,1,15,15,4,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,69.500000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,101,10,'2021-03-25 10:37:40','2021-03-25 12:30:14',1,'2021-03-25 10:37:02','2021-03-25 12:30:14'),(189,'EYZOSHWHZ',1,1,6,1,3,335,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,102,11,'2021-03-25 12:32:38','2021-03-25 12:34:09',0,'2021-03-25 12:32:33','2021-03-25 12:34:11'),(190,'QSPTHCVDR',1,1,6,1,3,337,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'00340434165939399585',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,103,12,'2021-03-25 13:21:00','2021-03-25 13:22:43',0,'2021-03-25 13:20:53','2021-03-25 13:23:40'),(191,'ECHCWVQHH',1,1,6,1,3,339,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,104,13,'2021-03-25 13:25:28','2021-03-25 13:25:56',0,'2021-03-25 13:25:23','2021-03-25 13:25:57'),(192,'QZCKHXRIB',1,1,6,1,3,341,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'00340434165939399585',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,105,14,'2021-03-25 13:26:48','2021-03-25 13:27:22',0,'2021-03-25 13:26:43','2021-03-25 13:27:23'),(193,'LNDXFSFDN',1,1,6,1,3,343,1,15,15,156,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,106,0,'2021-03-25 16:08:49','0000-00-00 00:00:00',0,'2021-03-25 16:08:43','2021-03-25 16:40:25'),(194,'EOBDFRESO',1,1,6,1,3,344,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,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,'2021-04-01 14:49:42','2021-04-01 15:04:29'),(195,'AIWYANMZI',1,1,6,1,3,346,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,107,0,'2021-04-08 09:31:20','0000-00-00 00:00:00',0,'2021-04-08 09:31:12','2021-04-08 10:04:45'),(196,'KAXTCKNJT',1,1,6,1,3,348,1,15,15,157,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,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,'2021-04-08 10:07:36','2021-04-08 10:07:38'),(197,'OXXSCPBJJ',1,1,6,1,3,350,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,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,'2021-04-08 10:09:15','2021-04-08 10:09:25'),(198,'SBZDXQGDR',1,1,6,1,3,352,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,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,'2021-04-08 10:10:27','2021-04-08 10:28:03'),(199,'IBULQLRDW',1,1,6,1,3,354,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,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,'2021-04-08 10:14:25','2021-04-08 10:32:14'),(200,'FAQKKPGQQ',1,1,6,1,3,355,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.840000,69.840000,57.720000,69.840000,57.720000,69.840000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,108,0,'2021-04-08 10:18:52','0000-00-00 00:00:00',0,'2021-04-08 10:18:43','2021-04-08 10:18:52'),(201,'AGDUCWAGL',1,1,6,1,3,357,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,173.760000,173.760000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,109,15,'2021-04-08 13:14:25','2021-04-08 13:27:36',0,'2021-04-08 13:14:16','2021-04-08 13:40:35'),(202,'PTYQKEORK',1,1,6,1,3,359,1,15,15,149,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.000000,139.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,110,16,'2021-04-08 13:28:14','2021-04-08 13:28:55',1,'2021-04-08 13:28:07','2021-04-08 13:28:55'),(203,'MYDTGALIA',1,1,6,1,3,361,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,111,0,'2021-04-08 13:30:58','0000-00-00 00:00:00',0,'2021-04-08 13:30:52','2021-04-08 13:40:53'),(204,'OQTETONCT',1,1,6,1,3,363,1,15,15,159,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.000000,0.000000,0.000000,208.510000,0.000000,0.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,112,0,'2021-04-08 13:43:50','0000-00-00 00:00:00',0,'2021-04-08 13:43:44','2021-04-16 17:31:14'),(205,'CVAVCYVGR',1,1,6,1,3,365,1,15,15,7,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,312.760000,312.760000,258.480000,312.760000,258.480000,312.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,113,17,'2021-04-08 13:47:13','2021-04-08 13:47:48',0,'2021-04-08 13:47:08','2021-04-08 15:50:14'),(206,'GVDLGKQMA',1,1,6,1,3,367,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,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,'2021-04-08 15:09:17','2021-05-07 17:10:14'),(207,'YIEFGFVEM',1,1,6,1,3,368,1,15,15,157,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,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,'2021-04-08 15:50:42','2021-04-08 15:50:45'),(208,'XRZJEKRDS',1,1,6,1,3,369,1,15,15,3,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,114,18,'2021-04-08 15:54:02','2021-04-08 15:54:02',1,'2021-04-08 15:54:00','2021-04-08 15:54:14'),(209,'CZSKHTWHE',1,1,6,1,3,370,1,15,15,157,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,278.010000,278.010000,229.760000,0.000000,229.760000,278.010000,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,'2021-04-08 16:16:43','2021-04-08 16:16:45'),(210,'ZSATEMTPE',1,1,6,1,3,371,1,15,15,7,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.250000,105.250000,87.160000,105.250000,86.160000,104.250000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,115,0,'2021-04-08 16:19:39','0000-00-00 00:00:00',0,'2021-04-08 16:19:03','2021-04-08 16:30:26'),(211,'VZCWQZFQH',1,1,6,1,3,373,1,15,15,157,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-04-08 16:31:29','2021-04-08 16:31:31'),(212,'GUDFVFHEB',1,1,6,1,3,374,1,15,15,157,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-04-08 16:43:20','2021-04-08 16:43:23'),(213,'HWJSWAKCS',1,1,6,1,3,375,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,208.850000,208.850000,172.600000,208.850000,172.600000,208.850000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,116,0,'2021-04-15 14:51:16','0000-00-00 00:00:00',0,'2021-04-15 14:51:04','2021-04-15 14:51:20'),(214,'JZJJRRSFZ',1,1,6,1,3,376,1,15,15,161,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,173.760000,173.760000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,117,19,'2021-04-16 13:18:39','2021-04-16 13:19:07',1,'2021-04-16 13:18:31','2021-04-16 13:19:07'),(215,'DLERNYAAM',1,1,6,1,3,378,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,118,0,'2021-04-22 11:38:35','0000-00-00 00:00:00',1,'2021-04-22 11:38:02','2021-04-22 11:38:56'),(216,'ZXQAUOHMS',1,1,6,1,3,380,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.800000,28.800000,23.800000,28.800000,28.800000,34.850000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,119,0,'2021-04-22 11:42:50','0000-00-00 00:00:00',1,'2021-04-22 11:42:43','2021-04-22 12:11:25'),(217,'OMPQJXZHI',1,1,6,1,3,382,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,120,0,'2021-04-22 12:12:08','0000-00-00 00:00:00',0,'2021-04-22 12:12:01','2021-04-22 12:12:16'),(218,'KMFIFPZUD',1,1,6,1,3,384,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,121,0,'2021-04-22 12:12:55','0000-00-00 00:00:00',1,'2021-04-22 12:12:50','2021-04-22 12:13:07'),(219,'VQHMZIXVA',1,1,6,1,3,386,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,122,0,'2021-04-22 12:15:12','0000-00-00 00:00:00',1,'2021-04-22 12:15:03','2021-04-22 12:20:44'),(220,'WSTGEUOZV',1,1,6,1,3,388,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,123,0,'2021-04-22 12:21:19','0000-00-00 00:00:00',1,'2021-04-22 12:21:14','2021-04-22 12:21:29'),(221,'UEPLHCKTW',1,1,6,1,3,390,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,124,0,'2021-04-22 12:25:08','0000-00-00 00:00:00',1,'2021-04-22 12:25:04','2021-04-22 12:25:19'),(222,'GSXTRKSUR',1,1,6,1,3,392,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,125,0,'2021-04-22 12:26:23','0000-00-00 00:00:00',1,'2021-04-22 12:26:18','2021-04-22 12:26:31'),(223,'NZORHIJPV',1,1,6,1,3,394,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',6.050000,6.050000,5.000000,28.700000,28.700000,23.720000,28.700000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,126,0,'2021-04-22 12:27:23','0000-00-00 00:00:00',1,'2021-04-22 12:27:19','2021-04-22 12:27:31'),(224,'WYIPYZPUA',1,2,6,1,5,396,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,173.760000,173.760000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,127,0,'2021-04-30 10:57:44','0000-00-00 00:00:00',1,'2021-04-30 10:57:37','2021-04-30 10:58:12'),(225,'FDAZKZBXK',1,1,6,1,3,395,1,15,15,156,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,208.510000,208.510000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,128,0,'2021-04-30 10:57:58','0000-00-00 00:00:00',0,'2021-04-30 10:57:53','2021-04-30 12:15:14'),(226,'YALYRWPYV',1,2,6,1,5,399,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,129,0,'2021-04-30 10:58:58','0000-00-00 00:00:00',1,'2021-04-30 10:58:47','2021-04-30 10:59:05'),(227,'CIUEAQJCP',1,2,6,1,5,401,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,130,0,'2021-04-30 12:01:30','0000-00-00 00:00:00',1,'2021-04-30 12:01:23','2021-04-30 12:01:37'),(228,'XMIIBMWUS',1,2,6,1,5,403,1,16,16,156,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,131,0,'2021-04-30 12:05:34','0000-00-00 00:00:00',0,'2021-04-30 12:05:27','2021-04-30 12:50:22'),(229,'BYCVTXURN',1,2,6,1,5,405,1,16,16,157,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-04-30 13:46:07','2021-04-30 13:46:08'),(230,'VUYIGFONX',1,1,6,1,3,407,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','IDEAL via Stripe',1.000000,'stripe_official',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,132,0,'2021-05-06 12:51:38','0000-00-00 00:00:00',0,'2021-05-06 12:51:34','2021-05-06 12:51:45'),(231,'MYIIIELNV',1,1,6,1,3,408,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','IDEAL via Stripe',1.000000,'stripe_official',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,133,0,'2021-05-06 12:56:28','0000-00-00 00:00:00',1,'2021-05-06 12:56:27','2021-05-06 12:56:28'),(232,'IFWQSVLGV',1,1,6,1,3,410,1,15,15,156,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,134,0,'2021-05-07 10:18:10','0000-00-00 00:00:00',0,'2021-05-07 10:17:56','2021-05-07 10:30:09'),(233,'KCLRIYZED',1,1,6,1,3,411,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,135,0,'2021-05-13 14:40:15','0000-00-00 00:00:00',1,'2021-05-13 14:39:51','2021-05-13 14:40:21'),(234,'QSVGJNWEV',1,1,6,1,3,413,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,136,0,'2021-05-13 14:43:10','0000-00-00 00:00:00',1,'2021-05-13 14:43:02','2021-05-13 14:43:16'),(235,'MDIUHOFJQ',1,1,6,1,3,414,1,23,23,149,'5d0f760482c09e0dbb7301c0a0825249','Slice it.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,173.760000,173.760000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,137,20,'2021-05-20 14:13:14','2021-05-20 14:15:51',1,'2021-05-20 14:13:08','2021-05-20 14:15:51'),(236,'SLJWCGSOU',1,1,6,1,3,416,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.950000,139.950000,115.660000,139.950000,115.660000,139.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,138,0,'2021-05-20 14:21:20','0000-00-00 00:00:00',0,'2021-05-20 14:21:10','2021-06-17 14:25:07'),(237,'QTGIZBFLL',1,1,6,1,3,418,1,15,15,156,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,139,0,'2021-05-20 14:24:03','0000-00-00 00:00:00',0,'2021-05-20 14:23:57','2021-05-20 14:35:17'),(238,'YERVZMBQZ',1,1,6,1,3,420,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.840000,69.840000,57.720000,69.840000,57.720000,69.840000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,140,0,'2021-05-20 14:26:08','0000-00-00 00:00:00',0,'2021-05-20 14:26:01','2021-05-20 14:26:12'),(239,'LFFOCMWKQ',1,1,6,1,3,422,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,0.000000,58.000000,70.180000,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,'2021-05-20 14:31:41','2021-05-20 17:32:06'),(240,'DPIHQVKRV',1,1,6,1,3,423,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,245.260000,245.260000,202.700000,245.260000,202.700000,245.260000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,141,0,'2021-05-20 14:53:07','0000-00-00 00:00:00',0,'2021-05-20 14:52:59','2021-05-20 14:53:10'),(241,'IZSABIRJH',1,2,6,1,5,424,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,142,0,'2021-05-21 11:45:41','0000-00-00 00:00:00',1,'2021-05-21 11:45:28','2021-05-21 11:45:49'),(242,'JYVTJTISB',1,1,5,1,3,425,1,15,15,174,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.750000,38.750000,32.030000,38.750000,28.720000,34.750000,4.000000,4.000000,3.310000,21.000,0.000000,0.000000,0.000000,2,2,143,0,'2021-06-03 10:10:05','0000-00-00 00:00:00',0,'2021-06-03 10:09:57','2021-06-03 10:10:35'),(243,'ICIQJBFBM',1,1,6,1,3,427,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,173.760000,173.760000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,144,0,'2021-06-03 10:17:45','0000-00-00 00:00:00',0,'2021-06-03 10:17:39','2021-07-01 11:32:14'),(244,'XPYJBWTPE',1,1,6,1,3,429,1,15,15,177,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,104.250000,104.250000,86.160000,104.250000,86.160000,104.250000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,145,21,'2021-06-03 10:25:06','2021-06-10 09:37:39',1,'2021-06-03 10:23:53','2021-06-10 09:37:39'),(245,'AWIRJVPMF',1,2,6,1,5,430,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,146,0,'2021-06-04 16:09:40','0000-00-00 00:00:00',1,'2021-06-04 16:01:10','2021-06-04 16:09:40'),(246,'AOZBQLFVM',1,2,6,1,5,432,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,147,0,'2021-06-04 16:16:30','0000-00-00 00:00:00',1,'2021-06-04 16:11:05','2021-06-04 16:16:30'),(247,'ZLPOBVPQL',1,2,6,1,5,434,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,148,0,'2021-06-04 16:19:08','0000-00-00 00:00:00',1,'2021-06-04 16:17:41','2021-06-04 16:19:14'),(248,'NLNCLSJPW',1,1,6,1,3,437,1,15,15,177,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.000000,139.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,149,22,'2021-06-10 09:45:58','2021-06-10 11:50:00',1,'2021-06-10 09:45:51','2021-06-10 11:50:00'),(249,'AQYYVEEDV',1,1,6,1,3,439,1,15,15,176,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,208.510000,208.510000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,150,0,'2021-06-10 11:18:00','0000-00-00 00:00:00',1,'2021-06-10 11:17:51','2021-06-10 11:18:06'),(250,'EXESNDQSM',1,1,6,1,3,261,1,14,14,6,'5d0f760482c09e0dbb7301c0a0825249','Mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,0.000000,28.720000,34.750000,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,'2021-06-17 14:55:21','2021-06-17 15:12:08'),(251,'XUWUCDHTX',1,1,0,1,3,447,1,23,23,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,10.890000,10.890000,9.000000,0.000000,9.000000,10.890000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-07-08 10:47:35','2021-07-08 10:50:38'),(252,'NUQDRUNUR',1,1,0,1,3,449,1,23,23,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,10.890000,10.890000,9.000000,0.000000,9.000000,10.890000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-07-08 15:19:18','2021-07-08 15:36:06'),(253,'QVRXFXQNI',1,1,0,4,3,451,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,59.450000,59.450000,50.000000,59.450000,45.000000,54.450000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,151,0,'2021-07-09 13:09:18','0000-00-00 00:00:00',1,'2021-07-09 13:09:05','2021-07-27 12:39:08'),(254,'UUNRVCZGU',1,1,6,4,3,453,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,104.250000,104.250000,86.160000,104.250000,86.160000,104.250000,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',1,'2021-07-27 11:57:16','2021-07-27 11:57:30'),(255,'EZOZZCXYI',1,1,6,4,3,455,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.000000,139.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,152,0,'2021-07-27 12:02:05','0000-00-00 00:00:00',1,'2021-07-27 12:02:00','2021-07-27 12:02:09'),(256,'UXYQYAMYD',1,1,6,4,3,457,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.000000,139.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,153,0,'2021-07-27 12:46:04','0000-00-00 00:00:00',1,'2021-07-27 12:44:00','2021-07-27 12:49:36'),(257,'CGUWMMOIO',1,1,6,4,3,459,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,208.510000,208.510000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,154,0,'2021-07-27 12:51:21','0000-00-00 00:00:00',1,'2021-07-27 12:50:42','2021-07-27 12:51:26'),(258,'VTLMXDYNY',1,1,6,4,3,461,1,25,25,162,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,208.510000,208.510000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,155,0,'2021-07-27 12:55:02','0000-00-00 00:00:00',0,'2021-07-27 12:54:58','2021-07-27 12:59:19'),(259,'QAVADSEUA',1,1,6,4,3,463,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,208.510000,208.510000,172.320000,208.510000,172.320000,208.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,156,0,'2021-07-27 12:56:36','0000-00-00 00:00:00',1,'2021-07-27 12:56:05','2021-07-27 13:01:08'),(260,'KDVZKZLLD',1,1,6,4,3,465,1,25,25,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,173.760000,173.760000,143.600000,173.760000,143.600000,173.760000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,157,0,'2021-07-27 13:03:13','0000-00-00 00:00:00',1,'2021-07-27 13:03:09','2021-07-27 13:03:21'),(261,'ILVECUINI',1,1,6,4,3,466,1,25,25,7,'5d0f760482c09e0dbb7301c0a0825249','Slice it.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.000000,139.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,158,0,'2021-07-29 09:37:47','0000-00-00 00:00:00',0,'2021-07-29 09:37:42','2021-07-29 09:50:08'),(262,'FWPBHDLRA',1,1,6,4,3,468,1,25,25,7,'5d0f760482c09e0dbb7301c0a0825249','Slice it.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.000000,139.000000,114.880000,139.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,159,0,'2021-07-29 09:39:43','0000-00-00 00:00:00',0,'2021-07-29 09:39:39','2021-07-29 09:55:06'),(263,'IEOKSVYTA',1,1,5,1,3,475,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,73.500000,73.500000,60.750000,0.000000,57.440000,69.500000,4.000000,4.000000,3.310000,21.000,0.000000,0.000000,0.000000,2,2,160,0,'2021-07-29 16:27:21','0000-00-00 00:00:00',0,'2021-07-29 16:26:52','2021-08-26 15:45:04'),(264,'CJPGFTRSS',1,1,6,1,3,476,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,161,0,'2021-07-30 09:14:55','0000-00-00 00:00:00',0,'2021-07-30 09:14:55','2021-07-30 09:15:33'),(265,'MJBMFRLQS',1,1,6,1,3,477,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,162,0,'2021-07-30 09:16:50','0000-00-00 00:00:00',0,'2021-07-30 09:16:50','2021-08-27 09:20:12'),(266,'RLUAFOPTO',1,1,6,1,3,478,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.500000,69.500000,57.440000,69.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,163,0,'2021-07-30 09:43:20','0000-00-00 00:00:00',0,'2021-07-30 09:43:17','2021-08-27 09:30:04'),(267,'BTUUWGVIO',1,1,6,1,3,479,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,164,0,'2021-07-30 09:48:08','0000-00-00 00:00:00',1,'2021-07-30 09:47:46','2021-07-30 09:48:09'),(268,'JURMMGUTX',1,1,6,1,3,480,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,165,0,'2021-07-30 09:50:47','0000-00-00 00:00:00',0,'2021-07-30 09:50:47','2021-08-27 09:55:04'),(269,'SIVTHMBGH',1,1,6,1,3,481,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,166,0,'2021-07-30 10:02:36','0000-00-00 00:00:00',1,'2021-07-30 10:02:29','2021-07-30 10:02:36'),(270,'HSRHXDBVU',1,1,6,1,3,482,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,167,0,'2021-07-30 11:25:52','0000-00-00 00:00:00',1,'2021-07-30 11:25:48','2021-07-30 11:25:52'),(271,'THHTRCPIR',1,1,6,1,3,483,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,168,0,'2021-07-30 11:32:23','0000-00-00 00:00:00',1,'2021-07-30 11:32:22','2021-07-30 11:32:23'),(272,'DMCEIAEWL',1,1,6,1,3,484,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,169,0,'2021-07-30 11:38:13','0000-00-00 00:00:00',0,'2021-07-30 11:38:12','2021-08-27 11:40:07'),(273,'VTITFJMRY',1,1,6,1,3,485,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,170,0,'2021-07-30 11:41:32','0000-00-00 00:00:00',0,'2021-07-30 11:41:31','2021-08-27 11:45:04'),(274,'NPWLVOAUV',1,1,6,1,3,486,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,171,0,'2021-07-30 11:47:25','0000-00-00 00:00:00',0,'2021-07-30 11:47:25','2021-08-27 11:50:05'),(275,'AGAQKRIFY',1,1,6,1,3,487,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,172,0,'2021-07-30 11:51:50','0000-00-00 00:00:00',0,'2021-07-30 11:51:49','2021-08-27 11:50:06'),(276,'ZBHRBUPCG',1,1,6,1,3,488,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,173,0,'2021-07-30 12:25:22','0000-00-00 00:00:00',0,'2021-07-30 12:25:22','2021-08-27 12:30:05'),(277,'FKUQSKFZO',1,1,6,1,3,489,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,174,0,'2021-07-30 12:26:25','0000-00-00 00:00:00',1,'2021-07-30 12:26:25','2021-07-30 12:26:34'),(278,'WZUVOTREH',1,1,6,1,3,490,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,175,0,'2021-07-30 12:28:58','0000-00-00 00:00:00',1,'2021-07-30 12:28:58','2021-07-30 12:29:07'),(279,'EOPMGXLWY',1,1,6,1,3,491,1,25,25,7,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,176,23,'2021-07-30 12:53:04','2021-07-30 15:26:21',0,'2021-07-30 12:53:04','2021-07-30 15:48:03'),(280,'SIDGBSDLU',1,1,6,1,3,492,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,177,0,'2021-07-30 15:46:03','0000-00-00 00:00:00',1,'2021-07-30 15:46:03','2021-07-30 15:46:13'),(281,'BYYOYXELL',1,1,6,1,3,493,1,25,25,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,178,0,'2021-07-30 16:09:58','0000-00-00 00:00:00',0,'2021-07-30 16:09:58','2021-08-27 16:10:05'),(282,'QOCNLXXMD',1,1,6,1,3,494,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,179,0,'2021-07-30 16:13:51','0000-00-00 00:00:00',1,'2021-07-30 16:13:48','2021-07-30 16:14:01'),(283,'IDZCJYHPD',1,1,6,1,3,495,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,28.720000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,180,0,'2021-07-30 16:16:50','0000-00-00 00:00:00',1,'2021-07-30 16:15:43','2021-07-30 16:17:32'),(284,'IKZRWTCQY',1,1,6,1,3,496,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,181,0,'2021-07-30 16:38:50','0000-00-00 00:00:00',1,'2021-07-30 16:38:49','2021-07-30 16:39:10'),(285,'PBBFBHRAG',1,1,6,1,3,497,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,182,0,'2021-08-05 11:26:56','0000-00-00 00:00:00',1,'2021-08-05 11:26:56','2021-08-05 11:27:06'),(286,'QEKODFYSU',1,1,6,1,3,498,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,183,0,'2021-08-05 11:34:13','0000-00-00 00:00:00',1,'2021-08-05 11:34:12','2021-08-05 11:34:22'),(287,'GWGNSZPLL',1,1,6,1,3,499,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,184,0,'2021-08-05 12:03:06','0000-00-00 00:00:00',1,'2021-08-05 12:03:06','2021-08-05 12:03:15'),(288,'BNRPGLKOS',1,1,6,1,3,500,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,185,0,'2021-08-05 12:05:05','0000-00-00 00:00:00',1,'2021-08-05 12:05:05','2021-08-05 12:05:24'),(289,'UWKHVASLY',1,1,6,1,3,501,1,25,25,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,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',1,'2021-08-05 12:17:23','2021-08-05 12:17:38'),(290,'XXRVGICFP',1,1,6,1,3,502,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,0.000000,28.720000,34.750000,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',1,'2021-08-05 12:21:25','2021-08-05 12:25:58'),(291,'KRIREWJIR',1,1,6,1,3,503,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,0.000000,28.720000,34.750000,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',1,'2021-08-05 12:27:26','2021-08-05 12:28:59'),(292,'UXLCTNCVI',1,1,6,1,3,504,1,25,25,186,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,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,'2021-08-05 12:29:30','2021-08-05 12:29:38'),(293,'RWBMZUHMI',1,1,6,1,3,505,1,15,15,186,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,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,'2021-08-05 12:31:57','2021-08-05 12:32:05'),(294,'OXFIFEKEX',1,1,6,1,3,506,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,191,0,'2021-08-05 12:33:46','0000-00-00 00:00:00',1,'2021-08-05 12:33:45','2021-08-05 12:33:53'),(295,'UUYIRNOAB',1,1,6,1,3,507,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,192,0,'2021-08-05 12:36:55','0000-00-00 00:00:00',1,'2021-08-05 12:36:55','2021-08-05 12:37:00'),(296,'DJHHQYUFA',1,1,6,1,3,508,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,193,0,'2021-08-05 12:38:25','0000-00-00 00:00:00',1,'2021-08-05 12:38:21','2021-08-05 12:38:30'),(297,'ARHHPBCAY',1,1,6,1,3,509,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,76.450000,76.450000,64.390000,76.450000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,194,0,'2021-08-05 15:37:40','0000-00-00 00:00:00',1,'2021-08-05 15:37:23','2021-08-05 15:37:40'),(298,'QOBJKXUNA',1,1,6,1,3,510,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,195,0,'2021-08-05 15:38:35','0000-00-00 00:00:00',1,'2021-08-05 15:38:35','2021-08-05 15:38:35'),(299,'MYKTHLYYE',1,1,6,1,3,511,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,196,0,'2021-08-05 15:40:47','0000-00-00 00:00:00',1,'2021-08-05 15:40:00','2021-08-05 15:41:11'),(300,'DSGVVFBNB',1,1,6,1,9,514,1,26,26,2,'904104e855d4094cae2982e5e2f67e0f','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.110000,0.110000,0.090000,0.110000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,197,0,'2021-08-05 15:55:51','0000-00-00 00:00:00',1,'2021-08-05 15:55:49','2021-08-05 15:55:55'),(301,'ZQLCHVKLW',1,1,6,1,3,512,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.310000,0.310000,0.260000,0.310000,0.240000,0.290000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,198,0,'2021-08-05 15:56:09','0000-00-00 00:00:00',0,'2021-08-05 15:56:05','2021-08-05 15:56:13'),(302,'XRNDPBMMN',1,1,6,1,3,515,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,199,0,'2021-08-05 16:03:45','0000-00-00 00:00:00',1,'2021-08-05 16:03:45','2021-08-05 16:03:50'),(303,'YCWYKTFXN',1,1,6,1,3,516,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,28.720000,34.750000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,200,0,'2021-08-06 09:53:09','0000-00-00 00:00:00',1,'2021-08-06 09:53:08','2021-08-06 09:53:14'),(304,'JRVVVSXNA',1,1,6,1,3,517,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,201,0,'2021-08-06 11:32:54','0000-00-00 00:00:00',1,'2021-08-06 11:32:54','2021-08-06 11:32:59'),(305,'MKWYMSADV',1,1,6,1,3,518,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.750000,34.750000,22.640000,34.750000,57.660000,69.770000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,202,0,'2021-08-06 11:44:49','0000-00-00 00:00:00',1,'2021-08-06 11:44:48','2021-08-06 11:44:53'),(306,'BLZFKZNVV',1,1,6,1,3,519,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,76.450000,76.450000,64.390000,76.450000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,203,0,'2021-08-06 13:28:30','0000-00-00 00:00:00',0,'2021-08-06 13:28:18','2021-08-13 10:38:21'),(307,'BOFBEMXNS',1,1,6,1,3,521,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,144.530000,144.530000,120.320000,144.530000,115.320000,139.530000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,204,0,'2021-08-09 16:34:00','0000-00-00 00:00:00',1,'2021-08-09 16:33:57','2021-08-09 16:34:06'),(308,'ZPDZAMWSL',1,1,6,1,3,522,1,15,15,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,74.500000,74.500000,62.440000,74.500000,57.440000,69.500000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,205,0,'2021-08-10 10:35:59','0000-00-00 00:00:00',0,'2021-08-10 10:35:58','2021-08-10 10:55:13'),(310,'EEVQTXPMQ',1,1,6,5,3,525,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,74.770000,74.770000,62.660000,74.770000,57.660000,69.770000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,207,0,'2021-08-12 18:11:20','0000-00-00 00:00:00',1,'2021-08-12 18:11:16','2021-08-12 18:11:25'),(311,'NWDKCLYWY',1,1,6,1,3,526,1,15,15,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,144.000000,144.000000,119.880000,144.000000,114.880000,139.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,208,0,'2021-08-13 10:13:31','0000-00-00 00:00:00',0,'2021-08-13 10:13:30','2021-08-13 10:15:06'),(312,'SKLFJWYMO',1,1,6,1,3,527,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,38.220000,38.220000,32.190000,38.220000,28.720000,34.750000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,209,0,'2021-08-13 10:14:06','0000-00-00 00:00:00',1,'2021-08-13 10:14:06','2021-08-13 10:14:10'),(313,'JZARTAZLS',1,1,6,1,3,528,1,15,15,186,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.000000,0.080000,0.100000,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,'2021-09-02 09:36:38','2021-09-02 09:36:40'),(314,'LRDMKQWTT',1,1,6,1,3,529,1,15,15,186,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.000000,0.080000,0.100000,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,'2021-09-02 09:41:18','2021-09-02 09:41:20'),(315,'LUMFKLPOL',1,1,6,1,3,530,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,210,0,'2021-09-02 09:43:43','0000-00-00 00:00:00',1,'2021-09-02 09:43:38','2021-09-02 09:43:48'),(316,'TAWDBMOLE',1,1,6,1,3,531,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.110000,0.110000,0.090000,0.110000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,211,0,'2021-09-02 09:45:26','0000-00-00 00:00:00',0,'2021-09-02 09:45:24','2021-09-02 09:45:40'),(317,'XONSGKHRY',1,1,6,1,3,532,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.200000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,212,0,'2021-09-02 09:47:36','0000-00-00 00:00:00',0,'2021-09-02 09:47:14','2021-09-02 09:48:02'),(318,'NJVQETRDH',1,1,6,1,3,533,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,213,0,'2021-09-02 09:51:37','0000-00-00 00:00:00',1,'2021-09-02 09:51:17','2021-09-02 09:51:42'),(319,'ASBRNFDNY',1,1,6,1,3,534,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.100000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,214,0,'2021-09-02 09:55:07','0000-00-00 00:00:00',1,'2021-09-02 09:55:05','2021-09-02 09:55:11'),(320,'SPQOZRKPM',1,1,6,1,3,535,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.190000,0.190000,0.160000,0.190000,0.160000,0.190000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,215,0,'2021-09-02 09:57:17','0000-00-00 00:00:00',1,'2021-09-02 09:57:13','2021-09-02 09:57:21'),(321,'AUNXAIALE',1,1,6,1,3,536,1,15,15,12,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.190000,0.190000,0.160000,0.000000,0.160000,0.190000,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,'2021-09-02 10:00:07','2021-09-02 10:00:20'),(322,'NGMAOKPSF',1,1,6,1,3,537,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.190000,0.190000,0.160000,0.190000,0.160000,0.190000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,216,0,'2021-09-02 10:03:51','0000-00-00 00:00:00',1,'2021-09-02 10:02:35','2021-09-02 10:03:57'),(323,'WYVETIZMZ',1,1,6,1,3,538,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.190000,0.190000,0.160000,0.000000,0.160000,0.190000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,217,0,'2021-09-02 10:07:25','0000-00-00 00:00:00',0,'2021-09-02 10:06:39','2021-09-02 10:07:30'),(324,'FHJAKELBJ',1,1,6,1,3,539,1,15,15,186,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.000000,0.080000,0.100000,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,'2021-09-02 10:09:01','2021-09-02 10:09:04'),(325,'IVNLIJUFJ',1,1,6,1,3,540,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.000000,0.080000,0.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,218,0,'2021-09-02 10:11:00','0000-00-00 00:00:00',1,'2021-09-02 10:10:58','2021-09-02 10:11:05'),(326,'DOZCLSIXT',1,1,6,3,3,541,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,219,0,'2021-09-02 11:56:54','0000-00-00 00:00:00',0,'2021-09-02 11:56:45','2021-09-02 11:56:59'),(327,'DEHEQQSCC',1,1,6,1,3,542,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,220,0,'2021-09-21 11:13:24','0000-00-00 00:00:00',0,'2021-09-21 11:13:20','2021-09-21 11:13:28'),(328,'UXXHFVXEQ',1,1,6,1,3,543,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,221,0,'2021-09-21 11:14:12','0000-00-00 00:00:00',1,'2021-09-21 11:14:12','2021-09-21 11:14:17'),(329,'FVQQOAASZ',1,1,6,1,3,544,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,222,0,'2021-09-21 13:17:48','0000-00-00 00:00:00',0,'2021-09-21 13:17:44','2021-09-21 13:17:52'),(330,'CBGJNJNXM',1,1,6,1,3,545,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,0.000000,58.000000,70.180000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,223,0,'2021-09-22 14:24:07','0000-00-00 00:00:00',0,'2021-09-22 14:23:23','2021-09-22 14:24:12'),(331,'YSUAFBBOX',1,1,6,1,3,546,1,15,15,188,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,224,0,'2021-09-22 14:25:14','0000-00-00 00:00:00',0,'2021-09-22 14:25:14','2021-09-22 14:41:05'),(332,'QEGRBHNQO',1,1,6,1,3,547,1,15,15,188,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,225,0,'2021-09-22 14:42:21','0000-00-00 00:00:00',0,'2021-09-22 14:42:16','2021-09-22 14:43:11'),(333,'GFTSLROLG',1,1,6,1,3,550,1,15,15,188,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,0.000000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,226,0,'2021-09-22 17:28:55','0000-00-00 00:00:00',0,'2021-09-22 17:28:50','2021-09-23 15:00:24'),(334,'PRGKDHHDS',1,1,6,1,3,552,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',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,227,0,'2021-09-22 17:38:29','0000-00-00 00:00:00',1,'2021-09-22 17:38:28','2021-09-22 17:38:35'),(335,'CVGPIHZPZ',1,1,6,1,3,553,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,228,0,'2021-09-23 10:58:52','0000-00-00 00:00:00',1,'2021-09-23 10:58:51','2021-09-23 10:58:57'),(336,'ZYLKAZIKJ',1,1,6,4,3,554,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,229,0,'2021-09-23 11:02:07','0000-00-00 00:00:00',1,'2021-09-23 11:02:04','2021-09-23 11:02:13'),(337,'BVTBBQIOS',1,1,6,1,3,556,1,15,15,188,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,245.630000,245.630000,203.000000,0.000000,203.000000,245.630000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,230,0,'2021-09-23 14:52:05','0000-00-00 00:00:00',0,'2021-09-23 14:52:00','2021-09-23 14:52:57'),(338,'HPCIREOES',1,1,6,1,3,557,1,15,15,188,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,13.650000,13.650000,12.520000,0.000000,12.520000,13.650000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,231,0,'2021-09-23 15:11:03','0000-00-00 00:00:00',0,'2021-09-23 15:11:02','2021-09-23 15:29:22'),(339,'JIBCUJXOU',1,1,6,1,3,558,1,15,15,7,'5d0f760482c09e0dbb7301c0a0825249','Giropay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,11.700000,11.700000,10.730000,0.000000,10.730000,11.700000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,232,0,'2021-09-23 15:30:52','0000-00-00 00:00:00',0,'2021-09-23 15:30:52','2021-09-23 15:45:13'),(340,'UKVPIQNVU',1,1,6,4,3,559,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,0.000000,145.000000,175.450000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,233,0,'2021-09-25 11:25:02','0000-00-00 00:00:00',0,'2021-09-25 11:25:01','2021-09-25 11:25:58'),(341,'AYVZOAMIQ',1,1,6,4,3,560,1,15,15,189,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.940000,40.940000,34.370000,0.000000,34.370000,40.940000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,234,0,'2021-09-25 11:32:06','0000-00-00 00:00:00',1,'2021-09-25 11:32:05','2021-09-25 11:32:10'),(342,'BYLPSBCUS',1,1,6,4,3,561,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,0.000000,58.000000,70.180000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,235,0,'2021-10-07 09:31:48','0000-00-00 00:00:00',0,'2021-10-07 09:31:42','2021-11-05 10:35:09'),(343,'SGXBJBQKP',1,1,6,4,3,562,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,236,0,'2021-10-07 10:25:20','0000-00-00 00:00:00',0,'2021-10-07 10:25:14','2021-10-07 10:25:24'),(344,'ZJEEIMBVH',1,1,6,4,3,563,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',3.510000,3.510000,2.900000,31.580000,31.580000,26.100000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,237,0,'2021-10-07 10:40:47','0000-00-00 00:00:00',0,'2021-10-07 10:40:43','2021-10-07 10:40:52'),(345,'VATGGZRUL',1,1,6,4,3,564,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.200000,35.200000,29.110000,35.200000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,238,0,'2021-10-07 10:41:58','0000-00-00 00:00:00',0,'2021-10-07 10:41:54','2021-10-07 10:42:02'),(346,'OXHGEKFKO',1,1,6,4,3,565,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,239,0,'2021-10-07 10:49:27','0000-00-00 00:00:00',1,'2021-10-07 10:49:23','2021-10-07 10:49:32'),(347,'ZEJEMTKSK',1,1,6,4,3,568,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',3.510000,3.510000,2.900000,31.690000,31.690000,26.210000,31.690000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,240,0,'2021-10-07 10:51:12','0000-00-00 00:00:00',0,'2021-10-07 10:51:06','2021-10-07 10:51:20'),(348,'TBGBSMNPL',1,1,5,1,3,318,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,344109.150000,344109.150000,284387.740000,0.000000,284384.430000,344105.150000,4.000000,4.000000,3.310000,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,'2021-10-07 12:57:08','2021-10-07 13:14:05'),(349,'OGMOSIWOW',1,1,5,4,3,569,1,15,15,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',7.020000,7.020000,5.800000,67.160000,67.160000,55.510000,0.000000,58.000000,70.180000,4.000000,4.000000,3.310000,21.000,0.000000,0.000000,0.000000,2,2,241,0,'2021-10-07 14:14:25','0000-00-00 00:00:00',1,'2021-10-07 14:14:10','2021-10-07 14:14:36'),(350,'MYMGPTCNH',1,1,6,1,3,573,1,19,19,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,8.950000,8.950000,7.410000,8.950000,7.300000,8.840000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,242,0,'2021-10-13 09:07:34','0000-00-00 00:00:00',1,'2021-10-13 09:07:33','2021-10-13 09:07:34'),(351,'ALFGPFGFM',1,1,6,1,3,574,1,30,30,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.110000,29.110000,29.110000,29.110000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,243,0,'2021-10-13 09:22:30','0000-00-00 00:00:00',0,'2021-10-13 09:22:26','2021-10-13 09:22:30'),(352,'XKBWJEYYS',1,1,6,1,3,575,1,30,30,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,0.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,244,0,'2021-10-13 09:23:56','0000-00-00 00:00:00',0,'2021-10-13 09:23:52','2021-10-13 09:23:56'),(353,'YJOPXNDHK',1,1,6,1,3,576,1,30,30,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,245,0,'2021-10-13 09:26:09','0000-00-00 00:00:00',0,'2021-10-13 09:26:06','2021-10-13 09:26:09'),(354,'XYOVAGDIX',1,1,6,1,3,577,1,15,15,9,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,246,0,'2021-10-13 09:27:31','0000-00-00 00:00:00',0,'2021-10-13 09:27:27','2021-10-13 09:27:31'),(355,'TPPHSNTHR',1,1,6,1,3,578,1,30,30,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,247,0,'2021-10-13 09:28:31','0000-00-00 00:00:00',1,'2021-10-13 09:28:25','2021-10-13 09:28:31'),(356,'CKOPATZRW',1,1,6,1,3,579,1,30,30,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,0.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,248,0,'2021-10-13 09:31:19','0000-00-00 00:00:00',1,'2021-10-13 09:31:18','2021-10-13 09:31:19'),(357,'PHUOXIVVN',1,1,6,1,3,580,1,30,30,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,0.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,249,0,'2021-10-13 09:35:21','0000-00-00 00:00:00',1,'2021-10-13 09:35:18','2021-10-13 09:35:21'),(358,'GGLODXXRI',1,1,6,1,6,582,1,17,17,2,'5fc766293f827aeae1fb6ad7a0d73954','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,0.000000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,250,0,'2021-10-13 10:00:31','0000-00-00 00:00:00',1,'2021-10-13 10:00:31','2021-10-13 10:00:51'),(359,'XVEEZUDNS',1,1,6,1,3,581,1,32,32,7,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.000000,34.000000,34.000000,34.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,251,0,'2021-10-13 12:34:15','0000-00-00 00:00:00',0,'2021-10-13 12:34:13','2021-10-13 12:45:24'),(360,'LTHGFWMJT',1,1,6,1,3,583,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','IDEAL via Stripe',1.000000,'stripe_official',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,252,0,'2021-10-15 09:48:53','0000-00-00 00:00:00',1,'2021-10-15 09:48:51','2021-10-15 09:48:54'),(361,'WFPAIGNGI',1,1,6,1,3,584,1,32,32,12,'5d0f760482c09e0dbb7301c0a0825249','IDEAL via Stripe',1.000000,'stripe_official',0,0,'',0,'',0.000000,0.000000,0.000000,174.000000,174.000000,174.000000,29.000000,174.000000,174.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 09:50:13','2021-10-15 09:50:17'),(362,'FSXSONTQU',1,1,6,1,3,585,1,32,32,9,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,146.450000,145.000000,175.450000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,253,0,'2021-10-15 09:53:53','0000-00-00 00:00:00',0,'2021-10-15 09:53:44','2021-10-15 09:53:54'),(363,'PWQVZVTJG',1,1,6,1,3,586,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,145.000000,145.000000,145.000000,29.000000,145.000000,145.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 10:13:32','2021-11-12 10:15:08'),(364,'KLWJRFMYM',1,1,6,1,3,587,1,32,32,12,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,34.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 10:25:38','2021-10-15 10:25:40'),(365,'UMYKPOCZS',1,1,6,1,3,588,1,32,32,9,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.000000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,254,0,'2021-10-15 10:26:59','0000-00-00 00:00:00',0,'2021-10-15 10:26:56','2021-10-15 10:26:59'),(366,'HTTIQYBQN',1,1,6,1,3,589,1,32,32,9,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.000000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,255,0,'2021-10-15 10:28:38','0000-00-00 00:00:00',0,'2021-10-15 10:28:35','2021-10-15 10:28:38'),(367,'AXYSOHYSV',1,1,6,1,3,590,1,32,32,12,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.000000,40.090000,34.000000,34.000000,29.000000,35.090000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 10:37:46','2021-10-15 10:37:50'),(368,'RAXMXRIRN',1,1,6,1,3,591,1,21,21,12,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,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,'2021-10-15 10:41:52','2021-10-15 10:41:56'),(369,'WGTXFSTUO',1,1,6,1,3,592,1,21,21,9,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,256,0,'2021-10-15 10:44:05','0000-00-00 00:00:00',0,'2021-10-15 10:44:01','2021-10-15 10:44:12'),(370,'NRDSEJAUI',1,1,6,1,3,593,1,21,21,12,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,100.000000,29.000000,35.090000,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,'2021-10-15 10:45:34','2021-10-15 10:45:36'),(371,'ABCGYMHLP',1,1,6,1,3,594,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,257,0,'2021-10-15 11:07:35','0000-00-00 00:00:00',1,'2021-10-15 11:07:34','2021-10-15 11:08:58'),(372,'ERLELTKFZ',1,1,6,1,3,595,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,258,0,'2021-10-15 11:09:58','0000-00-00 00:00:00',1,'2021-10-15 11:09:58','2021-10-15 11:09:58'),(373,'QURDVCTJV',1,1,6,1,3,596,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,259,0,'2021-10-15 11:12:28','0000-00-00 00:00:00',1,'2021-10-15 11:12:10','2021-10-15 11:12:28'),(374,'UKWQDQOAA',1,1,6,1,3,597,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,260,0,'2021-10-15 11:13:40','0000-00-00 00:00:00',1,'2021-10-15 11:13:39','2021-10-15 11:13:43'),(375,'VTFDHUAIB',1,1,6,1,3,598,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,145.360000,121.000000,145.360000,116.000000,140.360000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,261,0,'2021-10-15 11:14:49','0000-00-00 00:00:00',1,'2021-10-15 11:14:48','2021-10-15 11:14:52'),(376,'HYTXSBALH',1,1,6,1,3,599,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,140.360000,140.360000,116.000000,35.090000,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,'2021-10-15 11:18:58','2021-11-12 10:20:07'),(377,'PXGVYOGMC',1,1,6,1,3,600,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,29.000000,29.000000,35.090000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 11:20:20','2021-11-12 10:25:03'),(378,'JMLPTUVWW',1,1,6,1,3,601,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,110.270000,92.000000,110.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,262,0,'2021-10-15 11:36:08','0000-00-00 00:00:00',1,'2021-10-15 11:36:07','2021-10-15 11:36:11'),(379,'RUCSMRSZG',1,1,6,1,3,602,1,21,21,8,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,40.090000,29.000000,35.090000,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,'2021-10-15 11:37:35','2021-10-15 11:37:35'),(380,'CIJMAOSSQ',1,1,6,1,3,603,1,21,21,8,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,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,'2021-10-15 11:42:45','2021-10-15 11:42:49'),(381,'OVIARQLLA',1,1,6,1,3,604,1,21,21,8,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,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,'2021-10-15 11:48:42','2021-10-15 11:48:44'),(382,'QEKAHKAWS',1,1,6,1,3,605,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,263,0,'2021-10-15 11:55:31','0000-00-00 00:00:00',1,'2021-10-15 11:55:31','2021-10-15 11:55:35'),(383,'IMFLYVUYM',1,1,6,1,3,606,1,32,32,186,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 11:56:38','2021-10-15 11:56:38'),(384,'QYCVRMLQC',1,1,6,1,3,607,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,264,0,'2021-10-15 12:49:06','0000-00-00 00:00:00',1,'2021-10-15 12:49:06','2021-10-15 12:49:11'),(385,'YLFUENGEJ',1,1,6,1,3,608,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,265,0,'2021-10-15 12:49:51','0000-00-00 00:00:00',1,'2021-10-15 12:49:47','2021-10-15 12:49:55'),(386,'UDEEIEODT',1,1,6,1,3,609,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,266,0,'2021-10-15 12:52:57','0000-00-00 00:00:00',1,'2021-10-15 12:52:16','2021-10-15 12:53:07'),(387,'UXXIGXJNP',1,1,6,1,3,610,1,21,21,9,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,267,0,'2021-10-15 12:54:32','0000-00-00 00:00:00',0,'2021-10-15 12:54:28','2021-10-15 12:54:35'),(388,'OXGLWHWUD',1,1,6,1,3,611,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,29.000000,29.000000,35.090000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 12:56:03','2021-11-12 12:00:06'),(389,'KEOUWHDYW',1,1,6,1,3,612,1,32,32,186,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,0.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2021-10-15 12:57:47','2021-10-15 12:57:48'),(390,'NNRWFAUNS',1,1,6,1,3,613,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,29.000000,29.000000,35.090000,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,'2021-10-15 13:37:12','2021-11-12 12:40:05'),(391,'ZWIWANHFF',1,1,6,4,3,615,1,21,21,9,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,268,0,'2021-10-28 12:09:52','0000-00-00 00:00:00',0,'2021-10-28 12:09:50','2021-10-28 12:09:54'),(392,'BXTLSBVVH',1,1,6,1,3,616,1,21,21,9,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,269,0,'2021-10-28 12:11:01','0000-00-00 00:00:00',0,'2021-10-28 12:11:00','2021-10-28 12:11:05'),(393,'RSRYIYQBI',1,1,6,1,3,617,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,270,0,'2021-10-28 13:56:44','0000-00-00 00:00:00',1,'2021-10-28 13:56:43','2021-10-28 13:56:44'),(394,'HPGCDJBKU',1,1,6,1,3,618,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,271,0,'2021-10-28 14:00:46','0000-00-00 00:00:00',1,'2021-10-28 13:59:26','2021-10-28 14:00:47'),(395,'ECLTVOHWL',1,1,6,1,3,619,1,21,21,0,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2021-10-28 14:03:29','2021-10-28 14:03:30'),(396,'CUHPSBIOZ',1,1,6,1,3,620,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,272,0,'2021-10-28 14:14:20','0000-00-00 00:00:00',1,'2021-10-28 14:14:09','2021-10-28 14:14:21'),(397,'THOMZIRNC',1,1,6,1,3,621,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,273,0,'2021-10-28 14:47:33','0000-00-00 00:00:00',1,'2021-10-28 14:46:17','2021-10-28 14:47:33'),(398,'RHMOWGVFP',1,1,6,1,3,622,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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',1,'2021-10-28 14:51:32','2021-10-28 14:51:34'),(399,'KKENRVYRS',1,1,6,1,3,623,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,274,0,'2021-10-29 13:22:54','0000-00-00 00:00:00',1,'2021-10-28 14:54:33','2021-10-29 13:22:54'),(400,'RNGBVNPYO',1,1,6,1,3,624,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,275,0,'2021-10-29 15:19:33','0000-00-00 00:00:00',1,'2021-10-29 15:19:30','2021-10-29 15:19:35'),(401,'KFJKBESAC',1,1,6,1,3,625,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3440.350000,3440.350000,2843.270000,3440.350000,2843.270000,3440.350000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,276,0,'2021-11-05 09:33:48','0000-00-00 00:00:00',1,'2021-11-05 09:33:45','2021-11-05 09:33:48'),(402,'VRMSIMQJF',1,1,6,1,3,626,1,21,21,1,'5d0f760482c09e0dbb7301c0a0825249','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2021-11-05 09:38:43','2021-11-05 09:38:48'),(403,'VKDLORQIB',1,1,6,1,3,627,1,32,32,186,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,245.630000,245.630000,203.000000,0.000000,203.000000,245.630000,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,'2021-11-05 09:48:51','2021-11-05 09:48:53'),(404,'PSLGNJPIK',1,1,6,1,3,628,1,32,32,190,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3721.070000,3721.070000,3075.270000,3721.070000,3075.270000,3721.070000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,277,25,'2021-11-05 13:11:12','2021-11-05 13:11:59',1,'2021-11-05 13:11:10','2021-11-05 13:11:59'),(405,'TZRRHSTAJ',1,1,6,1,3,629,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,278,0,'2021-11-05 14:09:09','0000-00-00 00:00:00',1,'2021-11-05 14:09:06','2021-11-05 14:09:09'),(406,'FERRPDFFI',1,1,6,4,3,630,1,32,32,190,'5d0f760482c09e0dbb7301c0a0825249','Klarna Pay now.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,279,27,'2021-11-05 14:30:10','2021-11-05 14:36:31',1,'2021-11-05 14:30:08','2021-11-05 14:36:31'),(407,'EBSQYUYZH',1,1,6,4,3,631,1,32,32,190,'5d0f760482c09e0dbb7301c0a0825249','Klarna Pay now.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,280,26,'2021-11-05 14:33:27','2021-11-05 14:33:41',1,'2021-11-05 14:33:26','2021-11-05 14:33:41'),(408,'ULLUTBRTC',1,1,6,4,3,632,1,32,32,200,'5d0f760482c09e0dbb7301c0a0825249','Klarna Pay now.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,281,28,'2021-11-11 09:37:29','2022-01-20 14:09:16',1,'2021-11-11 09:37:25','2022-01-20 14:09:16'),(409,'UZCQVOJRM',1,1,6,1,3,634,1,32,32,190,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,282,29,'2021-11-12 14:12:30','2021-11-12 14:13:13',1,'2021-11-12 14:12:23','2021-11-12 14:13:13'),(410,'EKGTNUYYB',1,1,6,1,3,633,1,21,21,12,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,0.000000,145.000000,175.450000,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,'2021-11-12 15:41:50','2021-11-12 15:41:54'),(411,'JAUXDXOST',1,1,6,1,3,636,1,21,21,6,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,105.270000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,283,30,'2021-11-18 15:54:37','2021-11-18 15:54:37',0,'2021-11-18 15:54:33','2021-12-02 11:23:22'),(412,'WJJDWZZYF',1,1,6,1,3,637,1,21,21,6,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,284,31,'2021-11-18 15:56:00','2021-11-18 15:56:00',0,'2021-11-18 15:55:59','2021-12-02 11:23:20'),(413,'KVYLCREWE',1,1,6,1,3,638,1,32,32,190,'5d0f760482c09e0dbb7301c0a0825249','Klarna Pay now.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.540000,210.540000,174.000000,210.540000,174.000000,210.540000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,285,32,'2021-11-19 11:33:42','2021-11-19 11:34:01',1,'2021-11-19 11:33:40','2021-11-19 11:34:01'),(414,'TKOFTSMZL',1,1,6,1,3,639,1,21,21,7,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,105.270000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,286,0,'2021-11-19 11:50:59','0000-00-00 00:00:00',0,'2021-11-19 11:50:55','2021-11-19 12:13:08'),(415,'ZVGLEZPER',1,1,6,4,3,640,1,21,21,163,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,287,0,'2021-11-19 12:13:48','0000-00-00 00:00:00',1,'2021-11-19 12:13:46','2021-11-19 13:39:25'),(416,'OPEBIUQJW',1,1,6,1,3,641,1,32,32,7,'5d0f760482c09e0dbb7301c0a0825249','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,288,0,'2021-11-19 12:24:54','0000-00-00 00:00:00',0,'2021-11-19 12:24:52','2021-11-19 12:38:48'),(417,'YOMSVWNIV',1,1,6,1,3,642,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,289,0,'2021-11-25 10:24:29','0000-00-00 00:00:00',0,'2021-11-25 10:24:26','2021-11-25 10:33:03'),(418,'QONPQUKSY',1,1,6,1,3,643,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,290,0,'2021-11-25 11:17:23','0000-00-00 00:00:00',1,'2021-11-25 11:17:21','2021-11-25 11:17:23'),(419,'RGSRYJCQT',1,1,6,1,3,644,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,291,0,'2021-11-25 11:36:00','0000-00-00 00:00:00',1,'2021-11-25 11:35:58','2021-11-25 11:36:00'),(420,'UXILFOEVQ',1,1,6,1,3,645,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,292,0,'2021-11-25 11:36:57','0000-00-00 00:00:00',1,'2021-11-25 11:36:55','2021-11-25 11:36:57'),(421,'CARROWZWP',1,1,6,1,3,646,1,32,32,7,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,293,0,'2021-11-25 12:14:21','0000-00-00 00:00:00',0,'2021-11-25 12:14:19','2022-04-25 11:14:29'),(422,'YUDKWPHRV',1,1,6,1,3,647,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,294,0,'2021-11-29 14:29:48','0000-00-00 00:00:00',1,'2021-11-29 14:29:45','2021-11-29 14:29:48'),(423,'HPBDYSBYM',1,1,6,1,3,648,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,295,0,'2021-11-29 14:30:39','0000-00-00 00:00:00',1,'2021-11-29 14:30:37','2021-11-29 14:30:39'),(424,'QMXEWKBUX',1,1,6,1,3,649,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,296,0,'2021-11-29 14:45:33','0000-00-00 00:00:00',1,'2021-11-29 14:45:31','2021-11-29 14:45:33'),(425,'RDFYTLJZJ',1,1,6,1,3,650,1,21,21,1,'5d0f760482c09e0dbb7301c0a0825249','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.000000,0.010000,0.010000,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,'2021-12-02 16:29:23','2021-12-02 16:29:38'),(426,'CMQGZBHRY',1,1,6,1,3,651,1,21,21,1,'5d0f760482c09e0dbb7301c0a0825249','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,35.030000,35.030000,28.950000,0.000000,28.950000,35.030000,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,'2021-12-02 16:33:16','2021-12-02 16:33:20'),(427,'DKOXURBEQ',1,1,6,4,3,652,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Paiements en ligne SumUp',1.000000,'sumuppaymentgateway',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,297,0,'2021-12-09 10:40:28','0000-00-00 00:00:00',1,'2021-12-09 10:40:15','2021-12-09 10:40:28'),(428,'EZNRXCIPI',1,1,6,4,3,653,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Paiements en ligne SumUp',1.000000,'sumuppaymentgateway',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,298,0,'2021-12-09 10:59:58','0000-00-00 00:00:00',1,'2021-12-09 10:59:54','2021-12-09 10:59:58'),(429,'FVGQPGSLP',1,1,6,4,3,654,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.090000,175.090000,144.710000,175.090000,144.710000,175.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,299,0,'2021-12-13 15:49:35','0000-00-00 00:00:00',1,'2021-12-13 15:49:32','2021-12-13 15:49:35'),(430,'CXGREHCEG',1,1,6,4,3,655,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,300,0,'2021-12-14 14:54:18','0000-00-00 00:00:00',1,'2021-12-14 14:54:15','2021-12-14 14:54:18'),(431,'BLMKISFGW',1,1,6,4,3,656,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,301,0,'2021-12-15 12:40:35','0000-00-00 00:00:00',1,'2021-12-15 12:40:32','2021-12-15 12:40:35'),(432,'OIXXAGNZX',1,1,6,4,3,657,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.030000,70.030000,57.880000,70.030000,57.880000,70.030000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,302,0,'2021-12-16 15:32:28','0000-00-00 00:00:00',1,'2021-12-16 15:32:24','2021-12-16 15:32:28'),(433,'SJTTCFMIL',1,1,6,4,3,658,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,303,0,'2021-12-16 15:35:22','0000-00-00 00:00:00',1,'2021-12-16 15:35:19','2021-12-16 15:35:23'),(434,'XRDJKJRHU',1,1,6,4,3,659,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,304,0,'2021-12-16 15:59:03','0000-00-00 00:00:00',1,'2021-12-16 15:58:59','2021-12-16 15:59:03'),(435,'REYDFEHEL',1,1,6,4,3,659,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,305,0,'2021-12-16 15:59:03','0000-00-00 00:00:00',1,'2021-12-16 15:59:01','2021-12-16 15:59:04'),(436,'EAYFRGNNW',1,1,6,4,3,660,1,21,21,0,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,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,'2021-12-16 16:12:25','2021-12-16 16:12:26'),(437,'GLZVRBATH',1,1,6,4,3,661,1,21,21,0,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,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,'2021-12-16 16:52:36','2021-12-16 16:52:37'),(438,'PFXCENUMG',1,1,6,4,3,662,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,306,0,'2021-12-16 16:54:57','0000-00-00 00:00:00',1,'2021-12-16 16:54:54','2021-12-16 16:54:57'),(439,'PNZYNTMTD',1,1,6,4,3,663,2,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,82.040000,82.040000,67.800000,82.040000,67.800000,82.040000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,307,0,'2022-01-06 09:34:26','0000-00-00 00:00:00',1,'2022-01-06 09:34:23','2022-01-06 09:34:26'),(440,'SRQQMOPVX',1,1,6,4,3,664,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,308,0,'2022-01-06 09:35:24','0000-00-00 00:00:00',1,'2022-01-06 09:35:22','2022-01-06 09:35:24'),(441,'DLDYRLVNE',1,1,6,4,3,665,2,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,309,0,'2022-01-06 09:39:30','0000-00-00 00:00:00',1,'2022-01-06 09:39:28','2022-01-06 09:39:30'),(442,'TYYAXCNYH',1,1,6,4,3,666,2,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,310,0,'2022-01-06 09:46:55','0000-00-00 00:00:00',1,'2022-01-06 09:46:53','2022-01-06 09:46:55'),(443,'NDWBORJUY',1,1,6,4,3,667,2,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,311,0,'2022-01-06 10:02:18','0000-00-00 00:00:00',1,'2022-01-06 09:59:33','2022-01-06 10:02:18'),(444,'GWHWOZJCH',1,1,6,4,3,668,2,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,312,0,'2022-01-06 10:09:22','0000-00-00 00:00:00',1,'2022-01-06 10:09:20','2022-01-06 10:09:22'),(445,'UMKRISDJH',1,1,6,4,3,669,2,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,313,0,'2022-01-06 10:11:20','0000-00-00 00:00:00',1,'2022-01-06 10:11:18','2022-01-06 10:11:20'),(446,'LDRAOODVF',1,1,6,4,3,670,2,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,314,0,'2022-01-06 10:16:39','0000-00-00 00:00:00',1,'2022-01-06 10:16:37','2022-01-06 10:16:39'),(447,'FHVIEBDYN',1,1,6,4,3,671,2,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','PayPal',1.171447,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,41.020000,41.020000,33.900000,41.020000,33.900000,41.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,315,0,'2022-01-06 10:22:04','0000-00-00 00:00:00',1,'2022-01-06 10:22:02','2022-01-06 10:22:04'),(448,'RIDLJFWWV',1,1,6,1,3,672,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,210.100000,210.100000,173.640000,210.100000,173.640000,210.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,316,0,'2022-01-06 15:40:51','0000-00-00 00:00:00',1,'2022-01-06 15:40:47','2022-01-06 15:40:52'),(449,'BAGPFBJEQ',1,1,6,1,3,673,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,317,0,'2022-01-07 11:17:05','0000-00-00 00:00:00',1,'2022-01-07 11:17:03','2022-01-07 11:17:05'),(450,'VKTBQNVBD',1,1,6,1,3,674,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,318,0,'2022-01-07 11:21:04','0000-00-00 00:00:00',1,'2022-01-07 11:21:02','2022-01-07 11:21:04'),(451,'KCXKCMQOC',1,1,6,1,3,675,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,319,0,'2022-01-07 11:25:29','0000-00-00 00:00:00',1,'2022-01-07 11:25:27','2022-01-07 11:25:29'),(452,'ISIWOJAWA',1,1,6,1,3,676,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,320,0,'2022-01-07 11:26:23','0000-00-00 00:00:00',1,'2022-01-07 11:26:21','2022-01-07 11:26:23'),(453,'XHCXMWQMO',1,1,6,1,3,677,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.030000,70.030000,57.880000,70.030000,57.880000,70.030000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,321,0,'2022-01-07 15:31:11','0000-00-00 00:00:00',1,'2022-01-07 15:31:09','2022-01-07 15:31:11'),(454,'FWPRAEBET',1,1,6,1,3,678,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,322,0,'2022-01-07 15:32:42','0000-00-00 00:00:00',1,'2022-01-07 15:32:40','2022-01-07 15:32:42'),(455,'CMSFAEJVW',1,1,6,1,3,679,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,323,0,'2022-01-07 15:39:49','0000-00-00 00:00:00',1,'2022-01-07 15:39:47','2022-01-07 15:39:49'),(456,'VWSLSJPBT',1,1,6,1,3,682,1,21,21,7,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,324,0,'2022-01-12 15:41:54','0000-00-00 00:00:00',0,'2022-01-12 15:41:51','2022-05-02 16:41:14'),(457,'VRWFKUHSJ',1,1,6,1,3,683,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,325,0,'2022-01-13 09:45:43','0000-00-00 00:00:00',1,'2022-01-13 09:45:41','2022-01-13 09:45:44'),(458,'KJRKPXIRD',1,1,6,1,3,684,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,326,0,'2022-01-13 10:07:25','0000-00-00 00:00:00',1,'2022-01-13 10:07:23','2022-01-13 10:07:25'),(459,'PZVZIXRVK',1,1,6,1,3,688,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,327,0,'2022-01-13 10:46:25','0000-00-00 00:00:00',1,'2022-01-13 10:46:23','2022-01-13 10:46:25'),(460,'RYXQPAENT',1,1,6,1,3,690,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.030000,35.030000,28.950000,35.030000,28.950000,35.030000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,328,0,'2022-01-13 13:25:55','0000-00-00 00:00:00',1,'2022-01-13 13:25:53','2022-01-13 13:25:55'),(461,'ENFEPNRQD',1,1,6,1,3,691,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.030000,35.030000,28.950000,35.030000,28.950000,35.030000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,329,0,'2022-01-14 13:53:33','0000-00-00 00:00:00',0,'2022-01-14 13:53:30','2022-02-11 13:55:05'),(462,'YCMRLYOYI',1,1,6,1,3,692,1,32,32,6,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,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,'2022-01-14 13:55:13','2022-02-11 14:00:04'),(463,'RVBSJCAHJ',1,1,6,1,3,693,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,330,0,'2022-01-20 10:48:10','0000-00-00 00:00:00',1,'2022-01-20 10:48:07','2022-01-20 10:48:10'),(464,'DSDMSESTR',1,1,6,1,3,694,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,331,0,'2022-01-20 10:49:13','0000-00-00 00:00:00',1,'2022-01-20 10:49:11','2022-01-20 10:49:13'),(465,'KNPOKNTVW',1,1,6,1,3,695,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,332,0,'2022-01-20 12:35:15','0000-00-00 00:00:00',1,'2022-01-20 12:35:13','2022-01-20 12:35:15'),(466,'UWATBQZAU',1,1,6,1,3,696,1,21,21,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,31.520000,31.520000,26.050000,31.520000,26.050000,31.520000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,333,0,'2022-01-20 12:44:27','0000-00-00 00:00:00',1,'2022-01-20 12:44:25','2022-01-20 12:44:27'),(467,'ZOYVSRLSH',1,1,6,1,3,697,1,32,32,200,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,17.510000,17.510000,14.470000,17.510000,14.470000,17.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,334,33,'2022-01-20 14:08:38','2022-01-20 14:08:38',1,'2022-01-20 14:08:05','2022-01-20 14:08:38'),(468,'ERBIPBEWU',1,1,6,1,3,698,1,32,32,200,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.060000,35.060000,28.970000,35.060000,28.970000,35.060000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,335,34,'2022-01-20 14:11:52','2022-01-20 14:12:10',1,'2022-01-20 14:11:47','2022-01-20 14:12:10'),(469,'GCQRXHJAX',1,1,6,1,3,699,1,32,32,198,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,17.510000,17.510000,14.470000,17.510000,14.470000,17.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,336,35,'2022-01-20 14:13:03','2022-01-20 14:13:17',0,'2022-01-20 14:13:02','2022-01-20 14:16:24'),(470,'VBFYEJSLZ',1,1,6,1,3,700,1,32,32,200,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,17.510000,17.510000,14.470000,17.510000,14.470000,17.510000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,337,36,'2022-01-20 14:36:04','2022-01-20 14:40:56',1,'2022-01-20 14:36:02','2022-01-20 14:40:56'),(471,'DHMNLEEJY',1,1,6,4,3,701,1,36,36,8,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.030000,70.030000,57.880000,57.880000,57.880000,70.030000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2022-01-25 15:39:03','2022-01-25 15:39:06'),(472,'WRBQXVAZJ',1,1,6,4,3,702,1,36,36,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,338,0,'2022-01-25 15:47:28','0000-00-00 00:00:00',1,'2022-01-25 15:47:22','2022-01-25 15:47:28'),(473,'AKJLTDMRY',1,1,6,4,3,703,1,36,36,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,339,0,'2022-01-25 15:48:28','0000-00-00 00:00:00',1,'2022-01-25 15:48:26','2022-01-25 15:48:28'),(474,'RYZHTMOAV',1,2,6,1,15,704,1,37,37,2,'fcdfde86095d8aa112fff2c40ac3c7cb','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,340,0,'2022-01-28 13:31:17','0000-00-00 00:00:00',1,'2022-01-28 13:31:15','2022-01-28 13:31:17'),(475,'BLALLOSEU',1,2,6,1,16,705,1,38,38,8,'32d4316301b41898cd38c1a8f70173a7','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 13:34:42','2022-01-28 13:34:44'),(476,'XTYSYOJXI',1,2,6,1,17,706,1,39,39,8,'a884cd346eaabb905fd6edebb23a2008','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 13:37:35','2022-01-28 13:37:37'),(477,'IDEUNQFMA',1,2,6,1,18,707,1,40,40,8,'f2e6ff6ac02c2dfe146631caecf8ea0e','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 13:39:58','2022-01-28 13:40:00'),(478,'DFEXSEJER',1,2,6,1,5,709,1,16,16,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,341,0,'2022-01-28 13:46:07','0000-00-00 00:00:00',1,'2022-01-28 13:46:05','2022-01-28 13:46:07'),(479,'TRJXTUABF',1,2,6,1,5,710,1,41,41,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,342,0,'2022-01-28 13:47:04','0000-00-00 00:00:00',1,'2022-01-28 13:47:02','2022-01-28 13:47:04'),(480,'JFRBOXSDG',1,2,6,1,5,711,1,41,41,2,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.260000,1.260000,1.100000,1.260000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,343,0,'2022-01-28 13:47:49','0000-00-00 00:00:00',1,'2022-01-28 13:47:47','2022-01-28 13:47:50'),(481,'EAQZPRKXZ',1,2,6,1,5,712,1,41,41,2,'23914f65ff3a87ddebc552ed1265c38a','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,344,0,'2022-01-28 13:48:36','0000-00-00 00:00:00',1,'2022-01-28 13:48:35','2022-01-28 13:48:36'),(482,'OSKUJMVYA',1,2,6,1,19,713,1,42,42,8,'2d4aafa903ca8fa901160967aaba066e','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 13:50:19','2022-01-28 13:50:21'),(483,'AHQWIFZFI',1,2,6,1,20,714,1,43,43,8,'59c6d45ec67399090b45064bc60effe7','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 13:58:06','2022-01-28 13:58:08'),(484,'PVCLJURXM',1,2,6,1,21,715,1,44,44,8,'b6092118f9cf1238448be9521f5b10e9','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 13:59:20','2022-01-28 13:59:22'),(485,'REMWPVZUU',1,2,6,1,22,716,1,45,45,8,'77614df7fc455b91021672d0eb36fff9','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 14:08:31','2022-01-28 14:08:33'),(486,'TCMCXJFAL',1,2,6,1,5,717,1,41,41,2,'23914f65ff3a87ddebc552ed1265c38a','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.260000,1.260000,1.100000,1.260000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,345,0,'2022-01-28 14:09:55','0000-00-00 00:00:00',1,'2022-01-28 14:09:53','2022-01-28 14:09:57'),(487,'DDUUKKAEQ',1,2,6,1,5,718,1,41,41,2,'23914f65ff3a87ddebc552ed1265c38a','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,346,0,'2022-01-28 14:12:51','0000-00-00 00:00:00',1,'2022-01-28 14:12:50','2022-01-28 14:12:51'),(488,'RBURGDJQX',1,2,6,1,23,719,1,46,46,8,'9e8f2608a1e3c29c6c874f3ab387628c','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 14:15:19','2022-01-28 14:15:21'),(489,'YTPRUEVHL',1,2,6,1,24,720,1,47,47,8,'21435b7af17db673f67a12ac8461d896','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 14:19:22','2022-01-28 14:19:24'),(490,'ZWGHEVJQJ',1,2,6,1,25,721,1,48,48,8,'634a033f432f36957c6bfb1aa8aa7d84','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-28 14:22:19','2022-01-28 14:22:21'),(491,'JNADJEOUG',1,2,6,1,5,722,1,41,41,198,'23914f65ff3a87ddebc552ed1265c38a','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,347,0,'2022-01-28 14:46:00','0000-00-00 00:00:00',0,'2022-01-28 14:45:58','2022-01-28 14:50:57'),(492,'HKAAMHDLW',1,2,6,1,5,723,1,41,41,198,'23914f65ff3a87ddebc552ed1265c38a','Klarna Pay now.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.160000,1.160000,1.000000,1.160000,1.000000,1.160000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,348,37,'2022-01-28 15:10:43','2022-01-28 15:11:28',0,'2022-01-28 15:10:41','2022-01-28 15:12:06'),(493,'CQNDAMPQM',1,2,6,1,26,724,1,49,49,8,'bfd3ec07528cba07a6ab12a20ac31f59','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.000000,1.000000,1.000000,1.160000,1.000000,1.000000,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,'2022-01-31 17:24:24','2022-01-31 17:24:27'),(494,'SZZXRGOEQ',1,1,6,4,27,725,1,50,50,2,'2e0c569820c99e2cf68541ffc17c47ad','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.940000,29.940000,29.940000,29.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,349,0,'2022-02-01 11:07:35','0000-00-00 00:00:00',1,'2022-02-01 11:07:32','2022-02-01 11:07:37'),(495,'EXVHEJSMA',1,1,6,4,28,726,1,51,51,2,'8ca5d87fc4e0d25c9d1578e05cc5aa64','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,350,0,'2022-02-01 11:08:37','0000-00-00 00:00:00',1,'2022-02-01 11:08:35','2022-02-01 11:08:37'),(496,'FSBZVCRFV',1,1,6,4,29,727,1,52,52,8,'42a77f101250dfef15950886bf9e236e','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,35.020000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2022-02-01 11:12:41','2022-02-01 11:12:42'),(497,'NNSYHTJIX',1,1,6,4,30,728,1,53,53,2,'266dc8e7f05136af127143a8e7655b09','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,35.020000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,351,0,'2022-02-01 15:57:28','0000-00-00 00:00:00',1,'2022-02-01 15:53:09','2022-02-01 15:57:35'),(498,'SCKNNCOWC',1,1,6,4,31,730,1,55,55,8,'a28e1f7e7d5c763a59da008e32eb2f12','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,35.020000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2022-02-01 15:57:37','2022-02-01 15:57:39'),(499,'LAAJRMTUQ',1,1,6,4,31,731,1,55,55,2,'a28e1f7e7d5c763a59da008e32eb2f12','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,352,0,'2022-02-01 16:02:19','0000-00-00 00:00:00',1,'2022-02-01 16:02:17','2022-02-01 16:02:19'),(500,'OOVAQOHHP',1,1,6,4,3,732,1,36,36,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,353,0,'2022-02-03 09:57:17','0000-00-00 00:00:00',1,'2022-02-03 09:57:15','2022-02-03 09:57:17'),(501,'JXECRGZPX',1,1,6,4,3,733,1,36,36,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,354,0,'2022-02-03 09:58:16','0000-00-00 00:00:00',1,'2022-02-03 09:58:15','2022-02-03 09:58:16'),(502,'RDZHVLXUB',1,1,6,4,3,734,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,355,0,'2022-02-03 10:03:22','0000-00-00 00:00:00',1,'2022-02-03 10:03:10','2022-02-03 10:03:23'),(503,'FPFBXMRLO',1,1,6,4,3,735,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,356,0,'2022-02-03 10:08:55','0000-00-00 00:00:00',1,'2022-02-03 10:08:53','2022-02-03 10:08:55'),(504,'VPWVICBNT',1,1,6,1,3,737,1,23,23,8,'5d0f760482c09e0dbb7301c0a0825249','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,35.020000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2022-02-03 14:40:13','2022-02-03 14:40:15'),(505,'UWOPKZHKL',1,1,6,4,3,736,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.030000,70.030000,57.880000,70.030000,57.880000,70.030000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,357,0,'2022-02-03 15:43:08','0000-00-00 00:00:00',1,'2022-02-03 15:43:05','2022-02-03 15:43:08'),(506,'AXFMDSOQY',1,1,6,4,3,738,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,358,0,'2022-02-03 15:50:28','0000-00-00 00:00:00',1,'2022-02-03 15:50:26','2022-02-03 15:50:28'),(507,'IUELAPASG',1,1,6,4,3,739,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,359,0,'2022-02-03 15:54:03','0000-00-00 00:00:00',1,'2022-02-03 15:54:01','2022-02-03 15:54:03'),(508,'DKZAJOUUY',1,1,6,4,3,740,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,360,0,'2022-02-03 15:55:45','0000-00-00 00:00:00',1,'2022-02-03 15:55:43','2022-02-03 15:55:45'),(509,'JOENJWPAJ',1,1,6,4,3,741,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,361,0,'2022-02-03 15:56:35','0000-00-00 00:00:00',1,'2022-02-03 15:56:19','2022-02-03 15:56:37'),(510,'QZKBTXZWH',1,1,6,2,3,742,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,0.000000,28.940000,35.020000,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',1,'2022-02-03 15:58:09','2022-02-03 16:14:31'),(511,'VMIYFFUCT',1,1,6,2,3,743,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,362,0,'2022-02-03 16:52:11','0000-00-00 00:00:00',1,'2022-02-03 16:51:29','2022-02-03 16:54:51'),(512,'CZTQCABDN',1,1,6,2,3,744,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,363,0,'2022-02-03 16:56:28','0000-00-00 00:00:00',1,'2022-02-03 16:55:53','2022-02-03 16:56:29'),(513,'GAFNIGRFV',1,1,6,4,3,745,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,364,0,'2022-02-03 17:00:13','0000-00-00 00:00:00',1,'2022-02-03 17:00:07','2022-02-03 17:00:26'),(514,'ZJEDJUIVV',1,1,6,4,3,746,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,365,0,'2022-02-03 17:01:51','0000-00-00 00:00:00',1,'2022-02-03 17:01:49','2022-02-03 17:01:51'),(515,'ZNYCNHPJW',1,1,6,4,3,747,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,366,0,'2022-02-03 17:02:42','0000-00-00 00:00:00',1,'2022-02-03 17:02:40','2022-02-03 17:02:42'),(516,'OATKGYJXD',1,1,6,4,3,748,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,367,0,'2022-02-03 17:03:26','0000-00-00 00:00:00',1,'2022-02-03 17:03:13','2022-02-03 17:03:28'),(517,'QJOOTWUHE',1,1,6,4,3,749,1,23,23,2,'5d0f760482c09e0dbb7301c0a0825249','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,368,0,'2022-02-08 09:48:29','0000-00-00 00:00:00',1,'2022-02-08 09:48:22','2022-02-08 09:48:32'),(518,'TEFGDXFZO',1,1,6,2,3,750,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,369,0,'2022-02-08 16:51:02','0000-00-00 00:00:00',1,'2022-02-08 16:50:56','2022-02-08 16:51:03'),(519,'OWRRTNXRX',1,1,6,2,3,751,1,32,32,2,'5d0f760482c09e0dbb7301c0a0825249','Voucher',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,28.940000,28.940000,28.940000,28.940000,28.940000,28.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,370,0,'2022-02-08 16:53:01','0000-00-00 00:00:00',1,'2022-02-08 16:53:00','2022-02-08 16:53:01'),(520,'UVLAGYOZC',1,1,6,1,3,548,1,15,15,6,'5d0f760482c09e0dbb7301c0a0825249','Mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3.690000,3.690000,3.690000,0.000000,3.690000,3.690000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,0,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,'2022-02-11 09:55:18','2022-02-11 10:12:02'),(521,'BMSVJPXOL',1,1,6,1,3,752,1,56,56,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,371,0,'2022-02-11 10:52:46','0000-00-00 00:00:00',1,'2022-02-11 10:52:43','2022-02-11 10:52:46'),(522,'FATKDAMTQ',1,1,6,4,3,755,1,56,56,2,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.020000,35.020000,28.940000,35.020000,28.940000,35.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,372,0,'2022-02-17 09:51:16','0000-00-00 00:00:00',1,'2022-02-17 09:51:11','2022-02-17 09:51:19'),(523,'LNRVHYFSN',1,1,6,2,3,756,1,36,36,201,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,57.940000,57.940000,57.940000,57.940000,57.940000,57.940000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,373,0,'2022-02-17 14:54:07','0000-00-00 00:00:00',0,'2022-02-17 14:54:03','2022-02-18 10:16:18'),(524,'UCNXAOOAF',1,1,6,1,3,757,1,36,36,9,'5d0f760482c09e0dbb7301c0a0825249','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,374,0,'2022-02-22 14:29:47','0000-00-00 00:00:00',0,'2022-02-22 14:29:43','2022-02-22 14:29:50'),(525,'IHTNMVVGK',1,1,6,1,0,764,1,0,0,2,'4b33ba6f57a36cb015ffb355da37dcaf','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,375,0,'2022-03-01 14:14:16','0000-00-00 00:00:00',1,'2022-03-01 14:14:13','2022-03-01 14:14:16'),(526,'PTPXVYIHL',1,1,6,1,0,765,1,0,0,2,'4aa5a11e936961e9327c905d3465e609','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,376,0,'2022-03-01 14:14:58','0000-00-00 00:00:00',1,'2022-03-01 14:14:56','2022-03-01 14:14:58'),(527,'KJINXRFTU',1,1,6,1,0,766,1,0,0,2,'4d617275b2f8a3b6bcbbb6ad8678248b','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,377,0,'2022-03-01 14:22:17','0000-00-00 00:00:00',1,'2022-03-01 14:21:32','2022-03-01 14:22:17'),(528,'TLVBFXYEQ',1,1,6,1,0,767,1,0,0,2,'89236d4ff11897dea82a2d7888131220','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,378,0,'2022-03-01 14:29:28','0000-00-00 00:00:00',1,'2022-03-01 14:28:49','2022-03-01 14:29:28'),(529,'OBUSOKUGB',1,1,6,1,0,769,1,0,1,2,'29d599d78a002dc1fc0331509c088827','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,379,0,'2022-03-07 10:17:23','0000-00-00 00:00:00',1,'2022-03-07 10:17:21','2022-03-07 10:17:23'),(530,'HXOQKTAKQ',1,1,6,1,3,770,1,97,97,12,'5d0f760482c09e0dbb7301c0a0825249','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,35.100000,35.100000,29.010000,0.000000,29.010000,35.100000,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,'2022-03-14 11:41:33','2022-03-14 11:41:43'),(531,'OPWWOGSIZ',1,1,6,1,84,810,1,98,98,12,'547a92b8f54de2393ca2a20c8e2c8bed','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-03-14 12:57:20','2022-03-14 12:57:27'),(532,'ZQMJNGGON',1,1,6,1,84,812,1,98,98,2,'547a92b8f54de2393ca2a20c8e2c8bed','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,380,0,'2022-03-14 13:04:21','0000-00-00 00:00:00',1,'2022-03-14 13:04:17','2022-03-14 13:04:21'),(533,'MGHLFTFRP',1,1,6,1,84,813,1,98,98,2,'547a92b8f54de2393ca2a20c8e2c8bed','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,29.000000,29.000000,29.000000,29.000000,29.000000,29.000000,0.000000,0.000000,0.000000,0.000,0.000000,0.000000,0.000000,2,2,381,0,'2022-03-14 13:10:56','0000-00-00 00:00:00',1,'2022-03-14 13:10:52','2022-03-14 13:10:56'),(534,'TJLISNGBP',1,1,6,1,0,847,1,0,1,2,'a95e56735fd8c4f6d38f0964dc2b6a7c','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,382,0,'2022-03-14 15:28:39','0000-00-00 00:00:00',1,'2022-03-14 15:28:36','2022-03-14 15:28:39'),(535,'BVXQCYOIT',1,1,6,1,0,851,1,126,126,2,'c1dc0ed69429a1ac3e6293e577cb53eb','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,383,0,'2022-03-14 16:51:37','0000-00-00 00:00:00',1,'2022-03-14 16:51:34','2022-03-14 16:51:38'),(536,'RHUAXJIXD',1,1,6,1,0,852,1,127,127,2,'fd918f68b3861996bf1a268a572d3919','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,384,0,'2022-03-14 17:05:27','0000-00-00 00:00:00',1,'2022-03-14 17:05:24','2022-03-14 17:05:27'),(537,'RRSCTFDRD',1,1,6,1,0,853,1,128,128,2,'f6503da56a136954288d5f364b08fd62','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,385,0,'2022-03-14 17:06:54','0000-00-00 00:00:00',1,'2022-03-14 17:06:52','2022-03-14 17:06:54'),(538,'LJSGYBYUB',1,1,6,1,86,861,1,133,133,2,'70aa553a2dbd4630ab5193c2b31a4ca6','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,386,0,'2022-03-15 14:34:24','0000-00-00 00:00:00',1,'2022-03-15 14:34:20','2022-03-15 14:34:24'),(539,'HWTQCSLZJ',1,1,6,1,87,862,1,134,134,2,'d37276d371988d8ba7362eb3e8f0456c','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,387,0,'2022-03-15 14:35:09','0000-00-00 00:00:00',1,'2022-03-15 14:35:07','2022-03-15 14:35:09'),(540,'GAPMIAWNR',1,1,6,1,88,863,1,135,135,2,'cd6d44578c39d21faa73dbbdef8e621b','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,388,0,'2022-03-15 14:44:41','0000-00-00 00:00:00',1,'2022-03-15 14:44:39','2022-03-15 14:44:42'),(541,'QIFXDLBSU',1,1,6,1,90,865,1,137,137,2,'e73b896d4f38c46d670ccacf0d36fac5','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,389,0,'2022-03-15 14:47:39','0000-00-00 00:00:00',1,'2022-03-15 14:47:36','2022-03-15 14:47:39'),(542,'URNDHUSOG',1,1,6,1,91,866,1,138,138,2,'0ba4a77266a954c4a73480cc2751ff66','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,390,0,'2022-03-15 14:52:37','0000-00-00 00:00:00',1,'2022-03-15 14:52:34','2022-03-15 14:52:37'),(543,'PZVYRDPNM',1,1,6,1,98,876,1,145,145,2,'7f219b87eb76461a6e794c48368c966f','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,391,0,'2022-03-15 16:15:24','0000-00-00 00:00:00',1,'2022-03-15 16:15:20','2022-03-15 16:15:24'),(544,'XEXBXRWLX',1,1,6,1,99,877,1,146,146,2,'e2d18da9b4c9172a8e92818fac4945eb','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,392,0,'2022-03-15 16:26:21','0000-00-00 00:00:00',1,'2022-03-15 16:26:19','2022-03-15 16:26:21'),(545,'HPHOLMWOD',1,1,6,1,100,878,1,147,147,2,'ca4ebf4b73a63128288f12d66aefae01','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,393,0,'2022-03-21 11:11:57','0000-00-00 00:00:00',1,'2022-03-21 11:11:54','2022-03-21 11:11:57'),(546,'TWBEPBIIW',1,1,6,1,101,879,1,148,148,2,'26c3d9db6dab02d3a46f2ad7418cf457','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,394,0,'2022-03-21 11:12:52','0000-00-00 00:00:00',1,'2022-03-21 11:12:50','2022-03-21 11:12:52'),(547,'QIQQBFLMN',1,1,6,1,102,880,1,149,149,2,'41532a73fcf083fd5163d4708811c3ba','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,395,0,'2022-03-21 11:14:16','0000-00-00 00:00:00',1,'2022-03-21 11:14:14','2022-03-21 11:14:16'),(548,'WZFMTPAWM',1,1,6,1,103,881,1,150,150,2,'8395d5837b44c3ea3603a0a04a6ba1ed','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,396,0,'2022-03-21 11:16:00','0000-00-00 00:00:00',1,'2022-03-21 11:15:58','2022-03-21 11:16:00'),(549,'UDMXVJEMR',1,1,6,1,104,882,1,151,151,2,'ae273ff0e1f000de471b4487280c476b','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,397,0,'2022-03-21 11:18:00','0000-00-00 00:00:00',1,'2022-03-21 11:17:58','2022-03-21 11:18:00'),(550,'KJCHDDHWM',1,1,6,1,105,883,1,152,152,2,'ded70320a59117571688382f17c40200','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,398,0,'2022-03-21 11:20:13','0000-00-00 00:00:00',1,'2022-03-21 11:20:10','2022-03-21 11:20:13'),(551,'WIMQNNGHE',1,1,6,1,106,884,1,153,153,2,'c3c7ca1ef5588cfa60f8f26d0103db81','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,399,0,'2022-03-21 11:23:09','0000-00-00 00:00:00',1,'2022-03-21 11:23:07','2022-03-21 11:23:10'),(552,'IETJRPJWB',1,1,6,1,107,885,1,154,154,2,'9933dc7913a30eb62ec860668bc9a0b7','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,400,0,'2022-03-21 11:23:58','0000-00-00 00:00:00',1,'2022-03-21 11:23:56','2022-03-21 11:23:58'),(553,'HBTUYMUPH',1,1,6,1,108,886,1,155,155,2,'19a62094084c5f01620b4c99b5e95161','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,401,0,'2022-03-21 11:25:58','0000-00-00 00:00:00',1,'2022-03-21 11:25:56','2022-03-21 11:25:58'),(554,'MLOYDIOSX',1,1,6,1,109,887,1,156,156,2,'c0b9e0746dfb2e74ef0555344c0eeb77','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,402,0,'2022-03-21 11:27:43','0000-00-00 00:00:00',1,'2022-03-21 11:27:41','2022-03-21 11:27:43'),(555,'FNEESXZSY',1,1,6,1,110,888,1,157,157,2,'ed4d94c27794da84519afc9d3e7d6cec','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,403,0,'2022-03-21 11:31:00','0000-00-00 00:00:00',1,'2022-03-21 11:30:58','2022-03-21 11:31:00'),(556,'RGGVOLQZU',1,1,6,1,111,889,1,158,158,2,'25f7a17a1aa347c60c42340d9bd4fae0','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,404,0,'2022-03-21 11:32:34','0000-00-00 00:00:00',1,'2022-03-21 11:32:32','2022-03-21 11:32:34'),(557,'DVWCRFDFC',1,1,6,1,112,891,1,159,159,2,'912516bce53f5530a936544a01ddf8a2','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,405,0,'2022-03-21 11:37:19','0000-00-00 00:00:00',1,'2022-03-21 11:37:17','2022-03-21 11:37:19'),(558,'LBFAWCPPZ',1,1,6,1,113,892,1,160,160,2,'ce222f35bdddf766f5bbd4fc48868116','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,406,0,'2022-03-21 11:41:23','0000-00-00 00:00:00',1,'2022-03-21 11:41:21','2022-03-21 11:41:23'),(559,'JJMFXPZMN',1,1,6,1,114,893,1,161,161,2,'d618e31078d0b39d942e1c8dd8186fc4','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,407,0,'2022-03-21 11:42:00','0000-00-00 00:00:00',1,'2022-03-21 11:41:59','2022-03-21 11:42:00'),(560,'RLNXQHWPW',1,1,6,1,115,894,1,162,162,2,'f231364c410dbab884a3839a29c254f3','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,408,0,'2022-03-21 11:43:42','0000-00-00 00:00:00',1,'2022-03-21 11:43:40','2022-03-21 11:43:42'),(561,'DIQOUVWXY',1,1,6,1,116,895,1,163,163,2,'6d1e76ccea66afdc991e22945490c3e4','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,409,0,'2022-03-21 11:47:05','0000-00-00 00:00:00',1,'2022-03-21 11:47:04','2022-03-21 11:47:05'),(562,'UXMKOTLKC',1,1,6,1,117,896,1,164,164,2,'6ca1bcea28456392bf1fa7498727b810','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,410,0,'2022-03-21 11:48:43','0000-00-00 00:00:00',1,'2022-03-21 11:48:41','2022-03-21 11:48:43'),(563,'JPFYGAVND',1,1,6,1,118,897,1,165,165,2,'5a64b1b29a7fa26f45243178fd6554ad','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,411,0,'2022-03-21 11:52:05','0000-00-00 00:00:00',1,'2022-03-21 11:52:03','2022-03-21 11:52:05'),(564,'BOTPDDQYM',1,1,6,1,119,898,1,166,166,2,'36d0db7e508639b63d2516dd226ece88','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,412,0,'2022-03-21 11:53:40','0000-00-00 00:00:00',1,'2022-03-21 11:53:38','2022-03-21 11:53:40'),(565,'KNQIVQTPD',1,1,6,1,120,899,1,167,167,2,'aee65f654d22b145ca0f55b1a6b6949f','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,413,0,'2022-03-21 11:57:20','0000-00-00 00:00:00',1,'2022-03-21 11:57:19','2022-03-21 11:57:20'),(566,'PXXLAHQTW',1,1,6,1,121,900,1,168,168,2,'9ba32e01e1ec5d17ef78e03035f738b7','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,414,0,'2022-03-21 11:59:12','0000-00-00 00:00:00',1,'2022-03-21 11:59:10','2022-03-21 11:59:12'),(567,'INZZDDSTJ',1,1,6,1,122,901,1,169,169,2,'2280ea1d9198bc6391c8e52921b40d04','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,415,0,'2022-03-21 12:01:21','0000-00-00 00:00:00',1,'2022-03-21 12:01:19','2022-03-21 12:01:21'),(568,'UCOCXCRYW',1,1,6,1,123,902,1,170,170,2,'27dfb0c80ce0868a923e30e8df65a101','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,416,0,'2022-03-21 12:03:37','0000-00-00 00:00:00',1,'2022-03-21 12:03:35','2022-03-21 12:03:37'),(569,'BHURJUPLK',1,1,6,1,124,903,1,171,171,2,'baab0115cfc1aa1fe5f0db13f850ab29','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,417,0,'2022-03-21 12:11:06','0000-00-00 00:00:00',1,'2022-03-21 12:11:03','2022-03-21 12:11:06'),(570,'PUQZTWGAF',1,1,6,1,125,904,1,172,172,2,'befaf237ce08e1dc4f49430114d72283','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,418,0,'2022-03-21 13:25:19','0000-00-00 00:00:00',1,'2022-03-21 13:25:16','2022-03-21 13:25:19'),(571,'IVRPWQSVT',1,1,6,1,129,908,1,176,176,2,'93b5171bbec4b5268ba40a1a8558db7b','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,419,0,'2022-03-21 13:38:45','0000-00-00 00:00:00',1,'2022-03-21 13:38:42','2022-03-21 13:38:45'),(572,'TUOEMDIIL',1,1,6,1,138,910,1,185,185,2,'9328e472660880138660593b3164ad2e','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,420,0,'2022-03-21 16:21:14','0000-00-00 00:00:00',1,'2022-03-21 16:20:40','2022-03-21 16:21:14'),(573,'RBRGFYNDE',1,1,6,1,141,911,1,188,188,2,'5ddd81bd203de96dfba662dad5bc2d49','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,421,0,'2022-03-21 16:30:04','0000-00-00 00:00:00',1,'2022-03-21 16:30:02','2022-03-21 16:30:04'),(574,'FRFMTNZAI',1,1,6,1,143,912,1,190,190,2,'e4a50bfb2fb4ce67a0c359562b7be665','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,422,0,'2022-03-21 16:31:13','0000-00-00 00:00:00',1,'2022-03-21 16:31:10','2022-03-21 16:31:13'),(575,'OHYJMUDRT',1,1,6,1,147,916,1,194,194,2,'0845478baa9c22771b20c3b36cb7d96e','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,423,0,'2022-03-21 16:40:52','0000-00-00 00:00:00',1,'2022-03-21 16:40:50','2022-03-21 16:40:52'),(576,'LLZINQNAW',1,1,6,1,150,918,1,197,197,2,'f8b122c9cb53dbabc2da993dcd6bdf85','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,424,0,'2022-03-21 16:41:29','0000-00-00 00:00:00',1,'2022-03-21 16:41:28','2022-03-21 16:41:29'),(577,'HQUACFCNQ',1,1,6,1,154,920,1,201,201,8,'baea85c9044102bb1c263bc87894e457','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.030000,0.020000,0.020000,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,'2022-03-21 16:51:42','2022-03-21 16:51:45'),(578,'KLOZQRGFK',1,1,6,1,155,921,1,202,202,8,'8ebdf40e945762f48e003d6cae4eac87','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.030000,0.020000,0.020000,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,'2022-03-21 16:52:52','2022-03-21 16:52:54'),(579,'DGBOGBJAA',1,1,12,1,165,930,1,212,212,2,'ef1cb5a6b98fdb6b93fa67ca368eb924','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,425,0,'2022-03-22 10:01:35','0000-00-00 00:00:00',1,'2022-03-22 10:01:21','2022-03-22 10:01:35'),(580,'BHLLLRZTK',1,1,12,1,167,931,1,214,214,2,'2169738ff9ebe47f52a1297b0d16ba30','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,426,0,'2022-03-22 10:05:22','0000-00-00 00:00:00',1,'2022-03-22 10:05:20','2022-03-22 10:05:22'),(581,'RZEIXHGEI',1,1,12,1,170,933,1,217,217,2,'a5f0815e94055f5656bdc6089b3c29a7','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,427,0,'2022-03-22 10:23:19','0000-00-00 00:00:00',1,'2022-03-22 10:23:14','2022-03-22 10:23:19'),(582,'INXGRRINP',1,1,12,1,172,935,1,219,219,2,'3ecc34fe428ed2d268229c4dc0e8863b','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,428,0,'2022-03-22 10:30:32','0000-00-00 00:00:00',1,'2022-03-22 10:30:30','2022-03-22 10:30:32'),(583,'GHHFPGXBU',1,1,6,1,3,945,1,223,223,2,'5d0f760482c09e0dbb7301c0a0825249','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.020000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,429,0,'2022-03-22 11:21:55','0000-00-00 00:00:00',1,'2022-03-22 11:21:49','2022-03-22 11:21:57'),(584,'RWHTUVYVC',1,1,12,1,3,948,1,229,229,2,'5d0f760482c09e0dbb7301c0a0825249','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,430,0,'2022-03-22 11:24:32','0000-00-00 00:00:00',1,'2022-03-22 11:24:28','2022-03-22 11:24:32'),(585,'VHBSMQUIE',1,1,12,1,3,951,1,234,234,2,'5d0f760482c09e0dbb7301c0a0825249','applepay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,431,0,'2022-03-22 11:25:36','0000-00-00 00:00:00',1,'2022-03-22 11:25:34','2022-03-22 11:25:36'),(586,'AAKASJTIU',1,1,12,1,3,980,1,268,268,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,432,0,'2022-03-22 13:55:06','0000-00-00 00:00:00',1,'2022-03-22 13:55:04','2022-03-22 13:55:06'),(587,'JOOKGKMRL',1,1,12,1,3,981,1,269,269,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,433,0,'2022-03-22 13:56:39','0000-00-00 00:00:00',1,'2022-03-22 13:56:36','2022-03-22 13:56:39'),(588,'KWXMYIWYA',1,1,12,1,3,982,1,270,270,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,434,0,'2022-03-22 13:58:04','0000-00-00 00:00:00',1,'2022-03-22 13:58:03','2022-03-22 13:58:05'),(589,'SPKNPBICP',1,1,12,1,3,983,1,272,272,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,435,0,'2022-03-22 13:59:24','0000-00-00 00:00:00',1,'2022-03-22 13:59:22','2022-03-22 13:59:24'),(590,'HXAZQGNJC',1,1,12,1,3,984,1,273,273,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,436,0,'2022-03-22 14:04:57','0000-00-00 00:00:00',1,'2022-03-22 14:04:55','2022-03-22 14:04:57'),(591,'KXIQDOESB',1,1,6,1,200,985,1,274,274,2,'c8f27209e0cbec13de4d281dbff5adf6','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,437,0,'2022-03-22 14:10:09','0000-00-00 00:00:00',1,'2022-03-22 14:10:08','2022-03-22 14:10:10'),(592,'UNAJBLFXS',1,1,12,1,3,986,1,275,275,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,438,0,'2022-03-22 14:16:56','0000-00-00 00:00:00',1,'2022-03-22 14:16:54','2022-03-22 14:16:56'),(593,'REIQFHAOV',1,1,12,1,3,987,1,276,276,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,439,0,'2022-03-22 14:20:52','0000-00-00 00:00:00',1,'2022-03-22 14:20:51','2022-03-22 14:20:52'),(594,'OEXFPHUQM',1,1,6,1,201,988,1,277,277,2,'259bbfcbea4084814fc7eda724900baa','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,440,0,'2022-03-22 14:23:55','0000-00-00 00:00:00',1,'2022-03-22 14:23:53','2022-03-22 14:23:55'),(595,'XKXXHKLFJ',1,1,12,1,3,989,1,278,278,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,441,0,'2022-03-22 14:25:00','0000-00-00 00:00:00',1,'2022-03-22 14:24:59','2022-03-22 14:25:00'),(596,'LIHXVNBQW',1,1,12,1,3,990,1,280,280,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,442,0,'2022-03-22 15:50:21','0000-00-00 00:00:00',1,'2022-03-22 15:50:19','2022-03-22 15:50:21'),(597,'IIWKGZVAK',1,1,12,1,3,991,1,282,282,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,443,0,'2022-03-22 16:02:58','0000-00-00 00:00:00',1,'2022-03-22 16:02:56','2022-03-22 16:02:58'),(598,'LUFYYZKMO',1,1,12,1,3,992,1,284,284,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,444,0,'2022-03-22 16:47:27','0000-00-00 00:00:00',1,'2022-03-22 16:47:25','2022-03-22 16:47:27'),(599,'PUVWQVQMH',1,1,12,1,3,994,1,286,286,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,445,0,'2022-03-22 16:53:46','0000-00-00 00:00:00',1,'2022-03-22 16:53:44','2022-03-22 16:53:46'),(600,'CZLMIFIOH',1,1,12,1,3,995,1,287,287,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,446,0,'2022-03-22 16:55:46','0000-00-00 00:00:00',1,'2022-03-22 16:55:45','2022-03-22 16:55:46'),(601,'ZXKFFRFGP',1,1,12,1,3,996,1,288,288,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,447,0,'2022-03-22 16:58:59','0000-00-00 00:00:00',1,'2022-03-22 16:58:57','2022-03-22 16:58:59'),(602,'KWMSDOLBY',1,1,6,1,3,997,1,289,289,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,448,0,'2022-03-22 17:00:27','0000-00-00 00:00:00',1,'2022-03-22 17:00:25','2022-03-22 17:00:27'),(603,'DEGEIFDYB',1,1,12,1,3,998,1,291,291,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,449,0,'2022-03-23 11:36:41','0000-00-00 00:00:00',1,'2022-03-23 11:36:39','2022-03-23 11:36:41'),(604,'PKWPRNHSC',1,1,12,1,3,1000,1,293,293,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,450,0,'2022-03-23 11:58:43','0000-00-00 00:00:00',1,'2022-03-23 11:58:41','2022-03-23 11:58:43'),(605,'VETSLFSLN',1,1,12,1,3,1001,1,294,294,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.010000,0.010000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,451,0,'2022-03-23 12:01:14','0000-00-00 00:00:00',1,'2022-03-23 12:01:12','2022-03-23 12:01:14'),(606,'DOQEMDDBJ',1,1,6,1,3,1002,1,295,295,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,452,0,'2022-03-23 12:04:42','0000-00-00 00:00:00',1,'2022-03-23 12:04:40','2022-03-23 12:04:42'),(607,'GSREIJYLK',1,1,12,1,3,1014,1,307,307,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,453,0,'2022-03-25 10:01:57','0000-00-00 00:00:00',1,'2022-03-25 10:01:54','2022-03-25 10:01:57'),(608,'ZAHIDCMNP',1,1,12,1,3,1015,1,309,309,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,454,0,'2022-03-25 10:02:45','0000-00-00 00:00:00',1,'2022-03-25 10:02:43','2022-03-25 10:02:45'),(609,'OMCGJAWGV',1,1,12,1,3,1016,1,311,311,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,455,0,'2022-03-25 10:09:39','0000-00-00 00:00:00',1,'2022-03-25 10:09:37','2022-03-25 10:09:39'),(610,'RFWDFTBCJ',1,1,6,1,3,1017,1,312,312,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,456,0,'2022-03-25 10:34:12','0000-00-00 00:00:00',1,'2022-03-25 10:34:10','2022-03-25 10:34:12'),(611,'CXQEVAIAE',1,1,6,1,3,1018,1,313,313,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,457,0,'2022-03-25 10:36:53','0000-00-00 00:00:00',1,'2022-03-25 10:36:51','2022-03-25 10:36:53'),(612,'BYUZRRGUG',1,1,6,1,3,1019,1,314,314,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,458,0,'2022-03-25 10:42:36','0000-00-00 00:00:00',1,'2022-03-25 10:42:34','2022-03-25 10:42:36'),(613,'PJRFCGYZQ',1,1,6,1,3,1020,1,315,315,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,459,0,'2022-03-25 10:44:14','0000-00-00 00:00:00',1,'2022-03-25 10:44:12','2022-03-25 10:44:14'),(614,'LGVNCQGPF',1,1,6,1,3,1022,1,316,316,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,460,0,'2022-03-25 10:45:42','0000-00-00 00:00:00',1,'2022-03-25 10:45:40','2022-03-25 10:45:42'),(615,'ZSBATGIDV',1,1,6,1,3,1023,1,317,317,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,461,0,'2022-03-25 10:46:50','0000-00-00 00:00:00',1,'2022-03-25 10:46:48','2022-03-25 10:46:50'),(616,'FOOAJAFXV',1,1,6,1,3,1024,1,318,318,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,462,0,'2022-03-25 10:48:44','0000-00-00 00:00:00',1,'2022-03-25 10:48:42','2022-03-25 10:48:44'),(617,'RNJKIHIKN',1,1,6,1,3,944,1,340,340,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.020000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,463,0,'2022-03-25 11:27:23','0000-00-00 00:00:00',1,'2022-03-25 11:27:21','2022-03-25 11:27:23'),(618,'LRWNPMYXW',1,1,12,1,3,1029,1,343,343,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.030000,0.030000,0.030000,0.030000,0.020000,0.020000,0.010000,0.010000,0.010000,21.000,0.000000,0.000000,0.000000,2,2,464,0,'2022-03-25 12:43:15','0000-00-00 00:00:00',1,'2022-03-25 12:43:13','2022-03-25 12:43:15'),(619,'BEYPJZRYW',1,1,6,1,3,1030,1,344,344,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,465,0,'2022-03-25 12:47:39','0000-00-00 00:00:00',1,'2022-03-25 12:47:37','2022-03-25 12:47:39'),(620,'ILAXLVQTB',1,1,6,1,3,1031,1,345,345,2,'5d0f760482c09e0dbb7301c0a0825249','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,466,0,'2022-03-25 12:48:50','0000-00-00 00:00:00',1,'2022-03-25 12:48:47','2022-03-25 12:48:50'),(621,'IRIRQDAAU',1,1,6,1,202,1033,1,347,348,2,'392109ffe60cca01c2a3d8f25e4f6332','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,467,0,'2022-03-25 13:28:39','0000-00-00 00:00:00',1,'2022-03-25 13:28:37','2022-03-25 13:28:39'),(622,'FGXVDVNIN',1,1,6,1,256,1100,1,455,456,2,'195d0239a65f7f9f662b44809851c09d','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,468,0,'2022-03-29 12:01:19','0000-00-00 00:00:00',1,'2022-03-29 12:01:17','2022-03-29 12:01:21'),(623,'YAIADBNSL',1,1,6,1,267,1101,1,477,478,2,'91f2e47740d8dc3b1ae805dee1e959d1','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.040000,0.040000,0.040000,0.080000,0.020000,0.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,469,0,'2022-03-29 17:19:27','0000-00-00 00:00:00',1,'2022-03-29 17:19:24','2022-03-29 17:19:29'),(624,'FHTEHHGVI',1,1,6,1,268,1106,1,479,480,2,'20ef9f72cd7bc2fe028eb8ba3a842797','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,470,0,'2022-04-04 10:07:14','0000-00-00 00:00:00',1,'2022-04-04 10:07:10','2022-04-04 10:07:16'),(625,'YKVKYZTDV',1,1,6,1,269,1107,1,481,482,2,'8164ceef0ab109f268a575d54a7d9a33','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,471,0,'2022-04-04 10:09:30','0000-00-00 00:00:00',1,'2022-04-04 10:09:27','2022-04-04 10:09:32'),(626,'QJRVCSGVH',1,1,6,1,270,1108,1,483,484,2,'24aaf62ef2981672e89148ad8ba6af30','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,472,0,'2022-04-04 10:10:27','0000-00-00 00:00:00',1,'2022-04-04 10:10:23','2022-04-04 10:10:29'),(627,'YOMERCBDB',1,1,6,1,271,1109,1,485,486,8,'a7afbc0f33f9d150939e47a2bb639acf','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.020000,0.010000,0.010000,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,'2022-04-04 10:11:24','2022-04-04 10:11:26'),(628,'YSHUAROIJ',1,1,6,1,272,1111,1,487,488,8,'05f724b97abb0e59a5096eee6c3c368d','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.020000,0.010000,0.010000,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,'2022-04-04 10:21:45','2022-04-04 10:21:48'),(629,'UJSVAZFJC',1,1,6,1,274,1110,1,489,489,9,'1d300fc2df41e276cee9cace51fcbdfe','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,140.370000,140.370000,116.010000,140.370000,116.010000,140.370000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,473,0,'2022-04-04 10:39:01','0000-00-00 00:00:00',0,'2022-04-04 10:38:57','2022-04-04 10:39:06'),(630,'YCLROXVYP',1,1,6,1,274,1114,1,489,489,9,'1d300fc2df41e276cee9cace51fcbdfe','Credit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,106.270000,106.270000,88.000000,212.540000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,474,0,'2022-04-04 10:48:26','0000-00-00 00:00:00',0,'2022-04-04 10:48:19','2022-04-04 10:48:28'),(631,'OQCMVNKOD',1,1,6,1,274,1115,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,12.700000,12.700000,11.730000,25.400000,10.730000,11.700000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,475,0,'2022-04-04 11:12:08','0000-00-00 00:00:00',1,'2022-04-04 11:12:02','2022-04-04 11:12:11'),(632,'LMVWNNLVY',1,1,14,1,274,1116,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,10.870000,10.870000,10.040000,21.740000,8.940000,9.750000,0.120000,0.120000,0.100000,21.000,0.000000,0.000000,0.000000,2,2,476,0,'2022-04-04 11:14:30','0000-00-00 00:00:00',1,'2022-04-04 11:14:28','2022-04-04 11:14:32'),(633,'UBXSJPEQX',1,1,6,1,274,1117,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,12.700000,12.700000,11.730000,25.400000,10.730000,11.700000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,477,0,'2022-04-04 11:19:44','0000-00-00 00:00:00',1,'2022-04-04 11:19:41','2022-04-04 11:19:46'),(634,'MDKGIDNKY',1,1,6,1,274,1113,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,7.800000,7.800000,7.160000,7.800000,7.160000,7.800000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,478,0,'2022-04-04 11:20:54','0000-00-00 00:00:00',1,'2022-04-04 11:20:51','2022-04-04 11:20:54'),(635,'SQJIYRKPZ',1,1,6,5,274,1119,1,490,490,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,479,0,'2022-04-04 15:01:00','0000-00-00 00:00:00',1,'2022-04-04 15:00:57','2022-04-04 15:01:00'),(636,'UWIZGFDGD',1,1,6,1,274,1120,1,489,489,9,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,36.090000,36.090000,30.000000,72.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,480,0,'2022-04-05 10:04:33','0000-00-00 00:00:00',0,'2022-04-05 10:04:25','2022-04-05 10:04:35'),(637,'VDBRMWUGD',1,1,6,1,274,1121,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,481,0,'2022-04-05 10:07:47','0000-00-00 00:00:00',1,'2022-04-05 10:06:13','2022-04-05 10:08:22'),(638,'KHNQLPUIJ',1,1,6,1,274,1122,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,482,0,'2022-04-05 10:11:13','0000-00-00 00:00:00',1,'2022-04-05 10:11:10','2022-04-05 10:13:34'),(639,'HEDRTVEYP',1,1,6,1,274,1123,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,483,0,'2022-04-05 10:15:33','0000-00-00 00:00:00',1,'2022-04-05 10:15:31','2022-04-05 10:15:35'),(640,'TTQHWYMDO',1,1,14,1,274,1118,1,491,492,2,'1d300fc2df41e276cee9cace51fcbdfe','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.160000,0.160000,0.140000,0.320000,0.030000,0.030000,0.120000,0.120000,0.100000,21.000,0.000000,0.000000,0.000000,2,2,484,0,'2022-04-05 10:28:19','0000-00-00 00:00:00',1,'2022-04-05 10:28:17','2022-04-05 10:28:21'),(641,'XRWQLZPBP',1,1,6,1,274,1124,1,493,494,2,'1d300fc2df41e276cee9cace51fcbdfe','mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,485,0,'2022-04-05 10:52:53','0000-00-00 00:00:00',1,'2022-04-05 10:52:51','2022-04-05 10:52:56'),(642,'SGBMUDJQY',1,1,6,1,274,1125,1,495,496,2,'1d300fc2df41e276cee9cace51fcbdfe','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,486,0,'2022-04-05 11:05:38','0000-00-00 00:00:00',1,'2022-04-05 11:05:36','2022-04-05 11:05:40'),(643,'EIPCTGOWP',1,1,6,1,274,1126,1,497,498,2,'1d300fc2df41e276cee9cace51fcbdfe','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,487,0,'2022-04-05 11:06:51','0000-00-00 00:00:00',1,'2022-04-05 11:06:49','2022-04-05 11:06:53'),(644,'IDXYSNRLI',1,1,6,1,274,1127,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,488,0,'2022-04-05 11:47:01','0000-00-00 00:00:00',1,'2022-04-05 11:46:55','2022-04-05 11:47:05'),(645,'EKELPKHAN',1,1,6,1,274,1128,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,489,0,'2022-04-05 11:56:15','0000-00-00 00:00:00',1,'2022-04-05 11:56:13','2022-04-05 11:56:19'),(646,'KIECFILQJ',1,1,6,1,274,1129,1,489,489,9,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,36.090000,36.090000,30.000000,72.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,490,0,'2022-04-05 11:59:56','0000-00-00 00:00:00',0,'2022-04-05 11:59:49','2022-04-05 12:00:19'),(647,'TJXRSWITO',1,1,6,1,274,1130,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,491,0,'2022-04-05 12:01:42','0000-00-00 00:00:00',1,'2022-04-05 12:01:39','2022-04-05 12:01:44'),(648,'ARFLMSPFP',1,1,6,1,274,1131,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,492,0,'2022-04-05 13:56:20','0000-00-00 00:00:00',1,'2022-04-05 13:56:17','2022-04-05 13:57:24'),(649,'OKILRFWIQ',1,1,6,1,274,1132,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,493,0,'2022-04-05 13:58:44','0000-00-00 00:00:00',1,'2022-04-05 13:58:42','2022-04-05 13:58:46'),(650,'ZBVOTOFEA',1,1,6,1,274,1133,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,494,0,'2022-04-05 14:01:20','0000-00-00 00:00:00',1,'2022-04-05 14:01:17','2022-04-05 14:01:32'),(651,'PCFZGGZEY',1,1,6,1,274,1134,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,495,0,'2022-04-05 14:02:45','0000-00-00 00:00:00',1,'2022-04-05 14:02:42','2022-04-05 14:02:48'),(652,'CSAHYVZQE',1,1,6,1,274,1135,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,496,0,'2022-04-05 14:12:06','0000-00-00 00:00:00',1,'2022-04-05 14:11:44','2022-04-05 14:12:06'),(653,'ZRMBIOXRW',1,1,6,1,274,1136,1,489,489,9,'1d300fc2df41e276cee9cace51fcbdfe','Vouchers',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,497,0,'2022-04-05 14:13:17','0000-00-00 00:00:00',0,'2022-04-05 14:13:12','2022-04-05 14:13:21'),(654,'LYCNPMTKV',1,1,6,1,274,1138,1,489,489,9,'1d300fc2df41e276cee9cace51fcbdfe','Vouchers',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,498,0,'2022-04-11 13:10:13','0000-00-00 00:00:00',0,'2022-04-11 13:10:08','2022-04-11 13:10:17'),(655,'QUPZLWQKG',1,1,6,2,283,1149,1,545,546,2,'6b94893982776194319f46c087614eff','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,499,0,'2022-04-19 10:49:36','0000-00-00 00:00:00',1,'2022-04-19 10:49:32','2022-04-19 10:49:38'),(656,'PYIZSAYZV',1,1,6,2,285,1150,1,549,550,2,'85e15df6b025ecfb78b8b125c078d72b','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,500,0,'2022-04-19 10:51:58','0000-00-00 00:00:00',1,'2022-04-19 10:51:55','2022-04-19 10:52:00'),(657,'NTMREJSEV',1,1,6,2,293,1157,1,565,566,2,'1db2eaca4509469f52f2d631c3c5cf94','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,501,0,'2022-04-19 10:58:20','0000-00-00 00:00:00',1,'2022-04-19 10:58:18','2022-04-19 10:58:22'),(658,'EQBQNNHIN',1,1,6,2,294,1158,1,567,568,2,'2b6559d335ebc1a022c039b8717fc39f','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,502,0,'2022-04-19 10:59:23','0000-00-00 00:00:00',1,'2022-04-19 10:59:20','2022-04-19 10:59:25'),(659,'YAMNTEZTE',1,1,6,2,295,1159,1,569,570,2,'0aeaac86288a6600ecd18a1d4b7534f1','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,503,0,'2022-04-19 11:13:04','0000-00-00 00:00:00',1,'2022-04-19 11:13:01','2022-04-19 11:13:06'),(660,'TZBRKEXZJ',1,1,6,2,296,1160,1,571,572,2,'512b02d9764de43b856e5c007a9604d3','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,504,0,'2022-04-19 11:13:57','0000-00-00 00:00:00',1,'2022-04-19 11:13:55','2022-04-19 11:13:59'),(661,'AGGBRHASS',1,1,6,2,301,1167,1,581,582,2,'9aedc89d4ad8a885c9cab2fd994a0b26','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,505,0,'2022-04-19 12:11:48','0000-00-00 00:00:00',1,'2022-04-19 12:11:46','2022-04-19 12:11:51'),(662,'DLMERVIVF',1,1,6,2,300,1166,1,579,580,2,'97b567a374cd47d171da42cc9860f09c','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,506,0,'2022-04-19 12:11:56','0000-00-00 00:00:00',1,'2022-04-19 12:11:54','2022-04-19 12:11:59'),(663,'VONSKOIUV',1,1,6,2,302,1168,1,583,584,2,'a72b4dcf90e78070450d8c82ddfbf721','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,507,0,'2022-04-19 14:17:44','0000-00-00 00:00:00',1,'2022-04-19 14:17:41','2022-04-19 14:17:46'),(664,'QCLUQURMG',1,1,6,2,304,1170,1,587,588,2,'31e628a992887ffc0c4706c82cf4aad2','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,508,0,'2022-04-19 14:20:46','0000-00-00 00:00:00',1,'2022-04-19 14:20:43','2022-04-19 14:20:48'),(665,'CTMUKYFRB',1,1,6,2,305,1171,1,589,590,2,'0b13b9b82607e5d89582deec8a9d8599','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,509,0,'2022-04-19 14:31:28','0000-00-00 00:00:00',1,'2022-04-19 14:31:25','2022-04-19 14:31:30'),(666,'ZFAVMAGKM',1,1,6,2,306,1172,1,591,592,2,'ac62b21b65e8777a3f2acb6c1fffc63e','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,510,0,'2022-04-19 14:33:14','0000-00-00 00:00:00',1,'2022-04-19 14:33:12','2022-04-19 14:33:16'),(667,'PDQKASHOX',1,1,6,2,308,1174,1,595,596,2,'906e34e459a1a17dcb317dd35aa7473c','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,511,0,'2022-04-19 14:35:33','0000-00-00 00:00:00',1,'2022-04-19 14:35:30','2022-04-19 14:35:35'),(668,'EZHQUIZKT',1,1,6,2,309,1175,1,597,598,2,'d13984a486e52be0aed6a0ed8c0afba6','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,512,0,'2022-04-19 14:45:51','0000-00-00 00:00:00',1,'2022-04-19 14:45:48','2022-04-19 14:45:53'),(669,'ZRVQWUJQF',1,1,6,2,310,1176,1,599,600,7,'129a6b76cc34005b78fa7910fd7f4975','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,513,0,'2022-04-19 14:48:10','0000-00-00 00:00:00',0,'2022-04-19 14:48:08','2022-04-25 11:10:28'),(670,'VJFSEVAUA',1,1,6,2,311,1177,1,601,602,2,'13c25e463f40cd13a61c310b015615a4','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,514,0,'2022-04-25 11:16:40','0000-00-00 00:00:00',1,'2022-04-25 11:16:37','2022-04-25 11:16:42'),(671,'BSVONTJIN',1,1,6,2,312,1178,1,603,604,2,'3270f658fa68d2d2d83cf3fd20d63d6d','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,515,0,'2022-04-25 11:21:50','0000-00-00 00:00:00',1,'2022-04-25 11:21:46','2022-04-25 11:21:54'),(672,'CSJXNRADP',1,1,6,2,314,1180,1,607,608,2,'72a610f0116c38563276e1e6172148f9','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,516,0,'2022-04-25 11:28:44','0000-00-00 00:00:00',1,'2022-04-25 11:28:41','2022-04-25 11:28:44'),(673,'MMYTZYXZH',1,1,6,2,274,1139,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.030000,1.030000,1.020000,2.060000,0.020000,0.030000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,517,0,'2022-04-25 11:40:50','0000-00-00 00:00:00',1,'2022-04-25 11:40:47','2022-04-25 11:40:52'),(674,'ZMQAOFJBR',1,1,6,2,274,1181,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,518,0,'2022-04-25 11:43:46','0000-00-00 00:00:00',1,'2022-04-25 11:43:39','2022-04-25 11:43:48'),(675,'THKNHTBCI',1,1,6,2,274,1182,1,489,489,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-04-25 12:26:55','2022-04-25 12:26:58'),(676,'CAXJTYPGB',1,1,6,2,274,1183,1,489,489,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-04-25 13:25:58','2022-04-25 13:26:01'),(677,'PUHRTHRKM',1,1,6,2,274,1184,1,489,489,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-04-25 13:34:58','2022-04-25 13:35:01'),(678,'PBGWBWBSO',1,1,6,2,274,1185,1,489,489,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-04-25 13:36:13','2022-04-25 13:36:19'),(679,'RMPTMXWGC',1,1,6,2,274,1186,1,489,489,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-04-25 13:51:17','2022-04-25 13:51:20'),(680,'KNSGOSJZC',1,1,6,2,328,1199,1,635,636,2,'e7ab695cddf64fdc6b71ed989458af48','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,519,0,'2022-04-26 16:39:21','0000-00-00 00:00:00',1,'2022-04-26 16:39:18','2022-04-26 16:39:21'),(681,'DBBAAFOUW',1,1,6,2,329,1200,1,637,638,2,'b5b2d18361f103a61a0d85c42666a7b3','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,520,0,'2022-04-26 16:41:00','0000-00-00 00:00:00',1,'2022-04-26 16:40:54','2022-04-26 16:41:01'),(682,'BSDZHKUCD',1,1,6,1,274,1188,1,489,489,7,'1d300fc2df41e276cee9cace51fcbdfe','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.100000,35.100000,29.010000,35.100000,29.010000,35.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,521,0,'2022-05-02 10:02:29','0000-00-00 00:00:00',0,'2022-05-02 10:02:25','2022-05-02 13:28:16'),(683,'LHYUJOUNC',1,1,6,1,274,1201,1,489,489,201,'1d300fc2df41e276cee9cace51fcbdfe','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3.900000,3.900000,3.580000,3.900000,3.580000,3.900000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,522,0,'2022-05-02 10:05:25','0000-00-00 00:00:00',0,'2022-05-02 10:05:21','2022-05-02 12:20:13'),(684,'TJPIDLRME',1,1,6,1,330,1202,1,639,639,2,'9dccb196859e21ee09f85595f36e8002','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,523,0,'2022-05-02 10:56:17','0000-00-00 00:00:00',1,'2022-05-02 10:56:13','2022-05-02 10:56:19'),(685,'TWTRUMWJT',1,1,6,1,330,1203,1,639,639,2,'9dccb196859e21ee09f85595f36e8002','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,524,0,'2022-05-02 10:57:34','0000-00-00 00:00:00',1,'2022-05-02 10:57:32','2022-05-02 10:57:36'),(686,'MTMYURWNB',1,1,6,1,330,1204,1,639,639,2,'9dccb196859e21ee09f85595f36e8002','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,525,0,'2022-05-02 11:04:26','0000-00-00 00:00:00',1,'2022-05-02 11:04:24','2022-05-02 11:04:28'),(687,'QHVPSETDU',1,1,6,1,274,1205,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,526,0,'2022-05-02 11:28:03','0000-00-00 00:00:00',1,'2022-05-02 11:28:01','2022-05-02 11:28:05'),(688,'YLQHJBUSE',1,1,6,1,274,1206,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,527,0,'2022-05-02 11:35:07','0000-00-00 00:00:00',1,'2022-05-02 11:35:04','2022-05-02 11:35:09'),(689,'HAOKAAGXF',1,1,6,1,274,1207,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,528,0,'2022-05-02 11:37:52','0000-00-00 00:00:00',1,'2022-05-02 11:37:50','2022-05-02 11:37:54'),(690,'YWYICKMKY',1,1,6,1,274,1208,1,489,489,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,529,0,'2022-05-02 11:45:23','0000-00-00 00:00:00',1,'2022-05-02 11:45:21','2022-05-02 11:45:25'),(691,'EUVSSDRJJ',1,1,6,1,274,1209,1,489,489,201,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,4.900000,4.900000,4.580000,9.800000,3.580000,3.900000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,530,0,'2022-05-02 12:04:26','0000-00-00 00:00:00',0,'2022-05-02 12:04:24','2022-05-02 14:20:48'),(692,'PASUAEKKS',1,1,6,1,274,1210,1,490,490,2,'1d300fc2df41e276cee9cace51fcbdfe','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,44.850000,44.850000,41.150000,44.850000,41.150000,44.850000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,531,0,'2022-05-02 13:11:08','0000-00-00 00:00:00',1,'2022-05-02 13:11:05','2022-05-02 13:11:08'),(693,'RBWZQMNSX',1,1,6,2,333,1213,1,643,644,2,'5f4c272cd38bed8481dc1c5756d91554','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,532,0,'2022-05-02 15:36:56','0000-00-00 00:00:00',1,'2022-05-02 15:36:53','2022-05-02 15:36:56'),(694,'EBKBWVQTG',1,1,6,2,334,1214,1,647,648,2,'2388b62bbdb1104df29d4b666d97b5a1','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,533,0,'2022-05-02 16:26:40','0000-00-00 00:00:00',1,'2022-05-02 16:26:37','2022-05-02 16:26:40'),(695,'JAVXTBEQF',1,1,6,1,274,1212,1,645,645,2,'1d300fc2df41e276cee9cace51fcbdfe','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,3.900000,3.900000,3.580000,3.900000,3.580000,3.900000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,534,0,'2022-05-02 16:28:34','0000-00-00 00:00:00',1,'2022-05-02 16:28:31','2022-05-02 16:28:34'),(696,'KEWYLDEXP',1,1,6,1,274,1215,1,645,645,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,535,0,'2022-05-03 11:59:18','0000-00-00 00:00:00',1,'2022-05-03 11:59:15','2022-05-03 11:59:20'),(697,'XLNAJKAVY',1,1,6,1,274,1216,1,645,645,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,536,0,'2022-05-03 14:46:31','0000-00-00 00:00:00',1,'2022-05-03 14:46:28','2022-05-03 14:46:33'),(698,'YBUPGKKLF',1,1,6,1,274,1217,1,645,645,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,537,0,'2022-05-03 14:48:38','0000-00-00 00:00:00',1,'2022-05-03 14:48:35','2022-05-03 14:48:40'),(699,'QGVVOBECV',1,1,6,1,274,1218,1,645,645,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,538,0,'2022-05-03 14:52:21','0000-00-00 00:00:00',1,'2022-05-03 14:52:17','2022-05-03 14:52:26'),(700,'BINWJXRNJ',1,1,6,1,274,1219,1,645,645,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,539,0,'2022-05-03 16:29:47','0000-00-00 00:00:00',1,'2022-05-03 16:29:44','2022-05-03 16:29:50'),(701,'QYXJQDBGH',1,1,6,1,274,1220,1,649,649,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,540,0,'2022-05-03 16:31:35','0000-00-00 00:00:00',1,'2022-05-03 16:31:32','2022-05-03 16:31:37'),(702,'USLNFFMXK',1,1,6,2,335,1222,1,650,651,2,'de56dd65cd0b343bb3d3ee956f806dee','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,541,0,'2022-05-04 16:52:08','0000-00-00 00:00:00',1,'2022-05-04 16:52:05','2022-05-04 16:52:08'),(703,'VNFXAXQSR',1,1,6,2,336,1223,1,652,653,2,'0e3734cd3453da2a3631202a167c574a','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,542,0,'2022-05-04 17:08:22','0000-00-00 00:00:00',1,'2022-05-04 17:08:19','2022-05-04 17:08:22'),(704,'FYKLMFGJD',1,1,6,2,337,1224,1,654,655,2,'99bce85612921d76402cd540d30cc8f6','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,543,0,'2022-05-04 17:09:16','0000-00-00 00:00:00',1,'2022-05-04 17:09:13','2022-05-04 17:09:16'),(705,'PKRGJJWJE',1,1,6,2,338,1225,1,656,657,2,'192f4255a57c55287ea5afe822042ebf','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,544,0,'2022-05-04 17:19:42','0000-00-00 00:00:00',1,'2022-05-04 17:19:39','2022-05-04 17:19:42'),(706,'XRZIELNBK',1,1,6,2,339,1226,1,658,659,2,'27d12cff0a5a721426a08ed7465a6133','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,545,0,'2022-05-04 17:21:15','0000-00-00 00:00:00',1,'2022-05-04 17:21:13','2022-05-04 17:21:15'),(707,'OBPYWRVTC',1,1,6,2,340,1227,1,660,661,2,'5c64df8f6be21a0477650425df482135','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,546,0,'2022-05-04 17:23:39','0000-00-00 00:00:00',1,'2022-05-04 17:23:36','2022-05-04 17:23:39'),(708,'FDJNYYMOM',1,1,6,2,341,1228,1,662,663,2,'e82c387b185df4921dd4e2e50ac54d09','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,547,0,'2022-05-04 17:25:42','0000-00-00 00:00:00',1,'2022-05-04 17:25:40','2022-05-04 17:25:42'),(709,'XRRAEIWKY',1,1,6,2,342,1229,1,664,665,2,'5461e720aca35762957306b0ac20ee3c','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,548,0,'2022-05-05 11:32:37','0000-00-00 00:00:00',1,'2022-05-05 11:32:34','2022-05-05 11:32:38'),(710,'MLKEQJXSP',1,1,6,2,343,1230,1,666,667,2,'25531644a0d0eecbc6e1cd63c19d6517','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,549,0,'2022-05-05 11:44:26','0000-00-00 00:00:00',1,'2022-05-05 11:44:23','2022-05-05 11:44:26'),(711,'PFZILJONY',1,1,6,2,345,1232,1,670,671,2,'36c56e1ea45a6e8689d9a653d8ddc93b','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,550,0,'2022-05-05 11:49:01','0000-00-00 00:00:00',1,'2022-05-05 11:48:58','2022-05-05 11:49:01'),(712,'BBTVKTCRW',1,1,6,2,347,1234,1,674,675,2,'45b1e4ded267d4a06e52c1ddd12aa949','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,551,0,'2022-05-09 13:05:26','0000-00-00 00:00:00',1,'2022-05-09 13:05:22','2022-05-09 13:05:26'),(713,'VPSKCGRXK',1,1,6,1,274,1221,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,4.900000,4.900000,4.580000,9.800000,3.580000,3.900000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,552,0,'2022-05-09 13:34:01','0000-00-00 00:00:00',1,'2022-05-09 13:33:58','2022-05-09 13:34:04'),(714,'MZOVEGRGW',1,1,6,1,274,1236,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,553,0,'2022-05-09 13:36:41','0000-00-00 00:00:00',1,'2022-05-09 13:36:38','2022-05-09 13:36:43'),(715,'VSLYXCFDF',1,1,6,1,274,1237,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,554,0,'2022-05-09 13:37:44','0000-00-00 00:00:00',1,'2022-05-09 13:37:41','2022-05-09 13:37:46'),(716,'WZCWCNBYR',1,1,6,1,274,1238,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,555,0,'2022-05-09 14:36:15','0000-00-00 00:00:00',1,'2022-05-09 14:36:12','2022-05-09 14:36:17'),(717,'GBDJDVBCY',1,1,6,2,349,1239,1,678,679,2,'d516fea45c5d0d5a47cae733e2e51322','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,556,0,'2022-05-09 14:38:56','0000-00-00 00:00:00',1,'2022-05-09 14:38:54','2022-05-09 14:38:56'),(718,'OYRBKKKWE',1,1,6,1,274,1240,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,557,0,'2022-05-09 16:05:46','0000-00-00 00:00:00',1,'2022-05-09 16:05:44','2022-05-09 16:05:48'),(719,'LZCLXTMPL',1,1,6,1,274,1241,1,646,646,202,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.000000,0.010000,0.010000,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,'2022-05-09 16:58:39','2022-05-09 16:58:42'),(720,'OUPCEPLYL',1,1,6,1,274,1242,1,646,646,202,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.000000,0.010000,0.010000,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,'2022-05-09 17:00:53','2022-05-09 17:00:55'),(721,'KNVFDNANA',1,1,6,1,274,1243,1,646,646,202,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.000000,0.010000,0.010000,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,'2022-05-09 17:03:59','2022-05-09 17:05:59'),(722,'EZMKEIQKU',1,1,6,1,274,1244,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.010000,1.010000,1.010000,2.020000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,558,0,'2022-05-09 17:08:56','0000-00-00 00:00:00',1,'2022-05-09 17:08:47','2022-05-09 17:09:00'),(723,'BFACLPGHP',1,1,6,1,274,1245,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,559,0,'2022-05-10 10:55:30','0000-00-00 00:00:00',1,'2022-05-10 10:48:24','2022-05-10 10:55:33'),(724,'SHKVAMIFW',1,1,6,1,274,1246,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,560,0,'2022-05-10 10:58:52','0000-00-00 00:00:00',1,'2022-05-10 10:58:49','2022-05-10 10:58:54'),(725,'TKYKTBHPL',1,1,6,1,274,1247,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,561,0,'2022-05-10 11:01:05','0000-00-00 00:00:00',1,'2022-05-10 11:00:09','2022-05-10 11:01:08'),(726,'KHAMRNHSW',1,1,6,1,274,1248,1,646,646,202,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-05-10 11:02:04','2022-05-10 11:02:07'),(727,'JTSDZWHCT',1,1,6,1,274,1249,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,562,0,'2022-05-10 11:04:18','0000-00-00 00:00:00',1,'2022-05-10 11:03:14','2022-05-10 11:04:20'),(728,'QARTZVUHV',1,1,6,1,274,1250,1,646,646,6,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,563,0,'2022-05-10 11:04:18','0000-00-00 00:00:00',0,'2022-05-10 11:04:14','2022-06-07 11:36:09'),(729,'NQWGSRRJY',1,1,6,1,274,1251,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,564,0,'2022-05-10 11:19:44','0000-00-00 00:00:00',1,'2022-05-10 11:16:40','2022-05-10 11:19:47'),(730,'SETZSHLQF',1,1,6,1,274,1252,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,565,0,'2022-05-10 11:30:21','0000-00-00 00:00:00',1,'2022-05-10 11:30:17','2022-05-10 11:30:23'),(731,'JIBTLYVCB',1,1,6,1,274,1253,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,566,0,'2022-05-10 11:33:11','0000-00-00 00:00:00',1,'2022-05-10 11:33:08','2022-05-10 11:33:14'),(732,'GKOELXGMQ',1,1,6,1,274,1254,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,567,0,'2022-05-10 11:34:38','0000-00-00 00:00:00',1,'2022-05-10 11:34:34','2022-05-10 11:34:40'),(733,'LQEROGMGN',1,1,6,1,274,1255,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,568,0,'2022-05-10 14:08:34','0000-00-00 00:00:00',1,'2022-05-10 14:08:25','2022-05-10 14:08:37'),(734,'TOEYZELHP',1,1,6,1,274,1256,1,646,646,202,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,2.950000,1.790000,1.950000,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,'2022-05-10 14:10:11','2022-05-10 14:10:27'),(735,'SGTXHKZEH',1,1,6,1,274,1257,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.790000,2.950000,2.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,569,0,'2022-05-10 14:20:15','0000-00-00 00:00:00',1,'2022-05-10 14:13:36','2022-05-10 14:24:47'),(736,'IFOISZEBI',1,1,6,1,274,1258,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.790000,2.950000,5.740000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,570,0,'2022-05-10 14:25:46','0000-00-00 00:00:00',1,'2022-05-10 14:25:43','2022-05-10 14:25:48'),(737,'ATVMZONGP',1,1,6,1,274,1259,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.790000,2.950000,5.740000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,571,0,'2022-05-10 14:28:46','0000-00-00 00:00:00',1,'2022-05-10 14:28:42','2022-05-10 14:28:48'),(738,'XJJUSWQZI',1,1,6,1,274,1260,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.790000,2.950000,5.740000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,572,0,'2022-05-10 14:29:52','0000-00-00 00:00:00',1,'2022-05-10 14:29:49','2022-05-10 14:29:54'),(739,'CLKGISQGJ',1,1,6,1,274,1261,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.790000,2.950000,5.740000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,573,0,'2022-05-10 14:30:50','0000-00-00 00:00:00',1,'2022-05-10 14:30:48','2022-05-10 14:30:53'),(740,'VVGNCWQTC',1,1,6,1,274,1262,1,646,646,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-05-10 14:33:38','2022-05-10 14:33:41'),(741,'PRNPWVAHJ',1,1,6,1,274,1263,1,646,646,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-05-10 14:34:30','2022-05-10 14:34:32'),(742,'AJHPKTFNY',1,1,6,1,274,1264,1,646,646,13,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-05-10 14:39:04','2022-05-10 14:39:07'),(743,'AGKDVLHIX',1,1,6,1,274,1265,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,574,0,'2022-05-10 14:41:55','0000-00-00 00:00:00',1,'2022-05-10 14:41:48','2022-05-10 14:41:57'),(744,'OIHIPQHBZ',1,1,6,1,274,1266,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.950000,2.790000,5.900000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,575,0,'2022-05-10 14:42:37','0000-00-00 00:00:00',1,'2022-05-10 14:42:31','2022-05-10 14:42:40'),(745,'PARACQZEA',1,1,6,1,274,1267,1,646,646,2,'1d300fc2df41e276cee9cace51fcbdfe','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,2.950000,2.790000,2.950000,5.740000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,576,0,'2022-05-10 14:43:08','0000-00-00 00:00:00',1,'2022-05-10 14:43:05','2022-05-10 14:43:10'),(746,'PBZLTTCVN',1,1,6,2,350,1268,1,680,681,2,'e1382b5d293a3db62d05dd6efdd7b768','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,577,0,'2022-05-10 16:15:18','0000-00-00 00:00:00',1,'2022-05-10 16:15:15','2022-05-10 16:15:18'),(747,'SDIFLFATR',1,1,6,2,351,1269,1,682,683,2,'25f2df659d10e3ba908158c3144fbb56','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,578,0,'2022-05-10 16:16:23','0000-00-00 00:00:00',1,'2022-05-10 16:16:21','2022-05-10 16:16:26'),(748,'WHEWNVYOA',1,1,6,12,274,1270,1,649,649,9,'1d300fc2df41e276cee9cace51fcbdfe','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,212.490000,212.490000,175.790000,212.490000,175.790000,212.490000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,579,0,'2022-05-23 10:16:28','0000-00-00 00:00:00',0,'2022-05-23 10:16:25','2022-05-23 10:16:31'),(749,'RDNUMVQDH',1,1,6,12,274,1277,1,646,646,201,'1d300fc2df41e276cee9cace51fcbdfe','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,109.170000,109.170000,90.580000,109.170000,90.580000,109.170000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,580,0,'2022-05-23 10:17:53','0000-00-00 00:00:00',0,'2022-05-23 10:17:51','2022-05-23 12:20:11'),(750,'JPCPUQMFS',1,1,6,12,274,1280,1,727,728,2,'1d300fc2df41e276cee9cace51fcbdfe','Apple Pay',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.020000,0.020000,0.020000,0.040000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,581,0,'2022-05-23 17:08:13','0000-00-00 00:00:00',1,'2022-05-23 17:08:11','2022-05-23 17:08:16'),(751,'UMUKYXORW',1,1,6,12,274,1278,1,726,726,9,'1d300fc2df41e276cee9cace51fcbdfe','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,87.000000,105.270000,105.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,582,0,'2022-05-24 11:49:33','0000-00-00 00:00:00',0,'2022-05-24 11:49:27','2022-05-24 11:49:42'),(752,'AEDRWHMXS',1,1,6,12,274,1282,1,649,649,9,'1d300fc2df41e276cee9cace51fcbdfe','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,583,0,'2022-05-24 12:00:20','0000-00-00 00:00:00',0,'2022-05-24 12:00:18','2022-05-24 12:00:23'),(753,'MVJQJQSIK',1,1,6,12,274,1283,1,649,649,1,'1d300fc2df41e276cee9cace51fcbdfe','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,584,0,'2022-05-24 12:01:34','0000-00-00 00:00:00',0,'2022-05-24 12:01:32','2022-05-25 14:02:45'),(754,'ESYTYGHWF',1,1,6,12,274,1284,1,649,649,9,'1d300fc2df41e276cee9cace51fcbdfe','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,107.220000,107.220000,88.790000,107.220000,88.790000,107.220000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,585,0,'2022-05-31 10:11:33','0000-00-00 00:00:00',0,'2022-05-31 10:11:30','2022-05-31 10:11:37'),(755,'RIACSEDER',1,1,6,1,374,1288,1,730,730,12,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-05-31 16:39:05','2022-05-31 16:39:10'),(756,'GGONESMDV',1,1,6,1,374,1289,1,731,731,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,72.180000,60.000000,72.180000,72.180000,58.000000,70.180000,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,'2022-06-07 13:48:33','2022-06-07 16:34:53'),(757,'SHYSTKJPZ',1,1,6,1,374,1290,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,177.400000,146.790000,177.400000,177.400000,146.790000,177.400000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,586,0,'2022-06-13 12:38:28','0000-00-00 00:00:00',0,'2022-06-13 11:07:06','2022-06-13 12:38:30'),(758,'GOQZOVNMA',1,1,6,1,374,1292,1,731,731,12,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,36.090000,36.090000,30.000000,36.090000,29.000000,35.090000,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,'2022-06-13 12:40:17','2022-06-13 12:40:20'),(759,'BWKRZCLXM',1,1,6,1,374,1293,1,731,731,13,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,71.180000,59.000000,71.180000,71.180000,58.000000,70.180000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,587,0,'2022-06-13 14:56:29','0000-00-00 00:00:00',0,'2022-06-13 14:56:25','2022-06-13 15:13:02'),(760,'VFXRPSLDW',1,1,6,1,374,1294,1,731,731,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,87.000000,105.270000,192.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,588,0,'2022-06-13 16:22:44','0000-00-00 00:00:00',1,'2022-06-13 16:22:40','2022-06-13 16:22:45'),(761,'KFRDYMRSW',1,1,6,1,374,1295,1,731,731,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,140.360000,116.000000,140.360000,256.360000,116.000000,140.360000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,589,0,'2022-06-13 16:27:49','0000-00-00 00:00:00',1,'2022-06-13 16:27:01','2022-06-13 16:27:51'),(762,'IODRSICYJ',1,1,6,1,374,1296,1,731,731,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,29.000000,35.090000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,590,0,'2022-06-13 16:33:32','0000-00-00 00:00:00',1,'2022-06-13 16:33:27','2022-06-13 16:33:32'),(763,'OVXKSFKAE',1,1,6,1,374,1297,1,731,731,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,70.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,591,0,'2022-06-13 16:36:04','0000-00-00 00:00:00',1,'2022-06-13 16:36:00','2022-06-13 16:36:05'),(764,'SMZTTNMTU',1,1,6,1,374,1298,1,730,730,13,'e4ec207ab58c54f0ca66ac8a8b3022b1','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,37.090000,37.090000,31.000000,37.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,592,0,'2022-06-14 11:05:30','0000-00-00 00:00:00',0,'2022-06-14 11:05:28','2022-06-14 12:25:58'),(765,'UPNCOTLGZ',1,1,6,1,374,1299,1,731,731,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,0.000000,145.000000,175.450000,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,'2022-06-14 11:22:59','2022-06-14 11:22:59'),(766,'RKRUBDNFQ',1,1,6,12,374,1287,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,593,0,'2022-06-14 11:35:01','0000-00-00 00:00:00',0,'2022-06-14 11:33:44','2022-06-14 11:35:11'),(767,'JCPRGOIIP',1,1,6,1,374,1300,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,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,'2022-06-14 11:36:23','2022-06-14 11:36:54'),(768,'WQXROBNBK',1,1,6,1,374,1301,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,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,'2022-06-14 11:37:49','2022-06-14 11:38:19'),(769,'DMTIAHPAB',1,1,6,1,374,1302,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',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,596,0,'2022-06-14 11:41:16','0000-00-00 00:00:00',0,'2022-06-14 11:40:47','2022-06-14 11:41:30'),(770,'VIRWKPJKL',1,1,6,1,374,1303,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,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,'2022-06-14 11:45:37','2022-06-14 11:46:07'),(771,'KUGGEOIYG',1,1,6,1,374,1304,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','in3',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,175.450000,175.450000,145.000000,175.450000,145.000000,175.450000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,598,0,'2022-06-14 11:53:52','0000-00-00 00:00:00',0,'2022-06-14 11:53:23','2022-06-14 11:54:06'),(772,'OZGBGSSPS',1,1,6,3,374,1305,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,599,0,'2022-07-01 16:08:41','0000-00-00 00:00:00',0,'2022-07-01 16:08:21','2022-07-01 16:08:52'),(773,'AEVSEELEN',1,1,6,3,374,1308,1,730,730,13,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-07-01 16:16:23','2022-07-01 16:32:53'),(774,'TSIKYTLRZ',1,1,6,3,374,1309,1,730,730,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-07-01 16:34:39','2022-07-01 16:35:09'),(775,'DPIXSVGGO',1,1,6,3,374,1310,1,730,730,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-07-01 16:44:16','2022-07-01 16:44:47'),(776,'XUIOZNWBN',1,1,6,1,374,1311,1,731,731,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,603,0,'2022-07-25 10:16:42','0000-00-00 00:00:00',0,'2022-07-25 10:16:21','2022-08-22 10:16:45'),(777,'QSUCQSNVV',1,1,6,1,374,1312,1,731,731,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,604,0,'2022-07-25 10:19:39','0000-00-00 00:00:00',0,'2022-07-25 10:19:19','2022-08-22 10:20:59'),(778,'EGMRCIACE',1,1,6,1,374,1313,1,731,731,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,605,0,'2022-07-25 10:27:32','0000-00-00 00:00:00',0,'2022-07-25 10:27:11','2022-08-22 10:30:38'),(779,'TPFFUXNYS',1,1,6,1,374,1314,1,731,731,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,606,0,'2022-07-25 10:29:53','0000-00-00 00:00:00',0,'2022-07-25 10:29:33','2022-07-25 10:30:16'),(780,'RGHBFNZDX',1,1,6,1,374,1315,1,731,731,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,11.700000,11.700000,10.730000,11.700000,10.730000,11.700000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,607,0,'2022-07-25 10:32:13','0000-00-00 00:00:00',1,'2022-07-25 10:32:03','2022-07-25 10:32:18'),(781,'PJGMPLPAP',1,1,6,1,374,1316,1,731,731,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,608,0,'2022-07-25 11:25:23','0000-00-00 00:00:00',0,'2022-07-25 11:25:13','2022-08-22 11:26:32'),(782,'ACBAGDZMQ',1,1,6,1,374,1317,1,731,731,7,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,5.850000,5.850000,5.370000,5.850000,5.370000,5.850000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,609,0,'2022-07-26 15:05:50','0000-00-00 00:00:00',0,'2022-07-26 15:05:39','2022-07-26 17:05:18'),(783,'OBESONSWL',1,1,6,1,374,1318,1,731,732,13,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,0.000000,1.790000,1.950000,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,'2022-07-26 17:02:45','2022-07-26 17:03:21'),(784,'OBESONSWL',1,1,6,1,374,1318,1,732,732,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bank',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-07-26 17:02:45','2022-07-26 17:02:45'),(785,'OHXGVZRFS',1,1,6,1,374,1320,1,732,732,12,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bank',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-07-26 17:07:41','2022-07-26 17:08:02'),(786,'YYADGGLGI',1,1,6,1,9,1321,1,26,26,6,'904104e855d4094cae2982e5e2f67e0f','Mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.000000,0.080000,0.100000,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,'2022-07-26 17:11:02','2022-07-26 17:28:12'),(787,'RCFKUFIQP',1,1,6,1,9,1322,1,26,26,6,'904104e855d4094cae2982e5e2f67e0f','Mollie',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.100000,0.100000,0.080000,0.000000,0.080000,0.100000,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,'2022-07-26 17:15:14','2022-07-26 17:33:12'),(788,'LYZPOIZCS',1,1,6,1,374,1323,1,732,732,12,'e4ec207ab58c54f0ca66ac8a8b3022b1','Payments by check',1.000000,'ps_checkpayment',0,0,'',0,'',2.420000,2.420000,2.000000,32.670000,32.670000,27.000000,0.000000,29.000000,35.090000,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,'2022-07-28 14:33:09','2022-07-28 14:33:40'),(789,'FRNSNFYSA',1,1,6,1,374,1324,1,732,732,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Payments by check',1.000000,'ps_checkpayment',0,0,NULL,0,NULL,2.420000,2.420000,2.000000,32.670000,32.670000,27.000000,0.000000,29.000000,35.090000,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,'2022-07-28 14:36:29','2022-07-28 14:36:29'),(790,'JCRURMXPP',1,1,6,1,374,1325,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-08-01 14:10:40','2022-08-01 14:11:10'),(791,'EABGEOSRO',1,1,6,1,374,1326,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-08-01 14:35:05','2022-08-29 14:36:38'),(792,'UNWYCLIUN',1,1,6,1,374,1327,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.050000,0.050000,0.040000,0.050000,0.040000,0.050000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,612,0,'2022-08-01 14:37:06','0000-00-00 00:00:00',0,'2022-08-01 14:36:56','2022-08-29 14:40:29'),(793,'HJBHGECQU',1,1,6,1,374,1328,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,613,0,'2022-08-01 14:40:55','0000-00-00 00:00:00',0,'2022-08-01 14:40:35','2022-08-01 14:41:06'),(794,'ITKZDSSQJ',1,1,6,1,374,1329,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,1.950000,1.950000,1.790000,1.950000,1.790000,1.950000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,614,0,'2022-08-01 14:46:59','0000-00-00 00:00:00',1,'2022-08-01 14:46:49','2022-08-01 14:46:59'),(795,'ERRTNWGQD',1,1,6,1,374,1330,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,615,0,'2022-08-01 14:54:55','0000-00-00 00:00:00',0,'2022-08-01 14:54:34','2022-08-01 14:55:06'),(796,'KKUQNUHWB',1,1,6,3,374,1331,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,616,0,'2022-08-01 15:54:59','0000-00-00 00:00:00',0,'2022-08-01 15:54:38','2022-08-01 15:55:10'),(797,'AQQBAEAUB',1,1,6,1,374,1332,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,617,0,'2022-08-08 11:10:00','0000-00-00 00:00:00',1,'2022-08-08 11:09:50','2022-08-08 11:10:05'),(798,'UQZWWNJHH',1,1,6,1,374,1333,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Credit card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,0.010000,0.010000,0.010000,0.010000,0.010000,0.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,618,0,'2022-08-08 11:17:35','0000-00-00 00:00:00',1,'2022-08-08 11:17:24','2022-08-08 11:17:35'),(799,'XVJEHWBYI',1,1,6,12,374,1334,1,732,732,4,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.100000,35.100000,29.010000,70.200000,29.010000,35.100000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,619,38,'2022-08-16 11:04:03','2022-08-16 11:04:23',1,'2022-08-16 11:00:25','2022-08-16 11:04:23'),(800,'FBLCCUXQI',1,1,6,1,374,1335,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,105.270000,87.000000,210.540000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,620,0,'2022-08-16 11:07:48','0000-00-00 00:00:00',0,'2022-08-16 11:06:35','2022-09-13 11:07:13'),(801,'WXWHHPZHJ',1,1,6,1,374,1336,1,732,732,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,105.270000,105.270000,87.000000,0.000000,87.000000,105.270000,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,'2022-08-16 11:09:15','2022-08-16 11:09:15'),(802,'OJOJJXLAR',1,1,6,1,374,1337,1,732,732,4,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,105.270000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,621,39,'2022-08-16 11:12:56','2022-08-16 11:15:28',1,'2022-08-16 11:11:35','2022-08-16 11:15:28'),(803,'OBNOPXPLA',1,1,6,1,374,1338,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,70.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,623,0,'2022-08-16 11:23:19','0000-00-00 00:00:00',0,'2022-08-16 11:16:20','2022-09-13 11:17:16'),(804,'YSSVOGQFY',1,1,6,1,374,1339,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,622,0,'2022-08-16 11:20:29','0000-00-00 00:00:00',0,'2022-08-16 11:20:03','2022-09-13 11:21:09'),(805,'HUWTTQYPB',1,1,6,1,374,1340,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,70.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,624,0,'2022-08-16 11:29:19','0000-00-00 00:00:00',0,'2022-08-16 11:29:08','2022-09-13 11:31:28'),(806,'QORUZPSFO',1,1,6,1,374,1341,1,732,732,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-08-16 11:37:22','2022-08-16 11:37:22'),(807,'BQZEVVHQK',1,1,6,1,374,1342,1,732,732,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-08-16 11:40:26','2022-08-16 11:40:26'),(808,'RITNEGWPE',1,1,6,1,374,1343,1,732,732,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-08-16 11:47:23','2022-08-16 11:47:23'),(809,'RZOGIPCQT',1,1,6,1,374,1344,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,70.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,625,0,'2022-08-16 11:51:44','0000-00-00 00:00:00',0,'2022-08-16 11:49:17','2022-09-13 11:51:28'),(810,'AFVKRWBQM',1,1,6,1,374,1345,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,0,40,'0000-00-00 00:00:00','2022-08-16 11:58:07',0,'2022-08-16 11:53:10','2022-08-16 11:59:13'),(811,'UQBXFFZJQ',1,1,6,1,374,1346,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-08-16 11:59:52','2022-09-13 12:02:09'),(812,'WVBUNGSNY',1,1,6,1,374,1347,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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',1,'2022-08-16 13:03:11','2022-08-16 16:51:59'),(813,'XFPKQDELI',1,1,6,1,374,1348,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,629,0,'2022-08-16 13:05:42','0000-00-00 00:00:00',0,'2022-08-16 13:05:02','2022-09-13 13:06:55'),(814,'OJWLMKSTB',1,1,6,1,374,1349,1,732,732,4,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,0,42,'0000-00-00 00:00:00','2022-08-16 16:49:55',1,'2022-08-16 14:16:37','2022-08-16 16:49:56'),(815,'HYQXHJLBB',1,1,6,1,374,1350,1,732,732,4,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'123',0.000000,0.000000,0.000000,39.000000,39.000000,35.780000,39.000000,35.780000,39.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,631,41,'2022-08-16 14:23:14','2022-08-16 14:35:38',1,'2022-08-16 14:23:04','2022-08-16 14:35:39'),(816,'MVUGDYXRE',1,1,6,1,374,1351,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,39.000000,39.000000,35.780000,39.000000,35.780000,39.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,632,0,'2022-08-16 14:40:12','0000-00-00 00:00:00',1,'2022-08-16 14:40:02','2022-08-16 14:40:13'),(817,'QNVOZJIGL',1,1,6,3,374,1352,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,70.180000,58.000000,70.180000,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',1,'2022-08-16 16:52:57','2022-08-16 16:54:28'),(818,'UBQYBHDOB',1,1,6,3,374,1353,1,732,732,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,11.700000,11.700000,10.730000,11.700000,10.730000,11.700000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,634,0,'2022-08-16 16:56:58','0000-00-00 00:00:00',0,'2022-08-16 16:56:36','2022-09-13 16:57:16'),(819,'ZGCLHVPGS',1,1,6,3,374,1354,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,70.180000,70.180000,58.000000,70.180000,58.000000,70.180000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,635,0,'2022-08-16 17:01:12','0000-00-00 00:00:00',0,'2022-08-16 16:59:20','2022-08-16 17:12:34'),(820,'EETIMDDNY',1,1,6,1,374,1355,1,734,734,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.020000,69.020000,58.000000,69.020000,58.000000,69.020000,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,'2022-09-01 11:29:19','2022-09-01 11:29:49'),(821,'VRSDDGJSA',1,1,6,1,374,1356,1,734,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.510000,34.510000,29.000000,34.510000,29.000000,34.510000,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,'2022-09-01 11:35:11','2022-09-01 11:35:42'),(822,'SDKXVPZGQ',1,1,6,1,374,1357,1,734,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,79.020000,79.020000,68.000000,79.020000,58.000000,69.020000,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',1,'2022-09-01 13:50:45','2022-09-01 13:51:26'),(823,'QSPEGRTLW',1,1,6,1,374,1358,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay now.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.090000,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',1,'2022-09-01 13:51:44','2022-09-01 13:52:33'),(824,'LZMOVJQRL',1,1,6,1,374,1359,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,40.090000,29.000000,35.900000,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',1,'2022-09-01 13:53:08','2022-09-01 13:53:48'),(825,'BQSULLUUZ',1,1,6,1,374,1364,1,732,732,7,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',1.940000,1.940000,1.600000,80.180000,80.180000,68.000000,80.180000,59.600000,72.120000,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,'2022-09-02 11:59:21','2022-09-02 14:00:21'),(826,'JBFGVEDBI',1,1,6,1,374,1366,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay in 3 instalments, 0% interest',1.000000,'mollie',0,0,'',0,'',1.940000,1.940000,1.600000,129.040000,129.040000,107.530000,129.040000,109.130000,130.980000,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,'2022-09-02 12:36:31','2022-09-02 12:37:01'),(827,'XZTNACWFX',1,1,6,1,374,1367,1,732,732,206,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,115.270000,115.270000,97.000000,115.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,0,43,'0000-00-00 00:00:00','2022-09-06 10:37:18',1,'2022-09-06 10:36:02','2022-09-06 10:37:18'),(828,'HLJTKFUYI',1,1,6,1,374,1368,1,732,732,205,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,182.050000,182.050000,153.380000,182.050000,143.380000,172.050000,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',1,'2022-09-06 10:36:57','2022-09-06 10:37:38'),(829,'RIDYTOZTL',1,1,6,1,374,1369,1,732,732,205,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,139.040000,139.040000,117.530000,139.040000,107.530000,129.040000,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',1,'2022-09-06 10:40:02','2022-09-06 10:40:22'),(830,'QKEHCMBMN',1,1,6,2,374,1370,1,744,744,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,69.020000,69.020000,58.000000,69.020000,58.000000,69.020000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,645,0,'2022-09-13 15:56:47','0000-00-00 00:00:00',0,'2022-09-13 15:56:26','2022-09-13 15:56:58'),(831,'THCUQXGWB',1,1,6,1,374,1371,1,732,732,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,43.010000,43.010000,35.840000,43.010000,35.840000,43.010000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,646,0,'2022-09-15 11:29:30','0000-00-00 00:00:00',1,'2022-09-15 11:29:20','2022-09-15 11:29:30'),(832,'RWPXNNWSZ',1,1,6,2,374,1372,1,733,733,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,75.090000,75.090000,62.330000,75.090000,62.330000,75.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,647,0,'2022-09-19 14:14:07','0000-00-00 00:00:00',0,'2022-09-19 14:13:46','2022-09-19 14:14:18'),(833,'XXHWHUIPR',1,1,6,1,374,1373,1,733,733,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,648,0,'2022-09-19 14:35:58','0000-00-00 00:00:00',0,'2022-09-19 14:35:31','2022-09-19 14:36:15'),(834,'NFOUTQPZF',1,1,6,2,374,1374,1,733,733,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-09-19 14:52:32','2022-09-19 14:53:02'),(835,'ARRXNCDLC',1,1,6,2,374,1375,1,733,733,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-09-19 14:56:35','2022-09-19 14:57:05'),(836,'WPFGHSYAI',1,1,6,2,374,1376,1,745,745,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-09-19 14:58:29','2022-09-19 14:59:00'),(837,'MIVPABTWJ',1,1,6,1,374,1377,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-10-06 12:00:42','2022-10-06 12:01:17'),(838,'BCQOCWKWY',1,1,6,1,374,1378,1,732,732,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Credit/Debit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,653,0,'2022-10-06 12:03:55','0000-00-00 00:00:00',0,'2022-10-06 12:03:34','2022-10-06 12:04:06'),(839,'APPJTETHZ',1,1,6,1,374,1379,1,746,746,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-10-10 11:34:37','2022-10-10 11:35:08'),(840,'EIEQSHRRB',1,1,6,1,374,1380,1,747,747,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,34.510000,34.510000,29.000000,34.510000,29.000000,34.510000,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,'2022-10-10 11:39:09','2022-10-10 11:39:40'),(841,'DSWKFDHAK',1,1,6,1,374,1381,1,745,745,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,656,0,'2022-10-11 14:38:00','0000-00-00 00:00:00',0,'2022-10-11 14:37:39','2022-10-11 14:38:11'),(842,'UNPGVMWKB',1,1,6,1,374,1382,1,745,745,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,NULL,0,NULL,0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,0.000000,29.000000,35.090000,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,'2022-10-17 13:40:19','2022-10-17 13:40:19'),(843,'AACLVWWLL',1,1,6,1,374,1383,1,745,745,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.090000,40.090000,34.000000,80.180000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,657,0,'2022-10-17 13:48:23','0000-00-00 00:00:00',1,'2022-10-17 13:47:00','2022-10-17 13:48:34'),(844,'ZLVBZFEAW',1,1,6,1,374,1384,1,745,745,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','Bancontact',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,45.000000,45.000000,38.330000,90.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,658,0,'2022-10-17 13:55:47','0000-00-00 00:00:00',1,'2022-10-17 13:55:11','2022-10-17 13:55:57'),(845,'GEAMISVJQ',1,1,6,1,374,1385,1,746,746,225,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,659,44,'2022-10-17 14:02:15','2022-10-17 14:03:45',0,'2022-10-17 14:01:29','2022-10-17 14:03:45'),(846,'CELYJSZSY',1,1,6,1,374,1386,1,746,746,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,660,0,'2022-10-17 14:07:55','0000-00-00 00:00:00',0,'2022-10-17 14:07:00','2022-11-14 13:10:18'),(847,'IIUQZACAQ',1,1,6,1,374,1387,1,746,746,0,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,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,'2022-10-17 14:10:10','2022-10-17 14:10:10'),(848,'VWOGDBBHP',1,1,6,1,374,1388,1,746,746,225,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,661,0,'2022-10-17 14:39:12','0000-00-00 00:00:00',0,'2022-10-17 14:38:44','2022-10-17 14:39:56'),(849,'QSNPQRDSV',1,1,6,1,374,1389,1,746,746,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,662,45,'2022-10-17 14:41:01','2022-10-17 14:42:30',1,'2022-10-17 14:40:50','2022-10-17 14:44:09'),(850,'BIXPEMCZS',1,1,6,1,374,1390,1,746,746,227,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,663,46,'2022-10-17 15:08:41','2022-10-17 15:08:41',1,'2022-10-17 15:08:09','2022-10-17 15:08:41'),(851,'JVICWVBOS',1,1,6,1,374,1391,1,746,746,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,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,'2022-10-17 15:11:57','2022-11-14 14:23:19'),(852,'NATIQIPXM',1,1,6,1,374,1392,1,746,746,227,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,664,47,'2022-10-17 15:14:33','2022-10-17 15:14:33',1,'2022-10-17 15:14:01','2022-10-17 15:14:34'),(853,'XSELTUYYE',1,1,6,1,374,1393,1,746,746,226,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,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',1,'2022-10-17 15:15:35','2022-10-17 15:16:00'),(854,'HJKAVVEJD',1,1,6,1,374,1394,1,745,745,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Credit/Debit Card',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,665,0,'2022-10-18 13:06:20','0000-00-00 00:00:00',0,'2022-10-18 13:05:59','2022-10-18 13:06:31'),(855,'COGOQUGBV',1,1,6,1,374,1395,1,745,745,2,'e4ec207ab58c54f0ca66ac8a8b3022b1','iDEAL',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,666,0,'2022-10-18 14:57:41','0000-00-00 00:00:00',1,'2022-10-18 14:57:21','2022-10-18 14:57:41'),(856,'RAJJTEDDN',1,1,6,1,374,1398,1,746,746,1,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,667,48,'2022-10-18 14:58:32','2022-10-18 14:58:32',0,'2022-10-18 14:58:00','2022-10-18 14:59:49'),(857,'OMLOECYQS',1,1,6,1,374,1399,1,746,746,227,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,668,49,'2022-10-18 15:01:45','2022-10-18 15:01:45',1,'2022-10-18 15:01:14','2022-10-18 15:01:45'),(858,'AORCLYUUN',1,1,6,1,374,1400,1,746,746,227,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,669,50,'2022-10-18 15:07:45','2022-10-18 15:07:45',1,'2022-10-18 15:02:23','2022-10-18 15:07:45'),(859,'ODDLKDSDT',1,1,6,1,374,1401,1,746,746,227,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,670,51,'2022-10-18 15:18:28','2022-10-18 15:18:28',1,'2022-10-18 15:10:59','2022-10-18 15:18:28'),(860,'DPWIASIVM',1,1,6,1,374,1402,1,746,746,6,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,40.000000,40.000000,33.330000,40.000000,33.330000,40.000000,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,'2022-10-18 15:59:20','2022-11-15 15:01:40'),(861,'AZQIZNLSF',1,1,6,1,374,1404,1,749,749,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','Pay later.',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,35.090000,35.090000,29.000000,35.090000,29.000000,35.090000,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,'2022-11-10 09:54:07','2022-11-10 09:54:38'),(862,'MDNSCOFOV',1,1,6,1,374,1405,1,749,749,9,'e4ec207ab58c54f0ca66ac8a8b3022b1','PayPal',1.000000,'mollie',0,0,'',0,'',0.000000,0.000000,0.000000,105.270000,105.270000,87.000000,105.270000,87.000000,105.270000,0.000000,0.000000,0.000000,21.000,0.000000,0.000000,0.000000,2,2,672,0,'2022-11-15 15:29:08','0000-00-00 00:00:00',0,'2022-11-15 15:28:48','2022-11-15 15:29:20'); -/*!40000 ALTER TABLE `ps_orders` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_pack` --- - -DROP TABLE IF EXISTS `ps_pack`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_pack` ( - `id_product_pack` int(10) unsigned NOT NULL, - `id_product_item` int(10) unsigned NOT NULL, - `id_product_attribute_item` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_product_pack`,`id_product_item`,`id_product_attribute_item`), - KEY `product_item` (`id_product_item`,`id_product_attribute_item`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_pack` --- - -LOCK TABLES `ps_pack` WRITE; -/*!40000 ALTER TABLE `ps_pack` DISABLE KEYS */; -INSERT INTO `ps_pack` VALUES (15,5,19,5),(15,7,0,5); -/*!40000 ALTER TABLE `ps_pack` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_page` --- - -DROP TABLE IF EXISTS `ps_page`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_page` ( - `id_page` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_page_type` int(10) unsigned NOT NULL, - `id_object` int(10) unsigned DEFAULT NULL, - PRIMARY KEY (`id_page`), - KEY `id_page_type` (`id_page_type`), - KEY `id_object` (`id_object`) -) ENGINE=InnoDB AUTO_INCREMENT=19 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_page` --- - -LOCK TABLES `ps_page` WRITE; -/*!40000 ALTER TABLE `ps_page` DISABLE KEYS */; -INSERT INTO `ps_page` VALUES (1,1,NULL),(2,2,NULL),(3,3,NULL),(4,4,NULL),(5,5,NULL),(6,6,NULL),(7,7,2),(8,7,14),(9,8,NULL),(10,9,0),(11,10,NULL),(12,11,NULL),(13,12,NULL),(14,7,4),(15,7,5),(16,7,3),(17,7,6),(18,7,1); -/*!40000 ALTER TABLE `ps_page` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_page_type` --- - -DROP TABLE IF EXISTS `ps_page_type`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_page_type` ( - `id_page_type` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - PRIMARY KEY (`id_page_type`), - KEY `name` (`name`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_page_type` --- - -LOCK TABLES `ps_page_type` WRITE; -/*!40000 ALTER TABLE `ps_page_type` DISABLE KEYS */; -INSERT INTO `ps_page_type` VALUES (3,'authentication'),(6,'cart'),(8,'history'),(1,'index'),(9,'order'),(5,'orderconfirmation'),(10,'orderSuccess'),(4,'pagenotfound'),(12,'payment'),(7,'product'),(2,'return'),(11,'webhook'); -/*!40000 ALTER TABLE `ps_page_type` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_page_viewed` --- - -DROP TABLE IF EXISTS `ps_page_viewed`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_page_viewed` ( - `id_page` int(10) unsigned NOT NULL, - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_date_range` int(10) unsigned NOT NULL, - `counter` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_page`,`id_date_range`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_page_viewed` --- - -LOCK TABLES `ps_page_viewed` WRITE; -/*!40000 ALTER TABLE `ps_page_viewed` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_page_viewed` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_pagenotfound` --- - -DROP TABLE IF EXISTS `ps_pagenotfound`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_pagenotfound` ( - `id_pagenotfound` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `request_uri` varchar(256) NOT NULL, - `http_referer` varchar(256) NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_pagenotfound`), - KEY `date_add` (`date_add`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_pagenotfound` --- - -LOCK TABLES `ps_pagenotfound` WRITE; -/*!40000 ALTER TABLE `ps_pagenotfound` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_pagenotfound` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product` --- - -DROP TABLE IF EXISTS `ps_product`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product` ( - `id_product` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_supplier` int(10) unsigned DEFAULT NULL, - `id_manufacturer` int(10) unsigned DEFAULT NULL, - `id_category_default` int(10) unsigned DEFAULT NULL, - `id_shop_default` int(10) unsigned NOT NULL DEFAULT '1', - `id_tax_rules_group` int(11) unsigned NOT NULL, - `on_sale` tinyint(1) unsigned NOT NULL DEFAULT '0', - `online_only` tinyint(1) unsigned NOT NULL DEFAULT '0', - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `quantity` int(10) NOT NULL DEFAULT '0', - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unity` varchar(255) DEFAULT NULL, - `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000', - `additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT '0.00', - `reference` varchar(64) DEFAULT NULL, - `supplier_reference` varchar(64) DEFAULT NULL, - `location` varchar(64) DEFAULT NULL, - `width` decimal(20,6) NOT NULL DEFAULT '0.000000', - `height` decimal(20,6) NOT NULL DEFAULT '0.000000', - `depth` decimal(20,6) NOT NULL DEFAULT '0.000000', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - `out_of_stock` int(10) unsigned NOT NULL DEFAULT '2', - `additional_delivery_times` tinyint(1) unsigned NOT NULL DEFAULT '1', - `quantity_discount` tinyint(1) DEFAULT '0', - `customizable` tinyint(2) NOT NULL DEFAULT '0', - `uploadable_files` tinyint(4) NOT NULL DEFAULT '0', - `text_fields` tinyint(4) NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `redirect_type` enum('','404','301-product','302-product','301-category','302-category') NOT NULL DEFAULT '', - `id_type_redirected` int(10) unsigned NOT NULL DEFAULT '0', - `available_for_order` tinyint(1) NOT NULL DEFAULT '1', - `available_date` date DEFAULT NULL, - `show_condition` tinyint(1) NOT NULL DEFAULT '0', - `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new', - `show_price` tinyint(1) NOT NULL DEFAULT '1', - `indexed` tinyint(1) NOT NULL DEFAULT '0', - `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both', - `cache_is_pack` tinyint(1) NOT NULL DEFAULT '0', - `cache_has_attachments` tinyint(1) NOT NULL DEFAULT '0', - `is_virtual` tinyint(1) NOT NULL DEFAULT '0', - `cache_default_attribute` int(10) unsigned DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `advanced_stock_management` tinyint(1) NOT NULL DEFAULT '0', - `pack_stock_type` int(11) unsigned NOT NULL DEFAULT '3', - `state` int(11) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_product`), - KEY `product_supplier` (`id_supplier`), - KEY `product_manufacturer` (`id_manufacturer`,`id_product`), - KEY `id_category_default` (`id_category_default`), - KEY `indexed` (`indexed`), - KEY `date_add` (`date_add`), - KEY `state` (`state`,`date_upd`) -) ENGINE=InnoDB AUTO_INCREMENT=22 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product` --- - -LOCK TABLES `ps_product` WRITE; -/*!40000 ALTER TABLE `ps_product` DISABLE KEYS */; -INSERT INTO `ps_product` VALUES (1,0,1,4,1,34,0,0,'','','',0.000000,0,1,NULL,0,33.333333,0.000000,'',0.000000,0.00,'demo_1','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,1,'2020-11-03 14:11:36','2022-09-15 11:29:50',0,3,1),(2,0,1,5,1,1,0,0,'','','',0.000000,0,1,NULL,0,3554.081818,0.000000,'',0.000000,0.00,'demo_3','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,9,'2020-11-03 14:11:36','2022-11-21 16:50:56',0,3,1),(3,0,2,9,1,6,0,0,'','','',0.000000,0,1,NULL,0,29.000000,0.000000,'',0.000000,0.00,'demo_6','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,13,'2020-11-03 14:11:36','2022-11-22 15:39:39',0,3,1),(4,0,2,9,1,1,0,0,'','','',0.000000,0,1,NULL,0,0.008264,0.000000,'',0.000000,0.00,'demo_5','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,16,'2020-11-03 14:11:36','2022-03-24 14:18:56',0,3,1),(5,0,2,9,1,6,0,0,'','','',0.000000,0,1,NULL,0,0.008264,0.000000,'',0.000000,0.00,'demo_7','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,19,'2020-11-03 14:11:36','2022-09-01 11:26:48',0,3,1),(6,0,1,8,1,2,0,0,'','','',0.000000,0,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,'demo_11','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,0,'2020-11-03 14:11:36','2021-01-22 12:15:21',0,3,1),(7,0,1,8,1,2,0,0,'','','',0.000000,0,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,'demo_12','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,0,'2020-11-03 14:11:36','2021-01-22 12:14:26',0,3,1),(8,0,1,8,1,2,0,0,'','','',0.000000,0,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,'demo_13','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,0,'2020-11-03 14:11:36','2021-01-22 12:12:21',0,3,1),(9,0,1,8,1,2,0,0,'','','',0.000000,0,1,NULL,0,2.293578,0.000000,'',0.000000,0.00,'demo_15','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,22,'2020-11-03 14:11:36','2021-01-22 12:45:27',0,3,1),(10,0,1,8,1,11,0,0,'','','',0.000000,0,1,NULL,0,1.600000,0.000000,'',0.000000,0.00,'demo_16','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,24,'2020-11-03 14:11:36','2021-10-07 16:53:43',0,3,1),(11,0,1,8,1,11,0,0,'','','',0.000000,0,1,NULL,0,5.700000,0.000000,'',0.000000,0.00,'demo_17','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,26,'2020-11-03 14:11:36','2021-10-07 16:54:01',0,3,1),(12,0,2,9,1,2,0,0,'','','',0.000000,0,1,NULL,0,2.073394,0.000000,'',0.000000,0.00,'demo_18','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,1,0,'2020-11-03 14:11:36','2021-01-22 12:45:18',0,3,1),(13,0,2,9,1,1,0,0,'','','',0.000000,0,1,NULL,0,9.000000,0.000000,'',0.000000,0.00,'demo_19','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,1,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,3,1),(14,0,2,9,1,1,0,0,'','','',0.000000,0,1,NULL,0,9.000000,0.000000,'',0.000000,0.00,'demo_20','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,1,0,'2020-11-03 14:11:36','2021-07-08 10:31:23',0,3,1),(15,0,0,8,1,1,0,0,'','','',0.000000,0,1,NULL,0,35.000000,0.000000,'',0.000000,0.00,'demo_21','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',1,0,0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,3,1),(16,0,2,7,1,1,0,0,'','','',0.000000,0,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,'demo_8','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,28,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,3,1),(17,0,2,7,1,1,0,0,'','','',0.000000,0,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,'demo_9','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,32,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,3,1),(18,0,2,7,1,1,0,0,'','','',0.000000,0,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,'demo_10','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,36,'2020-11-03 14:11:36','2020-11-03 14:11:36',0,3,1),(19,0,1,8,1,1,0,0,'','','',0.000000,0,1,NULL,0,8000.000000,0.000000,'',0.000000,0.00,'demo_14','','',0.000000,0.000000,0.000000,0.000000,2,1,0,2,0,1,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,0,0,'2020-11-03 14:11:36','2021-01-07 16:44:01',0,3,1),(20,0,0,2,1,1,0,0,'','','',0.000000,0,1,NULL,0,0.000000,0.000000,'',0.000000,0.00,'mollie_fee','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,0,'301-category',0,1,'0000-00-00',0,'new',1,0,'both',0,0,0,0,'2021-08-05 11:40:33','2021-08-05 11:41:57',0,3,1),(21,0,0,2,1,1,0,0,'','','',0.000000,0,1,NULL,0,5.000000,0.000000,'',0.000000,0.00,'','','',0.000000,0.000000,0.000000,0.000000,2,1,0,0,0,0,0,'301-category',0,1,'0000-00-00',0,'new',1,0,'both',0,0,0,40,'2022-01-28 12:38:27','2022-01-28 12:39:59',0,3,1); -/*!40000 ALTER TABLE `ps_product` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attachment` --- - -DROP TABLE IF EXISTS `ps_product_attachment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attachment` ( - `id_product` int(10) unsigned NOT NULL, - `id_attachment` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_attachment`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attachment` --- - -LOCK TABLES `ps_product_attachment` WRITE; -/*!40000 ALTER TABLE `ps_product_attachment` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_attachment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute` --- - -DROP TABLE IF EXISTS `ps_product_attribute`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute` ( - `id_product_attribute` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `reference` varchar(64) DEFAULT NULL, - `supplier_reference` varchar(64) DEFAULT NULL, - `location` varchar(64) DEFAULT NULL, - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `quantity` int(10) NOT NULL DEFAULT '0', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_impact` decimal(20,6) NOT NULL DEFAULT '0.000000', - `default_on` tinyint(1) unsigned DEFAULT NULL, - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `available_date` date DEFAULT NULL, - PRIMARY KEY (`id_product_attribute`), - UNIQUE KEY `product_default` (`id_product`,`default_on`), - KEY `product_attribute_product` (`id_product`), - KEY `reference` (`reference`), - KEY `supplier_reference` (`supplier_reference`), - KEY `id_product_id_product_attribute` (`id_product_attribute`,`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=71 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute` --- - -LOCK TABLES `ps_product_attribute` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute` DISABLE KEYS */; -INSERT INTO `ps_product_attribute` VALUES (1,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(6,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(7,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(8,1,'demo_1','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(9,2,'demo_3','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(10,2,'demo_3','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(11,2,'demo_3','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(12,2,'demo_3','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(13,3,'demo_6','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(14,3,'demo_6','','','','','',0.000000,20.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(15,3,'demo_6','','','','','',0.000000,50.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,4,'demo_5','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(17,4,'demo_5','','','','','',0.000000,20.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,4,'demo_5','','','','','',0.000000,50.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(19,5,'demo_7','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(20,5,'demo_7','','','','','',0.000000,20.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(21,5,'demo_7','','','','','',0.000000,50.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(22,9,'demo_15','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(23,9,'demo_15','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(24,10,'demo_16','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(25,10,'demo_16','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(26,11,'demo_17','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(27,11,'demo_17','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(28,16,'demo_8','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(29,16,'demo_8','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(30,16,'demo_8','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(31,16,'demo_8','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(32,17,'demo_9','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(33,17,'demo_9','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(34,17,'demo_9','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(35,17,'demo_9','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(36,18,'demo_10','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(37,18,'demo_10','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(38,18,'demo_10','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(39,18,'demo_10','','','','','',0.000000,0.000000,0.000000,300,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(40,21,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(41,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(42,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(43,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(44,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(45,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(46,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(47,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(48,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(49,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(50,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(51,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(52,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(53,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(54,2,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(67,3,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(68,3,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(69,3,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(70,3,'','','','','','',0.000000,0.000000,0.000000,0,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'); -/*!40000 ALTER TABLE `ps_product_attribute` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute_combination` --- - -DROP TABLE IF EXISTS `ps_product_attribute_combination`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute_combination` ( - `id_attribute` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_attribute`,`id_product_attribute`), - KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute_combination` --- - -LOCK TABLES `ps_product_attribute_combination` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute_combination` DISABLE KEYS */; -INSERT INTO `ps_product_attribute_combination` VALUES (1,1),(8,1),(1,2),(11,2),(2,3),(8,3),(2,4),(11,4),(3,5),(8,5),(3,6),(11,6),(4,7),(8,7),(4,8),(11,8),(1,9),(2,10),(3,11),(4,12),(19,13),(20,14),(21,15),(19,16),(20,17),(21,18),(19,19),(20,20),(21,21),(8,22),(11,23),(8,24),(11,25),(8,26),(11,27),(22,28),(23,29),(24,30),(25,31),(22,32),(23,33),(24,34),(25,35),(22,36),(23,37),(24,38),(25,39),(10,40),(5,41),(6,42),(7,43),(8,44),(9,45),(10,46),(11,47),(12,48),(13,49),(14,50),(15,51),(16,52),(17,53),(18,54),(19,67),(38,67),(19,68),(39,68),(19,69),(40,69),(19,70),(41,70); -/*!40000 ALTER TABLE `ps_product_attribute_combination` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute_image` --- - -DROP TABLE IF EXISTS `ps_product_attribute_image`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute_image` ( - `id_product_attribute` int(10) unsigned NOT NULL, - `id_image` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product_attribute`,`id_image`), - KEY `id_image` (`id_image`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute_image` --- - -LOCK TABLES `ps_product_attribute_image` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute_image` DISABLE KEYS */; -INSERT INTO `ps_product_attribute_image` VALUES (2,1),(4,1),(6,1),(8,1),(1,2),(3,2),(5,2),(7,2),(13,3),(14,3),(15,3),(16,4),(17,4),(18,4),(19,5),(20,5),(21,5),(23,9),(22,10),(25,11),(24,12),(27,13),(26,14),(28,18),(29,18),(30,18),(31,18),(32,19),(33,19),(34,19),(35,19),(36,20),(37,20),(38,20),(39,20); -/*!40000 ALTER TABLE `ps_product_attribute_image` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_attribute_shop` --- - -DROP TABLE IF EXISTS `ps_product_attribute_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_attribute_shop` ( - `id_product` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `weight` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unit_price_impact` decimal(20,6) NOT NULL DEFAULT '0.000000', - `default_on` tinyint(1) unsigned DEFAULT NULL, - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `available_date` date DEFAULT NULL, - PRIMARY KEY (`id_product_attribute`,`id_shop`), - UNIQUE KEY `id_product` (`id_product`,`id_shop`,`default_on`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_attribute_shop` --- - -LOCK TABLES `ps_product_attribute_shop` WRITE; -/*!40000 ALTER TABLE `ps_product_attribute_shop` DISABLE KEYS */; -INSERT INTO `ps_product_attribute_shop` VALUES (1,1,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(1,1,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(1,2,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,2,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,3,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,3,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,4,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,4,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,5,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,5,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,6,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,6,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,7,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,7,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,8,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(1,8,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,9,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,9,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,10,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,10,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,11,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,11,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,12,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,12,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,13,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(3,13,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(3,14,1,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,14,2,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,15,1,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,15,2,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,16,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(4,16,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(4,17,1,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,17,2,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,18,1,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(4,18,2,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,19,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(5,19,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(5,20,1,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,20,2,0.000000,20.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,21,1,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(5,21,2,0.000000,50.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(9,22,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(9,22,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(9,23,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(9,23,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(10,24,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(10,24,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(10,25,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(10,25,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(11,26,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(11,26,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(11,27,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(11,27,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,28,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(16,28,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(16,29,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,29,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,30,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,30,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,31,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(16,31,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,32,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(17,32,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(17,33,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,33,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,34,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,34,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,35,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(17,35,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,36,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(18,36,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(18,37,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,37,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,38,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,38,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,39,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(18,39,2,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(21,40,1,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(21,40,2,0.000000,0.000000,0.000000,0.000000,0.000000,1,1,NULL,0,'0000-00-00'),(2,41,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,42,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,43,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,44,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,45,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,46,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,47,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,48,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,49,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,50,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,51,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,52,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,53,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(2,54,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,67,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,68,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,69,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'),(3,70,1,0.000000,0.000000,0.000000,0.000000,0.000000,NULL,1,NULL,0,'0000-00-00'); -/*!40000 ALTER TABLE `ps_product_attribute_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_carrier` --- - -DROP TABLE IF EXISTS `ps_product_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_carrier` ( - `id_product` int(10) unsigned NOT NULL, - `id_carrier_reference` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_carrier_reference`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_carrier` --- - -LOCK TABLES `ps_product_carrier` WRITE; -/*!40000 ALTER TABLE `ps_product_carrier` DISABLE KEYS */; -INSERT INTO `ps_product_carrier` VALUES (1,1,1),(1,1,2),(1,2,1),(1,2,2); -/*!40000 ALTER TABLE `ps_product_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_country_tax` --- - -DROP TABLE IF EXISTS `ps_product_country_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_country_tax` ( - `id_product` int(11) NOT NULL, - `id_country` int(11) NOT NULL, - `id_tax` int(11) NOT NULL, - PRIMARY KEY (`id_product`,`id_country`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_country_tax` --- - -LOCK TABLES `ps_product_country_tax` WRITE; -/*!40000 ALTER TABLE `ps_product_country_tax` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_country_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_download` --- - -DROP TABLE IF EXISTS `ps_product_download`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_download` ( - `id_product_download` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(10) unsigned NOT NULL, - `display_filename` varchar(255) DEFAULT NULL, - `filename` varchar(255) DEFAULT NULL, - `date_add` datetime NOT NULL, - `date_expiration` datetime DEFAULT NULL, - `nb_days_accessible` int(10) unsigned DEFAULT NULL, - `nb_downloadable` int(10) unsigned DEFAULT '1', - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `is_shareable` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_product_download`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_download` --- - -LOCK TABLES `ps_product_download` WRITE; -/*!40000 ALTER TABLE `ps_product_download` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_download` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_group_reduction_cache` --- - -DROP TABLE IF EXISTS `ps_product_group_reduction_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_group_reduction_cache` ( - `id_product` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - `reduction` decimal(4,3) NOT NULL, - PRIMARY KEY (`id_product`,`id_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_group_reduction_cache` --- - -LOCK TABLES `ps_product_group_reduction_cache` WRITE; -/*!40000 ALTER TABLE `ps_product_group_reduction_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_group_reduction_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_lang` --- - -DROP TABLE IF EXISTS `ps_product_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_lang` ( - `id_product` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `description` text, - `description_short` text, - `link_rewrite` varchar(128) NOT NULL, - `meta_description` varchar(512) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_title` varchar(128) DEFAULT NULL, - `name` varchar(128) NOT NULL, - `available_now` varchar(255) DEFAULT NULL, - `available_later` varchar(255) DEFAULT NULL, - `delivery_in_stock` varchar(255) DEFAULT NULL, - `delivery_out_stock` varchar(255) DEFAULT NULL, - PRIMARY KEY (`id_product`,`id_shop`,`id_lang`), - KEY `id_lang` (`id_lang`), - KEY `name` (`name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_lang` --- - -LOCK TABLES `ps_product_lang` WRITE; -/*!40000 ALTER TABLE `ps_product_lang` DISABLE KEYS */; -INSERT INTO `ps_product_lang` VALUES (1,1,1,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,3,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,4,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,5,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,6,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,7,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,8,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,9,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,10,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,11,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,12,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,1,13,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,1,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,3,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,4,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,5,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,6,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,7,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,8,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,9,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,10,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,11,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,12,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(1,2,13,'

Symbol of lightness and delicacy, the hummingbird evokes curiosity and joy. Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, short sleeves. Made of extra long staple pima cotton.

\n

','hummingbird-printed-t-shirt','','','','Hummingbird printed t-shirt','','','',''),(2,1,1,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,3,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,4,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,5,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,6,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,7,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,8,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,9,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,10,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,11,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,12,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,1,13,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,1,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,3,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,4,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,5,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,6,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,7,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,8,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,9,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,10,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,11,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,12,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(2,2,13,'

Studio Design\' PolyFaune collection features classic products with colorful patterns, inspired by the traditional japanese origamis. To wear with a chino or jeans. The sublimation textile printing process provides an exceptional color rendering and a color, guaranteed overtime.

','

Regular fit, round neckline, long sleeves. 100% cotton, brushed inner side for extra comfort.

','brown-bear-printed-sweater','','','','Hummingbird printed sweater','','','',''),(3,1,1,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,3,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,4,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,5,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,6,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,7,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,8,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,9,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,10,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,11,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,12,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,1,13,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,1,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,3,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,4,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,5,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,6,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,7,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,8,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,9,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,10,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,11,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,12,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(3,2,13,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt paper and smooth surface.

','the-best-is-yet-to-come-framed-poster','','','','The best is yet to come\' Framed poster','','','',''),(4,1,1,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,3,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,4,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,5,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,6,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,7,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,8,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,9,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,10,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,11,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,12,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,1,13,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,1,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,3,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,4,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,5,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,6,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,7,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,8,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,9,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,10,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,11,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,12,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(4,2,13,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid matt finish and smooth surface.

','the-adventure-begins-framed-poster','','','','The adventure begins Framed poster','','','',''),(5,1,1,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,3,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,4,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,5,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,6,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,7,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,8,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,9,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,10,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,11,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,12,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,1,13,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,1,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,3,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,4,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,5,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,6,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,7,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,8,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,9,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,10,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,11,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,12,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(5,2,13,'

The best is yet to come! Give your walls a voice with a framed poster. This aesthethic, optimistic poster will look great in your desk or in an open-space office. Painted wooden frame with passe-partout for more depth.

','

Printed on rigid paper with matt finish and smooth surface.

','today-is-a-good-day-framed-poster','','','','Today is a good day Framed poster','','','',''),(6,1,1,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,3,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,4,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,5,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,6,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,7,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,8,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,9,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,10,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,11,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,12,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,1,13,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,1,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,3,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,4,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,5,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,6,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,7,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,8,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,9,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,10,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,11,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,12,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(6,2,13,'

The best is yet to come! Start the day off right with a positive thought. 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug, 325ml.

','mug-the-best-is-yet-to-come','','','','Mug The best is yet to come','','','',''),(7,1,1,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,3,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,4,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,5,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,6,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,7,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,8,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,9,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,10,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,11,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,12,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,1,13,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,1,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,3,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,4,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,5,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,6,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,7,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,8,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,9,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,10,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,11,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,12,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(7,2,13,'

The adventure begins with a cup of coffee. Set out to conquer the day! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-the-adventure-begins','','','','Mug The adventure begins','','','',''),(8,1,1,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,3,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,4,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,5,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,6,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,7,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,8,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,9,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,10,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,11,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,12,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,1,13,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,1,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,3,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,4,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,5,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,6,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,7,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,8,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,9,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,10,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,11,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,12,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(8,2,13,'

Add an optimistic touch to your morning coffee and start the day in a good mood! 8,2cm diameter / 9,5cm height / 0.43kg. Dishwasher-proof.

','

White Ceramic Mug. 325ml

','mug-today-is-a-good-day','','','','Mug Today is a good day','','','',''),(9,1,1,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,3,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,4,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,5,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,6,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,7,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,8,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,9,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,10,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,11,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,12,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,1,13,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,1,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,3,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,4,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,5,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,6,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,7,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,8,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,9,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,10,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,11,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,12,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(9,2,13,'

The mountain fox cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','mountain-fox-cushion','','','','Mountain fox cushion','','','',''),(10,1,1,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,3,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,4,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,5,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,6,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,7,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,8,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,9,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,10,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,11,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,12,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,1,13,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,1,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,3,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,4,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,5,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,6,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,7,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,8,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,9,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,10,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,11,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,12,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(10,2,13,'

The brown bear cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','brown-bear-cushion','','','','Brown bear cushion','','','',''),(11,1,1,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,3,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,4,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,5,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,6,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,7,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,8,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,9,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,10,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,11,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,12,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,1,13,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,1,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,3,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,4,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,5,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,6,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,7,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,8,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,9,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,10,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,11,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,12,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(11,2,13,'

The hummingbird cushion will add a graphic and colorful touch to your sofa, armchair or bed. Create a modern and zen atmosphere that inspires relaxation. Cover 100% cotton, machine washable at 60° / Filling 100% hypoallergenic polyester.

','

Cushion with removable cover and invisible zip on the back. 32x32cm

','hummingbird-cushion','','','','Hummingbird cushion','','','',''),(12,1,1,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,3,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,4,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,5,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,6,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,7,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,8,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,9,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,10,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,11,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,12,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,1,13,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,1,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,3,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,4,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,5,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,6,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,7,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,8,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,9,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,10,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,11,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,12,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(12,2,13,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','mountain-fox-vector-graphics','','','','Mountain fox - Vector graphics','','','',''),(13,1,1,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,3,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,4,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,5,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,6,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,7,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,8,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,9,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,10,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,11,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,12,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,1,13,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,1,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,3,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,4,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,5,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,6,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,7,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,8,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,9,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,10,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,11,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,12,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(13,2,13,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','brown-bear-vector-graphics','','','','Brown bear - Vector graphics','','','',''),(14,1,1,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,3,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,4,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,5,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,6,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,7,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,8,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,9,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,10,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,11,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,12,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,1,13,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,1,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,3,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,4,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,5,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,6,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,7,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,8,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,9,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,10,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,11,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,12,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(14,2,13,'

You have a custom printing creative project? The vector graphic Mountain fox illustration can be used for printing purpose on any support, without size limitation.

','

Vector graphic, format: svg. Download for personal, private and non-commercial use.

','hummingbird-vector-graphics','','','','Hummingbird - Vector graphics','','','',''),(15,1,1,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,3,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,4,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,5,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,6,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,7,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,8,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,9,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,10,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,11,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,12,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,1,13,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,1,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,3,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,4,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,5,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,6,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,7,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,8,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,9,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,10,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,11,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,12,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(15,2,13,'','

Mug The Adventure Begins + Framed poster Today is a good day 40x60cm

','pack-mug-framed-poster','','','','Pack Mug + Framed poster','','','',''),(16,1,1,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,3,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,4,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,5,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,6,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,7,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,8,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,9,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,10,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,11,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,12,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,1,13,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,1,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,3,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,4,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,5,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,6,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,7,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,8,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,9,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,10,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,11,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,12,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(16,2,13,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','mountain-fox-notebook','','','','Mountain fox notebook','','','',''),(17,1,1,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,3,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,4,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,5,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,6,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,7,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,8,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,9,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,10,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,11,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,12,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,1,13,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,1,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,3,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,4,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,5,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,6,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,7,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,8,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,9,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,10,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,11,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,12,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(17,2,13,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','brown-bear-notebook','','','','Brown bear notebook','','','',''),(18,1,1,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,3,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,4,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,5,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,6,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,7,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,8,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,9,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,10,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,11,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,12,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,1,13,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,1,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,3,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,4,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,5,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,6,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,7,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,8,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,9,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,10,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,11,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,12,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(18,2,13,'

The Mountain fox notebook is the best option to write down your most ingenious ideas. At work, at home or when traveling, its endearing design and manufacturing quality will make you feel like writing! 90 gsm paper / double spiral binding.

','

120 sheets notebook with hard cover made of recycled cardboard. 16x22cm

','hummingbird-notebook','','','','Hummingbird notebook','','','',''),(19,1,1,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,3,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,4,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,5,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,6,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,7,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,8,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,9,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,10,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,11,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,12,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,1,13,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,1,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,3,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,4,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,5,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,6,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,7,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,8,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,9,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,10,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,11,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,12,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(19,2,13,'

Customize your mug with the text of your choice. A mood, a message, a quote... It\'s up to you! Maximum number of characters: ---

','

White Ceramic Mug. 325ml

','customizable-mug','','','','Customizable mug','','','',''),(20,1,1,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,3,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,4,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,5,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,6,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,7,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,8,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,9,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,10,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,11,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,12,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,1,13,'','','mollie-payment-fee','','','','Mollie payment fee','','','',''),(20,2,1,'','','','','','','','','','',''),(20,2,3,'','','','','','','','','','',''),(20,2,4,'','','','','','','','','','',''),(20,2,5,'','','','','','','','','','',''),(20,2,6,'','','','','','','','','','',''),(20,2,7,'','','','','','','','','','',''),(20,2,8,'','','','','','','','','','',''),(20,2,9,'','','','','','','','','','',''),(20,2,10,'','','','','','','','','','',''),(20,2,11,'','','','','','','','','','',''),(20,2,12,'','','','','','','','','','',''),(20,2,13,'','','','','','','','','','',''),(21,1,1,'','','test123','','','','test123','','','',''),(21,1,3,'','','test123','','','','test123','','','',''),(21,1,4,'','','test123','','','','test123','','','',''),(21,1,5,'','','test123','','','','test123','','','',''),(21,1,6,'','','test123','','','','test123','','','',''),(21,1,7,'','','test123','','','','test123','','','',''),(21,1,8,'','','test123','','','','test123','','','',''),(21,1,9,'','','test123','','','','test123','','','',''),(21,1,10,'','','test123','','','','test123','','','',''),(21,1,11,'','','test123','','','','test123','','','',''),(21,1,12,'','','test123','','','','test123','','','',''),(21,1,13,'','','test123','','','','test123','','','',''),(21,2,1,'','','test123','','','','test123','','','',''),(21,2,3,'','','test123','','','','test123','','','',''),(21,2,4,'','','test123','','','','test123','','','',''),(21,2,5,'','','test123','','','','test123','','','',''),(21,2,6,'','','test123','','','','test123','','','',''),(21,2,7,'','','test123','','','','test123','','','',''),(21,2,8,'','','test123','','','','test123','','','',''),(21,2,9,'','','test123','','','','test123','','','',''),(21,2,10,'','','test123','','','','test123','','','',''),(21,2,11,'','','test123','','','','test123','','','',''),(21,2,12,'','','test123','','','','test123','','','',''),(21,2,13,'','','test123','','','','test123','','','',''); -/*!40000 ALTER TABLE `ps_product_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_sale` --- - -DROP TABLE IF EXISTS `ps_product_sale`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_sale` ( - `id_product` int(10) unsigned NOT NULL, - `quantity` int(10) unsigned NOT NULL DEFAULT '0', - `sale_nbr` int(10) unsigned NOT NULL DEFAULT '0', - `date_upd` date DEFAULT NULL, - PRIMARY KEY (`id_product`), - KEY `quantity` (`quantity`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_sale` --- - -LOCK TABLES `ps_product_sale` WRITE; -/*!40000 ALTER TABLE `ps_product_sale` DISABLE KEYS */; -INSERT INTO `ps_product_sale` VALUES (1,49,22,'2022-11-15'),(2,178,127,'2021-11-05'),(3,78,41,'2022-11-15'),(4,150,133,'2022-08-29'),(5,218,165,'2022-05-02'),(6,24,7,'2022-08-01'),(7,7,2,'2022-07-26'),(8,114,52,'2022-09-13'),(10,1,1,'2022-09-02'),(11,1,1,'2021-10-13'),(14,5,1,'2021-07-27'); -/*!40000 ALTER TABLE `ps_product_sale` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_shop` --- - -DROP TABLE IF EXISTS `ps_product_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_shop` ( - `id_product` int(10) unsigned NOT NULL, - `id_shop` int(10) unsigned NOT NULL, - `id_category_default` int(10) unsigned DEFAULT NULL, - `id_tax_rules_group` int(11) unsigned NOT NULL, - `on_sale` tinyint(1) unsigned NOT NULL DEFAULT '0', - `online_only` tinyint(1) unsigned NOT NULL DEFAULT '0', - `ecotax` decimal(17,6) NOT NULL DEFAULT '0.000000', - `minimal_quantity` int(10) unsigned NOT NULL DEFAULT '1', - `low_stock_threshold` int(10) DEFAULT NULL, - `low_stock_alert` tinyint(1) NOT NULL DEFAULT '0', - `price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `wholesale_price` decimal(20,6) NOT NULL DEFAULT '0.000000', - `unity` varchar(255) DEFAULT NULL, - `unit_price_ratio` decimal(20,6) NOT NULL DEFAULT '0.000000', - `additional_shipping_cost` decimal(20,2) NOT NULL DEFAULT '0.00', - `customizable` tinyint(2) NOT NULL DEFAULT '0', - `uploadable_files` tinyint(4) NOT NULL DEFAULT '0', - `text_fields` tinyint(4) NOT NULL DEFAULT '0', - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `redirect_type` enum('','404','301-product','302-product','301-category','302-category') NOT NULL DEFAULT '', - `id_type_redirected` int(10) unsigned NOT NULL DEFAULT '0', - `available_for_order` tinyint(1) NOT NULL DEFAULT '1', - `available_date` date DEFAULT NULL, - `show_condition` tinyint(1) NOT NULL DEFAULT '1', - `condition` enum('new','used','refurbished') NOT NULL DEFAULT 'new', - `show_price` tinyint(1) NOT NULL DEFAULT '1', - `indexed` tinyint(1) NOT NULL DEFAULT '0', - `visibility` enum('both','catalog','search','none') NOT NULL DEFAULT 'both', - `cache_default_attribute` int(10) unsigned DEFAULT NULL, - `advanced_stock_management` tinyint(1) NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `pack_stock_type` int(11) unsigned NOT NULL DEFAULT '3', - PRIMARY KEY (`id_product`,`id_shop`), - KEY `id_category_default` (`id_category_default`), - KEY `date_add` (`date_add`,`active`,`visibility`), - KEY `indexed` (`indexed`,`active`,`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_shop` --- - -LOCK TABLES `ps_product_shop` WRITE; -/*!40000 ALTER TABLE `ps_product_shop` DISABLE KEYS */; -INSERT INTO `ps_product_shop` VALUES (1,1,4,34,0,0,0.000000,1,NULL,0,33.333333,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',1,0,'2020-11-03 14:11:36','2022-09-15 11:29:50',3),(1,2,4,1,0,0,0.000000,1,NULL,0,0.100000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',1,0,'2020-11-03 14:11:36','2022-01-28 12:35:16',3),(2,1,5,1,0,0,0.000000,1,NULL,0,3554.081818,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',9,0,'2020-11-03 14:11:36','2022-11-21 16:50:56',3),(2,2,5,1,0,0,0.000000,1,NULL,0,35.900000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',9,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(3,1,9,6,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',13,0,'2020-11-03 14:11:36','2022-11-22 15:39:39',3),(3,2,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',13,0,'2020-11-03 14:11:36','2021-04-08 09:29:35',3),(4,1,9,1,0,0,0.000000,1,NULL,0,0.008264,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',16,0,'2020-11-03 14:11:36','2022-03-24 14:18:56',3),(4,2,9,1,0,0,0.000000,1,NULL,0,29.000000,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',16,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(5,1,9,6,0,0,0.000000,1,NULL,0,0.008264,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',19,0,'2020-11-03 14:11:36','2022-09-01 11:26:48',3),(5,2,9,16,0,0,0.000000,1,NULL,0,1.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',19,0,'2020-11-03 14:11:36','2022-01-28 14:07:18',3),(6,1,8,2,0,0,0.000000,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:15:21',3),(6,2,8,2,0,0,0.000000,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:15:21',3),(7,1,8,2,0,0,0.000000,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:14:26',3),(7,2,8,2,0,0,0.000000,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:14:26',3),(8,1,8,2,0,0,0.000000,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:12:21',3),(8,2,8,2,0,0,0.000000,1,NULL,0,1.788991,0.000000,'',0.000000,0.00,0,0,0,1,'404',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:12:21',3),(9,1,8,2,0,0,0.000000,1,NULL,0,2.293578,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',22,0,'2020-11-03 14:11:36','2021-01-22 12:45:27',3),(9,2,8,2,0,0,0.000000,1,NULL,0,2.293578,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',22,0,'2020-11-03 14:11:36','2021-01-22 12:45:27',3),(10,1,8,11,0,0,0.000000,1,NULL,0,1.600000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',24,0,'2020-11-03 14:11:36','2021-10-07 16:53:43',3),(10,2,8,2,0,0,0.000000,1,NULL,0,2.064220,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',24,0,'2020-11-03 14:11:36','2021-01-22 12:34:18',3),(11,1,8,11,0,0,0.000000,1,NULL,0,5.700000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',26,0,'2020-11-03 14:11:36','2021-10-07 16:54:01',3),(11,2,8,2,0,0,0.000000,1,NULL,0,2.064220,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',26,0,'2020-11-03 14:11:36','2021-01-22 12:34:28',3),(12,1,9,2,0,0,0.000000,1,NULL,0,2.073394,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:45:18',3),(12,2,9,2,0,0,0.000000,1,NULL,0,2.073394,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-22 12:45:18',3),(13,1,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(13,2,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(14,1,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-07-08 10:31:23',3),(14,2,9,1,0,0,0.000000,1,NULL,0,9.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(15,1,8,1,0,0,0.000000,1,NULL,0,35.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(15,2,8,1,0,0,0.000000,1,NULL,0,35.000000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(16,1,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',28,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(16,2,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',28,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(17,1,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',32,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(17,2,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',32,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(18,1,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',36,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(18,2,7,1,0,0,0.000000,1,NULL,0,12.900000,0.000000,'',0.000000,0.00,0,0,0,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',36,0,'2020-11-03 14:11:36','2020-11-03 14:11:36',3),(19,1,8,1,0,0,0.000000,1,NULL,0,8000.000000,0.000000,'',0.000000,0.00,2,0,1,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-07 16:44:01',3),(19,2,8,1,0,0,0.000000,1,NULL,0,8000.000000,0.000000,'',0.000000,0.00,2,0,1,1,'301-category',0,1,'0000-00-00',0,'new',1,1,'both',0,0,'2020-11-03 14:11:36','2021-01-07 16:44:01',3),(20,1,2,1,0,0,0.000000,1,NULL,0,0.000000,0.000000,'',0.000000,0.00,0,0,0,0,'301-category',0,1,'0000-00-00',0,'new',1,0,'both',0,0,'2021-08-05 11:40:33','2021-08-05 11:41:57',3),(21,1,2,1,0,0,0.000000,1,NULL,0,5.000000,0.000000,'',0.000000,0.00,0,0,0,0,'301-category',0,1,'0000-00-00',0,'new',1,0,'both',40,0,'2022-01-28 12:38:27','2022-01-28 12:39:59',3),(21,2,2,1,0,0,0.000000,1,NULL,0,5.000000,0.000000,'',0.000000,0.00,0,0,0,0,'301-category',0,1,'0000-00-00',0,'new',1,0,'both',40,0,'2022-01-28 12:38:27','2022-01-28 12:39:59',3); -/*!40000 ALTER TABLE `ps_product_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_supplier` --- - -DROP TABLE IF EXISTS `ps_product_supplier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_supplier` ( - `id_product_supplier` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL DEFAULT '0', - `id_supplier` int(11) unsigned NOT NULL, - `product_supplier_reference` varchar(64) DEFAULT NULL, - `product_supplier_price_te` decimal(20,6) NOT NULL DEFAULT '0.000000', - `id_currency` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_product_supplier`), - UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_supplier`), - KEY `id_supplier` (`id_supplier`,`id_product`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_supplier` --- - -LOCK TABLES `ps_product_supplier` WRITE; -/*!40000 ALTER TABLE `ps_product_supplier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_supplier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_product_tag` --- - -DROP TABLE IF EXISTS `ps_product_tag`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_product_tag` ( - `id_product` int(10) unsigned NOT NULL, - `id_tag` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_product`,`id_tag`), - KEY `id_tag` (`id_tag`), - KEY `id_lang` (`id_lang`,`id_tag`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_product_tag` --- - -LOCK TABLES `ps_product_tag` WRITE; -/*!40000 ALTER TABLE `ps_product_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_product_tag` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_profile` --- - -DROP TABLE IF EXISTS `ps_profile`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_profile` ( - `id_profile` int(10) unsigned NOT NULL AUTO_INCREMENT, - PRIMARY KEY (`id_profile`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_profile` --- - -LOCK TABLES `ps_profile` WRITE; -/*!40000 ALTER TABLE `ps_profile` DISABLE KEYS */; -INSERT INTO `ps_profile` VALUES (1),(2),(3),(4); -/*!40000 ALTER TABLE `ps_profile` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_profile_lang` --- - -DROP TABLE IF EXISTS `ps_profile_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_profile_lang` ( - `id_lang` int(10) unsigned NOT NULL, - `id_profile` int(10) unsigned NOT NULL, - `name` varchar(128) NOT NULL, - PRIMARY KEY (`id_profile`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_profile_lang` --- - -LOCK TABLES `ps_profile_lang` WRITE; -/*!40000 ALTER TABLE `ps_profile_lang` DISABLE KEYS */; -INSERT INTO `ps_profile_lang` VALUES (1,1,'SuperAdmin'),(3,1,'SuperAdmin'),(4,1,'SuperAdmin'),(5,1,'SuperAdmin'),(6,1,'SuperAdmin'),(7,1,'超级管理员'),(8,1,'SuperAdmin'),(9,1,'Administrator'),(10,1,'Pääkäyttäjä'),(11,1,'スーパー管理者'),(12,1,'SuperAdmin'),(13,1,'SuperAdmin'),(1,2,'Logistician'),(3,2,'Logistiek medewerker'),(4,2,'Logisticien'),(5,2,'Logistiker'),(6,2,'Logistician'),(7,2,'物流员'),(8,2,'Logistician'),(9,2,'Logistyk'),(10,2,'Logistiikasta vastaaava'),(11,2,'物流担当者'),(12,2,'Logistician'),(13,2,'Logistikmedarbejder'),(1,3,'Translator'),(3,3,'Vertaler'),(4,3,'Traducteur'),(5,3,'Übersetzer'),(6,3,'Translator'),(7,3,'翻译人员'),(8,3,'Translator'),(9,3,'Tłumacz'),(10,3,'Kääntäjä'),(11,3,'翻訳担当者'),(12,3,'Translator'),(13,3,'Oversætter'),(1,4,'Salesman'),(3,4,'Verkoper'),(4,4,'Vendeur'),(5,4,'Verkäufer'),(6,4,'Salesman'),(7,4,'销售人员'),(8,4,'Salesman'),(9,4,'Sprzedawca'),(10,4,'Myyjä'),(11,4,'販売担当者'),(12,4,'Salesman'),(13,4,'Sælger'); -/*!40000 ALTER TABLE `ps_profile_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psgdpr_consent` --- - -DROP TABLE IF EXISTS `ps_psgdpr_consent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psgdpr_consent` ( - `id_gdpr_consent` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_module` int(10) unsigned NOT NULL, - `active` int(10) NOT NULL, - `error` int(10) DEFAULT NULL, - `error_message` text, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_gdpr_consent`,`id_module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psgdpr_consent` --- - -LOCK TABLES `ps_psgdpr_consent` WRITE; -/*!40000 ALTER TABLE `ps_psgdpr_consent` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_psgdpr_consent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psgdpr_consent_lang` --- - -DROP TABLE IF EXISTS `ps_psgdpr_consent_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psgdpr_consent_lang` ( - `id_gdpr_consent` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `message` text, - `id_shop` int(10) unsigned NOT NULL, - PRIMARY KEY (`id_gdpr_consent`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psgdpr_consent_lang` --- - -LOCK TABLES `ps_psgdpr_consent_lang` WRITE; -/*!40000 ALTER TABLE `ps_psgdpr_consent_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_psgdpr_consent_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_psgdpr_log` --- - -DROP TABLE IF EXISTS `ps_psgdpr_log`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_psgdpr_log` ( - `id_gdpr_log` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) unsigned DEFAULT NULL, - `id_guest` int(10) unsigned DEFAULT NULL, - `client_name` varchar(250) DEFAULT NULL, - `id_module` int(10) unsigned NOT NULL, - `request_type` int(10) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_gdpr_log`) -) ENGINE=InnoDB AUTO_INCREMENT=38 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_psgdpr_log` --- - -LOCK TABLES `ps_psgdpr_log` WRITE; -/*!40000 ALTER TABLE `ps_psgdpr_log` DISABLE KEYS */; -INSERT INTO `ps_psgdpr_log` VALUES (1,3,0,'Marius Gudauskis',0,1,'2020-11-03 14:25:52','2020-11-03 14:25:52'),(2,4,0,'Lukas Vaivada',0,1,'2020-11-13 14:56:32','2020-11-13 14:56:32'),(3,5,0,'Marius Gudauskis',0,1,'2021-01-14 13:03:12','2021-01-14 13:03:12'),(4,6,0,'SIMONAS TEST',0,1,'2021-01-25 13:41:32','2021-01-25 13:41:32'),(5,7,0,'Lukas Vaivada',0,1,'2021-01-28 13:31:18','2021-01-28 13:31:18'),(6,8,0,'Test Tester',0,1,'2021-01-28 14:18:43','2021-01-28 14:18:43'),(7,9,0,'afasfa asfasf',0,1,'2021-08-05 15:55:23','2021-08-05 15:55:23'),(8,10,0,'test test',0,1,'2021-08-12 18:04:01','2021-08-12 18:04:01'),(9,11,0,'test qwer',0,1,'2022-01-07 16:31:31','2022-01-07 16:31:31'),(10,12,0,'sMarius Gudauskiss',0,1,'2022-01-13 10:27:54','2022-01-13 10:27:54'),(11,13,0,'asfasf asfas',0,1,'2022-01-13 10:28:25','2022-01-13 10:28:25'),(12,14,0,'Mariuss sGudauskis',0,1,'2022-01-13 10:51:33','2022-01-13 10:51:33'),(13,15,0,'dd dd',0,1,'2022-01-28 13:30:40','2022-01-28 13:30:40'),(14,16,0,'dddd ddd',0,1,'2022-01-28 13:34:13','2022-01-28 13:34:13'),(15,17,0,'dddd d',0,1,'2022-01-28 13:36:36','2022-01-28 13:36:36'),(16,18,0,'dddd d',0,1,'2022-01-28 13:39:35','2022-01-28 13:39:35'),(17,19,0,'g d',0,1,'2022-01-28 13:49:53','2022-01-28 13:49:53'),(18,20,0,'v v',0,1,'2022-01-28 13:57:27','2022-01-28 13:57:27'),(19,21,0,'ddd dd',0,1,'2022-01-28 13:58:57','2022-01-28 13:58:57'),(20,22,0,'dd dd',0,1,'2022-01-28 14:06:09','2022-01-28 14:06:09'),(21,23,0,'ff ff',0,1,'2022-01-28 14:14:53','2022-01-28 14:14:53'),(22,24,0,'ddd dd',0,1,'2022-01-28 14:18:58','2022-01-28 14:18:58'),(23,25,0,'c c',0,1,'2022-01-28 14:21:56','2022-01-28 14:21:56'),(24,26,0,'d d',0,1,'2022-01-31 17:23:11','2022-01-31 17:23:11'),(25,27,0,'Mariussss Gudauskisssss',0,1,'2022-02-01 11:06:15','2022-02-01 11:06:15'),(26,28,0,'Mariusasfgas Gudauskisfsaf',0,1,'2022-02-01 11:08:14','2022-02-01 11:08:14'),(27,29,0,'Mariussdgs Gudauskissgs',0,1,'2022-02-01 11:12:11','2022-02-01 11:12:11'),(28,30,0,'Marius Gudauskis',0,1,'2022-02-01 15:51:42','2022-02-01 15:51:42'),(29,31,0,'Marius Gudauskis',0,1,'2022-02-01 15:54:42','2022-02-01 15:54:42'),(30,84,0,'Marius Gudauskis',0,1,'2022-03-14 12:52:12','2022-03-14 12:52:12'),(31,273,0,'Marius Gudauskis',0,1,'2022-04-04 10:29:58','2022-04-04 10:29:58'),(32,274,0,'Marius Gudauskis',0,1,'2022-04-04 10:37:19','2022-04-04 10:37:19'),(33,330,0,'testera Gudauskis',0,1,'2022-05-02 10:55:39','2022-05-02 10:55:39'),(34,331,0,'Mariusasf Gudauskisasfa',0,1,'2022-05-02 13:51:08','2022-05-02 13:51:08'),(35,373,0,'afas fasfa',0,1,'2022-05-30 15:30:21','2022-05-30 15:30:21'),(36,374,0,'Marius Gudauskis',0,1,'2022-05-31 15:16:42','2022-05-31 15:16:42'),(37,379,0,'Marius Gudauskis',0,1,'2022-10-18 13:08:35','2022-10-18 13:08:35'); -/*!40000 ALTER TABLE `ps_psgdpr_log` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_quick_access` --- - -DROP TABLE IF EXISTS `ps_quick_access`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_quick_access` ( - `id_quick_access` int(10) unsigned NOT NULL AUTO_INCREMENT, - `new_window` tinyint(1) NOT NULL DEFAULT '0', - `link` varchar(255) NOT NULL, - PRIMARY KEY (`id_quick_access`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_quick_access` --- - -LOCK TABLES `ps_quick_access` WRITE; -/*!40000 ALTER TABLE `ps_quick_access` DISABLE KEYS */; -INSERT INTO `ps_quick_access` VALUES (1,0,'index.php?controller=AdminOrders'),(2,0,'index.php?controller=AdminCartRules&addcart_rule'),(3,0,'index.php/sell/catalog/products/new'),(4,0,'index.php/sell/catalog/categories/new'),(5,0,'index.php/improve/modules/manage'),(6,0,'index.php?controller=AdminStats&module=statscheckup'); -/*!40000 ALTER TABLE `ps_quick_access` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_quick_access_lang` --- - -DROP TABLE IF EXISTS `ps_quick_access_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_quick_access_lang` ( - `id_quick_access` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_quick_access`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_quick_access_lang` --- - -LOCK TABLES `ps_quick_access_lang` WRITE; -/*!40000 ALTER TABLE `ps_quick_access_lang` DISABLE KEYS */; -INSERT INTO `ps_quick_access_lang` VALUES (1,1,'Orders'),(1,3,'Bestellingen'),(1,4,'Commandes'),(1,5,'Bestellungen'),(1,6,'Commandes'),(1,7,'订单'),(1,8,'Orders'),(1,9,'Zamówienia'),(1,10,'Tilaukset'),(1,11,'注文'),(1,12,'Orders'),(1,13,'Ordrer'),(2,1,'New voucher'),(2,3,'Nieuwe voucher'),(2,4,'Nouveau bon de réduction'),(2,5,'Neuer Ermäßigungsgutschein'),(2,6,'New voucher'),(2,7,'新的优惠券'),(2,8,'New voucher'),(2,9,'Nowy kupon'),(2,10,'Uusi alennuskuponki'),(2,11,'新規クーポン'),(2,12,'New voucher'),(2,13,'Ny rabatkupon'),(3,1,'New product'),(3,3,'Nieuw product'),(3,4,'Nouveau produit'),(3,5,'Neuer Artikel'),(3,6,'Produk baru'),(3,7,'新商品'),(3,8,'New product'),(3,9,'Nowy produkt'),(3,10,'Uusi tuote'),(3,11,'新規商品'),(3,12,'New product'),(3,13,'Ny vare'),(4,1,'New category'),(4,3,'Nieuwe categorie'),(4,4,'Nouvelle catégorie'),(4,5,'Neue Kategorie'),(4,6,'New category'),(4,7,'新分类'),(4,8,'New category'),(4,9,'Nowa kategoria'),(4,10,'Uusi kategoria'),(4,11,'新規カテゴリー'),(4,12,'New category'),(4,13,'Ny kategori'),(5,1,'Installed modules'),(5,3,'Geïnstalleerde modules'),(5,4,'Modules installés'),(5,5,'Installierte Module'),(5,6,'Installed modules'),(5,7,'已安装的模块'),(5,8,'Installed modules'),(5,9,'Zainstalowane moduły'),(5,10,'Asennetut moduulit'),(5,11,'インストール済みモジュール'),(5,12,'Installed modules'),(5,13,'Installerede moduler'),(6,1,'Catalog evaluation'),(6,3,'Winkel evaluatie'),(6,4,'Évaluation du catalogue'),(6,5,'Katalogauswertung'),(6,6,'Products penilaian'),(6,7,'产品评估'),(6,8,'Catalog evaluation'),(6,9,'Ocena katalogu'),(6,10,'Verkkokauppa arviointi'),(6,11,'カタログの評価'),(6,12,'Catalog evaluation'),(6,13,'Katalogvurdering'); -/*!40000 ALTER TABLE `ps_quick_access_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_range_price` --- - -DROP TABLE IF EXISTS `ps_range_price`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_range_price` ( - `id_range_price` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_carrier` int(10) unsigned NOT NULL, - `delimiter1` decimal(20,6) NOT NULL, - `delimiter2` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_range_price`), - UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_range_price` --- - -LOCK TABLES `ps_range_price` WRITE; -/*!40000 ALTER TABLE `ps_range_price` DISABLE KEYS */; -INSERT INTO `ps_range_price` VALUES (1,2,0.000000,10000.000000); -/*!40000 ALTER TABLE `ps_range_price` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_range_weight` --- - -DROP TABLE IF EXISTS `ps_range_weight`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_range_weight` ( - `id_range_weight` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_carrier` int(10) unsigned NOT NULL, - `delimiter1` decimal(20,6) NOT NULL, - `delimiter2` decimal(20,6) NOT NULL, - PRIMARY KEY (`id_range_weight`), - UNIQUE KEY `id_carrier` (`id_carrier`,`delimiter1`,`delimiter2`) -) ENGINE=InnoDB AUTO_INCREMENT=8 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_range_weight` --- - -LOCK TABLES `ps_range_weight` WRITE; -/*!40000 ALTER TABLE `ps_range_weight` DISABLE KEYS */; -INSERT INTO `ps_range_weight` VALUES (1,2,0.000000,10000.000000),(2,3,0.000000,10000.000000),(3,4,0.000000,10000.000000),(4,5,0.000000,10000.000000),(5,7,0.000000,10000.000000),(6,12,0.000000,10000.000000),(7,14,0.000000,10000.000000); -/*!40000 ALTER TABLE `ps_range_weight` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_reassurance` --- - -DROP TABLE IF EXISTS `ps_reassurance`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_reassurance` ( - `id_reassurance` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL, - `file_name` varchar(100) NOT NULL, - PRIMARY KEY (`id_reassurance`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_reassurance` --- - -LOCK TABLES `ps_reassurance` WRITE; -/*!40000 ALTER TABLE `ps_reassurance` DISABLE KEYS */; -INSERT INTO `ps_reassurance` VALUES (1,1,'ic_verified_user_black_36dp_1x.png'),(2,1,'ic_local_shipping_black_36dp_1x.png'),(3,1,'ic_swap_horiz_black_36dp_1x.png'); -/*!40000 ALTER TABLE `ps_reassurance` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_reassurance_lang` --- - -DROP TABLE IF EXISTS `ps_reassurance_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_reassurance_lang` ( - `id_reassurance` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `text` varchar(300) NOT NULL, - PRIMARY KEY (`id_reassurance`,`id_lang`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_reassurance_lang` --- - -LOCK TABLES `ps_reassurance_lang` WRITE; -/*!40000 ALTER TABLE `ps_reassurance_lang` DISABLE KEYS */; -INSERT INTO `ps_reassurance_lang` VALUES (1,1,'Security policy (edit with Customer reassurance module)'),(1,3,'Security policy (edit with Customer reassurance module)'),(1,4,'Security policy (edit with Customer reassurance module)'),(1,5,'Security policy (edit with Customer reassurance module)'),(1,6,'Security policy (edit with Customer reassurance module)'),(1,7,'Security policy (edit with Customer reassurance module)'),(1,8,'Security policy (edit with Customer reassurance module)'),(1,9,'Security policy (edit with Customer reassurance module)'),(1,10,'Security policy (edit with Customer reassurance module)'),(1,11,'Security policy (edit with Customer reassurance module)'),(1,12,'Security policy (edit with Customer reassurance module)'),(1,13,'Security policy (edit with Customer reassurance module)'),(2,1,'Delivery policy (edit with Customer reassurance module)'),(2,3,'Delivery policy (edit with Customer reassurance module)'),(2,4,'Delivery policy (edit with Customer reassurance module)'),(2,5,'Delivery policy (edit with Customer reassurance module)'),(2,6,'Delivery policy (edit with Customer reassurance module)'),(2,7,'Delivery policy (edit with Customer reassurance module)'),(2,8,'Delivery policy (edit with Customer reassurance module)'),(2,9,'Delivery policy (edit with Customer reassurance module)'),(2,10,'Delivery policy (edit with Customer reassurance module)'),(2,11,'Delivery policy (edit with Customer reassurance module)'),(2,12,'Delivery policy (edit with Customer reassurance module)'),(2,13,'Delivery policy (edit with Customer reassurance module)'),(3,1,'Return policy (edit with Customer reassurance module)'),(3,3,'Return policy (edit with Customer reassurance module)'),(3,4,'Return policy (edit with Customer reassurance module)'),(3,5,'Return policy (edit with Customer reassurance module)'),(3,6,'Return policy (edit with Customer reassurance module)'),(3,7,'Return policy (edit with Customer reassurance module)'),(3,8,'Return policy (edit with Customer reassurance module)'),(3,9,'Return policy (edit with Customer reassurance module)'),(3,10,'Return policy (edit with Customer reassurance module)'),(3,11,'Return policy (edit with Customer reassurance module)'),(3,12,'Return policy (edit with Customer reassurance module)'),(3,13,'Return policy (edit with Customer reassurance module)'); -/*!40000 ALTER TABLE `ps_reassurance_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_referrer` --- - -DROP TABLE IF EXISTS `ps_referrer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_referrer` ( - `id_referrer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `passwd` varchar(255) DEFAULT NULL, - `http_referer_regexp` varchar(64) DEFAULT NULL, - `http_referer_like` varchar(64) DEFAULT NULL, - `request_uri_regexp` varchar(64) DEFAULT NULL, - `request_uri_like` varchar(64) DEFAULT NULL, - `http_referer_regexp_not` varchar(64) DEFAULT NULL, - `http_referer_like_not` varchar(64) DEFAULT NULL, - `request_uri_regexp_not` varchar(64) DEFAULT NULL, - `request_uri_like_not` varchar(64) DEFAULT NULL, - `base_fee` decimal(5,2) NOT NULL DEFAULT '0.00', - `percent_fee` decimal(5,2) NOT NULL DEFAULT '0.00', - `click_fee` decimal(5,2) NOT NULL DEFAULT '0.00', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_referrer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_referrer` --- - -LOCK TABLES `ps_referrer` WRITE; -/*!40000 ALTER TABLE `ps_referrer` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_referrer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_referrer_cache` --- - -DROP TABLE IF EXISTS `ps_referrer_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_referrer_cache` ( - `id_connections_source` int(11) unsigned NOT NULL, - `id_referrer` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_connections_source`,`id_referrer`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_referrer_cache` --- - -LOCK TABLES `ps_referrer_cache` WRITE; -/*!40000 ALTER TABLE `ps_referrer_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_referrer_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_referrer_shop` --- - -DROP TABLE IF EXISTS `ps_referrer_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_referrer_shop` ( - `id_referrer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `cache_visitors` int(11) DEFAULT NULL, - `cache_visits` int(11) DEFAULT NULL, - `cache_pages` int(11) DEFAULT NULL, - `cache_registrations` int(11) DEFAULT NULL, - `cache_orders` int(11) DEFAULT NULL, - `cache_sales` decimal(17,2) DEFAULT NULL, - `cache_reg_rate` decimal(5,4) DEFAULT NULL, - `cache_order_rate` decimal(5,4) DEFAULT NULL, - PRIMARY KEY (`id_referrer`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_referrer_shop` --- - -LOCK TABLES `ps_referrer_shop` WRITE; -/*!40000 ALTER TABLE `ps_referrer_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_referrer_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_request_sql` --- - -DROP TABLE IF EXISTS `ps_request_sql`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_request_sql` ( - `id_request_sql` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(200) NOT NULL, - `sql` text NOT NULL, - PRIMARY KEY (`id_request_sql`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_request_sql` --- - -LOCK TABLES `ps_request_sql` WRITE; -/*!40000 ALTER TABLE `ps_request_sql` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_request_sql` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_required_field` --- - -DROP TABLE IF EXISTS `ps_required_field`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_required_field` ( - `id_required_field` int(11) NOT NULL AUTO_INCREMENT, - `object_name` varchar(32) NOT NULL, - `field_name` varchar(32) NOT NULL, - PRIMARY KEY (`id_required_field`), - KEY `object_name` (`object_name`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_required_field` --- - -LOCK TABLES `ps_required_field` WRITE; -/*!40000 ALTER TABLE `ps_required_field` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_required_field` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_risk` --- - -DROP TABLE IF EXISTS `ps_risk`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_risk` ( - `id_risk` int(11) unsigned NOT NULL AUTO_INCREMENT, - `percent` tinyint(3) NOT NULL, - `color` varchar(32) DEFAULT NULL, - PRIMARY KEY (`id_risk`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_risk` --- - -LOCK TABLES `ps_risk` WRITE; -/*!40000 ALTER TABLE `ps_risk` DISABLE KEYS */; -INSERT INTO `ps_risk` VALUES (1,0,'#32CD32'),(2,35,'#FF8C00'),(3,75,'#DC143C'),(4,100,'#ec2e15'); -/*!40000 ALTER TABLE `ps_risk` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_risk_lang` --- - -DROP TABLE IF EXISTS `ps_risk_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_risk_lang` ( - `id_risk` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(20) NOT NULL, - PRIMARY KEY (`id_risk`,`id_lang`), - KEY `id_risk` (`id_risk`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_risk_lang` --- - -LOCK TABLES `ps_risk_lang` WRITE; -/*!40000 ALTER TABLE `ps_risk_lang` DISABLE KEYS */; -INSERT INTO `ps_risk_lang` VALUES (1,1,'None'),(1,3,'Geen'),(1,4,'Aucun'),(1,5,'Keine'),(1,6,'tak satupun'),(1,7,'无'),(1,8,'எதுவும் இல்லை'),(1,9,'Żaden'),(1,10,'Ei mitään'),(1,11,'なし'),(1,12,'None'),(1,13,'Ingen'),(2,1,'Low'),(2,3,'Laag'),(2,4,'Basse'),(2,5,'Niedrig'),(2,6,'Rendah'),(2,7,'低'),(2,8,'Low'),(2,9,'Niski'),(2,10,'Alhainen'),(2,11,'低'),(2,12,'Low'),(2,13,'Lav'),(3,1,'Medium'),(3,3,'Gemiddeld'),(3,4,'Moyenne'),(3,5,'Mittel'),(3,6,'Sederhana'),(3,7,'中'),(3,8,'Medium'),(3,9,'Średnia'),(3,10,'Keskitaso'),(3,11,'中'),(3,12,'Medium'),(3,13,'Mellem'),(4,1,'High'),(4,3,'Hoog'),(4,4,'Haute'),(4,5,'Hoch'),(4,6,'Tinggi'),(4,7,'高'),(4,8,'High'),(4,9,'Wysoka'),(4,10,'Korkea'),(4,11,'高い'),(4,12,'High'),(4,13,'Høj'); -/*!40000 ALTER TABLE `ps_risk_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_search_engine` --- - -DROP TABLE IF EXISTS `ps_search_engine`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_search_engine` ( - `id_search_engine` int(10) unsigned NOT NULL AUTO_INCREMENT, - `server` varchar(64) NOT NULL, - `getvar` varchar(16) NOT NULL, - PRIMARY KEY (`id_search_engine`) -) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_search_engine` --- - -LOCK TABLES `ps_search_engine` WRITE; -/*!40000 ALTER TABLE `ps_search_engine` DISABLE KEYS */; -INSERT INTO `ps_search_engine` VALUES (1,'google','q'),(2,'aol','q'),(3,'yandex','text'),(4,'ask.com','q'),(5,'nhl.com','q'),(6,'yahoo','p'),(7,'baidu','wd'),(8,'lycos','query'),(9,'exalead','q'),(10,'search.live','q'),(11,'voila','rdata'),(12,'altavista','q'),(13,'bing','q'),(14,'daum','q'),(15,'eniro','search_word'),(16,'naver','query'),(17,'msn','q'),(18,'netscape','query'),(19,'cnn','query'),(20,'about','terms'),(21,'mamma','query'),(22,'alltheweb','q'),(23,'virgilio','qs'),(24,'alice','qs'),(25,'najdi','q'),(26,'mama','query'),(27,'seznam','q'),(28,'onet','qt'),(29,'szukacz','q'),(30,'yam','k'),(31,'pchome','q'),(32,'kvasir','q'),(33,'sesam','q'),(34,'ozu','q'),(35,'terra','query'),(36,'mynet','q'),(37,'ekolay','q'),(38,'rambler','words'); -/*!40000 ALTER TABLE `ps_search_engine` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_search_index` --- - -DROP TABLE IF EXISTS `ps_search_index`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_search_index` ( - `id_product` int(11) unsigned NOT NULL, - `id_word` int(11) unsigned NOT NULL, - `weight` smallint(4) unsigned NOT NULL DEFAULT '1', - PRIMARY KEY (`id_word`,`id_product`), - KEY `id_product` (`id_product`,`weight`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_search_index` --- - -LOCK TABLES `ps_search_index` WRITE; -/*!40000 ALTER TABLE `ps_search_index` DISABLE KEYS */; -INSERT INTO `ps_search_index` VALUES (1,7,1),(1,8,1),(1,9,1),(1,10,1),(1,13,1),(1,14,1),(1,15,1),(1,16,1),(1,17,1),(1,19,1),(1,20,1),(1,21,1),(1,22,1),(1,23,1),(1,24,1),(1,27,1),(1,28,1),(1,29,1),(1,30,1),(1,31,1),(1,32,1),(1,33,1),(1,34,1),(1,35,1),(1,36,1),(1,37,1),(1,38,1),(1,39,1),(1,40,1),(1,41,1),(1,42,1),(1,43,1),(1,44,1),(1,45,1),(1,46,1),(1,47,1),(1,48,1),(1,49,1),(1,50,1),(1,60,1),(1,61,1),(1,62,1),(1,63,1),(1,66,1),(1,67,1),(1,68,1),(1,69,1),(1,70,1),(1,71,1),(1,72,1),(1,73,1),(1,74,1),(1,75,1),(1,76,1),(1,77,1),(1,80,1),(1,81,1),(1,82,1),(1,83,1),(1,84,1),(1,85,1),(1,86,1),(1,87,1),(1,88,1),(1,89,1),(1,90,1),(1,91,1),(1,92,1),(1,93,1),(1,94,1),(1,95,1),(1,96,1),(1,97,1),(1,98,1),(1,99,1),(1,100,1),(1,101,1),(1,102,1),(1,103,1),(1,1435,1),(1,1436,1),(1,3607,1),(1,3977,1),(1,3989,1),(1,5210,1),(1,5360,1),(1,5370,1),(1,5380,1),(1,5410,1),(1,5420,1),(1,5430,1),(1,5932,1),(1,5943,1),(1,5950,1),(1,6481,1),(1,6518,1),(1,6553,1),(1,6585,1),(1,6615,1),(1,6647,1),(1,6771,1),(1,6772,1),(1,6773,1),(1,6774,1),(1,6777,1),(1,6778,1),(1,6779,1),(1,6780,1),(1,6781,1),(1,6782,1),(1,6783,1),(1,6784,1),(1,6785,1),(1,6786,1),(1,6787,1),(1,6788,1),(1,6789,1),(1,6790,1),(1,6791,1),(1,6792,1),(1,6793,1),(1,6794,1),(1,6795,1),(1,6796,1),(1,6797,1),(1,6798,1),(1,6799,1),(1,6800,1),(1,6801,1),(1,6802,1),(1,6803,1),(1,6804,1),(1,6805,1),(1,6806,1),(1,6807,1),(1,6808,1),(1,6809,1),(1,6828,1),(1,6829,1),(1,6830,1),(1,6831,1),(1,6834,1),(1,6835,1),(1,6836,1),(1,6837,1),(1,6838,1),(1,6839,1),(1,6840,1),(1,6841,1),(1,6842,1),(1,6843,1),(1,6844,1),(1,6845,1),(1,6848,1),(1,6849,1),(1,6850,1),(1,6851,1),(1,6852,1),(1,6853,1),(1,6854,1),(1,6855,1),(1,6856,1),(1,6857,1),(1,6858,1),(1,6859,1),(1,6860,1),(1,6861,1),(1,6862,1),(1,6863,1),(1,6864,1),(1,6865,1),(1,6866,1),(1,6867,1),(1,6868,1),(1,6869,1),(1,6870,1),(1,6885,1),(1,6886,1),(1,6887,1),(1,6888,1),(1,6891,1),(1,6892,1),(1,6893,1),(1,6894,1),(1,6895,1),(1,6896,1),(1,6897,1),(1,6898,1),(1,6899,1),(1,6900,1),(1,6901,1),(1,6902,1),(1,6905,1),(1,6906,1),(1,6907,1),(1,6908,1),(1,6909,1),(1,6910,1),(1,6911,1),(1,6912,1),(1,6913,1),(1,6914,1),(1,6915,1),(1,6916,1),(1,6917,1),(1,6918,1),(1,6919,1),(1,6920,1),(1,6921,1),(1,6922,1),(1,6923,1),(1,6924,1),(1,6925,1),(1,6926,1),(1,6927,1),(1,6942,1),(1,6943,1),(1,6944,1),(1,6945,1),(1,6948,1),(1,6949,1),(1,6950,1),(1,6951,1),(1,6952,1),(1,6954,1),(1,6955,1),(1,6956,1),(1,6957,1),(1,6958,1),(1,6959,1),(1,6962,1),(1,6963,1),(1,6964,1),(1,6965,1),(1,6966,1),(1,6967,1),(1,6968,1),(1,6969,1),(1,6970,1),(1,6971,1),(1,6972,1),(1,6973,1),(1,6974,1),(1,6975,1),(1,6976,1),(1,6977,1),(1,6978,1),(1,6979,1),(1,6980,1),(1,6981,1),(1,6982,1),(1,6983,1),(1,6984,1),(1,6997,1),(1,6998,1),(1,6999,1),(1,7000,1),(1,7003,1),(1,7004,1),(1,7005,1),(1,7006,1),(1,7007,1),(1,7008,1),(1,7009,1),(1,7010,1),(1,7011,1),(1,7012,1),(1,7013,1),(1,7014,1),(1,7017,1),(1,7018,1),(1,7019,1),(1,7020,1),(1,7021,1),(1,7022,1),(1,7023,1),(1,7024,1),(1,7025,1),(1,7026,1),(1,7027,1),(1,7028,1),(1,7029,1),(1,7030,1),(1,7031,1),(1,7032,1),(1,7033,1),(1,7034,1),(1,7035,1),(1,7036,1),(1,7037,1),(1,7038,1),(1,7039,1),(1,7057,1),(1,7058,1),(1,7059,1),(1,7060,1),(1,7063,1),(1,7064,1),(1,7065,1),(1,7066,1),(1,7067,1),(1,7069,1),(1,7070,1),(1,7071,1),(1,7072,1),(1,7073,1),(1,7074,1),(1,7077,1),(1,7078,1),(1,7079,1),(1,7080,1),(1,7081,1),(1,7082,1),(1,7083,1),(1,7084,1),(1,7085,1),(1,7086,1),(1,7087,1),(1,7088,1),(1,7089,1),(1,7090,1),(1,7091,1),(1,7092,1),(1,7093,1),(1,7094,1),(1,7095,1),(1,7096,1),(1,7097,1),(1,7098,1),(1,7099,1),(1,7110,1),(1,7111,1),(1,7112,1),(1,7113,1),(1,7116,1),(1,7117,1),(1,7118,1),(1,7119,1),(1,7120,1),(1,7121,1),(1,7122,1),(1,7123,1),(1,7124,1),(1,7125,1),(1,7126,1),(1,7127,1),(1,7130,1),(1,7131,1),(1,7132,1),(1,7133,1),(1,7134,1),(1,7135,1),(1,7136,1),(1,7137,1),(1,7138,1),(1,7139,1),(1,7140,1),(1,7141,1),(1,7142,1),(1,7143,1),(1,7144,1),(1,7145,1),(1,7146,1),(1,7147,1),(1,7148,1),(1,7149,1),(1,7150,1),(1,7151,1),(1,7152,1),(1,7170,1),(1,7171,1),(1,7172,1),(1,7173,1),(1,7176,1),(1,7177,1),(1,7178,1),(1,7179,1),(1,7180,1),(1,7181,1),(1,7182,1),(1,7183,1),(1,7184,1),(1,7185,1),(1,7186,1),(1,7187,1),(1,7188,1),(1,7189,1),(1,7192,1),(1,7193,1),(1,7194,1),(1,7195,1),(1,7196,1),(1,7197,1),(1,7198,1),(1,7199,1),(1,7200,1),(1,7201,1),(1,7202,1),(1,7203,1),(1,7204,1),(1,7205,1),(1,7206,1),(1,7207,1),(1,7208,1),(1,7209,1),(1,7210,1),(1,7211,1),(1,7212,1),(1,7213,1),(1,7214,1),(1,7215,1),(1,7216,1),(1,8221,1),(1,8222,1),(1,8223,1),(1,8224,1),(1,8227,1),(1,8228,1),(1,8229,1),(1,8230,1),(1,8231,1),(1,8232,1),(1,8233,1),(1,8234,1),(1,8235,1),(1,8236,1),(1,8237,1),(1,8238,1),(1,8241,1),(1,8242,1),(1,8243,1),(1,8244,1),(1,8245,1),(1,8246,1),(1,8247,1),(1,8248,1),(1,8249,1),(1,8250,1),(1,8251,1),(1,8252,1),(1,8253,1),(1,8254,1),(1,8255,1),(1,8256,1),(1,8257,1),(1,8258,1),(1,8259,1),(1,8260,1),(1,8261,1),(1,8262,1),(1,8263,1),(1,8264,1),(1,19623,1),(1,19624,1),(1,19625,1),(1,19626,1),(1,19629,1),(1,19630,1),(1,19631,1),(1,19632,1),(1,19633,1),(1,19635,1),(1,19636,1),(1,19637,1),(1,19638,1),(1,19639,1),(1,19640,1),(1,19643,1),(1,19644,1),(1,19645,1),(1,19646,1),(1,19647,1),(1,19648,1),(1,19649,1),(1,19650,1),(1,19651,1),(1,19652,1),(1,19653,1),(1,19654,1),(1,19655,1),(1,19656,1),(1,19657,1),(1,19658,1),(1,19659,1),(1,19660,1),(1,19661,1),(1,19662,1),(1,19663,1),(1,19664,1),(1,19665,1),(1,19666,1),(1,52,2),(1,53,2),(1,1384,2),(1,1385,2),(1,1386,2),(1,3995,2),(1,3996,2),(1,6811,2),(1,6872,2),(1,6873,2),(1,6874,2),(1,6929,2),(1,6930,2),(1,6931,2),(1,6986,2),(1,6987,2),(1,7041,2),(1,7042,2),(1,7043,2),(1,7044,2),(1,7045,2),(1,7046,2),(1,7047,2),(1,7048,2),(1,7049,2),(1,7101,2),(1,7102,2),(1,7154,2),(1,7155,2),(1,7156,2),(1,7218,2),(1,7219,2),(1,7220,2),(1,8266,2),(1,8267,2),(1,8268,2),(1,8269,2),(1,8270,2),(1,8271,2),(1,8273,2),(1,8274,2),(1,8275,2),(1,8276,2),(1,8278,2),(1,8279,2),(1,19668,2),(1,19669,2),(1,11,3),(1,12,3),(1,18,3),(1,51,3),(1,64,3),(1,65,3),(1,104,3),(1,6775,3),(1,6776,3),(1,6810,3),(1,6832,3),(1,6833,3),(1,6871,3),(1,6889,3),(1,6890,3),(1,6928,3),(1,6946,3),(1,6947,3),(1,6953,3),(1,6985,3),(1,7001,3),(1,7002,3),(1,7040,3),(1,7061,3),(1,7062,3),(1,7068,3),(1,7100,3),(1,7114,3),(1,7115,3),(1,7153,3),(1,7174,3),(1,7175,3),(1,7217,3),(1,8225,3),(1,8226,3),(1,8265,3),(1,19627,3),(1,19628,3),(1,19634,3),(1,19667,3),(1,25,4),(1,26,4),(1,78,4),(1,79,4),(1,1449,4),(1,1450,4),(1,6846,4),(1,6847,4),(1,6903,4),(1,6904,4),(1,6960,4),(1,6961,4),(1,7015,4),(1,7016,4),(1,7075,4),(1,7076,4),(1,7128,4),(1,7129,4),(1,7190,4),(1,7191,4),(1,8239,4),(1,8240,4),(1,8272,4),(1,8277,4),(1,19641,4),(1,19642,4),(1,2,6),(1,3,6),(1,4,6),(1,5,6),(1,55,6),(1,56,6),(1,57,6),(1,58,6),(1,5312,6),(1,5366,6),(1,5416,6),(1,5465,6),(1,5509,6),(1,5552,6),(1,5939,6),(1,6768,6),(1,6769,6),(1,6770,6),(1,6825,6),(1,6826,6),(1,6827,6),(1,6882,6),(1,6883,6),(1,6884,6),(1,6939,6),(1,6940,6),(1,6941,6),(1,6992,6),(1,6993,6),(1,6994,6),(1,6995,6),(1,7054,6),(1,7055,6),(1,7056,6),(1,7107,6),(1,7108,6),(1,7109,6),(1,7165,6),(1,7166,6),(1,7167,6),(1,7168,6),(1,8214,6),(1,8215,6),(1,8216,6),(1,8217,6),(1,8218,6),(1,18954,6),(1,19620,6),(1,19621,6),(1,19622,6),(1,1,7),(1,54,7),(1,4982,7),(1,6465,7),(1,6502,7),(1,6539,7),(1,6569,7),(1,6601,7),(1,6631,7),(1,7164,7),(1,8213,7),(1,19619,7),(1,6,90),(1,59,90),(1,1429,90),(1,5365,90),(1,5415,90),(1,5464,90),(1,5507,90),(1,5551,90),(1,5938,90),(1,6996,90),(1,7169,90),(1,8219,90),(1,8220,90),(1,18953,90),(2,7,1),(2,8,1),(2,9,1),(2,10,1),(2,14,1),(2,27,1),(2,28,1),(2,29,1),(2,30,1),(2,31,1),(2,32,1),(2,33,1),(2,34,1),(2,35,1),(2,36,1),(2,37,1),(2,38,1),(2,39,1),(2,40,1),(2,41,1),(2,42,1),(2,43,1),(2,44,1),(2,45,1),(2,46,1),(2,47,1),(2,48,1),(2,49,1),(2,50,1),(2,108,1),(2,109,1),(2,110,1),(2,111,1),(2,112,1),(2,1435,1),(2,1436,1),(2,3607,1),(2,3977,1),(2,3988,1),(2,3989,1),(2,5200,1),(2,5210,1),(2,5360,1),(2,5370,1),(2,5380,1),(2,5396,1),(2,5410,1),(2,5420,1),(2,5430,1),(2,5446,1),(2,5932,1),(2,5943,1),(2,5950,1),(2,5966,1),(2,6481,1),(2,6518,1),(2,6553,1),(2,6585,1),(2,6615,1),(2,6647,1),(2,6771,1),(2,6772,1),(2,6773,1),(2,6774,1),(2,6778,1),(2,6788,1),(2,6789,1),(2,6790,1),(2,6791,1),(2,6792,1),(2,6793,1),(2,6794,1),(2,6795,1),(2,6796,1),(2,6797,1),(2,6798,1),(2,6799,1),(2,6800,1),(2,6801,1),(2,6802,1),(2,6803,1),(2,6804,1),(2,6805,1),(2,6806,1),(2,6807,1),(2,6808,1),(2,6809,1),(2,6828,1),(2,6829,1),(2,6830,1),(2,6831,1),(2,6835,1),(2,6839,1),(2,6848,1),(2,6849,1),(2,6850,1),(2,6851,1),(2,6852,1),(2,6853,1),(2,6854,1),(2,6855,1),(2,6856,1),(2,6857,1),(2,6858,1),(2,6859,1),(2,6860,1),(2,6861,1),(2,6862,1),(2,6863,1),(2,6864,1),(2,6865,1),(2,6866,1),(2,6867,1),(2,6868,1),(2,6869,1),(2,6870,1),(2,6885,1),(2,6886,1),(2,6887,1),(2,6888,1),(2,6892,1),(2,6896,1),(2,6905,1),(2,6906,1),(2,6907,1),(2,6908,1),(2,6909,1),(2,6910,1),(2,6911,1),(2,6912,1),(2,6913,1),(2,6914,1),(2,6915,1),(2,6916,1),(2,6917,1),(2,6918,1),(2,6919,1),(2,6920,1),(2,6921,1),(2,6922,1),(2,6923,1),(2,6924,1),(2,6925,1),(2,6926,1),(2,6927,1),(2,6942,1),(2,6943,1),(2,6944,1),(2,6945,1),(2,6949,1),(2,6962,1),(2,6963,1),(2,6964,1),(2,6965,1),(2,6966,1),(2,6967,1),(2,6968,1),(2,6969,1),(2,6970,1),(2,6971,1),(2,6972,1),(2,6973,1),(2,6974,1),(2,6975,1),(2,6976,1),(2,6977,1),(2,6978,1),(2,6979,1),(2,6980,1),(2,6981,1),(2,6982,1),(2,6983,1),(2,6984,1),(2,6997,1),(2,6998,1),(2,6999,1),(2,7000,1),(2,7004,1),(2,7008,1),(2,7017,1),(2,7018,1),(2,7019,1),(2,7020,1),(2,7021,1),(2,7022,1),(2,7023,1),(2,7024,1),(2,7025,1),(2,7026,1),(2,7027,1),(2,7028,1),(2,7029,1),(2,7030,1),(2,7031,1),(2,7032,1),(2,7033,1),(2,7034,1),(2,7035,1),(2,7036,1),(2,7037,1),(2,7038,1),(2,7039,1),(2,7057,1),(2,7058,1),(2,7059,1),(2,7060,1),(2,7064,1),(2,7077,1),(2,7078,1),(2,7079,1),(2,7080,1),(2,7081,1),(2,7082,1),(2,7083,1),(2,7084,1),(2,7085,1),(2,7086,1),(2,7087,1),(2,7088,1),(2,7089,1),(2,7090,1),(2,7091,1),(2,7092,1),(2,7093,1),(2,7094,1),(2,7095,1),(2,7096,1),(2,7097,1),(2,7098,1),(2,7099,1),(2,7110,1),(2,7111,1),(2,7112,1),(2,7113,1),(2,7117,1),(2,7121,1),(2,7130,1),(2,7131,1),(2,7132,1),(2,7133,1),(2,7134,1),(2,7135,1),(2,7136,1),(2,7137,1),(2,7138,1),(2,7139,1),(2,7140,1),(2,7141,1),(2,7142,1),(2,7143,1),(2,7144,1),(2,7145,1),(2,7146,1),(2,7147,1),(2,7148,1),(2,7149,1),(2,7150,1),(2,7151,1),(2,7152,1),(2,7170,1),(2,7171,1),(2,7172,1),(2,7173,1),(2,7177,1),(2,7181,1),(2,7184,1),(2,7186,1),(2,7192,1),(2,7193,1),(2,7194,1),(2,7195,1),(2,7196,1),(2,7197,1),(2,7198,1),(2,7199,1),(2,7200,1),(2,7201,1),(2,7202,1),(2,7203,1),(2,7204,1),(2,7205,1),(2,7206,1),(2,7207,1),(2,7208,1),(2,7209,1),(2,7210,1),(2,7211,1),(2,7212,1),(2,7213,1),(2,7214,1),(2,7215,1),(2,7216,1),(2,7311,1),(2,7312,1),(2,7313,1),(2,7314,1),(2,7360,1),(2,7361,1),(2,7362,1),(2,7363,1),(2,7364,1),(2,7409,1),(2,7410,1),(2,7411,1),(2,7412,1),(2,7413,1),(2,7458,1),(2,7459,1),(2,7460,1),(2,7461,1),(2,7462,1),(2,7503,1),(2,7504,1),(2,7505,1),(2,7506,1),(2,7507,1),(2,7553,1),(2,7554,1),(2,7555,1),(2,7556,1),(2,7557,1),(2,7597,1),(2,7598,1),(2,7599,1),(2,7600,1),(2,7601,1),(2,7646,1),(2,7647,1),(2,7648,1),(2,7649,1),(2,7650,1),(2,7651,1),(2,8221,1),(2,8222,1),(2,8223,1),(2,8224,1),(2,8228,1),(2,8232,1),(2,8241,1),(2,8242,1),(2,8243,1),(2,8244,1),(2,8245,1),(2,8246,1),(2,8247,1),(2,8248,1),(2,8249,1),(2,8250,1),(2,8251,1),(2,8252,1),(2,8253,1),(2,8254,1),(2,8255,1),(2,8256,1),(2,8257,1),(2,8258,1),(2,8259,1),(2,8260,1),(2,8261,1),(2,8262,1),(2,8263,1),(2,8264,1),(2,8694,1),(2,19623,1),(2,19624,1),(2,19625,1),(2,19626,1),(2,19630,1),(2,19643,1),(2,19644,1),(2,19645,1),(2,19646,1),(2,19647,1),(2,19648,1),(2,19649,1),(2,19650,1),(2,19651,1),(2,19652,1),(2,19653,1),(2,19654,1),(2,19655,1),(2,19656,1),(2,19657,1),(2,19658,1),(2,19659,1),(2,19660,1),(2,19661,1),(2,19662,1),(2,19663,1),(2,19664,1),(2,19665,1),(2,19666,1),(2,20100,1),(2,20101,1),(2,20102,1),(2,20103,1),(2,20152,1),(2,20153,1),(2,20154,1),(2,20155,1),(2,20156,1),(2,52,2),(2,53,2),(2,681,2),(2,3995,2),(2,3996,2),(2,6811,2),(2,6872,2),(2,6873,2),(2,6874,2),(2,6929,2),(2,6930,2),(2,6931,2),(2,6986,2),(2,6987,2),(2,7041,2),(2,7042,2),(2,7043,2),(2,7044,2),(2,7045,2),(2,7046,2),(2,7047,2),(2,7048,2),(2,7049,2),(2,7101,2),(2,7102,2),(2,7154,2),(2,7155,2),(2,7156,2),(2,7218,2),(2,7219,2),(2,7220,2),(2,8266,2),(2,8267,2),(2,8268,2),(2,8269,2),(2,8270,2),(2,8271,2),(2,8273,2),(2,8274,2),(2,8275,2),(2,8276,2),(2,8278,2),(2,8704,2),(2,8705,2),(2,8708,2),(2,8924,2),(2,9003,2),(2,19668,2),(2,19669,2),(2,20195,2),(2,20196,2),(2,20197,2),(2,20198,2),(2,20199,2),(2,20200,2),(2,20201,2),(2,20202,2),(2,20203,2),(2,20204,2),(2,20252,2),(2,20253,2),(2,20254,2),(2,20255,2),(2,20256,2),(2,20257,2),(2,20258,2),(2,20259,2),(2,20260,2),(2,20261,2),(2,20262,2),(2,20263,2),(2,20315,2),(2,20316,2),(2,20317,2),(2,20318,2),(2,20319,2),(2,20320,2),(2,20321,2),(2,20322,2),(2,20323,2),(2,20324,2),(2,20325,2),(2,20326,2),(2,20378,2),(2,20379,2),(2,20380,2),(2,20381,2),(2,20382,2),(2,20383,2),(2,20384,2),(2,20385,2),(2,20386,2),(2,20387,2),(2,20388,2),(2,20389,2),(2,20441,2),(2,20442,2),(2,20443,2),(2,20444,2),(2,20445,2),(2,20446,2),(2,20447,2),(2,20448,2),(2,20449,2),(2,20450,2),(2,20498,2),(2,20499,2),(2,20500,2),(2,20501,2),(2,20502,2),(2,20503,2),(2,20504,2),(2,20505,2),(2,20506,2),(2,20507,2),(2,20508,2),(2,20563,2),(2,20564,2),(2,20565,2),(2,20566,2),(2,20567,2),(2,20568,2),(2,20569,2),(2,20570,2),(2,20571,2),(2,20572,2),(2,20620,2),(2,20621,2),(2,20622,2),(2,20623,2),(2,20624,2),(2,20625,2),(2,20626,2),(2,20627,2),(2,20628,2),(2,20629,2),(2,20630,2),(2,20631,2),(2,20632,2),(2,20684,2),(2,20685,2),(2,20686,2),(2,20687,2),(2,20688,2),(2,20689,2),(2,20690,2),(2,20691,2),(2,20692,2),(2,20693,2),(2,20694,2),(2,20695,2),(2,20747,2),(2,20748,2),(2,20749,2),(2,20750,2),(2,20751,2),(2,20752,2),(2,20753,2),(2,20754,2),(2,20755,2),(2,20756,2),(2,20757,2),(2,20758,2),(2,20759,2),(2,20760,2),(2,20761,2),(2,20762,2),(2,20763,2),(2,20764,2),(2,20827,2),(2,20828,2),(2,20829,2),(2,20830,2),(2,20831,2),(2,20832,2),(2,20833,2),(2,20834,2),(2,20835,2),(2,20836,2),(2,20837,2),(2,12,3),(2,15,3),(2,18,3),(2,113,3),(2,6776,3),(2,6779,3),(2,6833,3),(2,6836,3),(2,6890,3),(2,6893,3),(2,6947,3),(2,6950,3),(2,6953,3),(2,7002,3),(2,7005,3),(2,7062,3),(2,7065,3),(2,7068,3),(2,7115,3),(2,7118,3),(2,7175,3),(2,7178,3),(2,7315,3),(2,7365,3),(2,7414,3),(2,7463,3),(2,7508,3),(2,7558,3),(2,7602,3),(2,7652,3),(2,8226,3),(2,8229,3),(2,19628,3),(2,19631,3),(2,19634,3),(2,20104,3),(2,20157,3),(2,25,4),(2,26,4),(2,1449,4),(2,1450,4),(2,6846,4),(2,6847,4),(2,6903,4),(2,6904,4),(2,6960,4),(2,6961,4),(2,7015,4),(2,7016,4),(2,7075,4),(2,7076,4),(2,7128,4),(2,7129,4),(2,7190,4),(2,7191,4),(2,8239,4),(2,8240,4),(2,8272,4),(2,8277,4),(2,8279,4),(2,19641,4),(2,19642,4),(2,1,6),(2,2,6),(2,107,6),(2,4982,6),(2,5312,6),(2,5366,6),(2,5416,6),(2,5465,6),(2,5509,6),(2,5552,6),(2,5939,6),(2,6465,6),(2,6502,6),(2,6539,6),(2,6569,6),(2,6601,6),(2,6631,6),(2,7164,6),(2,7165,6),(2,7310,6),(2,7359,6),(2,7408,6),(2,7457,6),(2,7501,6),(2,7552,6),(2,7596,6),(2,7645,6),(2,8213,6),(2,8214,6),(2,18954,6),(2,19619,6),(2,20098,6),(2,20151,6),(2,6,50),(2,1429,50),(2,5365,50),(2,5415,50),(2,5464,50),(2,5507,50),(2,5551,50),(2,5938,50),(2,7169,50),(2,7502,50),(2,8219,50),(2,18953,50),(2,20099,50),(3,2,1),(3,200,1),(3,203,1),(3,204,1),(3,205,1),(3,206,1),(3,207,1),(3,208,1),(3,209,1),(3,210,1),(3,211,1),(3,212,1),(3,213,1),(3,214,1),(3,215,1),(3,216,1),(3,217,1),(3,218,1),(3,219,1),(3,220,1),(3,221,1),(3,222,1),(3,223,1),(3,224,1),(3,225,1),(3,226,1),(3,1434,1),(3,1435,1),(3,3603,1),(3,3607,1),(3,3975,1),(3,5200,1),(3,5312,1),(3,5313,1),(3,5316,1),(3,5317,1),(3,5318,1),(3,5319,1),(3,5320,1),(3,5321,1),(3,5322,1),(3,5323,1),(3,5324,1),(3,5325,1),(3,5326,1),(3,5327,1),(3,5328,1),(3,5329,1),(3,5330,1),(3,5331,1),(3,5332,1),(3,5333,1),(3,5334,1),(3,5335,1),(3,5336,1),(3,5337,1),(3,5338,1),(3,5339,1),(3,5366,1),(3,5367,1),(3,5370,1),(3,5371,1),(3,5372,1),(3,5376,1),(3,5377,1),(3,5378,1),(3,5379,1),(3,5380,1),(3,5381,1),(3,5382,1),(3,5383,1),(3,5384,1),(3,5385,1),(3,5386,1),(3,5387,1),(3,5388,1),(3,5389,1),(3,5390,1),(3,5391,1),(3,5392,1),(3,5393,1),(3,5394,1),(3,5395,1),(3,5396,1),(3,5397,1),(3,5398,1),(3,5399,1),(3,5400,1),(3,5401,1),(3,5402,1),(3,5416,1),(3,5417,1),(3,5420,1),(3,5421,1),(3,5422,1),(3,5426,1),(3,5427,1),(3,5428,1),(3,5429,1),(3,5430,1),(3,5431,1),(3,5432,1),(3,5433,1),(3,5434,1),(3,5435,1),(3,5436,1),(3,5437,1),(3,5438,1),(3,5439,1),(3,5440,1),(3,5441,1),(3,5442,1),(3,5443,1),(3,5444,1),(3,5445,1),(3,5446,1),(3,5447,1),(3,5448,1),(3,5449,1),(3,5450,1),(3,5451,1),(3,5452,1),(3,5465,1),(3,5466,1),(3,5469,1),(3,5470,1),(3,5474,1),(3,5475,1),(3,5476,1),(3,5477,1),(3,5478,1),(3,5479,1),(3,5480,1),(3,5481,1),(3,5482,1),(3,5483,1),(3,5484,1),(3,5485,1),(3,5486,1),(3,5487,1),(3,5488,1),(3,5489,1),(3,5490,1),(3,5491,1),(3,5492,1),(3,5493,1),(3,5494,1),(3,5495,1),(3,5509,1),(3,5510,1),(3,5513,1),(3,5514,1),(3,5518,1),(3,5519,1),(3,5520,1),(3,5521,1),(3,5522,1),(3,5523,1),(3,5524,1),(3,5525,1),(3,5526,1),(3,5527,1),(3,5528,1),(3,5529,1),(3,5530,1),(3,5531,1),(3,5532,1),(3,5533,1),(3,5534,1),(3,5535,1),(3,5536,1),(3,5537,1),(3,5538,1),(3,5539,1),(3,5552,1),(3,5553,1),(3,5556,1),(3,5557,1),(3,5561,1),(3,5562,1),(3,5563,1),(3,5564,1),(3,5565,1),(3,5566,1),(3,5567,1),(3,5568,1),(3,5569,1),(3,5570,1),(3,5571,1),(3,5572,1),(3,5573,1),(3,5574,1),(3,5575,1),(3,5576,1),(3,5577,1),(3,5578,1),(3,5579,1),(3,5580,1),(3,5581,1),(3,5582,1),(3,5939,1),(3,5940,1),(3,5943,1),(3,5944,1),(3,5945,1),(3,5946,1),(3,5947,1),(3,5948,1),(3,5949,1),(3,5950,1),(3,5951,1),(3,5952,1),(3,5953,1),(3,5954,1),(3,5955,1),(3,5956,1),(3,5957,1),(3,5958,1),(3,5959,1),(3,5960,1),(3,5961,1),(3,5962,1),(3,5963,1),(3,5964,1),(3,5965,1),(3,5966,1),(3,5967,1),(3,5968,1),(3,5969,1),(3,5970,1),(3,5971,1),(3,5972,1),(3,7165,1),(3,7184,1),(3,7197,1),(3,7650,1),(3,8214,1),(3,8638,1),(3,8642,1),(3,8681,1),(3,12632,1),(3,12636,1),(3,12637,1),(3,12641,1),(3,12642,1),(3,12643,1),(3,12644,1),(3,12645,1),(3,12646,1),(3,12647,1),(3,12648,1),(3,12649,1),(3,12650,1),(3,12651,1),(3,12652,1),(3,12653,1),(3,12654,1),(3,12655,1),(3,12656,1),(3,12657,1),(3,12658,1),(3,12659,1),(3,12660,1),(3,12661,1),(3,12662,1),(3,12663,1),(3,12684,1),(3,12688,1),(3,12689,1),(3,12693,1),(3,12694,1),(3,12695,1),(3,12696,1),(3,12697,1),(3,12698,1),(3,12699,1),(3,12700,1),(3,12701,1),(3,12702,1),(3,12703,1),(3,12704,1),(3,12705,1),(3,12706,1),(3,12707,1),(3,12708,1),(3,12709,1),(3,12710,1),(3,12711,1),(3,12712,1),(3,12713,1),(3,18954,1),(3,18955,1),(3,18959,1),(3,18960,1),(3,18964,1),(3,18965,1),(3,18966,1),(3,18967,1),(3,18968,1),(3,18969,1),(3,18970,1),(3,18971,1),(3,18972,1),(3,18973,1),(3,18974,1),(3,18975,1),(3,18976,1),(3,18977,1),(3,18978,1),(3,18979,1),(3,18980,1),(3,18981,1),(3,18982,1),(3,18983,1),(3,18984,1),(3,18985,1),(3,21322,1),(3,21323,1),(3,21326,1),(3,21327,1),(3,21328,1),(3,21329,1),(3,21330,1),(3,21331,1),(3,21332,1),(3,21333,1),(3,21334,1),(3,21335,1),(3,21336,1),(3,21337,1),(3,21338,1),(3,21339,1),(3,21340,1),(3,21341,1),(3,21342,1),(3,21343,1),(3,21344,1),(3,21345,1),(3,21346,1),(3,21347,1),(3,21348,1),(3,21349,1),(3,21350,1),(3,21351,1),(3,21352,1),(3,21353,1),(3,21354,1),(3,230,2),(3,231,2),(3,232,2),(3,5340,2),(3,5341,2),(3,5342,2),(3,5406,2),(3,5407,2),(3,5408,2),(3,5456,2),(3,5457,2),(3,5458,2),(3,5499,2),(3,5500,2),(3,5501,2),(3,5543,2),(3,5544,2),(3,5545,2),(3,5586,2),(3,5587,2),(3,5588,2),(3,5976,2),(3,5977,2),(3,5978,2),(3,12666,2),(3,12667,2),(3,12668,2),(3,12716,2),(3,12717,2),(3,12718,2),(3,18989,2),(3,18990,2),(3,18991,2),(3,21358,2),(3,21359,2),(3,21360,2),(3,22930,2),(3,22931,2),(3,22932,2),(3,22933,2),(3,22974,2),(3,22975,2),(3,22976,2),(3,22977,2),(3,23025,2),(3,23026,2),(3,23027,2),(3,23028,2),(3,23076,2),(3,23077,2),(3,23078,2),(3,23079,2),(3,23127,2),(3,23128,2),(3,23129,2),(3,23130,2),(3,23171,2),(3,23172,2),(3,23173,2),(3,23174,2),(3,23216,2),(3,23217,2),(3,23218,2),(3,23219,2),(3,23260,2),(3,23261,2),(3,23262,2),(3,23263,2),(3,23311,2),(3,23312,2),(3,23313,2),(3,23314,2),(3,23362,2),(3,23363,2),(3,23364,2),(3,23365,2),(3,23407,2),(3,23408,2),(3,23409,2),(3,23410,2),(3,23451,2),(3,23452,2),(3,23453,2),(3,23454,2),(3,201,3),(3,202,3),(3,227,3),(3,228,3),(3,229,3),(3,3976,3),(3,5222,3),(3,5223,3),(3,5314,3),(3,5343,3),(3,5368,3),(3,5403,3),(3,5404,3),(3,5405,3),(3,5409,3),(3,5418,3),(3,5453,3),(3,5454,3),(3,5455,3),(3,5459,3),(3,5467,3),(3,5496,3),(3,5497,3),(3,5498,3),(3,5502,3),(3,5511,3),(3,5540,3),(3,5541,3),(3,5542,3),(3,5546,3),(3,5554,3),(3,5583,3),(3,5584,3),(3,5585,3),(3,5589,3),(3,5941,3),(3,5942,3),(3,5973,3),(3,5974,3),(3,5975,3),(3,8640,3),(3,8683,3),(3,12633,3),(3,12634,3),(3,12664,3),(3,12665,3),(3,12685,3),(3,12686,3),(3,12714,3),(3,12715,3),(3,18956,3),(3,18957,3),(3,18986,3),(3,18987,3),(3,18988,3),(3,21324,3),(3,21325,3),(3,21355,3),(3,21356,3),(3,21357,3),(3,195,7),(3,196,7),(3,197,7),(3,198,7),(3,199,7),(3,1436,7),(3,4331,7),(3,4332,7),(3,4333,7),(3,5310,7),(3,5311,7),(3,5360,7),(3,5363,7),(3,5364,7),(3,5373,7),(3,5374,7),(3,5375,7),(3,5410,7),(3,5413,7),(3,5414,7),(3,5423,7),(3,5424,7),(3,5425,7),(3,5462,7),(3,5463,7),(3,5471,7),(3,5472,7),(3,5473,7),(3,5505,7),(3,5506,7),(3,5515,7),(3,5516,7),(3,5517,7),(3,5549,7),(3,5550,7),(3,5558,7),(3,5559,7),(3,5560,7),(3,5932,7),(3,5933,7),(3,5934,7),(3,5935,7),(3,5936,7),(3,5937,7),(3,7186,7),(3,12630,7),(3,12631,7),(3,12638,7),(3,12639,7),(3,12640,7),(3,12681,7),(3,12682,7),(3,12690,7),(3,12691,7),(3,12692,7),(3,18951,7),(3,18952,7),(3,18961,7),(3,18962,7),(3,18963,7),(3,21315,7),(3,21316,7),(3,21317,7),(3,21318,7),(3,21319,7),(3,21320,7),(3,6,40),(3,1429,40),(3,5365,40),(3,5415,40),(3,5464,40),(3,5507,40),(3,5551,40),(3,5851,40),(3,5938,40),(3,7169,40),(3,8219,40),(3,17957,40),(3,18953,40),(3,21321,40),(4,2,1),(4,55,1),(4,195,1),(4,196,1),(4,197,1),(4,200,1),(4,203,1),(4,204,1),(4,205,1),(4,206,1),(4,207,1),(4,208,1),(4,209,1),(4,210,1),(4,211,1),(4,212,1),(4,213,1),(4,214,1),(4,215,1),(4,216,1),(4,217,1),(4,218,1),(4,219,1),(4,220,1),(4,221,1),(4,222,1),(4,223,1),(4,224,1),(4,225,1),(4,226,1),(4,235,1),(4,236,1),(4,237,1),(4,240,1),(4,243,1),(4,244,1),(4,245,1),(4,246,1),(4,247,1),(4,248,1),(4,249,1),(4,250,1),(4,251,1),(4,252,1),(4,253,1),(4,254,1),(4,255,1),(4,256,1),(4,257,1),(4,258,1),(4,259,1),(4,260,1),(4,261,1),(4,262,1),(4,263,1),(4,264,1),(4,265,1),(4,266,1),(4,277,1),(4,320,1),(4,1434,1),(4,1435,1),(4,3603,1),(4,3607,1),(4,3975,1),(4,4331,1),(4,4332,1),(4,4333,1),(4,5200,1),(4,5312,1),(4,5313,1),(4,5315,1),(4,5316,1),(4,5317,1),(4,5318,1),(4,5319,1),(4,5320,1),(4,5321,1),(4,5322,1),(4,5323,1),(4,5324,1),(4,5325,1),(4,5326,1),(4,5327,1),(4,5328,1),(4,5329,1),(4,5330,1),(4,5331,1),(4,5332,1),(4,5333,1),(4,5334,1),(4,5335,1),(4,5336,1),(4,5337,1),(4,5338,1),(4,5339,1),(4,5366,1),(4,5367,1),(4,5369,1),(4,5370,1),(4,5371,1),(4,5372,1),(4,5373,1),(4,5374,1),(4,5375,1),(4,5376,1),(4,5377,1),(4,5378,1),(4,5379,1),(4,5380,1),(4,5381,1),(4,5382,1),(4,5383,1),(4,5384,1),(4,5385,1),(4,5386,1),(4,5387,1),(4,5388,1),(4,5389,1),(4,5390,1),(4,5391,1),(4,5392,1),(4,5393,1),(4,5394,1),(4,5395,1),(4,5396,1),(4,5397,1),(4,5398,1),(4,5399,1),(4,5400,1),(4,5401,1),(4,5402,1),(4,5416,1),(4,5417,1),(4,5419,1),(4,5420,1),(4,5421,1),(4,5422,1),(4,5423,1),(4,5424,1),(4,5425,1),(4,5426,1),(4,5427,1),(4,5428,1),(4,5429,1),(4,5430,1),(4,5431,1),(4,5432,1),(4,5433,1),(4,5434,1),(4,5435,1),(4,5436,1),(4,5437,1),(4,5438,1),(4,5439,1),(4,5440,1),(4,5441,1),(4,5442,1),(4,5443,1),(4,5444,1),(4,5445,1),(4,5446,1),(4,5447,1),(4,5448,1),(4,5449,1),(4,5450,1),(4,5451,1),(4,5452,1),(4,5465,1),(4,5466,1),(4,5468,1),(4,5469,1),(4,5470,1),(4,5471,1),(4,5472,1),(4,5473,1),(4,5474,1),(4,5475,1),(4,5476,1),(4,5477,1),(4,5478,1),(4,5479,1),(4,5480,1),(4,5481,1),(4,5482,1),(4,5483,1),(4,5484,1),(4,5485,1),(4,5486,1),(4,5487,1),(4,5488,1),(4,5489,1),(4,5490,1),(4,5491,1),(4,5492,1),(4,5493,1),(4,5494,1),(4,5495,1),(4,5509,1),(4,5510,1),(4,5512,1),(4,5513,1),(4,5514,1),(4,5515,1),(4,5516,1),(4,5517,1),(4,5518,1),(4,5519,1),(4,5520,1),(4,5521,1),(4,5522,1),(4,5523,1),(4,5524,1),(4,5525,1),(4,5526,1),(4,5527,1),(4,5528,1),(4,5529,1),(4,5530,1),(4,5531,1),(4,5532,1),(4,5533,1),(4,5534,1),(4,5535,1),(4,5536,1),(4,5537,1),(4,5538,1),(4,5539,1),(4,5552,1),(4,5553,1),(4,5555,1),(4,5556,1),(4,5557,1),(4,5558,1),(4,5559,1),(4,5560,1),(4,5561,1),(4,5562,1),(4,5563,1),(4,5564,1),(4,5565,1),(4,5566,1),(4,5567,1),(4,5568,1),(4,5569,1),(4,5570,1),(4,5571,1),(4,5572,1),(4,5573,1),(4,5574,1),(4,5575,1),(4,5576,1),(4,5577,1),(4,5578,1),(4,5579,1),(4,5580,1),(4,5581,1),(4,5582,1),(4,5933,1),(4,5934,1),(4,5935,1),(4,5939,1),(4,5940,1),(4,5943,1),(4,5944,1),(4,5945,1),(4,5946,1),(4,5947,1),(4,5948,1),(4,5949,1),(4,5950,1),(4,5951,1),(4,5952,1),(4,5953,1),(4,5954,1),(4,5955,1),(4,5956,1),(4,5957,1),(4,5958,1),(4,5959,1),(4,5960,1),(4,5961,1),(4,5962,1),(4,5963,1),(4,5964,1),(4,5965,1),(4,5966,1),(4,5967,1),(4,5968,1),(4,5969,1),(4,5970,1),(4,5971,1),(4,5972,1),(4,7165,1),(4,7184,1),(4,7197,1),(4,7650,1),(4,8214,1),(4,8638,1),(4,8642,1),(4,8681,1),(4,12579,1),(4,12632,1),(4,12635,1),(4,12636,1),(4,12637,1),(4,12638,1),(4,12639,1),(4,12640,1),(4,12641,1),(4,12642,1),(4,12643,1),(4,12644,1),(4,12645,1),(4,12646,1),(4,12647,1),(4,12648,1),(4,12649,1),(4,12650,1),(4,12651,1),(4,12652,1),(4,12653,1),(4,12654,1),(4,12655,1),(4,12656,1),(4,12657,1),(4,12658,1),(4,12659,1),(4,12660,1),(4,12661,1),(4,12662,1),(4,12663,1),(4,12684,1),(4,12687,1),(4,12688,1),(4,12689,1),(4,12690,1),(4,12691,1),(4,12692,1),(4,12693,1),(4,12694,1),(4,12695,1),(4,12696,1),(4,12697,1),(4,12698,1),(4,12699,1),(4,12700,1),(4,12701,1),(4,12702,1),(4,12703,1),(4,12704,1),(4,12705,1),(4,12706,1),(4,12707,1),(4,12708,1),(4,12709,1),(4,12710,1),(4,12711,1),(4,12712,1),(4,12713,1),(4,202,2),(4,230,2),(4,231,2),(4,232,2),(4,242,2),(4,270,2),(4,271,2),(4,272,2),(4,5340,2),(4,5341,2),(4,5342,2),(4,5343,2),(4,5406,2),(4,5407,2),(4,5408,2),(4,5409,2),(4,5456,2),(4,5457,2),(4,5458,2),(4,5459,2),(4,5499,2),(4,5500,2),(4,5501,2),(4,5502,2),(4,5543,2),(4,5544,2),(4,5545,2),(4,5546,2),(4,5586,2),(4,5587,2),(4,5588,2),(4,5589,2),(4,5942,2),(4,5976,2),(4,5977,2),(4,5978,2),(4,12633,2),(4,12666,2),(4,12667,2),(4,12668,2),(4,12685,2),(4,12716,2),(4,12717,2),(4,12718,2),(4,201,3),(4,227,3),(4,228,3),(4,229,3),(4,241,3),(4,267,3),(4,268,3),(4,269,3),(4,3976,3),(4,5222,3),(4,5223,3),(4,5314,3),(4,5368,3),(4,5403,3),(4,5404,3),(4,5405,3),(4,5418,3),(4,5453,3),(4,5454,3),(4,5455,3),(4,5467,3),(4,5496,3),(4,5497,3),(4,5498,3),(4,5511,3),(4,5540,3),(4,5541,3),(4,5542,3),(4,5554,3),(4,5583,3),(4,5584,3),(4,5585,3),(4,5941,3),(4,5973,3),(4,5974,3),(4,5975,3),(4,8640,3),(4,8683,3),(4,12634,3),(4,12664,3),(4,12665,3),(4,12686,3),(4,12714,3),(4,12715,3),(4,275,6),(4,276,6),(4,318,6),(4,319,6),(4,4175,6),(4,4176,6),(4,5361,6),(4,5362,6),(4,5411,6),(4,5412,6),(4,5460,6),(4,5461,6),(4,5503,6),(4,5504,6),(4,5547,6),(4,5548,6),(4,18324,6),(4,18325,6),(4,18374,6),(4,18375,6),(4,18424,6),(4,18425,6),(4,198,7),(4,199,7),(4,238,7),(4,239,7),(4,1436,7),(4,5310,7),(4,5311,7),(4,5360,7),(4,5363,7),(4,5364,7),(4,5410,7),(4,5413,7),(4,5414,7),(4,5462,7),(4,5463,7),(4,5505,7),(4,5506,7),(4,5549,7),(4,5550,7),(4,5932,7),(4,5936,7),(4,5937,7),(4,7186,7),(4,12630,7),(4,12631,7),(4,12681,7),(4,12682,7),(4,6,40),(4,59,40),(4,1429,40),(4,5365,40),(4,5415,40),(4,5464,40),(4,5507,40),(4,5508,40),(4,5551,40),(4,5938,40),(4,7169,40),(4,8219,40),(4,18426,40),(5,2,1),(5,55,1),(5,195,1),(5,196,1),(5,197,1),(5,200,1),(5,203,1),(5,204,1),(5,205,1),(5,206,1),(5,207,1),(5,208,1),(5,209,1),(5,210,1),(5,211,1),(5,212,1),(5,213,1),(5,214,1),(5,215,1),(5,216,1),(5,217,1),(5,218,1),(5,219,1),(5,220,1),(5,221,1),(5,222,1),(5,223,1),(5,224,1),(5,225,1),(5,226,1),(5,235,1),(5,236,1),(5,237,1),(5,240,1),(5,243,1),(5,244,1),(5,245,1),(5,246,1),(5,247,1),(5,248,1),(5,249,1),(5,250,1),(5,251,1),(5,252,1),(5,253,1),(5,254,1),(5,255,1),(5,256,1),(5,257,1),(5,258,1),(5,259,1),(5,260,1),(5,261,1),(5,262,1),(5,263,1),(5,264,1),(5,265,1),(5,266,1),(5,277,1),(5,320,1),(5,1434,1),(5,1436,1),(5,3603,1),(5,3607,1),(5,3975,1),(5,4331,1),(5,4332,1),(5,4333,1),(5,5200,1),(5,5312,1),(5,5313,1),(5,5315,1),(5,5316,1),(5,5317,1),(5,5318,1),(5,5319,1),(5,5320,1),(5,5321,1),(5,5322,1),(5,5323,1),(5,5324,1),(5,5325,1),(5,5326,1),(5,5327,1),(5,5328,1),(5,5329,1),(5,5330,1),(5,5331,1),(5,5332,1),(5,5333,1),(5,5334,1),(5,5335,1),(5,5336,1),(5,5337,1),(5,5338,1),(5,5339,1),(5,5360,1),(5,5366,1),(5,5367,1),(5,5369,1),(5,5370,1),(5,5371,1),(5,5372,1),(5,5373,1),(5,5374,1),(5,5375,1),(5,5376,1),(5,5377,1),(5,5378,1),(5,5379,1),(5,5381,1),(5,5382,1),(5,5383,1),(5,5384,1),(5,5385,1),(5,5386,1),(5,5387,1),(5,5388,1),(5,5389,1),(5,5390,1),(5,5391,1),(5,5392,1),(5,5393,1),(5,5394,1),(5,5395,1),(5,5396,1),(5,5397,1),(5,5398,1),(5,5399,1),(5,5400,1),(5,5401,1),(5,5402,1),(5,5410,1),(5,5416,1),(5,5417,1),(5,5419,1),(5,5420,1),(5,5421,1),(5,5422,1),(5,5423,1),(5,5424,1),(5,5425,1),(5,5426,1),(5,5427,1),(5,5428,1),(5,5429,1),(5,5431,1),(5,5432,1),(5,5433,1),(5,5434,1),(5,5435,1),(5,5436,1),(5,5437,1),(5,5438,1),(5,5439,1),(5,5440,1),(5,5441,1),(5,5442,1),(5,5443,1),(5,5444,1),(5,5445,1),(5,5446,1),(5,5447,1),(5,5448,1),(5,5449,1),(5,5450,1),(5,5451,1),(5,5452,1),(5,5465,1),(5,5466,1),(5,5468,1),(5,5469,1),(5,5470,1),(5,5471,1),(5,5472,1),(5,5473,1),(5,5474,1),(5,5475,1),(5,5476,1),(5,5477,1),(5,5478,1),(5,5479,1),(5,5480,1),(5,5481,1),(5,5482,1),(5,5483,1),(5,5484,1),(5,5485,1),(5,5486,1),(5,5487,1),(5,5488,1),(5,5489,1),(5,5490,1),(5,5491,1),(5,5492,1),(5,5493,1),(5,5494,1),(5,5495,1),(5,5509,1),(5,5510,1),(5,5512,1),(5,5513,1),(5,5514,1),(5,5515,1),(5,5516,1),(5,5517,1),(5,5518,1),(5,5519,1),(5,5520,1),(5,5521,1),(5,5522,1),(5,5523,1),(5,5524,1),(5,5525,1),(5,5526,1),(5,5527,1),(5,5528,1),(5,5529,1),(5,5530,1),(5,5531,1),(5,5532,1),(5,5533,1),(5,5534,1),(5,5535,1),(5,5536,1),(5,5537,1),(5,5538,1),(5,5539,1),(5,5552,1),(5,5553,1),(5,5555,1),(5,5556,1),(5,5557,1),(5,5558,1),(5,5559,1),(5,5560,1),(5,5561,1),(5,5562,1),(5,5563,1),(5,5564,1),(5,5565,1),(5,5566,1),(5,5567,1),(5,5568,1),(5,5569,1),(5,5570,1),(5,5571,1),(5,5572,1),(5,5573,1),(5,5574,1),(5,5575,1),(5,5576,1),(5,5577,1),(5,5578,1),(5,5579,1),(5,5580,1),(5,5581,1),(5,5582,1),(5,5932,1),(5,5933,1),(5,5934,1),(5,5935,1),(5,5939,1),(5,5940,1),(5,5943,1),(5,5944,1),(5,5945,1),(5,5946,1),(5,5947,1),(5,5948,1),(5,5949,1),(5,5951,1),(5,5952,1),(5,5953,1),(5,5954,1),(5,5955,1),(5,5956,1),(5,5957,1),(5,5958,1),(5,5959,1),(5,5960,1),(5,5961,1),(5,5962,1),(5,5963,1),(5,5964,1),(5,5965,1),(5,5966,1),(5,5967,1),(5,5968,1),(5,5969,1),(5,5970,1),(5,5971,1),(5,5972,1),(5,7165,1),(5,7184,1),(5,7186,1),(5,7650,1),(5,8214,1),(5,8638,1),(5,8642,1),(5,8681,1),(5,12579,1),(5,12632,1),(5,12635,1),(5,12636,1),(5,12637,1),(5,12638,1),(5,12639,1),(5,12640,1),(5,12641,1),(5,12642,1),(5,12643,1),(5,12644,1),(5,12645,1),(5,12646,1),(5,12647,1),(5,12648,1),(5,12649,1),(5,12650,1),(5,12651,1),(5,12652,1),(5,12653,1),(5,12654,1),(5,12655,1),(5,12656,1),(5,12657,1),(5,12658,1),(5,12659,1),(5,12660,1),(5,12661,1),(5,12662,1),(5,12663,1),(5,12684,1),(5,12687,1),(5,12688,1),(5,12689,1),(5,12690,1),(5,12691,1),(5,12692,1),(5,12693,1),(5,12694,1),(5,12695,1),(5,12696,1),(5,12697,1),(5,12698,1),(5,12699,1),(5,12700,1),(5,12701,1),(5,12702,1),(5,12703,1),(5,12704,1),(5,12705,1),(5,12706,1),(5,12707,1),(5,12708,1),(5,12709,1),(5,12710,1),(5,12711,1),(5,12712,1),(5,12713,1),(5,18954,1),(5,18955,1),(5,18958,1),(5,18959,1),(5,18960,1),(5,18961,1),(5,18962,1),(5,18963,1),(5,18964,1),(5,18965,1),(5,18966,1),(5,18967,1),(5,18968,1),(5,18969,1),(5,18970,1),(5,18971,1),(5,18972,1),(5,18973,1),(5,18974,1),(5,18975,1),(5,18976,1),(5,18977,1),(5,18978,1),(5,18979,1),(5,18980,1),(5,18981,1),(5,18982,1),(5,18983,1),(5,18984,1),(5,18985,1),(5,230,2),(5,231,2),(5,232,2),(5,270,2),(5,271,2),(5,272,2),(5,1435,2),(5,5340,2),(5,5341,2),(5,5342,2),(5,5380,2),(5,5406,2),(5,5407,2),(5,5408,2),(5,5430,2),(5,5456,2),(5,5457,2),(5,5458,2),(5,5499,2),(5,5500,2),(5,5501,2),(5,5543,2),(5,5544,2),(5,5545,2),(5,5586,2),(5,5587,2),(5,5588,2),(5,5950,2),(5,5976,2),(5,5977,2),(5,5978,2),(5,7197,2),(5,12666,2),(5,12667,2),(5,12668,2),(5,12716,2),(5,12717,2),(5,12718,2),(5,18989,2),(5,18990,2),(5,18991,2),(5,201,3),(5,202,3),(5,227,3),(5,228,3),(5,229,3),(5,241,3),(5,242,3),(5,267,3),(5,268,3),(5,269,3),(5,3976,3),(5,5222,3),(5,5223,3),(5,5314,3),(5,5343,3),(5,5368,3),(5,5403,3),(5,5404,3),(5,5405,3),(5,5409,3),(5,5418,3),(5,5453,3),(5,5454,3),(5,5455,3),(5,5459,3),(5,5467,3),(5,5496,3),(5,5497,3),(5,5498,3),(5,5502,3),(5,5511,3),(5,5540,3),(5,5541,3),(5,5542,3),(5,5546,3),(5,5554,3),(5,5583,3),(5,5584,3),(5,5585,3),(5,5589,3),(5,5941,3),(5,5942,3),(5,5973,3),(5,5974,3),(5,5975,3),(5,8640,3),(5,8683,3),(5,12633,3),(5,12634,3),(5,12664,3),(5,12665,3),(5,12685,3),(5,12686,3),(5,12714,3),(5,12715,3),(5,18956,3),(5,18957,3),(5,18986,3),(5,18987,3),(5,18988,3),(5,361,6),(5,362,6),(5,363,6),(5,405,6),(5,406,6),(5,407,6),(5,3599,6),(5,3600,6),(5,3601,6),(5,12341,6),(5,12342,6),(5,12343,6),(5,12392,6),(5,12393,6),(5,12394,6),(5,12443,6),(5,12444,6),(5,12445,6),(5,12487,6),(5,12488,6),(5,12489,6),(5,12532,6),(5,12533,6),(5,12534,6),(5,12576,6),(5,12577,6),(5,12578,6),(5,12627,6),(5,12628,6),(5,12629,6),(5,12678,6),(5,12679,6),(5,12680,6),(5,18948,6),(5,18949,6),(5,18950,6),(5,198,7),(5,199,7),(5,238,7),(5,239,7),(5,5310,7),(5,5311,7),(5,5363,7),(5,5364,7),(5,5413,7),(5,5414,7),(5,5462,7),(5,5463,7),(5,5505,7),(5,5506,7),(5,5549,7),(5,5550,7),(5,5936,7),(5,5937,7),(5,12630,7),(5,12631,7),(5,12681,7),(5,12682,7),(5,18951,7),(5,18952,7),(5,6,40),(5,59,40),(5,1429,40),(5,5365,40),(5,5415,40),(5,5464,40),(5,5507,40),(5,5551,40),(5,5938,40),(5,7169,40),(5,8219,40),(5,12490,40),(5,12683,40),(5,18953,40),(6,53,1),(6,106,1),(6,363,1),(6,407,1),(6,451,1),(6,452,1),(6,453,1),(6,454,1),(6,455,1),(6,456,1),(6,457,1),(6,458,1),(6,459,1),(6,460,1),(6,461,1),(6,462,1),(6,463,1),(6,464,1),(6,477,1),(6,478,1),(6,479,1),(6,480,1),(6,481,1),(6,482,1),(6,483,1),(6,484,1),(6,485,1),(6,486,1),(6,487,1),(6,488,1),(6,489,1),(6,490,1),(6,1430,1),(6,1432,1),(6,1435,1),(6,1503,1),(6,1591,1),(6,2018,1),(6,2062,1),(6,2106,1),(6,2157,1),(6,2158,1),(6,2159,1),(6,2160,1),(6,2161,1),(6,2162,1),(6,2163,1),(6,2164,1),(6,2165,1),(6,2166,1),(6,2167,1),(6,2168,1),(6,2169,1),(6,2170,1),(6,2182,1),(6,2184,1),(6,2185,1),(6,2186,1),(6,2187,1),(6,2188,1),(6,2189,1),(6,2190,1),(6,2191,1),(6,2192,1),(6,2193,1),(6,2194,1),(6,2195,1),(6,2196,1),(6,2197,1),(6,2208,1),(6,2210,1),(6,2211,1),(6,2212,1),(6,2213,1),(6,2214,1),(6,2215,1),(6,2216,1),(6,2217,1),(6,2218,1),(6,2219,1),(6,2220,1),(6,2221,1),(6,2222,1),(6,2223,1),(6,2224,1),(6,3601,1),(6,3608,1),(6,3609,1),(6,3610,1),(6,3611,1),(6,3612,1),(6,3613,1),(6,3614,1),(6,3615,1),(6,3616,1),(6,3617,1),(6,4334,1),(6,4335,1),(6,4336,1),(6,4337,1),(6,25,3),(6,26,3),(6,78,3),(6,79,3),(6,450,3),(6,465,3),(6,466,3),(6,476,3),(6,491,3),(6,492,3),(6,1431,3),(6,1447,3),(6,1448,3),(6,1449,3),(6,1450,3),(6,1475,3),(6,1476,3),(6,1528,3),(6,1529,3),(6,1584,3),(6,1585,3),(6,2156,3),(6,2171,3),(6,2172,3),(6,2183,3),(6,2198,3),(6,2199,3),(6,2209,3),(6,2225,3),(6,2226,3),(6,195,7),(6,196,7),(6,197,7),(6,235,7),(6,236,7),(6,237,7),(6,449,7),(6,475,7),(6,1428,7),(6,1436,7),(6,1580,7),(6,1753,7),(6,1754,7),(6,1755,7),(6,1793,7),(6,1794,7),(6,1795,7),(6,1833,7),(6,1834,7),(6,1835,7),(6,2155,7),(6,2181,7),(6,2207,7),(6,4331,7),(6,4332,7),(6,4333,7),(6,6,10),(6,59,10),(6,1429,10),(6,1456,10),(6,1509,10),(6,1563,10),(7,53,1),(7,106,1),(7,363,1),(7,407,1),(7,451,1),(7,456,1),(7,457,1),(7,458,1),(7,459,1),(7,460,1),(7,461,1),(7,462,1),(7,463,1),(7,464,1),(7,477,1),(7,482,1),(7,483,1),(7,484,1),(7,485,1),(7,486,1),(7,487,1),(7,488,1),(7,489,1),(7,490,1),(7,501,1),(7,502,1),(7,503,1),(7,504,1),(7,526,1),(7,527,1),(7,528,1),(7,529,1),(7,1430,1),(7,1432,1),(7,1435,1),(7,1503,1),(7,1591,1),(7,2018,1),(7,2062,1),(7,2106,1),(7,2157,1),(7,2162,1),(7,2163,1),(7,2164,1),(7,2165,1),(7,2166,1),(7,2167,1),(7,2168,1),(7,2169,1),(7,2170,1),(7,2182,1),(7,2184,1),(7,2189,1),(7,2190,1),(7,2191,1),(7,2192,1),(7,2193,1),(7,2194,1),(7,2195,1),(7,2196,1),(7,2197,1),(7,2208,1),(7,2210,1),(7,2216,1),(7,2217,1),(7,2218,1),(7,2219,1),(7,2220,1),(7,2221,1),(7,2222,1),(7,2223,1),(7,2224,1),(7,2236,1),(7,2237,1),(7,2238,1),(7,2239,1),(7,2261,1),(7,2262,1),(7,2263,1),(7,2264,1),(7,2286,1),(7,2287,1),(7,2288,1),(7,2289,1),(7,3601,1),(7,3606,1),(7,3609,1),(7,3610,1),(7,3611,1),(7,3612,1),(7,3613,1),(7,3614,1),(7,3615,1),(7,3616,1),(7,3617,1),(7,4177,1),(7,4178,1),(7,4179,1),(7,25,3),(7,26,3),(7,78,3),(7,79,3),(7,450,3),(7,465,3),(7,466,3),(7,476,3),(7,491,3),(7,492,3),(7,1431,3),(7,1447,3),(7,1448,3),(7,1449,3),(7,1450,3),(7,1475,3),(7,1476,3),(7,1528,3),(7,1529,3),(7,1584,3),(7,1585,3),(7,2156,3),(7,2171,3),(7,2172,3),(7,2183,3),(7,2198,3),(7,2199,3),(7,2209,3),(7,2225,3),(7,2226,3),(7,275,7),(7,276,7),(7,318,7),(7,319,7),(7,449,7),(7,475,7),(7,1428,7),(7,1436,7),(7,1580,7),(7,1880,7),(7,1881,7),(7,1923,7),(7,1924,7),(7,1966,7),(7,1967,7),(7,2155,7),(7,2181,7),(7,2207,7),(7,4175,7),(7,4176,7),(7,6,10),(7,59,10),(7,1429,10),(7,1456,10),(7,1509,10),(7,1563,10),(8,53,1),(8,106,1),(8,209,1),(8,249,1),(8,451,1),(8,452,1),(8,456,1),(8,457,1),(8,458,1),(8,459,1),(8,460,1),(8,461,1),(8,462,1),(8,463,1),(8,464,1),(8,477,1),(8,478,1),(8,482,1),(8,483,1),(8,484,1),(8,485,1),(8,486,1),(8,487,1),(8,488,1),(8,489,1),(8,490,1),(8,502,1),(8,527,1),(8,551,1),(8,552,1),(8,553,1),(8,554,1),(8,579,1),(8,580,1),(8,581,1),(8,582,1),(8,1430,1),(8,1432,1),(8,1434,1),(8,1436,1),(8,1439,1),(8,1503,1),(8,1578,1),(8,1580,1),(8,1767,1),(8,1807,1),(8,1844,1),(8,1849,1),(8,2157,1),(8,2158,1),(8,2162,1),(8,2163,1),(8,2164,1),(8,2165,1),(8,2166,1),(8,2167,1),(8,2168,1),(8,2169,1),(8,2170,1),(8,2182,1),(8,2184,1),(8,2185,1),(8,2189,1),(8,2190,1),(8,2191,1),(8,2192,1),(8,2193,1),(8,2194,1),(8,2195,1),(8,2196,1),(8,2197,1),(8,2208,1),(8,2210,1),(8,2211,1),(8,2216,1),(8,2217,1),(8,2218,1),(8,2219,1),(8,2220,1),(8,2221,1),(8,2222,1),(8,2223,1),(8,2224,1),(8,2237,1),(8,2262,1),(8,2287,1),(8,2313,1),(8,2314,1),(8,2315,1),(8,2316,1),(8,2341,1),(8,2342,1),(8,2343,1),(8,2344,1),(8,2369,1),(8,2370,1),(8,2371,1),(8,2372,1),(8,3602,1),(8,3603,1),(8,3604,1),(8,3605,1),(8,3606,1),(8,3607,1),(8,3608,1),(8,3609,1),(8,3610,1),(8,3611,1),(8,3612,1),(8,3613,1),(8,3614,1),(8,3615,1),(8,3616,1),(8,3617,1),(8,25,3),(8,26,3),(8,78,3),(8,79,3),(8,450,3),(8,465,3),(8,466,3),(8,476,3),(8,491,3),(8,492,3),(8,1431,3),(8,1447,3),(8,1448,3),(8,1449,3),(8,1450,3),(8,1475,3),(8,1476,3),(8,1528,3),(8,1529,3),(8,1584,3),(8,1585,3),(8,2156,3),(8,2171,3),(8,2172,3),(8,2183,3),(8,2198,3),(8,2199,3),(8,2209,3),(8,2225,3),(8,2226,3),(8,361,6),(8,405,6),(8,2016,6),(8,2060,6),(8,2104,6),(8,3599,6),(8,362,7),(8,363,7),(8,406,7),(8,407,7),(8,449,7),(8,475,7),(8,1428,7),(8,2017,7),(8,2018,7),(8,2061,7),(8,2062,7),(8,2105,7),(8,2106,7),(8,2155,7),(8,2181,7),(8,2207,7),(8,3600,7),(8,3601,7),(8,6,10),(8,59,10),(8,1429,10),(8,1456,10),(8,1509,10),(8,1563,10),(9,18,1),(9,32,1),(9,71,1),(9,85,1),(9,108,1),(9,152,1),(9,210,1),(9,228,1),(9,250,1),(9,268,1),(9,551,1),(9,552,1),(9,579,1),(9,580,1),(9,612,1),(9,613,1),(9,614,1),(9,615,1),(9,616,1),(9,617,1),(9,618,1),(9,619,1),(9,620,1),(9,621,1),(9,622,1),(9,623,1),(9,624,1),(9,625,1),(9,626,1),(9,627,1),(9,628,1),(9,649,1),(9,650,1),(9,651,1),(9,652,1),(9,653,1),(9,654,1),(9,655,1),(9,656,1),(9,657,1),(9,658,1),(9,659,1),(9,660,1),(9,661,1),(9,662,1),(9,663,1),(9,664,1),(9,665,1),(9,666,1),(9,1434,1),(9,1435,1),(9,1468,1),(9,1482,1),(9,1521,1),(9,1535,1),(9,1575,1),(9,1591,1),(9,1592,1),(9,1616,1),(9,1660,1),(9,1705,1),(9,1768,1),(9,1786,1),(9,1808,1),(9,1826,1),(9,1844,1),(9,1850,1),(9,1869,1),(9,2313,1),(9,2314,1),(9,2341,1),(9,2342,1),(9,2369,1),(9,2370,1),(9,2405,1),(9,2406,1),(9,2407,1),(9,2408,1),(9,2409,1),(9,2410,1),(9,2411,1),(9,2412,1),(9,2413,1),(9,2414,1),(9,2415,1),(9,2416,1),(9,2417,1),(9,2418,1),(9,2419,1),(9,2420,1),(9,2421,1),(9,2442,1),(9,2443,1),(9,2444,1),(9,2445,1),(9,2446,1),(9,2447,1),(9,2448,1),(9,2449,1),(9,2450,1),(9,2451,1),(9,2452,1),(9,2453,1),(9,2454,1),(9,2455,1),(9,2456,1),(9,2457,1),(9,2458,1),(9,2459,1),(9,2480,1),(9,2481,1),(9,2482,1),(9,2483,1),(9,2484,1),(9,2485,1),(9,2486,1),(9,2487,1),(9,2488,1),(9,2489,1),(9,2490,1),(9,2491,1),(9,2492,1),(9,2493,1),(9,2494,1),(9,2495,1),(9,2496,1),(9,2497,1),(9,3602,1),(9,3604,1),(9,3971,1),(9,3972,1),(9,3973,1),(9,3974,1),(9,3975,1),(9,3976,1),(9,3977,1),(9,3978,1),(9,3979,1),(9,3980,1),(9,3981,1),(9,3982,1),(9,3983,1),(9,3984,1),(9,3985,1),(9,3986,1),(9,3987,1),(9,3988,1),(9,3989,1),(9,3990,1),(9,3991,1),(9,3992,1),(9,3993,1),(9,52,2),(9,53,2),(9,1384,2),(9,1385,2),(9,1436,2),(9,1502,2),(9,1503,2),(9,1555,2),(9,1556,2),(9,1578,2),(9,1580,2),(9,1612,2),(9,1613,2),(9,2460,2),(9,3607,2),(9,3928,2),(9,3995,2),(9,3996,2),(9,25,3),(9,26,3),(9,78,3),(9,79,3),(9,465,3),(9,466,3),(9,491,3),(9,492,3),(9,610,3),(9,629,3),(9,647,3),(9,1447,3),(9,1448,3),(9,1449,3),(9,1450,3),(9,1475,3),(9,1476,3),(9,1528,3),(9,1529,3),(9,1584,3),(9,1585,3),(9,2171,3),(9,2172,3),(9,2198,3),(9,2199,3),(9,2225,3),(9,2226,3),(9,2403,3),(9,2422,3),(9,2440,3),(9,2478,3),(9,2498,3),(9,3969,3),(9,3994,3),(9,611,4),(9,648,4),(9,2404,4),(9,2441,4),(9,2479,4),(9,3970,4),(9,607,7),(9,608,7),(9,644,7),(9,645,7),(9,2400,7),(9,2401,7),(9,2437,7),(9,2438,7),(9,2475,7),(9,2476,7),(9,3966,7),(9,3967,7),(9,609,8),(9,646,8),(9,2402,8),(9,2439,8),(9,2477,8),(9,3968,8),(9,6,30),(9,59,30),(9,1429,30),(9,1456,30),(9,1509,30),(9,1563,30),(10,18,1),(10,32,1),(10,71,1),(10,85,1),(10,108,1),(10,152,1),(10,210,1),(10,228,1),(10,250,1),(10,268,1),(10,551,1),(10,552,1),(10,579,1),(10,580,1),(10,612,1),(10,613,1),(10,614,1),(10,615,1),(10,616,1),(10,617,1),(10,618,1),(10,619,1),(10,620,1),(10,621,1),(10,622,1),(10,623,1),(10,624,1),(10,625,1),(10,626,1),(10,627,1),(10,628,1),(10,649,1),(10,650,1),(10,651,1),(10,652,1),(10,653,1),(10,654,1),(10,655,1),(10,656,1),(10,657,1),(10,658,1),(10,659,1),(10,660,1),(10,661,1),(10,662,1),(10,663,1),(10,664,1),(10,665,1),(10,666,1),(10,1434,1),(10,1435,1),(10,3602,1),(10,3604,1),(10,3971,1),(10,3972,1),(10,3973,1),(10,3974,1),(10,3975,1),(10,3976,1),(10,3977,1),(10,3978,1),(10,3979,1),(10,3980,1),(10,3981,1),(10,3982,1),(10,3983,1),(10,3984,1),(10,3985,1),(10,3986,1),(10,3987,1),(10,3988,1),(10,3989,1),(10,3990,1),(10,3991,1),(10,3992,1),(10,3993,1),(10,5377,1),(10,5380,1),(10,5384,1),(10,5404,1),(10,5427,1),(10,5430,1),(10,5434,1),(10,5454,1),(10,5479,1),(10,5497,1),(10,5523,1),(10,5541,1),(10,5566,1),(10,5584,1),(10,5947,1),(10,5950,1),(10,5954,1),(10,5974,1),(10,6839,1),(10,6853,1),(10,6896,1),(10,6910,1),(10,6953,1),(10,6967,1),(10,7008,1),(10,7022,1),(10,7068,1),(10,7082,1),(10,7121,1),(10,7135,1),(10,7181,1),(10,7197,1),(10,7198,1),(10,7360,1),(10,7409,1),(10,7458,1),(10,7503,1),(10,7553,1),(10,7597,1),(10,7646,1),(10,8232,1),(10,8246,1),(10,8397,1),(10,8398,1),(10,8399,1),(10,8400,1),(10,8401,1),(10,8402,1),(10,8403,1),(10,8404,1),(10,8405,1),(10,8406,1),(10,8407,1),(10,8408,1),(10,8409,1),(10,8410,1),(10,8411,1),(10,8412,1),(10,8413,1),(10,8414,1),(10,8415,1),(10,8416,1),(10,8438,1),(10,8439,1),(10,8440,1),(10,8441,1),(10,8442,1),(10,8443,1),(10,8444,1),(10,8445,1),(10,8446,1),(10,8447,1),(10,8448,1),(10,8449,1),(10,8450,1),(10,8451,1),(10,8452,1),(10,8453,1),(10,8454,1),(10,8455,1),(10,8456,1),(10,8457,1),(10,8479,1),(10,8480,1),(10,8481,1),(10,8482,1),(10,8483,1),(10,8484,1),(10,8485,1),(10,8486,1),(10,8487,1),(10,8488,1),(10,8489,1),(10,8490,1),(10,8491,1),(10,8492,1),(10,8493,1),(10,8494,1),(10,8495,1),(10,8496,1),(10,8497,1),(10,8516,1),(10,8517,1),(10,8518,1),(10,8519,1),(10,8520,1),(10,8521,1),(10,8522,1),(10,8523,1),(10,8524,1),(10,8525,1),(10,8526,1),(10,8527,1),(10,8528,1),(10,8529,1),(10,8530,1),(10,8531,1),(10,8532,1),(10,8533,1),(10,8534,1),(10,8535,1),(10,8536,1),(10,8556,1),(10,8557,1),(10,8558,1),(10,8559,1),(10,8560,1),(10,8561,1),(10,8562,1),(10,8563,1),(10,8564,1),(10,8565,1),(10,8566,1),(10,8567,1),(10,8568,1),(10,8569,1),(10,8570,1),(10,8571,1),(10,8572,1),(10,8573,1),(10,8574,1),(10,8592,1),(10,8593,1),(10,8594,1),(10,8595,1),(10,8596,1),(10,8597,1),(10,8598,1),(10,8599,1),(10,8600,1),(10,8601,1),(10,8602,1),(10,8603,1),(10,8604,1),(10,8605,1),(10,8606,1),(10,8607,1),(10,8608,1),(10,8609,1),(10,8610,1),(10,8611,1),(10,8612,1),(10,8634,1),(10,8635,1),(10,8636,1),(10,8637,1),(10,8638,1),(10,8639,1),(10,8640,1),(10,8641,1),(10,8642,1),(10,8643,1),(10,8644,1),(10,8645,1),(10,8646,1),(10,8647,1),(10,8648,1),(10,8649,1),(10,8650,1),(10,8651,1),(10,8652,1),(10,8653,1),(10,8654,1),(10,8655,1),(10,8656,1),(10,8657,1),(10,8677,1),(10,8678,1),(10,8679,1),(10,8680,1),(10,8681,1),(10,8682,1),(10,8683,1),(10,8684,1),(10,8685,1),(10,8686,1),(10,8687,1),(10,8688,1),(10,8689,1),(10,8690,1),(10,8691,1),(10,8692,1),(10,8693,1),(10,8694,1),(10,8695,1),(10,8696,1),(10,8697,1),(10,8698,1),(10,8699,1),(10,8700,1),(10,52,2),(10,53,2),(10,1384,2),(10,1385,2),(10,1436,2),(10,3607,2),(10,3928,2),(10,3995,2),(10,3996,2),(10,5360,2),(10,5370,2),(10,5410,2),(10,5420,2),(10,5932,2),(10,5943,2),(10,6872,2),(10,6873,2),(10,6929,2),(10,6930,2),(10,6986,2),(10,6987,2),(10,7043,2),(10,7044,2),(10,7047,2),(10,7101,2),(10,7102,2),(10,7154,2),(10,7155,2),(10,7184,2),(10,7186,2),(10,7218,2),(10,7219,2),(10,8270,2),(10,8271,2),(10,8272,2),(10,8273,2),(10,8274,2),(10,8275,2),(10,8276,2),(10,8277,2),(10,8539,2),(10,8540,2),(10,8615,2),(10,8660,2),(10,8703,2),(10,8704,2),(10,8705,2),(10,8706,2),(10,8707,2),(10,8708,2),(10,25,3),(10,26,3),(10,78,3),(10,79,3),(10,465,3),(10,466,3),(10,491,3),(10,492,3),(10,610,3),(10,629,3),(10,647,3),(10,1447,3),(10,1448,3),(10,1449,3),(10,1450,3),(10,3969,3),(10,3994,3),(10,6846,3),(10,6847,3),(10,6903,3),(10,6904,3),(10,6960,3),(10,6961,3),(10,7015,3),(10,7016,3),(10,7075,3),(10,7076,3),(10,7128,3),(10,7129,3),(10,7190,3),(10,7191,3),(10,8239,3),(10,8240,3),(10,8395,3),(10,8417,3),(10,8418,3),(10,8419,3),(10,8436,3),(10,8458,3),(10,8459,3),(10,8460,3),(10,8477,3),(10,8498,3),(10,8499,3),(10,8500,3),(10,8514,3),(10,8537,3),(10,8538,3),(10,8554,3),(10,8575,3),(10,8576,3),(10,8577,3),(10,8590,3),(10,8613,3),(10,8614,3),(10,8632,3),(10,8658,3),(10,8659,3),(10,8675,3),(10,8701,3),(10,8702,3),(10,611,4),(10,648,4),(10,3970,4),(10,8396,4),(10,8437,4),(10,8478,4),(10,8515,4),(10,8555,4),(10,8591,4),(10,8633,4),(10,8676,4),(10,681,7),(10,682,7),(10,718,7),(10,719,7),(10,4750,7),(10,4751,7),(10,8840,7),(10,8841,7),(10,8882,7),(10,8883,7),(10,8924,7),(10,8925,7),(10,8961,7),(10,8962,7),(10,9003,7),(10,9004,7),(10,9040,7),(10,9041,7),(10,9083,7),(10,9084,7),(10,9126,7),(10,9127,7),(10,609,8),(10,646,8),(10,3968,8),(10,8394,8),(10,8435,8),(10,8476,8),(10,8512,8),(10,8553,8),(10,8589,8),(10,8631,8),(10,8673,8),(10,6,30),(10,59,30),(10,1429,30),(10,5365,30),(10,5415,30),(10,5464,30),(10,5507,30),(10,5551,30),(10,5938,30),(10,7169,30),(10,8219,30),(10,8963,30),(10,9128,30),(11,18,1),(11,32,1),(11,71,1),(11,85,1),(11,108,1),(11,152,1),(11,210,1),(11,228,1),(11,250,1),(11,268,1),(11,551,1),(11,552,1),(11,579,1),(11,580,1),(11,612,1),(11,613,1),(11,614,1),(11,615,1),(11,616,1),(11,617,1),(11,618,1),(11,619,1),(11,620,1),(11,621,1),(11,622,1),(11,623,1),(11,624,1),(11,625,1),(11,626,1),(11,627,1),(11,628,1),(11,649,1),(11,650,1),(11,651,1),(11,652,1),(11,653,1),(11,654,1),(11,655,1),(11,656,1),(11,657,1),(11,658,1),(11,659,1),(11,660,1),(11,661,1),(11,662,1),(11,663,1),(11,664,1),(11,665,1),(11,666,1),(11,1434,1),(11,1435,1),(11,3602,1),(11,3604,1),(11,3971,1),(11,3972,1),(11,3973,1),(11,3974,1),(11,3975,1),(11,3976,1),(11,3977,1),(11,3978,1),(11,3979,1),(11,3980,1),(11,3981,1),(11,3982,1),(11,3983,1),(11,3984,1),(11,3985,1),(11,3986,1),(11,3987,1),(11,3988,1),(11,3989,1),(11,3990,1),(11,3991,1),(11,3992,1),(11,3993,1),(11,5377,1),(11,5380,1),(11,5384,1),(11,5404,1),(11,5427,1),(11,5430,1),(11,5434,1),(11,5454,1),(11,5479,1),(11,5497,1),(11,5523,1),(11,5541,1),(11,5566,1),(11,5584,1),(11,5947,1),(11,5950,1),(11,5954,1),(11,5974,1),(11,6839,1),(11,6853,1),(11,6896,1),(11,6910,1),(11,6953,1),(11,6967,1),(11,7008,1),(11,7022,1),(11,7068,1),(11,7082,1),(11,7121,1),(11,7135,1),(11,7181,1),(11,7197,1),(11,7198,1),(11,7360,1),(11,7409,1),(11,7458,1),(11,7503,1),(11,7553,1),(11,7597,1),(11,7646,1),(11,8232,1),(11,8246,1),(11,8397,1),(11,8398,1),(11,8399,1),(11,8400,1),(11,8401,1),(11,8402,1),(11,8403,1),(11,8404,1),(11,8405,1),(11,8406,1),(11,8407,1),(11,8408,1),(11,8409,1),(11,8410,1),(11,8411,1),(11,8412,1),(11,8413,1),(11,8414,1),(11,8415,1),(11,8416,1),(11,8438,1),(11,8439,1),(11,8440,1),(11,8441,1),(11,8442,1),(11,8443,1),(11,8444,1),(11,8445,1),(11,8446,1),(11,8447,1),(11,8448,1),(11,8449,1),(11,8450,1),(11,8451,1),(11,8452,1),(11,8453,1),(11,8454,1),(11,8455,1),(11,8456,1),(11,8457,1),(11,8479,1),(11,8480,1),(11,8481,1),(11,8482,1),(11,8483,1),(11,8484,1),(11,8485,1),(11,8486,1),(11,8487,1),(11,8488,1),(11,8489,1),(11,8490,1),(11,8491,1),(11,8492,1),(11,8493,1),(11,8494,1),(11,8495,1),(11,8496,1),(11,8497,1),(11,8516,1),(11,8517,1),(11,8518,1),(11,8519,1),(11,8520,1),(11,8521,1),(11,8522,1),(11,8523,1),(11,8524,1),(11,8525,1),(11,8526,1),(11,8527,1),(11,8528,1),(11,8529,1),(11,8530,1),(11,8531,1),(11,8532,1),(11,8533,1),(11,8534,1),(11,8535,1),(11,8536,1),(11,8556,1),(11,8557,1),(11,8558,1),(11,8559,1),(11,8560,1),(11,8561,1),(11,8562,1),(11,8563,1),(11,8564,1),(11,8565,1),(11,8566,1),(11,8567,1),(11,8568,1),(11,8569,1),(11,8570,1),(11,8571,1),(11,8572,1),(11,8573,1),(11,8574,1),(11,8592,1),(11,8593,1),(11,8594,1),(11,8595,1),(11,8596,1),(11,8597,1),(11,8598,1),(11,8599,1),(11,8600,1),(11,8601,1),(11,8602,1),(11,8603,1),(11,8604,1),(11,8605,1),(11,8606,1),(11,8607,1),(11,8608,1),(11,8609,1),(11,8610,1),(11,8611,1),(11,8612,1),(11,8634,1),(11,8635,1),(11,8636,1),(11,8637,1),(11,8638,1),(11,8639,1),(11,8640,1),(11,8641,1),(11,8642,1),(11,8643,1),(11,8644,1),(11,8645,1),(11,8646,1),(11,8647,1),(11,8648,1),(11,8649,1),(11,8650,1),(11,8651,1),(11,8652,1),(11,8653,1),(11,8654,1),(11,8655,1),(11,8656,1),(11,8657,1),(11,8677,1),(11,8678,1),(11,8679,1),(11,8680,1),(11,8681,1),(11,8682,1),(11,8683,1),(11,8684,1),(11,8685,1),(11,8686,1),(11,8687,1),(11,8688,1),(11,8689,1),(11,8690,1),(11,8691,1),(11,8692,1),(11,8693,1),(11,8694,1),(11,8695,1),(11,8696,1),(11,8697,1),(11,8698,1),(11,8699,1),(11,8700,1),(11,52,2),(11,53,2),(11,1384,2),(11,1385,2),(11,1436,2),(11,3607,2),(11,3928,2),(11,3995,2),(11,3996,2),(11,5360,2),(11,5370,2),(11,5410,2),(11,5420,2),(11,5932,2),(11,5943,2),(11,6872,2),(11,6873,2),(11,6929,2),(11,6930,2),(11,6986,2),(11,6987,2),(11,7043,2),(11,7044,2),(11,7047,2),(11,7101,2),(11,7102,2),(11,7154,2),(11,7155,2),(11,7184,2),(11,7186,2),(11,7218,2),(11,7219,2),(11,8270,2),(11,8271,2),(11,8272,2),(11,8273,2),(11,8274,2),(11,8275,2),(11,8276,2),(11,8277,2),(11,8539,2),(11,8540,2),(11,8615,2),(11,8660,2),(11,8703,2),(11,8704,2),(11,8705,2),(11,8706,2),(11,8707,2),(11,8708,2),(11,25,3),(11,26,3),(11,78,3),(11,79,3),(11,465,3),(11,466,3),(11,491,3),(11,492,3),(11,610,3),(11,629,3),(11,647,3),(11,1447,3),(11,1448,3),(11,1449,3),(11,1450,3),(11,3969,3),(11,3994,3),(11,6846,3),(11,6847,3),(11,6903,3),(11,6904,3),(11,6960,3),(11,6961,3),(11,7015,3),(11,7016,3),(11,7075,3),(11,7076,3),(11,7128,3),(11,7129,3),(11,7190,3),(11,7191,3),(11,8239,3),(11,8240,3),(11,8395,3),(11,8417,3),(11,8418,3),(11,8419,3),(11,8436,3),(11,8458,3),(11,8459,3),(11,8460,3),(11,8477,3),(11,8498,3),(11,8499,3),(11,8500,3),(11,8514,3),(11,8537,3),(11,8538,3),(11,8554,3),(11,8575,3),(11,8576,3),(11,8577,3),(11,8590,3),(11,8613,3),(11,8614,3),(11,8632,3),(11,8658,3),(11,8659,3),(11,8675,3),(11,8701,3),(11,8702,3),(11,611,4),(11,648,4),(11,3970,4),(11,8396,4),(11,8437,4),(11,8478,4),(11,8515,4),(11,8555,4),(11,8591,4),(11,8633,4),(11,8676,4),(11,1,7),(11,54,7),(11,4982,7),(11,6465,7),(11,6502,7),(11,6539,7),(11,6569,7),(11,6601,7),(11,6631,7),(11,7164,7),(11,8213,7),(11,609,8),(11,646,8),(11,3968,8),(11,8394,8),(11,8435,8),(11,8476,8),(11,8512,8),(11,8553,8),(11,8589,8),(11,8631,8),(11,8673,8),(11,6,30),(11,59,30),(11,1429,30),(11,5365,30),(11,5415,30),(11,5464,30),(11,5507,30),(11,5551,30),(11,5938,30),(11,7169,30),(11,8219,30),(11,8513,30),(11,8674,30),(12,43,1),(12,96,1),(12,829,1),(12,830,1),(12,831,1),(12,832,1),(12,833,1),(12,834,1),(12,835,1),(12,836,1),(12,837,1),(12,838,1),(12,839,1),(12,840,1),(12,841,1),(12,842,1),(12,843,1),(12,844,1),(12,845,1),(12,846,1),(12,847,1),(12,848,1),(12,858,1),(12,859,1),(12,860,1),(12,861,1),(12,862,1),(12,863,1),(12,864,1),(12,865,1),(12,866,1),(12,867,1),(12,868,1),(12,869,1),(12,870,1),(12,871,1),(12,872,1),(12,873,1),(12,874,1),(12,875,1),(12,876,1),(12,877,1),(12,1436,1),(12,1442,1),(12,1493,1),(12,1546,1),(12,1578,1),(12,1580,1),(12,1603,1),(12,2750,1),(12,2751,1),(12,2752,1),(12,2753,1),(12,2754,1),(12,2755,1),(12,2756,1),(12,2757,1),(12,2758,1),(12,2759,1),(12,2760,1),(12,2761,1),(12,2762,1),(12,2763,1),(12,2764,1),(12,2765,1),(12,2766,1),(12,2767,1),(12,2768,1),(12,2769,1),(12,2779,1),(12,2780,1),(12,2781,1),(12,2782,1),(12,2783,1),(12,2784,1),(12,2785,1),(12,2786,1),(12,2787,1),(12,2788,1),(12,2789,1),(12,2790,1),(12,2791,1),(12,2792,1),(12,2793,1),(12,2794,1),(12,2795,1),(12,2796,1),(12,2797,1),(12,2798,1),(12,2808,1),(12,2809,1),(12,2810,1),(12,2811,1),(12,2812,1),(12,2813,1),(12,2814,1),(12,2815,1),(12,2816,1),(12,2817,1),(12,2818,1),(12,2819,1),(12,2820,1),(12,2821,1),(12,2822,1),(12,2823,1),(12,2824,1),(12,2825,1),(12,2826,1),(12,2827,1),(12,2828,1),(12,2829,1),(12,2830,1),(12,2831,1),(12,3607,1),(12,5197,1),(12,5198,1),(12,5199,1),(12,5201,1),(12,5202,1),(12,5203,1),(12,5204,1),(12,5205,1),(12,5206,1),(12,5207,1),(12,5208,1),(12,5209,1),(12,5210,1),(12,5211,1),(12,5212,1),(12,5213,1),(12,5214,1),(12,5215,1),(12,5216,1),(12,5217,1),(12,5218,1),(12,5219,1),(12,5220,1),(12,5221,1),(12,1709,2),(12,5200,2),(12,227,3),(12,229,3),(12,267,3),(12,269,3),(12,1785,3),(12,1787,3),(12,1825,3),(12,1827,3),(12,1868,3),(12,1870,3),(12,5222,3),(12,5223,3),(12,228,5),(12,268,5),(12,1786,5),(12,1826,5),(12,1869,5),(12,3976,5),(12,828,6),(12,857,6),(12,2749,6),(12,2778,6),(12,2807,6),(12,5196,6),(12,607,7),(12,608,7),(12,644,7),(12,645,7),(12,2400,7),(12,2401,7),(12,2437,7),(12,2438,7),(12,2475,7),(12,2476,7),(12,3966,7),(12,3967,7),(12,827,8),(12,856,8),(12,2748,8),(12,2777,8),(12,2806,8),(12,5195,8),(12,6,10),(12,59,10),(12,1429,10),(12,1456,10),(12,1509,10),(12,1563,10),(13,43,1),(13,96,1),(13,607,1),(13,608,1),(13,644,1),(13,645,1),(13,829,1),(13,830,1),(13,831,1),(13,832,1),(13,833,1),(13,834,1),(13,835,1),(13,836,1),(13,837,1),(13,838,1),(13,839,1),(13,840,1),(13,841,1),(13,842,1),(13,843,1),(13,844,1),(13,845,1),(13,846,1),(13,847,1),(13,848,1),(13,858,1),(13,859,1),(13,860,1),(13,861,1),(13,862,1),(13,863,1),(13,864,1),(13,865,1),(13,866,1),(13,867,1),(13,868,1),(13,869,1),(13,870,1),(13,871,1),(13,872,1),(13,873,1),(13,874,1),(13,875,1),(13,876,1),(13,877,1),(13,1493,1),(13,1546,1),(13,1578,1),(13,1580,1),(13,1603,1),(13,2400,1),(13,2401,1),(13,2437,1),(13,2438,1),(13,2475,1),(13,2476,1),(13,2750,1),(13,2751,1),(13,2752,1),(13,2753,1),(13,2754,1),(13,2755,1),(13,2756,1),(13,2757,1),(13,2758,1),(13,2759,1),(13,2760,1),(13,2761,1),(13,2762,1),(13,2763,1),(13,2764,1),(13,2765,1),(13,2766,1),(13,2767,1),(13,2768,1),(13,2769,1),(13,2779,1),(13,2780,1),(13,2781,1),(13,2782,1),(13,2783,1),(13,2784,1),(13,2785,1),(13,2786,1),(13,2787,1),(13,2788,1),(13,2789,1),(13,2790,1),(13,2791,1),(13,2792,1),(13,2793,1),(13,2794,1),(13,2795,1),(13,2796,1),(13,2797,1),(13,2798,1),(13,2808,1),(13,2809,1),(13,2810,1),(13,2811,1),(13,2812,1),(13,2813,1),(13,2814,1),(13,2815,1),(13,2816,1),(13,2817,1),(13,2818,1),(13,2819,1),(13,2820,1),(13,2821,1),(13,2822,1),(13,2823,1),(13,2824,1),(13,2825,1),(13,2826,1),(13,2827,1),(13,2828,1),(13,2829,1),(13,2830,1),(13,2831,1),(13,1709,2),(13,227,3),(13,229,3),(13,267,3),(13,269,3),(13,1785,3),(13,1787,3),(13,1825,3),(13,1827,3),(13,1868,3),(13,1870,3),(13,228,5),(13,268,5),(13,1786,5),(13,1826,5),(13,1869,5),(13,681,6),(13,682,6),(13,718,6),(13,719,6),(13,828,6),(13,857,6),(13,2517,6),(13,2518,6),(13,2554,6),(13,2555,6),(13,2592,6),(13,2593,6),(13,2749,6),(13,2778,6),(13,2807,6),(13,827,8),(13,856,8),(13,2748,8),(13,2777,8),(13,2806,8),(13,6,10),(13,59,10),(13,1456,10),(13,1509,10),(13,1563,10),(14,43,1),(14,96,1),(14,607,1),(14,608,1),(14,644,1),(14,645,1),(14,829,1),(14,830,1),(14,831,1),(14,832,1),(14,833,1),(14,834,1),(14,835,1),(14,836,1),(14,837,1),(14,838,1),(14,839,1),(14,840,1),(14,841,1),(14,842,1),(14,843,1),(14,844,1),(14,845,1),(14,846,1),(14,847,1),(14,848,1),(14,858,1),(14,859,1),(14,860,1),(14,861,1),(14,862,1),(14,863,1),(14,864,1),(14,865,1),(14,866,1),(14,867,1),(14,868,1),(14,869,1),(14,870,1),(14,871,1),(14,872,1),(14,873,1),(14,874,1),(14,875,1),(14,876,1),(14,877,1),(14,1436,1),(14,1442,1),(14,3607,1),(14,3966,1),(14,3967,1),(14,5197,1),(14,5198,1),(14,5199,1),(14,5201,1),(14,5202,1),(14,5203,1),(14,5204,1),(14,5205,1),(14,5206,1),(14,5207,1),(14,5208,1),(14,5209,1),(14,5210,1),(14,5211,1),(14,5212,1),(14,5213,1),(14,5214,1),(14,5215,1),(14,5216,1),(14,5217,1),(14,5218,1),(14,5219,1),(14,5220,1),(14,5221,1),(14,5360,1),(14,5370,1),(14,5410,1),(14,5420,1),(14,5932,1),(14,5943,1),(14,6468,1),(14,6469,1),(14,6470,1),(14,6471,1),(14,6472,1),(14,6473,1),(14,6474,1),(14,6475,1),(14,6476,1),(14,6477,1),(14,6478,1),(14,6479,1),(14,6480,1),(14,6481,1),(14,6482,1),(14,6483,1),(14,6484,1),(14,6485,1),(14,6486,1),(14,6487,1),(14,6488,1),(14,6489,1),(14,6490,1),(14,6491,1),(14,6492,1),(14,6493,1),(14,6494,1),(14,6505,1),(14,6506,1),(14,6507,1),(14,6508,1),(14,6509,1),(14,6510,1),(14,6511,1),(14,6512,1),(14,6513,1),(14,6514,1),(14,6515,1),(14,6516,1),(14,6517,1),(14,6518,1),(14,6519,1),(14,6520,1),(14,6521,1),(14,6522,1),(14,6523,1),(14,6524,1),(14,6525,1),(14,6526,1),(14,6527,1),(14,6528,1),(14,6529,1),(14,6530,1),(14,6531,1),(14,6542,1),(14,6543,1),(14,6544,1),(14,6545,1),(14,6546,1),(14,6547,1),(14,6548,1),(14,6549,1),(14,6550,1),(14,6551,1),(14,6552,1),(14,6553,1),(14,6554,1),(14,6555,1),(14,6556,1),(14,6557,1),(14,6558,1),(14,6559,1),(14,6560,1),(14,6561,1),(14,6562,1),(14,6563,1),(14,6564,1),(14,6574,1),(14,6575,1),(14,6576,1),(14,6577,1),(14,6578,1),(14,6579,1),(14,6580,1),(14,6581,1),(14,6582,1),(14,6583,1),(14,6584,1),(14,6585,1),(14,6586,1),(14,6587,1),(14,6588,1),(14,6589,1),(14,6590,1),(14,6591,1),(14,6592,1),(14,6593,1),(14,6594,1),(14,6595,1),(14,6596,1),(14,6604,1),(14,6605,1),(14,6606,1),(14,6607,1),(14,6608,1),(14,6609,1),(14,6610,1),(14,6611,1),(14,6612,1),(14,6613,1),(14,6614,1),(14,6615,1),(14,6616,1),(14,6617,1),(14,6618,1),(14,6619,1),(14,6620,1),(14,6621,1),(14,6622,1),(14,6623,1),(14,6624,1),(14,6625,1),(14,6626,1),(14,6634,1),(14,6635,1),(14,6636,1),(14,6637,1),(14,6638,1),(14,6639,1),(14,6640,1),(14,6641,1),(14,6642,1),(14,6643,1),(14,6644,1),(14,6645,1),(14,6646,1),(14,6647,1),(14,6648,1),(14,6649,1),(14,6650,1),(14,6651,1),(14,6652,1),(14,6653,1),(14,6654,1),(14,6655,1),(14,6656,1),(14,6657,1),(14,6658,1),(14,6659,1),(14,6660,1),(14,5200,2),(14,5396,2),(14,5446,2),(14,5966,2),(14,227,3),(14,229,3),(14,267,3),(14,269,3),(14,5222,3),(14,5223,3),(14,5403,3),(14,5405,3),(14,5453,3),(14,5455,3),(14,5496,3),(14,5498,3),(14,5540,3),(14,5542,3),(14,5583,3),(14,5585,3),(14,5973,3),(14,5975,3),(14,228,5),(14,268,5),(14,3976,5),(14,5404,5),(14,5454,5),(14,5497,5),(14,5541,5),(14,5584,5),(14,5974,5),(14,1,6),(14,54,6),(14,828,6),(14,857,6),(14,4982,6),(14,5196,6),(14,6465,6),(14,6467,6),(14,6502,6),(14,6504,6),(14,6539,6),(14,6541,6),(14,6569,6),(14,6571,6),(14,6572,6),(14,6601,6),(14,6603,6),(14,6631,6),(14,6633,6),(14,827,8),(14,856,8),(14,5195,8),(14,6466,8),(14,6503,8),(14,6540,8),(14,6570,8),(14,6602,8),(14,6632,8),(14,6,10),(14,59,10),(14,1429,10),(14,5365,10),(14,5415,10),(14,5464,10),(14,5507,10),(14,5551,10),(14,5938,10),(14,6573,10),(15,230,1),(15,270,1),(15,275,1),(15,276,1),(15,318,1),(15,319,1),(15,361,1),(15,362,1),(15,363,1),(15,405,1),(15,406,1),(15,407,1),(15,1580,1),(15,1788,1),(15,1828,1),(15,1871,1),(15,1880,1),(15,1881,1),(15,1923,1),(15,1924,1),(15,1966,1),(15,1967,1),(15,2016,1),(15,2017,1),(15,2018,1),(15,2060,1),(15,2061,1),(15,2062,1),(15,2104,1),(15,2105,1),(15,2106,1),(15,465,3),(15,466,3),(15,491,3),(15,492,3),(15,2171,3),(15,2172,3),(15,2198,3),(15,2199,3),(15,2225,3),(15,2226,3),(15,1007,6),(15,1020,6),(15,3039,6),(15,3052,6),(15,3065,6),(15,198,7),(15,199,7),(15,238,7),(15,239,7),(15,449,7),(15,475,7),(15,1756,7),(15,1757,7),(15,1796,7),(15,1797,7),(15,1836,7),(15,1837,7),(15,2155,7),(15,2181,7),(15,2207,7),(15,6,10),(15,59,10),(15,1456,10),(15,1509,10),(15,1563,10),(16,13,1),(16,26,1),(16,66,1),(16,79,1),(16,195,1),(16,202,1),(16,210,1),(16,235,1),(16,242,1),(16,250,1),(16,465,1),(16,491,1),(16,611,1),(16,648,1),(16,1035,1),(16,1036,1),(16,1039,1),(16,1040,1),(16,1041,1),(16,1042,1),(16,1043,1),(16,1044,1),(16,1045,1),(16,1046,1),(16,1047,1),(16,1048,1),(16,1049,1),(16,1050,1),(16,1051,1),(16,1052,1),(16,1053,1),(16,1054,1),(16,1055,1),(16,1056,1),(16,1077,1),(16,1078,1),(16,1081,1),(16,1082,1),(16,1083,1),(16,1084,1),(16,1085,1),(16,1086,1),(16,1087,1),(16,1088,1),(16,1089,1),(16,1090,1),(16,1091,1),(16,1092,1),(16,1093,1),(16,1094,1),(16,1095,1),(16,1096,1),(16,1097,1),(16,1098,1),(16,1463,1),(16,1476,1),(16,1516,1),(16,1529,1),(16,1570,1),(16,1578,1),(16,1580,1),(16,1585,1),(16,1591,1),(16,1753,1),(16,1760,1),(16,1768,1),(16,1793,1),(16,1800,1),(16,1808,1),(16,1833,1),(16,1840,1),(16,1844,1),(16,1850,1),(16,2171,1),(16,2198,1),(16,2225,1),(16,2404,1),(16,2441,1),(16,2479,1),(16,2818,1),(16,3081,1),(16,3082,1),(16,3085,1),(16,3086,1),(16,3087,1),(16,3088,1),(16,3089,1),(16,3090,1),(16,3091,1),(16,3092,1),(16,3093,1),(16,3094,1),(16,3095,1),(16,3096,1),(16,3097,1),(16,3098,1),(16,3099,1),(16,3100,1),(16,3101,1),(16,3102,1),(16,3123,1),(16,3124,1),(16,3127,1),(16,3128,1),(16,3129,1),(16,3130,1),(16,3131,1),(16,3132,1),(16,3133,1),(16,3134,1),(16,3135,1),(16,3136,1),(16,3137,1),(16,3138,1),(16,3139,1),(16,3140,1),(16,3141,1),(16,3142,1),(16,3143,1),(16,3144,1),(16,3165,1),(16,3166,1),(16,3169,1),(16,3170,1),(16,3171,1),(16,3172,1),(16,3173,1),(16,3174,1),(16,3175,1),(16,3176,1),(16,3177,1),(16,3178,1),(16,3179,1),(16,3180,1),(16,3181,1),(16,3182,1),(16,3183,1),(16,3184,1),(16,3185,1),(16,3186,1),(16,3187,1),(16,3188,1),(16,3189,1),(16,3190,1),(16,1058,2),(16,1059,2),(16,1060,2),(16,1061,2),(16,1062,2),(16,1100,2),(16,1101,2),(16,1102,2),(16,1103,2),(16,1104,2),(16,3104,2),(16,3105,2),(16,3106,2),(16,3107,2),(16,3108,2),(16,3146,2),(16,3147,2),(16,3148,2),(16,3149,2),(16,3150,2),(16,3192,2),(16,3193,2),(16,3194,2),(16,3195,2),(16,3196,2),(16,228,3),(16,229,3),(16,268,3),(16,269,3),(16,1034,3),(16,1037,3),(16,1038,3),(16,1057,3),(16,1076,3),(16,1079,3),(16,1080,3),(16,1099,3),(16,1786,3),(16,1787,3),(16,1826,3),(16,1827,3),(16,1869,3),(16,1870,3),(16,3080,3),(16,3083,3),(16,3084,3),(16,3103,3),(16,3122,3),(16,3125,3),(16,3126,3),(16,3145,3),(16,3164,3),(16,3167,3),(16,3168,3),(16,3191,3),(16,607,7),(16,608,7),(16,644,7),(16,645,7),(16,2400,7),(16,2401,7),(16,2437,7),(16,2438,7),(16,2475,7),(16,2476,7),(16,1033,8),(16,1075,8),(16,3079,8),(16,3121,8),(16,3163,8),(16,6,50),(16,59,50),(16,1456,50),(16,1509,50),(16,1563,50),(17,13,1),(17,26,1),(17,66,1),(17,79,1),(17,195,1),(17,202,1),(17,210,1),(17,235,1),(17,242,1),(17,250,1),(17,465,1),(17,491,1),(17,607,1),(17,608,1),(17,611,1),(17,644,1),(17,645,1),(17,648,1),(17,1035,1),(17,1036,1),(17,1039,1),(17,1040,1),(17,1041,1),(17,1042,1),(17,1043,1),(17,1044,1),(17,1045,1),(17,1046,1),(17,1047,1),(17,1048,1),(17,1049,1),(17,1050,1),(17,1051,1),(17,1052,1),(17,1053,1),(17,1054,1),(17,1055,1),(17,1056,1),(17,1077,1),(17,1078,1),(17,1081,1),(17,1082,1),(17,1083,1),(17,1084,1),(17,1085,1),(17,1086,1),(17,1087,1),(17,1088,1),(17,1089,1),(17,1090,1),(17,1091,1),(17,1092,1),(17,1093,1),(17,1094,1),(17,1095,1),(17,1096,1),(17,1097,1),(17,1098,1),(17,1463,1),(17,1476,1),(17,1516,1),(17,1529,1),(17,1570,1),(17,1578,1),(17,1580,1),(17,1585,1),(17,1591,1),(17,1753,1),(17,1760,1),(17,1768,1),(17,1793,1),(17,1800,1),(17,1808,1),(17,1833,1),(17,1840,1),(17,1844,1),(17,1850,1),(17,2171,1),(17,2198,1),(17,2225,1),(17,2400,1),(17,2401,1),(17,2404,1),(17,2437,1),(17,2438,1),(17,2441,1),(17,2475,1),(17,2476,1),(17,2479,1),(17,2818,1),(17,3081,1),(17,3082,1),(17,3085,1),(17,3086,1),(17,3087,1),(17,3088,1),(17,3089,1),(17,3090,1),(17,3091,1),(17,3092,1),(17,3093,1),(17,3094,1),(17,3095,1),(17,3096,1),(17,3097,1),(17,3098,1),(17,3099,1),(17,3100,1),(17,3101,1),(17,3102,1),(17,3123,1),(17,3124,1),(17,3127,1),(17,3128,1),(17,3129,1),(17,3130,1),(17,3131,1),(17,3132,1),(17,3133,1),(17,3134,1),(17,3135,1),(17,3136,1),(17,3137,1),(17,3138,1),(17,3139,1),(17,3140,1),(17,3141,1),(17,3142,1),(17,3143,1),(17,3144,1),(17,3165,1),(17,3166,1),(17,3169,1),(17,3170,1),(17,3171,1),(17,3172,1),(17,3173,1),(17,3174,1),(17,3175,1),(17,3176,1),(17,3177,1),(17,3178,1),(17,3179,1),(17,3180,1),(17,3181,1),(17,3182,1),(17,3183,1),(17,3184,1),(17,3185,1),(17,3186,1),(17,3187,1),(17,3188,1),(17,3189,1),(17,3190,1),(17,1058,2),(17,1059,2),(17,1060,2),(17,1061,2),(17,1062,2),(17,1100,2),(17,1101,2),(17,1102,2),(17,1103,2),(17,1104,2),(17,3104,2),(17,3105,2),(17,3106,2),(17,3107,2),(17,3108,2),(17,3146,2),(17,3147,2),(17,3148,2),(17,3149,2),(17,3150,2),(17,3192,2),(17,3193,2),(17,3194,2),(17,3195,2),(17,3196,2),(17,228,3),(17,229,3),(17,268,3),(17,269,3),(17,1034,3),(17,1037,3),(17,1038,3),(17,1057,3),(17,1076,3),(17,1079,3),(17,1080,3),(17,1099,3),(17,1786,3),(17,1787,3),(17,1826,3),(17,1827,3),(17,1869,3),(17,1870,3),(17,3080,3),(17,3083,3),(17,3084,3),(17,3103,3),(17,3122,3),(17,3125,3),(17,3126,3),(17,3145,3),(17,3164,3),(17,3167,3),(17,3168,3),(17,3191,3),(17,681,6),(17,682,6),(17,718,6),(17,719,6),(17,2517,6),(17,2518,6),(17,2554,6),(17,2555,6),(17,2592,6),(17,2593,6),(17,1033,8),(17,1075,8),(17,3079,8),(17,3121,8),(17,3163,8),(17,6,50),(17,59,50),(17,1456,50),(17,1509,50),(17,1563,50),(18,13,1),(18,26,1),(18,66,1),(18,79,1),(18,195,1),(18,202,1),(18,210,1),(18,235,1),(18,242,1),(18,250,1),(18,465,1),(18,491,1),(18,607,1),(18,608,1),(18,611,1),(18,644,1),(18,645,1),(18,648,1),(18,1035,1),(18,1036,1),(18,1039,1),(18,1040,1),(18,1041,1),(18,1042,1),(18,1043,1),(18,1044,1),(18,1045,1),(18,1046,1),(18,1047,1),(18,1048,1),(18,1049,1),(18,1050,1),(18,1051,1),(18,1052,1),(18,1053,1),(18,1054,1),(18,1055,1),(18,1056,1),(18,1077,1),(18,1078,1),(18,1081,1),(18,1082,1),(18,1083,1),(18,1084,1),(18,1085,1),(18,1086,1),(18,1087,1),(18,1088,1),(18,1089,1),(18,1090,1),(18,1091,1),(18,1092,1),(18,1093,1),(18,1094,1),(18,1095,1),(18,1096,1),(18,1097,1),(18,1098,1),(18,1463,1),(18,1476,1),(18,1516,1),(18,1529,1),(18,1570,1),(18,1578,1),(18,1580,1),(18,1585,1),(18,1591,1),(18,1753,1),(18,1760,1),(18,1768,1),(18,1793,1),(18,1800,1),(18,1808,1),(18,1833,1),(18,1840,1),(18,1844,1),(18,1850,1),(18,2171,1),(18,2198,1),(18,2225,1),(18,2400,1),(18,2401,1),(18,2404,1),(18,2437,1),(18,2438,1),(18,2441,1),(18,2475,1),(18,2476,1),(18,2479,1),(18,2818,1),(18,3081,1),(18,3082,1),(18,3085,1),(18,3086,1),(18,3087,1),(18,3088,1),(18,3089,1),(18,3090,1),(18,3091,1),(18,3092,1),(18,3093,1),(18,3094,1),(18,3095,1),(18,3096,1),(18,3097,1),(18,3098,1),(18,3099,1),(18,3100,1),(18,3101,1),(18,3102,1),(18,3123,1),(18,3124,1),(18,3127,1),(18,3128,1),(18,3129,1),(18,3130,1),(18,3131,1),(18,3132,1),(18,3133,1),(18,3134,1),(18,3135,1),(18,3136,1),(18,3137,1),(18,3138,1),(18,3139,1),(18,3140,1),(18,3141,1),(18,3142,1),(18,3143,1),(18,3144,1),(18,3165,1),(18,3166,1),(18,3169,1),(18,3170,1),(18,3171,1),(18,3172,1),(18,3173,1),(18,3174,1),(18,3175,1),(18,3176,1),(18,3177,1),(18,3178,1),(18,3179,1),(18,3180,1),(18,3181,1),(18,3182,1),(18,3183,1),(18,3184,1),(18,3185,1),(18,3186,1),(18,3187,1),(18,3188,1),(18,3189,1),(18,3190,1),(18,1058,2),(18,1059,2),(18,1060,2),(18,1061,2),(18,1062,2),(18,1100,2),(18,1101,2),(18,1102,2),(18,1103,2),(18,1104,2),(18,3104,2),(18,3105,2),(18,3106,2),(18,3107,2),(18,3108,2),(18,3146,2),(18,3147,2),(18,3148,2),(18,3149,2),(18,3150,2),(18,3192,2),(18,3193,2),(18,3194,2),(18,3195,2),(18,3196,2),(18,228,3),(18,229,3),(18,268,3),(18,269,3),(18,1034,3),(18,1037,3),(18,1038,3),(18,1057,3),(18,1076,3),(18,1079,3),(18,1080,3),(18,1099,3),(18,1786,3),(18,1787,3),(18,1826,3),(18,1827,3),(18,1869,3),(18,1870,3),(18,3080,3),(18,3083,3),(18,3084,3),(18,3103,3),(18,3122,3),(18,3125,3),(18,3126,3),(18,3145,3),(18,3164,3),(18,3167,3),(18,3168,3),(18,3191,3),(18,1,6),(18,54,6),(18,1451,6),(18,1504,6),(18,1558,6),(18,1033,8),(18,1075,8),(18,3079,8),(18,3121,8),(18,3163,8),(18,6,50),(18,59,50),(18,1456,50),(18,1509,50),(18,1563,50),(19,53,1),(19,106,1),(19,451,1),(19,477,1),(19,554,1),(19,582,1),(19,1292,1),(19,1293,1),(19,1294,1),(19,1295,1),(19,1296,1),(19,1297,1),(19,1298,1),(19,1299,1),(19,1300,1),(19,1312,1),(19,1313,1),(19,1314,1),(19,1315,1),(19,1316,1),(19,1317,1),(19,1318,1),(19,1319,1),(19,1320,1),(19,1430,1),(19,1432,1),(19,1433,1),(19,1434,1),(19,1435,1),(19,1436,1),(19,1437,1),(19,1438,1),(19,1439,1),(19,1440,1),(19,1441,1),(19,1442,1),(19,1443,1),(19,1444,1),(19,1445,1),(19,1446,1),(19,1503,1),(19,1580,1),(19,1591,1),(19,1844,1),(19,2157,1),(19,2182,1),(19,2184,1),(19,2208,1),(19,2210,1),(19,2316,1),(19,2344,1),(19,2372,1),(19,2818,1),(19,3494,1),(19,3495,1),(19,3496,1),(19,3497,1),(19,3498,1),(19,3499,1),(19,3500,1),(19,3501,1),(19,3502,1),(19,3514,1),(19,3515,1),(19,3516,1),(19,3517,1),(19,3518,1),(19,3519,1),(19,3520,1),(19,3521,1),(19,3522,1),(19,3534,1),(19,3535,1),(19,3536,1),(19,3537,1),(19,3538,1),(19,3539,1),(19,3540,1),(19,3541,1),(19,3542,1),(19,25,3),(19,26,3),(19,78,3),(19,79,3),(19,450,3),(19,465,3),(19,466,3),(19,476,3),(19,491,3),(19,492,3),(19,1431,3),(19,1447,3),(19,1448,3),(19,1449,3),(19,1450,3),(19,1475,3),(19,1476,3),(19,1528,3),(19,1529,3),(19,1584,3),(19,1585,3),(19,2156,3),(19,2171,3),(19,2172,3),(19,2183,3),(19,2198,3),(19,2199,3),(19,2209,3),(19,2225,3),(19,2226,3),(19,1291,6),(19,1311,6),(19,1427,6),(19,3493,6),(19,3513,6),(19,3533,6),(19,449,8),(19,475,8),(19,1428,8),(19,2155,8),(19,2181,8),(19,2207,8),(19,6,10),(19,59,10),(19,1429,10),(19,1456,10),(19,1509,10),(19,1563,10); -/*!40000 ALTER TABLE `ps_search_index` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_search_word` --- - -DROP TABLE IF EXISTS `ps_search_word`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_search_word` ( - `id_word` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_lang` int(10) unsigned NOT NULL, - `word` varchar(15) NOT NULL, - PRIMARY KEY (`id_word`), - UNIQUE KEY `id_lang` (`id_lang`,`id_shop`,`word`) -) ENGINE=InnoDB AUTO_INCREMENT=23455 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_search_word` --- - -LOCK TABLES `ps_search_word` WRITE; -/*!40000 ALTER TABLE `ps_search_word` DISABLE KEYS */; -INSERT INTO `ps_search_word` VALUES (1300,1,1,'---'),(460,1,1,'043kg'),(108,1,1,'100'),(1034,1,1,'120'),(1039,1,1,'16x22cm'),(451,1,1,'325ml'),(615,1,1,'32x32cm'),(230,1,1,'40x60cm'),(231,1,1,'60x90cm'),(232,1,1,'80x120cm'),(456,1,1,'82cm'),(458,1,1,'95cm'),(466,1,1,'accessories'),(551,1,1,'add'),(275,1,1,'adventure'),(208,1,1,'aesthethic'),(617,1,1,'armchair'),(227,1,1,'art'),(622,1,1,'atmosphere'),(614,1,1,'back'),(682,1,1,'bear'),(618,1,1,'bed'),(276,1,1,'begins'),(20197,1,1,'beige'),(195,1,1,'best'),(1056,1,1,'binding'),(52,1,1,'black'),(20201,1,1,'blue'),(681,1,1,'brown'),(109,1,1,'brushed'),(20199,1,1,'camel'),(1038,1,1,'cardboard'),(450,1,1,'ceramic'),(1299,1,1,'characters'),(39,1,1,'chino'),(1294,1,1,'choice'),(30,1,1,'classic'),(502,1,1,'coffee'),(28,1,1,'collection'),(47,1,1,'color'),(32,1,1,'colorful'),(197,1,1,'come'),(112,1,1,'comfort'),(835,1,1,'commercial'),(504,1,1,'conquer'),(229,1,1,'corner'),(18,1,1,'cotton'),(611,1,1,'cover'),(619,1,1,'create'),(840,1,1,'creative'),(501,1,1,'cup'),(23,1,1,'curiosity'),(609,1,1,'cushion'),(839,1,1,'custom'),(1291,1,1,'customizable'),(1292,1,1,'customize'),(22931,1,1,'daily'),(363,1,1,'day'),(21,1,1,'delicacy'),(6,1,1,'demo'),(222,1,1,'depth'),(26,1,1,'design'),(213,1,1,'desk'),(457,1,1,'diameter'),(461,1,1,'dishwasher'),(464,1,1,'dishwasher-proo'),(463,1,1,'dishwasherproof'),(1060,1,1,'doted'),(1054,1,1,'double'),(831,1,1,'download'),(1046,1,1,'endearing'),(22,1,1,'evokes'),(46,1,1,'exceptional'),(14,1,1,'extra'),(29,1,1,'features'),(1050,1,1,'feel'),(627,1,1,'filling'),(277,1,1,'finish'),(8,1,1,'fit'),(829,1,1,'format'),(608,1,1,'fox'),(219,1,1,'frame'),(198,1,1,'framed'),(205,1,1,'give'),(362,1,1,'good'),(228,1,1,'graphic'),(828,1,1,'graphics'),(212,1,1,'great'),(20202,1,1,'green'),(20195,1,1,'grey'),(1053,1,1,'gsm'),(49,1,1,'guaranteed'),(1036,1,1,'hard'),(459,1,1,'height'),(465,1,1,'home'),(1,1,1,'hummingbird'),(628,1,1,'hypoallergenic'),(1043,1,1,'ideas'),(842,1,1,'illustration'),(1042,1,1,'ingenious'),(110,1,1,'inner'),(34,1,1,'inspired'),(623,1,1,'inspires'),(612,1,1,'invisible'),(36,1,1,'japanese'),(40,1,1,'jeans'),(24,1,1,'joy'),(20,1,1,'lightness'),(1051,1,1,'like'),(848,1,1,'limitation'),(15,1,1,'long'),(211,1,1,'look'),(625,1,1,'machine'),(13,1,1,'made'),(1049,1,1,'make'),(1047,1,1,'manufacturing'),(201,1,1,'matt'),(1297,1,1,'maximum'),(51,1,1,'men'),(1295,1,1,'message'),(620,1,1,'modern'),(22933,1,1,'monthly'),(554,1,1,'mood'),(553,1,1,'morning'),(607,1,1,'mountain'),(449,1,1,'mug'),(10,1,1,'neckline'),(834,1,1,'non'),(838,1,1,'non-commercial'),(837,1,1,'noncommercial'),(22930,1,1,'none'),(1033,1,1,'notebook'),(1298,1,1,'number'),(216,1,1,'office'),(214,1,1,'open'),(225,1,1,'open-space'),(223,1,1,'openspace'),(209,1,1,'optimistic'),(1040,1,1,'option'),(20200,1,1,'orange'),(37,1,1,'origamis'),(50,1,1,'overtime'),(1007,1,1,'pack'),(1062,1,1,'pages'),(217,1,1,'painted'),(202,1,1,'paper'),(221,1,1,'partout'),(220,1,1,'passe'),(226,1,1,'passe-partout'),(224,1,1,'passepartout'),(33,1,1,'patterns'),(832,1,1,'personal'),(17,1,1,'pima'),(20204,1,1,'pink'),(1058,1,1,'plain'),(629,1,1,'polyester'),(27,1,1,'polyfaune'),(454,1,1,'positive'),(199,1,1,'poster'),(2,1,1,'printed'),(43,1,1,'printing'),(833,1,1,'private'),(44,1,1,'process'),(31,1,1,'products'),(841,1,1,'project'),(462,1,1,'proof'),(45,1,1,'provides'),(844,1,1,'purpose'),(1048,1,1,'quality'),(1296,1,1,'quote'),(1037,1,1,'recycled'),(20198,1,1,'red'),(7,1,1,'regular'),(624,1,1,'relaxation'),(610,1,1,'removable'),(48,1,1,'rendering'),(453,1,1,'right'),(200,1,1,'rigid'),(9,1,1,'round'),(1061,1,1,'ruled'),(503,1,1,'set'),(1035,1,1,'sheets'),(3,1,1,'shirt'),(11,1,1,'short'),(111,1,1,'side'),(847,1,1,'size'),(12,1,1,'sleeves'),(203,1,1,'smooth'),(616,1,1,'sofa'),(215,1,1,'space'),(1055,1,1,'spiral'),(1059,1,1,'squarred'),(16,1,1,'staple'),(452,1,1,'start'),(1057,1,1,'stationery'),(25,1,1,'studio'),(41,1,1,'sublimation'),(845,1,1,'support'),(204,1,1,'surface'),(830,1,1,'svg'),(107,1,1,'sweater'),(19,1,1,'symbol'),(5,1,1,'t-shirt'),(20196,1,1,'taupe'),(1293,1,1,'text'),(42,1,1,'textile'),(455,1,1,'thought'),(361,1,1,'today'),(552,1,1,'touch'),(35,1,1,'traditional'),(1045,1,1,'traveling'),(4,1,1,'tshirt'),(836,1,1,'use'),(843,1,1,'used'),(827,1,1,'vector'),(207,1,1,'voice'),(206,1,1,'walls'),(626,1,1,'washable'),(38,1,1,'wear'),(22932,1,1,'weekly'),(53,1,1,'white'),(210,1,1,'will'),(846,1,1,'without'),(113,1,1,'women'),(218,1,1,'wooden'),(1044,1,1,'work'),(1041,1,1,'write'),(1052,1,1,'writing'),(20203,1,1,'yellow'),(196,1,1,'yet'),(621,1,1,'zen'),(613,1,1,'zip'),(3502,2,1,'---'),(2166,2,1,'043kg'),(1616,2,1,'100'),(3080,2,1,'120'),(3085,2,1,'16x22cm'),(2157,2,1,'325ml'),(2408,2,1,'32x32cm'),(1788,2,1,'40x60cm'),(1789,2,1,'60x90cm'),(1790,2,1,'80x120cm'),(2162,2,1,'82cm'),(2164,2,1,'95cm'),(2172,2,1,'accessories'),(2313,2,1,'add'),(1880,2,1,'adventure'),(1766,2,1,'aesthethic'),(2410,2,1,'armchair'),(1785,2,1,'art'),(2415,2,1,'atmosphere'),(2407,2,1,'back'),(2518,2,1,'bear'),(2411,2,1,'bed'),(1881,2,1,'begins'),(1753,2,1,'best'),(3102,2,1,'binding'),(1502,2,1,'black'),(2517,2,1,'brown'),(1617,2,1,'brushed'),(3084,2,1,'cardboard'),(2156,2,1,'ceramic'),(3501,2,1,'characters'),(1489,2,1,'chino'),(3496,2,1,'choice'),(1480,2,1,'classic'),(2237,2,1,'coffee'),(1478,2,1,'collection'),(1497,2,1,'color'),(1482,2,1,'colorful'),(1755,2,1,'come'),(1620,2,1,'comfort'),(2756,2,1,'commercial'),(2239,2,1,'conquer'),(1787,2,1,'corner'),(1468,2,1,'cotton'),(2404,2,1,'cover'),(2412,2,1,'create'),(2761,2,1,'creative'),(2236,2,1,'cup'),(1473,2,1,'curiosity'),(2402,2,1,'cushion'),(2760,2,1,'custom'),(3493,2,1,'customizable'),(3494,2,1,'customize'),(2018,2,1,'day'),(1471,2,1,'delicacy'),(1456,2,1,'demo'),(1780,2,1,'depth'),(1476,2,1,'design'),(1771,2,1,'desk'),(2163,2,1,'diameter'),(2167,2,1,'dishwasher'),(2170,2,1,'dishwasher-proo'),(2169,2,1,'dishwasherproof'),(3107,2,1,'doted'),(3100,2,1,'double'),(2752,2,1,'download'),(3092,2,1,'endearing'),(1472,2,1,'evokes'),(1496,2,1,'exceptional'),(1464,2,1,'extra'),(1479,2,1,'features'),(3096,2,1,'feel'),(2420,2,1,'filling'),(1882,2,1,'finish'),(1458,2,1,'fit'),(2750,2,1,'format'),(2401,2,1,'fox'),(1777,2,1,'frame'),(1756,2,1,'framed'),(1763,2,1,'give'),(2017,2,1,'good'),(1786,2,1,'graphic'),(2749,2,1,'graphics'),(1770,2,1,'great'),(3099,2,1,'gsm'),(1499,2,1,'guaranteed'),(3082,2,1,'hard'),(2165,2,1,'height'),(2171,2,1,'home'),(1451,2,1,'hummingbird'),(2421,2,1,'hypoallergenic'),(3089,2,1,'ideas'),(2763,2,1,'illustration'),(3088,2,1,'ingenious'),(1618,2,1,'inner'),(1484,2,1,'inspired'),(2416,2,1,'inspires'),(2405,2,1,'invisible'),(1486,2,1,'japanese'),(1490,2,1,'jeans'),(1474,2,1,'joy'),(1470,2,1,'lightness'),(3097,2,1,'like'),(2769,2,1,'limitation'),(1465,2,1,'long'),(1769,2,1,'look'),(2418,2,1,'machine'),(1463,2,1,'made'),(3095,2,1,'make'),(3093,2,1,'manufacturing'),(1759,2,1,'matt'),(3499,2,1,'maximum'),(1501,2,1,'men'),(3497,2,1,'message'),(2413,2,1,'modern'),(2316,2,1,'mood'),(2315,2,1,'morning'),(2400,2,1,'mountain'),(2155,2,1,'mug'),(1460,2,1,'neckline'),(2755,2,1,'non'),(2759,2,1,'non-commercial'),(2758,2,1,'noncommercial'),(3079,2,1,'notebook'),(3500,2,1,'number'),(1774,2,1,'office'),(1772,2,1,'open'),(1783,2,1,'open-space'),(1781,2,1,'openspace'),(1767,2,1,'optimistic'),(3086,2,1,'option'),(1487,2,1,'origamis'),(1500,2,1,'overtime'),(3039,2,1,'pack'),(3108,2,1,'pages'),(1775,2,1,'painted'),(1760,2,1,'paper'),(1779,2,1,'partout'),(1778,2,1,'passe'),(1784,2,1,'passe-partout'),(1782,2,1,'passepartout'),(1483,2,1,'patterns'),(2753,2,1,'personal'),(1467,2,1,'pima'),(3105,2,1,'plain'),(2422,2,1,'polyester'),(1477,2,1,'polyfaune'),(2160,2,1,'positive'),(1757,2,1,'poster'),(1452,2,1,'printed'),(1493,2,1,'printing'),(2754,2,1,'private'),(1494,2,1,'process'),(1481,2,1,'products'),(2762,2,1,'project'),(2168,2,1,'proof'),(1495,2,1,'provides'),(2765,2,1,'purpose'),(3094,2,1,'quality'),(3498,2,1,'quote'),(3083,2,1,'recycled'),(1457,2,1,'regular'),(2417,2,1,'relaxation'),(2403,2,1,'removable'),(1498,2,1,'rendering'),(2159,2,1,'right'),(1758,2,1,'rigid'),(1459,2,1,'round'),(3104,2,1,'ruled'),(2238,2,1,'set'),(3081,2,1,'sheets'),(1453,2,1,'shirt'),(1461,2,1,'short'),(1619,2,1,'side'),(2768,2,1,'size'),(1462,2,1,'sleeves'),(1761,2,1,'smooth'),(2409,2,1,'sofa'),(1773,2,1,'space'),(3101,2,1,'spiral'),(3106,2,1,'squarred'),(1466,2,1,'staple'),(2158,2,1,'start'),(3103,2,1,'stationery'),(1475,2,1,'studio'),(1491,2,1,'sublimation'),(2766,2,1,'support'),(1762,2,1,'surface'),(2751,2,1,'svg'),(1615,2,1,'sweater'),(1469,2,1,'symbol'),(1455,2,1,'t-shirt'),(3495,2,1,'text'),(1492,2,1,'textile'),(2161,2,1,'thought'),(2016,2,1,'today'),(2314,2,1,'touch'),(1485,2,1,'traditional'),(3091,2,1,'traveling'),(1454,2,1,'tshirt'),(2757,2,1,'use'),(2764,2,1,'used'),(2748,2,1,'vector'),(1765,2,1,'voice'),(1764,2,1,'walls'),(2419,2,1,'washable'),(1488,2,1,'wear'),(1503,2,1,'white'),(1768,2,1,'will'),(2767,2,1,'without'),(1621,2,1,'women'),(1776,2,1,'wooden'),(3090,2,1,'work'),(3087,2,1,'write'),(3098,2,1,'writing'),(1754,2,1,'yet'),(2414,2,1,'zen'),(2406,2,1,'zip'),(1320,1,2,'---'),(486,1,2,'043kg'),(152,1,2,'100'),(1076,1,2,'120'),(1081,1,2,'16x22cm'),(477,1,2,'325ml'),(652,1,2,'32x32cm'),(270,1,2,'40x60cm'),(271,1,2,'60x90cm'),(272,1,2,'80x120cm'),(482,1,2,'82cm'),(484,1,2,'95cm'),(492,1,2,'accessories'),(579,1,2,'add'),(318,1,2,'adventure'),(248,1,2,'aesthethic'),(654,1,2,'armchair'),(267,1,2,'art'),(659,1,2,'atmosphere'),(651,1,2,'back'),(1385,1,2,'balta'),(719,1,2,'bear'),(655,1,2,'bed'),(319,1,2,'begins'),(235,1,2,'best'),(1098,1,2,'binding'),(105,1,2,'black'),(718,1,2,'brown'),(153,1,2,'brushed'),(1080,1,2,'cardboard'),(476,1,2,'ceramic'),(1319,1,2,'characters'),(92,1,2,'chino'),(1314,1,2,'choice'),(83,1,2,'classic'),(527,1,2,'coffee'),(81,1,2,'collection'),(100,1,2,'color'),(85,1,2,'colorful'),(237,1,2,'come'),(156,1,2,'comfort'),(864,1,2,'commercial'),(529,1,2,'conquer'),(269,1,2,'corner'),(71,1,2,'cotton'),(648,1,2,'cover'),(656,1,2,'create'),(869,1,2,'creative'),(526,1,2,'cup'),(76,1,2,'curiosity'),(646,1,2,'cushion'),(868,1,2,'custom'),(1311,1,2,'customizable'),(1312,1,2,'customize'),(407,1,2,'day'),(74,1,2,'delicacy'),(59,1,2,'demo'),(262,1,2,'depth'),(79,1,2,'design'),(253,1,2,'desk'),(483,1,2,'diameter'),(487,1,2,'dishwasher'),(490,1,2,'dishwasher-proo'),(489,1,2,'dishwasherproof'),(1102,1,2,'doted'),(1096,1,2,'double'),(860,1,2,'download'),(1088,1,2,'endearing'),(75,1,2,'evokes'),(99,1,2,'exceptional'),(67,1,2,'extra'),(82,1,2,'features'),(1092,1,2,'feel'),(664,1,2,'filling'),(320,1,2,'finish'),(61,1,2,'fit'),(858,1,2,'format'),(645,1,2,'fox'),(259,1,2,'frame'),(238,1,2,'framed'),(245,1,2,'give'),(406,1,2,'good'),(268,1,2,'graphic'),(857,1,2,'graphics'),(252,1,2,'great'),(1095,1,2,'gsm'),(102,1,2,'guaranteed'),(1078,1,2,'hard'),(485,1,2,'height'),(491,1,2,'home'),(54,1,2,'hummingbird'),(665,1,2,'hypoallergenic'),(1085,1,2,'ideas'),(871,1,2,'illustration'),(1084,1,2,'ingenious'),(154,1,2,'inner'),(87,1,2,'inspired'),(660,1,2,'inspires'),(649,1,2,'invisible'),(89,1,2,'japanese'),(93,1,2,'jeans'),(77,1,2,'joy'),(1384,1,2,'juoda'),(73,1,2,'lightness'),(1093,1,2,'like'),(877,1,2,'limitation'),(68,1,2,'long'),(251,1,2,'look'),(662,1,2,'machine'),(66,1,2,'made'),(1091,1,2,'make'),(1089,1,2,'manufacturing'),(241,1,2,'matt'),(1317,1,2,'maximum'),(1386,1,2,'medvilne'),(104,1,2,'men'),(1315,1,2,'message'),(657,1,2,'modern'),(582,1,2,'mood'),(581,1,2,'morning'),(644,1,2,'mountain'),(475,1,2,'mug'),(63,1,2,'neckline'),(863,1,2,'non'),(867,1,2,'non-commercial'),(866,1,2,'noncommercial'),(1075,1,2,'notebook'),(1318,1,2,'number'),(256,1,2,'office'),(254,1,2,'open'),(265,1,2,'open-space'),(263,1,2,'openspace'),(249,1,2,'optimistic'),(1082,1,2,'option'),(90,1,2,'origamis'),(103,1,2,'overtime'),(1020,1,2,'pack'),(1104,1,2,'pages'),(257,1,2,'painted'),(242,1,2,'paper'),(261,1,2,'partout'),(260,1,2,'passe'),(266,1,2,'passe-partout'),(264,1,2,'passepartout'),(86,1,2,'patterns'),(861,1,2,'personal'),(70,1,2,'pima'),(1100,1,2,'plain'),(3928,1,2,'poliesteris'),(666,1,2,'polyester'),(80,1,2,'polyfaune'),(480,1,2,'positive'),(239,1,2,'poster'),(55,1,2,'printed'),(96,1,2,'printing'),(862,1,2,'private'),(97,1,2,'process'),(84,1,2,'products'),(870,1,2,'project'),(488,1,2,'proof'),(98,1,2,'provides'),(873,1,2,'purpose'),(1090,1,2,'quality'),(1316,1,2,'quote'),(1079,1,2,'recycled'),(60,1,2,'regular'),(661,1,2,'relaxation'),(647,1,2,'removable'),(101,1,2,'rendering'),(479,1,2,'right'),(240,1,2,'rigid'),(62,1,2,'round'),(1103,1,2,'ruled'),(528,1,2,'set'),(1077,1,2,'sheets'),(56,1,2,'shirt'),(64,1,2,'short'),(155,1,2,'side'),(876,1,2,'size'),(65,1,2,'sleeves'),(243,1,2,'smooth'),(653,1,2,'sofa'),(255,1,2,'space'),(1097,1,2,'spiral'),(1101,1,2,'squarred'),(69,1,2,'staple'),(478,1,2,'start'),(1099,1,2,'stationery'),(78,1,2,'studio'),(94,1,2,'sublimation'),(874,1,2,'support'),(244,1,2,'surface'),(859,1,2,'svg'),(151,1,2,'sweater'),(72,1,2,'symbol'),(58,1,2,'t-shirt'),(1313,1,2,'text'),(95,1,2,'textile'),(481,1,2,'thought'),(405,1,2,'today'),(580,1,2,'touch'),(88,1,2,'traditional'),(1087,1,2,'traveling'),(57,1,2,'tshirt'),(865,1,2,'use'),(872,1,2,'used'),(856,1,2,'vector'),(247,1,2,'voice'),(246,1,2,'walls'),(663,1,2,'washable'),(91,1,2,'wear'),(106,1,2,'white'),(250,1,2,'will'),(875,1,2,'without'),(157,1,2,'women'),(258,1,2,'wooden'),(1086,1,2,'work'),(1083,1,2,'write'),(1094,1,2,'writing'),(236,1,2,'yet'),(658,1,2,'zen'),(650,1,2,'zip'),(3522,2,2,'---'),(2193,2,2,'043kg'),(1660,2,2,'100'),(3122,2,2,'120'),(3127,2,2,'16x22cm'),(2184,2,2,'325ml'),(2445,2,2,'32x32cm'),(1828,2,2,'40x60cm'),(1829,2,2,'60x90cm'),(1830,2,2,'80x120cm'),(2189,2,2,'82cm'),(2191,2,2,'95cm'),(2199,2,2,'accessories'),(2341,2,2,'add'),(1923,2,2,'adventure'),(1806,2,2,'aesthethic'),(2447,2,2,'armchair'),(1825,2,2,'art'),(2452,2,2,'atmosphere'),(2444,2,2,'back'),(1556,2,2,'balta'),(2555,2,2,'bear'),(2448,2,2,'bed'),(1924,2,2,'begins'),(1793,2,2,'best'),(3144,2,2,'binding'),(2554,2,2,'brown'),(1661,2,2,'brushed'),(3126,2,2,'cardboard'),(2183,2,2,'ceramic'),(3521,2,2,'characters'),(1542,2,2,'chino'),(3516,2,2,'choice'),(1533,2,2,'classic'),(2262,2,2,'coffee'),(1531,2,2,'collection'),(1550,2,2,'color'),(1535,2,2,'colorful'),(1795,2,2,'come'),(1664,2,2,'comfort'),(2785,2,2,'commercial'),(2264,2,2,'conquer'),(1827,2,2,'corner'),(1521,2,2,'cotton'),(2441,2,2,'cover'),(2449,2,2,'create'),(2790,2,2,'creative'),(2261,2,2,'cup'),(1526,2,2,'curiosity'),(2439,2,2,'cushion'),(2789,2,2,'custom'),(3513,2,2,'customizable'),(3514,2,2,'customize'),(2062,2,2,'day'),(1524,2,2,'delicacy'),(1509,2,2,'demo'),(1820,2,2,'depth'),(1529,2,2,'design'),(1811,2,2,'desk'),(2190,2,2,'diameter'),(2194,2,2,'dishwasher'),(2197,2,2,'dishwasher-proo'),(2196,2,2,'dishwasherproof'),(3149,2,2,'doted'),(3142,2,2,'double'),(2781,2,2,'download'),(3134,2,2,'endearing'),(1525,2,2,'evokes'),(1549,2,2,'exceptional'),(1517,2,2,'extra'),(1532,2,2,'features'),(3138,2,2,'feel'),(2457,2,2,'filling'),(1925,2,2,'finish'),(1511,2,2,'fit'),(2779,2,2,'format'),(2438,2,2,'fox'),(1817,2,2,'frame'),(1796,2,2,'framed'),(1803,2,2,'give'),(2061,2,2,'good'),(1826,2,2,'graphic'),(2778,2,2,'graphics'),(1810,2,2,'great'),(3141,2,2,'gsm'),(1552,2,2,'guaranteed'),(3124,2,2,'hard'),(2192,2,2,'height'),(2198,2,2,'home'),(1504,2,2,'hummingbird'),(2458,2,2,'hypoallergenic'),(3131,2,2,'ideas'),(2792,2,2,'illustration'),(3130,2,2,'ingenious'),(1662,2,2,'inner'),(1537,2,2,'inspired'),(2453,2,2,'inspires'),(2442,2,2,'invisible'),(1539,2,2,'japanese'),(1543,2,2,'jeans'),(1527,2,2,'joy'),(1555,2,2,'juoda'),(1523,2,2,'lightness'),(3139,2,2,'like'),(2798,2,2,'limitation'),(1518,2,2,'long'),(1809,2,2,'look'),(2455,2,2,'machine'),(1516,2,2,'made'),(3137,2,2,'make'),(3135,2,2,'manufacturing'),(1799,2,2,'matt'),(3519,2,2,'maximum'),(1557,2,2,'medvilne'),(1554,2,2,'men'),(3517,2,2,'message'),(2450,2,2,'modern'),(2344,2,2,'mood'),(2343,2,2,'morning'),(2437,2,2,'mountain'),(2181,2,2,'mug'),(1513,2,2,'neckline'),(2784,2,2,'non'),(2788,2,2,'non-commercial'),(2787,2,2,'noncommercial'),(3121,2,2,'notebook'),(3520,2,2,'number'),(1814,2,2,'office'),(1812,2,2,'open'),(1823,2,2,'open-space'),(1821,2,2,'openspace'),(1807,2,2,'optimistic'),(3128,2,2,'option'),(1540,2,2,'origamis'),(1553,2,2,'overtime'),(3052,2,2,'pack'),(3150,2,2,'pages'),(11690,2,2,'pagrindinis'),(1815,2,2,'painted'),(1800,2,2,'paper'),(1819,2,2,'partout'),(1818,2,2,'passe'),(1824,2,2,'passe-partout'),(1822,2,2,'passepartout'),(1536,2,2,'patterns'),(2782,2,2,'personal'),(1520,2,2,'pima'),(3147,2,2,'plain'),(2460,2,2,'poliesteris'),(2459,2,2,'polyester'),(1530,2,2,'polyfaune'),(2187,2,2,'positive'),(1797,2,2,'poster'),(1505,2,2,'printed'),(1546,2,2,'printing'),(2783,2,2,'private'),(1547,2,2,'process'),(1534,2,2,'products'),(2791,2,2,'project'),(2195,2,2,'proof'),(1548,2,2,'provides'),(2794,2,2,'purpose'),(3136,2,2,'quality'),(3518,2,2,'quote'),(3125,2,2,'recycled'),(1510,2,2,'regular'),(2454,2,2,'relaxation'),(2440,2,2,'removable'),(1551,2,2,'rendering'),(2186,2,2,'right'),(1798,2,2,'rigid'),(1512,2,2,'round'),(3146,2,2,'ruled'),(2263,2,2,'set'),(3123,2,2,'sheets'),(1506,2,2,'shirt'),(1514,2,2,'short'),(1663,2,2,'side'),(2797,2,2,'size'),(1515,2,2,'sleeves'),(1801,2,2,'smooth'),(2446,2,2,'sofa'),(1813,2,2,'space'),(3143,2,2,'spiral'),(3148,2,2,'squarred'),(1519,2,2,'staple'),(2185,2,2,'start'),(3145,2,2,'stationery'),(1528,2,2,'studio'),(1544,2,2,'sublimation'),(2795,2,2,'support'),(1802,2,2,'surface'),(2780,2,2,'svg'),(1659,2,2,'sweater'),(1522,2,2,'symbol'),(1508,2,2,'t-shirt'),(3515,2,2,'text'),(1545,2,2,'textile'),(2188,2,2,'thought'),(2060,2,2,'today'),(2342,2,2,'touch'),(1538,2,2,'traditional'),(3133,2,2,'traveling'),(1507,2,2,'tshirt'),(2786,2,2,'use'),(2793,2,2,'used'),(2777,2,2,'vector'),(1805,2,2,'voice'),(1804,2,2,'walls'),(2456,2,2,'washable'),(1541,2,2,'wear'),(2182,2,2,'white'),(1808,2,2,'will'),(2796,2,2,'without'),(1665,2,2,'women'),(1816,2,2,'wooden'),(3132,2,2,'work'),(3129,2,2,'write'),(3140,2,2,'writing'),(1794,2,2,'yet'),(2451,2,2,'zen'),(2443,2,2,'zip'),(1446,1,3,'---'),(3613,1,3,'043kg'),(3988,1,3,'100'),(1432,1,3,'325ml'),(3974,1,3,'32x32cm'),(5340,1,3,'40x60cm'),(5341,1,3,'60x90cm'),(5342,1,3,'80x120cm'),(3609,1,3,'82cm'),(3611,1,3,'95cm'),(1448,1,3,'accessories'),(3602,1,3,'add'),(4175,1,3,'adventure'),(5322,1,3,'aesthethic'),(3607,1,3,'and'),(5217,1,3,'any'),(3979,1,3,'armchair'),(5222,1,3,'art'),(3984,1,3,'atmosphere'),(3973,1,3,'back'),(4751,1,3,'bear'),(3980,1,3,'bed'),(4176,1,3,'begins'),(20254,1,3,'beige'),(4331,1,3,'best'),(20259,1,3,'blauw'),(4750,1,3,'brown'),(20262,1,3,'bruin'),(7311,1,3,'brushed'),(20257,1,3,'camel'),(5214,1,3,'can'),(1431,1,3,'ceramic'),(1445,1,3,'characters'),(6799,1,3,'chino'),(1438,1,3,'choice'),(6791,1,3,'classic'),(3606,1,3,'coffee'),(6789,1,3,'collection'),(6806,1,3,'color'),(3977,1,3,'colorful'),(4333,1,3,'come'),(7314,1,3,'comfort'),(5204,1,3,'commercial'),(4179,1,3,'conquer'),(5223,1,3,'corner'),(3989,1,3,'cotton'),(3970,1,3,'cover'),(3981,1,3,'create'),(5211,1,3,'creative'),(4177,1,3,'cup'),(6786,1,3,'curiosity'),(3968,1,3,'cushion'),(5209,1,3,'custom'),(1427,1,3,'customizable'),(1433,1,3,'customize'),(22975,1,3,'daily'),(3601,1,3,'day'),(6784,1,3,'delicacy'),(1429,1,3,'demo'),(5335,1,3,'depth'),(1450,1,3,'design'),(5325,1,3,'desk'),(3610,1,3,'diameter'),(3614,1,3,'dishwasher'),(3617,1,3,'dishwasher-proo'),(3616,1,3,'dishwasherproof'),(5199,1,3,'download'),(6785,1,3,'evokes'),(6805,1,3,'exceptional'),(6778,1,3,'extra'),(6790,1,3,'features'),(3992,1,3,'filling'),(5315,1,3,'finish'),(6772,1,3,'fit'),(5200,1,3,'for'),(5197,1,3,'format'),(3967,1,3,'fox'),(5331,1,3,'frame'),(5310,1,3,'framed'),(20255,1,3,'gebroken'),(20261,1,3,'geel'),(5318,1,3,'give'),(3600,1,3,'good'),(3976,1,3,'graphic'),(5196,1,3,'graphics'),(5324,1,3,'great'),(20252,1,3,'grijs'),(20260,1,3,'groen'),(6808,1,3,'guaranteed'),(5208,1,3,'have'),(3612,1,3,'height'),(1447,1,3,'home'),(4982,1,3,'hummingbird'),(3993,1,3,'hypoallergenic'),(5213,1,3,'illustration'),(7312,1,3,'inner'),(6794,1,3,'inspired'),(3986,1,3,'inspires'),(3971,1,3,'invisible'),(6796,1,3,'japanese'),(6800,1,3,'jeans'),(6787,1,3,'joy'),(6811,1,3,'katoen'),(6783,1,3,'lightness'),(5221,1,3,'limitation'),(6779,1,3,'long'),(5323,1,3,'look'),(3990,1,3,'machine'),(6777,1,3,'made'),(5314,1,3,'matt'),(1443,1,3,'maximum'),(6810,1,3,'men'),(1440,1,3,'message'),(3982,1,3,'modern'),(22977,1,3,'monthly'),(1439,1,3,'mood'),(5334,1,3,'more'),(3605,1,3,'morning'),(3966,1,3,'mountain'),(1428,1,3,'mug'),(6774,1,3,'neckline'),(5203,1,3,'non'),(5207,1,3,'non-commercial'),(5206,1,3,'noncommercial'),(22974,1,3,'none'),(1444,1,3,'number'),(4334,1,3,'off'),(5328,1,3,'office'),(5326,1,3,'open'),(5338,1,3,'open-space'),(5336,1,3,'openspace'),(3603,1,3,'optimistic'),(20258,1,3,'oranje'),(6797,1,3,'origamis'),(6809,1,3,'overtime'),(5329,1,3,'painted'),(5343,1,3,'paper'),(5333,1,3,'partout'),(5332,1,3,'passe'),(5339,1,3,'passe-partout'),(5337,1,3,'passepartout'),(6793,1,3,'patterns'),(5201,1,3,'personal'),(6781,1,3,'pima'),(3994,1,3,'polyester'),(6788,1,3,'polyfaune'),(4336,1,3,'positive'),(5311,1,3,'poster'),(5312,1,3,'printed'),(5210,1,3,'printing'),(5202,1,3,'private'),(6803,1,3,'process'),(6792,1,3,'products'),(5212,1,3,'project'),(3615,1,3,'proof'),(6804,1,3,'provides'),(5216,1,3,'purpose'),(1441,1,3,'quote'),(6771,1,3,'regular'),(3987,1,3,'relaxation'),(3969,1,3,'removable'),(6807,1,3,'rendering'),(4335,1,3,'right'),(5313,1,3,'rigid'),(20256,1,3,'rood'),(6773,1,3,'round'),(20263,1,3,'roze'),(4178,1,3,'set'),(6768,1,3,'shirt'),(6775,1,3,'short'),(7313,1,3,'side'),(5220,1,3,'size'),(6776,1,3,'sleeves'),(5316,1,3,'smooth'),(3978,1,3,'sofa'),(5327,1,3,'space'),(6780,1,3,'staple'),(3608,1,3,'start'),(1449,1,3,'studio'),(6801,1,3,'sublimation'),(5218,1,3,'support'),(5317,1,3,'surface'),(5198,1,3,'svg'),(7310,1,3,'sweater'),(6782,1,3,'symbol'),(6770,1,3,'t-shirt'),(20253,1,3,'taupe'),(1437,1,3,'text'),(6802,1,3,'textile'),(3985,1,3,'that'),(1436,1,3,'the'),(5321,1,3,'this'),(4337,1,3,'thought'),(3599,1,3,'today'),(3604,1,3,'touch'),(6795,1,3,'traditional'),(6769,1,3,'tshirt'),(5205,1,3,'use'),(5215,1,3,'used'),(5195,1,3,'vector'),(5320,1,3,'voice'),(5319,1,3,'walls'),(3991,1,3,'washable'),(6798,1,3,'wear'),(22976,1,3,'weekly'),(1430,1,3,'white'),(3975,1,3,'will'),(3995,1,3,'wit'),(1435,1,3,'with'),(5219,1,3,'without'),(7315,1,3,'women'),(5330,1,3,'wooden'),(4332,1,3,'yet'),(1442,1,3,'you'),(1434,1,3,'your'),(3983,1,3,'zen'),(3972,1,3,'zip'),(3996,1,3,'zwart'),(3542,2,3,'---'),(2220,2,3,'043kg'),(1705,2,3,'100'),(3164,2,3,'120'),(3169,2,3,'16x22cm'),(2210,2,3,'325ml'),(2483,2,3,'32x32cm'),(1871,2,3,'40x60cm'),(1872,2,3,'60x90cm'),(1873,2,3,'80x120cm'),(2216,2,3,'82cm'),(2218,2,3,'95cm'),(2226,2,3,'accessories'),(2369,2,3,'add'),(1966,2,3,'adventure'),(1848,2,3,'aesthethic'),(1578,2,3,'and'),(2827,2,3,'any'),(2485,2,3,'armchair'),(1868,2,3,'art'),(2490,2,3,'atmosphere'),(2482,2,3,'back'),(2593,2,3,'bear'),(2486,2,3,'bed'),(1967,2,3,'begins'),(1833,2,3,'best'),(3190,2,3,'binding'),(2592,2,3,'brown'),(1706,2,3,'brushed'),(2824,2,3,'can'),(3168,2,3,'cardboard'),(2209,2,3,'ceramic'),(3541,2,3,'characters'),(1599,2,3,'chino'),(3536,2,3,'choice'),(1589,2,3,'classic'),(2287,2,3,'coffee'),(1587,2,3,'collection'),(1607,2,3,'color'),(1592,2,3,'colorful'),(1835,2,3,'come'),(1710,2,3,'comfort'),(2814,2,3,'commercial'),(2289,2,3,'conquer'),(1870,2,3,'corner'),(1575,2,3,'cotton'),(2479,2,3,'cover'),(2487,2,3,'create'),(2821,2,3,'creative'),(2286,2,3,'cup'),(1582,2,3,'curiosity'),(2477,2,3,'cushion'),(2820,2,3,'custom'),(3533,2,3,'customizable'),(3534,2,3,'customize'),(2106,2,3,'day'),(1579,2,3,'delicacy'),(1563,2,3,'demo'),(1863,2,3,'depth'),(1585,2,3,'design'),(1853,2,3,'desk'),(2217,2,3,'diameter'),(2221,2,3,'dishwasher'),(2224,2,3,'dishwasher-proo'),(2223,2,3,'dishwasherproof'),(3195,2,3,'doted'),(3188,2,3,'double'),(3172,2,3,'down'),(2810,2,3,'download'),(3180,2,3,'endearing'),(1581,2,3,'evokes'),(1606,2,3,'exceptional'),(1571,2,3,'extra'),(1588,2,3,'features'),(3184,2,3,'feel'),(2496,2,3,'filling'),(1968,2,3,'finish'),(1565,2,3,'fit'),(1709,2,3,'for'),(2808,2,3,'format'),(2476,2,3,'fox'),(1859,2,3,'frame'),(1836,2,3,'framed'),(1843,2,3,'give'),(2105,2,3,'good'),(1869,2,3,'graphic'),(2807,2,3,'graphics'),(1852,2,3,'great'),(3187,2,3,'gsm'),(1609,2,3,'guaranteed'),(3166,2,3,'hard'),(2819,2,3,'have'),(2219,2,3,'height'),(2225,2,3,'home'),(1558,2,3,'hummingbird'),(2497,2,3,'hypoallergenic'),(3175,2,3,'ideas'),(2823,2,3,'illustration'),(3174,2,3,'ingenious'),(1707,2,3,'inner'),(1594,2,3,'inspired'),(2492,2,3,'inspires'),(2480,2,3,'invisible'),(3179,2,3,'its'),(1596,2,3,'japanese'),(1600,2,3,'jeans'),(1583,2,3,'joy'),(1614,2,3,'katoen'),(1577,2,3,'lightness'),(3185,2,3,'like'),(2831,2,3,'limitation'),(1572,2,3,'long'),(1851,2,3,'look'),(2494,2,3,'machine'),(1570,2,3,'made'),(3183,2,3,'make'),(3181,2,3,'manufacturing'),(1839,2,3,'matt'),(3539,2,3,'maximum'),(1611,2,3,'men'),(3537,2,3,'message'),(2488,2,3,'modern'),(2372,2,3,'mood'),(1862,2,3,'more'),(2371,2,3,'morning'),(3173,2,3,'most'),(2475,2,3,'mountain'),(2207,2,3,'mug'),(1567,2,3,'neckline'),(2813,2,3,'non'),(2817,2,3,'non-commercial'),(2816,2,3,'noncommercial'),(3163,2,3,'notebook'),(3540,2,3,'number'),(2212,2,3,'off'),(1856,2,3,'office'),(1854,2,3,'open'),(1866,2,3,'open-space'),(1864,2,3,'openspace'),(1849,2,3,'optimistic'),(3170,2,3,'option'),(1597,2,3,'origamis'),(1610,2,3,'overtime'),(3065,2,3,'pack'),(3196,2,3,'pages'),(1857,2,3,'painted'),(1840,2,3,'paper'),(1861,2,3,'partout'),(1860,2,3,'passe'),(1867,2,3,'passe-partout'),(1865,2,3,'passepartout'),(1593,2,3,'patterns'),(2811,2,3,'personal'),(1574,2,3,'pima'),(3193,2,3,'plain'),(2498,2,3,'polyester'),(1586,2,3,'polyfaune'),(2214,2,3,'positive'),(1837,2,3,'poster'),(1559,2,3,'printed'),(1603,2,3,'printing'),(2812,2,3,'private'),(1604,2,3,'process'),(1590,2,3,'products'),(2822,2,3,'project'),(2222,2,3,'proof'),(1605,2,3,'provides'),(2826,2,3,'purpose'),(3182,2,3,'quality'),(3538,2,3,'quote'),(3167,2,3,'recycled'),(1564,2,3,'regular'),(2493,2,3,'relaxation'),(2478,2,3,'removable'),(1608,2,3,'rendering'),(2213,2,3,'right'),(1838,2,3,'rigid'),(1566,2,3,'round'),(3192,2,3,'ruled'),(2288,2,3,'set'),(3165,2,3,'sheets'),(1560,2,3,'shirt'),(1568,2,3,'short'),(1708,2,3,'side'),(2830,2,3,'size'),(1569,2,3,'sleeves'),(1841,2,3,'smooth'),(2484,2,3,'sofa'),(1855,2,3,'space'),(3189,2,3,'spiral'),(3194,2,3,'squarred'),(1573,2,3,'staple'),(2211,2,3,'start'),(3191,2,3,'stationery'),(1584,2,3,'studio'),(1601,2,3,'sublimation'),(2828,2,3,'support'),(1842,2,3,'surface'),(2809,2,3,'svg'),(1704,2,3,'sweater'),(1576,2,3,'symbol'),(1562,2,3,'t-shirt'),(3535,2,3,'text'),(1602,2,3,'textile'),(2491,2,3,'that'),(1580,2,3,'the'),(1847,2,3,'this'),(2215,2,3,'thought'),(2104,2,3,'today'),(2370,2,3,'touch'),(1595,2,3,'traditional'),(3178,2,3,'traveling'),(1561,2,3,'tshirt'),(2815,2,3,'use'),(2825,2,3,'used'),(2806,2,3,'vector'),(1846,2,3,'voice'),(1845,2,3,'walls'),(2495,2,3,'washable'),(1598,2,3,'wear'),(3177,2,3,'when'),(2208,2,3,'white'),(1850,2,3,'will'),(1613,2,3,'wit'),(1591,2,3,'with'),(2829,2,3,'without'),(1711,2,3,'women'),(1858,2,3,'wooden'),(3176,2,3,'work'),(3171,2,3,'write'),(3186,2,3,'writing'),(1834,2,3,'yet'),(2818,2,3,'you'),(1844,2,3,'your'),(2489,2,3,'zen'),(2481,2,3,'zip'),(1612,2,3,'zwart'),(7360,1,4,'100'),(8400,1,4,'32x32cm'),(5406,1,4,'40x60cm'),(5407,1,4,'60x90cm'),(5408,1,4,'80x120cm'),(8419,1,4,'accessories'),(8401,1,4,'add'),(5361,1,4,'adventure'),(5382,1,4,'aesthethic'),(5370,1,4,'and'),(6490,1,4,'any'),(8404,1,4,'armchair'),(5403,1,4,'art'),(8409,1,4,'atmosphere'),(8399,1,4,'back'),(8841,1,4,'bear'),(8405,1,4,'bed'),(5362,1,4,'begins'),(20317,1,4,'beige'),(5373,1,4,'best'),(6873,1,4,'blanc'),(20322,1,4,'bleu'),(8840,1,4,'brown'),(7361,1,4,'brushed'),(20320,1,4,'camel'),(6487,1,4,'can'),(20318,1,4,'casse'),(6860,1,4,'chino'),(6851,1,4,'classic'),(6849,1,4,'collection'),(6867,1,4,'color'),(6853,1,4,'colorful'),(5375,1,4,'come'),(7364,1,4,'comfort'),(6474,1,4,'commercial'),(5405,1,4,'corner'),(6874,1,4,'coton'),(6839,1,4,'cotton'),(8396,1,4,'cover'),(8406,1,4,'create'),(6482,1,4,'creative'),(6844,1,4,'curiosity'),(8394,1,4,'cushion'),(6480,1,4,'custom'),(23026,1,4,'daily'),(12343,1,4,'day'),(6842,1,4,'delicacy'),(5365,1,4,'demo'),(5398,1,4,'depth'),(6847,1,4,'design'),(5387,1,4,'desk'),(6470,1,4,'download'),(6843,1,4,'evokes'),(6866,1,4,'exceptional'),(6835,1,4,'extra'),(6850,1,4,'features'),(8415,1,4,'filling'),(5369,1,4,'finish'),(6829,1,4,'fit'),(5396,1,4,'for'),(6468,1,4,'format'),(6485,1,4,'fox'),(5393,1,4,'frame'),(5363,1,4,'framed'),(5376,1,4,'give'),(12342,1,4,'good'),(5404,1,4,'graphic'),(6467,1,4,'graphics'),(5386,1,4,'great'),(20315,1,4,'gris'),(6869,1,4,'guaranteed'),(6479,1,4,'have'),(8418,1,4,'home'),(6465,1,4,'hummingbird'),(8416,1,4,'hypoallergenic'),(6486,1,4,'illustration'),(7362,1,4,'inner'),(6855,1,4,'inspired'),(8411,1,4,'inspires'),(8397,1,4,'invisible'),(6857,1,4,'japanese'),(20324,1,4,'jaune'),(6861,1,4,'jeans'),(6845,1,4,'joy'),(6841,1,4,'lightness'),(6494,1,4,'limitation'),(6836,1,4,'long'),(5385,1,4,'look'),(8413,1,4,'machine'),(6834,1,4,'made'),(20325,1,4,'marron'),(5368,1,4,'matt'),(6871,1,4,'men'),(8407,1,4,'modern'),(23028,1,4,'monthly'),(5397,1,4,'more'),(6484,1,4,'mountain'),(6831,1,4,'neckline'),(6872,1,4,'noir'),(6473,1,4,'non'),(6477,1,4,'non-commercial'),(6476,1,4,'noncommercial'),(23025,1,4,'none'),(5390,1,4,'office'),(5388,1,4,'open'),(5401,1,4,'open-space'),(5399,1,4,'openspace'),(5383,1,4,'optimistic'),(20321,1,4,'orange'),(6858,1,4,'origamis'),(6870,1,4,'overtime'),(5391,1,4,'painted'),(5409,1,4,'paper'),(5395,1,4,'partout'),(5394,1,4,'passe'),(5402,1,4,'passe-partout'),(5400,1,4,'passepartout'),(6854,1,4,'patterns'),(6471,1,4,'personal'),(6838,1,4,'pima'),(8417,1,4,'polyester'),(6848,1,4,'polyfaune'),(5364,1,4,'poster'),(5366,1,4,'printed'),(6481,1,4,'printing'),(6472,1,4,'private'),(6864,1,4,'process'),(6852,1,4,'products'),(6483,1,4,'project'),(6865,1,4,'provides'),(6489,1,4,'purpose'),(6828,1,4,'regular'),(8412,1,4,'relaxation'),(8395,1,4,'removable'),(6868,1,4,'rendering'),(5367,1,4,'rigid'),(20326,1,4,'rose'),(20319,1,4,'rouge'),(6830,1,4,'round'),(6825,1,4,'shirt'),(6832,1,4,'short'),(7363,1,4,'side'),(6493,1,4,'size'),(6833,1,4,'sleeves'),(5371,1,4,'smooth'),(8403,1,4,'sofa'),(5389,1,4,'space'),(6837,1,4,'staple'),(6846,1,4,'studio'),(6862,1,4,'sublimation'),(6491,1,4,'support'),(5372,1,4,'surface'),(6469,1,4,'svg'),(7359,1,4,'sweater'),(6840,1,4,'symbol'),(6827,1,4,'t-shirt'),(20316,1,4,'taupe'),(6863,1,4,'textile'),(8410,1,4,'that'),(5360,1,4,'the'),(5381,1,4,'this'),(12341,1,4,'today'),(8402,1,4,'touch'),(6856,1,4,'traditional'),(6826,1,4,'tshirt'),(6475,1,4,'use'),(6488,1,4,'used'),(6466,1,4,'vector'),(20323,1,4,'vert'),(5379,1,4,'voice'),(5378,1,4,'walls'),(8414,1,4,'washable'),(6859,1,4,'wear'),(23027,1,4,'weekly'),(5384,1,4,'will'),(5380,1,4,'with'),(6492,1,4,'without'),(7365,1,4,'women'),(5392,1,4,'wooden'),(5374,1,4,'yet'),(6478,1,4,'you'),(5377,1,4,'your'),(8408,1,4,'zen'),(8398,1,4,'zip'),(6150,2,4,'40x60cm'),(6151,2,4,'60x90cm'),(6152,2,4,'80x120cm'),(11801,2,4,'accueil'),(6126,2,4,'aesthethic'),(6117,2,4,'and'),(6147,2,4,'art'),(6107,2,4,'best'),(9969,2,4,'blanc'),(9956,2,4,'chino'),(9947,2,4,'classic'),(9945,2,4,'collection'),(9964,2,4,'color'),(9949,2,4,'colorful'),(6109,2,4,'come'),(6149,2,4,'corner'),(9971,2,4,'coton'),(9935,2,4,'cotton'),(9940,2,4,'curiosity'),(17143,2,4,'day'),(9938,2,4,'delicacy'),(6112,2,4,'demo'),(6142,2,4,'depth'),(9943,2,4,'design'),(6131,2,4,'desk'),(9939,2,4,'evokes'),(9963,2,4,'exceptional'),(9931,2,4,'extra'),(9946,2,4,'features'),(17144,2,4,'finish'),(9925,2,4,'fit'),(6140,2,4,'for'),(6137,2,4,'frame'),(6110,2,4,'framed'),(6120,2,4,'give'),(17142,2,4,'good'),(6148,2,4,'graphic'),(6130,2,4,'great'),(9966,2,4,'guaranteed'),(9920,2,4,'hummingbird'),(9951,2,4,'inspired'),(9953,2,4,'japanese'),(9957,2,4,'jeans'),(9941,2,4,'joy'),(9937,2,4,'lightness'),(9932,2,4,'long'),(6129,2,4,'look'),(9930,2,4,'made'),(6115,2,4,'matt'),(9968,2,4,'men'),(6141,2,4,'more'),(9927,2,4,'neckline'),(9970,2,4,'noir'),(6134,2,4,'office'),(6132,2,4,'open'),(6145,2,4,'open-space'),(6143,2,4,'openspace'),(6127,2,4,'optimistic'),(9954,2,4,'origamis'),(9967,2,4,'overtime'),(6135,2,4,'painted'),(6116,2,4,'paper'),(6139,2,4,'partout'),(6138,2,4,'passe'),(6146,2,4,'passe-partout'),(6144,2,4,'passepartout'),(9950,2,4,'patterns'),(9934,2,4,'pima'),(9944,2,4,'polyfaune'),(6111,2,4,'poster'),(6113,2,4,'printed'),(9960,2,4,'printing'),(9961,2,4,'process'),(9948,2,4,'products'),(9962,2,4,'provides'),(9924,2,4,'regular'),(9965,2,4,'rendering'),(6114,2,4,'rigid'),(9926,2,4,'round'),(9921,2,4,'shirt'),(9928,2,4,'short'),(9929,2,4,'sleeves'),(6118,2,4,'smooth'),(6133,2,4,'space'),(9933,2,4,'staple'),(9942,2,4,'studio'),(9958,2,4,'sublimation'),(6119,2,4,'surface'),(9936,2,4,'symbol'),(9923,2,4,'t-shirt'),(9959,2,4,'textile'),(6106,2,4,'the'),(6125,2,4,'this'),(17141,2,4,'today'),(9952,2,4,'traditional'),(9922,2,4,'tshirt'),(6123,2,4,'voice'),(6122,2,4,'walls'),(9955,2,4,'wear'),(6128,2,4,'will'),(6124,2,4,'with'),(6136,2,4,'wooden'),(6108,2,4,'yet'),(6121,2,4,'your'),(7409,1,5,'100'),(8441,1,5,'32x32cm'),(5456,1,5,'40x60cm'),(5457,1,5,'60x90cm'),(5458,1,5,'80x120cm'),(8460,1,5,'accessories'),(8442,1,5,'add'),(5411,1,5,'adventure'),(5432,1,5,'aesthethic'),(5420,1,5,'and'),(6527,1,5,'any'),(8445,1,5,'armchair'),(5453,1,5,'art'),(8450,1,5,'atmosphere'),(8440,1,5,'back'),(6931,1,5,'baumwolle'),(8883,1,5,'bear'),(8446,1,5,'bed'),(5412,1,5,'begins'),(20380,1,5,'beige'),(5423,1,5,'best'),(20385,1,5,'blau'),(20388,1,5,'braun'),(8882,1,5,'brown'),(7410,1,5,'brushed'),(20383,1,5,'camel'),(6524,1,5,'can'),(6917,1,5,'chino'),(6908,1,5,'classic'),(6906,1,5,'collection'),(6924,1,5,'color'),(6910,1,5,'colorful'),(5425,1,5,'come'),(7413,1,5,'comfort'),(6511,1,5,'commercial'),(5455,1,5,'corner'),(6896,1,5,'cotton'),(8437,1,5,'cover'),(8447,1,5,'create'),(6519,1,5,'creative'),(6901,1,5,'curiosity'),(8435,1,5,'cushion'),(6517,1,5,'custom'),(23077,1,5,'daily'),(12394,1,5,'day'),(6899,1,5,'delicacy'),(5415,1,5,'demo'),(5448,1,5,'depth'),(6904,1,5,'design'),(5437,1,5,'desk'),(6507,1,5,'download'),(6900,1,5,'evokes'),(6923,1,5,'exceptional'),(6892,1,5,'extra'),(6907,1,5,'features'),(8456,1,5,'filling'),(5419,1,5,'finish'),(6886,1,5,'fit'),(5446,1,5,'for'),(6505,1,5,'format'),(6522,1,5,'fox'),(5443,1,5,'frame'),(5413,1,5,'framed'),(20387,1,5,'gelb'),(5426,1,5,'give'),(12393,1,5,'good'),(5454,1,5,'graphic'),(6504,1,5,'graphics'),(20378,1,5,'grau'),(5436,1,5,'great'),(20386,1,5,'grun'),(6926,1,5,'guaranteed'),(6516,1,5,'have'),(8459,1,5,'home'),(6502,1,5,'hummingbird'),(8457,1,5,'hypoallergenic'),(6523,1,5,'illustration'),(7411,1,5,'inner'),(6912,1,5,'inspired'),(8452,1,5,'inspires'),(8438,1,5,'invisible'),(6914,1,5,'japanese'),(6918,1,5,'jeans'),(6902,1,5,'joy'),(6898,1,5,'lightness'),(6531,1,5,'limitation'),(6893,1,5,'long'),(5435,1,5,'look'),(8454,1,5,'machine'),(6891,1,5,'made'),(5418,1,5,'matt'),(6928,1,5,'men'),(8448,1,5,'modern'),(23079,1,5,'monthly'),(5447,1,5,'more'),(6521,1,5,'mountain'),(6888,1,5,'neckline'),(6510,1,5,'non'),(6514,1,5,'non-commercial'),(6513,1,5,'noncommercial'),(23076,1,5,'none'),(5440,1,5,'office'),(5438,1,5,'open'),(5451,1,5,'open-space'),(5449,1,5,'openspace'),(5433,1,5,'optimistic'),(20384,1,5,'orange'),(6915,1,5,'origamis'),(6927,1,5,'overtime'),(5441,1,5,'painted'),(5459,1,5,'paper'),(5445,1,5,'partout'),(5444,1,5,'passe'),(5452,1,5,'passe-partout'),(5450,1,5,'passepartout'),(6911,1,5,'patterns'),(6508,1,5,'personal'),(6895,1,5,'pima'),(20389,1,5,'pink'),(8458,1,5,'polyester'),(6905,1,5,'polyfaune'),(5414,1,5,'poster'),(5416,1,5,'printed'),(6518,1,5,'printing'),(6509,1,5,'private'),(6921,1,5,'process'),(6909,1,5,'products'),(6520,1,5,'project'),(6922,1,5,'provides'),(6526,1,5,'purpose'),(6885,1,5,'regular'),(8453,1,5,'relaxation'),(8436,1,5,'removable'),(6925,1,5,'rendering'),(5417,1,5,'rigid'),(20382,1,5,'rot'),(6887,1,5,'round'),(6929,1,5,'schwarz'),(6882,1,5,'shirt'),(6889,1,5,'short'),(7412,1,5,'side'),(6530,1,5,'size'),(6890,1,5,'sleeves'),(5421,1,5,'smooth'),(8444,1,5,'sofa'),(5439,1,5,'space'),(6894,1,5,'staple'),(6903,1,5,'studio'),(6919,1,5,'sublimation'),(6528,1,5,'support'),(5422,1,5,'surface'),(6506,1,5,'svg'),(7408,1,5,'sweater'),(6897,1,5,'symbol'),(6884,1,5,'t-shirt'),(20379,1,5,'taupe'),(6920,1,5,'textile'),(8451,1,5,'that'),(5410,1,5,'the'),(5431,1,5,'this'),(12392,1,5,'today'),(8443,1,5,'touch'),(6913,1,5,'traditional'),(6883,1,5,'tshirt'),(6512,1,5,'use'),(6525,1,5,'used'),(6503,1,5,'vector'),(5429,1,5,'voice'),(5428,1,5,'walls'),(8455,1,5,'washable'),(6916,1,5,'wear'),(23078,1,5,'weekly'),(6930,1,5,'weiss'),(5434,1,5,'will'),(5430,1,5,'with'),(6529,1,5,'without'),(20381,1,5,'wollweiss'),(7414,1,5,'women'),(5442,1,5,'wooden'),(5424,1,5,'yet'),(6515,1,5,'you'),(5427,1,5,'your'),(8449,1,5,'zen'),(8439,1,5,'zip'),(6197,2,5,'40x60cm'),(6198,2,5,'60x90cm'),(6199,2,5,'80x120cm'),(6173,2,5,'aesthethic'),(6164,2,5,'and'),(6194,2,5,'art'),(10028,2,5,'baumwolle'),(6154,2,5,'best'),(10013,2,5,'chino'),(10004,2,5,'classic'),(10002,2,5,'collection'),(10021,2,5,'color'),(10006,2,5,'colorful'),(6156,2,5,'come'),(6196,2,5,'corner'),(9992,2,5,'cotton'),(9997,2,5,'curiosity'),(17194,2,5,'day'),(9995,2,5,'delicacy'),(6159,2,5,'demo'),(6189,2,5,'depth'),(10000,2,5,'design'),(6178,2,5,'desk'),(9996,2,5,'evokes'),(10020,2,5,'exceptional'),(9988,2,5,'extra'),(10003,2,5,'features'),(17195,2,5,'finish'),(9982,2,5,'fit'),(6187,2,5,'for'),(6184,2,5,'frame'),(6157,2,5,'framed'),(6167,2,5,'give'),(17193,2,5,'good'),(6195,2,5,'graphic'),(6177,2,5,'great'),(10023,2,5,'guaranteed'),(9977,2,5,'hummingbird'),(10008,2,5,'inspired'),(10010,2,5,'japanese'),(10014,2,5,'jeans'),(9998,2,5,'joy'),(9994,2,5,'lightness'),(9989,2,5,'long'),(6176,2,5,'look'),(9987,2,5,'made'),(6162,2,5,'matt'),(10025,2,5,'men'),(6188,2,5,'more'),(9984,2,5,'neckline'),(6181,2,5,'office'),(6179,2,5,'open'),(6192,2,5,'open-space'),(6190,2,5,'openspace'),(6174,2,5,'optimistic'),(10011,2,5,'origamis'),(10024,2,5,'overtime'),(6182,2,5,'painted'),(6163,2,5,'paper'),(6186,2,5,'partout'),(6185,2,5,'passe'),(6193,2,5,'passe-partout'),(6191,2,5,'passepartout'),(10007,2,5,'patterns'),(9991,2,5,'pima'),(10001,2,5,'polyfaune'),(6158,2,5,'poster'),(6160,2,5,'printed'),(10017,2,5,'printing'),(10018,2,5,'process'),(10005,2,5,'products'),(10019,2,5,'provides'),(9981,2,5,'regular'),(10022,2,5,'rendering'),(6161,2,5,'rigid'),(9983,2,5,'round'),(10027,2,5,'schwarz'),(9978,2,5,'shirt'),(9985,2,5,'short'),(9986,2,5,'sleeves'),(6165,2,5,'smooth'),(6180,2,5,'space'),(9990,2,5,'staple'),(11858,2,5,'startseite'),(9999,2,5,'studio'),(10015,2,5,'sublimation'),(6166,2,5,'surface'),(9993,2,5,'symbol'),(9980,2,5,'t-shirt'),(10016,2,5,'textile'),(6153,2,5,'the'),(6172,2,5,'this'),(17192,2,5,'today'),(10009,2,5,'traditional'),(9979,2,5,'tshirt'),(6170,2,5,'voice'),(6169,2,5,'walls'),(10012,2,5,'wear'),(10026,2,5,'weiss'),(6175,2,5,'will'),(6171,2,5,'with'),(6183,2,5,'wooden'),(6155,2,5,'yet'),(6168,2,5,'your'),(7458,1,6,'100'),(8482,1,6,'32x32cm'),(5499,1,6,'40x60cm'),(5500,1,6,'60x90cm'),(5501,1,6,'80x120cm'),(8500,1,6,'accessories'),(8483,1,6,'add'),(5460,1,6,'adventure'),(5477,1,6,'aesthethic'),(8486,1,6,'armchair'),(5496,1,6,'art'),(8491,1,6,'atmosphere'),(8481,1,6,'back'),(8925,1,6,'bear'),(8487,1,6,'bed'),(5461,1,6,'begins'),(20443,1,6,'beige'),(5471,1,6,'best'),(6986,1,6,'black'),(20447,1,6,'blue'),(8924,1,6,'brown'),(7459,1,6,'brushed'),(20445,1,6,'camel'),(6974,1,6,'chino'),(6965,1,6,'classic'),(6963,1,6,'collection'),(6981,1,6,'color'),(6967,1,6,'colorful'),(5473,1,6,'come'),(7462,1,6,'comfort'),(6548,1,6,'commercial'),(5498,1,6,'corner'),(6953,1,6,'cotton'),(8478,1,6,'cover'),(8488,1,6,'create'),(6554,1,6,'creative'),(6958,1,6,'curiosity'),(8476,1,6,'cushion'),(6552,1,6,'custom'),(23128,1,6,'daily'),(12445,1,6,'day'),(6956,1,6,'delicacy'),(5464,1,6,'demo'),(5491,1,6,'depth'),(6961,1,6,'design'),(5482,1,6,'desk'),(6544,1,6,'download'),(6957,1,6,'evokes'),(6980,1,6,'exceptional'),(6949,1,6,'extra'),(6964,1,6,'features'),(8496,1,6,'filling'),(5468,1,6,'finish'),(6943,1,6,'fit'),(6542,1,6,'format'),(6557,1,6,'fox'),(5488,1,6,'frame'),(5462,1,6,'framed'),(5474,1,6,'give'),(12444,1,6,'good'),(5497,1,6,'graphic'),(6541,1,6,'graphics'),(5481,1,6,'great'),(20448,1,6,'green'),(20441,1,6,'grey'),(6983,1,6,'guaranteed'),(8499,1,6,'home'),(6539,1,6,'hummingbird'),(8497,1,6,'hypoallergenic'),(6558,1,6,'illustration'),(7460,1,6,'inner'),(6969,1,6,'inspired'),(8492,1,6,'inspires'),(8479,1,6,'invisible'),(6971,1,6,'japanese'),(6975,1,6,'jeans'),(6959,1,6,'joy'),(6955,1,6,'lightness'),(6564,1,6,'limitation'),(6950,1,6,'long'),(5480,1,6,'look'),(8494,1,6,'machine'),(6948,1,6,'made'),(5467,1,6,'matt'),(6985,1,6,'men'),(8489,1,6,'modern'),(23130,1,6,'monthly'),(6556,1,6,'mountain'),(6945,1,6,'neckline'),(6547,1,6,'non'),(6551,1,6,'non-commercial'),(6550,1,6,'noncommercial'),(23127,1,6,'none'),(5485,1,6,'office'),(5483,1,6,'open'),(5494,1,6,'open-space'),(5492,1,6,'openspace'),(5478,1,6,'optimistic'),(20446,1,6,'orange'),(6972,1,6,'origamis'),(6984,1,6,'overtime'),(5486,1,6,'painted'),(5502,1,6,'paper'),(5490,1,6,'partout'),(5489,1,6,'passe'),(5495,1,6,'passe-partout'),(5493,1,6,'passepartout'),(6968,1,6,'patterns'),(6545,1,6,'personal'),(6952,1,6,'pima'),(20450,1,6,'pink'),(8498,1,6,'polyester'),(6962,1,6,'polyfaune'),(5463,1,6,'poster'),(5465,1,6,'printed'),(6553,1,6,'printing'),(6546,1,6,'private'),(6978,1,6,'process'),(6966,1,6,'products'),(6555,1,6,'project'),(6979,1,6,'provides'),(6560,1,6,'purpose'),(20444,1,6,'red'),(6942,1,6,'regular'),(8493,1,6,'relaxation'),(8477,1,6,'removable'),(6982,1,6,'rendering'),(5466,1,6,'rigid'),(6944,1,6,'round'),(6939,1,6,'shirt'),(6946,1,6,'short'),(7461,1,6,'side'),(6563,1,6,'size'),(6947,1,6,'sleeves'),(5469,1,6,'smooth'),(8485,1,6,'sofa'),(5484,1,6,'space'),(6951,1,6,'staple'),(6960,1,6,'studio'),(6976,1,6,'sublimation'),(6561,1,6,'support'),(5470,1,6,'surface'),(6543,1,6,'svg'),(7457,1,6,'sweater'),(6954,1,6,'symbol'),(6941,1,6,'t-shirt'),(20442,1,6,'taupe'),(6977,1,6,'textile'),(12443,1,6,'today'),(8484,1,6,'touch'),(6970,1,6,'traditional'),(6940,1,6,'tshirt'),(6549,1,6,'use'),(6559,1,6,'used'),(6540,1,6,'vector'),(5476,1,6,'voice'),(5475,1,6,'walls'),(8495,1,6,'washable'),(6973,1,6,'wear'),(23129,1,6,'weekly'),(6987,1,6,'white'),(5479,1,6,'will'),(6562,1,6,'without'),(7463,1,6,'women'),(5487,1,6,'wooden'),(20449,1,6,'yellow'),(5472,1,6,'yet'),(8490,1,6,'zen'),(8480,1,6,'zip'),(6237,2,6,'40x60cm'),(6238,2,6,'60x90cm'),(6239,2,6,'80x120cm'),(6215,2,6,'aesthethic'),(6234,2,6,'art'),(6200,2,6,'best'),(10084,2,6,'black'),(10070,2,6,'chino'),(10061,2,6,'classic'),(10059,2,6,'collection'),(10078,2,6,'color'),(10063,2,6,'colorful'),(6202,2,6,'come'),(6236,2,6,'corner'),(10049,2,6,'cotton'),(10054,2,6,'curiosity'),(17245,2,6,'day'),(10052,2,6,'delicacy'),(6205,2,6,'demo'),(6229,2,6,'depth'),(10057,2,6,'design'),(6220,2,6,'desk'),(10053,2,6,'evokes'),(10077,2,6,'exceptional'),(10045,2,6,'extra'),(10060,2,6,'features'),(17246,2,6,'finish'),(10039,2,6,'fit'),(6226,2,6,'frame'),(6203,2,6,'framed'),(6212,2,6,'give'),(17244,2,6,'good'),(6235,2,6,'graphic'),(6219,2,6,'great'),(10080,2,6,'guaranteed'),(10034,2,6,'hummingbird'),(10065,2,6,'inspired'),(10067,2,6,'japanese'),(10071,2,6,'jeans'),(10055,2,6,'joy'),(11915,2,6,'laman'),(10051,2,6,'lightness'),(10046,2,6,'long'),(6218,2,6,'look'),(10044,2,6,'made'),(6208,2,6,'matt'),(10082,2,6,'men'),(10041,2,6,'neckline'),(6223,2,6,'office'),(6221,2,6,'open'),(6232,2,6,'open-space'),(6230,2,6,'openspace'),(6216,2,6,'optimistic'),(10068,2,6,'origamis'),(10081,2,6,'overtime'),(6224,2,6,'painted'),(6209,2,6,'paper'),(6228,2,6,'partout'),(6227,2,6,'passe'),(6233,2,6,'passe-partout'),(6231,2,6,'passepartout'),(10064,2,6,'patterns'),(10048,2,6,'pima'),(10058,2,6,'polyfaune'),(6204,2,6,'poster'),(6206,2,6,'printed'),(10074,2,6,'printing'),(10075,2,6,'process'),(10062,2,6,'products'),(10076,2,6,'provides'),(10038,2,6,'regular'),(10079,2,6,'rendering'),(6207,2,6,'rigid'),(10040,2,6,'round'),(10035,2,6,'shirt'),(10042,2,6,'short'),(10043,2,6,'sleeves'),(6210,2,6,'smooth'),(6222,2,6,'space'),(10047,2,6,'staple'),(10056,2,6,'studio'),(10072,2,6,'sublimation'),(6211,2,6,'surface'),(10050,2,6,'symbol'),(10037,2,6,'t-shirt'),(10073,2,6,'textile'),(17243,2,6,'today'),(10066,2,6,'traditional'),(10036,2,6,'tshirt'),(11916,2,6,'utama'),(6214,2,6,'voice'),(6213,2,6,'walls'),(10069,2,6,'wear'),(10083,2,6,'white'),(6217,2,6,'will'),(6225,2,6,'wooden'),(6201,2,6,'yet'),(6572,1,7,'-'),(6996,1,7,'1'),(7503,1,7,'100'),(8963,1,7,'16'),(8513,1,7,'17'),(6573,1,7,'20'),(7502,1,7,'3'),(8519,1,7,'32x32cm'),(5543,1,7,'40x60cm'),(5508,1,7,'5'),(5851,1,7,'6'),(8533,1,7,'60'),(5544,1,7,'60x90cm'),(12490,1,7,'7'),(5545,1,7,'80x120cm'),(8538,1,7,'accessories'),(8520,1,7,'add'),(5503,1,7,'adventure'),(5521,1,7,'aesthethic'),(8523,1,7,'armchair'),(5540,1,7,'art'),(8528,1,7,'atmosphere'),(8518,1,7,'back'),(8962,1,7,'bear'),(8524,1,7,'bed'),(5504,1,7,'begins'),(5515,1,7,'best'),(8961,1,7,'brown'),(7504,1,7,'brushed'),(7029,1,7,'chino'),(7020,1,7,'classic'),(7018,1,7,'collection'),(7036,1,7,'color'),(7022,1,7,'colorful'),(5517,1,7,'come'),(7507,1,7,'comfort'),(6580,1,7,'commercial'),(5542,1,7,'corner'),(7008,1,7,'cotton'),(8515,1,7,'cover'),(8525,1,7,'create'),(6586,1,7,'creative'),(7013,1,7,'curiosity'),(8512,1,7,'cushion'),(6584,1,7,'custom'),(23172,1,7,'daily'),(12489,1,7,'day'),(7011,1,7,'delicacy'),(5507,1,7,'demo'),(5535,1,7,'depth'),(7016,1,7,'design'),(5526,1,7,'desk'),(6576,1,7,'download'),(7012,1,7,'evokes'),(7035,1,7,'exceptional'),(7004,1,7,'extra'),(7019,1,7,'features'),(8534,1,7,'filling'),(5512,1,7,'finish'),(6998,1,7,'fit'),(6574,1,7,'format'),(6589,1,7,'fox'),(5532,1,7,'frame'),(5505,1,7,'framed'),(5518,1,7,'give'),(12488,1,7,'good'),(5541,1,7,'graphic'),(6571,1,7,'graphics'),(5525,1,7,'great'),(7038,1,7,'guaranteed'),(8537,1,7,'home'),(6569,1,7,'hummingbird'),(8535,1,7,'hypoallergenic'),(6590,1,7,'illustration'),(7505,1,7,'inner'),(7024,1,7,'inspired'),(8529,1,7,'inspires'),(8516,1,7,'invisible'),(7026,1,7,'japanese'),(7030,1,7,'jeans'),(7014,1,7,'joy'),(7010,1,7,'lightness'),(6596,1,7,'limitation'),(7005,1,7,'long'),(5524,1,7,'look'),(8531,1,7,'machine'),(7003,1,7,'made'),(5511,1,7,'matt'),(7040,1,7,'men'),(8526,1,7,'modern'),(23174,1,7,'monthly'),(6588,1,7,'mountain'),(7000,1,7,'neckline'),(6579,1,7,'non'),(6583,1,7,'non-commercial'),(6582,1,7,'noncommercial'),(23171,1,7,'none'),(5529,1,7,'office'),(5527,1,7,'open'),(5538,1,7,'open-space'),(5536,1,7,'openspace'),(5522,1,7,'optimistic'),(7027,1,7,'origamis'),(7039,1,7,'overtime'),(5530,1,7,'painted'),(5546,1,7,'paper'),(5534,1,7,'partout'),(5533,1,7,'passe'),(5539,1,7,'passe-partout'),(5537,1,7,'passepartout'),(7023,1,7,'patterns'),(6577,1,7,'personal'),(7007,1,7,'pima'),(8536,1,7,'polyester'),(7017,1,7,'polyfaune'),(5506,1,7,'poster'),(5509,1,7,'printed'),(6585,1,7,'printing'),(6578,1,7,'private'),(7033,1,7,'process'),(7021,1,7,'products'),(6587,1,7,'project'),(7034,1,7,'provides'),(6592,1,7,'purpose'),(6997,1,7,'regular'),(8530,1,7,'relaxation'),(8514,1,7,'removable'),(7037,1,7,'rendering'),(5510,1,7,'rigid'),(6999,1,7,'round'),(6993,1,7,'shirt'),(7001,1,7,'short'),(7506,1,7,'side'),(6595,1,7,'size'),(7002,1,7,'sleeves'),(5513,1,7,'smooth'),(8522,1,7,'sofa'),(5528,1,7,'space'),(7006,1,7,'staple'),(7015,1,7,'studio'),(7031,1,7,'sublimation'),(6593,1,7,'support'),(5514,1,7,'surface'),(6575,1,7,'svg'),(7501,1,7,'sweater'),(7009,1,7,'symbol'),(6992,1,7,'t'),(6995,1,7,'t-shirt'),(7032,1,7,'textile'),(12487,1,7,'today'),(8521,1,7,'touch'),(7025,1,7,'traditional'),(6994,1,7,'tshirt'),(6581,1,7,'use'),(6591,1,7,'used'),(6570,1,7,'vector'),(5520,1,7,'voice'),(5519,1,7,'walls'),(8532,1,7,'washable'),(7028,1,7,'wear'),(23173,1,7,'weekly'),(5523,1,7,'will'),(6594,1,7,'without'),(7508,1,7,'women'),(5531,1,7,'wooden'),(7041,1,7,'xl'),(5516,1,7,'yet'),(8527,1,7,'zen'),(8517,1,7,'zip'),(7045,1,7,'中'),(7048,1,7,'大'),(20503,1,7,'暗'),(7049,1,7,'棉'),(20504,1,7,'棕'),(20505,1,7,'橙'),(8539,1,7,'涤'),(20498,1,7,'灰'),(7047,1,7,'白'),(7046,1,7,'码'),(7042,1,7,'秒'),(20500,1,7,'米'),(20508,1,7,'粉'),(20502,1,7,'红'),(8540,1,7,'纶'),(20507,1,7,'绿'),(7044,1,7,'色'),(20506,1,7,'蓝'),(20499,1,7,'褐'),(20501,1,7,'黄'),(7043,1,7,'黑'),(10092,2,7,'1'),(6278,2,7,'40x60cm'),(6246,2,7,'6'),(6279,2,7,'60x90cm'),(17290,2,7,'7'),(6280,2,7,'80x120cm'),(6256,2,7,'aesthethic'),(6275,2,7,'art'),(6240,2,7,'best'),(10125,2,7,'chino'),(10116,2,7,'classic'),(10114,2,7,'collection'),(10133,2,7,'color'),(10118,2,7,'colorful'),(6242,2,7,'come'),(6277,2,7,'corner'),(10104,2,7,'cotton'),(10109,2,7,'curiosity'),(17289,2,7,'day'),(10107,2,7,'delicacy'),(6245,2,7,'demo'),(6270,2,7,'depth'),(10112,2,7,'design'),(6261,2,7,'desk'),(10108,2,7,'evokes'),(10132,2,7,'exceptional'),(10100,2,7,'extra'),(10115,2,7,'features'),(17291,2,7,'finish'),(10094,2,7,'fit'),(6267,2,7,'frame'),(6243,2,7,'framed'),(6253,2,7,'give'),(17288,2,7,'good'),(6276,2,7,'graphic'),(6260,2,7,'great'),(10135,2,7,'guaranteed'),(10087,2,7,'hummingbird'),(10120,2,7,'inspired'),(10122,2,7,'japanese'),(10126,2,7,'jeans'),(10110,2,7,'joy'),(10106,2,7,'lightness'),(10101,2,7,'long'),(6259,2,7,'look'),(10099,2,7,'made'),(6249,2,7,'matt'),(10137,2,7,'men'),(10096,2,7,'neckline'),(6264,2,7,'office'),(6262,2,7,'open'),(6273,2,7,'open-space'),(6271,2,7,'openspace'),(6257,2,7,'optimistic'),(10123,2,7,'origamis'),(10136,2,7,'overtime'),(6265,2,7,'painted'),(6250,2,7,'paper'),(6269,2,7,'partout'),(6268,2,7,'passe'),(6274,2,7,'passe-partout'),(6272,2,7,'passepartout'),(10119,2,7,'patterns'),(10103,2,7,'pima'),(10113,2,7,'polyfaune'),(6244,2,7,'poster'),(6247,2,7,'printed'),(10129,2,7,'printing'),(10130,2,7,'process'),(10117,2,7,'products'),(10131,2,7,'provides'),(10093,2,7,'regular'),(10134,2,7,'rendering'),(6248,2,7,'rigid'),(10095,2,7,'round'),(10089,2,7,'shirt'),(10097,2,7,'short'),(10098,2,7,'sleeves'),(6251,2,7,'smooth'),(6263,2,7,'space'),(10102,2,7,'staple'),(10111,2,7,'studio'),(10127,2,7,'sublimation'),(6252,2,7,'surface'),(10105,2,7,'symbol'),(10088,2,7,'t'),(10091,2,7,'t-shirt'),(10128,2,7,'textile'),(17287,2,7,'today'),(10121,2,7,'traditional'),(10090,2,7,'tshirt'),(6255,2,7,'voice'),(6254,2,7,'walls'),(10124,2,7,'wear'),(6258,2,7,'will'),(6266,2,7,'wooden'),(10138,2,7,'xl'),(6241,2,7,'yet'),(10143,2,7,'中'),(11969,2,7,'主'),(10145,2,7,'大'),(10146,2,7,'棉'),(10140,2,7,'白'),(10144,2,7,'码'),(10139,2,7,'秒'),(10141,2,7,'色'),(11970,2,7,'页'),(10142,2,7,'黑'),(7553,1,8,'100'),(8559,1,8,'32x32cm'),(5586,1,8,'40x60cm'),(5587,1,8,'60x90cm'),(5588,1,8,'80x120cm'),(8577,1,8,'accessories'),(8560,1,8,'add'),(5547,1,8,'adventure'),(5564,1,8,'aesthethic'),(8563,1,8,'armchair'),(5583,1,8,'art'),(8568,1,8,'atmosphere'),(8558,1,8,'back'),(9004,1,8,'bear'),(8564,1,8,'bed'),(5548,1,8,'begins'),(20565,1,8,'beige'),(5558,1,8,'best'),(7101,1,8,'black'),(20569,1,8,'blue'),(9003,1,8,'brown'),(7554,1,8,'brushed'),(20567,1,8,'camel'),(7089,1,8,'chino'),(7080,1,8,'classic'),(7078,1,8,'collection'),(7096,1,8,'color'),(7082,1,8,'colorful'),(5560,1,8,'come'),(7557,1,8,'comfort'),(6610,1,8,'commercial'),(5585,1,8,'corner'),(7068,1,8,'cotton'),(8555,1,8,'cover'),(8565,1,8,'create'),(6616,1,8,'creative'),(7073,1,8,'curiosity'),(8553,1,8,'cushion'),(6614,1,8,'custom'),(23217,1,8,'daily'),(12534,1,8,'day'),(7071,1,8,'delicacy'),(5551,1,8,'demo'),(5578,1,8,'depth'),(7076,1,8,'design'),(5569,1,8,'desk'),(6606,1,8,'download'),(7072,1,8,'evokes'),(7095,1,8,'exceptional'),(7064,1,8,'extra'),(7079,1,8,'features'),(8573,1,8,'filling'),(5555,1,8,'finish'),(7058,1,8,'fit'),(6604,1,8,'format'),(6619,1,8,'fox'),(5575,1,8,'frame'),(5549,1,8,'framed'),(5561,1,8,'give'),(12533,1,8,'good'),(5584,1,8,'graphic'),(6603,1,8,'graphics'),(5568,1,8,'great'),(20570,1,8,'green'),(20563,1,8,'grey'),(7098,1,8,'guaranteed'),(8576,1,8,'home'),(6601,1,8,'hummingbird'),(8574,1,8,'hypoallergenic'),(6620,1,8,'illustration'),(7555,1,8,'inner'),(7084,1,8,'inspired'),(8569,1,8,'inspires'),(8556,1,8,'invisible'),(7086,1,8,'japanese'),(7090,1,8,'jeans'),(7074,1,8,'joy'),(7070,1,8,'lightness'),(6626,1,8,'limitation'),(7065,1,8,'long'),(5567,1,8,'look'),(8571,1,8,'machine'),(7063,1,8,'made'),(5554,1,8,'matt'),(7100,1,8,'men'),(8566,1,8,'modern'),(23219,1,8,'monthly'),(6618,1,8,'mountain'),(7060,1,8,'neckline'),(6609,1,8,'non'),(6613,1,8,'non-commercial'),(6612,1,8,'noncommercial'),(23216,1,8,'none'),(5572,1,8,'office'),(5570,1,8,'open'),(5581,1,8,'open-space'),(5579,1,8,'openspace'),(5565,1,8,'optimistic'),(20568,1,8,'orange'),(7087,1,8,'origamis'),(7099,1,8,'overtime'),(5573,1,8,'painted'),(5589,1,8,'paper'),(5577,1,8,'partout'),(5576,1,8,'passe'),(5582,1,8,'passe-partout'),(5580,1,8,'passepartout'),(7083,1,8,'patterns'),(6607,1,8,'personal'),(7067,1,8,'pima'),(20572,1,8,'pink'),(8575,1,8,'polyester'),(7077,1,8,'polyfaune'),(5550,1,8,'poster'),(5552,1,8,'printed'),(6615,1,8,'printing'),(6608,1,8,'private'),(7093,1,8,'process'),(7081,1,8,'products'),(6617,1,8,'project'),(7094,1,8,'provides'),(6622,1,8,'purpose'),(20566,1,8,'red'),(7057,1,8,'regular'),(8570,1,8,'relaxation'),(8554,1,8,'removable'),(7097,1,8,'rendering'),(5553,1,8,'rigid'),(7059,1,8,'round'),(7054,1,8,'shirt'),(7061,1,8,'short'),(7556,1,8,'side'),(6625,1,8,'size'),(7062,1,8,'sleeves'),(5556,1,8,'smooth'),(8562,1,8,'sofa'),(5571,1,8,'space'),(7066,1,8,'staple'),(7075,1,8,'studio'),(7091,1,8,'sublimation'),(6623,1,8,'support'),(5557,1,8,'surface'),(6605,1,8,'svg'),(7552,1,8,'sweater'),(7069,1,8,'symbol'),(7056,1,8,'t-shirt'),(20564,1,8,'taupe'),(7092,1,8,'textile'),(12532,1,8,'today'),(8561,1,8,'touch'),(7085,1,8,'traditional'),(7055,1,8,'tshirt'),(6611,1,8,'use'),(6621,1,8,'used'),(6602,1,8,'vector'),(5563,1,8,'voice'),(5562,1,8,'walls'),(8572,1,8,'washable'),(7088,1,8,'wear'),(23218,1,8,'weekly'),(7102,1,8,'white'),(5566,1,8,'will'),(6624,1,8,'without'),(7558,1,8,'women'),(5574,1,8,'wooden'),(20571,1,8,'yellow'),(5559,1,8,'yet'),(8567,1,8,'zen'),(8557,1,8,'zip'),(6318,2,8,'40x60cm'),(6319,2,8,'60x90cm'),(6320,2,8,'80x120cm'),(6296,2,8,'aesthethic'),(6315,2,8,'art'),(6281,2,8,'best'),(10199,2,8,'black'),(10185,2,8,'chino'),(10176,2,8,'classic'),(10174,2,8,'collection'),(10193,2,8,'color'),(10178,2,8,'colorful'),(6283,2,8,'come'),(6317,2,8,'corner'),(10164,2,8,'cotton'),(10169,2,8,'curiosity'),(17334,2,8,'day'),(10167,2,8,'delicacy'),(6286,2,8,'demo'),(6310,2,8,'depth'),(10172,2,8,'design'),(6301,2,8,'desk'),(10168,2,8,'evokes'),(10192,2,8,'exceptional'),(10160,2,8,'extra'),(10175,2,8,'features'),(17335,2,8,'finish'),(10154,2,8,'fit'),(6307,2,8,'frame'),(6284,2,8,'framed'),(6293,2,8,'give'),(17333,2,8,'good'),(6316,2,8,'graphic'),(6300,2,8,'great'),(10195,2,8,'guaranteed'),(12032,2,8,'home'),(10149,2,8,'hummingbird'),(10180,2,8,'inspired'),(10182,2,8,'japanese'),(10186,2,8,'jeans'),(10170,2,8,'joy'),(10166,2,8,'lightness'),(10161,2,8,'long'),(6299,2,8,'look'),(10159,2,8,'made'),(6289,2,8,'matt'),(10197,2,8,'men'),(10156,2,8,'neckline'),(6304,2,8,'office'),(6302,2,8,'open'),(6313,2,8,'open-space'),(6311,2,8,'openspace'),(6297,2,8,'optimistic'),(10183,2,8,'origamis'),(10196,2,8,'overtime'),(6305,2,8,'painted'),(6290,2,8,'paper'),(6309,2,8,'partout'),(6308,2,8,'passe'),(6314,2,8,'passe-partout'),(6312,2,8,'passepartout'),(10179,2,8,'patterns'),(10163,2,8,'pima'),(10173,2,8,'polyfaune'),(6285,2,8,'poster'),(6287,2,8,'printed'),(10189,2,8,'printing'),(10190,2,8,'process'),(10177,2,8,'products'),(10191,2,8,'provides'),(10153,2,8,'regular'),(10194,2,8,'rendering'),(6288,2,8,'rigid'),(10155,2,8,'round'),(10150,2,8,'shirt'),(10157,2,8,'short'),(10158,2,8,'sleeves'),(6291,2,8,'smooth'),(6303,2,8,'space'),(10162,2,8,'staple'),(10171,2,8,'studio'),(10187,2,8,'sublimation'),(6292,2,8,'surface'),(10165,2,8,'symbol'),(10152,2,8,'t-shirt'),(10188,2,8,'textile'),(17332,2,8,'today'),(10181,2,8,'traditional'),(10151,2,8,'tshirt'),(6295,2,8,'voice'),(6294,2,8,'walls'),(10184,2,8,'wear'),(10198,2,8,'white'),(6298,2,8,'will'),(6306,2,8,'wooden'),(6282,2,8,'yet'),(7597,1,9,'100'),(8595,1,9,'32x32cm'),(5976,1,9,'40x60cm'),(5977,1,9,'60x90cm'),(5978,1,9,'80x120cm'),(8614,1,9,'accessories'),(8596,1,9,'add'),(18324,1,9,'adventure'),(5952,1,9,'aesthethic'),(5943,1,9,'and'),(6656,1,9,'any'),(8599,1,9,'armchair'),(5973,1,9,'art'),(8604,1,9,'atmosphere'),(8594,1,9,'back'),(7156,1,9,'bawelna'),(9041,1,9,'bear'),(8600,1,9,'bed'),(18325,1,9,'begins'),(5933,1,9,'best'),(20622,1,9,'bezowy'),(7155,1,9,'bialy'),(20624,1,9,'biel'),(20631,1,9,'brazowy'),(9040,1,9,'brown'),(7598,1,9,'brushed'),(6653,1,9,'can'),(7142,1,9,'chino'),(7133,1,9,'classic'),(7131,1,9,'collection'),(7149,1,9,'color'),(7135,1,9,'colorful'),(5935,1,9,'come'),(7601,1,9,'comfort'),(6640,1,9,'commercial'),(5975,1,9,'corner'),(7121,1,9,'cotton'),(8591,1,9,'cover'),(8601,1,9,'create'),(6648,1,9,'creative'),(7126,1,9,'curiosity'),(8589,1,9,'cushion'),(6646,1,9,'custom'),(7154,1,9,'czarny'),(20625,1,9,'czerwony'),(23261,1,9,'daily'),(12578,1,9,'day'),(7124,1,9,'delicacy'),(5938,1,9,'demo'),(5968,1,9,'depth'),(7129,1,9,'design'),(5957,1,9,'desk'),(6636,1,9,'download'),(7125,1,9,'evokes'),(7148,1,9,'exceptional'),(7117,1,9,'extra'),(7132,1,9,'features'),(8610,1,9,'filling'),(12579,1,9,'finish'),(7111,1,9,'fit'),(5966,1,9,'for'),(6634,1,9,'format'),(6651,1,9,'fox'),(5963,1,9,'frame'),(5936,1,9,'framed'),(5946,1,9,'give'),(12577,1,9,'good'),(5974,1,9,'graphic'),(6633,1,9,'graphics'),(5956,1,9,'great'),(7151,1,9,'guaranteed'),(6645,1,9,'have'),(8613,1,9,'home'),(6631,1,9,'hummingbird'),(8611,1,9,'hypoallergenic'),(6652,1,9,'illustration'),(7599,1,9,'inner'),(7137,1,9,'inspired'),(8606,1,9,'inspires'),(8592,1,9,'invisible'),(7139,1,9,'japanese'),(7143,1,9,'jeans'),(7127,1,9,'joy'),(7123,1,9,'lightness'),(6660,1,9,'limitation'),(7118,1,9,'long'),(5955,1,9,'look'),(8608,1,9,'machine'),(7116,1,9,'made'),(5941,1,9,'matt'),(7153,1,9,'men'),(8602,1,9,'modern'),(23263,1,9,'monthly'),(5967,1,9,'more'),(6650,1,9,'mountain'),(7113,1,9,'neckline'),(20628,1,9,'niebieski'),(6639,1,9,'non'),(6643,1,9,'non-commercial'),(6642,1,9,'noncommercial'),(23260,1,9,'none'),(5960,1,9,'office'),(5958,1,9,'open'),(5971,1,9,'open-space'),(5969,1,9,'openspace'),(5953,1,9,'optimistic'),(7140,1,9,'origamis'),(7152,1,9,'overtime'),(5961,1,9,'painted'),(5942,1,9,'paper'),(5965,1,9,'partout'),(5964,1,9,'passe'),(5972,1,9,'passe-partout'),(5970,1,9,'passepartout'),(7136,1,9,'patterns'),(6637,1,9,'personal'),(7120,1,9,'pima'),(8615,1,9,'poliester'),(8612,1,9,'polyester'),(7130,1,9,'polyfaune'),(20627,1,9,'pomaranczowy'),(5937,1,9,'poster'),(5939,1,9,'printed'),(6647,1,9,'printing'),(6638,1,9,'private'),(7146,1,9,'process'),(7134,1,9,'products'),(6649,1,9,'project'),(7147,1,9,'provides'),(6655,1,9,'purpose'),(7110,1,9,'regular'),(8607,1,9,'relaxation'),(8590,1,9,'removable'),(7150,1,9,'rendering'),(5940,1,9,'rigid'),(7112,1,9,'round'),(20632,1,9,'rozowy'),(7107,1,9,'shirt'),(7114,1,9,'short'),(7600,1,9,'side'),(6659,1,9,'size'),(7115,1,9,'sleeves'),(5944,1,9,'smooth'),(8598,1,9,'sofa'),(5959,1,9,'space'),(7119,1,9,'staple'),(7128,1,9,'studio'),(7144,1,9,'sublimation'),(6657,1,9,'support'),(5945,1,9,'surface'),(6635,1,9,'svg'),(7596,1,9,'sweater'),(7122,1,9,'symbol'),(20621,1,9,'szarobrazowy'),(20620,1,9,'szary'),(7109,1,9,'t-shirt'),(7145,1,9,'textile'),(8605,1,9,'that'),(5932,1,9,'the'),(5951,1,9,'this'),(12576,1,9,'today'),(8597,1,9,'touch'),(7138,1,9,'traditional'),(7108,1,9,'tshirt'),(6641,1,9,'use'),(6654,1,9,'used'),(6632,1,9,'vector'),(5949,1,9,'voice'),(5948,1,9,'walls'),(8609,1,9,'washable'),(7141,1,9,'wear'),(23262,1,9,'weekly'),(20626,1,9,'wielblad'),(5954,1,9,'will'),(5950,1,9,'with'),(6658,1,9,'without'),(7602,1,9,'women'),(5962,1,9,'wooden'),(5934,1,9,'yet'),(6644,1,9,'you'),(5947,1,9,'your'),(8603,1,9,'zen'),(20629,1,9,'zielony'),(8593,1,9,'zip'),(20623,1,9,'zlamana'),(20630,1,9,'zolty'),(6365,2,9,'40x60cm'),(6366,2,9,'60x90cm'),(6367,2,9,'80x120cm'),(6341,2,9,'aesthethic'),(6332,2,9,'and'),(6362,2,9,'art'),(10253,2,9,'bawelna'),(6322,2,9,'best'),(10251,2,9,'bialy'),(10238,2,9,'chino'),(10229,2,9,'classic'),(10227,2,9,'collection'),(10246,2,9,'color'),(10231,2,9,'colorful'),(6324,2,9,'come'),(6364,2,9,'corner'),(10217,2,9,'cotton'),(10222,2,9,'curiosity'),(10252,2,9,'czarny'),(17378,2,9,'day'),(10220,2,9,'delicacy'),(6327,2,9,'demo'),(6357,2,9,'depth'),(10225,2,9,'design'),(6346,2,9,'desk'),(10221,2,9,'evokes'),(10245,2,9,'exceptional'),(10213,2,9,'extra'),(10228,2,9,'features'),(17379,2,9,'finish'),(10207,2,9,'fit'),(6355,2,9,'for'),(6352,2,9,'frame'),(6325,2,9,'framed'),(6335,2,9,'give'),(12086,2,9,'glowna'),(17377,2,9,'good'),(6363,2,9,'graphic'),(6345,2,9,'great'),(10248,2,9,'guaranteed'),(10202,2,9,'hummingbird'),(10233,2,9,'inspired'),(10235,2,9,'japanese'),(10239,2,9,'jeans'),(10223,2,9,'joy'),(10219,2,9,'lightness'),(10214,2,9,'long'),(6344,2,9,'look'),(10212,2,9,'made'),(6330,2,9,'matt'),(10250,2,9,'men'),(6356,2,9,'more'),(10209,2,9,'neckline'),(6349,2,9,'office'),(6347,2,9,'open'),(6360,2,9,'open-space'),(6358,2,9,'openspace'),(6342,2,9,'optimistic'),(10236,2,9,'origamis'),(10249,2,9,'overtime'),(6350,2,9,'painted'),(6331,2,9,'paper'),(6354,2,9,'partout'),(6353,2,9,'passe'),(6361,2,9,'passe-partout'),(6359,2,9,'passepartout'),(10232,2,9,'patterns'),(10216,2,9,'pima'),(10226,2,9,'polyfaune'),(6326,2,9,'poster'),(6328,2,9,'printed'),(10242,2,9,'printing'),(10243,2,9,'process'),(10230,2,9,'products'),(10244,2,9,'provides'),(10206,2,9,'regular'),(10247,2,9,'rendering'),(6329,2,9,'rigid'),(10208,2,9,'round'),(10203,2,9,'shirt'),(10210,2,9,'short'),(10211,2,9,'sleeves'),(6333,2,9,'smooth'),(6348,2,9,'space'),(10215,2,9,'staple'),(12085,2,9,'strona'),(10224,2,9,'studio'),(10240,2,9,'sublimation'),(6334,2,9,'surface'),(10218,2,9,'symbol'),(10205,2,9,'t-shirt'),(10241,2,9,'textile'),(6321,2,9,'the'),(6340,2,9,'this'),(17376,2,9,'today'),(10234,2,9,'traditional'),(10204,2,9,'tshirt'),(6338,2,9,'voice'),(6337,2,9,'walls'),(10237,2,9,'wear'),(6343,2,9,'will'),(6339,2,9,'with'),(6351,2,9,'wooden'),(6323,2,9,'yet'),(6336,2,9,'your'),(7646,1,10,'100'),(8637,1,10,'32x32cm'),(12666,1,10,'40x60cm'),(12667,1,10,'60x90cm'),(12668,1,10,'80x120cm'),(8659,1,10,'accessories'),(8639,1,10,'add'),(18374,1,10,'adventure'),(12645,1,10,'aesthethic'),(7184,1,10,'and'),(8644,1,10,'armchair'),(12664,1,10,'art'),(8649,1,10,'atmosphere'),(8636,1,10,'back'),(9084,1,10,'bear'),(8645,1,10,'bed'),(18375,1,10,'begins'),(20686,1,10,'beige'),(12638,1,10,'best'),(9083,1,10,'brown'),(7647,1,10,'brushed'),(7205,1,10,'chino'),(7195,1,10,'classic'),(7193,1,10,'collection'),(7213,1,10,'color'),(7198,1,10,'colorful'),(12640,1,10,'come'),(7651,1,10,'comfort'),(12665,1,10,'corner'),(7181,1,10,'cotton'),(8633,1,10,'cover'),(8646,1,10,'create'),(7188,1,10,'curiosity'),(8631,1,10,'cushion'),(23312,1,10,'daily'),(12629,1,10,'day'),(7185,1,10,'delicacy'),(7169,1,10,'demo'),(12659,1,10,'depth'),(7191,1,10,'design'),(12649,1,10,'desk'),(7187,1,10,'evokes'),(7212,1,10,'exceptional'),(7177,1,10,'extra'),(7194,1,10,'features'),(8655,1,10,'filling'),(12635,1,10,'finish'),(7171,1,10,'fit'),(7650,1,10,'for'),(12655,1,10,'frame'),(12630,1,10,'framed'),(12641,1,10,'give'),(12628,1,10,'good'),(8640,1,10,'graphic'),(12648,1,10,'great'),(7215,1,10,'guaranteed'),(20684,1,10,'harmaa'),(20685,1,10,'harmaanruskea'),(8658,1,10,'home'),(7164,1,10,'hummingbird'),(8656,1,10,'hypoallergenic'),(7648,1,10,'inner'),(7200,1,10,'inspired'),(8651,1,10,'inspires'),(8634,1,10,'invisible'),(7202,1,10,'japanese'),(7206,1,10,'jeans'),(7189,1,10,'joy'),(20689,1,10,'kameli'),(20693,1,10,'keltainen'),(7183,1,10,'lightness'),(7178,1,10,'long'),(12647,1,10,'look'),(20687,1,10,'luonnonvalkoine'),(8653,1,10,'machine'),(7176,1,10,'made'),(12634,1,10,'matt'),(7217,1,10,'men'),(8647,1,10,'modern'),(23314,1,10,'monthly'),(12658,1,10,'more'),(7218,1,10,'musta'),(7173,1,10,'neckline'),(23311,1,10,'none'),(12652,1,10,'office'),(12650,1,10,'open'),(12662,1,10,'open-space'),(12660,1,10,'openspace'),(12646,1,10,'optimistic'),(20690,1,10,'oranssi'),(7203,1,10,'origamis'),(7216,1,10,'overtime'),(12653,1,10,'painted'),(12633,1,10,'paper'),(12657,1,10,'partout'),(12656,1,10,'passe'),(12663,1,10,'passe-partout'),(12661,1,10,'passepartout'),(7199,1,10,'patterns'),(7180,1,10,'pima'),(20695,1,10,'pinkki'),(8657,1,10,'polyester'),(8660,1,10,'polyesteri'),(7192,1,10,'polyfaune'),(12631,1,10,'poster'),(7165,1,10,'printed'),(7209,1,10,'printing'),(7210,1,10,'process'),(7196,1,10,'products'),(7211,1,10,'provides'),(20688,1,10,'punainen'),(7220,1,10,'puuvilla'),(7170,1,10,'regular'),(8652,1,10,'relaxation'),(8632,1,10,'removable'),(7214,1,10,'rendering'),(12632,1,10,'rigid'),(7172,1,10,'round'),(20694,1,10,'ruskea'),(7166,1,10,'shirt'),(7174,1,10,'short'),(7649,1,10,'side'),(20691,1,10,'sininen'),(7175,1,10,'sleeves'),(12636,1,10,'smooth'),(8643,1,10,'sofa'),(12651,1,10,'space'),(7179,1,10,'staple'),(7190,1,10,'studio'),(7207,1,10,'sublimation'),(12637,1,10,'surface'),(7645,1,10,'sweater'),(7182,1,10,'symbol'),(7168,1,10,'t-shirt'),(7208,1,10,'textile'),(8650,1,10,'that'),(7186,1,10,'the'),(12644,1,10,'this'),(12627,1,10,'today'),(8641,1,10,'touch'),(7201,1,10,'traditional'),(7167,1,10,'tshirt'),(7219,1,10,'valkoinen'),(20692,1,10,'vihrea'),(12643,1,10,'voice'),(12642,1,10,'walls'),(8654,1,10,'washable'),(7204,1,10,'wear'),(23313,1,10,'weekly'),(8638,1,10,'will'),(7197,1,10,'with'),(7652,1,10,'women'),(12654,1,10,'wooden'),(12639,1,10,'yet'),(8642,1,10,'your'),(8648,1,10,'zen'),(8635,1,10,'zip'),(17470,2,10,'40x60cm'),(17471,2,10,'60x90cm'),(17472,2,10,'80x120cm'),(17446,2,10,'aesthethic'),(10279,2,10,'and'),(17467,2,10,'art'),(17438,2,10,'best'),(10300,2,10,'chino'),(10290,2,10,'classic'),(10288,2,10,'collection'),(10308,2,10,'color'),(10293,2,10,'colorful'),(17440,2,10,'come'),(17469,2,10,'corner'),(10276,2,10,'cotton'),(10283,2,10,'curiosity'),(17429,2,10,'day'),(10280,2,10,'delicacy'),(10264,2,10,'demo'),(17462,2,10,'depth'),(10286,2,10,'design'),(17451,2,10,'desk'),(12143,2,10,'etusivulle'),(10282,2,10,'evokes'),(10307,2,10,'exceptional'),(10272,2,10,'extra'),(10289,2,10,'features'),(17435,2,10,'finish'),(10266,2,10,'fit'),(17460,2,10,'for'),(17457,2,10,'frame'),(17430,2,10,'framed'),(17441,2,10,'give'),(17428,2,10,'good'),(17468,2,10,'graphic'),(17450,2,10,'great'),(10310,2,10,'guaranteed'),(10259,2,10,'hummingbird'),(10295,2,10,'inspired'),(10297,2,10,'japanese'),(10301,2,10,'jeans'),(10284,2,10,'joy'),(10278,2,10,'lightness'),(10273,2,10,'long'),(17449,2,10,'look'),(10271,2,10,'made'),(17434,2,10,'matt'),(10312,2,10,'men'),(17461,2,10,'more'),(10314,2,10,'musta'),(10268,2,10,'neckline'),(17454,2,10,'office'),(17452,2,10,'open'),(17465,2,10,'open-space'),(17463,2,10,'openspace'),(17447,2,10,'optimistic'),(10298,2,10,'origamis'),(10311,2,10,'overtime'),(17455,2,10,'painted'),(17433,2,10,'paper'),(17459,2,10,'partout'),(17458,2,10,'passe'),(17466,2,10,'passe-partout'),(17464,2,10,'passepartout'),(10294,2,10,'patterns'),(10275,2,10,'pima'),(10287,2,10,'polyfaune'),(17431,2,10,'poster'),(10260,2,10,'printed'),(10304,2,10,'printing'),(10305,2,10,'process'),(10291,2,10,'products'),(10306,2,10,'provides'),(10315,2,10,'puuvilla'),(10265,2,10,'regular'),(10309,2,10,'rendering'),(17432,2,10,'rigid'),(10267,2,10,'round'),(10261,2,10,'shirt'),(10269,2,10,'short'),(10270,2,10,'sleeves'),(17436,2,10,'smooth'),(17453,2,10,'space'),(10274,2,10,'staple'),(10285,2,10,'studio'),(10302,2,10,'sublimation'),(17437,2,10,'surface'),(10277,2,10,'symbol'),(10263,2,10,'t-shirt'),(10303,2,10,'textile'),(10281,2,10,'the'),(17445,2,10,'this'),(17427,2,10,'today'),(10296,2,10,'traditional'),(10262,2,10,'tshirt'),(10313,2,10,'valkoinen'),(17444,2,10,'voice'),(17443,2,10,'walls'),(10299,2,10,'wear'),(17448,2,10,'will'),(10292,2,10,'with'),(17456,2,10,'wooden'),(17439,2,10,'yet'),(17442,2,10,'your'),(8220,1,11,'1'),(8694,1,11,'100'),(9128,1,11,'16'),(8674,1,11,'17'),(20099,1,11,'3'),(8680,1,11,'32x32cm'),(12716,1,11,'40x60cm'),(18426,1,11,'5'),(17957,1,11,'6'),(8697,1,11,'60'),(12717,1,11,'60x90cm'),(12683,1,11,'7'),(12718,1,11,'80x120cm'),(8702,1,11,'accessories'),(8682,1,11,'add'),(18424,1,11,'adventure'),(12696,1,11,'aesthethic'),(8686,1,11,'armchair'),(12714,1,11,'art'),(8691,1,11,'atmosphere'),(8679,1,11,'back'),(9127,1,11,'bear'),(8687,1,11,'bed'),(18425,1,11,'begins'),(12690,1,11,'best'),(9126,1,11,'brown'),(20100,1,11,'brushed'),(8253,1,11,'chino'),(8244,1,11,'classic'),(8242,1,11,'collection'),(8261,1,11,'color'),(8246,1,11,'colorful'),(12692,1,11,'come'),(20103,1,11,'comfort'),(12715,1,11,'corner'),(8232,1,11,'cotton'),(8676,1,11,'cover'),(8688,1,11,'create'),(8237,1,11,'curiosity'),(8673,1,11,'cushion'),(23363,1,11,'daily'),(12680,1,11,'day'),(8235,1,11,'delicacy'),(8219,1,11,'demo'),(12709,1,11,'depth'),(8240,1,11,'design'),(12700,1,11,'desk'),(8236,1,11,'evokes'),(8260,1,11,'exceptional'),(8228,1,11,'extra'),(8243,1,11,'features'),(8698,1,11,'filling'),(12687,1,11,'finish'),(8222,1,11,'fit'),(12706,1,11,'frame'),(12681,1,11,'framed'),(12693,1,11,'give'),(12679,1,11,'good'),(8683,1,11,'graphic'),(12699,1,11,'great'),(8263,1,11,'guaranteed'),(8701,1,11,'home'),(8213,1,11,'hummingbird'),(8699,1,11,'hypoallergenic'),(20101,1,11,'inner'),(8248,1,11,'inspired'),(8692,1,11,'inspires'),(8677,1,11,'invisible'),(8250,1,11,'japanese'),(8254,1,11,'jeans'),(8238,1,11,'joy'),(8268,1,11,'l'),(8234,1,11,'lightness'),(8229,1,11,'long'),(12698,1,11,'look'),(8267,1,11,'m'),(8695,1,11,'machine'),(8227,1,11,'made'),(12686,1,11,'matt'),(8265,1,11,'men'),(8689,1,11,'modern'),(23365,1,11,'monthly'),(8224,1,11,'neckline'),(23362,1,11,'none'),(12703,1,11,'office'),(12701,1,11,'open'),(12712,1,11,'open-space'),(12710,1,11,'openspace'),(12697,1,11,'optimistic'),(8251,1,11,'origamis'),(8264,1,11,'overtime'),(12704,1,11,'painted'),(12685,1,11,'paper'),(12708,1,11,'partout'),(12707,1,11,'passe'),(12713,1,11,'passe-partout'),(12711,1,11,'passepartout'),(8247,1,11,'patterns'),(8231,1,11,'pima'),(8700,1,11,'polyester'),(8241,1,11,'polyfaune'),(12682,1,11,'poster'),(8214,1,11,'printed'),(8257,1,11,'printing'),(8258,1,11,'process'),(8245,1,11,'products'),(8259,1,11,'provides'),(8221,1,11,'regular'),(8693,1,11,'relaxation'),(8675,1,11,'removable'),(8262,1,11,'rendering'),(12684,1,11,'rigid'),(8223,1,11,'round'),(8266,1,11,'s'),(8216,1,11,'shirt'),(8225,1,11,'short'),(20102,1,11,'side'),(8226,1,11,'sleeves'),(12688,1,11,'smooth'),(8685,1,11,'sofa'),(12702,1,11,'space'),(8230,1,11,'staple'),(8239,1,11,'studio'),(8255,1,11,'sublimation'),(12689,1,11,'surface'),(20098,1,11,'sweater'),(8233,1,11,'symbol'),(8215,1,11,'t'),(8218,1,11,'t-shirt'),(8256,1,11,'textile'),(12678,1,11,'today'),(8684,1,11,'touch'),(8249,1,11,'traditional'),(8217,1,11,'tshirt'),(12695,1,11,'voice'),(12694,1,11,'walls'),(8696,1,11,'washable'),(8252,1,11,'wear'),(23364,1,11,'weekly'),(8681,1,11,'will'),(20104,1,11,'women'),(12705,1,11,'wooden'),(8269,1,11,'xl'),(12691,1,11,'yet'),(8690,1,11,'zen'),(8678,1,11,'zip'),(8276,1,11,'イ'),(20763,1,11,'ウ'),(8705,1,11,'エ'),(20756,1,11,'オ'),(20759,1,11,'キ'),(8273,1,11,'ク'),(20747,1,11,'グ'),(8278,1,11,'コ'),(20754,1,11,'ジ'),(8706,1,11,'ス'),(8272,1,11,'ッ'),(8707,1,11,'テ'),(8277,1,11,'ト'),(20764,1,11,'ピ'),(20757,1,11,'フ'),(8270,1,11,'ブ'),(20753,1,11,'ベ'),(8274,1,11,'ホ'),(8703,1,11,'ポ'),(20761,1,11,'メ'),(20760,1,11,'ャ'),(20755,1,11,'ュ'),(8271,1,11,'ラ'),(8704,1,11,'リ'),(8708,1,11,'ル'),(20748,1,11,'レ'),(20762,1,11,'ロ'),(8275,1,11,'ワ'),(8279,1,11,'ン'),(20749,1,11,'ー'),(20750,1,11,'灰'),(20752,1,11,'色'),(20751,1,11,'褐'),(20758,1,11,'赤'),(10323,2,11,'1'),(17518,2,11,'40x60cm'),(17519,2,11,'60x90cm'),(17483,2,11,'7'),(17520,2,11,'80x120cm'),(17496,2,11,'aesthethic'),(17515,2,11,'art'),(17490,2,11,'best'),(10356,2,11,'chino'),(10347,2,11,'classic'),(10345,2,11,'collection'),(10364,2,11,'color'),(10349,2,11,'colorful'),(17492,2,11,'come'),(17517,2,11,'corner'),(10335,2,11,'cotton'),(10340,2,11,'curiosity'),(17480,2,11,'day'),(10338,2,11,'delicacy'),(10322,2,11,'demo'),(17510,2,11,'depth'),(10343,2,11,'design'),(17501,2,11,'desk'),(10339,2,11,'evokes'),(10363,2,11,'exceptional'),(10331,2,11,'extra'),(10346,2,11,'features'),(17487,2,11,'finish'),(10325,2,11,'fit'),(17507,2,11,'frame'),(17481,2,11,'framed'),(17493,2,11,'give'),(17479,2,11,'good'),(17516,2,11,'graphic'),(17500,2,11,'great'),(10366,2,11,'guaranteed'),(10316,2,11,'hummingbird'),(10351,2,11,'inspired'),(10353,2,11,'japanese'),(10357,2,11,'jeans'),(10341,2,11,'joy'),(10371,2,11,'l'),(10337,2,11,'lightness'),(10332,2,11,'long'),(17499,2,11,'look'),(10370,2,11,'m'),(10330,2,11,'made'),(17486,2,11,'matt'),(10368,2,11,'men'),(10327,2,11,'neckline'),(17504,2,11,'office'),(17502,2,11,'open'),(17513,2,11,'open-space'),(17511,2,11,'openspace'),(17497,2,11,'optimistic'),(10354,2,11,'origamis'),(10367,2,11,'overtime'),(17505,2,11,'painted'),(17485,2,11,'paper'),(17509,2,11,'partout'),(17508,2,11,'passe'),(17514,2,11,'passe-partout'),(17512,2,11,'passepartout'),(10350,2,11,'patterns'),(10334,2,11,'pima'),(10344,2,11,'polyfaune'),(17482,2,11,'poster'),(10317,2,11,'printed'),(10360,2,11,'printing'),(10361,2,11,'process'),(10348,2,11,'products'),(10362,2,11,'provides'),(10324,2,11,'regular'),(10365,2,11,'rendering'),(17484,2,11,'rigid'),(10326,2,11,'round'),(10369,2,11,'s'),(10319,2,11,'shirt'),(10328,2,11,'short'),(10329,2,11,'sleeves'),(17488,2,11,'smooth'),(17503,2,11,'space'),(10333,2,11,'staple'),(10342,2,11,'studio'),(10358,2,11,'sublimation'),(17489,2,11,'surface'),(10336,2,11,'symbol'),(10318,2,11,'t'),(10321,2,11,'t-shirt'),(10359,2,11,'textile'),(17478,2,11,'today'),(10352,2,11,'traditional'),(10320,2,11,'tshirt'),(17495,2,11,'voice'),(17494,2,11,'walls'),(10355,2,11,'wear'),(17498,2,11,'will'),(17506,2,11,'wooden'),(10372,2,11,'xl'),(17491,2,11,'yet'),(10375,2,11,'イ'),(10380,2,11,'ク'),(10381,2,11,'コ'),(10379,2,11,'ッ'),(10376,2,11,'ト'),(10377,2,11,'ブ'),(10373,2,11,'ホ'),(12201,2,11,'ム'),(10378,2,11,'ラ'),(10374,2,11,'ワ'),(10382,2,11,'ン'),(12200,2,11,'ー'),(20152,1,12,'100'),(18989,1,12,'40x60cm'),(18990,1,12,'60x90cm'),(18991,1,12,'80x120cm'),(18967,1,12,'aesthethic'),(18986,1,12,'art'),(20829,1,12,'beige'),(18961,1,12,'best'),(19668,1,12,'black'),(20833,1,12,'blue'),(20836,1,12,'brown'),(20153,1,12,'brushed'),(20831,1,12,'camel'),(19655,1,12,'chino'),(19646,1,12,'classic'),(19644,1,12,'collection'),(19663,1,12,'color'),(19648,1,12,'colorful'),(18963,1,12,'come'),(20156,1,12,'comfort'),(18988,1,12,'corner'),(19634,1,12,'cotton'),(19639,1,12,'curiosity'),(23408,1,12,'daily'),(18950,1,12,'day'),(19637,1,12,'delicacy'),(18953,1,12,'demo'),(18981,1,12,'depth'),(19642,1,12,'design'),(18972,1,12,'desk'),(19638,1,12,'evokes'),(19662,1,12,'exceptional'),(19630,1,12,'extra'),(19645,1,12,'features'),(18958,1,12,'finish'),(19624,1,12,'fit'),(18978,1,12,'frame'),(18951,1,12,'framed'),(18964,1,12,'give'),(18949,1,12,'good'),(18987,1,12,'graphic'),(18971,1,12,'great'),(20834,1,12,'green'),(20827,1,12,'grey'),(19665,1,12,'guaranteed'),(19619,1,12,'hummingbird'),(20154,1,12,'inner'),(19650,1,12,'inspired'),(19652,1,12,'japanese'),(19656,1,12,'jeans'),(19640,1,12,'joy'),(19636,1,12,'lightness'),(19631,1,12,'long'),(18970,1,12,'look'),(19629,1,12,'made'),(18957,1,12,'matt'),(19667,1,12,'men'),(23410,1,12,'monthly'),(19626,1,12,'neckline'),(23407,1,12,'none'),(18975,1,12,'office'),(18973,1,12,'open'),(18984,1,12,'open-space'),(18982,1,12,'openspace'),(18968,1,12,'optimistic'),(20832,1,12,'orange'),(19653,1,12,'origamis'),(19666,1,12,'overtime'),(18976,1,12,'painted'),(18956,1,12,'paper'),(18980,1,12,'partout'),(18979,1,12,'passe'),(18985,1,12,'passe-partout'),(18983,1,12,'passepartout'),(19649,1,12,'patterns'),(19633,1,12,'pima'),(20837,1,12,'pink'),(19643,1,12,'polyfaune'),(18952,1,12,'poster'),(18954,1,12,'printed'),(19659,1,12,'printing'),(19660,1,12,'process'),(19647,1,12,'products'),(19661,1,12,'provides'),(20830,1,12,'red'),(19623,1,12,'regular'),(19664,1,12,'rendering'),(18955,1,12,'rigid'),(19625,1,12,'round'),(19620,1,12,'shirt'),(19627,1,12,'short'),(20155,1,12,'side'),(19628,1,12,'sleeves'),(18959,1,12,'smooth'),(18974,1,12,'space'),(19632,1,12,'staple'),(19641,1,12,'studio'),(19657,1,12,'sublimation'),(18960,1,12,'surface'),(20151,1,12,'sweater'),(19635,1,12,'symbol'),(19622,1,12,'t-shirt'),(20828,1,12,'taupe'),(19658,1,12,'textile'),(18948,1,12,'today'),(19651,1,12,'traditional'),(19621,1,12,'tshirt'),(18966,1,12,'voice'),(18965,1,12,'walls'),(19654,1,12,'wear'),(23409,1,12,'weekly'),(19669,1,12,'white'),(18969,1,12,'will'),(20157,1,12,'women'),(18977,1,12,'wooden'),(20835,1,12,'yellow'),(18962,1,12,'yet'),(21358,1,13,'40x60cm'),(21359,1,13,'60x90cm'),(21360,1,13,'80x120cm'),(21335,1,13,'aesthethic'),(21326,1,13,'and'),(21355,1,13,'art'),(21316,1,13,'best'),(21318,1,13,'come'),(21357,1,13,'corner'),(23452,1,13,'daily'),(21321,1,13,'demo'),(21350,1,13,'depth'),(21340,1,13,'desk'),(21346,1,13,'frame'),(21319,1,13,'framed'),(21329,1,13,'give'),(21356,1,13,'graphic'),(21339,1,13,'great'),(21338,1,13,'look'),(21324,1,13,'matt'),(23454,1,13,'monthly'),(21349,1,13,'more'),(23451,1,13,'none'),(21343,1,13,'office'),(21341,1,13,'open'),(21353,1,13,'open-space'),(21351,1,13,'openspace'),(21336,1,13,'optimistic'),(21344,1,13,'painted'),(21325,1,13,'paper'),(21348,1,13,'partout'),(21347,1,13,'passe'),(21354,1,13,'passe-partout'),(21352,1,13,'passepartout'),(21320,1,13,'poster'),(21322,1,13,'printed'),(21323,1,13,'rigid'),(21327,1,13,'smooth'),(21342,1,13,'space'),(21328,1,13,'surface'),(21315,1,13,'the'),(21334,1,13,'this'),(21332,1,13,'voice'),(21331,1,13,'walls'),(23453,1,13,'weekly'),(21337,1,13,'will'),(21333,1,13,'with'),(21345,1,13,'wooden'),(21317,1,13,'yet'),(21330,1,13,'your'); -/*!40000 ALTER TABLE `ps_search_word` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_sekeyword` --- - -DROP TABLE IF EXISTS `ps_sekeyword`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_sekeyword` ( - `id_sekeyword` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `keyword` varchar(256) NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_sekeyword`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_sekeyword` --- - -LOCK TABLES `ps_sekeyword` WRITE; -/*!40000 ALTER TABLE `ps_sekeyword` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_sekeyword` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_shop` --- - -DROP TABLE IF EXISTS `ps_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_shop` ( - `id_shop` int(11) NOT NULL AUTO_INCREMENT, - `id_shop_group` int(11) NOT NULL, - `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, - `id_category` int(11) NOT NULL, - `theme_name` varchar(255) COLLATE utf8_unicode_ci NOT NULL, - `active` tinyint(1) NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id_shop`), - KEY `IDX_CBDFBB9EF5C9E40` (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_shop` --- - -LOCK TABLES `ps_shop` WRITE; -/*!40000 ALTER TABLE `ps_shop` DISABLE KEYS */; -INSERT INTO `ps_shop` VALUES (1,1,'mollie17',2,'classic',1,0),(2,1,'shop2',2,'classic',1,0); -/*!40000 ALTER TABLE `ps_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_shop_group` --- - -DROP TABLE IF EXISTS `ps_shop_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_shop_group` ( - `id_shop_group` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(64) COLLATE utf8_unicode_ci NOT NULL, - `share_customer` tinyint(1) NOT NULL, - `share_order` tinyint(1) NOT NULL, - `share_stock` tinyint(1) NOT NULL, - `active` tinyint(1) NOT NULL, - `deleted` tinyint(1) NOT NULL, - PRIMARY KEY (`id_shop_group`) -) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_shop_group` --- - -LOCK TABLES `ps_shop_group` WRITE; -/*!40000 ALTER TABLE `ps_shop_group` DISABLE KEYS */; -INSERT INTO `ps_shop_group` VALUES (1,'Default',0,0,0,1,0); -/*!40000 ALTER TABLE `ps_shop_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_shop_url` --- - -DROP TABLE IF EXISTS `ps_shop_url`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_shop_url` ( - `id_shop_url` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(11) unsigned NOT NULL, - `domain` varchar(150) NOT NULL, - `domain_ssl` varchar(150) NOT NULL, - `physical_uri` varchar(64) NOT NULL, - `virtual_uri` varchar(64) NOT NULL, - `main` tinyint(1) NOT NULL, - `active` tinyint(1) NOT NULL, - PRIMARY KEY (`id_shop_url`), - UNIQUE KEY `full_shop_url` (`domain`,`physical_uri`,`virtual_uri`), - UNIQUE KEY `full_shop_url_ssl` (`domain_ssl`,`physical_uri`,`virtual_uri`), - KEY `id_shop` (`id_shop`,`main`) -) ENGINE=InnoDB AUTO_INCREMENT=3 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_shop_url` --- - -LOCK TABLES `ps_shop_url` WRITE; -/*!40000 ALTER TABLE `ps_shop_url` DISABLE KEYS */; -INSERT INTO `ps_shop_url` VALUES (1,1,'margud.eu.ngrok.io','margud.eu.ngrok.io','/mollie17/','',1,1),(2,2,'margud.eu.ngrok.io','margud.eu.ngrok.io','/mollie17/','shop2/',1,1); -/*!40000 ALTER TABLE `ps_shop_url` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_smarty_cache` --- - -DROP TABLE IF EXISTS `ps_smarty_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_smarty_cache` ( - `id_smarty_cache` char(40) NOT NULL, - `name` char(40) NOT NULL, - `cache_id` varchar(254) DEFAULT NULL, - `modified` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, - `content` longtext NOT NULL, - PRIMARY KEY (`id_smarty_cache`), - KEY `name` (`name`), - KEY `cache_id` (`cache_id`), - KEY `modified` (`modified`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_smarty_cache` --- - -LOCK TABLES `ps_smarty_cache` WRITE; -/*!40000 ALTER TABLE `ps_smarty_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_smarty_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_smarty_last_flush` --- - -DROP TABLE IF EXISTS `ps_smarty_last_flush`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_smarty_last_flush` ( - `type` enum('compile','template') NOT NULL, - `last_flush` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`type`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_smarty_last_flush` --- - -LOCK TABLES `ps_smarty_last_flush` WRITE; -/*!40000 ALTER TABLE `ps_smarty_last_flush` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_smarty_last_flush` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_smarty_lazy_cache` --- - -DROP TABLE IF EXISTS `ps_smarty_lazy_cache`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_smarty_lazy_cache` ( - `template_hash` varchar(32) NOT NULL DEFAULT '', - `cache_id` varchar(255) NOT NULL DEFAULT '', - `compile_id` varchar(32) NOT NULL DEFAULT '', - `filepath` varchar(255) NOT NULL DEFAULT '', - `last_update` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', - PRIMARY KEY (`template_hash`,`cache_id`,`compile_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_smarty_lazy_cache` --- - -LOCK TABLES `ps_smarty_lazy_cache` WRITE; -/*!40000 ALTER TABLE `ps_smarty_lazy_cache` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_smarty_lazy_cache` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price` --- - -DROP TABLE IF EXISTS `ps_specific_price`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price` ( - `id_specific_price` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_specific_price_rule` int(11) unsigned NOT NULL, - `id_cart` int(11) unsigned NOT NULL, - `id_product` int(10) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(11) unsigned NOT NULL, - `id_currency` int(10) unsigned NOT NULL, - `id_country` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - `id_customer` int(10) unsigned NOT NULL, - `id_product_attribute` int(10) unsigned NOT NULL, - `price` decimal(20,6) NOT NULL, - `from_quantity` mediumint(8) unsigned NOT NULL, - `reduction` decimal(20,6) NOT NULL, - `reduction_tax` tinyint(1) NOT NULL DEFAULT '1', - `reduction_type` enum('amount','percentage') NOT NULL, - `from` datetime NOT NULL, - `to` datetime NOT NULL, - PRIMARY KEY (`id_specific_price`), - UNIQUE KEY `id_product_2` (`id_product`,`id_product_attribute`,`id_customer`,`id_cart`,`from`,`to`,`id_shop`,`id_shop_group`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`id_specific_price_rule`), - KEY `id_product` (`id_product`,`id_shop`,`id_currency`,`id_country`,`id_group`,`id_customer`,`from_quantity`,`from`,`to`), - KEY `from_quantity` (`from_quantity`), - KEY `id_specific_price_rule` (`id_specific_price_rule`), - KEY `id_cart` (`id_cart`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_shop` (`id_shop`), - KEY `id_customer` (`id_customer`), - KEY `from` (`from`), - KEY `to` (`to`) -) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price` --- - -LOCK TABLES `ps_specific_price` WRITE; -/*!40000 ALTER TABLE `ps_specific_price` DISABLE KEYS */; -INSERT INTO `ps_specific_price` VALUES (2,0,0,2,0,0,0,0,0,0,0,-1.000000,1,0.200000,1,'percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'),(3,0,0,18,1,0,0,0,0,0,0,-1.000000,1,0.582000,1,'percentage','0000-00-00 00:00:00','0000-00-00 00:00:00'); -/*!40000 ALTER TABLE `ps_specific_price` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_priority` --- - -DROP TABLE IF EXISTS `ps_specific_price_priority`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_priority` ( - `id_specific_price_priority` int(11) NOT NULL AUTO_INCREMENT, - `id_product` int(11) NOT NULL, - `priority` varchar(80) NOT NULL, - PRIMARY KEY (`id_specific_price_priority`,`id_product`), - UNIQUE KEY `id_product` (`id_product`) -) ENGINE=InnoDB AUTO_INCREMENT=23 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_priority` --- - -LOCK TABLES `ps_specific_price_priority` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_priority` DISABLE KEYS */; -INSERT INTO `ps_specific_price_priority` VALUES (1,1,'id_shop;id_currency;id_country;id_group'),(2,19,'id_shop;id_currency;id_country;id_group'),(3,8,'id_shop;id_currency;id_country;id_group'),(5,9,'id_shop;id_currency;id_country;id_group'),(6,7,'id_shop;id_currency;id_country;id_group'),(7,6,'id_shop;id_currency;id_country;id_group'),(9,10,'id_shop;id_currency;id_country;id_group'),(10,11,'id_shop;id_currency;id_country;id_group'),(11,12,'id_shop;id_currency;id_country;id_group'),(12,4,'id_shop;id_currency;id_country;id_group'),(13,3,'id_shop;id_currency;id_country;id_group'),(14,14,'id_shop;id_currency;id_country;id_group'),(15,20,'id_shop;id_currency;id_country;id_group'),(16,2,'id_shop;id_currency;id_country;id_group'),(17,5,'id_shop;id_currency;id_country;id_group'),(22,21,'id_shop;id_currency;id_country;id_group'); -/*!40000 ALTER TABLE `ps_specific_price_priority` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_rule` --- - -DROP TABLE IF EXISTS `ps_specific_price_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_rule` ( - `id_specific_price_rule` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(255) NOT NULL, - `id_shop` int(11) unsigned NOT NULL DEFAULT '1', - `id_currency` int(10) unsigned NOT NULL, - `id_country` int(10) unsigned NOT NULL, - `id_group` int(10) unsigned NOT NULL, - `from_quantity` mediumint(8) unsigned NOT NULL, - `price` decimal(20,6) DEFAULT NULL, - `reduction` decimal(20,6) NOT NULL, - `reduction_tax` tinyint(1) NOT NULL DEFAULT '1', - `reduction_type` enum('amount','percentage') NOT NULL, - `from` datetime NOT NULL, - `to` datetime NOT NULL, - PRIMARY KEY (`id_specific_price_rule`), - KEY `id_product` (`id_shop`,`id_currency`,`id_country`,`id_group`,`from_quantity`,`from`,`to`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_rule` --- - -LOCK TABLES `ps_specific_price_rule` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_rule` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_specific_price_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_rule_condition` --- - -DROP TABLE IF EXISTS `ps_specific_price_rule_condition`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_rule_condition` ( - `id_specific_price_rule_condition` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL, - `type` varchar(255) NOT NULL, - `value` varchar(255) NOT NULL, - PRIMARY KEY (`id_specific_price_rule_condition`), - KEY `id_specific_price_rule_condition_group` (`id_specific_price_rule_condition_group`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_rule_condition` --- - -LOCK TABLES `ps_specific_price_rule_condition` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_specific_price_rule_condition_group` --- - -DROP TABLE IF EXISTS `ps_specific_price_rule_condition_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_specific_price_rule_condition_group` ( - `id_specific_price_rule_condition_group` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_specific_price_rule` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_specific_price_rule_condition_group`,`id_specific_price_rule`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_specific_price_rule_condition_group` --- - -LOCK TABLES `ps_specific_price_rule_condition_group` WRITE; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_specific_price_rule_condition_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_state` --- - -DROP TABLE IF EXISTS `ps_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_state` ( - `id_state` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_country` int(11) unsigned NOT NULL, - `id_zone` int(11) unsigned NOT NULL, - `name` varchar(64) NOT NULL, - `iso_code` varchar(7) NOT NULL, - `tax_behavior` smallint(1) NOT NULL DEFAULT '0', - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_state`), - KEY `id_country` (`id_country`), - KEY `name` (`name`), - KEY `id_zone` (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=393 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_state` --- - -LOCK TABLES `ps_state` WRITE; -/*!40000 ALTER TABLE `ps_state` DISABLE KEYS */; -INSERT INTO `ps_state` VALUES (1,21,2,'AA','AA',0,1),(2,21,2,'AE','AE',0,1),(3,21,2,'AP','AP',0,1),(4,21,2,'Alabama','AL',0,1),(5,21,2,'Alaska','AK',0,1),(6,21,2,'Arizona','AZ',0,1),(7,21,2,'Arkansas','AR',0,1),(8,21,2,'California','CA',0,1),(9,21,2,'Colorado','CO',0,1),(10,21,2,'Connecticut','CT',0,1),(11,21,2,'Delaware','DE',0,1),(12,21,2,'Florida','FL',0,1),(13,21,2,'Georgia','GA',0,1),(14,21,2,'Hawaii','HI',0,1),(15,21,2,'Idaho','ID',0,1),(16,21,2,'Illinois','IL',0,1),(17,21,2,'Indiana','IN',0,1),(18,21,2,'Iowa','IA',0,1),(19,21,2,'Kansas','KS',0,1),(20,21,2,'Kentucky','KY',0,1),(21,21,2,'Louisiana','LA',0,1),(22,21,2,'Maine','ME',0,1),(23,21,2,'Maryland','MD',0,1),(24,21,2,'Massachusetts','MA',0,1),(25,21,2,'Michigan','MI',0,1),(26,21,2,'Minnesota','MN',0,1),(27,21,2,'Mississippi','MS',0,1),(28,21,2,'Missouri','MO',0,1),(29,21,2,'Montana','MT',0,1),(30,21,2,'Nebraska','NE',0,1),(31,21,2,'Nevada','NV',0,1),(32,21,2,'New Hampshire','NH',0,1),(33,21,2,'New Jersey','NJ',0,1),(34,21,2,'New Mexico','NM',0,1),(35,21,2,'New York','NY',0,1),(36,21,2,'North Carolina','NC',0,1),(37,21,2,'North Dakota','ND',0,1),(38,21,2,'Ohio','OH',0,1),(39,21,2,'Oklahoma','OK',0,1),(40,21,2,'Oregon','OR',0,1),(41,21,2,'Pennsylvania','PA',0,1),(42,21,2,'Rhode Island','RI',0,1),(43,21,2,'South Carolina','SC',0,1),(44,21,2,'South Dakota','SD',0,1),(45,21,2,'Tennessee','TN',0,1),(46,21,2,'Texas','TX',0,1),(47,21,2,'Utah','UT',0,1),(48,21,2,'Vermont','VT',0,1),(49,21,2,'Virginia','VA',0,1),(50,21,2,'Washington','WA',0,1),(51,21,2,'West Virginia','WV',0,1),(52,21,2,'Wisconsin','WI',0,1),(53,21,2,'Wyoming','WY',0,1),(54,21,2,'Puerto Rico','PR',0,1),(55,21,2,'US Virgin Islands','VI',0,1),(56,21,2,'District of Columbia','DC',0,1),(57,145,2,'Aguascalientes','AGS',0,1),(58,145,2,'Baja California','BCN',0,1),(59,145,2,'Baja California Sur','BCS',0,1),(60,145,2,'Campeche','CAM',0,1),(61,145,2,'Chiapas','CHP',0,1),(62,145,2,'Chihuahua','CHH',0,1),(63,145,2,'Coahuila','COA',0,1),(64,145,2,'Colima','COL',0,1),(65,145,2,'Distrito Federal','DIF',0,1),(66,145,2,'Durango','DUR',0,1),(67,145,2,'Guanajuato','GUA',0,1),(68,145,2,'Guerrero','GRO',0,1),(69,145,2,'Hidalgo','HID',0,1),(70,145,2,'Jalisco','JAL',0,1),(71,145,2,'Estado de México','MEX',0,1),(72,145,2,'Michoacán','MIC',0,1),(73,145,2,'Morelos','MOR',0,1),(74,145,2,'Nayarit','NAY',0,1),(75,145,2,'Nuevo León','NLE',0,1),(76,145,2,'Oaxaca','OAX',0,1),(77,145,2,'Puebla','PUE',0,1),(78,145,2,'Querétaro','QUE',0,1),(79,145,2,'Quintana Roo','ROO',0,1),(80,145,2,'San Luis Potosí','SLP',0,1),(81,145,2,'Sinaloa','SIN',0,1),(82,145,2,'Sonora','SON',0,1),(83,145,2,'Tabasco','TAB',0,1),(84,145,2,'Tamaulipas','TAM',0,1),(85,145,2,'Tlaxcala','TLA',0,1),(86,145,2,'Veracruz','VER',0,1),(87,145,2,'Yucatán','YUC',0,1),(88,145,2,'Zacatecas','ZAC',0,1),(89,4,2,'Ontario','ON',0,1),(90,4,2,'Quebec','QC',0,1),(91,4,2,'British Columbia','BC',0,1),(92,4,2,'Alberta','AB',0,1),(93,4,2,'Manitoba','MB',0,1),(94,4,2,'Saskatchewan','SK',0,1),(95,4,2,'Nova Scotia','NS',0,1),(96,4,2,'New Brunswick','NB',0,1),(97,4,2,'Newfoundland and Labrador','NL',0,1),(98,4,2,'Prince Edward Island','PE',0,1),(99,4,2,'Northwest Territories','NT',0,1),(100,4,2,'Yukon','YT',0,1),(101,4,2,'Nunavut','NU',0,1),(102,44,6,'Buenos Aires','B',0,1),(103,44,6,'Catamarca','K',0,1),(104,44,6,'Chaco','H',0,1),(105,44,6,'Chubut','U',0,1),(106,44,6,'Ciudad de Buenos Aires','C',0,1),(107,44,6,'Córdoba','X',0,1),(108,44,6,'Corrientes','W',0,1),(109,44,6,'Entre Ríos','E',0,1),(110,44,6,'Formosa','P',0,1),(111,44,6,'Jujuy','Y',0,1),(112,44,6,'La Pampa','L',0,1),(113,44,6,'La Rioja','F',0,1),(114,44,6,'Mendoza','M',0,1),(115,44,6,'Misiones','N',0,1),(116,44,6,'Neuquén','Q',0,1),(117,44,6,'Río Negro','R',0,1),(118,44,6,'Salta','A',0,1),(119,44,6,'San Juan','J',0,1),(120,44,6,'San Luis','D',0,1),(121,44,6,'Santa Cruz','Z',0,1),(122,44,6,'Santa Fe','S',0,1),(123,44,6,'Santiago del Estero','G',0,1),(124,44,6,'Tierra del Fuego','V',0,1),(125,44,6,'Tucumán','T',0,1),(126,10,1,'Agrigento','AG',0,1),(127,10,1,'Alessandria','AL',0,1),(128,10,1,'Ancona','AN',0,1),(129,10,1,'Aosta','AO',0,1),(130,10,1,'Arezzo','AR',0,1),(131,10,1,'Ascoli Piceno','AP',0,1),(132,10,1,'Asti','AT',0,1),(133,10,1,'Avellino','AV',0,1),(134,10,1,'Bari','BA',0,1),(135,10,1,'Barletta-Andria-Trani','BT',0,1),(136,10,1,'Belluno','BL',0,1),(137,10,1,'Benevento','BN',0,1),(138,10,1,'Bergamo','BG',0,1),(139,10,1,'Biella','BI',0,1),(140,10,1,'Bologna','BO',0,1),(141,10,1,'Bolzano','BZ',0,1),(142,10,1,'Brescia','BS',0,1),(143,10,1,'Brindisi','BR',0,1),(144,10,1,'Cagliari','CA',0,1),(145,10,1,'Caltanissetta','CL',0,1),(146,10,1,'Campobasso','CB',0,1),(147,10,1,'Carbonia-Iglesias','CI',0,1),(148,10,1,'Caserta','CE',0,1),(149,10,1,'Catania','CT',0,1),(150,10,1,'Catanzaro','CZ',0,1),(151,10,1,'Chieti','CH',0,1),(152,10,1,'Como','CO',0,1),(153,10,1,'Cosenza','CS',0,1),(154,10,1,'Cremona','CR',0,1),(155,10,1,'Crotone','KR',0,1),(156,10,1,'Cuneo','CN',0,1),(157,10,1,'Enna','EN',0,1),(158,10,1,'Fermo','FM',0,1),(159,10,1,'Ferrara','FE',0,1),(160,10,1,'Firenze','FI',0,1),(161,10,1,'Foggia','FG',0,1),(162,10,1,'Forlì-Cesena','FC',0,1),(163,10,1,'Frosinone','FR',0,1),(164,10,1,'Genova','GE',0,1),(165,10,1,'Gorizia','GO',0,1),(166,10,1,'Grosseto','GR',0,1),(167,10,1,'Imperia','IM',0,1),(168,10,1,'Isernia','IS',0,1),(169,10,1,'L\'Aquila','AQ',0,1),(170,10,1,'La Spezia','SP',0,1),(171,10,1,'Latina','LT',0,1),(172,10,1,'Lecce','LE',0,1),(173,10,1,'Lecco','LC',0,1),(174,10,1,'Livorno','LI',0,1),(175,10,1,'Lodi','LO',0,1),(176,10,1,'Lucca','LU',0,1),(177,10,1,'Macerata','MC',0,1),(178,10,1,'Mantova','MN',0,1),(179,10,1,'Massa','MS',0,1),(180,10,1,'Matera','MT',0,1),(181,10,1,'Medio Campidano','VS',0,1),(182,10,1,'Messina','ME',0,1),(183,10,1,'Milano','MI',0,1),(184,10,1,'Modena','MO',0,1),(185,10,1,'Monza e della Brianza','MB',0,1),(186,10,1,'Napoli','NA',0,1),(187,10,1,'Novara','NO',0,1),(188,10,1,'Nuoro','NU',0,1),(189,10,1,'Ogliastra','OG',0,1),(190,10,1,'Olbia-Tempio','OT',0,1),(191,10,1,'Oristano','OR',0,1),(192,10,1,'Padova','PD',0,1),(193,10,1,'Palermo','PA',0,1),(194,10,1,'Parma','PR',0,1),(195,10,1,'Pavia','PV',0,1),(196,10,1,'Perugia','PG',0,1),(197,10,1,'Pesaro-Urbino','PU',0,1),(198,10,1,'Pescara','PE',0,1),(199,10,1,'Piacenza','PC',0,1),(200,10,1,'Pisa','PI',0,1),(201,10,1,'Pistoia','PT',0,1),(202,10,1,'Pordenone','PN',0,1),(203,10,1,'Potenza','PZ',0,1),(204,10,1,'Prato','PO',0,1),(205,10,1,'Ragusa','RG',0,1),(206,10,1,'Ravenna','RA',0,1),(207,10,1,'Reggio Calabria','RC',0,1),(208,10,1,'Reggio Emilia','RE',0,1),(209,10,1,'Rieti','RI',0,1),(210,10,1,'Rimini','RN',0,1),(211,10,1,'Roma','RM',0,1),(212,10,1,'Rovigo','RO',0,1),(213,10,1,'Salerno','SA',0,1),(214,10,1,'Sassari','SS',0,1),(215,10,1,'Savona','SV',0,1),(216,10,1,'Siena','SI',0,1),(217,10,1,'Siracusa','SR',0,1),(218,10,1,'Sondrio','SO',0,1),(219,10,1,'Taranto','TA',0,1),(220,10,1,'Teramo','TE',0,1),(221,10,1,'Terni','TR',0,1),(222,10,1,'Torino','TO',0,1),(223,10,1,'Trapani','TP',0,1),(224,10,1,'Trento','TN',0,1),(225,10,1,'Treviso','TV',0,1),(226,10,1,'Trieste','TS',0,1),(227,10,1,'Udine','UD',0,1),(228,10,1,'Varese','VA',0,1),(229,10,1,'Venezia','VE',0,1),(230,10,1,'Verbano-Cusio-Ossola','VB',0,1),(231,10,1,'Vercelli','VC',0,1),(232,10,1,'Verona','VR',0,1),(233,10,1,'Vibo Valentia','VV',0,1),(234,10,1,'Vicenza','VI',0,1),(235,10,1,'Viterbo','VT',0,1),(236,111,3,'Aceh','ID-AC',0,1),(237,111,3,'Bali','ID-BA',0,1),(238,111,3,'Banten','ID-BT',0,1),(239,111,3,'Bengkulu','ID-BE',0,1),(240,111,3,'Gorontalo','ID-GO',0,1),(241,111,3,'Jakarta','ID-JK',0,1),(242,111,3,'Jambi','ID-JA',0,1),(243,111,3,'Jawa Barat','ID-JB',0,1),(244,111,3,'Jawa Tengah','ID-JT',0,1),(245,111,3,'Jawa Timur','ID-JI',0,1),(246,111,3,'Kalimantan Barat','ID-KB',0,1),(247,111,3,'Kalimantan Selatan','ID-KS',0,1),(248,111,3,'Kalimantan Tengah','ID-KT',0,1),(249,111,3,'Kalimantan Timur','ID-KI',0,1),(250,111,3,'Kalimantan Utara','ID-KU',0,1),(251,111,3,'Kepulauan Bangka Belitug','ID-BB',0,1),(252,111,3,'Kepulauan Riau','ID-KR',0,1),(253,111,3,'Lampung','ID-LA',0,1),(254,111,3,'Maluku','ID-MA',0,1),(255,111,3,'Maluku Utara','ID-MU',0,1),(256,111,3,'Nusa Tengara Barat','ID-NB',0,1),(257,111,3,'Nusa Tenggara Timur','ID-NT',0,1),(258,111,3,'Papua','ID-PA',0,1),(259,111,3,'Papua Barat','ID-PB',0,1),(260,111,3,'Riau','ID-RI',0,1),(261,111,3,'Sulawesi Barat','ID-SR',0,1),(262,111,3,'Sulawesi Selatan','ID-SN',0,1),(263,111,3,'Sulawesi Tengah','ID-ST',0,1),(264,111,3,'Sulawesi Tenggara','ID-SG',0,1),(265,111,3,'Sulawesi Utara','ID-SA',0,1),(266,111,3,'Sumatera Barat','ID-SB',0,1),(267,111,3,'Sumatera Selatan','ID-SS',0,1),(268,111,3,'Sumatera Utara','ID-SU',0,1),(269,111,3,'Yogyakarta','ID-YO',0,1),(270,11,3,'Aichi','23',0,1),(271,11,3,'Akita','05',0,1),(272,11,3,'Aomori','02',0,1),(273,11,3,'Chiba','12',0,1),(274,11,3,'Ehime','38',0,1),(275,11,3,'Fukui','18',0,1),(276,11,3,'Fukuoka','40',0,1),(277,11,3,'Fukushima','07',0,1),(278,11,3,'Gifu','21',0,1),(279,11,3,'Gunma','10',0,1),(280,11,3,'Hiroshima','34',0,1),(281,11,3,'Hokkaido','01',0,1),(282,11,3,'Hyogo','28',0,1),(283,11,3,'Ibaraki','08',0,1),(284,11,3,'Ishikawa','17',0,1),(285,11,3,'Iwate','03',0,1),(286,11,3,'Kagawa','37',0,1),(287,11,3,'Kagoshima','46',0,1),(288,11,3,'Kanagawa','14',0,1),(289,11,3,'Kochi','39',0,1),(290,11,3,'Kumamoto','43',0,1),(291,11,3,'Kyoto','26',0,1),(292,11,3,'Mie','24',0,1),(293,11,3,'Miyagi','04',0,1),(294,11,3,'Miyazaki','45',0,1),(295,11,3,'Nagano','20',0,1),(296,11,3,'Nagasaki','42',0,1),(297,11,3,'Nara','29',0,1),(298,11,3,'Niigata','15',0,1),(299,11,3,'Oita','44',0,1),(300,11,3,'Okayama','33',0,1),(301,11,3,'Okinawa','47',0,1),(302,11,3,'Osaka','27',0,1),(303,11,3,'Saga','41',0,1),(304,11,3,'Saitama','11',0,1),(305,11,3,'Shiga','25',0,1),(306,11,3,'Shimane','32',0,1),(307,11,3,'Shizuoka','22',0,1),(308,11,3,'Tochigi','09',0,1),(309,11,3,'Tokushima','36',0,1),(310,11,3,'Tokyo','13',0,1),(311,11,3,'Tottori','31',0,1),(312,11,3,'Toyama','16',0,1),(313,11,3,'Wakayama','30',0,1),(314,11,3,'Yamagata','06',0,1),(315,11,3,'Yamaguchi','35',0,1),(316,11,3,'Yamanashi','19',0,1),(317,24,5,'Australian Capital Territory','ACT',0,1),(318,24,5,'New South Wales','NSW',0,1),(319,24,5,'Northern Territory','NT',0,1),(320,24,5,'Queensland','QLD',0,1),(321,24,5,'South Australia','SA',0,1),(322,24,5,'Tasmania','TAS',0,1),(323,24,5,'Victoria','VIC',0,1),(324,24,5,'Western Australia','WA',0,1),(325,13,1,'Drenthe','NL-DR',0,1),(326,13,1,'Flevoland','NL-FL',0,1),(327,13,1,'Fryslân','NL-FR',0,1),(328,13,1,'Gelderland','NL-GE',0,1),(329,13,1,'Groningen','NL-GR',0,1),(330,13,1,'Limburg','NL-LI',0,1),(331,13,1,'Noord-Brabant','NL-NB',0,1),(332,13,1,'Noord-Holland','NL-NH',0,1),(333,13,1,'Overijssel','NL-OV',0,1),(334,13,1,'Utrecht','NL-UT',0,1),(335,13,1,'Zeeland','NL-ZE',0,1),(336,13,1,'Zuid-Holland','NL-ZH',0,1),(337,11,3,'Aichi','JP-23',0,1),(338,11,3,'Akita','JP-05',0,1),(339,11,3,'Aomori','JP-02',0,1),(340,11,3,'Chiba','JP-12',0,1),(341,11,3,'Ehime','JP-38',0,1),(342,11,3,'Fukui','JP-18',0,1),(343,11,3,'Fukuoka','JP-40',0,1),(344,11,3,'Fukushima','JP-07',0,1),(345,11,3,'Gifu','JP-21',0,1),(346,11,3,'Gunma','JP-10',0,1),(347,11,3,'Hiroshima','JP-34',0,1),(348,11,3,'Hokkaido','JP-01',0,1),(349,11,3,'Hyōgo','JP-28',0,1),(350,11,3,'Ibaraki','JP-08',0,1),(351,11,3,'Ishikawa','JP-17',0,1),(352,11,3,'Iwate','JP-03',0,1),(353,11,3,'Kagawa','JP-37',0,1),(354,11,3,'Kagoshima','JP-46',0,1),(355,11,3,'Kanagawa','JP-14',0,1),(356,11,3,'Kōchi','JP-39',0,1),(357,11,3,'Kumamoto','JP-43',0,1),(358,11,3,'Kyoto','JP-26',0,1),(359,11,3,'Mie','JP-24',0,1),(360,11,3,'Miyagi','JP-04',0,1),(361,11,3,'Miyazaki','JP-45',0,1),(362,11,3,'Nagano','JP-20',0,1),(363,11,3,'Nagasaki','JP-42',0,1),(364,11,3,'Nara','JP-29',0,1),(365,11,3,'Niigata','JP-15',0,1),(366,11,3,'Ōita','JP-44',0,1),(367,11,3,'Okayama','JP-33',0,1),(368,11,3,'Okinawa','JP-47',0,1),(369,11,3,'Osaka','JP-27',0,1),(370,11,3,'Saga','JP-41',0,1),(371,11,3,'Saitama','JP-11',0,1),(372,11,3,'Shiga','JP-25',0,1),(373,11,3,'Shimane','JP-32',0,1),(374,11,3,'Shizuoka','JP-22',0,1),(375,11,3,'Tochigi','JP-09',0,1),(376,11,3,'Tokushima','JP-36',0,1),(377,11,3,'Tokyo','JP-13',0,1),(378,11,3,'Tottori','JP-31',0,1),(379,11,3,'Toyama','JP-16',0,1),(380,11,3,'Wakayama','JP-30',0,1),(381,11,3,'Yamagata','JP-06',0,1),(382,11,3,'Yamaguchi','JP-35',0,1),(383,11,3,'Yamanashi','JP-19',0,1),(384,21,2,'American Samoa','AS',0,1),(385,21,2,'Guam','GU',0,1),(386,21,2,'Northern Mariana Islands','MP',0,1),(387,21,2,'US Minor Outlying Islands','UM',0,1),(388,20,1,'Hovedstaden','DK-84',0,1),(389,20,1,'Midtjylland','DK-82',0,1),(390,20,1,'Nordjylland','DK-81',0,1),(391,20,1,'Sjælland','DK-85',0,1),(392,20,1,'Syddanmark','DK-83',0,1); -/*!40000 ALTER TABLE `ps_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_statssearch` --- - -DROP TABLE IF EXISTS `ps_statssearch`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_statssearch` ( - `id_statssearch` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_shop` int(10) unsigned NOT NULL DEFAULT '1', - `id_shop_group` int(10) unsigned NOT NULL DEFAULT '1', - `keywords` varchar(255) NOT NULL, - `results` int(6) NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_statssearch`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_statssearch` --- - -LOCK TABLES `ps_statssearch` WRITE; -/*!40000 ALTER TABLE `ps_statssearch` DISABLE KEYS */; -INSERT INTO `ps_statssearch` VALUES (1,1,1,'mug',5,'2021-01-07 16:09:53'),(2,1,1,'mug',5,'2021-01-07 16:44:23'),(3,1,1,'mug',5,'2021-01-07 16:44:23'),(4,1,1,'not',0,'2021-02-19 11:50:38'),(5,1,1,'note',3,'2021-02-19 11:50:39'),(6,1,1,'f',0,'2022-04-04 10:26:30'),(7,1,1,'lietuva',0,'2022-04-04 10:26:32'),(8,1,1,'lietuva123',0,'2022-04-04 10:26:33'); -/*!40000 ALTER TABLE `ps_statssearch` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock` --- - -DROP TABLE IF EXISTS `ps_stock`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock` ( - `id_stock` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_warehouse` int(11) unsigned NOT NULL, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `reference` varchar(64) NOT NULL, - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `physical_quantity` int(11) unsigned NOT NULL, - `usable_quantity` int(11) unsigned NOT NULL, - `price_te` decimal(20,6) DEFAULT '0.000000', - PRIMARY KEY (`id_stock`), - KEY `id_warehouse` (`id_warehouse`), - KEY `id_product` (`id_product`), - KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock` --- - -LOCK TABLES `ps_stock` WRITE; -/*!40000 ALTER TABLE `ps_stock` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_stock` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_available` --- - -DROP TABLE IF EXISTS `ps_stock_available`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_available` ( - `id_stock_available` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - `id_shop_group` int(11) unsigned NOT NULL, - `quantity` int(10) NOT NULL DEFAULT '0', - `physical_quantity` int(11) NOT NULL DEFAULT '0', - `reserved_quantity` int(11) NOT NULL DEFAULT '0', - `depends_on_stock` tinyint(1) unsigned NOT NULL DEFAULT '0', - `out_of_stock` tinyint(1) unsigned NOT NULL DEFAULT '0', - `location` varchar(255) NOT NULL DEFAULT '', - PRIMARY KEY (`id_stock_available`), - UNIQUE KEY `product_sqlstock` (`id_product`,`id_product_attribute`,`id_shop`,`id_shop_group`), - KEY `id_shop` (`id_shop`), - KEY `id_shop_group` (`id_shop_group`), - KEY `id_product` (`id_product`), - KEY `id_product_attribute` (`id_product_attribute`) -) ENGINE=InnoDB AUTO_INCREMENT=151 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_available` --- - -LOCK TABLES `ps_stock_available` WRITE; -/*!40000 ALTER TABLE `ps_stock_available` DISABLE KEYS */; -INSERT INTO `ps_stock_available` VALUES (1,1,0,1,0,49984,49984,0,0,2,''),(2,2,0,1,0,1606,1606,0,0,2,''),(3,3,0,1,0,-214,-214,0,0,2,''),(4,4,0,1,0,1333,1333,0,0,2,''),(5,5,0,1,0,835,835,0,0,2,''),(6,6,0,1,0,256,289,33,0,2,''),(7,7,0,1,0,287,299,12,0,2,''),(8,8,0,1,0,174,279,105,0,2,''),(9,9,0,1,0,600,600,0,0,2,''),(10,10,0,1,0,597,597,0,0,2,''),(11,11,0,1,0,599,599,0,0,2,''),(12,12,0,1,0,302,302,0,0,1,''),(13,13,0,1,0,300,300,0,0,1,''),(14,14,0,1,0,-4,1,5,0,1,''),(15,15,0,1,0,100,100,0,0,2,''),(16,16,0,1,0,1200,1200,0,0,2,''),(17,17,0,1,0,1200,1200,0,0,2,''),(18,18,0,1,0,1200,1200,0,0,2,''),(19,19,0,1,0,300,300,0,0,2,''),(20,1,1,1,0,49983,50039,56,0,2,''),(21,1,2,1,0,0,1,1,0,2,''),(22,1,3,1,0,1,1,0,0,2,''),(23,1,4,1,0,0,0,0,0,2,''),(24,1,5,1,0,0,0,0,0,2,''),(25,1,6,1,0,0,0,0,0,2,''),(26,1,7,1,0,0,0,0,0,2,''),(27,1,8,1,0,0,7,7,0,2,''),(28,2,9,1,0,706,1157,451,0,2,''),(29,2,10,1,0,300,300,0,0,2,''),(30,2,11,1,0,300,300,0,0,2,''),(31,2,12,1,0,300,300,0,0,2,''),(32,3,13,1,0,-214,-15,199,0,2,''),(33,3,14,1,0,0,0,0,0,2,''),(34,3,15,1,0,0,0,0,0,2,''),(35,4,16,1,0,733,889,156,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,91,251,160,0,2,''),(39,5,20,1,0,300,300,0,0,2,''),(40,5,21,1,0,444,444,0,0,2,''),(41,9,22,1,0,300,300,0,0,2,''),(42,9,23,1,0,300,300,0,0,2,''),(43,10,24,1,0,297,300,3,0,2,''),(44,10,25,1,0,300,301,1,0,2,''),(45,11,26,1,0,299,300,1,0,2,''),(46,11,27,1,0,300,300,0,0,2,''),(47,16,28,1,0,300,300,0,0,2,''),(48,16,29,1,0,300,300,0,0,2,''),(49,16,30,1,0,300,300,0,0,2,''),(50,16,31,1,0,300,300,0,0,2,''),(51,17,32,1,0,300,300,0,0,2,''),(52,17,33,1,0,300,300,0,0,2,''),(53,17,34,1,0,300,300,0,0,2,''),(54,17,35,1,0,300,300,0,0,2,''),(55,18,36,1,0,300,300,0,0,2,''),(56,18,37,1,0,300,300,0,0,2,''),(57,18,38,1,0,300,300,0,0,2,''),(58,18,39,1,0,300,300,0,0,2,''),(59,1,0,2,0,2367,2367,0,0,2,''),(60,2,0,2,0,1998,1998,0,0,2,''),(61,3,0,2,0,1490,1490,0,0,2,''),(62,4,0,2,0,1496,1496,0,0,2,''),(63,5,0,2,0,891,891,0,0,2,''),(64,6,0,2,0,300,300,0,0,2,''),(65,7,0,2,0,300,300,0,0,2,''),(66,8,0,2,0,300,300,0,0,2,''),(67,9,0,2,0,600,600,0,0,2,''),(68,10,0,2,0,600,600,0,0,2,''),(69,11,0,2,0,600,600,0,0,2,''),(70,12,0,2,0,300,300,0,0,1,''),(71,13,0,2,0,300,300,0,0,1,''),(72,14,0,2,0,300,300,0,0,1,''),(73,15,0,2,0,100,100,0,0,2,''),(74,16,0,2,0,1200,1200,0,0,2,''),(75,17,0,2,0,1200,1200,0,0,2,''),(76,18,0,2,0,1200,1200,0,0,2,''),(77,19,0,2,0,300,300,0,0,2,''),(78,1,1,2,0,267,300,33,0,2,''),(79,1,2,2,0,300,300,0,0,2,''),(80,1,3,2,0,300,300,0,0,2,''),(81,1,4,2,0,300,300,0,0,2,''),(82,1,5,2,0,300,300,0,0,2,''),(83,1,6,2,0,300,300,0,0,2,''),(84,1,7,2,0,300,300,0,0,2,''),(85,1,8,2,0,300,300,0,0,2,''),(86,2,9,2,0,1098,1109,11,0,2,''),(87,2,10,2,0,300,300,0,0,2,''),(88,2,11,2,0,300,300,0,0,2,''),(89,2,12,2,0,300,300,0,0,2,''),(90,3,13,2,0,890,893,3,0,2,''),(91,3,14,2,0,300,300,0,0,2,''),(92,3,15,2,0,300,300,0,0,2,''),(93,4,16,2,0,896,900,4,0,2,''),(94,4,17,2,0,300,300,0,0,2,''),(95,4,18,2,0,300,302,2,0,2,''),(96,5,19,2,0,291,300,9,0,2,''),(97,5,20,2,0,300,300,0,0,2,''),(98,5,21,2,0,300,300,0,0,2,''),(99,9,22,2,0,300,300,0,0,2,''),(100,9,23,2,0,300,300,0,0,2,''),(101,10,24,2,0,300,300,0,0,2,''),(102,10,25,2,0,300,300,0,0,2,''),(103,11,26,2,0,300,300,0,0,2,''),(104,11,27,2,0,300,300,0,0,2,''),(105,16,28,2,0,300,300,0,0,2,''),(106,16,29,2,0,300,300,0,0,2,''),(107,16,30,2,0,300,300,0,0,2,''),(108,16,31,2,0,300,300,0,0,2,''),(109,17,32,2,0,300,300,0,0,2,''),(110,17,33,2,0,300,300,0,0,2,''),(111,17,34,2,0,300,300,0,0,2,''),(112,17,35,2,0,300,300,0,0,2,''),(113,18,36,2,0,300,300,0,0,2,''),(114,18,37,2,0,300,300,0,0,2,''),(115,18,38,2,0,300,300,0,0,2,''),(116,18,39,2,0,300,300,0,0,2,''),(117,20,0,1,0,0,0,0,0,2,''),(118,21,0,1,0,2,2,0,0,2,''),(119,21,0,2,0,0,0,0,0,2,''),(120,21,40,1,0,2,2,0,0,2,''),(121,2,41,1,0,0,0,0,0,2,''),(122,2,42,1,0,0,0,0,0,2,''),(123,2,43,1,0,0,0,0,0,2,''),(124,2,44,1,0,0,0,0,0,2,''),(125,2,45,1,0,0,0,0,0,2,''),(126,2,46,1,0,0,0,0,0,2,''),(127,2,47,1,0,0,0,0,0,2,''),(128,2,48,1,0,0,0,0,0,2,''),(129,2,49,1,0,0,0,0,0,2,''),(130,2,50,1,0,0,0,0,0,2,''),(131,2,51,1,0,0,0,0,0,2,''),(132,2,52,1,0,0,0,0,0,2,''),(133,2,53,1,0,0,0,0,0,2,''),(134,2,54,1,0,0,0,0,0,2,''),(147,3,67,1,0,0,0,0,0,2,''),(148,3,68,1,0,0,0,0,0,2,''),(149,3,69,1,0,0,0,0,0,2,''),(150,3,70,1,0,0,0,0,0,2,''); -/*!40000 ALTER TABLE `ps_stock_available` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_mvt` --- - -DROP TABLE IF EXISTS `ps_stock_mvt`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_mvt` ( - `id_stock_mvt` bigint(20) NOT NULL AUTO_INCREMENT, - `id_stock` int(11) NOT NULL, - `id_order` int(11) DEFAULT NULL, - `id_supply_order` int(11) DEFAULT NULL, - `id_stock_mvt_reason` int(11) NOT NULL, - `id_employee` int(11) NOT NULL, - `employee_lastname` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, - `employee_firstname` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, - `physical_quantity` int(11) NOT NULL, - `date_add` datetime NOT NULL, - `sign` smallint(6) NOT NULL DEFAULT '1', - `price_te` decimal(20,6) DEFAULT '0.000000', - `last_wa` decimal(20,6) DEFAULT '0.000000', - `current_wa` decimal(20,6) DEFAULT '0.000000', - `referer` bigint(20) DEFAULT NULL, - PRIMARY KEY (`id_stock_mvt`), - KEY `id_stock` (`id_stock`), - KEY `id_stock_mvt_reason` (`id_stock_mvt_reason`) -) ENGINE=InnoDB AUTO_INCREMENT=62 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_mvt` --- - -LOCK TABLES `ps_stock_mvt` WRITE; -/*!40000 ALTER TABLE `ps_stock_mvt` DISABLE KEYS */; -INSERT INTO `ps_stock_mvt` VALUES (1,28,137,NULL,3,1,'Gudauskis','Marius',1,'2021-01-25 16:09:21',-1,0.000000,0.000000,0.000000,NULL),(2,32,140,NULL,3,1,'Gudauskis','Marius',1,'2021-01-25 16:31:04',-1,0.000000,0.000000,0.000000,NULL),(3,32,140,NULL,9,1,'Gudauskis','Marius',1,'2021-01-25 16:32:32',1,0.000000,0.000000,0.000000,NULL),(4,32,140,NULL,3,1,'Gudauskis','Marius',1,'2021-01-25 16:33:25',-1,0.000000,0.000000,0.000000,NULL),(5,32,140,NULL,9,1,'Gudauskis','Marius',1,'2021-01-25 16:34:12',1,0.000000,0.000000,0.000000,NULL),(6,32,140,NULL,3,1,'Gudauskis','Marius',1,'2021-01-25 16:38:35',-1,0.000000,0.000000,0.000000,NULL),(7,32,140,NULL,9,1,'Gudauskis','Marius',1,'2021-01-25 16:44:25',1,0.000000,0.000000,0.000000,NULL),(8,32,140,NULL,3,1,'Gudauskis','Marius',1,'2021-01-25 16:52:33',-1,0.000000,0.000000,0.000000,NULL),(9,32,140,NULL,9,1,'Gudauskis','Marius',1,'2021-01-25 18:00:11',1,0.000000,0.000000,0.000000,NULL),(10,32,140,NULL,3,1,'Gudauskis','Marius',1,'2021-01-25 18:01:44',-1,0.000000,0.000000,0.000000,NULL),(11,28,166,NULL,3,1,'Gudauskis','Marius',1,'2021-02-04 16:08:40',-1,0.000000,0.000000,0.000000,NULL),(12,32,168,NULL,3,1,'Gudauskis','Marius',1,'2021-02-04 16:17:19',-1,0.000000,0.000000,0.000000,NULL),(13,28,170,NULL,3,1,'Gudauskis','Marius',2,'2021-02-26 15:44:07',-1,0.000000,0.000000,0.000000,NULL),(14,28,188,NULL,3,1,'Gudauskis','Marius',1,'2021-03-25 12:27:51',-1,0.000000,0.000000,0.000000,NULL),(15,28,188,NULL,9,1,'Gudauskis','Marius',1,'2021-03-25 12:29:13',1,0.000000,0.000000,0.000000,NULL),(16,28,188,NULL,3,1,'Gudauskis','Marius',1,'2021-03-25 12:30:14',-1,0.000000,0.000000,0.000000,NULL),(17,28,189,NULL,3,1,'Gudauskis','Marius',1,'2021-03-25 12:34:09',-1,0.000000,0.000000,0.000000,NULL),(18,28,190,NULL,3,1,'Gudauskis','Marius',1,'2021-03-25 13:22:42',-1,0.000000,0.000000,0.000000,NULL),(19,28,191,NULL,3,1,'Gudauskis','Marius',1,'2021-03-25 13:25:56',-1,0.000000,0.000000,0.000000,NULL),(20,28,192,NULL,3,1,'Gudauskis','Marius',1,'2021-03-25 13:27:21',-1,0.000000,0.000000,0.000000,NULL),(21,28,204,NULL,10,1,'Gudauskis','Marius',6,'2021-04-16 17:31:14',1,0.000000,0.000000,0.000000,NULL),(22,28,244,NULL,3,1,'Gudauskis','Marius',3,'2021-06-10 09:37:39',-1,0.000000,0.000000,0.000000,NULL),(23,14,NULL,NULL,11,1,'Gudauskis','Marius',299,'2021-07-08 10:31:23',-1,0.000000,0.000000,0.000000,NULL),(24,20,NULL,NULL,11,1,'Gudauskis','Marius',266,'2021-08-05 15:52:31',-1,0.000000,0.000000,0.000000,NULL),(25,21,NULL,NULL,11,1,'Gudauskis','Marius',300,'2021-08-05 15:52:34',-1,0.000000,0.000000,0.000000,NULL),(26,22,NULL,NULL,11,1,'Gudauskis','Marius',300,'2021-08-05 15:52:35',-1,0.000000,0.000000,0.000000,NULL),(27,23,NULL,NULL,11,1,'Gudauskis','Marius',300,'2021-08-05 15:52:37',-1,0.000000,0.000000,0.000000,NULL),(28,24,NULL,NULL,11,1,'Gudauskis','Marius',300,'2021-08-05 15:52:39',-1,0.000000,0.000000,0.000000,NULL),(29,25,NULL,NULL,11,1,'Gudauskis','Marius',300,'2021-08-05 15:52:41',-1,0.000000,0.000000,0.000000,NULL),(30,26,NULL,NULL,11,1,'Gudauskis','Marius',300,'2021-08-05 15:52:42',-1,0.000000,0.000000,0.000000,NULL),(31,27,NULL,NULL,11,1,'Gudauskis','Marius',298,'2021-08-05 15:52:44',-1,0.000000,0.000000,0.000000,NULL),(32,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-08-05 15:53:26',1,0.000000,0.000000,0.000000,NULL),(33,27,NULL,NULL,11,1,'Gudauskis','Marius',2,'2021-09-02 09:32:58',1,0.000000,0.000000,0.000000,NULL),(34,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:40:04',1,0.000000,0.000000,0.000000,NULL),(35,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:42:29',1,0.000000,0.000000,0.000000,NULL),(36,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:44:58',1,0.000000,0.000000,0.000000,NULL),(37,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:46:07',1,0.000000,0.000000,0.000000,NULL),(38,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:49:34',1,0.000000,0.000000,0.000000,NULL),(39,27,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:53:54',1,0.000000,0.000000,0.000000,NULL),(40,20,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 09:55:40',1,0.000000,0.000000,0.000000,NULL),(41,20,NULL,NULL,11,1,'Gudauskis','Marius',2,'2021-09-02 09:58:52',1,0.000000,0.000000,0.000000,NULL),(42,20,NULL,NULL,11,1,'Gudauskis','Marius',2,'2021-09-02 10:01:09',1,0.000000,0.000000,0.000000,NULL),(43,20,NULL,NULL,11,1,'Gudauskis','Marius',2,'2021-09-02 10:04:02',1,0.000000,0.000000,0.000000,NULL),(44,20,NULL,NULL,11,1,'Gudauskis','Marius',2,'2021-09-02 10:07:35',1,0.000000,0.000000,0.000000,NULL),(45,20,NULL,NULL,11,1,'Gudauskis','Marius',1,'2021-09-02 10:09:32',1,0.000000,0.000000,0.000000,NULL),(46,38,413,NULL,3,1,'Gudauskis','Marius',6,'2021-11-19 11:34:01',-1,0.000000,0.000000,0.000000,NULL),(47,96,492,NULL,3,1,'Gudauskis','Marius',1,'2022-01-28 15:11:27',-1,0.000000,0.000000,0.000000,NULL),(48,96,492,NULL,9,1,'Gudauskis','Marius',1,'2022-01-28 15:11:48',1,0.000000,0.000000,0.000000,NULL),(49,6,674,NULL,10,1,'Gudauskis','Marius',1,'2022-04-26 12:06:13',1,0.000000,0.000000,0.000000,NULL),(50,35,799,NULL,3,1,'Gudauskis','Marius',1,'2022-08-16 11:04:23',-1,0.000000,0.000000,0.000000,NULL),(51,32,799,NULL,3,1,'Gudauskis','Marius',1,'2022-08-16 11:04:23',-1,0.000000,0.000000,0.000000,NULL),(52,32,802,NULL,3,1,'Gudauskis','Marius',3,'2022-08-16 11:15:28',-1,0.000000,0.000000,0.000000,NULL),(53,32,810,NULL,3,1,'Gudauskis','Marius',1,'2022-08-16 11:58:07',-1,0.000000,0.000000,0.000000,NULL),(54,32,810,NULL,9,1,'Gudauskis','Marius',1,'2022-08-16 11:59:13',1,0.000000,0.000000,0.000000,NULL),(55,8,815,NULL,3,1,'Gudauskis','Marius',20,'2022-08-16 14:35:38',-1,0.000000,0.000000,0.000000,NULL),(56,32,814,NULL,3,1,'Gudauskis','Marius',1,'2022-08-16 16:49:54',-1,0.000000,0.000000,0.000000,NULL),(57,20,NULL,NULL,11,1,'Gudauskis','Marius',50006,'2022-09-06 10:37:58',1,0.000000,0.000000,0.000000,NULL),(58,20,845,NULL,3,1,'Gudauskis','Marius',1,'2022-10-17 14:03:45',-1,0.000000,0.000000,0.000000,NULL),(59,20,849,NULL,3,1,'Gudauskis','Marius',1,'2022-10-17 14:42:29',-1,0.000000,0.000000,0.000000,NULL),(60,20,849,NULL,9,1,'Gudauskis','Marius',1,'2022-10-17 14:44:09',1,0.000000,0.000000,0.000000,NULL),(61,20,856,NULL,9,1,'Gudauskis','Marius',1,'2022-10-18 14:59:48',1,0.000000,0.000000,0.000000,NULL); -/*!40000 ALTER TABLE `ps_stock_mvt` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_mvt_reason` --- - -DROP TABLE IF EXISTS `ps_stock_mvt_reason`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_mvt_reason` ( - `id_stock_mvt_reason` int(11) unsigned NOT NULL AUTO_INCREMENT, - `sign` tinyint(1) NOT NULL DEFAULT '1', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_stock_mvt_reason`) -) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_mvt_reason` --- - -LOCK TABLES `ps_stock_mvt_reason` WRITE; -/*!40000 ALTER TABLE `ps_stock_mvt_reason` DISABLE KEYS */; -INSERT INTO `ps_stock_mvt_reason` VALUES (1,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(2,-1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(3,-1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(4,-1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(5,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(6,-1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(7,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(8,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(9,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(10,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(11,1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0),(12,-1,'2020-11-03 14:10:28','2020-11-03 14:10:28',0); -/*!40000 ALTER TABLE `ps_stock_mvt_reason` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stock_mvt_reason_lang` --- - -DROP TABLE IF EXISTS `ps_stock_mvt_reason_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stock_mvt_reason_lang` ( - `id_stock_mvt_reason` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - PRIMARY KEY (`id_stock_mvt_reason`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stock_mvt_reason_lang` --- - -LOCK TABLES `ps_stock_mvt_reason_lang` WRITE; -/*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` DISABLE KEYS */; -INSERT INTO `ps_stock_mvt_reason_lang` VALUES (1,1,'Increase'),(1,3,'Verhoog'),(1,4,'Augmentation'),(1,5,'Erhöhung'),(1,6,'Increase'),(1,7,'涨价'),(1,8,'Increase'),(1,9,'Wzrost'),(1,10,'Kasvata'),(1,11,'増加'),(1,12,'Increase'),(1,13,'Forøg'),(2,1,'Decrease'),(2,3,'Verlaag'),(2,4,'Diminution'),(2,5,'Reduzierung'),(2,6,'Decrease'),(2,7,'下降'),(2,8,'Decrease'),(2,9,'Zmniejsz'),(2,10,'Vähennä'),(2,11,'減少'),(2,12,'Decrease'),(2,13,'Formindsk'),(3,1,'Customer Order'),(3,3,'Klantbestelling'),(3,4,'Commande client'),(3,5,'Bestellung'),(3,6,'Customer Order'),(3,7,'客户订单'),(3,8,'Customer Order'),(3,9,'Zamówienie klienta'),(3,10,'Asiakkaan tilaus'),(3,11,'顧客注文'),(3,12,'Customer Order'),(3,13,'Kundeordre'),(4,1,'Regulation following an inventory of stock'),(4,3,'Regulation following an inventory of stock'),(4,4,'Regulation following an inventory of stock'),(4,5,'Regulation following an inventory of stock'),(4,6,'Regulation following an inventory of stock'),(4,7,'Regulation following an inventory of stock'),(4,8,'Regulation following an inventory of stock'),(4,9,'Regulation following an inventory of stock'),(4,10,'Regulation following an inventory of stock'),(4,11,'Regulation following an inventory of stock'),(4,12,'Regulation following an inventory of stock'),(4,13,'Regulation following an inventory of stock'),(5,1,'Regulation following an inventory of stock'),(5,3,'Regulation following an inventory of stock'),(5,4,'Regulation following an inventory of stock'),(5,5,'Regulation following an inventory of stock'),(5,6,'Regulation following an inventory of stock'),(5,7,'Regulation following an inventory of stock'),(5,8,'Regulation following an inventory of stock'),(5,9,'Regulation following an inventory of stock'),(5,10,'Regulation following an inventory of stock'),(5,11,'Regulation following an inventory of stock'),(5,12,'Regulation following an inventory of stock'),(5,13,'Regulation following an inventory of stock'),(6,1,'Transfer to another warehouse'),(6,3,'Naar een ander magazijn verplaatsen'),(6,4,'Transfert vers un autre entrepôt'),(6,5,'Übertragung in anderes Lager'),(6,6,'Transfer to another warehouse'),(6,7,'转到另一个仓库'),(6,8,'Transfer to another warehouse'),(6,9,'Przeniesienie do innego magazynu'),(6,10,'Siirrä toiseen varastoon'),(6,11,'別の倉庫に移動'),(6,12,'Transfer to another warehouse'),(6,13,'Overfør til et andet lager'),(7,1,'Transfer from another warehouse'),(7,3,'Van een ander magazijn verplaatsen'),(7,4,'Transfert depuis un autre entrepôt'),(7,5,'Übertragung von anderem Lager'),(7,6,'Transfer from another warehouse'),(7,7,'从另一个仓库运送'),(7,8,'Transfer from another warehouse'),(7,9,'Przeniesienie z innego magazynu'),(7,10,'Siirrä toisesta varastosta'),(7,11,'別の倉庫から移動'),(7,12,'Transfer from another warehouse'),(7,13,'Overfør fra et andet lager'),(8,1,'Supply Order'),(8,3,'Bestelling'),(8,4,'Commande fournisseur'),(8,5,'Lieferbestellung'),(8,6,'Supply Order'),(8,7,'供应订单'),(8,8,'Supply Order'),(8,9,'Zamówienie dostawcy'),(8,10,'Hankintatilaus'),(8,11,'発注'),(8,12,'Supply Order'),(8,13,'Beholdningsordre'),(9,1,'Customer Order'),(9,3,'Klantbestelling'),(9,4,'Commande client'),(9,5,'Bestellung'),(9,6,'Customer Order'),(9,7,'客户订单'),(9,8,'Customer Order'),(9,9,'Zamówienie klienta'),(9,10,'Asiakkaan tilaus'),(9,11,'顧客注文'),(9,12,'Customer Order'),(9,13,'Kundeordre'),(10,1,'Product return'),(10,3,'Productretour'),(10,4,'Retour produit'),(10,5,'Warenrücksendung'),(10,6,'Product Return'),(10,7,'商品退货'),(10,8,'Product Return'),(10,9,'Zwrot produktu'),(10,10,'Tuotepalautus'),(10,11,'商品の返品'),(10,12,'Product return'),(10,13,'Returnering af produkt'),(11,1,'Employee Edition'),(11,3,'Employee Edition'),(11,4,'Employee Edition'),(11,5,'Employee Edition'),(11,6,'Employee Edition'),(11,7,'Employee Edition'),(11,8,'Employee Edition'),(11,9,'Employee Edition'),(11,10,'Employee Edition'),(11,11,'Employee Edition'),(11,12,'Employee Edition'),(11,13,'Employee Edition'),(12,1,'Employee Edition'),(12,3,'Employee Edition'),(12,4,'Employee Edition'),(12,5,'Employee Edition'),(12,6,'Employee Edition'),(12,7,'Employee Edition'),(12,8,'Employee Edition'),(12,9,'Employee Edition'),(12,10,'Employee Edition'),(12,11,'Employee Edition'),(12,12,'Employee Edition'),(12,13,'Employee Edition'); -/*!40000 ALTER TABLE `ps_stock_mvt_reason_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_store` --- - -DROP TABLE IF EXISTS `ps_store`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_store` ( - `id_store` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_country` int(10) unsigned NOT NULL, - `id_state` int(10) unsigned DEFAULT NULL, - `city` varchar(64) NOT NULL, - `postcode` varchar(12) NOT NULL, - `latitude` decimal(13,8) DEFAULT NULL, - `longitude` decimal(13,8) DEFAULT NULL, - `phone` varchar(16) DEFAULT NULL, - `fax` varchar(16) DEFAULT NULL, - `email` varchar(255) DEFAULT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_store`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_store` --- - -LOCK TABLES `ps_store` WRITE; -/*!40000 ALTER TABLE `ps_store` DISABLE KEYS */; -INSERT INTO `ps_store` VALUES (1,21,12,'Miami',' 33135',25.76500500,-80.24379700,'','','',1,'2020-11-03 14:11:38','2020-11-03 14:11:38'),(2,21,12,'Miami',' 33304',26.13793600,-80.13943500,'','','',1,'2020-11-03 14:11:38','2020-11-03 14:11:38'),(3,21,12,'Miami','33026',26.00998700,-80.29447200,'','','',1,'2020-11-03 14:11:38','2020-11-03 14:11:38'),(4,21,12,'Miami',' 33133',25.73629600,-80.24479700,'','','',1,'2020-11-03 14:11:38','2020-11-03 14:11:38'),(5,21,12,'Miami','33181',25.88674000,-80.16329200,'','','',1,'2020-11-03 14:11:38','2020-11-03 14:11:38'); -/*!40000 ALTER TABLE `ps_store` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_store_lang` --- - -DROP TABLE IF EXISTS `ps_store_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_store_lang` ( - `id_store` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(255) NOT NULL, - `address1` varchar(255) NOT NULL, - `address2` varchar(255) DEFAULT NULL, - `hours` text, - `note` text, - PRIMARY KEY (`id_store`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_store_lang` --- - -LOCK TABLES `ps_store_lang` WRITE; -/*!40000 ALTER TABLE `ps_store_lang` DISABLE KEYS */; -INSERT INTO `ps_store_lang` VALUES (1,1,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,3,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,4,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,5,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,6,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,7,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,8,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,9,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,10,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,11,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,12,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(1,13,'Dade County','3030 SW 8th St Miami','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,1,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,3,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,4,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,5,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,6,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,7,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,8,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,9,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,10,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,11,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,12,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(2,13,'E Fort Lauderdale','1000 Northeast 4th Ave Fort Lauderdale','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,1,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,3,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,4,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,5,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,6,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,7,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,8,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,9,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,10,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,11,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,12,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(3,13,'Pembroke Pines','11001 Pines Blvd Pembroke Pines','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,1,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,3,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,4,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,5,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,6,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,7,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,8,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,9,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,10,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,11,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,12,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(4,13,'Coconut Grove','2999 SW 32nd Avenue','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,1,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,3,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,4,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,5,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,6,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,7,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,8,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,9,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,10,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,11,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,12,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''),(5,13,'N Miami/Biscayne','12055 Biscayne Blvd','',' [[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"09:00AM - 07:00PM\"],[\"10:00AM - 04:00PM\"],[\"10:00AM - 04:00PM\"]]',''); -/*!40000 ALTER TABLE `ps_store_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_store_shop` --- - -DROP TABLE IF EXISTS `ps_store_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_store_shop` ( - `id_store` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_store`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_store_shop` --- - -LOCK TABLES `ps_store_shop` WRITE; -/*!40000 ALTER TABLE `ps_store_shop` DISABLE KEYS */; -INSERT INTO `ps_store_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(1,2),(2,2),(3,2),(4,2),(5,2); -/*!40000 ALTER TABLE `ps_store_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stripe_capture` --- - -DROP TABLE IF EXISTS `ps_stripe_capture`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stripe_capture` ( - `id_stripe_capture` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_payment_intent` varchar(40) NOT NULL, - `id_order` int(10) NOT NULL, - `expired` tinyint(1) unsigned NOT NULL, - `date_catch` datetime NOT NULL, - `date_authorize` datetime NOT NULL, - PRIMARY KEY (`id_stripe_capture`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stripe_capture` --- - -LOCK TABLES `ps_stripe_capture` WRITE; -/*!40000 ALTER TABLE `ps_stripe_capture` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_stripe_capture` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stripe_customer` --- - -DROP TABLE IF EXISTS `ps_stripe_customer`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stripe_customer` ( - `id_stripe_customer` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_customer` int(10) NOT NULL, - `stripe_customer_key` varchar(50) NOT NULL, - `id_account` varchar(50) NOT NULL, - PRIMARY KEY (`id_stripe_customer`) -) ENGINE=InnoDB DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stripe_customer` --- - -LOCK TABLES `ps_stripe_customer` WRITE; -/*!40000 ALTER TABLE `ps_stripe_customer` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_stripe_customer` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stripe_idempotency_key` --- - -DROP TABLE IF EXISTS `ps_stripe_idempotency_key`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stripe_idempotency_key` ( - `id_idempotency_key` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_cart` int(10) NOT NULL, - `idempotency_key` varchar(255) NOT NULL, - `id_payment_intent` varchar(255) NOT NULL, - PRIMARY KEY (`id_idempotency_key`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stripe_idempotency_key` --- - -LOCK TABLES `ps_stripe_idempotency_key` WRITE; -/*!40000 ALTER TABLE `ps_stripe_idempotency_key` DISABLE KEYS */; -INSERT INTO `ps_stripe_idempotency_key` VALUES (1,407,'407_6093bbb774424','pi_1Io3pzLFLTOZKBrkw1NWh3zC'),(2,408,'408_6093bd171a784','pi_1Io3vgLFLTOZKBrkL4DejIsr'),(3,409,'409_6093bd9d4e02e','pi_1Io3xpLFLTOZKBrkJI1IyqIB'),(4,583,'583_61692446a32d1','pi_3JkkDaLFLTOZKBrk1gGCoROP'),(5,584,'584_61692492b75fb','pi_3JkkEpLFLTOZKBrk0TnGePf4'); -/*!40000 ALTER TABLE `ps_stripe_idempotency_key` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stripe_official_processlogger` --- - -DROP TABLE IF EXISTS `ps_stripe_official_processlogger`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stripe_official_processlogger` ( - `id_stripe_official_processlogger` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(100) NOT NULL, - `msg` text, - `level` varchar(10) NOT NULL, - `object_name` varchar(100) NOT NULL, - `object_id` int(10) unsigned DEFAULT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_stripe_official_processlogger`) -) ENGINE=InnoDB AUTO_INCREMENT=125 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stripe_official_processlogger` --- - -LOCK TABLES `ps_stripe_official_processlogger` WRITE; -/*!40000 ALTER TABLE `ps_stripe_official_processlogger` DISABLE KEYS */; -INSERT INTO `ps_stripe_official_processlogger` VALUES (1,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-05-06 12:51:22'),(2,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-05-06 12:51:22'),(3,'webhook','$input => {\n \"id\": \"evt_1Io3rZLFLTOZKBrkSDeCvA57\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1620294681,\n \"data\": {\n \"object\": {\n \"id\": \"py_1Io3rYLFLTOZKBrkBSNTKZQ0\",\n \"object\": \"charge\",\n \"amount\": 3509,\n \"','info','',0,'2021-05-06 12:51:22'),(4,'webhook','event evt_1Io3rZLFLTOZKBrkSDeCvA57 retrieved','info','',0,'2021-05-06 12:51:22'),(5,'webhook','event type : charge.succeeded','info','',0,'2021-05-06 12:51:22'),(6,'webhook','starting webhook actions','info','',0,'2021-05-06 12:51:22'),(7,'webhook','chargeWebhook with IdPaymentIntent => pi_1Io3pzLFLTOZKBrkw1NWh3zC','info','',0,'2021-05-06 12:51:22'),(8,'webhook','$stripe_payment->id = false','error','',0,'2021-05-06 12:51:22'),(9,'webhook','Order webhook process failed.','error','',0,'2021-05-06 12:51:22'),(10,'ValidationOrderActions - prepareFlowRedirectPaymentIntent','prepareFlowRedirectPaymentIntent : OK','info','',0,'2021-05-06 12:51:34'),(11,'ValidationOrderActions - updatePaymentIntent','updatePaymentIntent : OK','info','',0,'2021-05-06 12:51:34'),(12,'ValidationOrderActions - createOrder','create Stripe order : succeeded','info','',0,'2021-05-06 12:51:34'),(13,'ValidationOrderActions - createOrder','Prestashop order created','info','',0,'2021-05-06 12:51:51'),(14,'ValidationOrderActions - createOrder','createOrder : OK','info','',0,'2021-05-06 12:51:52'),(15,'ValidationOrderActions - addTentative','addTentative : OK','info','',0,'2021-05-06 12:51:52'),(16,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-05-06 12:56:26'),(17,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-05-06 12:56:26'),(18,'webhook','$input => {\n \"id\": \"evt_1Io3wTLFLTOZKBrkbLwoTVGJ\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1620294985,\n \"data\": {\n \"object\": {\n \"id\": \"py_1Io3wTLFLTOZKBrkBQgqWPlf\",\n \"object\": \"charge\",\n \"amount\": 3475,\n \"','info','',0,'2021-05-06 12:56:26'),(19,'webhook','event evt_1Io3wTLFLTOZKBrkbLwoTVGJ retrieved','info','',0,'2021-05-06 12:56:26'),(20,'webhook','event type : charge.succeeded','info','',0,'2021-05-06 12:56:26'),(21,'webhook','starting webhook actions','info','',0,'2021-05-06 12:56:26'),(22,'webhook','chargeWebhook with IdPaymentIntent => pi_1Io3vgLFLTOZKBrkL4DejIsr','info','',0,'2021-05-06 12:56:26'),(23,'webhook','$stripe_payment->id = false','error','',0,'2021-05-06 12:56:26'),(24,'webhook','Order webhook process failed.','error','',0,'2021-05-06 12:56:26'),(25,'ValidationOrderActions - prepareFlowRedirectPaymentIntent','prepareFlowRedirectPaymentIntent : OK','info','',0,'2021-05-06 12:56:26'),(26,'ValidationOrderActions - updatePaymentIntent','updatePaymentIntent : OK','info','',0,'2021-05-06 12:56:26'),(27,'ValidationOrderActions - createOrder','create Stripe order : succeeded','info','',0,'2021-05-06 12:56:27'),(28,'ValidationOrderActions - createOrder','Prestashop order created','info','',0,'2021-05-06 12:56:34'),(29,'ValidationOrderActions - createOrder','createOrder : OK','info','',0,'2021-05-06 12:56:34'),(30,'ValidationOrderActions - addTentative','addTentative : OK','info','',0,'2021-05-06 12:56:34'),(31,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:48:41'),(32,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:48:41'),(33,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:48:41'),(34,'webhook','$input => {\n \"id\": \"evt_3JkkDaLFLTOZKBrk11YnnfLU\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280520,\n \"data\": {\n \"object\": {\n \"id\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"object\": \"payment_intent\",\n \"amount\": 2900,\n \"amount_capturable\": 0,\n \"amount_received\": 0,\n \"application\": null,\n \"application_fee_amount\": null,\n \"canceled_at\": null,\n \"cancellation_reason\": null,\n \"capture_method\": \"automatic\",\n \"charges\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges?payment_intent=pi_3JkkDaLFLTOZKBrk1gGCoROP\"\n },\n \"client_secret\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP_secret_yY05hgYPgyONxf7DYjOnoTONU\",\n \"confirmation_method\": \"automatic\",\n \"created\": 1634280518,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"invoice\": null,\n \"last_payment_error\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"next_action\": {\n \"redirect_to_url\": {\n \"return_url\": \"http://margud.eu.ngrok.io/mollie17/en/module/stripe_official/orderConfirmationReturn?id_cart=583\",\n \"url\": \"https://hooks.stripe.com/redirect/authenticate/src_1JkkDcLFLTOZKBrkzrnSzRUK?client_secret=src_client_secret_P05SPGR78tdegnpgajF511sZ\"\n },\n \"type\": \"redirect_to_url\"\n },\n \"on_behalf_of\": null,\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_options\": {\n \"ideal\": {\n }\n },\n \"payment_method_types\": [\n \"ideal\"\n ],\n \"receipt_email\": null,\n \"review\": null,\n \"setup_future_usage\": null,\n \"shipping\": null,\n \"source\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"requires_action\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 1,\n \"request\": {\n \"id\": \"req_tt9Um3IQ7ibSEZ\",\n \"idempotency_key\": \"b233dae6-a323-4544-bbb4-e8618941a5f8\"\n },\n \"type\": \"payment_intent.requires_action\"\n}','info','',0,'2021-10-15 09:48:41'),(35,'webhook','set http stripe signature => t=1634280520,v1=362ca35947ea080f2de4b42b4a7a0c90cf5b0d0cb63d6f62be0cc252278c774c,v0=e591c6f8529f69257627b2231b21011c470f514738482dca028716aa829eebb8','info','',0,'2021-10-15 09:48:41'),(36,'webhook','$event => Stripe\\Event JSON: {\n \"id\": \"evt_3JkkDaLFLTOZKBrk11YnnfLU\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280520,\n \"data\": {\n \"object\": {\n \"id\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"object\": \"payment_intent\",\n \"amount\": 2900,\n \"amount_capturable\": 0,\n \"amount_received\": 0,\n \"application\": null,\n \"application_fee_amount\": null,\n \"canceled_at\": null,\n \"cancellation_reason\": null,\n \"capture_method\": \"automatic\",\n \"charges\": {\n \"object\": \"list\",\n \"data\": [],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"\\/v1\\/charges?payment_intent=pi_3JkkDaLFLTOZKBrk1gGCoROP\"\n },\n \"client_secret\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP_secret_yY05hgYPgyONxf7DYjOnoTONU\",\n \"confirmation_method\": \"automatic\",\n \"created\": 1634280518,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"invoice\": null,\n \"last_payment_error\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"next_action\": {\n \"redirect_to_url\": {\n \"return_url\": \"http:\\/\\/margud.eu.ngrok.io\\/mollie17\\/en\\/module\\/stripe_official\\/orderConfirmationReturn?id_cart=583\",\n \"url\": \"https:\\/\\/hooks.stripe.com\\/redirect\\/authenticate\\/src_1JkkDcLFLTOZKBrkzrnSzRUK?client_secret=src_client_secret_P05SPGR78tdegnpgajF511sZ\"\n },\n \"type\": \"redirect_to_url\"\n },\n \"on_behalf_of\": null,\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_options\": {\n \"ideal\": []\n },\n \"payment_method_types\": [\n \"ideal\"\n ],\n \"receipt_email\": null,\n \"review\": null,\n \"setup_future_usage\": null,\n \"shipping\": null,\n \"source\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"requires_action\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 1,\n \"request\": {\n \"id\": \"req_tt9Um3IQ7ibSEZ\",\n \"idempotency_key\": \"b233dae6-a323-4544-bbb4-e8618941a5f8\"\n },\n \"type\": \"payment_intent.requires_action\"\n}','info','',0,'2021-10-15 09:48:41'),(37,'webhook','event evt_3JkkDaLFLTOZKBrk11YnnfLU retrieved','info','',0,'2021-10-15 09:48:41'),(38,'webhook','event type : payment_intent.requires_action','info','',0,'2021-10-15 09:48:41'),(39,'webhook','starting webhook actions','info','',0,'2021-10-15 09:48:41'),(40,'ValidationOrderActions - chargeWebhook','chargeWebhook with IdPaymentIntent => pi_3JkkDaLFLTOZKBrk1gGCoROP','info','',0,'2021-10-15 09:48:41'),(41,'ValidationOrderActions - chargeWebhook','Unknown order => payment_intent.requires_action','info','',0,'2021-10-15 09:48:41'),(42,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:48:50'),(43,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:48:50'),(44,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:48:50'),(45,'webhook','$input => {\n \"id\": \"evt_3JkkDaLFLTOZKBrk1XafqJup\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280529,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkDaLFLTOZKBrk1Ipk1alP\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkDaLFLTOZKBrk1eY79rkG\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280529,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkDaLFLTOZKBrk1Ipk1alP/rcpt_KPZMDDiABMf40wzRUk30UCJnUNBlNzA\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkDaLFLTOZKBrk1Ipk1alP/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 3,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP-src_1JkkDcLFLTOZKBrkzrnSzRUK\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:48:50'),(46,'webhook','set http stripe signature => t=1634280530,v1=2065e03f1077d30a162534d803ac07c3a62083e4c77e83533adf7aab83a1d8f1,v0=11746df4d03454bde1c1b17d9c093ebeed7d5c429d570979202e5fe304a7c5a9','info','',0,'2021-10-15 09:48:50'),(47,'webhook','Invalid signature : No signatures found matching the expected signature for payload','error','',0,'2021-10-15 09:48:50'),(48,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:48:50'),(49,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:48:50'),(50,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:48:50'),(51,'webhook','$input => {\n \"id\": \"evt_3JkkDaLFLTOZKBrk1XafqJup\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280529,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkDaLFLTOZKBrk1Ipk1alP\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkDaLFLTOZKBrk1eY79rkG\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280529,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkDaLFLTOZKBrk1Ipk1alP/rcpt_KPZMDDiABMf40wzRUk30UCJnUNBlNzA\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkDaLFLTOZKBrk1Ipk1alP/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 3,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP-src_1JkkDcLFLTOZKBrkzrnSzRUK\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:48:50'),(52,'webhook','set http stripe signature => t=1634280530,v1=c336f80b8b849fe8c242e43da0cc3b20cc0760b14a3e4f50af1f1bb03c7123a4,v0=11746df4d03454bde1c1b17d9c093ebeed7d5c429d570979202e5fe304a7c5a9','info','',0,'2021-10-15 09:48:50'),(53,'webhook','$event => Stripe\\Event JSON: {\n \"id\": \"evt_3JkkDaLFLTOZKBrk1XafqJup\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280529,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkDaLFLTOZKBrk1Ipk1alP\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkDaLFLTOZKBrk1eY79rkG\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280529,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": [],\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1InHYELFLTOZKBrk\\/py_3JkkDaLFLTOZKBrk1Ipk1alP\\/rcpt_KPZMDDiABMf40wzRUk30UCJnUNBlNzA\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"\\/v1\\/charges\\/py_3JkkDaLFLTOZKBrk1Ipk1alP\\/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 3,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP-src_1JkkDcLFLTOZKBrkzrnSzRUK\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:48:50'),(54,'webhook','event evt_3JkkDaLFLTOZKBrk1XafqJup retrieved','info','',0,'2021-10-15 09:48:50'),(55,'webhook','event type : charge.succeeded','info','',0,'2021-10-15 09:48:50'),(56,'webhook','starting webhook actions','info','',0,'2021-10-15 09:48:50'),(57,'webhook','payment_intent : pi_3JkkDaLFLTOZKBrk1gGCoROP','info','',0,'2021-10-15 09:48:50'),(58,'webhook','$event->type : charge.succeeded','info','',0,'2021-10-15 09:48:50'),(59,'ValidationOrderActions - prepareFlowRedirectPaymentIntent','prepareFlowRedirectPaymentIntent : OK','info','',0,'2021-10-15 09:48:51'),(60,'ValidationOrderActions - updatePaymentIntent','updatePaymentIntent : OK','info','',0,'2021-10-15 09:48:51'),(61,'ValidationOrderActions - createOrder','Beginning of validateOrder','info','',0,'2021-10-15 09:48:51'),(62,'ValidationOrderActions - createOrder','Prestashop order created','info','',0,'2021-10-15 09:49:01'),(63,'ValidationOrderActions - createOrder','payment method => ideal','info','',0,'2021-10-15 09:49:01'),(64,'ValidationOrderActions - createOrder','createOrder : OK','info','',0,'2021-10-15 09:49:02'),(65,'ValidationOrderActions - addTentative','addTentative : OK','info','',0,'2021-10-15 09:49:02'),(66,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:49:08'),(67,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:49:08'),(68,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:49:08'),(69,'webhook','$input => {\n \"id\": \"evt_3JkkDaLFLTOZKBrk1XafqJup\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280529,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkDaLFLTOZKBrk1Ipk1alP\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkDaLFLTOZKBrk1eY79rkG\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280529,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkDaLFLTOZKBrk1Ipk1alP/rcpt_KPZMDDiABMf40wzRUk30UCJnUNBlNzA\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkDaLFLTOZKBrk1Ipk1alP/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 2,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP-src_1JkkDcLFLTOZKBrkzrnSzRUK\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:49:08'),(70,'webhook','set http stripe signature => t=1634280548,v1=0b6591555a43628259a775f6e5a368f5740cc0e1b6f088220fe2d2390332261a,v0=a173758f92f4895d5a7273ec02ab8641dc8c39d4d5c63ea133da8683bc7368d6','info','',0,'2021-10-15 09:49:08'),(71,'webhook','Invalid signature : No signatures found matching the expected signature for payload','error','',0,'2021-10-15 09:49:08'),(72,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:49:56'),(73,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:49:56'),(74,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:49:56'),(75,'webhook','$input => {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0i0MCU18\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280595,\n \"data\": {\n \"object\": {\n \"id\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"object\": \"payment_intent\",\n \"amount\": 2900,\n \"amount_capturable\": 0,\n \"amount_received\": 0,\n \"application\": null,\n \"application_fee_amount\": null,\n \"canceled_at\": null,\n \"cancellation_reason\": null,\n \"capture_method\": \"automatic\",\n \"charges\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges?payment_intent=pi_3JkkEpLFLTOZKBrk0TnGePf4\"\n },\n \"client_secret\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4_secret_yPZ406FW0jx3k6wr8SjLbeVzI\",\n \"confirmation_method\": \"automatic\",\n \"created\": 1634280595,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"invoice\": null,\n \"last_payment_error\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"next_action\": {\n \"redirect_to_url\": {\n \"return_url\": \"http://margud.eu.ngrok.io/mollie17/en/module/stripe_official/orderConfirmationReturn?id_cart=584\",\n \"url\": \"https://hooks.stripe.com/redirect/authenticate/src_1JkkEpLFLTOZKBrkSJ4DsOKj?client_secret=src_client_secret_YrplPPiitxsVvpVTUl1w2oMt\"\n },\n \"type\": \"redirect_to_url\"\n },\n \"on_behalf_of\": null,\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_options\": {\n \"ideal\": {\n }\n },\n \"payment_method_types\": [\n \"ideal\"\n ],\n \"receipt_email\": null,\n \"review\": null,\n \"setup_future_usage\": null,\n \"shipping\": null,\n \"source\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"requires_action\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 1,\n \"request\": {\n \"id\": \"req_479UWUaLNcF5ce\",\n \"idempotency_key\": \"90814ed0-31b4-4cd7-b0a5-2bbace1cc61f\"\n },\n \"type\": \"payment_intent.requires_action\"\n}','info','',0,'2021-10-15 09:49:56'),(76,'webhook','set http stripe signature => t=1634280595,v1=b62eaf991c959eb79f1c30f58bad0cf7a268ceada6b39d91d0afea61933a43a3,v0=e8dca1caceb8486d34cb3f8ecdf1d7f5cae6e9b7861c95b4624102313f6d3eb1','info','',0,'2021-10-15 09:49:56'),(77,'webhook','$event => Stripe\\Event JSON: {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0i0MCU18\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280595,\n \"data\": {\n \"object\": {\n \"id\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"object\": \"payment_intent\",\n \"amount\": 2900,\n \"amount_capturable\": 0,\n \"amount_received\": 0,\n \"application\": null,\n \"application_fee_amount\": null,\n \"canceled_at\": null,\n \"cancellation_reason\": null,\n \"capture_method\": \"automatic\",\n \"charges\": {\n \"object\": \"list\",\n \"data\": [],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"\\/v1\\/charges?payment_intent=pi_3JkkEpLFLTOZKBrk0TnGePf4\"\n },\n \"client_secret\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4_secret_yPZ406FW0jx3k6wr8SjLbeVzI\",\n \"confirmation_method\": \"automatic\",\n \"created\": 1634280595,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"invoice\": null,\n \"last_payment_error\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"next_action\": {\n \"redirect_to_url\": {\n \"return_url\": \"http:\\/\\/margud.eu.ngrok.io\\/mollie17\\/en\\/module\\/stripe_official\\/orderConfirmationReturn?id_cart=584\",\n \"url\": \"https:\\/\\/hooks.stripe.com\\/redirect\\/authenticate\\/src_1JkkEpLFLTOZKBrkSJ4DsOKj?client_secret=src_client_secret_YrplPPiitxsVvpVTUl1w2oMt\"\n },\n \"type\": \"redirect_to_url\"\n },\n \"on_behalf_of\": null,\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_options\": {\n \"ideal\": []\n },\n \"payment_method_types\": [\n \"ideal\"\n ],\n \"receipt_email\": null,\n \"review\": null,\n \"setup_future_usage\": null,\n \"shipping\": null,\n \"source\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"requires_action\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 1,\n \"request\": {\n \"id\": \"req_479UWUaLNcF5ce\",\n \"idempotency_key\": \"90814ed0-31b4-4cd7-b0a5-2bbace1cc61f\"\n },\n \"type\": \"payment_intent.requires_action\"\n}','info','',0,'2021-10-15 09:49:56'),(78,'webhook','event evt_3JkkEpLFLTOZKBrk0i0MCU18 retrieved','info','',0,'2021-10-15 09:49:56'),(79,'webhook','event type : payment_intent.requires_action','info','',0,'2021-10-15 09:49:56'),(80,'webhook','starting webhook actions','info','',0,'2021-10-15 09:49:56'),(81,'ValidationOrderActions - chargeWebhook','chargeWebhook with IdPaymentIntent => pi_3JkkEpLFLTOZKBrk0TnGePf4','info','',0,'2021-10-15 09:49:56'),(82,'ValidationOrderActions - chargeWebhook','Unknown order => payment_intent.requires_action','info','',0,'2021-10-15 09:49:56'),(83,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:50:12'),(84,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:50:12'),(85,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:50:12'),(86,'webhook','$input => {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0llTuvIs\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280611,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkEpLFLTOZKBrk03sRVwn2\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkEpLFLTOZKBrk0RRRFDqJ\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280611,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkEpLFLTOZKBrk03sRVwn2/rcpt_KPZNKQj6Cvv0i9bYdCGWV0yhwXLKbrb\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkEpLFLTOZKBrk03sRVwn2/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 3,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4-src_1JkkEpLFLTOZKBrkSJ4DsOKj\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:50:12'),(87,'webhook','set http stripe signature => t=1634280612,v1=fc35c9147fdfad2658a85ddd8eb4af97b602929ec2830314b69fcaf615650314,v0=461cafb9543ff7d5dd02ffd03e00faa90895f08cf82f8c8d8f6e521d67544720','info','',0,'2021-10-15 09:50:12'),(88,'webhook','Invalid signature : No signatures found matching the expected signature for payload','error','',0,'2021-10-15 09:50:12'),(89,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 09:50:12'),(90,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 09:50:12'),(91,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 09:50:12'),(92,'webhook','$input => {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0llTuvIs\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280611,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkEpLFLTOZKBrk03sRVwn2\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkEpLFLTOZKBrk0RRRFDqJ\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280611,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkEpLFLTOZKBrk03sRVwn2/rcpt_KPZNKQj6Cvv0i9bYdCGWV0yhwXLKbrb\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkEpLFLTOZKBrk03sRVwn2/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 3,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4-src_1JkkEpLFLTOZKBrkSJ4DsOKj\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:50:12'),(93,'webhook','set http stripe signature => t=1634280612,v1=c57c739de1b738bfe9454586736bf56204779bcee480bf33da09b556a34a7ce0,v0=461cafb9543ff7d5dd02ffd03e00faa90895f08cf82f8c8d8f6e521d67544720','info','',0,'2021-10-15 09:50:12'),(94,'webhook','$event => Stripe\\Event JSON: {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0llTuvIs\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280611,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkEpLFLTOZKBrk03sRVwn2\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkEpLFLTOZKBrk0RRRFDqJ\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280611,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": [],\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https:\\/\\/pay.stripe.com\\/receipts\\/acct_1InHYELFLTOZKBrk\\/py_3JkkEpLFLTOZKBrk03sRVwn2\\/rcpt_KPZNKQj6Cvv0i9bYdCGWV0yhwXLKbrb\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"\\/v1\\/charges\\/py_3JkkEpLFLTOZKBrk03sRVwn2\\/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 3,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4-src_1JkkEpLFLTOZKBrkSJ4DsOKj\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 09:50:12'),(95,'webhook','event evt_3JkkEpLFLTOZKBrk0llTuvIs retrieved','info','',0,'2021-10-15 09:50:12'),(96,'webhook','event type : charge.succeeded','info','',0,'2021-10-15 09:50:12'),(97,'webhook','starting webhook actions','info','',0,'2021-10-15 09:50:12'),(98,'webhook','payment_intent : pi_3JkkEpLFLTOZKBrk0TnGePf4','info','',0,'2021-10-15 09:50:12'),(99,'webhook','$event->type : charge.succeeded','info','',0,'2021-10-15 09:50:12'),(100,'ValidationOrderActions - prepareFlowRedirectPaymentIntent','prepareFlowRedirectPaymentIntent : OK','info','',0,'2021-10-15 09:50:13'),(101,'ValidationOrderActions - updatePaymentIntent','updatePaymentIntent : OK','info','',0,'2021-10-15 09:50:13'),(102,'ValidationOrderActions - createOrder','Beginning of validateOrder','info','',0,'2021-10-15 09:50:13'),(103,'ValidationOrderActions - createOrder','Prestashop order created','info','',0,'2021-10-15 09:50:19'),(104,'ValidationOrderActions - createOrder','payment method => ideal','info','',0,'2021-10-15 09:50:19'),(105,'ValidationOrderActions - createOrder','createOrder : OK','info','',0,'2021-10-15 09:50:20'),(106,'ValidationOrderActions - addTentative','addTentative : OK','info','',0,'2021-10-15 09:50:20'),(107,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 10:49:17'),(108,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 10:49:17'),(109,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 10:49:17'),(110,'webhook','$input => {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0llTuvIs\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280611,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkEpLFLTOZKBrk03sRVwn2\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkEpLFLTOZKBrk0RRRFDqJ\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280611,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkEpLFLTOZKBrk03sRVwn2/rcpt_KPZNKQj6Cvv0i9bYdCGWV0yhwXLKbrb\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkEpLFLTOZKBrk03sRVwn2/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 2,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4-src_1JkkEpLFLTOZKBrkSJ4DsOKj\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 10:49:17'),(111,'webhook','set http stripe signature => t=1634284157,v1=9ce008c443ff38e07c5d5ad457756e5e4484ff91c0b6cbf12c8fa93da880497c,v0=7ee6b65ce3d219731307e7619ec3647881a3e3f2e5e38a3e8e8dcad80905edc7','info','',0,'2021-10-15 10:49:17'),(112,'webhook','Invalid signature : No signatures found matching the expected signature for payload','error','',0,'2021-10-15 10:49:17'),(113,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 10:49:25'),(114,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 10:49:25'),(115,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 10:49:25'),(116,'webhook','$input => {\n \"id\": \"evt_3JkkDaLFLTOZKBrk1XafqJup\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280529,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkDaLFLTOZKBrk1Ipk1alP\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkDaLFLTOZKBrk1eY79rkG\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280529,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"583\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP\",\n \"payment_method\": \"pm_1JkkDcLFLTOZKBrkzsnbnhLD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkDaLFLTOZKBrk1Ipk1alP/rcpt_KPZMDDiABMf40wzRUk30UCJnUNBlNzA\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkDaLFLTOZKBrk1Ipk1alP/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 2,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkDaLFLTOZKBrk1gGCoROP-src_1JkkDcLFLTOZKBrkzrnSzRUK\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 10:49:25'),(117,'webhook','set http stripe signature => t=1634284164,v1=6d8d4d881ed4b61a46a7a3ef5f6961ff18e1c38b193a896fcd938b4e160e16b6,v0=37f49a52184c627510aa4b1d754f76a7a7dca3993368f0228ad3f957c6707db7','info','',0,'2021-10-15 10:49:25'),(118,'webhook','Invalid signature : No signatures found matching the expected signature for payload','error','',0,'2021-10-15 10:49:25'),(119,'webhook','sk_test_51InHYELFLTOZKBrkdYJqEPT4nxN2BSVsQw3Y816dR2Lx8lwWNaKpkLepZnXY7xWTJMVWi4VctWZl1NZRQwoqPBk400QDU5MIoV','info','',0,'2021-10-15 12:47:21'),(120,'webhook','setApiKey ok. Retrieve the request\'s body and parse it as JSON','info','',0,'2021-10-15 12:47:21'),(121,'webhook','set endpoint secret => whsec_KOaRM4q39OJwfWQCPn5Tm6FItkjR1OfZ','info','',0,'2021-10-15 12:47:21'),(122,'webhook','$input => {\n \"id\": \"evt_3JkkEpLFLTOZKBrk0llTuvIs\",\n \"object\": \"event\",\n \"api_version\": \"2020-08-27\",\n \"created\": 1634280611,\n \"data\": {\n \"object\": {\n \"id\": \"py_3JkkEpLFLTOZKBrk03sRVwn2\",\n \"object\": \"charge\",\n \"amount\": 2900,\n \"amount_captured\": 2900,\n \"amount_refunded\": 0,\n \"application\": null,\n \"application_fee\": null,\n \"application_fee_amount\": null,\n \"balance_transaction\": \"txn_3JkkEpLFLTOZKBrk0RRRFDqJ\",\n \"billing_details\": {\n \"address\": {\n \"city\": \"Venio\",\n \"country\": \"NL\",\n \"line1\": \"test\",\n \"line2\": \"\",\n \"postal_code\": \"5928 RT\",\n \"state\": null\n },\n \"email\": \"marius.gudauskis@invertus.eu\",\n \"name\": \"Marius Gudauskis\",\n \"phone\": null\n },\n \"calculated_statement_descriptor\": null,\n \"captured\": true,\n \"created\": 1634280611,\n \"currency\": \"eur\",\n \"customer\": null,\n \"description\": null,\n \"destination\": null,\n \"dispute\": null,\n \"disputed\": false,\n \"failure_code\": null,\n \"failure_message\": null,\n \"fraud_details\": {\n },\n \"invoice\": null,\n \"livemode\": false,\n \"metadata\": {\n \"id_cart\": \"584\"\n },\n \"on_behalf_of\": null,\n \"order\": null,\n \"outcome\": {\n \"network_status\": \"approved_by_network\",\n \"reason\": null,\n \"risk_level\": \"not_assessed\",\n \"seller_message\": \"Payment complete.\",\n \"type\": \"authorized\"\n },\n \"paid\": true,\n \"payment_intent\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4\",\n \"payment_method\": \"pm_1JkkEpLFLTOZKBrkAgZNDvZD\",\n \"payment_method_details\": {\n \"ideal\": {\n \"bank\": \"rabobank\",\n \"bic\": \"RABONL2U\",\n \"generated_sepa_debit\": null,\n \"generated_sepa_debit_mandate\": null,\n \"iban_last4\": \"5264\",\n \"verified_name\": \"Jenny Rosen\"\n },\n \"type\": \"ideal\"\n },\n \"receipt_email\": null,\n \"receipt_number\": null,\n \"receipt_url\": \"https://pay.stripe.com/receipts/acct_1InHYELFLTOZKBrk/py_3JkkEpLFLTOZKBrk03sRVwn2/rcpt_KPZNKQj6Cvv0i9bYdCGWV0yhwXLKbrb\",\n \"refunded\": false,\n \"refunds\": {\n \"object\": \"list\",\n \"data\": [\n\n ],\n \"has_more\": false,\n \"total_count\": 0,\n \"url\": \"/v1/charges/py_3JkkEpLFLTOZKBrk03sRVwn2/refunds\"\n },\n \"review\": null,\n \"shipping\": null,\n \"source\": null,\n \"source_transfer\": null,\n \"statement_descriptor\": null,\n \"statement_descriptor_suffix\": null,\n \"status\": \"succeeded\",\n \"transfer_data\": null,\n \"transfer_group\": null\n }\n },\n \"livemode\": false,\n \"pending_webhooks\": 2,\n \"request\": {\n \"id\": null,\n \"idempotency_key\": \"pi_3JkkEpLFLTOZKBrk0TnGePf4-src_1JkkEpLFLTOZKBrkSJ4DsOKj\"\n },\n \"type\": \"charge.succeeded\"\n}','info','',0,'2021-10-15 12:47:21'),(123,'webhook','set http stripe signature => t=1634291241,v1=009b701d405a05e41d6c1b25484cadfefc5c670eeab31c9222f43848e8383422,v0=b7be351f016337cc3adf149c25dd9395e8d93ed0e3caa970647a88b0f9854b3c','info','',0,'2021-10-15 12:47:21'),(124,'webhook','Invalid signature : No signatures found matching the expected signature for payload','error','',0,'2021-10-15 12:47:21'); -/*!40000 ALTER TABLE `ps_stripe_official_processlogger` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stripe_payment` --- - -DROP TABLE IF EXISTS `ps_stripe_payment`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stripe_payment` ( - `id_payment` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_stripe` varchar(255) NOT NULL, - `id_payment_intent` varchar(255) NOT NULL, - `name` varchar(255) NOT NULL, - `id_cart` int(10) NOT NULL, - `last4` int(10) NOT NULL, - `type` varchar(20) NOT NULL, - `amount` decimal(10,2) NOT NULL, - `refund` decimal(10,2) NOT NULL, - `currency` varchar(3) NOT NULL, - `result` int(10) NOT NULL, - `state` int(10) NOT NULL, - `voucher_url` varchar(255) NOT NULL, - `voucher_expire` datetime NOT NULL, - `voucher_validate` datetime NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_payment`) -) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stripe_payment` --- - -LOCK TABLES `ps_stripe_payment` WRITE; -/*!40000 ALTER TABLE `ps_stripe_payment` DISABLE KEYS */; -INSERT INTO `ps_stripe_payment` VALUES (1,'py_1Io3rYLFLTOZKBrkBSNTKZQ0','pi_1Io3pzLFLTOZKBrkw1NWh3zC','Marius Gudauskis',407,0,'ideal',35.09,0.00,'eur',1,1,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-05-06 12:51:52'),(2,'py_1Io3wTLFLTOZKBrkBQgqWPlf','pi_1Io3vgLFLTOZKBrkL4DejIsr','Marius Gudauskis',408,0,'ideal',34.75,0.00,'eur',1,1,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-05-06 12:56:34'),(3,'py_3JkkDaLFLTOZKBrk1Ipk1alP','pi_3JkkDaLFLTOZKBrk1gGCoROP','Marius Gudauskis',583,0,'ideal',29.00,0.00,'eur',1,1,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-10-15 09:49:02'),(4,'py_3JkkEpLFLTOZKBrk03sRVwn2','pi_3JkkEpLFLTOZKBrk0TnGePf4','Marius Gudauskis',584,0,'ideal',29.00,0.00,'eur',1,1,'','0000-00-00 00:00:00','0000-00-00 00:00:00','2021-10-15 09:50:20'); -/*!40000 ALTER TABLE `ps_stripe_payment` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_stripe_payment_intent` --- - -DROP TABLE IF EXISTS `ps_stripe_payment_intent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_stripe_payment_intent` ( - `id_stripe_payment_intent` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_payment_intent` varchar(40) NOT NULL, - `status` varchar(30) NOT NULL, - `amount` decimal(10,2) NOT NULL, - `currency` varchar(3) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_stripe_payment_intent`) -) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_stripe_payment_intent` --- - -LOCK TABLES `ps_stripe_payment_intent` WRITE; -/*!40000 ALTER TABLE `ps_stripe_payment_intent` DISABLE KEYS */; -INSERT INTO `ps_stripe_payment_intent` VALUES (1,'pi_1Io3pzLFLTOZKBrkw1NWh3zC','succeeded',0.35,'eur','2021-05-06 12:49:43','2021-05-06 12:51:34'),(2,'pi_1Io3vgLFLTOZKBrkL4DejIsr','succeeded',0.35,'eur','2021-05-06 12:55:36','2021-05-06 12:56:26'),(3,'pi_1Io3xpLFLTOZKBrkJI1IyqIB','requires_payment_method',35.02,'eur','2021-05-06 12:57:49','2021-05-06 12:57:49'),(4,'pi_3JkkDaLFLTOZKBrk1gGCoROP','succeeded',0.29,'eur','2021-10-15 09:48:38','2021-10-15 09:48:51'),(5,'pi_3JkkEpLFLTOZKBrk0TnGePf4','succeeded',0.29,'eur','2021-10-15 09:49:55','2021-10-15 09:50:13'); -/*!40000 ALTER TABLE `ps_stripe_payment_intent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supplier` --- - -DROP TABLE IF EXISTS `ps_supplier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supplier` ( - `id_supplier` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `active` tinyint(1) NOT NULL DEFAULT '0', - PRIMARY KEY (`id_supplier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supplier` --- - -LOCK TABLES `ps_supplier` WRITE; -/*!40000 ALTER TABLE `ps_supplier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supplier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supplier_lang` --- - -DROP TABLE IF EXISTS `ps_supplier_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supplier_lang` ( - `id_supplier` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `description` text, - `meta_title` varchar(255) DEFAULT NULL, - `meta_keywords` varchar(255) DEFAULT NULL, - `meta_description` varchar(512) DEFAULT NULL, - PRIMARY KEY (`id_supplier`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supplier_lang` --- - -LOCK TABLES `ps_supplier_lang` WRITE; -/*!40000 ALTER TABLE `ps_supplier_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supplier_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supplier_shop` --- - -DROP TABLE IF EXISTS `ps_supplier_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supplier_shop` ( - `id_supplier` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_supplier`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supplier_shop` --- - -LOCK TABLES `ps_supplier_shop` WRITE; -/*!40000 ALTER TABLE `ps_supplier_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supplier_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order` --- - -DROP TABLE IF EXISTS `ps_supply_order`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order` ( - `id_supply_order` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supplier` int(11) unsigned NOT NULL, - `supplier_name` varchar(64) NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - `id_supply_order_state` int(11) unsigned NOT NULL, - `id_currency` int(11) unsigned NOT NULL, - `id_ref_currency` int(11) unsigned NOT NULL, - `reference` varchar(64) NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - `date_delivery_expected` datetime DEFAULT NULL, - `total_te` decimal(20,6) DEFAULT '0.000000', - `total_with_discount_te` decimal(20,6) DEFAULT '0.000000', - `total_tax` decimal(20,6) DEFAULT '0.000000', - `total_ti` decimal(20,6) DEFAULT '0.000000', - `discount_rate` decimal(20,6) DEFAULT '0.000000', - `discount_value_te` decimal(20,6) DEFAULT '0.000000', - `is_template` tinyint(1) DEFAULT '0', - PRIMARY KEY (`id_supply_order`), - KEY `id_supplier` (`id_supplier`), - KEY `id_warehouse` (`id_warehouse`), - KEY `reference` (`reference`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order` --- - -LOCK TABLES `ps_supply_order` WRITE; -/*!40000 ALTER TABLE `ps_supply_order` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_detail` --- - -DROP TABLE IF EXISTS `ps_supply_order_detail`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_detail` ( - `id_supply_order_detail` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supply_order` int(11) unsigned NOT NULL, - `id_currency` int(11) unsigned NOT NULL, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `reference` varchar(64) NOT NULL, - `supplier_reference` varchar(64) NOT NULL, - `name` varchar(128) NOT NULL, - `ean13` varchar(13) DEFAULT NULL, - `isbn` varchar(32) DEFAULT NULL, - `upc` varchar(12) DEFAULT NULL, - `exchange_rate` decimal(20,6) DEFAULT '0.000000', - `unit_price_te` decimal(20,6) DEFAULT '0.000000', - `quantity_expected` int(11) unsigned NOT NULL, - `quantity_received` int(11) unsigned NOT NULL, - `price_te` decimal(20,6) DEFAULT '0.000000', - `discount_rate` decimal(20,6) DEFAULT '0.000000', - `discount_value_te` decimal(20,6) DEFAULT '0.000000', - `price_with_discount_te` decimal(20,6) DEFAULT '0.000000', - `tax_rate` decimal(20,6) DEFAULT '0.000000', - `tax_value` decimal(20,6) DEFAULT '0.000000', - `price_ti` decimal(20,6) DEFAULT '0.000000', - `tax_value_with_order_discount` decimal(20,6) DEFAULT '0.000000', - `price_with_order_discount_te` decimal(20,6) DEFAULT '0.000000', - PRIMARY KEY (`id_supply_order_detail`), - KEY `id_supply_order` (`id_supply_order`,`id_product`), - KEY `id_product_attribute` (`id_product_attribute`), - KEY `id_product_product_attribute` (`id_product`,`id_product_attribute`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_detail` --- - -LOCK TABLES `ps_supply_order_detail` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_detail` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order_detail` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_history` --- - -DROP TABLE IF EXISTS `ps_supply_order_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_history` ( - `id_supply_order_history` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supply_order` int(11) unsigned NOT NULL, - `id_employee` int(11) unsigned NOT NULL, - `employee_lastname` varchar(255) DEFAULT '', - `employee_firstname` varchar(255) DEFAULT '', - `id_state` int(11) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_supply_order_history`), - KEY `id_supply_order` (`id_supply_order`), - KEY `id_employee` (`id_employee`), - KEY `id_state` (`id_state`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_history` --- - -LOCK TABLES `ps_supply_order_history` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_receipt_history` --- - -DROP TABLE IF EXISTS `ps_supply_order_receipt_history`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_receipt_history` ( - `id_supply_order_receipt_history` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_supply_order_detail` int(11) unsigned NOT NULL, - `id_employee` int(11) unsigned NOT NULL, - `employee_lastname` varchar(255) DEFAULT '', - `employee_firstname` varchar(255) DEFAULT '', - `id_supply_order_state` int(11) unsigned NOT NULL, - `quantity` int(11) unsigned NOT NULL, - `date_add` datetime NOT NULL, - PRIMARY KEY (`id_supply_order_receipt_history`), - KEY `id_supply_order_detail` (`id_supply_order_detail`), - KEY `id_supply_order_state` (`id_supply_order_state`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_receipt_history` --- - -LOCK TABLES `ps_supply_order_receipt_history` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_receipt_history` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_supply_order_receipt_history` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_state` --- - -DROP TABLE IF EXISTS `ps_supply_order_state`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_state` ( - `id_supply_order_state` int(11) unsigned NOT NULL AUTO_INCREMENT, - `delivery_note` tinyint(1) NOT NULL DEFAULT '0', - `editable` tinyint(1) NOT NULL DEFAULT '0', - `receipt_state` tinyint(1) NOT NULL DEFAULT '0', - `pending_receipt` tinyint(1) NOT NULL DEFAULT '0', - `enclosed` tinyint(1) NOT NULL DEFAULT '0', - `color` varchar(32) DEFAULT NULL, - PRIMARY KEY (`id_supply_order_state`) -) ENGINE=InnoDB AUTO_INCREMENT=7 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_state` --- - -LOCK TABLES `ps_supply_order_state` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_state` DISABLE KEYS */; -INSERT INTO `ps_supply_order_state` VALUES (1,0,1,0,0,0,'#faab00'),(2,1,0,0,0,0,'#273cff'),(3,0,0,0,1,0,'#ff37f5'),(4,0,0,1,1,0,'#ff3e33'),(5,0,0,1,0,1,'#00d60c'),(6,0,0,0,0,1,'#666666'); -/*!40000 ALTER TABLE `ps_supply_order_state` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_supply_order_state_lang` --- - -DROP TABLE IF EXISTS `ps_supply_order_state_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_supply_order_state_lang` ( - `id_supply_order_state` int(11) unsigned NOT NULL, - `id_lang` int(11) unsigned NOT NULL, - `name` varchar(128) DEFAULT NULL, - PRIMARY KEY (`id_supply_order_state`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_supply_order_state_lang` --- - -LOCK TABLES `ps_supply_order_state_lang` WRITE; -/*!40000 ALTER TABLE `ps_supply_order_state_lang` DISABLE KEYS */; -INSERT INTO `ps_supply_order_state_lang` VALUES (1,1,'1 - Creation in progress'),(1,3,'1 - Bezig met aanmaken'),(1,4,'1 - En cours de création'),(1,5,'1 - In Bearbeitung'),(1,6,'1 - Creation in progress'),(1,7,'1- 正在创建'),(1,8,'1 - Creation in progress'),(1,9,'1 - Tworzenie w toku'),(1,10,'1 - Luonti käynnissä'),(1,11,'1 - 処理手続き中'),(1,12,'1 - Creation in progress'),(1,13,'1 - Under oprettelse'),(2,1,'2 - Order validated'),(2,3,'2 - Bestelling bevestigd'),(2,4,'2 - Commande validée'),(2,5,'2 - Bestellung geprüft'),(2,6,'2 - Order validated'),(2,7,'2- 订单已确认'),(2,8,'2 - Order validated'),(2,9,'2 - Zamówienie zostało zatwierdzone'),(2,10,'2 - Tilaus vahvistettu'),(2,11,'2 - 注文確定済み'),(2,12,'2 - Order validated'),(2,13,'2 - Ordren er godkendt'),(3,1,'3 - Pending receipt'),(3,3,'3 - In afwachting van ontvangst'),(3,4,'3 - En attente de réception'),(3,5,'3 - Warten auf Rechnung'),(3,6,'3 - Pending receipt'),(3,7,'3 - 待收货'),(3,8,'3 - Pending receipt'),(3,9,'3 - W oczekiwaniu'),(3,10,'3 - Odottaa vahvistusta'),(3,11,'3 - 受取確認待ち'),(3,12,'3 - Pending receipt'),(3,13,'3 - Afventer kvittering'),(4,1,'4 - Order received in part'),(4,3,'4 - Bestelling gedeeltelijk ontvangen'),(4,4,'4 - Commande reçue partiellement'),(4,5,'4 - Teillieferung erhalten'),(4,6,'4 - Order received in part'),(4,7,'4 - 订单已被部分接收'),(4,8,'4 - Order received in part'),(4,9,'4 - Zamówienie zostało otrzymane w częściach'),(4,10,'4 - Tilaus osittain vastaanotettu'),(4,11,'4 - 注文商品一部受取'),(4,12,'4 - Order received in part'),(4,13,'4 - Ordre delvist modtaget'),(5,1,'5 - Order received completely'),(5,3,'5 - Bestelling geheel ontvangen'),(5,4,'5 - Commande reçue intégralement'),(5,5,'5 - Lieferung erhalten'),(5,6,'5 - Order received completely'),(5,7,'5 - 订单已被完全接收'),(5,8,'5 - Order received completely'),(5,9,'5 - Otrzymano zamówienie'),(5,10,'5 - Tilaus vastaanotettu'),(5,11,'5 - 全ての注文商品を受取'),(5,12,'5 - Order received completely'),(5,13,'5 - Komplet ordre modtaget'),(6,1,'6 - Order canceled'),(6,3,'6 - Bestelling geannuleerd'),(6,4,'6 - Commande annulée'),(6,5,'6 - Bestellung storniert'),(6,6,'6 - Order canceled'),(6,7,'6-订单已取消'),(6,8,'6 - Order canceled'),(6,9,'6 - Zamówienie zostało anulowane'),(6,10,'6 - Tilaus peruttu'),(6,11,'6 - 注文キャンセル'),(6,12,'6 - Order canceled'),(6,13,'6 - Ordre annulleret'); -/*!40000 ALTER TABLE `ps_supply_order_state_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab` --- - -DROP TABLE IF EXISTS `ps_tab`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab` ( - `id_tab` int(11) NOT NULL AUTO_INCREMENT, - `id_parent` int(11) NOT NULL, - `position` int(11) NOT NULL, - `module` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, - `class_name` varchar(64) COLLATE utf8_unicode_ci DEFAULT NULL, - `active` tinyint(1) NOT NULL, - `hide_host_mode` tinyint(1) NOT NULL, - `icon` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id_tab`) -) ENGINE=InnoDB AUTO_INCREMENT=297 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab` --- - -LOCK TABLES `ps_tab` WRITE; -/*!40000 ALTER TABLE `ps_tab` DISABLE KEYS */; -INSERT INTO `ps_tab` VALUES (1,0,1,NULL,'AdminDashboard',1,0,'trending_up'),(2,0,2,NULL,'SELL',1,0,''),(3,2,0,NULL,'AdminParentOrders',1,0,'shopping_basket'),(4,3,0,NULL,'AdminOrders',1,0,''),(5,3,1,NULL,'AdminInvoices',1,0,''),(6,3,2,NULL,'AdminSlip',1,0,''),(7,3,3,NULL,'AdminDeliverySlip',1,0,''),(8,3,4,NULL,'AdminCarts',1,0,''),(9,2,1,NULL,'AdminCatalog',1,0,'store'),(10,9,0,NULL,'AdminProducts',1,0,''),(11,9,1,NULL,'AdminCategories',1,0,''),(12,9,2,NULL,'AdminTracking',1,0,''),(13,9,3,NULL,'AdminParentAttributesGroups',1,0,''),(14,13,0,NULL,'AdminAttributesGroups',1,0,''),(15,13,1,NULL,'AdminFeatures',1,0,''),(16,9,4,NULL,'AdminParentManufacturers',1,0,''),(17,16,0,NULL,'AdminManufacturers',1,0,''),(18,16,1,NULL,'AdminSuppliers',1,0,''),(19,9,5,NULL,'AdminAttachments',1,0,''),(20,9,6,NULL,'AdminParentCartRules',1,0,''),(21,20,0,NULL,'AdminCartRules',1,0,''),(22,20,1,NULL,'AdminSpecificPriceRule',1,0,''),(23,9,7,NULL,'AdminStockManagement',1,0,''),(24,2,2,NULL,'AdminParentCustomer',1,0,'account_circle'),(25,24,0,NULL,'AdminCustomers',1,0,''),(26,24,1,NULL,'AdminAddresses',1,0,''),(27,24,2,NULL,'AdminOutstanding',0,0,''),(28,2,3,NULL,'AdminParentCustomerThreads',1,0,'chat'),(29,28,0,NULL,'AdminCustomerThreads',1,0,''),(30,28,1,NULL,'AdminOrderMessage',1,0,''),(31,28,2,NULL,'AdminReturn',1,0,''),(32,2,4,NULL,'AdminStats',1,0,'assessment'),(33,2,5,NULL,'AdminStock',1,0,'store'),(34,33,0,NULL,'AdminWarehouses',1,0,''),(35,33,1,NULL,'AdminParentStockManagement',1,0,''),(36,35,0,NULL,'AdminStockManagement',1,0,''),(37,36,0,NULL,'AdminStockMvt',1,0,''),(38,36,1,NULL,'AdminStockInstantState',1,0,''),(39,36,2,NULL,'AdminStockCover',1,0,''),(40,33,2,NULL,'AdminSupplyOrders',1,0,''),(41,33,3,NULL,'AdminStockConfiguration',1,0,''),(42,0,3,NULL,'IMPROVE',1,0,''),(43,42,1,NULL,'AdminParentModulesSf',1,0,'extension'),(44,43,0,NULL,'AdminModulesSf',1,0,''),(45,44,0,NULL,'AdminModulesManage',1,0,''),(46,44,1,NULL,'AdminModulesNotifications',1,0,''),(47,44,2,NULL,'AdminModulesUpdates',1,0,''),(48,43,1,NULL,'AdminParentModulesCatalog',1,0,''),(49,48,0,'','AdminModulesCatalog',0,0,''),(50,48,1,'','AdminAddonsCatalog',0,0,''),(51,43,2,NULL,'AdminModules',0,0,''),(52,42,2,NULL,'AdminParentThemes',1,0,'desktop_mac'),(53,126,1,'','AdminThemes',1,0,''),(54,52,1,'','AdminThemesCatalog',0,0,''),(55,52,2,NULL,'AdminParentMailTheme',1,0,''),(56,55,0,NULL,'AdminMailTheme',1,0,''),(57,52,3,NULL,'AdminCmsContent',1,0,''),(58,52,4,NULL,'AdminModulesPositions',1,0,''),(59,52,5,NULL,'AdminImages',1,0,''),(60,42,3,NULL,'AdminParentShipping',1,0,'local_shipping'),(61,60,0,NULL,'AdminCarriers',1,0,''),(62,60,1,NULL,'AdminShipping',1,0,''),(63,42,4,NULL,'AdminParentPayment',1,0,'payment'),(64,63,1,NULL,'AdminPayment',1,0,''),(65,63,2,NULL,'AdminPaymentPreferences',1,0,''),(66,42,5,NULL,'AdminInternational',1,0,'language'),(67,66,0,NULL,'AdminParentLocalization',1,0,''),(68,67,0,NULL,'AdminLocalization',1,0,''),(69,67,1,NULL,'AdminLanguages',1,0,''),(70,67,2,NULL,'AdminCurrencies',1,0,''),(71,67,3,NULL,'AdminGeolocation',1,0,''),(72,66,1,NULL,'AdminParentCountries',1,0,''),(73,72,0,NULL,'AdminZones',1,0,''),(74,72,1,NULL,'AdminCountries',1,0,''),(75,72,2,NULL,'AdminStates',1,0,''),(76,66,2,NULL,'AdminParentTaxes',1,0,''),(77,76,0,NULL,'AdminTaxes',1,0,''),(78,76,1,NULL,'AdminTaxRulesGroup',1,0,''),(79,66,3,NULL,'AdminTranslations',1,0,''),(80,0,4,NULL,'CONFIGURE',1,0,''),(81,80,0,NULL,'ShopParameters',1,0,'settings'),(82,81,0,NULL,'AdminParentPreferences',1,0,''),(83,82,0,NULL,'AdminPreferences',1,0,''),(84,82,1,NULL,'AdminMaintenance',1,0,''),(85,81,1,NULL,'AdminParentOrderPreferences',1,0,''),(86,85,0,NULL,'AdminOrderPreferences',1,0,''),(87,85,1,NULL,'AdminStatuses',1,0,''),(88,81,2,NULL,'AdminPPreferences',1,0,''),(89,81,3,NULL,'AdminParentCustomerPreferences',1,0,''),(90,89,0,NULL,'AdminCustomerPreferences',1,0,''),(91,89,1,NULL,'AdminGroups',1,0,''),(92,89,2,NULL,'AdminGenders',1,0,''),(93,81,4,NULL,'AdminParentStores',1,0,''),(94,93,0,NULL,'AdminContacts',1,0,''),(95,93,1,NULL,'AdminStores',1,0,''),(96,81,5,NULL,'AdminParentMeta',1,0,''),(97,96,0,NULL,'AdminMeta',1,0,''),(98,96,1,NULL,'AdminSearchEngines',1,0,''),(99,96,2,NULL,'AdminReferrers',1,0,''),(100,81,6,NULL,'AdminParentSearchConf',1,0,''),(101,100,0,NULL,'AdminSearchConf',1,0,''),(102,100,1,NULL,'AdminTags',1,0,''),(103,80,1,NULL,'AdminAdvancedParameters',1,0,'settings_applications'),(104,103,0,NULL,'AdminInformation',1,0,''),(105,103,1,NULL,'AdminPerformance',1,0,''),(106,103,2,NULL,'AdminAdminPreferences',1,0,''),(107,103,3,NULL,'AdminEmails',1,0,''),(108,103,4,NULL,'AdminImport',1,0,''),(109,103,5,NULL,'AdminParentEmployees',1,0,''),(110,109,0,NULL,'AdminEmployees',1,0,''),(111,109,1,NULL,'AdminProfiles',1,0,''),(112,109,2,NULL,'AdminAccess',1,0,''),(113,103,6,NULL,'AdminParentRequestSql',1,0,''),(114,113,0,NULL,'AdminRequestSql',1,0,''),(115,113,1,NULL,'AdminBackup',1,0,''),(116,103,7,NULL,'AdminLogs',1,0,''),(117,103,8,NULL,'AdminWebservice',1,0,''),(118,103,9,NULL,'AdminShopGroup',1,0,''),(119,103,10,NULL,'AdminShopUrl',0,0,''),(120,-1,0,NULL,'AdminQuickAccesses',1,0,''),(121,0,5,NULL,'DEFAULT',1,0,''),(122,-1,1,NULL,'AdminPatterns',1,0,''),(123,-1,2,'dashgoals','AdminDashgoals',1,0,''),(124,-1,3,'ps_faviconnotificationbo','AdminConfigureFaviconBo',1,0,''),(125,52,6,'ps_linklist','AdminLinkWidget',1,0,''),(126,52,0,'','AdminThemesParent',1,0,''),(127,126,2,'ps_themecusto','AdminPsThemeCustoConfiguration',1,0,''),(128,126,3,'ps_themecusto','AdminPsThemeCustoAdvanced',1,0,''),(129,0,6,'welcome','AdminWelcome',1,0,''),(130,81,7,'gamification','AdminGamification',1,0,''),(131,-1,4,'psgdpr','AdminAjaxPsgdpr',1,0,''),(132,-1,5,'psgdpr','AdminDownloadInvoicesPsgdpr',1,0,''),(133,48,0,'ps_mbo','AdminPsMboModule',1,0,''),(134,48,1,'ps_mbo','AdminPsMboAddons',1,0,''),(135,-1,0,'ps_mbo','AdminPsMboRecommended',1,0,''),(136,52,1,'ps_mbo','AdminPsMboTheme',1,0,''),(137,-1,6,'ps_buybuttonlite','AdminAjaxPs_buybuttonlite',1,0,''),(190,103,11,'stripe_official','AdminStripe_officialProcessLogger',0,0,''),(207,-1,7,'pscartabandonmentpro','AdminCAPListing',1,0,''),(208,-1,8,'pscartabandonmentpro','AdminCAPTarget',1,0,''),(209,-1,9,'pscartabandonmentpro','AdminCAPDiscount',1,0,''),(210,-1,10,'pscartabandonmentpro','AdminCAPTemplate',1,0,''),(211,-1,11,'pscartabandonmentpro','AdminCAPReminder',1,0,''),(212,-1,12,'pscartabandonmentpro','AdminCAPStatistics',1,0,''),(213,-1,13,'pscartabandonmentpro','AdminCAPEmailTest',1,0,''),(214,-1,14,'pscartabandonmentpro','FrontCAPCronJob',1,0,''),(215,-1,15,'pscartabandonmentpro','FrontCAPUnsubscribeJob',1,0,''),(216,-1,16,'pscartabandonmentpro','FrontCAPEmailVisualize',1,0,''),(217,-1,17,'pscartabandonmentpro','FrontCAPEmailClickShopUrl',1,0,''),(218,-1,18,'pscartabandonmentpro','FrontCAPEmailClickCartUrl',1,0,''),(219,-1,19,'pscartabandonmentpro','FrontCAPEmailClickProductUrl',1,0,''),(230,121,1,'darique','DariqueList',1,0,''),(231,9,8,'darique','AdminDariqueAjax',0,0,''),(232,2,6,'supercheckout','AdminkbsupercheckoutConfigure',1,0,'bookmark'),(233,232,1,'supercheckout','AdminSuperSetting',1,0,''),(234,232,2,'supercheckout','AdminAbandonedCheckout',1,0,''),(235,232,3,'supercheckout','AdminCheckoutBehavior',1,0,''),(266,0,7,'mollie','AdminMollieAjax',0,0,''),(267,42,6,'mollie','AdminMollieModule',1,0,'mollie'),(294,295,1,'molliesubscription','AdminMollieSubscription',0,0,''),(295,63,3,'molliesubscription','AdminMollieSubscription_MTR',0,0,''),(296,295,2,'molliesubscription','AdminMollieSubscriptionSettings',1,0,''); -/*!40000 ALTER TABLE `ps_tab` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab_advice` --- - -DROP TABLE IF EXISTS `ps_tab_advice`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab_advice` ( - `id_tab` int(11) NOT NULL, - `id_advice` int(11) NOT NULL, - PRIMARY KEY (`id_tab`,`id_advice`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab_advice` --- - -LOCK TABLES `ps_tab_advice` WRITE; -/*!40000 ALTER TABLE `ps_tab_advice` DISABLE KEYS */; -INSERT INTO `ps_tab_advice` VALUES (1,1),(1,2),(1,3),(1,4),(1,5),(1,6),(1,7),(1,8),(1,9),(1,10),(1,11),(1,12),(1,13),(1,14),(1,15),(1,16),(1,17),(1,18),(1,19),(1,20),(1,21),(1,22),(1,23),(1,24),(1,25),(1,26),(1,27),(1,28),(1,29),(1,30),(1,31),(1,32),(1,33),(1,34),(1,35),(1,36),(1,37),(1,38),(1,39),(1,40),(1,41),(1,42),(1,43),(1,44),(1,45),(1,46),(1,47),(1,48),(1,49),(1,50),(1,51),(1,52),(1,53),(1,54),(1,55),(1,56),(1,57),(1,58),(1,59),(1,60),(1,61),(1,62),(1,63),(1,64),(1,65),(1,66),(1,67),(1,68),(1,69),(1,70),(1,71),(1,72),(1,73),(1,74),(1,75),(1,76),(1,77),(1,78),(1,79),(1,80),(1,81),(1,82),(1,83),(1,84),(1,85),(1,86),(1,87),(1,88),(1,89),(1,90),(1,91),(1,92),(1,93),(1,94),(1,95),(1,96),(1,97),(1,98),(1,99),(1,100),(1,101),(1,102),(1,103),(1,104),(1,105),(1,106),(1,107),(1,108),(1,109),(1,110),(1,111),(1,112),(1,113),(1,114),(1,115),(1,116),(1,117),(1,118),(1,119),(1,120),(1,121),(1,122),(1,123),(1,124),(1,125),(1,126),(1,129),(1,130),(1,134),(1,135),(1,136),(1,137),(1,138),(1,141),(1,142),(1,146),(1,147),(1,148),(1,149),(1,150),(1,151),(1,152),(1,153),(1,154),(1,155),(1,156),(1,157),(1,158),(1,159),(1,160),(1,161),(1,162),(1,163),(1,164),(1,165),(1,166),(1,167),(1,168),(1,169),(1,170),(1,171),(1,172),(1,173),(1,174),(1,175),(1,176),(1,177),(1,178),(1,179),(1,180),(1,181),(1,182),(1,183),(1,184),(1,185),(1,186),(1,187),(1,188),(1,189),(1,190),(1,191),(1,192),(1,193),(1,194),(1,195),(1,196),(1,197),(1,198),(1,199),(1,200),(1,201),(1,202),(1,203),(1,204),(1,205),(1,206),(1,207),(1,208),(1,209),(1,210),(1,211),(1,212),(1,213),(1,214),(1,215),(1,216),(1,217),(1,218),(1,219),(1,220),(1,221),(1,222),(1,223),(1,224),(1,225),(1,226),(1,227),(1,228),(1,229),(1,230),(1,231),(1,232),(1,233),(1,234),(1,235),(1,236),(1,237),(1,238),(1,239),(1,240),(1,241),(1,242),(1,243),(1,244),(1,245),(1,246),(1,247),(1,248),(1,249),(1,250),(1,251),(1,252),(1,253),(1,254),(1,255),(1,256),(1,257),(1,258),(1,259),(1,260),(1,261),(1,262),(1,263),(1,264),(1,265),(1,266),(1,267),(1,268),(1,269),(1,270),(1,271),(1,272),(1,273),(1,274),(1,275),(1,276),(1,277),(1,278),(1,279),(1,280),(1,281),(1,282),(1,283),(1,284),(1,285),(1,286),(1,287),(1,288),(1,289),(1,290),(1,291),(1,292),(1,293),(1,294),(1,295),(1,296),(1,297),(1,298),(1,299),(1,300),(1,301),(1,302),(1,303),(1,304),(1,305),(1,306),(1,307),(1,308),(1,309),(1,310),(1,311),(1,312),(1,313),(1,314),(1,315),(1,316),(1,317),(1,318),(1,319),(1,320),(1,321),(1,322),(1,323),(1,324),(1,325),(1,326),(1,327),(1,328),(1,329),(1,330),(1,331),(1,332),(1,333),(1,334),(1,335),(1,336),(1,337),(1,338),(1,339),(1,340),(1,341),(1,342),(1,343),(1,344),(1,345),(1,346),(1,347),(1,348),(1,349),(1,350),(1,351),(1,352),(1,353),(1,354),(1,355),(1,356),(1,357),(1,358),(1,359),(1,360),(1,361),(1,362),(1,363),(1,364),(1,365),(1,366),(1,367),(1,368),(1,369),(1,370),(1,371),(1,372),(1,373),(1,374),(1,375),(1,376),(1,377),(1,378),(1,379),(1,380),(1,381),(1,382),(1,383),(1,384),(1,385),(1,386),(1,387),(1,388),(1,389),(1,390),(1,391),(1,392),(1,393),(1,394),(1,395),(1,396),(1,397),(1,398),(1,399),(1,400),(1,401),(1,402),(1,403),(1,404),(1,405),(1,406),(1,407),(1,408),(1,409),(1,410),(1,411),(1,412),(1,413),(1,414),(1,415),(1,416),(1,417),(1,418),(1,419),(1,420),(1,421),(1,422),(1,423),(1,424),(1,425),(1,426),(1,427),(1,428),(1,429),(1,430),(1,431),(1,432),(1,433),(1,434),(1,435),(1,436),(1,437),(1,438),(1,439),(1,440),(1,441),(1,442),(1,443),(1,444),(1,445),(1,446),(1,447),(1,448),(1,449),(1,450),(1,451),(1,452),(1,453),(1,454),(1,455),(1,456),(1,457),(1,458),(1,459),(1,460),(1,461),(1,462),(1,463),(1,464),(1,465),(1,466),(1,467),(1,468),(1,469),(1,470),(1,471),(1,472),(1,473),(1,474),(1,475),(1,476),(1,477),(1,478),(1,479),(1,480),(1,481),(1,482),(1,483),(1,484),(1,485),(1,486),(1,487),(1,488),(1,489),(1,490),(1,491),(1,492),(1,493),(1,494),(1,495),(1,496),(1,497),(1,498),(1,499),(1,500),(1,501),(1,502),(1,503),(1,504),(1,505),(1,506),(1,507),(1,508),(1,509),(1,510),(1,511),(1,512),(1,513),(1,514),(1,515),(1,516),(1,517),(1,518),(1,519),(1,520),(1,521),(1,522),(1,523),(1,524),(1,525),(1,526),(1,527),(1,528),(1,529),(1,530),(1,531),(1,532),(1,533),(1,534),(1,535),(1,536),(1,537),(1,538),(1,539),(1,540),(1,541),(1,542),(1,543),(1,544),(1,545),(1,546),(1,547),(1,548),(1,549),(1,550),(1,551),(1,552),(1,553),(1,554),(1,555),(1,556),(1,557),(1,558),(1,559),(1,560),(1,561),(1,562),(1,563),(1,564),(1,565),(1,566),(1,567),(1,568),(1,569),(1,570),(1,571),(1,572),(1,573),(1,574),(1,575),(1,576),(1,577),(1,578),(1,579),(1,580),(1,581),(1,582),(1,583),(1,584),(1,585),(1,586),(1,587),(1,588),(1,589),(1,590),(1,591),(1,592),(1,593),(1,594),(1,595),(1,596),(1,597),(1,598),(1,599),(1,600),(1,601),(1,602),(1,603),(1,604),(1,605),(1,606),(1,607),(1,608),(1,609),(1,610),(1,611),(1,612),(1,613),(1,614),(1,615),(1,616),(1,617),(1,618),(1,619),(1,620),(1,621),(1,622),(1,623),(1,624),(1,625),(1,626),(1,627),(1,628),(1,629),(1,630),(1,631),(1,632),(1,633),(1,634),(1,635),(1,636),(1,637),(1,638),(1,639),(1,640),(1,641),(1,642),(1,643),(1,644),(1,645),(1,646),(1,647),(1,648),(1,649),(1,650),(1,651),(1,652),(1,653),(1,654),(1,655),(1,656),(1,657),(1,658),(1,659),(1,660),(1,661),(1,662),(1,663),(1,664),(1,665),(1,666),(1,667),(1,668),(1,669),(1,670),(1,671),(1,672),(1,673),(1,674),(1,675),(1,676),(1,677),(1,678),(1,679),(1,680),(1,681),(1,682),(1,683),(1,684),(1,685),(1,686),(1,687),(1,688),(1,689),(1,690),(1,691),(1,692),(1,693),(1,694),(1,695),(1,696),(1,697),(1,698),(1,699),(1,700),(1,701),(1,702),(1,703),(1,704),(1,705),(1,706),(1,707),(1,708),(1,709),(1,710),(1,711),(1,712),(1,713),(1,714),(1,715),(1,716),(1,717),(1,718),(1,719),(1,720),(1,721),(1,722),(1,723),(1,724),(1,725),(1,726),(1,727),(1,728),(1,729),(1,730),(1,731),(1,732),(1,733),(1,734),(1,735),(1,736),(1,737),(1,738),(1,739),(1,740),(1,741),(1,742),(1,743),(1,744),(1,745),(1,746),(1,747),(1,748),(1,749),(1,750),(1,751),(1,752),(1,753),(1,754),(1,755),(1,756),(1,757),(1,758),(1,759),(1,760),(1,761),(1,762),(1,763),(1,764),(1,765),(1,766),(1,767),(1,768),(1,769),(1,770),(1,771),(1,772),(1,773),(1,774),(1,775),(1,776),(1,777),(1,778),(1,779),(1,780),(1,781),(1,782),(1,783),(1,784),(1,785),(1,786),(1,787),(1,788),(1,789),(1,790),(1,791),(1,792),(1,793),(1,794),(1,795),(1,796),(1,797),(1,798),(1,799),(1,800),(1,801),(1,802),(1,803),(1,804),(1,805),(1,806),(1,807),(1,808),(1,809),(1,810),(1,811),(1,812),(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,853),(1,854),(1,855),(1,856),(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),(1,897),(1,898),(1,899),(1,900),(1,901),(1,902),(1,903),(1,904),(1,905),(1,906),(1,907),(1,908),(1,909),(1,910),(1,911),(1,912),(1,913),(1,914),(1,915),(1,916),(1,917),(1,918),(1,919),(1,920),(1,921),(1,922),(1,923),(1,924),(1,925),(1,926),(1,927),(1,928),(1,929),(1,930),(1,931),(1,932),(1,933),(1,934),(1,935),(1,936),(1,937),(1,938),(1,939),(1,940),(1,941),(1,942),(1,943),(1,944),(1,945),(1,946),(1,947),(1,948),(1,949),(1,950),(1,951),(1,952),(1,953),(1,954),(1,955),(1,956),(1,957),(1,958),(1,959),(1,960),(1,961),(1,962),(1,963),(1,964),(1,965),(1,966),(1,967),(1,968),(1,969),(1,970),(1,971),(1,972),(1,973),(1,974),(1,975),(1,976),(1,977),(1,978),(1,979),(1,980),(1,981),(1,982),(1,983),(1,984),(1,985),(1,986),(1,987),(1,988),(1,989),(1,990),(1,991),(1,992),(1,993),(1,994),(1,995),(1,996),(1,997),(1,998),(1,999),(1,1000),(1,1001),(1,1002),(1,1003),(1,1004),(1,1005),(1,1006),(1,1007),(1,1008),(1,1009),(1,1010),(1,1011),(1,1012),(1,1013),(1,1014),(1,1015),(1,1016),(1,1017),(1,1018),(1,1019),(1,1020),(1,1021),(1,1022),(1,1023),(1,1024),(1,1025),(1,1026),(1,1027),(1,1028),(1,1029),(1,1030),(1,1031),(1,1032),(1,1033),(1,1034),(1,1035),(1,1036),(1,1037),(1,1038),(1,1039),(1,1040),(1,1041),(1,1042),(1,1043),(1,1044),(1,1045),(1,1046),(1,1047),(1,1048),(1,1049),(1,1050),(1,1051),(1,1052),(1,1053),(1,1054),(1,1055),(1,1056),(1,1057),(1,1058),(1,1059),(1,1060),(1,1061),(1,1062),(1,1063),(1,1064),(1,1065),(1,1066),(1,1067),(1,1068),(1,1069),(1,1070),(1,1071),(1,1072),(1,1073),(1,1074),(1,1075),(1,1076),(1,1077),(1,1078),(1,1079),(1,1080),(1,1081),(1,1082),(1,1083),(1,1084),(1,1085),(1,1086),(1,1087),(1,1088),(1,1089),(1,1090),(1,1091),(1,1092),(1,1093),(1,1094),(1,1095),(1,1096),(1,1097),(1,1098),(1,1099),(1,1100),(1,1101),(1,1102),(1,1103),(1,1104),(1,1105),(1,1106),(1,1107),(1,1108),(1,1109),(1,1110),(1,1111),(1,1112),(1,1113),(1,1114),(1,1115),(1,1116),(1,1117),(1,1118),(1,1119),(1,1120),(1,1121),(1,1122),(1,1123),(1,1124),(1,1125),(1,1126),(1,1127),(1,1128),(1,1129),(1,1130),(1,1131),(1,1132),(1,1133),(1,1134),(1,1135),(1,1136),(1,1137),(1,1138),(1,1139),(1,1140),(1,1141),(1,1142),(1,1143),(1,1144),(1,1145),(1,1146),(1,1147),(1,1148),(1,1149),(1,1150),(1,1151),(1,1152),(1,1153),(1,1154),(1,1155),(1,1156),(1,1157),(1,1158),(1,1159),(1,1160),(1,1161),(1,1162),(1,1163),(1,1164),(1,1165),(1,1166),(1,1167),(1,1168),(1,1169),(1,1170),(1,1171),(1,1172),(1,1173),(1,1174),(1,1175),(1,1176),(1,1177),(1,1178),(1,1179),(1,1180),(1,1181),(1,1182),(1,1183),(1,1184),(1,1185),(1,1186),(1,1187),(1,1188),(1,1189),(1,1190),(1,1191),(1,1192),(1,1193),(1,1194),(1,1195),(1,1196),(1,1197),(1,1198),(1,1199),(1,1200),(1,1201),(1,1202),(1,1203),(1,1204),(1,1205),(1,1206),(1,1207),(1,1208),(1,1209),(1,1210),(1,1211),(1,1212),(1,1213),(1,1214),(1,1215),(1,1216),(1,1217),(1,1218),(1,1219),(1,1220),(1,1221),(1,1222),(1,1223),(1,1224),(1,1225),(1,1226),(1,1227),(1,1228),(1,1229),(1,1230),(1,1231),(1,1232),(1,1233),(1,1234),(1,1235),(1,1236),(1,1237),(1,1238),(1,1239),(1,1240),(1,1241),(1,1242),(1,1243),(1,1244),(1,1245),(1,1246),(1,1247),(1,1248),(1,1249),(1,1250),(1,1251),(1,1252),(1,1253),(1,1254),(1,1255),(1,1256),(1,1257),(1,1258),(1,1259),(1,1260),(1,1261),(1,1262),(1,1263),(1,1264),(1,1265),(1,1266),(1,1267),(1,1268),(1,1269),(1,1270),(1,1271),(1,1272),(1,1273),(1,1274),(1,1275),(1,1276),(1,1277),(1,1278),(1,1279),(1,1280),(1,1281),(1,1282),(1,1283),(1,1284),(1,1285),(1,1286),(1,1287),(1,1288),(1,1289),(1,1290),(1,1291),(1,1292),(1,1293),(1,1294),(1,1295),(1,1296),(1,1297),(1,1298),(1,1299),(1,1300),(1,1301),(1,1302),(1,1303),(1,1304),(1,1305),(1,1306),(1,1307),(1,1308),(1,1309),(1,1310),(1,1311),(1,1312),(1,1313),(1,1314),(1,1315),(1,1316),(1,1317),(1,1318),(1,1319),(1,1320),(1,1321),(1,1322),(1,1323),(1,1324),(1,1325),(1,1326),(1,1327),(1,1328),(1,1329),(1,1330),(1,1331),(1,1332),(1,1333),(1,1334),(1,1335),(1,1336),(1,1337),(1,1338),(1,1339),(1,1340),(1,1341),(1,1342),(1,1343),(1,1344),(1,1345),(1,1346),(1,1347),(1,1348),(1,1349),(1,1350),(1,1351),(1,1352),(1,1353),(1,1354),(1,1355),(1,1356),(1,1357),(1,1358),(1,1359),(1,1360),(1,1361),(1,1362),(1,1363),(1,1364),(1,1365),(1,1366),(1,1367),(1,1368),(1,1369),(1,1370),(1,1371),(1,1372),(1,1373),(1,1374),(1,1375),(1,1376),(1,1377),(1,1378),(1,1379),(1,1380),(1,1381),(1,1382),(1,1383),(1,1384),(1,1385),(1,1386),(1,1387),(1,1388),(1,1389),(1,1390),(1,1391),(1,1392),(1,1393),(1,1394),(1,1395),(1,1396),(1,1397),(1,1398),(1,1399),(1,1400),(1,1401),(1,1402),(1,1403),(1,1404),(1,1405),(1,1406),(1,1407),(1,1408),(1,1409),(1,1410),(1,1411),(1,1412),(1,1413),(1,1414),(1,1415),(1,1416),(1,1417),(1,1418),(1,1419),(1,1420),(1,1421),(1,1422),(1,1423),(1,1424),(1,1425),(1,1426),(1,1427),(1,1428),(1,1429),(1,1430),(1,1431),(1,1432),(1,1433),(1,1434),(1,1435),(1,1436),(1,1437),(1,1438),(1,1439),(1,1440),(1,1441),(1,1442),(1,1443),(1,1444),(1,1445),(1,1446),(1,1447),(1,1448),(1,1449),(1,1450),(1,1451),(1,1452),(1,1453),(1,1454),(1,1455),(1,1456),(1,1457),(1,1458),(1,1459),(1,1460),(1,1461),(1,1462),(1,1463),(1,1464),(1,1465),(1,1466),(1,1467),(1,1468),(1,1469),(1,1470),(1,1471),(1,1472),(1,1473),(1,1474),(1,1475),(1,1476),(1,1477),(1,1478),(1,1479),(1,1480),(1,1481),(1,1482),(1,1483),(1,1484),(1,1485),(1,1486),(1,1487),(1,1488),(1,1489),(1,1490),(1,1491),(1,1492),(1,1493),(1,1494),(1,1495),(1,1496),(1,1497),(1,1498),(1,1499),(1,1500),(1,1501),(1,1502),(1,1503),(1,1504),(1,1505),(1,1506),(1,1507),(1,1508),(1,1509),(1,1510),(1,1511),(1,1512),(1,1513),(1,1514),(1,1515),(1,1516),(1,1517),(1,1518),(1,1519),(1,1520),(1,1521),(1,1522),(1,1523),(1,1524),(1,1525),(1,1526),(1,1527),(1,1528),(1,1529),(1,1530),(1,1531),(1,1532),(1,1533),(1,1534),(1,1535),(1,1536),(1,1537),(1,1538),(1,1539),(1,1540),(1,1541),(1,1542),(1,1543),(1,1544),(1,1545),(1,1546),(1,1547),(1,1548),(1,1549),(1,1550),(1,1551),(1,1552),(1,1553),(1,1554),(1,1555),(1,1556),(1,1557),(1,1558),(1,1559),(1,1560),(1,1561),(1,1562),(1,1563),(1,1564),(1,1565),(1,1566),(1,1567),(1,1568),(1,1569),(1,1570),(1,1571),(1,1572),(1,1573),(1,1574),(1,1576),(1,1577),(1,1578),(1,1579),(1,1580),(1,1581),(1,1582),(1,1583),(1,1584),(1,1585),(1,1586),(1,1587),(1,1588),(1,1589),(1,1590),(1,1591),(1,1592),(1,1593),(1,1594),(1,1595),(1,1596),(1,1597),(1,1598),(1,1599),(1,1600),(1,1601),(1,1602),(1,1603),(1,1604),(1,1605),(1,1606),(1,1607),(1,1608),(1,1609),(1,1610),(1,1611),(1,1612),(1,1613),(1,1614),(1,1615),(1,1616),(1,1617),(1,1618),(1,1619),(1,1620),(1,1621),(1,1622),(1,1623),(1,1624),(1,1625),(1,1626),(1,1627),(1,1628),(1,1629),(1,1630),(1,1631),(1,1632),(1,1633),(1,1634),(1,1635),(1,1636),(1,1637),(1,1638),(1,1639),(1,1640),(1,1641),(1,1642),(1,1643),(1,1644),(1,1645),(1,1646),(1,1647),(1,1648),(1,1649),(1,1650),(1,1651),(1,1652),(1,1653),(1,1654),(1,1655),(1,1656),(1,1657),(1,1658),(1,1659),(1,1660),(1,1661),(1,1662),(1,1663),(1,1664),(1,1665),(1,1666),(1,1667),(1,1668),(1,1669),(1,1670),(1,1671),(1,1672),(1,1673),(1,1674),(1,1675),(1,1676),(1,1677),(1,1678),(1,1679),(1,1680),(1,1681),(1,1682),(1,1683),(1,1684),(1,1685),(1,1686),(1,1687),(1,1688),(1,1689),(1,1690),(1,1691),(1,1692),(1,1693),(1,1694),(1,1695),(1,1696),(1,1697),(1,1698),(1,1699),(1,1700),(1,1701),(1,1702),(1,1703),(1,1704),(1,1705),(1,1706),(1,1707),(1,1708),(1,1709),(1,1710),(1,1711),(1,1712),(1,1713),(1,1714),(1,1715),(1,1716),(1,1717),(1,1718),(1,1719),(1,1720),(1,1721),(1,1722),(1,1723),(1,1724),(1,1725),(1,1726),(1,1727),(1,1728),(1,1729),(1,1730),(1,1731),(1,1732),(1,1733),(1,1734),(1,1735),(1,1736),(1,1737),(1,1738),(1,1739),(1,1740),(1,1741),(1,1742),(1,1743),(1,1744),(1,1745),(1,1746),(1,1747),(1,1748),(1,1749),(1,1750),(1,1751),(1,1752),(1,1753),(1,1754),(1,1755),(1,1756),(1,1757),(1,1758),(1,1759),(1,1760),(1,1761),(1,1762),(1,1763),(1,1764),(1,1765),(1,1766),(1,1767),(1,1768),(1,1769),(1,1770),(1,1771),(1,1772),(1,1773),(1,1774),(1,1775),(1,1776),(1,1777),(1,1778),(1,1779),(1,1780),(1,1781),(1,1782),(1,1783),(1,1784),(1,1785),(1,1786),(1,1787),(1,1788),(1,1789),(1,1790),(1,1791),(1,1792),(1,1793),(1,1794),(1,1795),(1,1796),(1,1797),(1,1798),(1,1799),(1,1800),(1,1801),(1,1802),(1,1803),(1,1804),(1,1805),(1,1806),(1,1807),(1,1808),(1,1809),(1,1810),(1,1811),(1,1812),(1,1813),(1,1814),(1,1815),(1,1816),(1,1817),(1,1818),(1,1819),(1,1820),(1,1821),(1,1822),(1,1823),(1,1824),(1,1825),(1,1826),(1,1827),(1,1828),(1,1829),(1,1830),(1,1831),(1,1832),(1,1833),(1,1834),(1,1835),(1,1836),(1,1837),(1,1838),(1,1839),(1,1840),(1,1841),(1,1842),(1,1843),(1,1844),(1,1845),(1,1846),(1,1847),(1,1848),(1,1849),(1,1850),(1,1851),(1,1852),(1,1853),(1,1854),(1,1855),(1,1856),(1,1857),(1,1858),(1,1859),(1,1860),(1,1861),(1,1862),(1,1863),(1,1864),(1,1865),(1,1866),(1,1867),(1,1868),(1,1869),(1,1870),(1,1871),(1,1872),(1,1873),(1,1874),(1,1875),(1,1876),(1,1877),(1,1878),(1,1879),(1,1880),(1,1881),(1,1882),(1,1883); -/*!40000 ALTER TABLE `ps_tab_advice` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab_lang` --- - -DROP TABLE IF EXISTS `ps_tab_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab_lang` ( - `id_tab` int(11) NOT NULL, - `id_lang` int(11) NOT NULL, - `name` varchar(128) COLLATE utf8_unicode_ci NOT NULL, - PRIMARY KEY (`id_tab`,`id_lang`), - KEY `IDX_CFD9262DED47AB56` (`id_tab`), - KEY `IDX_CFD9262DBA299860` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab_lang` --- - -LOCK TABLES `ps_tab_lang` WRITE; -/*!40000 ALTER TABLE `ps_tab_lang` DISABLE KEYS */; -INSERT INTO `ps_tab_lang` VALUES (1,1,'Dashboard'),(1,3,'Dashboard'),(1,4,'Tableau de bord'),(1,5,'Übersicht'),(1,6,'Papan pemuka'),(1,7,'仪表盘'),(1,8,'Dashboard'),(1,9,'Pulpit'),(1,10,'Ohjausnäkymä'),(1,11,'ダッシュボード'),(1,12,'Dashboard'),(1,13,'Kontrolpanel'),(2,1,'Sell'),(2,3,'Verkopen'),(2,4,'Vendre'),(2,5,'Verkauf'),(2,6,'Sell'),(2,7,'出售'),(2,8,'Sell'),(2,9,'Sprzedaż'),(2,10,'Myynti'),(2,11,'販売管理'),(2,12,'Sell'),(2,13,'Sælg'),(3,1,'Orders'),(3,3,'Bestellingen'),(3,4,'Commandes'),(3,5,'Bestellungen'),(3,6,'Commandes'),(3,7,'订单'),(3,8,'Orders'),(3,9,'Zamówienia'),(3,10,'Tilaukset'),(3,11,'注文'),(3,12,'Orders'),(3,13,'Ordrer'),(4,1,'Orders'),(4,3,'Bestellingen'),(4,4,'Commandes'),(4,5,'Bestellungen'),(4,6,'Commandes'),(4,7,'订单'),(4,8,'Orders'),(4,9,'Zamówienia'),(4,10,'Tilaukset'),(4,11,'注文'),(4,12,'Orders'),(4,13,'Ordrer'),(5,1,'Invoices'),(5,3,'Facturen'),(5,4,'Factures'),(5,5,'Rechnungen'),(5,6,'Factures'),(5,7,'发票'),(5,8,'Invoices'),(5,9,'Faktury'),(5,10,'Laskut'),(5,11,'請求書'),(5,12,'Invoices'),(5,13,'Fakturaer'),(6,1,'Credit Slips'),(6,3,'Creditnota\'s'),(6,4,'Avoirs'),(6,5,'Rückvergütungen'),(6,6,'Slip Kredit'),(6,7,'Avoirs'),(6,8,'Credit Slips'),(6,9,'Druki kredytowe'),(6,10,'Hyvityslaskut'),(6,11,'クレジット伝票'),(6,12,'Credit Slips'),(6,13,'Kreditnotaer'),(7,1,'Delivery Slips'),(7,3,'Pakbonnen'),(7,4,'Bons de livraison'),(7,5,'Lieferscheine'),(7,6,'Slip Penghantaran'),(7,7,'交货单'),(7,8,'Delivery Slips'),(7,9,'Druk wysyłki'),(7,10,'Toimituskuitit'),(7,11,'配送伝票'),(7,12,'Delivery Slips'),(7,13,'Følgesedler'),(8,1,'Shopping Carts'),(8,3,'Winkelwagens'),(8,4,'Paniers'),(8,5,'Warenkörbe'),(8,6,'Troli Belian'),(8,7,'购物车'),(8,8,'Shopping Carts'),(8,9,'Koszyki zakupowe'),(8,10,'Ostoskorit'),(8,11,'買い物カゴ'),(8,12,'Shopping Carts'),(8,13,'Indkøbsindkøbskurve'),(9,1,'Catalog'),(9,3,'Catalogus'),(9,4,'Catalogue'),(9,5,'Katalog'),(9,6,'Catalogue'),(9,7,'分类'),(9,8,'Catalog'),(9,9,'Katalog'),(9,10,'Katalogi'),(9,11,'カタログ'),(9,12,'Catalog'),(9,13,'Katalog'),(10,1,'Products'),(10,3,'Producten'),(10,4,'Produits'),(10,5,'Artikel'),(10,6,'Produk'),(10,7,'单件商品'),(10,8,'பொருட்கள்'),(10,9,'Produkty'),(10,10,'Tuotteet'),(10,11,'商品'),(10,12,'Products'),(10,13,'Varer'),(11,1,'Categories'),(11,3,'Categorieën'),(11,4,'Catégories'),(11,5,'Kategorien'),(11,6,'Kategori'),(11,7,'分类'),(11,8,'வகைகள்'),(11,9,'Kategorie'),(11,10,'Tuoteryhmät'),(11,11,'カテゴリ'),(11,12,'Categories'),(11,13,'Kategorier'),(12,1,'Monitoring'),(12,3,'Monitoring'),(12,4,'Suivi'),(12,5,'Kontrollübersicht'),(12,6,'Pengawasan'),(12,7,'监测'),(12,8,'Monitoring'),(12,9,'Monitorowanie'),(12,10,'Valvonta'),(12,11,'モニタリング'),(12,12,'Monitoring'),(12,13,'Overvågning'),(13,1,'Attributes & Features'),(13,3,'Kenmerken en functies'),(13,4,'Attributs & caractéristiques'),(13,5,'Varianten & Eigenschaften'),(13,6,'Attributes & Features'),(13,7,'属性和功能'),(13,8,'Attributes & Features'),(13,9,'Atrybuty & Cechy'),(13,10,'Tuoteominaisuudet'),(13,11,'オプションと商品データ項目'),(13,12,'Attributes & Features'),(13,13,'Attributter og funktioner'),(14,1,'Attributes'),(14,3,'Attributen'),(14,4,'Attributs'),(14,5,'Varianten'),(14,6,'Attribution'),(14,7,'特征'),(14,8,'பண்புகள்'),(14,9,'Atrybuty'),(14,10,'Määritteet'),(14,11,'属性'),(14,12,'Attributes'),(14,13,'Egenskaber'),(15,1,'Features'),(15,3,'Functies'),(15,4,'Caractéristiques'),(15,5,'Eigenschaften'),(15,6,'Ciri-ciri'),(15,7,'特性'),(15,8,'Features'),(15,9,'Funkcje'),(15,10,'Ominaisuudet'),(15,11,'機能'),(15,12,'Features'),(15,13,'Egenskaber'),(16,1,'Brands & Suppliers'),(16,3,'Merken en leveranciers'),(16,4,'Marques et fournisseurs'),(16,5,'Marken & Lieferanten'),(16,6,'Brands & Suppliers'),(16,7,'品牌 & 供应商'),(16,8,'Brands & Suppliers'),(16,9,'Marki & Dostawcy'),(16,10,'Tuotemerkit & toimittajat'),(16,11,'ブランドとサプライヤ'),(16,12,'Brands & Suppliers'),(16,13,'Mærker og leverandører'),(17,1,'Brands'),(17,3,'Merken'),(17,4,'Marques'),(17,5,'Marken'),(17,6,'Jenama'),(17,7,'品牌'),(17,8,'Brands'),(17,9,'Marki'),(17,10,'Tuotemerkit'),(17,11,'ブランド'),(17,12,'Brands'),(17,13,'Mærker'),(18,1,'Suppliers'),(18,3,'Leveranciers'),(18,4,'Fournisseurs'),(18,5,'Lieferanten'),(18,6,'Pembekal'),(18,7,'供应商'),(18,8,'Suppliers'),(18,9,'Dostawcy'),(18,10,'Tavarantoimittajat'),(18,11,'サプライヤー'),(18,12,'Suppliers'),(18,13,'Leverandører'),(19,1,'Files'),(19,3,'Bestanden'),(19,4,'Fichiers'),(19,5,'Dateien'),(19,6,'Fail'),(19,7,'文件'),(19,8,'Files'),(19,9,'Pliki'),(19,10,'Tiedostot'),(19,11,'ファイル'),(19,12,'Files'),(19,13,'Filer'),(20,1,'Discounts'),(20,3,'Kortingen'),(20,4,'Réductions'),(20,5,'Rabatt'),(20,6,'Diskaun'),(20,7,'折扣'),(20,8,'Discounts'),(20,9,'Rabaty'),(20,10,'Alennukset'),(20,11,'割引'),(20,12,'Discounts'),(20,13,'Rabatter'),(21,1,'Cart Rules'),(21,3,'Winkelwagenregels'),(21,4,'Règles panier'),(21,5,'Warenkorb Preisregeln'),(21,6,'Règles panier'),(21,7,'购物车规则'),(21,8,'கூடை விதிகள்'),(21,9,'Kody rabatowe'),(21,10,'Ostoskorin säännöt'),(21,11,'カートルール'),(21,12,'Cart Rules'),(21,13,'Rabatkuponer'),(22,1,'Catalog Price Rules'),(22,3,'Catalogusprijsregels'),(22,4,'Règles de prix catalogue'),(22,5,'Katalog Preisregeln'),(22,6,'Règles de prix catalogue'),(22,7,'Règles de prix catalogue'),(22,8,'Catalog Price Rules'),(22,9,'Reguły cenowe katalogu'),(22,10,'Tuotealennusten säännöt'),(22,11,'カタログの価格ルール'),(22,12,'Catalog Price Rules'),(22,13,'Prisregler for katalog'),(23,1,'Stocks'),(23,3,'Stocks'),(23,4,'Stocks'),(23,5,'Stocks'),(23,6,'Stocks'),(23,7,'Stocks'),(23,8,'Stocks'),(23,9,'Stocks'),(23,10,'Stocks'),(23,11,'Stocks'),(23,12,'Stocks'),(23,13,'Stocks'),(24,1,'Customers'),(24,3,'Klanten'),(24,4,'Clients'),(24,5,'Kunden'),(24,6,'Pelanggan'),(24,7,'客户'),(24,8,'Customers'),(24,9,'Klienci'),(24,10,'Asiakkaat'),(24,11,'お客様'),(24,12,'Customers'),(24,13,'Kunder'),(25,1,'Customers'),(25,3,'Klanten'),(25,4,'Clients'),(25,5,'Kunden'),(25,6,'Pelanggan'),(25,7,'客户'),(25,8,'Customers'),(25,9,'Klienci'),(25,10,'Asiakkaat'),(25,11,'お客様'),(25,12,'Customers'),(25,13,'Kunder'),(26,1,'Addresses'),(26,3,'Adressen'),(26,4,'Adresses'),(26,5,'Adressen'),(26,6,'Alamat'),(26,7,'地址'),(26,8,'முகவரிகள்'),(26,9,'Adresy'),(26,10,'Addresses'),(26,11,'住所'),(26,12,'Addresses'),(26,13,'Adresser'),(27,1,'Outstanding'),(27,3,'Openstaand'),(27,4,'Encours autorisés'),(27,5,'Offene Posten'),(27,6,'Cemerlang'),(27,7,'未支付'),(27,8,'Outstanding'),(27,9,'Saldo'),(27,10,'Saatavat'),(27,11,'未処理'),(27,12,'Outstanding'),(27,13,'Udestående'),(28,1,'Customer Service'),(28,3,'Klantenservice'),(28,4,'SAV'),(28,5,'Kundenservice'),(28,6,'Khidmat Pelanggan'),(28,7,'客户服务'),(28,8,'Customer Service'),(28,9,'Obsługa klienta'),(28,10,'Asiakaspalvelu'),(28,11,'お客様サービス'),(28,12,'Customer Service'),(28,13,'Kundeservice'),(29,1,'Customer Service'),(29,3,'Klantenservice'),(29,4,'SAV'),(29,5,'Kundenservice'),(29,6,'Khidmat Pelanggan'),(29,7,'客户服务'),(29,8,'Customer Service'),(29,9,'Obsługa klienta'),(29,10,'Asiakaspalvelu'),(29,11,'お客様サービス'),(29,12,'Customer Service'),(29,13,'Kundeservice'),(30,1,'Order Messages'),(30,3,'Bestellingsberichten'),(30,4,'Messages prédéfinis'),(30,5,'Bestellnachrichten'),(30,6,'Mesej Tempahan'),(30,7,'Messages prédéfinis'),(30,8,'Order Messages'),(30,9,'Wiadomości zamówienia'),(30,10,'Tilausviestit'),(30,11,'注文メッセージ'),(30,12,'Order Messages'),(30,13,'Ordrebeskeder'),(31,1,'Merchandise Returns'),(31,3,'Retourzendingen'),(31,4,'Retours produits'),(31,5,'Warenrücksendungen'),(31,6,'Retours produit'),(31,7,'Retours produit'),(31,8,'Merchandise Returns'),(31,9,'Zwroty produktów'),(31,10,'Tuotepalautukset'),(31,11,'商品返品'),(31,12,'Merchandise Returns'),(31,13,'Vare returneringer'),(32,1,'Stats'),(32,3,'Statistieken'),(32,4,'Statistiques'),(32,5,'Statistiken'),(32,6,'Statistiques'),(32,7,'统计信息'),(32,8,'Stats'),(32,9,'Statystyki'),(32,10,'Tilastot'),(32,11,'統計'),(32,12,'Stats'),(32,13,'Statistik'),(34,1,'Warehouses'),(34,3,'Magazijnen'),(34,4,'Entrepôts'),(34,5,'Lager'),(34,6,'Entrepôts'),(34,7,'仓库'),(34,8,'Warehouses'),(34,9,'Magazyny'),(34,10,'Varastot'),(34,11,'倉庫'),(34,12,'Warehouses'),(34,13,'Lagersteder'),(35,1,'Stock Management'),(35,3,'Voorraadbeheer'),(35,4,'Gestion du stock'),(35,5,'Lagerverwaltung'),(35,6,'Gestion de stock'),(35,7,'Gestion de stock'),(35,8,'Stock Management'),(35,9,'Zarządzanie magazynem'),(35,10,'Gestion de stock'),(35,11,'在庫管理'),(35,12,'Stock Management'),(35,13,'Lagerstyring'),(36,1,'Stock Management'),(36,3,'Voorraadbeheer'),(36,4,'Gestion du stock'),(36,5,'Lagerverwaltung'),(36,6,'Gestion de stock'),(36,7,'Gestion de stock'),(36,8,'Stock Management'),(36,9,'Zarządzanie magazynem'),(36,10,'Gestion de stock'),(36,11,'在庫管理'),(36,12,'Stock Management'),(36,13,'Lagerstyring'),(37,1,'Stock Movement'),(37,3,'Voorraadverplaatsing'),(37,4,'Mouvements de stock'),(37,5,'Lagerbewegung'),(37,6,'Pergerakan Stok'),(37,7,'库存变动'),(37,8,'Stock Movement'),(37,9,'Ruch magazynowy'),(37,10,'Varaston siirrot'),(37,11,'在庫の変動'),(37,12,'Stock Movement'),(37,13,'Lagerreguleringer'),(38,1,'Instant Stock Status'),(38,3,'Huidige voorraadstatus'),(38,4,'État instantané du stock'),(38,5,'Aktueller Lagerbestand'),(38,6,'Etat instantané du stock'),(38,7,'Etat instantané du stock'),(38,8,'Instant Stock Status'),(38,9,'Stany magazynowe'),(38,10,'Etat instantané du stock'),(38,11,'簡易在庫状況'),(38,12,'Instant Stock Status'),(38,13,'Hurtig lagerstatus'),(39,1,'Stock Coverage'),(39,3,'Voorraaddekking'),(39,4,'Couverture du stock'),(39,5,'Lagerbestand'),(39,6,'Perlindungan Stok'),(39,7,'库存范围'),(39,8,'Stock Coverage'),(39,9,'Aktualne pokrycie stanu'),(39,10,'Varaston riittävyys'),(39,11,'在庫カバレッジ'),(39,12,'Stock Coverage'),(39,13,'Lager dækning'),(40,1,'Supply orders'),(40,3,'Leveringsbestellingen'),(40,4,'Commandes fournisseurs'),(40,5,'Bestellaufträge'),(40,6,'Tempahan bekalan'),(40,7,'供应订单'),(40,8,'Supply orders'),(40,9,'Dostawa zamówień'),(40,10,'Toimita tilaukset'),(40,11,'発注'),(40,12,'Supply orders'),(40,13,'Beholdningsordrer'),(41,1,'Configuration'),(41,3,'Configuratie'),(41,4,'Paramètres'),(41,5,'Einstellungen'),(41,6,'Konfigurasi'),(41,7,'配置'),(41,8,'உருவமைப்பு'),(41,9,'Konfiguracja'),(41,10,'Asetukset'),(41,11,'設定'),(41,12,'Configuration'),(41,13,'Konfiguration'),(42,1,'Improve'),(42,3,'Verbeteren'),(42,4,'Personnaliser'),(42,5,'Optimierung'),(42,6,'Improve'),(42,7,'改进'),(42,8,'Improve'),(42,9,'Ulepszenia'),(42,10,'Kehittäminen'),(42,11,'機能追加・設定'),(42,12,'Improve'),(42,13,'Forbedr'),(43,1,'Modules'),(43,3,'Modules'),(43,4,'Modules'),(43,5,'Module'),(43,6,'Modul'),(43,7,'模块'),(43,8,'Modules'),(43,9,'Moduły'),(43,10,'Moduulit - lisäosat'),(43,11,'モジュール'),(43,12,'Modules'),(43,13,'Moduler'),(44,1,'Module Manager'),(44,3,'Module Manager'),(44,4,'Module Manager'),(44,5,'Module Manager'),(44,6,'Module Manager'),(44,7,'Module Manager'),(44,8,'Module Manager'),(44,9,'Module Manager'),(44,10,'Module Manager'),(44,11,'Module Manager'),(44,12,'Module Manager'),(44,13,'Module Manager'),(45,1,'Modules'),(45,3,'Modules'),(45,4,'Modules'),(45,5,'Module'),(45,6,'Modul'),(45,7,'模块'),(45,8,'Modules'),(45,9,'Moduły'),(45,10,'Moduulit - lisäosat'),(45,11,'モジュール'),(45,12,'Modules'),(45,13,'Moduler'),(46,1,'Alerts'),(46,3,'Waarschuwingen'),(46,4,'Alertes'),(46,5,'Meldungen'),(46,6,'Alerts'),(46,7,'通知'),(46,8,'Alerts'),(46,9,'Powiadomienia'),(46,10,'Alerts'),(46,11,'Alerts'),(46,12,'Alerts'),(46,13,'Advarsler'),(47,1,'Updates'),(47,3,'Updates'),(47,4,'Mises à jour'),(47,5,'Aktualisierungen'),(47,6,'Updates'),(47,7,'更新'),(47,8,'Updates'),(47,9,'Aktualizacje'),(47,10,'Updates'),(47,11,'Updates'),(47,12,'Updates'),(47,13,'Opdateringer'),(48,1,'Module Catalog'),(48,3,'Module catalogus'),(48,4,'Catalogue de modules'),(48,5,'Modul-Katalog'),(48,6,'Module Catalog'),(48,7,'模块目录'),(48,8,'Module Catalog'),(48,9,'Katalog'),(48,10,'Module Catalog'),(48,11,'Module Catalog'),(48,12,'Module Catalog'),(48,13,'Modulkatalog'),(49,1,'Module Catalog'),(49,3,'Module catalogus'),(49,4,'Catalogue de modules'),(49,5,'Modul-Katalog'),(49,6,'Module Catalog'),(49,7,'模块目录'),(49,8,'Module Catalog'),(49,9,'Katalog'),(49,10,'Module Catalog'),(49,11,'Module Catalog'),(49,12,'Module Catalog'),(49,13,'Modulkatalog'),(50,1,'Module Selections'),(50,3,'Module Selections'),(50,4,'Module Selections'),(50,5,'Module Selections'),(50,6,'Module Selections'),(50,7,'Module Selections'),(50,8,'Module Selections'),(50,9,'Module Selections'),(50,10,'Module Selections'),(50,11,'Module Selections'),(50,12,'Module Selections'),(50,13,'Module Selections'),(52,1,'Design'),(52,3,'Design'),(52,4,'Apparence'),(52,5,'Design'),(52,6,'Design'),(52,7,'设计'),(52,8,'Design'),(52,9,'Wygląd'),(52,10,'Ulkoasu'),(52,11,'デザイン'),(52,12,'Design'),(52,13,'Design'),(53,1,'Theme & Logo'),(53,3,'Thema en logo'),(53,4,'Thème et logo'),(53,5,'Template und Logo'),(53,6,'Theme & Logo'),(53,7,'主题&商标'),(53,8,'Theme & Logo'),(53,9,'Szablony'),(53,10,'Sivuteema & logo'),(53,11,'テーマとロゴ'),(53,12,'Theme & Logo'),(53,13,'Tema og logo'),(54,1,'Theme Catalog'),(54,3,'Themacatalogus'),(54,4,'Catalogue de thèmes'),(54,5,'Templates'),(54,6,'Theme Catalog'),(54,7,'主题分类'),(54,8,'Theme Catalog'),(54,9,'Katalog'),(54,10,'Sivuteemakuvasto'),(54,11,'テーマ一覧'),(54,12,'Theme Catalog'),(54,13,'Temakatalog'),(55,1,'Email Theme'),(55,3,'Email thema'),(55,4,'Thème d\'email'),(55,5,'Email Theme'),(55,6,'Email Theme'),(55,7,'Email Theme'),(55,8,'Email Theme'),(55,9,'Szablon maila'),(55,10,'Email Theme'),(55,11,'Email Theme'),(55,12,'Email Theme'),(55,13,'E-mail tema'),(56,1,'Email Theme'),(56,3,'Email thema'),(56,4,'Thème d\'email'),(56,5,'Email Theme'),(56,6,'Email Theme'),(56,7,'Email Theme'),(56,8,'Email Theme'),(56,9,'Szablon maila'),(56,10,'Email Theme'),(56,11,'Email Theme'),(56,12,'Email Theme'),(56,13,'E-mail tema'),(57,1,'Pages'),(57,3,'Pagina\'s'),(57,4,'Pages'),(57,5,'Seiten'),(57,6,'Laman'),(57,7,'网页'),(57,8,'Pages'),(57,9,'Strony'),(57,10,'Pages'),(57,11,'ページ'),(57,12,'Pages'),(57,13,'Sider'),(58,1,'Positions'),(58,3,'Posities'),(58,4,'Positions'),(58,5,'Positionen'),(58,6,'Kedudukan'),(58,7,'位置'),(58,8,'Positions'),(58,9,'Pozycje'),(58,10,'Sijainti'),(58,11,'位置'),(58,12,'Positions'),(58,13,'Positioner'),(59,1,'Image Settings'),(59,3,'Afbeeldingsinstellingen'),(59,4,'Images'),(59,5,'Bilder'),(59,6,'Image Settings'),(59,7,'图像设置'),(59,8,'Image Settings'),(59,9,'Zdjęcia'),(59,10,'Kuva-asetukset'),(59,11,'画像設定'),(59,12,'Image Settings'),(59,13,'Billeder'),(60,1,'Shipping'),(60,3,'Verzending'),(60,4,'Livraison'),(60,5,'Versand'),(60,6,'Penghantaran'),(60,7,'配送'),(60,8,'Shipping'),(60,9,'Wysyłka'),(60,10,'Toimitus'),(60,11,'送料'),(60,12,'Shipping'),(60,13,'Levering'),(61,1,'Carriers'),(61,3,'Vervoerders'),(61,4,'Transporteurs'),(61,5,'Versanddienste'),(61,6,'Operator'),(61,7,'货运商'),(61,8,'ஊர்திகள்'),(61,9,'Przewoźnicy'),(61,10,'Toimitustavat'),(61,11,'配送'),(61,12,'Carriers'),(61,13,'Leveringsfirmaer'),(62,1,'Preferences'),(62,3,'Instellingen'),(62,4,'Préférences'),(62,5,'Voreinstellungen'),(62,6,'Keutamaan'),(62,7,'选项'),(62,8,'Preferences'),(62,9,'Preferencje'),(62,10,'Asetukset'),(62,11,'環境設定'),(62,12,'Preferences'),(62,13,'Indstillinger'),(63,1,'Payment'),(63,3,'Betaling'),(63,4,'Paiement'),(63,5,'Zahlungsart'),(63,6,'Pembayaran'),(63,7,'付款'),(63,8,'செலுத்துதல்'),(63,9,'Płatność'),(63,10,'Maksutapa'),(63,11,'お支払い'),(63,12,'Payment'),(63,13,'Betaling'),(64,1,'Payment Methods'),(64,3,'Betaalmethoden'),(64,4,'Modes de paiement'),(64,5,'Zahlungsarten'),(64,6,'Payment Methods'),(64,7,'付款方法'),(64,8,'Payment Methods'),(64,9,'Płatności'),(64,10,'Maksutavat'),(64,11,'支払い方法'),(64,12,'Payment Methods'),(64,13,'Betalingsmåder'),(65,1,'Preferences'),(65,3,'Instellingen'),(65,4,'Préférences'),(65,5,'Voreinstellungen'),(65,6,'Keutamaan'),(65,7,'选项'),(65,8,'Preferences'),(65,9,'Preferencje'),(65,10,'Asetukset'),(65,11,'環境設定'),(65,12,'Preferences'),(65,13,'Indstillinger'),(66,1,'International'),(66,3,'Internationaal'),(66,4,'International'),(66,5,'international'),(66,6,'Antarabangsa'),(66,7,'国际'),(66,8,'International'),(66,9,'Międzynarodowy'),(66,10,'Kansainvälinen'),(66,11,'インターナショナル'),(66,12,'International'),(66,13,'International'),(67,1,'Localization'),(67,3,'Lokalisatie'),(67,4,'Localisation'),(67,5,'Lokalisierung'),(67,6,'Localisation'),(67,7,'本地化'),(67,8,'Localization'),(67,9,'Lokalizacja'),(67,10,'Lokalisointi'),(67,11,'地域設定'),(67,12,'Localization'),(67,13,'Lokalisering'),(68,1,'Localization'),(68,3,'Lokalisatie'),(68,4,'Localisation'),(68,5,'Lokalisierung'),(68,6,'Localisation'),(68,7,'本地化'),(68,8,'Localization'),(68,9,'Lokalizacja'),(68,10,'Lokalisointi'),(68,11,'地域設定'),(68,12,'Localization'),(68,13,'Lokalisering'),(69,1,'Languages'),(69,3,'Talen'),(69,4,'Langues'),(69,5,'Sprachen'),(69,6,'Bahasa'),(69,7,'语言'),(69,8,'Languages'),(69,9,'Języki'),(69,10,'Kielet'),(69,11,'言語'),(69,12,'Languages'),(69,13,'Sprog'),(70,1,'Currencies'),(70,3,'Valuta\'s'),(70,4,'Devises'),(70,5,'Währungen'),(70,6,'Devises'),(70,7,'货币'),(70,8,'Currencies'),(70,9,'Waluty'),(70,10,'Valuutat'),(70,11,'通貨'),(70,12,'Currencies'),(70,13,'Valutaer'),(71,1,'Geolocation'),(71,3,'Geolocatie'),(71,4,'Géolocalisation'),(71,5,'Geotargeting'),(71,6,'Geolokasi'),(71,7,'地理位置'),(71,8,'Geolocation'),(71,9,'Geolokalizacja'),(71,10,'Paikkatieto'),(71,11,'位置情報'),(71,12,'Geolocation'),(71,13,'Geolokation'),(72,1,'Locations'),(72,3,'Locaties'),(72,4,'Zones géographiques'),(72,5,'Länder & Gebiete'),(72,6,'Locations'),(72,7,'地点'),(72,8,'Locations'),(72,9,'Położenie'),(72,10,'Maat'),(72,11,'国と地域の定義'),(72,12,'Locations'),(72,13,'Lokaliteter'),(73,1,'Zones'),(73,3,'Zones'),(73,4,'Zones'),(73,5,'Gebiete'),(73,6,'Zon'),(73,7,'洲'),(73,8,'Zones'),(73,9,'Strefy'),(73,10,'Alueet'),(73,11,'ゾーン'),(73,12,'Zones'),(73,13,'Zoner'),(74,1,'Countries'),(74,3,'Landen'),(74,4,'Pays'),(74,5,'Länder'),(74,6,'Negara'),(74,7,'国家'),(74,8,'நாடுகள்'),(74,9,'Kraje'),(74,10,'Maat'),(74,11,'国'),(74,12,'Countries'),(74,13,'Lande'),(75,1,'States'),(75,3,'Provincies'),(75,4,'États'),(75,5,'Bundesländer'),(75,6,'Negeri'),(75,7,'省/市'),(75,8,'States'),(75,9,'Województwa lub regiony'),(75,10,'Osavaltiot'),(75,11,'都道府県:'),(75,12,'States'),(75,13,'Stater'),(76,1,'Taxes'),(76,3,'BTW'),(76,4,'Taxes'),(76,5,'Steuersätze'),(76,6,'Cukai'),(76,7,'税'),(76,8,'Taxes'),(76,9,'Podatki'),(76,10,'Verot'),(76,11,'税'),(76,12,'Taxes'),(76,13,'Moms'),(77,1,'Taxes'),(77,3,'BTW'),(77,4,'Taxes'),(77,5,'Steuersätze'),(77,6,'Cukai'),(77,7,'税'),(77,8,'Taxes'),(77,9,'Podatki'),(77,10,'Verot'),(77,11,'税'),(77,12,'Taxes'),(77,13,'Moms'),(78,1,'Tax Rules'),(78,3,'Belastingregel'),(78,4,'Règles de taxes'),(78,5,'Steuerregeln'),(78,6,'Règles'),(78,7,'税法'),(78,8,'Tax Rules'),(78,9,'Reguły podatków'),(78,10,'Verosäännöt'),(78,11,'税ルール'),(78,12,'Tax Rules'),(78,13,'Regler for moms'),(79,1,'Translations'),(79,3,'Vertalingen'),(79,4,'Traductions'),(79,5,'Übersetzungen'),(79,6,'Penterjemahan'),(79,7,'翻译'),(79,8,'Translations'),(79,9,'Tłumaczenia'),(79,10,'Käännökset'),(79,11,'翻訳'),(79,12,'Translations'),(79,13,'Oversættelser'),(80,1,'Configure'),(80,3,'Configureer'),(80,4,'Configurer'),(80,5,'Einstellungen'),(80,6,'Tatarajah'),(80,7,'配置'),(80,8,'Configure'),(80,9,'Konfiguruj'),(80,10,'Muuta asetuksia'),(80,11,'設定'),(80,12,'Configure'),(80,13,'Konfigurer'),(81,1,'Shop Parameters'),(81,3,'Winkelinstellingen'),(81,4,'Paramètres de la boutique'),(81,5,'Shop-Einstellungen'),(81,6,'Shop Parameters'),(81,7,'商店的参数'),(81,8,'Shop Parameters'),(81,9,'Preferencje'),(81,10,'Kaupan asetukset'),(81,11,'ショップパラメータ'),(81,12,'Shop Parameters'),(81,13,'Butiksparametre'),(82,1,'General'),(82,3,'Algemeen'),(82,4,'Paramètres généraux'),(82,5,'Allgemein'),(82,6,'Umum'),(82,7,'一般'),(82,8,'பொதுவான'),(82,9,'Ogólny'),(82,10,'Yleiset'),(82,11,'一般'),(82,12,'General'),(82,13,'Generelt'),(83,1,'General'),(83,3,'Algemeen'),(83,4,'Paramètres généraux'),(83,5,'Allgemein'),(83,6,'Umum'),(83,7,'一般'),(83,8,'பொதுவான'),(83,9,'Ogólny'),(83,10,'Yleiset'),(83,11,'一般'),(83,12,'General'),(83,13,'Generelt'),(84,1,'Maintenance'),(84,3,'Onderhoud'),(84,4,'Maintenance'),(84,5,'Wartung'),(84,6,'Penyelenggaraan'),(84,7,'维护'),(84,8,'Maintenance'),(84,9,'Przerwa techniczna'),(84,10,'Huolto'),(84,11,'メンテナンス'),(84,12,'Maintenance'),(84,13,'Vedligeholdelse'),(85,1,'Order Settings'),(85,3,'Bestellingsinstellingen'),(85,4,'Commandes'),(85,5,'Bestellungen'),(85,6,'Order Settings'),(85,7,'订单设置'),(85,8,'Order Settings'),(85,9,'Zamówienia'),(85,10,'Tilausasetukset'),(85,11,'注文設定'),(85,12,'Order Settings'),(85,13,'Ordreindstillinger'),(86,1,'Order Settings'),(86,3,'Bestellingsinstellingen'),(86,4,'Commandes'),(86,5,'Bestellungen'),(86,6,'Order Settings'),(86,7,'订单设置'),(86,8,'Order Settings'),(86,9,'Zamówienia'),(86,10,'Tilausasetukset'),(86,11,'注文設定'),(86,12,'Order Settings'),(86,13,'Ordreindstillinger'),(87,1,'Statuses'),(87,3,'Statussen'),(87,4,'États de commandes'),(87,5,'Status'),(87,6,'États'),(87,7,'状态'),(87,8,'Statuses'),(87,9,'Statusy'),(87,10,'Tilat'),(87,11,'ステータス'),(87,12,'Statuses'),(87,13,'Statusser'),(88,1,'Product Settings'),(88,3,'Producten'),(88,4,'Produits'),(88,5,'Artikel'),(88,6,'Product Settings'),(88,7,'单件商品'),(88,8,'Product Settings'),(88,9,'Produkty'),(88,10,'Tuoteasetukset'),(88,11,'商品設定'),(88,12,'Product Settings'),(88,13,'Produktindstillinger'),(89,1,'Customer Settings'),(89,3,'Klantinstellingen'),(89,4,'Clients'),(89,5,'Kunden'),(89,6,'Customer Settings'),(89,7,'客户设置'),(89,8,'Customer Settings'),(89,9,'Klienci'),(89,10,'Asiakasasetukset'),(89,11,'顧客管理設定'),(89,12,'Customer Settings'),(89,13,'Brugerdefinerede indstillinger'),(90,1,'Customers'),(90,3,'Klanten'),(90,4,'Clients'),(90,5,'Kunden'),(90,6,'Pelanggan'),(90,7,'客户'),(90,8,'Customers'),(90,9,'Klienci'),(90,10,'Asiakkaat'),(90,11,'お客様'),(90,12,'Customers'),(90,13,'Kunder'),(91,1,'Groups'),(91,3,'Groepen'),(91,4,'Groupes'),(91,5,'Gruppen'),(91,6,'Groupes'),(91,7,'组'),(91,8,'Groups'),(91,9,'Grupy'),(91,10,'Ryhmät'),(91,11,'グループ'),(91,12,'Groups'),(91,13,'Grupper'),(92,1,'Titles'),(92,3,'Sociale titels'),(92,4,'Titres de civilité'),(92,5,'Bezeichnung'),(92,6,'Tajuk'),(92,7,'Titres de civilité'),(92,8,'Titles'),(92,9,'Tytuły'),(92,10,'Sukupuolet'),(92,11,'タイトル'),(92,12,'Titles'),(92,13,'Titler'),(93,1,'Contact'),(93,3,'Contact'),(93,4,'Contact'),(93,5,'Kontakt'),(93,6,'hubungi'),(93,7,'联系我们'),(93,8,'Contact'),(93,9,'Kontakt'),(93,10,'Yhteystiedot'),(93,11,'お問合せ'),(93,12,'Contact'),(93,13,'Kontakt'),(94,1,'Contacts'),(94,3,'Contactpersonen'),(94,4,'Contacts'),(94,5,'Kontakte'),(94,6,'Hubungi'),(94,7,'联系方式'),(94,8,'தொடர்புகள்'),(94,9,'Kontakty'),(94,10,'Yhteystiedot'),(94,11,'お問合せ'),(94,12,'Contacts'),(94,13,'Kontakter'),(95,1,'Stores'),(95,3,'Winkels'),(95,4,'Magasins'),(95,5,'Geschäfte'),(95,6,'Stores'),(95,7,'店铺'),(95,8,'Stores'),(95,9,'Sklepy'),(95,10,'Myymälät'),(95,11,'ストア'),(95,12,'Stores'),(95,13,'Butikker'),(96,1,'Traffic & SEO'),(96,3,'Verkeer en SEO'),(96,4,'Trafic et SEO'),(96,5,'Traffic & SEO'),(96,6,'Traffic & SEO'),(96,7,'流量&SEO'),(96,8,'Traffic & SEO'),(96,9,'Ruch'),(96,10,'Hakukoneoptimointi'),(96,11,'トラフィックとSEOの設定'),(96,12,'Traffic & SEO'),(96,13,'Trafik og SEO'),(97,1,'SEO & URLs'),(97,3,'SEO & URL\'s'),(97,4,'SEO & URL'),(97,5,'SEO & URLs'),(97,6,'SEO & URL'),(97,7,'SEO & 链接'),(97,8,'SEO & URLs'),(97,9,'SEO & URL'),(97,10,'SEO & URLit'),(97,11,'SEO/URL'),(97,12,'SEO & URLs'),(97,13,'SEO og URL\'er'),(98,1,'Search Engines'),(98,3,'Zoekmachines'),(98,4,'Moteurs de recherche'),(98,5,'Suchmaschinen'),(98,6,'Enjin Carian'),(98,7,'搜索引擎'),(98,8,'Search Engines'),(98,9,'Wyszukiwarki'),(98,10,'Hakukoneet'),(98,11,'検索エンジン'),(98,12,'Search Engines'),(98,13,'Søgemaskiner'),(99,1,'Referrers'),(99,3,'Referrers'),(99,4,'Affiliés'),(99,5,'Referrer'),(99,6,'Perujuk'),(99,7,'推荐'),(99,8,'Referrers'),(99,9,'Polecający'),(99,10,'Viittausosoitteet'),(99,11,'リファラー'),(99,12,'Referrers'),(99,13,'Henvisere'),(100,1,'Search'),(100,3,'Zoeken'),(100,4,'Rechercher'),(100,5,'Suche'),(100,6,'Cari'),(100,7,'搜索'),(100,8,'Search'),(100,9,'Szukaj'),(100,10,'Haku'),(100,11,'検索'),(100,12,'Search'),(100,13,'Søg'),(101,1,'Search'),(101,3,'Zoeken'),(101,4,'Rechercher'),(101,5,'Suche'),(101,6,'Cari'),(101,7,'搜索'),(101,8,'Search'),(101,9,'Szukaj'),(101,10,'Haku'),(101,11,'検索'),(101,12,'Search'),(101,13,'Søg'),(102,1,'Tags'),(102,3,'Tags'),(102,4,'Mots-clés'),(102,5,'Stichwörter'),(102,6,'Tag'),(102,7,'标签'),(102,8,'Tags'),(102,9,'Tagi'),(102,10,'Asiasanat'),(102,11,'タグ:'),(102,12,'Tags'),(102,13,'Tags'),(103,1,'Advanced Parameters'),(103,3,'Geavanceerde instellingen'),(103,4,'Paramètres avancés'),(103,5,'Erweiterte Einstellungen'),(103,6,'Paramètres avancés'),(103,7,'高级参数'),(103,8,'Advanced Parameters'),(103,9,'Zaawansowane'),(103,10,'Edistyneet asetukset'),(103,11,'拡張パラメータ'),(103,12,'Advanced Parameters'),(103,13,'Avancerede funktioner'),(104,1,'Information'),(104,3,'Informatie'),(104,4,'Informations'),(104,5,'Informationen'),(104,6,'Maklumat'),(104,7,'信息'),(104,8,'Information'),(104,9,'Informacja'),(104,10,'Information'),(104,11,'情報'),(104,12,'Information'),(104,13,'Information'),(105,1,'Performance'),(105,3,'Prestaties'),(105,4,'Performances'),(105,5,'Leistung'),(105,6,'Prestasi'),(105,7,'性能'),(105,8,'செயல்திறன்'),(105,9,'Wydajność'),(105,10,'Suorituskyky'),(105,11,'パフォーマンス'),(105,12,'Performance'),(105,13,'Ydelse'),(106,1,'Administration'),(106,3,'Administratie'),(106,4,'Administration'),(106,5,'Verwaltung'),(106,6,'Pentadbiran'),(106,7,'行政'),(106,8,'Administration'),(106,9,'Administracja'),(106,10,'Ylläpito'),(106,11,'管理'),(106,12,'Administration'),(106,13,'Administration'),(107,1,'E-mail'),(107,3,'E-mail'),(107,4,'Email'),(107,5,'E-Mail'),(107,6,'E-Mel'),(107,7,'邮箱'),(107,8,'E-mail'),(107,9,'Adres e-mail'),(107,10,'Sähköposti'),(107,11,'メール'),(107,12,'E-mail'),(107,13,'E-mail'),(108,1,'Import'),(108,3,'Importeren'),(108,4,'Importer'),(108,5,'Importieren'),(108,6,'Import'),(108,7,'上传'),(108,8,'இறக்குமதி செய்'),(108,9,'Importuj'),(108,10,'Tuo'),(108,11,'インポート'),(108,12,'Import'),(108,13,'Importer'),(109,1,'Team'),(109,3,'Medewerkers'),(109,4,'Équipe'),(109,5,'Benutzerrechte'),(109,6,'Team'),(109,7,'雇员'),(109,8,'Team'),(109,9,'Zespół'),(109,10,'Tiimi'),(109,11,'管理者設定'),(109,12,'Team'),(109,13,'Team'),(110,1,'Employees'),(110,3,'Medewerkers'),(110,4,'Employés'),(110,5,'Mitarbeiter'),(110,6,'Pekerja'),(110,7,'雇员'),(110,8,'Employees'),(110,9,'Pracownicy'),(110,10,'Työntekijät'),(110,11,'従業員'),(110,12,'Employees'),(110,13,'Medarbejdere'),(111,1,'Profiles'),(111,3,'Profielen'),(111,4,'Profils'),(111,5,'Profile'),(111,6,'Profil'),(111,7,'职位'),(111,8,'Profiles'),(111,9,'Profile'),(111,10,'Profiilit'),(111,11,'プロフィール'),(111,12,'Profiles'),(111,13,'Profiler'),(112,1,'Permissions'),(112,3,'Permissies'),(112,4,'Permissions'),(112,5,'Berechtigungen'),(112,6,'Kebenaran'),(112,7,'权限'),(112,8,'Permissions'),(112,9,'Uprawnienia'),(112,10,'Oikeudet'),(112,11,'権限'),(112,12,'Permissions'),(112,13,'Tilladelser'),(113,1,'Database'),(113,3,'Database'),(113,4,'Base de données'),(113,5,'Datenbank'),(113,6,'Database'),(113,7,'数据库'),(113,8,'Database'),(113,9,'Baza danych'),(113,10,'Tietokanta'),(113,11,'データベース管理'),(113,12,'Database'),(113,13,'Database'),(114,1,'SQL Manager'),(114,3,'SQL-beheer'),(114,4,'Gestionnaire SQL'),(114,5,'SQL-Abfragen'),(114,6,'Pengurus SQL'),(114,7,'SQL管理器'),(114,8,'SQL Manager'),(114,9,'Menadżer SQL'),(114,10,'SQL-hallinta'),(114,11,'SQL マネージャ'),(114,12,'SQL Manager'),(114,13,'SQL manager'),(115,1,'DB Backup'),(115,3,'DB-backup'),(115,4,'Sauvegarde BDD'),(115,5,'Datenbank-Backup'),(115,6,'Sandaran DB'),(115,7,'数据库备份'),(115,8,'DB Backup'),(115,9,'Kopia zapasowa DB'),(115,10,'Tietokannan varmuuskopiointi'),(115,11,'DB バックアップ'),(115,12,'DB Backup'),(115,13,'Database backup'),(116,1,'Logs'),(116,3,'Logboeken'),(116,4,'Logs'),(116,5,'Log-Dateien'),(116,6,'Log'),(116,7,'日志'),(116,8,'Logs'),(116,9,'Logi'),(116,10,'Lokitiedot'),(116,11,'ログ'),(116,12,'Logs'),(116,13,'Logfiler'),(117,1,'Webservice'),(117,3,'Webservice'),(117,4,'Webservice'),(117,5,'Webservice'),(117,6,'Webservis'),(117,7,'Web服务'),(117,8,'Webservice'),(117,9,'API'),(117,10,'Verkkopalvelu'),(117,11,'Webサービス'),(117,12,'Webservice'),(117,13,'Webservice'),(118,1,'Multistore'),(118,3,'Multistore'),(118,4,'Multiboutique'),(118,5,'Multishop'),(118,6,'Multiboutique'),(118,7,'Multiboutique'),(118,8,'Multistore'),(118,9,'Multisklep'),(118,10,'Monta kauppaa'),(118,11,'マルチストア'),(118,12,'Multistore'),(118,13,'Multistore'),(119,1,'Multistore'),(119,3,'Multistore'),(119,4,'Multiboutique'),(119,5,'Multishop'),(119,6,'Multiboutique'),(119,7,'Multiboutique'),(119,8,'Multistore'),(119,9,'Multisklep'),(119,10,'Monta kauppaa'),(119,11,'マルチストア'),(119,12,'Multistore'),(119,13,'Multistore'),(120,1,'Quick Access'),(120,3,'Snelle toegang'),(120,4,'Accès rapide'),(120,5,'Schnellzugriff'),(120,6,'Accès rapide'),(120,7,'快速通道'),(120,8,'Quick Access'),(120,9,'Szybki dostęp'),(120,10,'Pikavalikko'),(120,11,'クイックアクセス'),(120,12,'Quick Access'),(120,13,'Hurtig adgang'),(121,1,'More'),(121,3,'Meer'),(121,4,'Détails'),(121,5,'Mehr'),(121,6,'Seterusnya'),(121,7,'更多'),(121,8,'More'),(121,9,'Więcej'),(121,10,'lisää'),(121,11,'もっと'),(121,12,'More'),(121,13,'Mere'),(123,1,'Dashgoals'),(123,3,'Dashgoals'),(123,4,'Dashgoals'),(123,5,'Dashgoals'),(123,6,'Dashgoals'),(123,7,'Dashgoals'),(123,8,'Dashgoals'),(123,9,'Dashgoals'),(123,10,'Dashgoals'),(123,11,'Dashgoals'),(123,12,'Dashgoals'),(123,13,'Dashgoals'),(124,1,'Order Notifications on the Favicon'),(124,3,'Order Notifications on the Favicon'),(124,4,'Order Notifications on the Favicon'),(124,5,'Order Notifications on the Favicon'),(124,6,'Order Notifications on the Favicon'),(124,7,'Order Notifications on the Favicon'),(124,8,'Order Notifications on the Favicon'),(124,9,'Order Notifications on the Favicon'),(124,10,'Order Notifications on the Favicon'),(124,11,'Order Notifications on the Favicon'),(124,12,'Order Notifications on the Favicon'),(124,13,'Order Notifications on the Favicon'),(125,1,'Link Widget'),(125,3,'Link Widget'),(125,4,'Link Widget'),(125,5,'Link Widget'),(125,6,'Link Widget'),(125,7,'Link Widget'),(125,8,'Link Widget'),(125,9,'Link Widget'),(125,10,'Link Widget'),(125,11,'Link Widget'),(125,12,'Link Widget'),(125,13,'Link Widget'),(126,1,'Theme & Logo'),(126,3,'Thema en logo'),(126,4,'Thème et logo'),(126,5,'Template und Logo'),(126,6,'Theme & Logo'),(126,7,'主题&商标'),(126,8,'Theme & Logo'),(126,9,'Szablony'),(126,10,'Sivuteema & logo'),(126,11,'テーマとロゴ'),(126,12,'Theme & Logo'),(126,13,'Tema og logo'),(127,1,'Pages Configuration'),(127,3,'Pages Configuration'),(127,4,'Pages Configuration'),(127,5,'Pages Configuration'),(127,6,'Pages Configuration'),(127,7,'Pages Configuration'),(127,8,'Pages Configuration'),(127,9,'Pages Configuration'),(127,10,'Pages Configuration'),(127,11,'Pages Configuration'),(127,12,'Pages Configuration'),(127,13,'Pages Configuration'),(128,1,'Advanced Customization'),(128,3,'Advanced Customization'),(128,4,'Advanced Customization'),(128,5,'Advanced Customization'),(128,6,'Advanced Customization'),(128,7,'Advanced Customization'),(128,8,'Advanced Customization'),(128,9,'Advanced Customization'),(128,10,'Advanced Customization'),(128,11,'Advanced Customization'),(128,12,'Advanced Customization'),(128,13,'Advanced Customization'),(129,1,'Welcome'),(129,3,'Welcome'),(129,4,'Welcome'),(129,5,'Welcome'),(129,6,'Welcome'),(129,7,'Welcome'),(129,8,'Welcome'),(129,9,'Welcome'),(129,10,'Welcome'),(129,11,'Welcome'),(129,12,'Welcome'),(129,13,'Welcome'),(130,1,'Merchant Expertise'),(130,3,'Merchant Expertise'),(130,4,'Merchant Expertise'),(130,5,'Merchant Expertise'),(130,6,'Merchant Expertise'),(130,7,'Merchant Expertise'),(130,8,'Merchant Expertise'),(130,9,'Merchant Expertise'),(130,10,'Merchant Expertise'),(130,11,'Merchant Expertise'),(130,12,'Merchant Expertise'),(130,13,'Merchant Expertise'),(131,1,'Official GDPR compliance'),(131,3,'Official GDPR compliance'),(131,4,'Official GDPR compliance'),(131,5,'Official GDPR compliance'),(131,6,'Official GDPR compliance'),(131,7,'Official GDPR compliance'),(131,8,'Official GDPR compliance'),(131,9,'Official GDPR compliance'),(131,10,'Official GDPR compliance'),(131,11,'Official GDPR compliance'),(131,12,'Official GDPR compliance'),(131,13,'Official GDPR compliance'),(132,1,'Official GDPR compliance'),(132,3,'Official GDPR compliance'),(132,4,'Official GDPR compliance'),(132,5,'Official GDPR compliance'),(132,6,'Official GDPR compliance'),(132,7,'Official GDPR compliance'),(132,8,'Official GDPR compliance'),(132,9,'Official GDPR compliance'),(132,10,'Official GDPR compliance'),(132,11,'Official GDPR compliance'),(132,12,'Official GDPR compliance'),(132,13,'Official GDPR compliance'),(133,1,'Module Catalog'),(133,3,'Module catalogus'),(133,4,'Catalogue de modules'),(133,5,'Modul-Katalog'),(133,6,'Module Catalog'),(133,7,'模块目录'),(133,8,'Module Catalog'),(133,9,'Katalog'),(133,10,'Module Catalog'),(133,11,'Module Catalog'),(133,12,'Module Catalog'),(133,13,'Modulkatalog'),(134,1,'Module Selections'),(134,3,'Module Selections'),(134,4,'Module Selections'),(134,5,'Module Selections'),(134,6,'Module Selections'),(134,7,'Module Selections'),(134,8,'Module Selections'),(134,9,'Module Selections'),(134,10,'Module Selections'),(134,11,'Module Selections'),(134,12,'Module Selections'),(134,13,'Module Selections'),(135,1,'Module recommended'),(135,3,'Module recommended'),(135,4,'Module recommended'),(135,5,'Module recommended'),(135,6,'Module recommended'),(135,7,'Module recommended'),(135,8,'Module recommended'),(135,9,'Module recommended'),(135,10,'Module recommended'),(135,11,'Module recommended'),(135,12,'Module recommended'),(135,13,'Module recommended'),(136,1,'Theme Catalog'),(136,3,'Themacatalogus'),(136,4,'Catalogue de thèmes'),(136,5,'Templates'),(136,6,'Theme Catalog'),(136,7,'主题分类'),(136,8,'Theme Catalog'),(136,9,'Katalog'),(136,10,'Sivuteemakuvasto'),(136,11,'テーマ一覧'),(136,12,'Theme Catalog'),(136,13,'Temakatalog'),(137,1,'ps_buybuttonlite'),(137,3,'ps_buybuttonlite'),(137,4,'ps_buybuttonlite'),(137,5,'ps_buybuttonlite'),(137,6,'ps_buybuttonlite'),(137,7,'ps_buybuttonlite'),(137,8,'ps_buybuttonlite'),(137,9,'ps_buybuttonlite'),(137,10,'ps_buybuttonlite'),(137,11,'ps_buybuttonlite'),(137,12,'ps_buybuttonlite'),(137,13,'ps_buybuttonlite'),(190,1,'Logs'),(190,3,'Logs'),(190,4,'Logs'),(190,5,'Logs'),(190,6,'Logs'),(190,7,'Logs'),(190,8,'Logs'),(190,9,'Logs'),(190,10,'Lokitiedot'),(190,11,'ログ'),(190,12,'Logs'),(190,13,'Logfiler'),(207,1,'pscartabandonmentpro'),(207,3,'pscartabandonmentpro'),(207,4,'pscartabandonmentpro'),(207,5,'pscartabandonmentpro'),(207,6,'pscartabandonmentpro'),(207,7,'pscartabandonmentpro'),(207,8,'pscartabandonmentpro'),(207,9,'pscartabandonmentpro'),(207,10,'pscartabandonmentpro'),(207,11,'pscartabandonmentpro'),(207,12,'pscartabandonmentpro'),(207,13,'pscartabandonmentpro'),(208,1,'pscartabandonmentpro'),(208,3,'pscartabandonmentpro'),(208,4,'pscartabandonmentpro'),(208,5,'pscartabandonmentpro'),(208,6,'pscartabandonmentpro'),(208,7,'pscartabandonmentpro'),(208,8,'pscartabandonmentpro'),(208,9,'pscartabandonmentpro'),(208,10,'pscartabandonmentpro'),(208,11,'pscartabandonmentpro'),(208,12,'pscartabandonmentpro'),(208,13,'pscartabandonmentpro'),(209,1,'pscartabandonmentpro'),(209,3,'pscartabandonmentpro'),(209,4,'pscartabandonmentpro'),(209,5,'pscartabandonmentpro'),(209,6,'pscartabandonmentpro'),(209,7,'pscartabandonmentpro'),(209,8,'pscartabandonmentpro'),(209,9,'pscartabandonmentpro'),(209,10,'pscartabandonmentpro'),(209,11,'pscartabandonmentpro'),(209,12,'pscartabandonmentpro'),(209,13,'pscartabandonmentpro'),(210,1,'pscartabandonmentpro'),(210,3,'pscartabandonmentpro'),(210,4,'pscartabandonmentpro'),(210,5,'pscartabandonmentpro'),(210,6,'pscartabandonmentpro'),(210,7,'pscartabandonmentpro'),(210,8,'pscartabandonmentpro'),(210,9,'pscartabandonmentpro'),(210,10,'pscartabandonmentpro'),(210,11,'pscartabandonmentpro'),(210,12,'pscartabandonmentpro'),(210,13,'pscartabandonmentpro'),(211,1,'pscartabandonmentpro'),(211,3,'pscartabandonmentpro'),(211,4,'pscartabandonmentpro'),(211,5,'pscartabandonmentpro'),(211,6,'pscartabandonmentpro'),(211,7,'pscartabandonmentpro'),(211,8,'pscartabandonmentpro'),(211,9,'pscartabandonmentpro'),(211,10,'pscartabandonmentpro'),(211,11,'pscartabandonmentpro'),(211,12,'pscartabandonmentpro'),(211,13,'pscartabandonmentpro'),(212,1,'pscartabandonmentpro'),(212,3,'pscartabandonmentpro'),(212,4,'pscartabandonmentpro'),(212,5,'pscartabandonmentpro'),(212,6,'pscartabandonmentpro'),(212,7,'pscartabandonmentpro'),(212,8,'pscartabandonmentpro'),(212,9,'pscartabandonmentpro'),(212,10,'pscartabandonmentpro'),(212,11,'pscartabandonmentpro'),(212,12,'pscartabandonmentpro'),(212,13,'pscartabandonmentpro'),(213,1,'pscartabandonmentpro'),(213,3,'pscartabandonmentpro'),(213,4,'pscartabandonmentpro'),(213,5,'pscartabandonmentpro'),(213,6,'pscartabandonmentpro'),(213,7,'pscartabandonmentpro'),(213,8,'pscartabandonmentpro'),(213,9,'pscartabandonmentpro'),(213,10,'pscartabandonmentpro'),(213,11,'pscartabandonmentpro'),(213,12,'pscartabandonmentpro'),(213,13,'pscartabandonmentpro'),(214,1,'pscartabandonmentpro'),(214,3,'pscartabandonmentpro'),(214,4,'pscartabandonmentpro'),(214,5,'pscartabandonmentpro'),(214,6,'pscartabandonmentpro'),(214,7,'pscartabandonmentpro'),(214,8,'pscartabandonmentpro'),(214,9,'pscartabandonmentpro'),(214,10,'pscartabandonmentpro'),(214,11,'pscartabandonmentpro'),(214,12,'pscartabandonmentpro'),(214,13,'pscartabandonmentpro'),(215,1,'pscartabandonmentpro'),(215,3,'pscartabandonmentpro'),(215,4,'pscartabandonmentpro'),(215,5,'pscartabandonmentpro'),(215,6,'pscartabandonmentpro'),(215,7,'pscartabandonmentpro'),(215,8,'pscartabandonmentpro'),(215,9,'pscartabandonmentpro'),(215,10,'pscartabandonmentpro'),(215,11,'pscartabandonmentpro'),(215,12,'pscartabandonmentpro'),(215,13,'pscartabandonmentpro'),(216,1,'pscartabandonmentpro'),(216,3,'pscartabandonmentpro'),(216,4,'pscartabandonmentpro'),(216,5,'pscartabandonmentpro'),(216,6,'pscartabandonmentpro'),(216,7,'pscartabandonmentpro'),(216,8,'pscartabandonmentpro'),(216,9,'pscartabandonmentpro'),(216,10,'pscartabandonmentpro'),(216,11,'pscartabandonmentpro'),(216,12,'pscartabandonmentpro'),(216,13,'pscartabandonmentpro'),(217,1,'pscartabandonmentpro'),(217,3,'pscartabandonmentpro'),(217,4,'pscartabandonmentpro'),(217,5,'pscartabandonmentpro'),(217,6,'pscartabandonmentpro'),(217,7,'pscartabandonmentpro'),(217,8,'pscartabandonmentpro'),(217,9,'pscartabandonmentpro'),(217,10,'pscartabandonmentpro'),(217,11,'pscartabandonmentpro'),(217,12,'pscartabandonmentpro'),(217,13,'pscartabandonmentpro'),(218,1,'pscartabandonmentpro'),(218,3,'pscartabandonmentpro'),(218,4,'pscartabandonmentpro'),(218,5,'pscartabandonmentpro'),(218,6,'pscartabandonmentpro'),(218,7,'pscartabandonmentpro'),(218,8,'pscartabandonmentpro'),(218,9,'pscartabandonmentpro'),(218,10,'pscartabandonmentpro'),(218,11,'pscartabandonmentpro'),(218,12,'pscartabandonmentpro'),(218,13,'pscartabandonmentpro'),(219,1,'pscartabandonmentpro'),(219,3,'pscartabandonmentpro'),(219,4,'pscartabandonmentpro'),(219,5,'pscartabandonmentpro'),(219,6,'pscartabandonmentpro'),(219,7,'pscartabandonmentpro'),(219,8,'pscartabandonmentpro'),(219,9,'pscartabandonmentpro'),(219,10,'pscartabandonmentpro'),(219,11,'pscartabandonmentpro'),(219,12,'pscartabandonmentpro'),(219,13,'pscartabandonmentpro'),(230,1,'Darique'),(230,3,'Darique'),(230,4,'Darique'),(230,5,'Darique'),(230,6,'Darique'),(230,7,'Darique'),(230,8,'Darique'),(230,9,'Darique'),(230,10,'Darique'),(230,11,'Darique'),(230,12,'Darique'),(230,13,'Darique'),(231,1,'DariqueAjax'),(231,3,'DariqueAjax'),(231,4,'DariqueAjax'),(231,5,'DariqueAjax'),(231,6,'DariqueAjax'),(231,7,'DariqueAjax'),(231,8,'DariqueAjax'),(231,9,'DariqueAjax'),(231,10,'DariqueAjax'),(231,11,'DariqueAjax'),(231,12,'DariqueAjax'),(231,13,'DariqueAjax'),(232,1,'Knowband Supercheckout'),(232,3,'Knowband Supercheckout'),(232,4,'Knowband Supercheckout'),(232,5,'Knowband Supercheckout'),(232,6,'Knowband Supercheckout'),(232,7,'Knowband Supercheckout'),(232,8,'Knowband Supercheckout'),(232,9,'Knowband Supercheckout'),(232,10,'Knowband Supercheckout'),(232,11,'Knowband Supercheckout'),(232,12,'Knowband Supercheckout'),(232,13,'Knowband Supercheckout'),(233,1,'General Settings'),(233,3,'Algemene instellingen'),(233,4,'réglages généraux'),(233,5,'Allgemeine Einstellungen'),(233,6,'General Settings'),(233,7,'General Settings'),(233,8,'General Settings'),(233,9,'Ustawienia główne'),(233,10,'Yleiset asetukset'),(233,11,'General Settings'),(233,12,'General Settings'),(233,13,'General Settings'),(234,1,'Abandoned Checkout Statistics'),(234,3,'Verlaten Checkout-statistieken'),(234,4,'Statistiques de paiement abandonnées'),(234,5,'Verlassene Checkout-Statistiken.'),(234,6,'Abandoned Checkout Statistics'),(234,7,'Abandoned Checkout Statistics'),(234,8,'Abandoned Checkout Statistics'),(234,9,'Opuszczony statystyki kasy'),(234,10,'Hylätyt Checkout Tilastot'),(234,11,'Abandoned Checkout Statistics'),(234,12,'Abandoned Checkout Statistics'),(234,13,'Abandoned Checkout Statistics'),(235,1,'Checkout behaviour Report'),(235,3,'Checkout-gedragsrapport'),(235,4,'Rapport de comportement à la caisse'),(235,5,'Checkout-Verhaltensbericht.'),(235,6,'Checkout behaviour Report'),(235,7,'Checkout behaviour Report'),(235,8,'Checkout behaviour Report'),(235,9,'Raport zachowania kasy'),(235,10,'Checkout käyttäytymisraportti'),(235,11,'Checkout behaviour Report'),(235,12,'Checkout behaviour Report'),(235,13,'Checkout behaviour Report'),(266,1,'AdminMollieAjax'),(266,3,'AdminMollieAjax'),(266,4,'AdminMollieAjax'),(266,5,'AdminMollieAjax'),(266,6,'AdminMollieAjax'),(266,7,'AdminMollieAjax'),(266,8,'AdminMollieAjax'),(266,9,'AdminMollieAjax'),(266,10,'AdminMollieAjax'),(266,11,'AdminMollieAjax'),(266,12,'AdminMollieAjax'),(266,13,'AdminMollieAjax'),(267,1,'Mollie'),(267,3,'Mollie'),(267,4,'Mollie'),(267,5,'Mollie'),(267,6,'Mollie'),(267,7,'Mollie'),(267,8,'Mollie'),(267,9,'Mollie'),(267,10,'Mollie'),(267,11,'Mollie'),(267,12,'Mollie'),(267,13,'Mollie'),(294,1,'Mollie subscription'),(294,3,'Mollie subscription'),(294,4,'Mollie subscription'),(294,5,'Mollie subscription'),(294,6,'Mollie subscription'),(294,7,'Mollie subscription'),(294,8,'Mollie subscription'),(294,9,'Mollie subscription'),(294,10,'Mollie subscription'),(294,11,'Mollie subscription'),(294,12,'Mollie subscription'),(294,13,'Mollie subscription'),(295,1,'Mollie subscription'),(295,3,'Mollie subscription'),(295,4,'Mollie subscription'),(295,5,'Mollie subscription'),(295,6,'Mollie subscription'),(295,7,'Mollie subscription'),(295,8,'Mollie subscription'),(295,9,'Mollie subscription'),(295,10,'Mollie subscription'),(295,11,'Mollie subscription'),(295,12,'Mollie subscription'),(295,13,'Mollie subscription'),(296,1,'Settings'),(296,3,'Settings'),(296,4,'Settings'),(296,5,'Settings'),(296,6,'Settings'),(296,7,'Settings'),(296,8,'Settings'),(296,9,'Settings'),(296,10,'Settings'),(296,11,'Settings'),(296,12,'Settings'),(296,13,'Settings'); -/*!40000 ALTER TABLE `ps_tab_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tab_module_preference` --- - -DROP TABLE IF EXISTS `ps_tab_module_preference`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tab_module_preference` ( - `id_tab_module_preference` int(11) NOT NULL AUTO_INCREMENT, - `id_employee` int(11) NOT NULL, - `id_tab` int(11) NOT NULL, - `module` varchar(255) NOT NULL, - PRIMARY KEY (`id_tab_module_preference`), - UNIQUE KEY `employee_module` (`id_employee`,`id_tab`,`module`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tab_module_preference` --- - -LOCK TABLES `ps_tab_module_preference` WRITE; -/*!40000 ALTER TABLE `ps_tab_module_preference` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tab_module_preference` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tag` --- - -DROP TABLE IF EXISTS `ps_tag`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tag` ( - `id_tag` int(10) unsigned NOT NULL AUTO_INCREMENT, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_tag`), - KEY `tag_name` (`name`), - KEY `id_lang` (`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tag` --- - -LOCK TABLES `ps_tag` WRITE; -/*!40000 ALTER TABLE `ps_tag` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tag` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tag_count` --- - -DROP TABLE IF EXISTS `ps_tag_count`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tag_count` ( - `id_group` int(10) unsigned NOT NULL DEFAULT '0', - `id_tag` int(10) unsigned NOT NULL DEFAULT '0', - `id_lang` int(10) unsigned NOT NULL DEFAULT '0', - `id_shop` int(11) unsigned NOT NULL DEFAULT '0', - `counter` int(10) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_group`,`id_tag`), - KEY `id_group` (`id_group`,`id_lang`,`id_shop`,`counter`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tag_count` --- - -LOCK TABLES `ps_tag_count` WRITE; -/*!40000 ALTER TABLE `ps_tag_count` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_tag_count` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax` --- - -DROP TABLE IF EXISTS `ps_tax`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax` ( - `id_tax` int(10) unsigned NOT NULL AUTO_INCREMENT, - `rate` decimal(10,3) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '1', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_tax`) -) ENGINE=InnoDB AUTO_INCREMENT=104 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax` --- - -LOCK TABLES `ps_tax` WRITE; -/*!40000 ALTER TABLE `ps_tax` DISABLE KEYS */; -INSERT INTO `ps_tax` VALUES (1,21.000,1,0),(2,9.000,1,0),(3,5.000,1,0),(4,20.000,1,0),(5,21.000,1,0),(6,20.000,1,0),(7,19.000,1,0),(8,21.000,1,0),(9,19.000,1,0),(10,25.000,1,0),(11,20.000,1,0),(12,21.000,1,0),(13,24.000,1,0),(14,20.000,1,0),(15,20.000,1,0),(16,23.000,1,0),(17,25.000,1,0),(18,27.000,1,0),(19,23.000,1,0),(20,22.000,1,0),(21,17.000,1,0),(22,21.000,1,0),(23,18.000,1,0),(24,21.000,1,0),(25,23.000,1,0),(26,23.000,1,0),(27,24.000,1,0),(28,25.000,1,0),(29,22.000,1,0),(30,20.000,1,0),(31,9.000,1,0),(32,24.000,1,0),(33,19.000,1,0),(34,12.000,1,0),(35,6.000,1,0),(36,16.000,1,0),(37,5.000,1,0),(38,7.000,1,0),(39,8.000,1,0),(40,5.000,1,0),(41,0.000,1,0),(42,14.000,1,0),(43,10.000,1,0),(44,7.000,1,0),(45,10.000,1,0),(46,5.500,1,0),(47,2.100,1,0),(48,10.000,1,0),(49,8.000,1,0),(50,0.000,1,0),(51,20.000,1,0),(52,4.000,1,0),(53,0.000,1,0),(54,6.600,1,0),(55,6.000,1,0),(56,8.250,1,0),(57,2.900,1,0),(58,0.000,1,0),(59,0.000,1,0),(60,6.000,1,0),(61,4.000,1,0),(62,4.000,1,0),(63,6.000,1,0),(64,6.250,1,0),(65,7.000,1,0),(66,6.000,1,0),(67,5.300,1,0),(68,6.000,1,0),(69,4.000,1,0),(70,5.000,1,0),(71,6.000,1,0),(72,6.250,1,0),(73,6.000,1,0),(74,6.875,1,0),(75,7.000,1,0),(76,4.225,1,0),(77,0.000,1,0),(78,5.500,1,0),(79,6.850,1,0),(80,0.000,1,0),(81,7.000,1,0),(82,5.125,1,0),(83,4.000,1,0),(84,5.500,1,0),(85,5.000,1,0),(86,5.500,1,0),(87,4.500,1,0),(88,0.000,1,0),(89,6.000,1,0),(90,7.000,1,0),(91,6.000,1,0),(92,4.000,1,0),(93,7.000,1,0),(94,6.250,1,0),(95,4.750,1,0),(96,6.000,1,0),(97,4.000,1,0),(98,6.500,1,0),(99,6.000,1,0),(100,5.000,1,0),(101,4.000,1,0),(102,5.500,1,0),(103,6.000,1,0); -/*!40000 ALTER TABLE `ps_tax` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_lang` --- - -DROP TABLE IF EXISTS `ps_tax_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_lang` ( - `id_tax` int(10) unsigned NOT NULL, - `id_lang` int(10) unsigned NOT NULL, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_tax`,`id_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_lang` --- - -LOCK TABLES `ps_tax_lang` WRITE; -/*!40000 ALTER TABLE `ps_tax_lang` DISABLE KEYS */; -INSERT INTO `ps_tax_lang` VALUES (1,1,'PVM LT 21%'),(1,3,'PVM LT 21%'),(1,4,'PVM LT 21%'),(1,5,'PVM LT 21%'),(1,6,'PVM LT 21%'),(1,7,'PVM LT 21%'),(1,8,'PVM LT 21%'),(1,9,'PVM LT 21%'),(1,10,'PVM LT 21%'),(1,11,'PVM LT 21%'),(1,12,'PVM LT 21%'),(1,13,'PVM LT 21%'),(2,1,'PVM LT 9%'),(2,3,'PVM LT 9%'),(2,4,'PVM LT 9%'),(2,5,'PVM LT 9%'),(2,6,'PVM LT 9%'),(2,7,'PVM LT 9%'),(2,8,'PVM LT 9%'),(2,9,'PVM LT 9%'),(2,10,'PVM LT 9%'),(2,11,'PVM LT 9%'),(2,12,'PVM LT 9%'),(2,13,'PVM LT 9%'),(3,1,'PVM LT 5%'),(3,3,'PVM LT 5%'),(3,4,'PVM LT 5%'),(3,5,'PVM LT 5%'),(3,6,'PVM LT 5%'),(3,7,'PVM LT 5%'),(3,8,'PVM LT 5%'),(3,9,'PVM LT 5%'),(3,10,'PVM LT 5%'),(3,11,'PVM LT 5%'),(3,12,'PVM LT 5%'),(3,13,'PVM LT 5%'),(4,1,'USt. AT 20%'),(4,3,'USt. AT 20%'),(4,4,'USt. AT 20%'),(4,5,'USt. AT 20%'),(4,6,'USt. AT 20%'),(4,7,'USt. AT 20%'),(4,8,'USt. AT 20%'),(4,9,'USt. AT 20%'),(4,10,'USt. AT 20%'),(4,11,'USt. AT 20%'),(4,12,'USt. AT 20%'),(4,13,'USt. AT 20%'),(5,1,'TVA BE 21%'),(5,3,'TVA BE 21%'),(5,4,'TVA BE 21%'),(5,5,'TVA BE 21%'),(5,6,'TVA BE 21%'),(5,7,'TVA BE 21%'),(5,8,'TVA BE 21%'),(5,9,'TVA BE 21%'),(5,10,'TVA BE 21%'),(5,11,'TVA BE 21%'),(5,12,'TVA BE 21%'),(5,13,'TVA BE 21%'),(6,1,'ДДС BG 20%'),(6,3,'ДДС BG 20%'),(6,4,'ДДС BG 20%'),(6,5,'ДДС BG 20%'),(6,6,'ДДС BG 20%'),(6,7,'ДДС BG 20%'),(6,8,'ДДС BG 20%'),(6,9,'ДДС BG 20%'),(6,10,'ДДС BG 20%'),(6,11,'ДДС BG 20%'),(6,12,'ДДС BG 20%'),(6,13,'ДДС BG 20%'),(7,1,'ΦΠΑ CY 19%'),(7,3,'ΦΠΑ CY 19%'),(7,4,'ΦΠΑ CY 19%'),(7,5,'ΦΠΑ CY 19%'),(7,6,'ΦΠΑ CY 19%'),(7,7,'ΦΠΑ CY 19%'),(7,8,'ΦΠΑ CY 19%'),(7,9,'ΦΠΑ CY 19%'),(7,10,'ΦΠΑ CY 19%'),(7,11,'ΦΠΑ CY 19%'),(7,12,'ΦΠΑ CY 19%'),(7,13,'ΦΠΑ CY 19%'),(8,1,'DPH CZ 21%'),(8,3,'DPH CZ 21%'),(8,4,'DPH CZ 21%'),(8,5,'DPH CZ 21%'),(8,6,'DPH CZ 21%'),(8,7,'DPH CZ 21%'),(8,8,'DPH CZ 21%'),(8,9,'DPH CZ 21%'),(8,10,'DPH CZ 21%'),(8,11,'DPH CZ 21%'),(8,12,'DPH CZ 21%'),(8,13,'DPH CZ 21%'),(9,1,'MwSt. DE 19%'),(9,3,'MwSt. DE 19%'),(9,4,'MwSt. DE 19%'),(9,5,'MwSt. DE 19%'),(9,6,'MwSt. DE 19%'),(9,7,'MwSt. DE 19%'),(9,8,'MwSt. DE 19%'),(9,9,'MwSt. DE 19%'),(9,10,'MwSt. DE 19%'),(9,11,'MwSt. DE 19%'),(9,12,'MwSt. DE 19%'),(9,13,'MwSt. DE 19%'),(10,1,'moms DK 25%'),(10,3,'moms DK 25%'),(10,4,'moms DK 25%'),(10,5,'moms DK 25%'),(10,6,'moms DK 25%'),(10,7,'moms DK 25%'),(10,8,'moms DK 25%'),(10,9,'moms DK 25%'),(10,10,'moms DK 25%'),(10,11,'moms DK 25%'),(10,12,'moms DK 25%'),(10,13,'moms DK 25%'),(11,1,'km EE 20%'),(11,3,'km EE 20%'),(11,4,'km EE 20%'),(11,5,'km EE 20%'),(11,6,'km EE 20%'),(11,7,'km EE 20%'),(11,8,'km EE 20%'),(11,9,'km EE 20%'),(11,10,'km EE 20%'),(11,11,'km EE 20%'),(11,12,'km EE 20%'),(11,13,'km EE 20%'),(12,1,'IVA ES 21%'),(12,3,'IVA ES 21%'),(12,4,'IVA ES 21%'),(12,5,'IVA ES 21%'),(12,6,'IVA ES 21%'),(12,7,'IVA ES 21%'),(12,8,'IVA ES 21%'),(12,9,'IVA ES 21%'),(12,10,'IVA ES 21%'),(12,11,'IVA ES 21%'),(12,12,'IVA ES 21%'),(12,13,'IVA ES 21%'),(13,1,'ALV FI 24%'),(13,3,'ALV FI 24%'),(13,4,'ALV FI 24%'),(13,5,'ALV FI 24%'),(13,6,'ALV FI 24%'),(13,7,'ALV FI 24%'),(13,8,'ALV FI 24%'),(13,9,'ALV FI 24%'),(13,10,'ALV FI 24%'),(13,11,'ALV FI 24%'),(13,12,'ALV FI 24%'),(13,13,'ALV FI 24%'),(14,1,'TVA FR 20%'),(14,3,'TVA FR 20%'),(14,4,'TVA FR 20%'),(14,5,'TVA FR 20%'),(14,6,'TVA FR 20%'),(14,7,'TVA FR 20%'),(14,8,'TVA FR 20%'),(14,9,'TVA FR 20%'),(14,10,'TVA FR 20%'),(14,11,'TVA FR 20%'),(14,12,'TVA FR 20%'),(14,13,'TVA FR 20%'),(15,1,'VAT UK 20%'),(15,3,'VAT UK 20%'),(15,4,'VAT UK 20%'),(15,5,'VAT UK 20%'),(15,6,'VAT UK 20%'),(15,7,'VAT UK 20%'),(15,8,'VAT UK 20%'),(15,9,'VAT UK 20%'),(15,10,'VAT UK 20%'),(15,11,'VAT UK 20%'),(15,12,'VAT UK 20%'),(15,13,'VAT UK 20%'),(16,1,'ΦΠΑ GR 23%'),(16,3,'ΦΠΑ GR 23%'),(16,4,'ΦΠΑ GR 23%'),(16,5,'ΦΠΑ GR 23%'),(16,6,'ΦΠΑ GR 23%'),(16,7,'ΦΠΑ GR 23%'),(16,8,'ΦΠΑ GR 23%'),(16,9,'ΦΠΑ GR 23%'),(16,10,'ΦΠΑ GR 23%'),(16,11,'ΦΠΑ GR 23%'),(16,12,'ΦΠΑ GR 23%'),(16,13,'ΦΠΑ GR 23%'),(17,1,'Croatia PDV 25%'),(17,3,'Croatia PDV 25%'),(17,4,'Croatia PDV 25%'),(17,5,'Croatia PDV 25%'),(17,6,'Croatia PDV 25%'),(17,7,'Croatia PDV 25%'),(17,8,'Croatia PDV 25%'),(17,9,'Croatia PDV 25%'),(17,10,'Croatia PDV 25%'),(17,11,'Croatia PDV 25%'),(17,12,'Croatia PDV 25%'),(17,13,'Croatia PDV 25%'),(18,1,'ÁFA HU 27%'),(18,3,'ÁFA HU 27%'),(18,4,'ÁFA HU 27%'),(18,5,'ÁFA HU 27%'),(18,6,'ÁFA HU 27%'),(18,7,'ÁFA HU 27%'),(18,8,'ÁFA HU 27%'),(18,9,'ÁFA HU 27%'),(18,10,'ÁFA HU 27%'),(18,11,'ÁFA HU 27%'),(18,12,'ÁFA HU 27%'),(18,13,'ÁFA HU 27%'),(19,1,'VAT IE 23%'),(19,3,'VAT IE 23%'),(19,4,'VAT IE 23%'),(19,5,'VAT IE 23%'),(19,6,'VAT IE 23%'),(19,7,'VAT IE 23%'),(19,8,'VAT IE 23%'),(19,9,'VAT IE 23%'),(19,10,'VAT IE 23%'),(19,11,'VAT IE 23%'),(19,12,'VAT IE 23%'),(19,13,'VAT IE 23%'),(20,1,'IVA IT 22%'),(20,3,'IVA IT 22%'),(20,4,'IVA IT 22%'),(20,5,'IVA IT 22%'),(20,6,'IVA IT 22%'),(20,7,'IVA IT 22%'),(20,8,'IVA IT 22%'),(20,9,'IVA IT 22%'),(20,10,'IVA IT 22%'),(20,11,'IVA IT 22%'),(20,12,'IVA IT 22%'),(20,13,'IVA IT 22%'),(21,1,'TVA LU 17%'),(21,3,'TVA LU 17%'),(21,4,'TVA LU 17%'),(21,5,'TVA LU 17%'),(21,6,'TVA LU 17%'),(21,7,'TVA LU 17%'),(21,8,'TVA LU 17%'),(21,9,'TVA LU 17%'),(21,10,'TVA LU 17%'),(21,11,'TVA LU 17%'),(21,12,'TVA LU 17%'),(21,13,'TVA LU 17%'),(22,1,'PVN LV 21%'),(22,3,'PVN LV 21%'),(22,4,'PVN LV 21%'),(22,5,'PVN LV 21%'),(22,6,'PVN LV 21%'),(22,7,'PVN LV 21%'),(22,8,'PVN LV 21%'),(22,9,'PVN LV 21%'),(22,10,'PVN LV 21%'),(22,11,'PVN LV 21%'),(22,12,'PVN LV 21%'),(22,13,'PVN LV 21%'),(23,1,'VAT MT 18%'),(23,3,'VAT MT 18%'),(23,4,'VAT MT 18%'),(23,5,'VAT MT 18%'),(23,6,'VAT MT 18%'),(23,7,'VAT MT 18%'),(23,8,'VAT MT 18%'),(23,9,'VAT MT 18%'),(23,10,'VAT MT 18%'),(23,11,'VAT MT 18%'),(23,12,'VAT MT 18%'),(23,13,'VAT MT 18%'),(24,1,'BTW NL 21%'),(24,3,'BTW NL 21%'),(24,4,'BTW NL 21%'),(24,5,'BTW NL 21%'),(24,6,'BTW NL 21%'),(24,7,'BTW NL 21%'),(24,8,'BTW NL 21%'),(24,9,'BTW NL 21%'),(24,10,'BTW NL 21%'),(24,11,'BTW NL 21%'),(24,12,'BTW NL 21%'),(24,13,'BTW NL 21%'),(25,1,'PTU PL 23%'),(25,3,'PTU PL 23%'),(25,4,'PTU PL 23%'),(25,5,'PTU PL 23%'),(25,6,'PTU PL 23%'),(25,7,'PTU PL 23%'),(25,8,'PTU PL 23%'),(25,9,'PTU PL 23%'),(25,10,'PTU PL 23%'),(25,11,'PTU PL 23%'),(25,12,'PTU PL 23%'),(25,13,'PTU PL 23%'),(26,1,'IVA PT 23%'),(26,3,'IVA PT 23%'),(26,4,'IVA PT 23%'),(26,5,'IVA PT 23%'),(26,6,'IVA PT 23%'),(26,7,'IVA PT 23%'),(26,8,'IVA PT 23%'),(26,9,'IVA PT 23%'),(26,10,'IVA PT 23%'),(26,11,'IVA PT 23%'),(26,12,'IVA PT 23%'),(26,13,'IVA PT 23%'),(27,1,'TVA RO 24%'),(27,3,'TVA RO 24%'),(27,4,'TVA RO 24%'),(27,5,'TVA RO 24%'),(27,6,'TVA RO 24%'),(27,7,'TVA RO 24%'),(27,8,'TVA RO 24%'),(27,9,'TVA RO 24%'),(27,10,'TVA RO 24%'),(27,11,'TVA RO 24%'),(27,12,'TVA RO 24%'),(27,13,'TVA RO 24%'),(28,1,'Moms SE 25%'),(28,3,'Moms SE 25%'),(28,4,'Moms SE 25%'),(28,5,'Moms SE 25%'),(28,6,'Moms SE 25%'),(28,7,'Moms SE 25%'),(28,8,'Moms SE 25%'),(28,9,'Moms SE 25%'),(28,10,'Moms SE 25%'),(28,11,'Moms SE 25%'),(28,12,'Moms SE 25%'),(28,13,'Moms SE 25%'),(29,1,'DDV SI 22%'),(29,3,'DDV SI 22%'),(29,4,'DDV SI 22%'),(29,5,'DDV SI 22%'),(29,6,'DDV SI 22%'),(29,7,'DDV SI 22%'),(29,8,'DDV SI 22%'),(29,9,'DDV SI 22%'),(29,10,'DDV SI 22%'),(29,11,'DDV SI 22%'),(29,12,'DDV SI 22%'),(29,13,'DDV SI 22%'),(30,1,'DPH SK 20%'),(30,3,'DPH SK 20%'),(30,4,'DPH SK 20%'),(30,5,'DPH SK 20%'),(30,6,'DPH SK 20%'),(30,7,'DPH SK 20%'),(30,8,'DPH SK 20%'),(30,9,'DPH SK 20%'),(30,10,'DPH SK 20%'),(30,11,'DPH SK 20%'),(30,12,'DPH SK 20%'),(30,13,'DPH SK 20%'),(31,1,'BTW NL 9%'),(31,3,'BTW NL 9%'),(31,4,'BTW NL 9%'),(31,5,'BTW NL 9%'),(31,6,'BTW NL 9%'),(31,7,'BTW NL 9%'),(31,8,'BTW NL 9%'),(31,9,'BTW NL 9%'),(31,10,'BTW NL 9%'),(31,11,'BTW NL 9%'),(31,12,'BTW NL 9%'),(31,13,'BTW NL 9%'),(32,1,'ΦΠΑ GR 24%'),(32,3,'ΦΠΑ GR 24%'),(32,4,'ΦΠΑ GR 24%'),(32,5,'ΦΠΑ GR 24%'),(32,6,'ΦΠΑ GR 24%'),(32,7,'ΦΠΑ GR 24%'),(32,8,'ΦΠΑ GR 24%'),(32,9,'ΦΠΑ GR 24%'),(32,10,'ΦΠΑ GR 24%'),(32,11,'ΦΠΑ GR 24%'),(32,12,'ΦΠΑ GR 24%'),(32,13,'ΦΠΑ GR 24%'),(33,1,'TVA RO 19%'),(33,3,'TVA RO 19%'),(33,4,'TVA RO 19%'),(33,5,'TVA RO 19%'),(33,6,'TVA RO 19%'),(33,7,'TVA RO 19%'),(33,8,'TVA RO 19%'),(33,9,'TVA RO 19%'),(33,10,'TVA RO 19%'),(33,11,'TVA RO 19%'),(33,12,'TVA RO 19%'),(33,13,'TVA RO 19%'),(34,1,'TVA BE 12%'),(34,3,'TVA BE 12%'),(34,4,'TVA BE 12%'),(34,5,'TVA BE 12%'),(34,6,'TVA BE 12%'),(34,7,'TVA BE 12%'),(34,8,'TVA BE 12%'),(34,9,'TVA BE 12%'),(34,10,'TVA BE 12%'),(34,11,'TVA BE 12%'),(34,12,'TVA BE 12%'),(34,13,'TVA BE 12%'),(35,1,'TVA BE 6%'),(35,3,'TVA BE 6%'),(35,4,'TVA BE 6%'),(35,5,'TVA BE 6%'),(35,6,'TVA BE 6%'),(35,7,'TVA BE 6%'),(35,8,'TVA BE 6%'),(35,9,'TVA BE 6%'),(35,10,'TVA BE 6%'),(35,11,'TVA BE 6%'),(35,12,'TVA BE 6%'),(35,13,'TVA BE 6%'),(36,1,'MwSt. DE 16%'),(36,3,'MwSt. DE 16%'),(36,4,'MwSt. DE 16%'),(36,5,'MwSt. DE 16%'),(36,6,'MwSt. DE 16%'),(36,7,'MwSt. DE 16%'),(36,8,'MwSt. DE 16%'),(36,9,'MwSt. DE 16%'),(36,10,'MwSt. DE 16%'),(36,11,'MwSt. DE 16%'),(36,12,'MwSt. DE 16%'),(36,13,'MwSt. DE 16%'),(37,1,'MwSt. DE 5%'),(37,3,'MwSt. DE 5%'),(37,4,'MwSt. DE 5%'),(37,5,'MwSt. DE 5%'),(37,6,'MwSt. DE 5%'),(37,7,'MwSt. DE 5%'),(37,8,'MwSt. DE 5%'),(37,9,'MwSt. DE 5%'),(37,10,'MwSt. DE 5%'),(37,11,'MwSt. DE 5%'),(37,12,'MwSt. DE 5%'),(37,13,'MwSt. DE 5%'),(38,1,'GST SG 7%'),(38,3,'GST SG 7%'),(38,4,'GST SG 7%'),(38,5,'GST SG 7%'),(38,6,'GST SG 7%'),(38,7,'GST SG 7%'),(38,8,'GST SG 7%'),(38,9,'GST SG 7%'),(38,10,'GST SG 7%'),(38,11,'GST SG 7%'),(38,12,'GST SG 7%'),(38,13,'GST SG 7%'),(39,1,'PTU PL 8%'),(39,3,'PTU PL 8%'),(39,4,'PTU PL 8%'),(39,5,'PTU PL 8%'),(39,6,'PTU PL 8%'),(39,7,'PTU PL 8%'),(39,8,'PTU PL 8%'),(39,9,'PTU PL 8%'),(39,10,'PTU PL 8%'),(39,11,'PTU PL 8%'),(39,12,'PTU PL 8%'),(39,13,'PTU PL 8%'),(40,1,'PTU PL 5%'),(40,3,'PTU PL 5%'),(40,4,'PTU PL 5%'),(40,5,'PTU PL 5%'),(40,6,'PTU PL 5%'),(40,7,'PTU PL 5%'),(40,8,'PTU PL 5%'),(40,9,'PTU PL 5%'),(40,10,'PTU PL 5%'),(40,11,'PTU PL 5%'),(40,12,'PTU PL 5%'),(40,13,'PTU PL 5%'),(41,1,'PTU PL 0'),(41,3,'PTU PL 0'),(41,4,'PTU PL 0'),(41,5,'PTU PL 0'),(41,6,'PTU PL 0'),(41,7,'PTU PL 0'),(41,8,'PTU PL 0'),(41,9,'PTU PL 0'),(41,10,'PTU PL 0'),(41,11,'PTU PL 0'),(41,12,'PTU PL 0'),(41,13,'PTU PL 0'),(42,1,'ALV FI 14%'),(42,3,'ALV FI 14%'),(42,4,'ALV FI 14%'),(42,5,'ALV FI 14%'),(42,6,'ALV FI 14%'),(42,7,'ALV FI 14%'),(42,8,'ALV FI 14%'),(42,9,'ALV FI 14%'),(42,10,'ALV FI 14%'),(42,11,'ALV FI 14%'),(42,12,'ALV FI 14%'),(42,13,'ALV FI 14%'),(43,1,'ALV FI 10%'),(43,3,'ALV FI 10%'),(43,4,'ALV FI 10%'),(43,5,'ALV FI 10%'),(43,6,'ALV FI 10%'),(43,7,'ALV FI 10%'),(43,8,'ALV FI 10%'),(43,9,'ALV FI 10%'),(43,10,'ALV FI 10%'),(43,11,'ALV FI 10%'),(43,12,'ALV FI 10%'),(43,13,'ALV FI 10%'),(44,1,'MwSt. DE 7%'),(44,3,'MwSt. DE 7%'),(44,4,'MwSt. DE 7%'),(44,5,'MwSt. DE 7%'),(44,6,'MwSt. DE 7%'),(44,7,'MwSt. DE 7%'),(44,8,'MwSt. DE 7%'),(44,9,'MwSt. DE 7%'),(44,10,'MwSt. DE 7%'),(44,11,'MwSt. DE 7%'),(44,12,'MwSt. DE 7%'),(44,13,'MwSt. DE 7%'),(45,1,'TVA FR 10%'),(45,3,'TVA FR 10%'),(45,4,'TVA FR 10%'),(45,5,'TVA FR 10%'),(45,6,'TVA FR 10%'),(45,7,'TVA FR 10%'),(45,8,'TVA FR 10%'),(45,9,'TVA FR 10%'),(45,10,'TVA FR 10%'),(45,11,'TVA FR 10%'),(45,12,'TVA FR 10%'),(45,13,'TVA FR 10%'),(46,1,'TVA FR 5.5%'),(46,3,'TVA FR 5.5%'),(46,4,'TVA FR 5.5%'),(46,5,'TVA FR 5.5%'),(46,6,'TVA FR 5.5%'),(46,7,'TVA FR 5.5%'),(46,8,'TVA FR 5.5%'),(46,9,'TVA FR 5.5%'),(46,10,'TVA FR 5.5%'),(46,11,'TVA FR 5.5%'),(46,12,'TVA FR 5.5%'),(46,13,'TVA FR 5.5%'),(47,1,'TVA FR 2.1%'),(47,3,'TVA FR 2.1%'),(47,4,'TVA FR 2.1%'),(47,5,'TVA FR 2.1%'),(47,6,'TVA FR 2.1%'),(47,7,'TVA FR 2.1%'),(47,8,'TVA FR 2.1%'),(47,9,'TVA FR 2.1%'),(47,10,'TVA FR 2.1%'),(47,11,'TVA FR 2.1%'),(47,12,'TVA FR 2.1%'),(47,13,'TVA FR 2.1%'),(48,1,'消費税 JP 10%'),(48,3,'消費税 JP 10%'),(48,4,'消費税 JP 10%'),(48,5,'消費税 JP 10%'),(48,6,'消費税 JP 10%'),(48,7,'消費税 JP 10%'),(48,8,'消費税 JP 10%'),(48,9,'消費税 JP 10%'),(48,10,'消費税 JP 10%'),(48,11,'消費税 JP 10%'),(48,12,'消費税 JP 10%'),(48,13,'消費税 JP 10%'),(49,1,'消費税 JP 8%'),(49,3,'消費税 JP 8%'),(49,4,'消費税 JP 8%'),(49,5,'消費税 JP 8%'),(49,6,'消費税 JP 8%'),(49,7,'消費税 JP 8%'),(49,8,'消費税 JP 8%'),(49,9,'消費税 JP 8%'),(49,10,'消費税 JP 8%'),(49,11,'消費税 JP 8%'),(49,12,'消費税 JP 8%'),(49,13,'消費税 JP 8%'),(50,1,'消費税 JP 0%'),(50,3,'消費税 JP 0%'),(50,4,'消費税 JP 0%'),(50,5,'消費税 JP 0%'),(50,6,'消費税 JP 0%'),(50,7,'消費税 JP 0%'),(50,8,'消費税 JP 0%'),(50,9,'消費税 JP 0%'),(50,10,'消費税 JP 0%'),(50,11,'消費税 JP 0%'),(50,12,'消費税 JP 0%'),(50,13,'消費税 JP 0%'),(51,1,'TVA MC 20%'),(51,3,'TVA MC 20%'),(51,4,'TVA MC 20%'),(51,5,'TVA MC 20%'),(51,6,'TVA MC 20%'),(51,7,'TVA MC 20%'),(51,8,'TVA MC 20%'),(51,9,'TVA MC 20%'),(51,10,'TVA MC 20%'),(51,11,'TVA MC 20%'),(51,12,'TVA MC 20%'),(51,13,'TVA MC 20%'),(52,1,'Sales-taxes US-AL 4%'),(52,3,'Sales-taxes US-AL 4%'),(52,4,'Sales-taxes US-AL 4%'),(52,5,'Sales-taxes US-AL 4%'),(52,6,'Sales-taxes US-AL 4%'),(52,7,'Sales-taxes US-AL 4%'),(52,8,'Sales-taxes US-AL 4%'),(52,9,'Sales-taxes US-AL 4%'),(52,10,'Sales-taxes US-AL 4%'),(52,11,'Sales-taxes US-AL 4%'),(52,12,'Sales-taxes US-AL 4%'),(52,13,'Sales-taxes US-AL 4%'),(53,1,'Sales-taxes US-AK 0%'),(53,3,'Sales-taxes US-AK 0%'),(53,4,'Sales-taxes US-AK 0%'),(53,5,'Sales-taxes US-AK 0%'),(53,6,'Sales-taxes US-AK 0%'),(53,7,'Sales-taxes US-AK 0%'),(53,8,'Sales-taxes US-AK 0%'),(53,9,'Sales-taxes US-AK 0%'),(53,10,'Sales-taxes US-AK 0%'),(53,11,'Sales-taxes US-AK 0%'),(53,12,'Sales-taxes US-AK 0%'),(53,13,'Sales-taxes US-AK 0%'),(54,1,'Sales-taxes US-AZ 6.6%'),(54,3,'Sales-taxes US-AZ 6.6%'),(54,4,'Sales-taxes US-AZ 6.6%'),(54,5,'Sales-taxes US-AZ 6.6%'),(54,6,'Sales-taxes US-AZ 6.6%'),(54,7,'Sales-taxes US-AZ 6.6%'),(54,8,'Sales-taxes US-AZ 6.6%'),(54,9,'Sales-taxes US-AZ 6.6%'),(54,10,'Sales-taxes US-AZ 6.6%'),(54,11,'Sales-taxes US-AZ 6.6%'),(54,12,'Sales-taxes US-AZ 6.6%'),(54,13,'Sales-taxes US-AZ 6.6%'),(55,1,'Sales-taxes US-AR 6%'),(55,3,'Sales-taxes US-AR 6%'),(55,4,'Sales-taxes US-AR 6%'),(55,5,'Sales-taxes US-AR 6%'),(55,6,'Sales-taxes US-AR 6%'),(55,7,'Sales-taxes US-AR 6%'),(55,8,'Sales-taxes US-AR 6%'),(55,9,'Sales-taxes US-AR 6%'),(55,10,'Sales-taxes US-AR 6%'),(55,11,'Sales-taxes US-AR 6%'),(55,12,'Sales-taxes US-AR 6%'),(55,13,'Sales-taxes US-AR 6%'),(56,1,'Sales-taxes US-CA 8.25%'),(56,3,'Sales-taxes US-CA 8.25%'),(56,4,'Sales-taxes US-CA 8.25%'),(56,5,'Sales-taxes US-CA 8.25%'),(56,6,'Sales-taxes US-CA 8.25%'),(56,7,'Sales-taxes US-CA 8.25%'),(56,8,'Sales-taxes US-CA 8.25%'),(56,9,'Sales-taxes US-CA 8.25%'),(56,10,'Sales-taxes US-CA 8.25%'),(56,11,'Sales-taxes US-CA 8.25%'),(56,12,'Sales-taxes US-CA 8.25%'),(56,13,'Sales-taxes US-CA 8.25%'),(57,1,'Sales-taxes US-CO 2.9%'),(57,3,'Sales-taxes US-CO 2.9%'),(57,4,'Sales-taxes US-CO 2.9%'),(57,5,'Sales-taxes US-CO 2.9%'),(57,6,'Sales-taxes US-CO 2.9%'),(57,7,'Sales-taxes US-CO 2.9%'),(57,8,'Sales-taxes US-CO 2.9%'),(57,9,'Sales-taxes US-CO 2.9%'),(57,10,'Sales-taxes US-CO 2.9%'),(57,11,'Sales-taxes US-CO 2.9%'),(57,12,'Sales-taxes US-CO 2.9%'),(57,13,'Sales-taxes US-CO 2.9%'),(58,1,'Sales-taxes US-CT 0%'),(58,3,'Sales-taxes US-CT 0%'),(58,4,'Sales-taxes US-CT 0%'),(58,5,'Sales-taxes US-CT 0%'),(58,6,'Sales-taxes US-CT 0%'),(58,7,'Sales-taxes US-CT 0%'),(58,8,'Sales-taxes US-CT 0%'),(58,9,'Sales-taxes US-CT 0%'),(58,10,'Sales-taxes US-CT 0%'),(58,11,'Sales-taxes US-CT 0%'),(58,12,'Sales-taxes US-CT 0%'),(58,13,'Sales-taxes US-CT 0%'),(59,1,'Sales-taxes US-DE 0%'),(59,3,'Sales-taxes US-DE 0%'),(59,4,'Sales-taxes US-DE 0%'),(59,5,'Sales-taxes US-DE 0%'),(59,6,'Sales-taxes US-DE 0%'),(59,7,'Sales-taxes US-DE 0%'),(59,8,'Sales-taxes US-DE 0%'),(59,9,'Sales-taxes US-DE 0%'),(59,10,'Sales-taxes US-DE 0%'),(59,11,'Sales-taxes US-DE 0%'),(59,12,'Sales-taxes US-DE 0%'),(59,13,'Sales-taxes US-DE 0%'),(60,1,'Sales-taxes US-FL 6%'),(60,3,'Sales-taxes US-FL 6%'),(60,4,'Sales-taxes US-FL 6%'),(60,5,'Sales-taxes US-FL 6%'),(60,6,'Sales-taxes US-FL 6%'),(60,7,'Sales-taxes US-FL 6%'),(60,8,'Sales-taxes US-FL 6%'),(60,9,'Sales-taxes US-FL 6%'),(60,10,'Sales-taxes US-FL 6%'),(60,11,'Sales-taxes US-FL 6%'),(60,12,'Sales-taxes US-FL 6%'),(60,13,'Sales-taxes US-FL 6%'),(61,1,'Sales-taxes US-GA 4%'),(61,3,'Sales-taxes US-GA 4%'),(61,4,'Sales-taxes US-GA 4%'),(61,5,'Sales-taxes US-GA 4%'),(61,6,'Sales-taxes US-GA 4%'),(61,7,'Sales-taxes US-GA 4%'),(61,8,'Sales-taxes US-GA 4%'),(61,9,'Sales-taxes US-GA 4%'),(61,10,'Sales-taxes US-GA 4%'),(61,11,'Sales-taxes US-GA 4%'),(61,12,'Sales-taxes US-GA 4%'),(61,13,'Sales-taxes US-GA 4%'),(62,1,'Sales-taxes US-HI 4%'),(62,3,'Sales-taxes US-HI 4%'),(62,4,'Sales-taxes US-HI 4%'),(62,5,'Sales-taxes US-HI 4%'),(62,6,'Sales-taxes US-HI 4%'),(62,7,'Sales-taxes US-HI 4%'),(62,8,'Sales-taxes US-HI 4%'),(62,9,'Sales-taxes US-HI 4%'),(62,10,'Sales-taxes US-HI 4%'),(62,11,'Sales-taxes US-HI 4%'),(62,12,'Sales-taxes US-HI 4%'),(62,13,'Sales-taxes US-HI 4%'),(63,1,'Sales-taxes US-ID 6%'),(63,3,'Sales-taxes US-ID 6%'),(63,4,'Sales-taxes US-ID 6%'),(63,5,'Sales-taxes US-ID 6%'),(63,6,'Sales-taxes US-ID 6%'),(63,7,'Sales-taxes US-ID 6%'),(63,8,'Sales-taxes US-ID 6%'),(63,9,'Sales-taxes US-ID 6%'),(63,10,'Sales-taxes US-ID 6%'),(63,11,'Sales-taxes US-ID 6%'),(63,12,'Sales-taxes US-ID 6%'),(63,13,'Sales-taxes US-ID 6%'),(64,1,'Sales-taxes US-IL 6.25%'),(64,3,'Sales-taxes US-IL 6.25%'),(64,4,'Sales-taxes US-IL 6.25%'),(64,5,'Sales-taxes US-IL 6.25%'),(64,6,'Sales-taxes US-IL 6.25%'),(64,7,'Sales-taxes US-IL 6.25%'),(64,8,'Sales-taxes US-IL 6.25%'),(64,9,'Sales-taxes US-IL 6.25%'),(64,10,'Sales-taxes US-IL 6.25%'),(64,11,'Sales-taxes US-IL 6.25%'),(64,12,'Sales-taxes US-IL 6.25%'),(64,13,'Sales-taxes US-IL 6.25%'),(65,1,'Sales-taxes US-IN 7%'),(65,3,'Sales-taxes US-IN 7%'),(65,4,'Sales-taxes US-IN 7%'),(65,5,'Sales-taxes US-IN 7%'),(65,6,'Sales-taxes US-IN 7%'),(65,7,'Sales-taxes US-IN 7%'),(65,8,'Sales-taxes US-IN 7%'),(65,9,'Sales-taxes US-IN 7%'),(65,10,'Sales-taxes US-IN 7%'),(65,11,'Sales-taxes US-IN 7%'),(65,12,'Sales-taxes US-IN 7%'),(65,13,'Sales-taxes US-IN 7%'),(66,1,'Sales-taxes US-IA 6%'),(66,3,'Sales-taxes US-IA 6%'),(66,4,'Sales-taxes US-IA 6%'),(66,5,'Sales-taxes US-IA 6%'),(66,6,'Sales-taxes US-IA 6%'),(66,7,'Sales-taxes US-IA 6%'),(66,8,'Sales-taxes US-IA 6%'),(66,9,'Sales-taxes US-IA 6%'),(66,10,'Sales-taxes US-IA 6%'),(66,11,'Sales-taxes US-IA 6%'),(66,12,'Sales-taxes US-IA 6%'),(66,13,'Sales-taxes US-IA 6%'),(67,1,'Sales-taxes US-KS 5.3%'),(67,3,'Sales-taxes US-KS 5.3%'),(67,4,'Sales-taxes US-KS 5.3%'),(67,5,'Sales-taxes US-KS 5.3%'),(67,6,'Sales-taxes US-KS 5.3%'),(67,7,'Sales-taxes US-KS 5.3%'),(67,8,'Sales-taxes US-KS 5.3%'),(67,9,'Sales-taxes US-KS 5.3%'),(67,10,'Sales-taxes US-KS 5.3%'),(67,11,'Sales-taxes US-KS 5.3%'),(67,12,'Sales-taxes US-KS 5.3%'),(67,13,'Sales-taxes US-KS 5.3%'),(68,1,'Sales-taxes US-KY 6%'),(68,3,'Sales-taxes US-KY 6%'),(68,4,'Sales-taxes US-KY 6%'),(68,5,'Sales-taxes US-KY 6%'),(68,6,'Sales-taxes US-KY 6%'),(68,7,'Sales-taxes US-KY 6%'),(68,8,'Sales-taxes US-KY 6%'),(68,9,'Sales-taxes US-KY 6%'),(68,10,'Sales-taxes US-KY 6%'),(68,11,'Sales-taxes US-KY 6%'),(68,12,'Sales-taxes US-KY 6%'),(68,13,'Sales-taxes US-KY 6%'),(69,1,'Sales-taxes US-LA 4%'),(69,3,'Sales-taxes US-LA 4%'),(69,4,'Sales-taxes US-LA 4%'),(69,5,'Sales-taxes US-LA 4%'),(69,6,'Sales-taxes US-LA 4%'),(69,7,'Sales-taxes US-LA 4%'),(69,8,'Sales-taxes US-LA 4%'),(69,9,'Sales-taxes US-LA 4%'),(69,10,'Sales-taxes US-LA 4%'),(69,11,'Sales-taxes US-LA 4%'),(69,12,'Sales-taxes US-LA 4%'),(69,13,'Sales-taxes US-LA 4%'),(70,1,'Sales-taxes US-ME 5%'),(70,3,'Sales-taxes US-ME 5%'),(70,4,'Sales-taxes US-ME 5%'),(70,5,'Sales-taxes US-ME 5%'),(70,6,'Sales-taxes US-ME 5%'),(70,7,'Sales-taxes US-ME 5%'),(70,8,'Sales-taxes US-ME 5%'),(70,9,'Sales-taxes US-ME 5%'),(70,10,'Sales-taxes US-ME 5%'),(70,11,'Sales-taxes US-ME 5%'),(70,12,'Sales-taxes US-ME 5%'),(70,13,'Sales-taxes US-ME 5%'),(71,1,'Sales-taxes US-MD 6%'),(71,3,'Sales-taxes US-MD 6%'),(71,4,'Sales-taxes US-MD 6%'),(71,5,'Sales-taxes US-MD 6%'),(71,6,'Sales-taxes US-MD 6%'),(71,7,'Sales-taxes US-MD 6%'),(71,8,'Sales-taxes US-MD 6%'),(71,9,'Sales-taxes US-MD 6%'),(71,10,'Sales-taxes US-MD 6%'),(71,11,'Sales-taxes US-MD 6%'),(71,12,'Sales-taxes US-MD 6%'),(71,13,'Sales-taxes US-MD 6%'),(72,1,'Sales-taxes US-MA 6.25%'),(72,3,'Sales-taxes US-MA 6.25%'),(72,4,'Sales-taxes US-MA 6.25%'),(72,5,'Sales-taxes US-MA 6.25%'),(72,6,'Sales-taxes US-MA 6.25%'),(72,7,'Sales-taxes US-MA 6.25%'),(72,8,'Sales-taxes US-MA 6.25%'),(72,9,'Sales-taxes US-MA 6.25%'),(72,10,'Sales-taxes US-MA 6.25%'),(72,11,'Sales-taxes US-MA 6.25%'),(72,12,'Sales-taxes US-MA 6.25%'),(72,13,'Sales-taxes US-MA 6.25%'),(73,1,'Sales-taxes US-MI 6%'),(73,3,'Sales-taxes US-MI 6%'),(73,4,'Sales-taxes US-MI 6%'),(73,5,'Sales-taxes US-MI 6%'),(73,6,'Sales-taxes US-MI 6%'),(73,7,'Sales-taxes US-MI 6%'),(73,8,'Sales-taxes US-MI 6%'),(73,9,'Sales-taxes US-MI 6%'),(73,10,'Sales-taxes US-MI 6%'),(73,11,'Sales-taxes US-MI 6%'),(73,12,'Sales-taxes US-MI 6%'),(73,13,'Sales-taxes US-MI 6%'),(74,1,'Sales-taxes US-MN 6.875%'),(74,3,'Sales-taxes US-MN 6.875%'),(74,4,'Sales-taxes US-MN 6.875%'),(74,5,'Sales-taxes US-MN 6.875%'),(74,6,'Sales-taxes US-MN 6.875%'),(74,7,'Sales-taxes US-MN 6.875%'),(74,8,'Sales-taxes US-MN 6.875%'),(74,9,'Sales-taxes US-MN 6.875%'),(74,10,'Sales-taxes US-MN 6.875%'),(74,11,'Sales-taxes US-MN 6.875%'),(74,12,'Sales-taxes US-MN 6.875%'),(74,13,'Sales-taxes US-MN 6.875%'),(75,1,'Sales-taxes US-MS 7%'),(75,3,'Sales-taxes US-MS 7%'),(75,4,'Sales-taxes US-MS 7%'),(75,5,'Sales-taxes US-MS 7%'),(75,6,'Sales-taxes US-MS 7%'),(75,7,'Sales-taxes US-MS 7%'),(75,8,'Sales-taxes US-MS 7%'),(75,9,'Sales-taxes US-MS 7%'),(75,10,'Sales-taxes US-MS 7%'),(75,11,'Sales-taxes US-MS 7%'),(75,12,'Sales-taxes US-MS 7%'),(75,13,'Sales-taxes US-MS 7%'),(76,1,'Sales-taxes US-MO 4.225%'),(76,3,'Sales-taxes US-MO 4.225%'),(76,4,'Sales-taxes US-MO 4.225%'),(76,5,'Sales-taxes US-MO 4.225%'),(76,6,'Sales-taxes US-MO 4.225%'),(76,7,'Sales-taxes US-MO 4.225%'),(76,8,'Sales-taxes US-MO 4.225%'),(76,9,'Sales-taxes US-MO 4.225%'),(76,10,'Sales-taxes US-MO 4.225%'),(76,11,'Sales-taxes US-MO 4.225%'),(76,12,'Sales-taxes US-MO 4.225%'),(76,13,'Sales-taxes US-MO 4.225%'),(77,1,'Sales-taxes US-MT 0.0%'),(77,3,'Sales-taxes US-MT 0.0%'),(77,4,'Sales-taxes US-MT 0.0%'),(77,5,'Sales-taxes US-MT 0.0%'),(77,6,'Sales-taxes US-MT 0.0%'),(77,7,'Sales-taxes US-MT 0.0%'),(77,8,'Sales-taxes US-MT 0.0%'),(77,9,'Sales-taxes US-MT 0.0%'),(77,10,'Sales-taxes US-MT 0.0%'),(77,11,'Sales-taxes US-MT 0.0%'),(77,12,'Sales-taxes US-MT 0.0%'),(77,13,'Sales-taxes US-MT 0.0%'),(78,1,'Sales-taxes US-NE 5.5%'),(78,3,'Sales-taxes US-NE 5.5%'),(78,4,'Sales-taxes US-NE 5.5%'),(78,5,'Sales-taxes US-NE 5.5%'),(78,6,'Sales-taxes US-NE 5.5%'),(78,7,'Sales-taxes US-NE 5.5%'),(78,8,'Sales-taxes US-NE 5.5%'),(78,9,'Sales-taxes US-NE 5.5%'),(78,10,'Sales-taxes US-NE 5.5%'),(78,11,'Sales-taxes US-NE 5.5%'),(78,12,'Sales-taxes US-NE 5.5%'),(78,13,'Sales-taxes US-NE 5.5%'),(79,1,'Sales-taxes US-NV 6.85%'),(79,3,'Sales-taxes US-NV 6.85%'),(79,4,'Sales-taxes US-NV 6.85%'),(79,5,'Sales-taxes US-NV 6.85%'),(79,6,'Sales-taxes US-NV 6.85%'),(79,7,'Sales-taxes US-NV 6.85%'),(79,8,'Sales-taxes US-NV 6.85%'),(79,9,'Sales-taxes US-NV 6.85%'),(79,10,'Sales-taxes US-NV 6.85%'),(79,11,'Sales-taxes US-NV 6.85%'),(79,12,'Sales-taxes US-NV 6.85%'),(79,13,'Sales-taxes US-NV 6.85%'),(80,1,'Sales-taxes US-NH 0%'),(80,3,'Sales-taxes US-NH 0%'),(80,4,'Sales-taxes US-NH 0%'),(80,5,'Sales-taxes US-NH 0%'),(80,6,'Sales-taxes US-NH 0%'),(80,7,'Sales-taxes US-NH 0%'),(80,8,'Sales-taxes US-NH 0%'),(80,9,'Sales-taxes US-NH 0%'),(80,10,'Sales-taxes US-NH 0%'),(80,11,'Sales-taxes US-NH 0%'),(80,12,'Sales-taxes US-NH 0%'),(80,13,'Sales-taxes US-NH 0%'),(81,1,'Sales-taxes US-NJ 7%'),(81,3,'Sales-taxes US-NJ 7%'),(81,4,'Sales-taxes US-NJ 7%'),(81,5,'Sales-taxes US-NJ 7%'),(81,6,'Sales-taxes US-NJ 7%'),(81,7,'Sales-taxes US-NJ 7%'),(81,8,'Sales-taxes US-NJ 7%'),(81,9,'Sales-taxes US-NJ 7%'),(81,10,'Sales-taxes US-NJ 7%'),(81,11,'Sales-taxes US-NJ 7%'),(81,12,'Sales-taxes US-NJ 7%'),(81,13,'Sales-taxes US-NJ 7%'),(82,1,'Sales-taxes US-NM 5.125%'),(82,3,'Sales-taxes US-NM 5.125%'),(82,4,'Sales-taxes US-NM 5.125%'),(82,5,'Sales-taxes US-NM 5.125%'),(82,6,'Sales-taxes US-NM 5.125%'),(82,7,'Sales-taxes US-NM 5.125%'),(82,8,'Sales-taxes US-NM 5.125%'),(82,9,'Sales-taxes US-NM 5.125%'),(82,10,'Sales-taxes US-NM 5.125%'),(82,11,'Sales-taxes US-NM 5.125%'),(82,12,'Sales-taxes US-NM 5.125%'),(82,13,'Sales-taxes US-NM 5.125%'),(83,1,'Sales-taxes US-NY 4%'),(83,3,'Sales-taxes US-NY 4%'),(83,4,'Sales-taxes US-NY 4%'),(83,5,'Sales-taxes US-NY 4%'),(83,6,'Sales-taxes US-NY 4%'),(83,7,'Sales-taxes US-NY 4%'),(83,8,'Sales-taxes US-NY 4%'),(83,9,'Sales-taxes US-NY 4%'),(83,10,'Sales-taxes US-NY 4%'),(83,11,'Sales-taxes US-NY 4%'),(83,12,'Sales-taxes US-NY 4%'),(83,13,'Sales-taxes US-NY 4%'),(84,1,'Sales-taxes US-NC 5.5%'),(84,3,'Sales-taxes US-NC 5.5%'),(84,4,'Sales-taxes US-NC 5.5%'),(84,5,'Sales-taxes US-NC 5.5%'),(84,6,'Sales-taxes US-NC 5.5%'),(84,7,'Sales-taxes US-NC 5.5%'),(84,8,'Sales-taxes US-NC 5.5%'),(84,9,'Sales-taxes US-NC 5.5%'),(84,10,'Sales-taxes US-NC 5.5%'),(84,11,'Sales-taxes US-NC 5.5%'),(84,12,'Sales-taxes US-NC 5.5%'),(84,13,'Sales-taxes US-NC 5.5%'),(85,1,'Sales-taxes US-ND 5%'),(85,3,'Sales-taxes US-ND 5%'),(85,4,'Sales-taxes US-ND 5%'),(85,5,'Sales-taxes US-ND 5%'),(85,6,'Sales-taxes US-ND 5%'),(85,7,'Sales-taxes US-ND 5%'),(85,8,'Sales-taxes US-ND 5%'),(85,9,'Sales-taxes US-ND 5%'),(85,10,'Sales-taxes US-ND 5%'),(85,11,'Sales-taxes US-ND 5%'),(85,12,'Sales-taxes US-ND 5%'),(85,13,'Sales-taxes US-ND 5%'),(86,1,'Sales-taxes US-OH 5.5%'),(86,3,'Sales-taxes US-OH 5.5%'),(86,4,'Sales-taxes US-OH 5.5%'),(86,5,'Sales-taxes US-OH 5.5%'),(86,6,'Sales-taxes US-OH 5.5%'),(86,7,'Sales-taxes US-OH 5.5%'),(86,8,'Sales-taxes US-OH 5.5%'),(86,9,'Sales-taxes US-OH 5.5%'),(86,10,'Sales-taxes US-OH 5.5%'),(86,11,'Sales-taxes US-OH 5.5%'),(86,12,'Sales-taxes US-OH 5.5%'),(86,13,'Sales-taxes US-OH 5.5%'),(87,1,'Sales-taxes US-OK 4.5%'),(87,3,'Sales-taxes US-OK 4.5%'),(87,4,'Sales-taxes US-OK 4.5%'),(87,5,'Sales-taxes US-OK 4.5%'),(87,6,'Sales-taxes US-OK 4.5%'),(87,7,'Sales-taxes US-OK 4.5%'),(87,8,'Sales-taxes US-OK 4.5%'),(87,9,'Sales-taxes US-OK 4.5%'),(87,10,'Sales-taxes US-OK 4.5%'),(87,11,'Sales-taxes US-OK 4.5%'),(87,12,'Sales-taxes US-OK 4.5%'),(87,13,'Sales-taxes US-OK 4.5%'),(88,1,'Sales-taxes US-OR 0%'),(88,3,'Sales-taxes US-OR 0%'),(88,4,'Sales-taxes US-OR 0%'),(88,5,'Sales-taxes US-OR 0%'),(88,6,'Sales-taxes US-OR 0%'),(88,7,'Sales-taxes US-OR 0%'),(88,8,'Sales-taxes US-OR 0%'),(88,9,'Sales-taxes US-OR 0%'),(88,10,'Sales-taxes US-OR 0%'),(88,11,'Sales-taxes US-OR 0%'),(88,12,'Sales-taxes US-OR 0%'),(88,13,'Sales-taxes US-OR 0%'),(89,1,'Sales-taxes US-PA 6%'),(89,3,'Sales-taxes US-PA 6%'),(89,4,'Sales-taxes US-PA 6%'),(89,5,'Sales-taxes US-PA 6%'),(89,6,'Sales-taxes US-PA 6%'),(89,7,'Sales-taxes US-PA 6%'),(89,8,'Sales-taxes US-PA 6%'),(89,9,'Sales-taxes US-PA 6%'),(89,10,'Sales-taxes US-PA 6%'),(89,11,'Sales-taxes US-PA 6%'),(89,12,'Sales-taxes US-PA 6%'),(89,13,'Sales-taxes US-PA 6%'),(90,1,'Sales-taxes US-RI 7%'),(90,3,'Sales-taxes US-RI 7%'),(90,4,'Sales-taxes US-RI 7%'),(90,5,'Sales-taxes US-RI 7%'),(90,6,'Sales-taxes US-RI 7%'),(90,7,'Sales-taxes US-RI 7%'),(90,8,'Sales-taxes US-RI 7%'),(90,9,'Sales-taxes US-RI 7%'),(90,10,'Sales-taxes US-RI 7%'),(90,11,'Sales-taxes US-RI 7%'),(90,12,'Sales-taxes US-RI 7%'),(90,13,'Sales-taxes US-RI 7%'),(91,1,'Sales-taxes US-SC 6%'),(91,3,'Sales-taxes US-SC 6%'),(91,4,'Sales-taxes US-SC 6%'),(91,5,'Sales-taxes US-SC 6%'),(91,6,'Sales-taxes US-SC 6%'),(91,7,'Sales-taxes US-SC 6%'),(91,8,'Sales-taxes US-SC 6%'),(91,9,'Sales-taxes US-SC 6%'),(91,10,'Sales-taxes US-SC 6%'),(91,11,'Sales-taxes US-SC 6%'),(91,12,'Sales-taxes US-SC 6%'),(91,13,'Sales-taxes US-SC 6%'),(92,1,'Sales-taxes US-SD 4%'),(92,3,'Sales-taxes US-SD 4%'),(92,4,'Sales-taxes US-SD 4%'),(92,5,'Sales-taxes US-SD 4%'),(92,6,'Sales-taxes US-SD 4%'),(92,7,'Sales-taxes US-SD 4%'),(92,8,'Sales-taxes US-SD 4%'),(92,9,'Sales-taxes US-SD 4%'),(92,10,'Sales-taxes US-SD 4%'),(92,11,'Sales-taxes US-SD 4%'),(92,12,'Sales-taxes US-SD 4%'),(92,13,'Sales-taxes US-SD 4%'),(93,1,'Sales-taxes US-TN 7%'),(93,3,'Sales-taxes US-TN 7%'),(93,4,'Sales-taxes US-TN 7%'),(93,5,'Sales-taxes US-TN 7%'),(93,6,'Sales-taxes US-TN 7%'),(93,7,'Sales-taxes US-TN 7%'),(93,8,'Sales-taxes US-TN 7%'),(93,9,'Sales-taxes US-TN 7%'),(93,10,'Sales-taxes US-TN 7%'),(93,11,'Sales-taxes US-TN 7%'),(93,12,'Sales-taxes US-TN 7%'),(93,13,'Sales-taxes US-TN 7%'),(94,1,'Sales-taxes US-TX 6.25%'),(94,3,'Sales-taxes US-TX 6.25%'),(94,4,'Sales-taxes US-TX 6.25%'),(94,5,'Sales-taxes US-TX 6.25%'),(94,6,'Sales-taxes US-TX 6.25%'),(94,7,'Sales-taxes US-TX 6.25%'),(94,8,'Sales-taxes US-TX 6.25%'),(94,9,'Sales-taxes US-TX 6.25%'),(94,10,'Sales-taxes US-TX 6.25%'),(94,11,'Sales-taxes US-TX 6.25%'),(94,12,'Sales-taxes US-TX 6.25%'),(94,13,'Sales-taxes US-TX 6.25%'),(95,1,'Sales-taxes US-UT 4.75%'),(95,3,'Sales-taxes US-UT 4.75%'),(95,4,'Sales-taxes US-UT 4.75%'),(95,5,'Sales-taxes US-UT 4.75%'),(95,6,'Sales-taxes US-UT 4.75%'),(95,7,'Sales-taxes US-UT 4.75%'),(95,8,'Sales-taxes US-UT 4.75%'),(95,9,'Sales-taxes US-UT 4.75%'),(95,10,'Sales-taxes US-UT 4.75%'),(95,11,'Sales-taxes US-UT 4.75%'),(95,12,'Sales-taxes US-UT 4.75%'),(95,13,'Sales-taxes US-UT 4.75%'),(96,1,'Sales-taxes US-VT 6%'),(96,3,'Sales-taxes US-VT 6%'),(96,4,'Sales-taxes US-VT 6%'),(96,5,'Sales-taxes US-VT 6%'),(96,6,'Sales-taxes US-VT 6%'),(96,7,'Sales-taxes US-VT 6%'),(96,8,'Sales-taxes US-VT 6%'),(96,9,'Sales-taxes US-VT 6%'),(96,10,'Sales-taxes US-VT 6%'),(96,11,'Sales-taxes US-VT 6%'),(96,12,'Sales-taxes US-VT 6%'),(96,13,'Sales-taxes US-VT 6%'),(97,1,'Sales-taxes US-VA 4%'),(97,3,'Sales-taxes US-VA 4%'),(97,4,'Sales-taxes US-VA 4%'),(97,5,'Sales-taxes US-VA 4%'),(97,6,'Sales-taxes US-VA 4%'),(97,7,'Sales-taxes US-VA 4%'),(97,8,'Sales-taxes US-VA 4%'),(97,9,'Sales-taxes US-VA 4%'),(97,10,'Sales-taxes US-VA 4%'),(97,11,'Sales-taxes US-VA 4%'),(97,12,'Sales-taxes US-VA 4%'),(97,13,'Sales-taxes US-VA 4%'),(98,1,'Sales-taxes US-WA 6.5%'),(98,3,'Sales-taxes US-WA 6.5%'),(98,4,'Sales-taxes US-WA 6.5%'),(98,5,'Sales-taxes US-WA 6.5%'),(98,6,'Sales-taxes US-WA 6.5%'),(98,7,'Sales-taxes US-WA 6.5%'),(98,8,'Sales-taxes US-WA 6.5%'),(98,9,'Sales-taxes US-WA 6.5%'),(98,10,'Sales-taxes US-WA 6.5%'),(98,11,'Sales-taxes US-WA 6.5%'),(98,12,'Sales-taxes US-WA 6.5%'),(98,13,'Sales-taxes US-WA 6.5%'),(99,1,'Sales-taxes US-WV 6%'),(99,3,'Sales-taxes US-WV 6%'),(99,4,'Sales-taxes US-WV 6%'),(99,5,'Sales-taxes US-WV 6%'),(99,6,'Sales-taxes US-WV 6%'),(99,7,'Sales-taxes US-WV 6%'),(99,8,'Sales-taxes US-WV 6%'),(99,9,'Sales-taxes US-WV 6%'),(99,10,'Sales-taxes US-WV 6%'),(99,11,'Sales-taxes US-WV 6%'),(99,12,'Sales-taxes US-WV 6%'),(99,13,'Sales-taxes US-WV 6%'),(100,1,'Sales-taxes US-WI 5%'),(100,3,'Sales-taxes US-WI 5%'),(100,4,'Sales-taxes US-WI 5%'),(100,5,'Sales-taxes US-WI 5%'),(100,6,'Sales-taxes US-WI 5%'),(100,7,'Sales-taxes US-WI 5%'),(100,8,'Sales-taxes US-WI 5%'),(100,9,'Sales-taxes US-WI 5%'),(100,10,'Sales-taxes US-WI 5%'),(100,11,'Sales-taxes US-WI 5%'),(100,12,'Sales-taxes US-WI 5%'),(100,13,'Sales-taxes US-WI 5%'),(101,1,'Sales-taxes US-WY 4%'),(101,3,'Sales-taxes US-WY 4%'),(101,4,'Sales-taxes US-WY 4%'),(101,5,'Sales-taxes US-WY 4%'),(101,6,'Sales-taxes US-WY 4%'),(101,7,'Sales-taxes US-WY 4%'),(101,8,'Sales-taxes US-WY 4%'),(101,9,'Sales-taxes US-WY 4%'),(101,10,'Sales-taxes US-WY 4%'),(101,11,'Sales-taxes US-WY 4%'),(101,12,'Sales-taxes US-WY 4%'),(101,13,'Sales-taxes US-WY 4%'),(102,1,'Sales-taxes US-PR 5.5%'),(102,3,'Sales-taxes US-PR 5.5%'),(102,4,'Sales-taxes US-PR 5.5%'),(102,5,'Sales-taxes US-PR 5.5%'),(102,6,'Sales-taxes US-PR 5.5%'),(102,7,'Sales-taxes US-PR 5.5%'),(102,8,'Sales-taxes US-PR 5.5%'),(102,9,'Sales-taxes US-PR 5.5%'),(102,10,'Sales-taxes US-PR 5.5%'),(102,11,'Sales-taxes US-PR 5.5%'),(102,12,'Sales-taxes US-PR 5.5%'),(102,13,'Sales-taxes US-PR 5.5%'),(103,1,'Sales-taxes US-DC 6%'),(103,3,'Sales-taxes US-DC 6%'),(103,4,'Sales-taxes US-DC 6%'),(103,5,'Sales-taxes US-DC 6%'),(103,6,'Sales-taxes US-DC 6%'),(103,7,'Sales-taxes US-DC 6%'),(103,8,'Sales-taxes US-DC 6%'),(103,9,'Sales-taxes US-DC 6%'),(103,10,'Sales-taxes US-DC 6%'),(103,11,'Sales-taxes US-DC 6%'),(103,12,'Sales-taxes US-DC 6%'),(103,13,'Sales-taxes US-DC 6%'); -/*!40000 ALTER TABLE `ps_tax_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_rule` --- - -DROP TABLE IF EXISTS `ps_tax_rule`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_rule` ( - `id_tax_rule` int(11) NOT NULL AUTO_INCREMENT, - `id_tax_rules_group` int(11) NOT NULL, - `id_country` int(11) NOT NULL, - `id_state` int(11) NOT NULL, - `zipcode_from` varchar(12) NOT NULL, - `zipcode_to` varchar(12) NOT NULL, - `id_tax` int(11) NOT NULL, - `behavior` int(11) NOT NULL, - `description` varchar(100) NOT NULL, - PRIMARY KEY (`id_tax_rule`), - KEY `id_tax_rules_group` (`id_tax_rules_group`), - KEY `id_tax` (`id_tax`), - KEY `category_getproducts` (`id_tax_rules_group`,`id_country`,`id_state`,`zipcode_from`) -) ENGINE=InnoDB AUTO_INCREMENT=1082 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_rule` --- - -LOCK TABLES `ps_tax_rule` WRITE; -/*!40000 ALTER TABLE `ps_tax_rule` DISABLE KEYS */; -INSERT INTO `ps_tax_rule` VALUES (1,1,3,0,'0','0',1,0,''),(2,1,236,0,'0','0',1,0,''),(3,1,16,0,'0','0',1,0,''),(4,1,20,0,'0','0',1,0,''),(5,1,1,0,'0','0',1,0,''),(6,1,86,0,'0','0',1,0,''),(7,1,9,0,'0','0',1,0,''),(8,1,6,0,'0','0',1,0,''),(9,1,8,0,'0','0',1,0,''),(10,1,26,0,'0','0',1,0,''),(11,1,10,0,'0','0',1,0,''),(12,1,76,0,'0','0',1,0,''),(13,1,125,0,'0','0',1,0,''),(14,1,131,0,'0','0',1,0,''),(15,1,12,0,'0','0',1,0,''),(16,1,143,0,'0','0',1,0,''),(17,1,139,0,'0','0',1,0,''),(18,1,13,0,'0','0',1,0,''),(19,1,2,0,'0','0',1,0,''),(20,1,14,0,'0','0',1,0,''),(21,1,15,0,'0','0',1,0,''),(22,1,36,0,'0','0',1,0,''),(23,1,193,0,'0','0',1,0,''),(24,1,37,0,'0','0',1,0,''),(25,1,7,0,'0','0',1,0,''),(26,1,18,0,'0','0',1,0,''),(27,2,3,0,'0','0',2,0,''),(28,2,236,0,'0','0',2,0,''),(29,2,16,0,'0','0',2,0,''),(30,2,20,0,'0','0',2,0,''),(31,2,1,0,'0','0',2,0,''),(32,2,86,0,'0','0',2,0,''),(33,2,9,0,'0','0',2,0,''),(34,2,6,0,'0','0',2,0,''),(35,2,8,0,'0','0',2,0,''),(36,2,26,0,'0','0',2,0,''),(37,2,10,0,'0','0',2,0,''),(38,2,76,0,'0','0',2,0,''),(39,2,125,0,'0','0',2,0,''),(40,2,131,0,'0','0',2,0,''),(41,2,12,0,'0','0',2,0,''),(42,2,143,0,'0','0',2,0,''),(43,2,139,0,'0','0',2,0,''),(44,2,13,0,'0','0',2,0,''),(45,2,2,0,'0','0',2,0,''),(46,2,14,0,'0','0',2,0,''),(47,2,15,0,'0','0',2,0,''),(48,2,36,0,'0','0',2,0,''),(49,2,193,0,'0','0',2,0,''),(50,2,37,0,'0','0',2,0,''),(51,2,7,0,'0','0',2,0,''),(52,2,18,0,'0','0',2,0,''),(53,3,3,0,'0','0',3,0,''),(54,3,236,0,'0','0',3,0,''),(55,3,16,0,'0','0',3,0,''),(56,3,20,0,'0','0',3,0,''),(57,3,1,0,'0','0',3,0,''),(58,3,86,0,'0','0',3,0,''),(59,3,9,0,'0','0',3,0,''),(60,3,6,0,'0','0',3,0,''),(61,3,8,0,'0','0',3,0,''),(62,3,26,0,'0','0',3,0,''),(63,3,10,0,'0','0',3,0,''),(64,3,76,0,'0','0',3,0,''),(65,3,125,0,'0','0',3,0,''),(66,3,131,0,'0','0',3,0,''),(67,3,12,0,'0','0',3,0,''),(68,3,143,0,'0','0',3,0,''),(69,3,139,0,'0','0',3,0,''),(70,3,13,0,'0','0',3,0,''),(71,3,2,0,'0','0',3,0,''),(72,3,14,0,'0','0',3,0,''),(73,3,15,0,'0','0',3,0,''),(74,3,36,0,'0','0',3,0,''),(75,3,193,0,'0','0',3,0,''),(76,3,37,0,'0','0',3,0,''),(77,3,7,0,'0','0',3,0,''),(78,3,18,0,'0','0',3,0,''),(79,4,3,0,'0','0',1,0,''),(80,4,236,0,'0','0',1,0,''),(81,4,16,0,'0','0',1,0,''),(82,4,20,0,'0','0',1,0,''),(83,4,1,0,'0','0',1,0,''),(84,4,86,0,'0','0',1,0,''),(85,4,9,0,'0','0',1,0,''),(86,4,6,0,'0','0',1,0,''),(87,4,8,0,'0','0',1,0,''),(88,4,26,0,'0','0',1,0,''),(89,4,10,0,'0','0',1,0,''),(90,4,76,0,'0','0',1,0,''),(91,4,125,0,'0','0',1,0,''),(92,4,131,0,'0','0',1,0,''),(93,4,12,0,'0','0',1,0,''),(94,4,143,0,'0','0',1,0,''),(95,4,139,0,'0','0',1,0,''),(96,4,13,0,'0','0',1,0,''),(97,4,2,0,'0','0',1,0,''),(98,4,14,0,'0','0',1,0,''),(99,4,15,0,'0','0',1,0,''),(100,4,36,0,'0','0',1,0,''),(101,4,193,0,'0','0',1,0,''),(102,4,37,0,'0','0',1,0,''),(103,4,7,0,'0','0',1,0,''),(104,4,18,0,'0','0',1,0,''),(105,5,3,0,'0','0',2,0,''),(106,5,236,0,'0','0',2,0,''),(107,5,16,0,'0','0',2,0,''),(108,5,20,0,'0','0',2,0,''),(109,5,1,0,'0','0',2,0,''),(110,5,86,0,'0','0',2,0,''),(111,5,9,0,'0','0',2,0,''),(112,5,6,0,'0','0',2,0,''),(113,5,8,0,'0','0',2,0,''),(114,5,26,0,'0','0',2,0,''),(115,5,10,0,'0','0',2,0,''),(116,5,76,0,'0','0',2,0,''),(117,5,125,0,'0','0',2,0,''),(118,5,131,0,'0','0',2,0,''),(119,5,12,0,'0','0',2,0,''),(120,5,143,0,'0','0',2,0,''),(121,5,139,0,'0','0',2,0,''),(122,5,13,0,'0','0',2,0,''),(123,5,2,0,'0','0',2,0,''),(124,5,14,0,'0','0',2,0,''),(125,5,15,0,'0','0',2,0,''),(126,5,36,0,'0','0',2,0,''),(127,5,193,0,'0','0',2,0,''),(128,5,37,0,'0','0',2,0,''),(129,5,7,0,'0','0',2,0,''),(130,5,18,0,'0','0',2,0,''),(131,6,131,0,'0','0',1,0,''),(132,6,2,0,'0','0',4,0,''),(133,6,3,0,'0','0',5,0,''),(134,6,236,0,'0','0',6,0,''),(135,6,76,0,'0','0',7,0,''),(136,6,16,0,'0','0',8,0,''),(137,6,1,0,'0','0',9,0,''),(138,6,20,0,'0','0',10,0,''),(139,6,86,0,'0','0',11,0,''),(140,6,6,0,'0','0',12,0,''),(141,6,7,0,'0','0',13,0,''),(142,6,8,0,'0','0',14,0,''),(143,6,17,0,'0','0',15,0,''),(144,6,9,0,'0','0',16,0,''),(145,6,74,0,'0','0',17,0,''),(146,6,143,0,'0','0',18,0,''),(147,6,26,0,'0','0',19,0,''),(148,6,10,0,'0','0',20,0,''),(149,6,12,0,'0','0',21,0,''),(150,6,125,0,'0','0',22,0,''),(151,6,139,0,'0','0',23,0,''),(152,6,13,0,'0','0',24,0,''),(153,6,14,0,'0','0',25,0,''),(154,6,15,0,'0','0',26,0,''),(155,6,36,0,'0','0',27,0,''),(156,6,18,0,'0','0',28,0,''),(157,6,193,0,'0','0',29,0,''),(158,6,37,0,'0','0',30,0,''),(159,7,3,0,'0','0',24,0,''),(160,7,236,0,'0','0',24,0,''),(161,7,16,0,'0','0',24,0,''),(162,7,20,0,'0','0',24,0,''),(163,7,1,0,'0','0',24,0,''),(164,7,86,0,'0','0',24,0,''),(165,7,9,0,'0','0',24,0,''),(166,7,74,0,'0','0',24,0,''),(167,7,6,0,'0','0',24,0,''),(168,7,8,0,'0','0',24,0,''),(169,7,26,0,'0','0',24,0,''),(170,7,10,0,'0','0',24,0,''),(171,7,76,0,'0','0',24,0,''),(172,7,125,0,'0','0',24,0,''),(173,7,131,0,'0','0',24,0,''),(174,7,12,0,'0','0',24,0,''),(175,7,143,0,'0','0',24,0,''),(176,7,139,0,'0','0',24,0,''),(177,7,13,0,'0','0',24,0,''),(178,7,2,0,'0','0',24,0,''),(179,7,14,0,'0','0',24,0,''),(180,7,15,0,'0','0',24,0,''),(181,7,36,0,'0','0',24,0,''),(182,7,193,0,'0','0',24,0,''),(183,7,37,0,'0','0',24,0,''),(184,7,7,0,'0','0',24,0,''),(185,7,18,0,'0','0',24,0,''),(186,7,17,0,'0','0',24,0,''),(187,8,3,0,'0','0',31,0,''),(188,8,236,0,'0','0',31,0,''),(189,8,16,0,'0','0',31,0,''),(190,8,20,0,'0','0',31,0,''),(191,8,1,0,'0','0',31,0,''),(192,8,86,0,'0','0',31,0,''),(193,8,9,0,'0','0',31,0,''),(194,8,74,0,'0','0',31,0,''),(195,8,6,0,'0','0',31,0,''),(196,8,8,0,'0','0',31,0,''),(197,8,26,0,'0','0',31,0,''),(198,8,10,0,'0','0',31,0,''),(199,8,76,0,'0','0',31,0,''),(200,8,125,0,'0','0',31,0,''),(201,8,131,0,'0','0',31,0,''),(202,8,12,0,'0','0',31,0,''),(203,8,143,0,'0','0',31,0,''),(204,8,139,0,'0','0',31,0,''),(205,8,13,0,'0','0',31,0,''),(206,8,2,0,'0','0',31,0,''),(207,8,14,0,'0','0',31,0,''),(208,8,15,0,'0','0',31,0,''),(209,8,36,0,'0','0',31,0,''),(210,8,193,0,'0','0',31,0,''),(211,8,37,0,'0','0',31,0,''),(212,8,7,0,'0','0',31,0,''),(213,8,18,0,'0','0',31,0,''),(214,8,17,0,'0','0',31,0,''),(215,9,3,0,'0','0',31,0,''),(216,9,236,0,'0','0',31,0,''),(217,9,16,0,'0','0',31,0,''),(218,9,20,0,'0','0',31,0,''),(219,9,1,0,'0','0',31,0,''),(220,9,86,0,'0','0',31,0,''),(221,9,9,0,'0','0',31,0,''),(222,9,74,0,'0','0',31,0,''),(223,9,6,0,'0','0',31,0,''),(224,9,8,0,'0','0',31,0,''),(225,9,26,0,'0','0',31,0,''),(226,9,10,0,'0','0',31,0,''),(227,9,76,0,'0','0',31,0,''),(228,9,125,0,'0','0',31,0,''),(229,9,131,0,'0','0',31,0,''),(230,9,12,0,'0','0',31,0,''),(231,9,143,0,'0','0',31,0,''),(232,9,139,0,'0','0',31,0,''),(233,9,13,0,'0','0',31,0,''),(234,9,2,0,'0','0',31,0,''),(235,9,14,0,'0','0',31,0,''),(236,9,15,0,'0','0',31,0,''),(237,9,36,0,'0','0',31,0,''),(238,9,193,0,'0','0',31,0,''),(239,9,37,0,'0','0',31,0,''),(240,9,7,0,'0','0',31,0,''),(241,9,18,0,'0','0',31,0,''),(242,9,17,0,'0','0',31,0,''),(243,10,3,0,'0','0',31,0,''),(244,10,236,0,'0','0',31,0,''),(245,10,16,0,'0','0',31,0,''),(246,10,20,0,'0','0',31,0,''),(247,10,1,0,'0','0',31,0,''),(248,10,86,0,'0','0',31,0,''),(249,10,9,0,'0','0',31,0,''),(250,10,74,0,'0','0',31,0,''),(251,10,6,0,'0','0',31,0,''),(252,10,8,0,'0','0',31,0,''),(253,10,26,0,'0','0',31,0,''),(254,10,10,0,'0','0',31,0,''),(255,10,76,0,'0','0',31,0,''),(256,10,125,0,'0','0',31,0,''),(257,10,131,0,'0','0',31,0,''),(258,10,12,0,'0','0',31,0,''),(259,10,143,0,'0','0',31,0,''),(260,10,139,0,'0','0',31,0,''),(261,10,13,0,'0','0',31,0,''),(262,10,2,0,'0','0',31,0,''),(263,10,14,0,'0','0',31,0,''),(264,10,15,0,'0','0',31,0,''),(265,10,36,0,'0','0',31,0,''),(266,10,193,0,'0','0',31,0,''),(267,10,37,0,'0','0',31,0,''),(268,10,7,0,'0','0',31,0,''),(269,10,18,0,'0','0',31,0,''),(270,10,17,0,'0','0',31,0,''),(271,11,3,0,'0','0',5,0,''),(272,11,236,0,'0','0',5,0,''),(273,11,16,0,'0','0',5,0,''),(274,11,20,0,'0','0',5,0,''),(275,11,1,0,'0','0',5,0,''),(276,11,86,0,'0','0',5,0,''),(277,11,9,0,'0','0',5,0,''),(278,11,74,0,'0','0',5,0,''),(279,11,6,0,'0','0',5,0,''),(280,11,8,0,'0','0',5,0,''),(281,11,26,0,'0','0',5,0,''),(282,11,10,0,'0','0',5,0,''),(283,11,76,0,'0','0',5,0,''),(284,11,125,0,'0','0',5,0,''),(285,11,131,0,'0','0',5,0,''),(286,11,12,0,'0','0',5,0,''),(287,11,143,0,'0','0',5,0,''),(288,11,139,0,'0','0',5,0,''),(289,11,13,0,'0','0',5,0,''),(290,11,2,0,'0','0',5,0,''),(291,11,14,0,'0','0',5,0,''),(292,11,15,0,'0','0',5,0,''),(293,11,36,0,'0','0',5,0,''),(294,11,193,0,'0','0',5,0,''),(295,11,37,0,'0','0',5,0,''),(296,11,7,0,'0','0',5,0,''),(297,11,18,0,'0','0',5,0,''),(298,11,17,0,'0','0',5,0,''),(299,12,3,0,'0','0',34,0,''),(300,12,236,0,'0','0',34,0,''),(301,12,16,0,'0','0',34,0,''),(302,12,20,0,'0','0',34,0,''),(303,12,1,0,'0','0',34,0,''),(304,12,86,0,'0','0',34,0,''),(305,12,9,0,'0','0',34,0,''),(306,12,74,0,'0','0',34,0,''),(307,12,6,0,'0','0',34,0,''),(308,12,8,0,'0','0',34,0,''),(309,12,26,0,'0','0',34,0,''),(310,12,10,0,'0','0',34,0,''),(311,12,76,0,'0','0',34,0,''),(312,12,125,0,'0','0',34,0,''),(313,12,131,0,'0','0',34,0,''),(314,12,12,0,'0','0',34,0,''),(315,12,143,0,'0','0',34,0,''),(316,12,139,0,'0','0',34,0,''),(317,12,13,0,'0','0',34,0,''),(318,12,2,0,'0','0',34,0,''),(319,12,14,0,'0','0',34,0,''),(320,12,15,0,'0','0',34,0,''),(321,12,36,0,'0','0',34,0,''),(322,12,193,0,'0','0',34,0,''),(323,12,37,0,'0','0',34,0,''),(324,12,7,0,'0','0',34,0,''),(325,12,18,0,'0','0',34,0,''),(326,12,17,0,'0','0',34,0,''),(327,13,3,0,'0','0',35,0,''),(328,13,236,0,'0','0',35,0,''),(329,13,16,0,'0','0',35,0,''),(330,13,20,0,'0','0',35,0,''),(331,13,1,0,'0','0',35,0,''),(332,13,86,0,'0','0',35,0,''),(333,13,9,0,'0','0',35,0,''),(334,13,74,0,'0','0',35,0,''),(335,13,6,0,'0','0',35,0,''),(336,13,8,0,'0','0',35,0,''),(337,13,26,0,'0','0',35,0,''),(338,13,10,0,'0','0',35,0,''),(339,13,76,0,'0','0',35,0,''),(340,13,125,0,'0','0',35,0,''),(341,13,131,0,'0','0',35,0,''),(342,13,12,0,'0','0',35,0,''),(343,13,143,0,'0','0',35,0,''),(344,13,139,0,'0','0',35,0,''),(345,13,13,0,'0','0',35,0,''),(346,13,2,0,'0','0',35,0,''),(347,13,14,0,'0','0',35,0,''),(348,13,15,0,'0','0',35,0,''),(349,13,36,0,'0','0',35,0,''),(350,13,193,0,'0','0',35,0,''),(351,13,37,0,'0','0',35,0,''),(352,13,7,0,'0','0',35,0,''),(353,13,18,0,'0','0',35,0,''),(354,13,17,0,'0','0',35,0,''),(355,14,3,0,'0','0',35,0,''),(356,14,236,0,'0','0',35,0,''),(357,14,16,0,'0','0',35,0,''),(358,14,20,0,'0','0',35,0,''),(359,14,1,0,'0','0',35,0,''),(360,14,86,0,'0','0',35,0,''),(361,14,9,0,'0','0',35,0,''),(362,14,74,0,'0','0',35,0,''),(363,14,6,0,'0','0',35,0,''),(364,14,8,0,'0','0',35,0,''),(365,14,26,0,'0','0',35,0,''),(366,14,10,0,'0','0',35,0,''),(367,14,76,0,'0','0',35,0,''),(368,14,125,0,'0','0',35,0,''),(369,14,131,0,'0','0',35,0,''),(370,14,12,0,'0','0',35,0,''),(371,14,143,0,'0','0',35,0,''),(372,14,139,0,'0','0',35,0,''),(373,14,13,0,'0','0',35,0,''),(374,14,2,0,'0','0',35,0,''),(375,14,14,0,'0','0',35,0,''),(376,14,15,0,'0','0',35,0,''),(377,14,36,0,'0','0',35,0,''),(378,14,193,0,'0','0',35,0,''),(379,14,37,0,'0','0',35,0,''),(380,14,7,0,'0','0',35,0,''),(381,14,18,0,'0','0',35,0,''),(382,14,17,0,'0','0',35,0,''),(383,15,3,0,'0','0',35,0,''),(384,15,236,0,'0','0',35,0,''),(385,15,16,0,'0','0',35,0,''),(386,15,20,0,'0','0',35,0,''),(387,15,1,0,'0','0',35,0,''),(388,15,86,0,'0','0',35,0,''),(389,15,9,0,'0','0',35,0,''),(390,15,74,0,'0','0',35,0,''),(391,15,6,0,'0','0',35,0,''),(392,15,8,0,'0','0',35,0,''),(393,15,26,0,'0','0',35,0,''),(394,15,10,0,'0','0',35,0,''),(395,15,76,0,'0','0',35,0,''),(396,15,125,0,'0','0',35,0,''),(397,15,131,0,'0','0',35,0,''),(398,15,12,0,'0','0',35,0,''),(399,15,143,0,'0','0',35,0,''),(400,15,139,0,'0','0',35,0,''),(401,15,13,0,'0','0',35,0,''),(402,15,2,0,'0','0',35,0,''),(403,15,14,0,'0','0',35,0,''),(404,15,15,0,'0','0',35,0,''),(405,15,36,0,'0','0',35,0,''),(406,15,193,0,'0','0',35,0,''),(407,15,37,0,'0','0',35,0,''),(408,15,7,0,'0','0',35,0,''),(409,15,18,0,'0','0',35,0,''),(410,15,17,0,'0','0',35,0,''),(411,16,3,0,'0','0',36,0,''),(412,16,236,0,'0','0',36,0,''),(413,16,16,0,'0','0',36,0,''),(414,16,20,0,'0','0',36,0,''),(415,16,1,0,'0','0',36,0,''),(416,16,86,0,'0','0',36,0,''),(417,16,9,0,'0','0',36,0,''),(418,16,74,0,'0','0',36,0,''),(419,16,6,0,'0','0',36,0,''),(420,16,8,0,'0','0',36,0,''),(421,16,26,0,'0','0',36,0,''),(422,16,10,0,'0','0',36,0,''),(423,16,76,0,'0','0',36,0,''),(424,16,125,0,'0','0',36,0,''),(425,16,131,0,'0','0',36,0,''),(426,16,12,0,'0','0',36,0,''),(427,16,143,0,'0','0',36,0,''),(428,16,139,0,'0','0',36,0,''),(429,16,13,0,'0','0',36,0,''),(430,16,2,0,'0','0',36,0,''),(431,16,14,0,'0','0',36,0,''),(432,16,15,0,'0','0',36,0,''),(433,16,36,0,'0','0',36,0,''),(434,16,193,0,'0','0',36,0,''),(435,16,37,0,'0','0',36,0,''),(436,16,7,0,'0','0',36,0,''),(437,16,18,0,'0','0',36,0,''),(438,16,17,0,'0','0',36,0,''),(439,17,3,0,'0','0',37,0,''),(440,17,236,0,'0','0',37,0,''),(441,17,16,0,'0','0',37,0,''),(442,17,20,0,'0','0',37,0,''),(443,17,1,0,'0','0',37,0,''),(444,17,86,0,'0','0',37,0,''),(445,17,9,0,'0','0',37,0,''),(446,17,74,0,'0','0',37,0,''),(447,17,6,0,'0','0',37,0,''),(448,17,8,0,'0','0',37,0,''),(449,17,26,0,'0','0',37,0,''),(450,17,10,0,'0','0',37,0,''),(451,17,76,0,'0','0',37,0,''),(452,17,125,0,'0','0',37,0,''),(453,17,131,0,'0','0',37,0,''),(454,17,12,0,'0','0',37,0,''),(455,17,143,0,'0','0',37,0,''),(456,17,139,0,'0','0',37,0,''),(457,17,13,0,'0','0',37,0,''),(458,17,2,0,'0','0',37,0,''),(459,17,14,0,'0','0',37,0,''),(460,17,15,0,'0','0',37,0,''),(461,17,36,0,'0','0',37,0,''),(462,17,193,0,'0','0',37,0,''),(463,17,37,0,'0','0',37,0,''),(464,17,7,0,'0','0',37,0,''),(465,17,18,0,'0','0',37,0,''),(466,17,17,0,'0','0',37,0,''),(467,18,3,0,'0','0',37,0,''),(468,18,236,0,'0','0',37,0,''),(469,18,16,0,'0','0',37,0,''),(470,18,20,0,'0','0',37,0,''),(471,18,1,0,'0','0',37,0,''),(472,18,86,0,'0','0',37,0,''),(473,18,9,0,'0','0',37,0,''),(474,18,74,0,'0','0',37,0,''),(475,18,6,0,'0','0',37,0,''),(476,18,8,0,'0','0',37,0,''),(477,18,26,0,'0','0',37,0,''),(478,18,10,0,'0','0',37,0,''),(479,18,76,0,'0','0',37,0,''),(480,18,125,0,'0','0',37,0,''),(481,18,131,0,'0','0',37,0,''),(482,18,12,0,'0','0',37,0,''),(483,18,143,0,'0','0',37,0,''),(484,18,139,0,'0','0',37,0,''),(485,18,13,0,'0','0',37,0,''),(486,18,2,0,'0','0',37,0,''),(487,18,14,0,'0','0',37,0,''),(488,18,15,0,'0','0',37,0,''),(489,18,36,0,'0','0',37,0,''),(490,18,193,0,'0','0',37,0,''),(491,18,37,0,'0','0',37,0,''),(492,18,7,0,'0','0',37,0,''),(493,18,18,0,'0','0',37,0,''),(494,18,17,0,'0','0',37,0,''),(495,19,3,0,'0','0',37,0,''),(496,19,236,0,'0','0',37,0,''),(497,19,16,0,'0','0',37,0,''),(498,19,20,0,'0','0',37,0,''),(499,19,1,0,'0','0',37,0,''),(500,19,86,0,'0','0',37,0,''),(501,19,9,0,'0','0',37,0,''),(502,19,74,0,'0','0',37,0,''),(503,19,6,0,'0','0',37,0,''),(504,19,8,0,'0','0',37,0,''),(505,19,26,0,'0','0',37,0,''),(506,19,10,0,'0','0',37,0,''),(507,19,76,0,'0','0',37,0,''),(508,19,125,0,'0','0',37,0,''),(509,19,131,0,'0','0',37,0,''),(510,19,12,0,'0','0',37,0,''),(511,19,143,0,'0','0',37,0,''),(512,19,139,0,'0','0',37,0,''),(513,19,13,0,'0','0',37,0,''),(514,19,2,0,'0','0',37,0,''),(515,19,14,0,'0','0',37,0,''),(516,19,15,0,'0','0',37,0,''),(517,19,36,0,'0','0',37,0,''),(518,19,193,0,'0','0',37,0,''),(519,19,37,0,'0','0',37,0,''),(520,19,7,0,'0','0',37,0,''),(521,19,18,0,'0','0',37,0,''),(522,19,17,0,'0','0',37,0,''),(523,20,25,0,'0','0',38,0,''),(524,21,3,0,'0','0',25,0,''),(525,21,236,0,'0','0',25,0,''),(526,21,16,0,'0','0',25,0,''),(527,21,20,0,'0','0',25,0,''),(528,21,1,0,'0','0',25,0,''),(529,21,86,0,'0','0',25,0,''),(530,21,9,0,'0','0',25,0,''),(531,21,74,0,'0','0',25,0,''),(532,21,6,0,'0','0',25,0,''),(533,21,8,0,'0','0',25,0,''),(534,21,26,0,'0','0',25,0,''),(535,21,10,0,'0','0',25,0,''),(536,21,76,0,'0','0',25,0,''),(537,21,125,0,'0','0',25,0,''),(538,21,131,0,'0','0',25,0,''),(539,21,12,0,'0','0',25,0,''),(540,21,143,0,'0','0',25,0,''),(541,21,139,0,'0','0',25,0,''),(542,21,13,0,'0','0',25,0,''),(543,21,2,0,'0','0',25,0,''),(544,21,14,0,'0','0',25,0,''),(545,21,15,0,'0','0',25,0,''),(546,21,36,0,'0','0',25,0,''),(547,21,193,0,'0','0',25,0,''),(548,21,37,0,'0','0',25,0,''),(549,21,7,0,'0','0',25,0,''),(550,21,18,0,'0','0',25,0,''),(551,21,17,0,'0','0',25,0,''),(552,22,3,0,'0','0',39,0,''),(553,22,236,0,'0','0',39,0,''),(554,22,16,0,'0','0',39,0,''),(555,22,20,0,'0','0',39,0,''),(556,22,1,0,'0','0',39,0,''),(557,22,86,0,'0','0',39,0,''),(558,22,9,0,'0','0',39,0,''),(559,22,74,0,'0','0',39,0,''),(560,22,6,0,'0','0',39,0,''),(561,22,8,0,'0','0',39,0,''),(562,22,26,0,'0','0',39,0,''),(563,22,10,0,'0','0',39,0,''),(564,22,76,0,'0','0',39,0,''),(565,22,125,0,'0','0',39,0,''),(566,22,131,0,'0','0',39,0,''),(567,22,12,0,'0','0',39,0,''),(568,22,143,0,'0','0',39,0,''),(569,22,139,0,'0','0',39,0,''),(570,22,13,0,'0','0',39,0,''),(571,22,2,0,'0','0',39,0,''),(572,22,14,0,'0','0',39,0,''),(573,22,15,0,'0','0',39,0,''),(574,22,36,0,'0','0',39,0,''),(575,22,193,0,'0','0',39,0,''),(576,22,37,0,'0','0',39,0,''),(577,22,7,0,'0','0',39,0,''),(578,22,18,0,'0','0',39,0,''),(579,22,17,0,'0','0',39,0,''),(580,23,3,0,'0','0',40,0,''),(581,23,236,0,'0','0',40,0,''),(582,23,16,0,'0','0',40,0,''),(583,23,20,0,'0','0',40,0,''),(584,23,1,0,'0','0',40,0,''),(585,23,86,0,'0','0',40,0,''),(586,23,9,0,'0','0',40,0,''),(587,23,74,0,'0','0',40,0,''),(588,23,6,0,'0','0',40,0,''),(589,23,8,0,'0','0',40,0,''),(590,23,10,0,'0','0',40,0,''),(591,23,76,0,'0','0',40,0,''),(592,23,125,0,'0','0',40,0,''),(593,23,131,0,'0','0',40,0,''),(594,23,12,0,'0','0',40,0,''),(595,23,143,0,'0','0',40,0,''),(596,23,139,0,'0','0',40,0,''),(597,23,13,0,'0','0',40,0,''),(598,23,2,0,'0','0',40,0,''),(599,23,14,0,'0','0',40,0,''),(600,23,15,0,'0','0',40,0,''),(601,23,36,0,'0','0',40,0,''),(602,23,193,0,'0','0',40,0,''),(603,23,37,0,'0','0',40,0,''),(604,23,7,0,'0','0',40,0,''),(605,23,18,0,'0','0',40,0,''),(606,23,17,0,'0','0',40,0,''),(607,24,3,0,'0','0',41,0,''),(608,24,236,0,'0','0',41,0,''),(609,24,16,0,'0','0',41,0,''),(610,24,20,0,'0','0',41,0,''),(611,24,1,0,'0','0',41,0,''),(612,24,86,0,'0','0',41,0,''),(613,24,9,0,'0','0',41,0,''),(614,24,74,0,'0','0',41,0,''),(615,24,6,0,'0','0',41,0,''),(616,24,8,0,'0','0',41,0,''),(617,24,10,0,'0','0',41,0,''),(618,24,76,0,'0','0',41,0,''),(619,24,125,0,'0','0',41,0,''),(620,24,131,0,'0','0',41,0,''),(621,24,12,0,'0','0',41,0,''),(622,24,143,0,'0','0',41,0,''),(623,24,139,0,'0','0',41,0,''),(624,24,13,0,'0','0',41,0,''),(625,24,2,0,'0','0',41,0,''),(626,24,14,0,'0','0',41,0,''),(627,24,15,0,'0','0',41,0,''),(628,24,36,0,'0','0',41,0,''),(629,24,193,0,'0','0',41,0,''),(630,24,37,0,'0','0',41,0,''),(631,24,7,0,'0','0',41,0,''),(632,24,18,0,'0','0',41,0,''),(633,24,17,0,'0','0',41,0,''),(634,25,3,0,'0','0',13,0,''),(635,25,236,0,'0','0',13,0,''),(636,25,16,0,'0','0',13,0,''),(637,25,20,0,'0','0',13,0,''),(638,25,1,0,'0','0',13,0,''),(639,25,86,0,'0','0',13,0,''),(640,25,9,0,'0','0',13,0,''),(641,25,74,0,'0','0',13,0,''),(642,25,6,0,'0','0',13,0,''),(643,25,8,0,'0','0',13,0,''),(644,25,26,0,'0','0',13,0,''),(645,25,10,0,'0','0',13,0,''),(646,25,76,0,'0','0',13,0,''),(647,25,125,0,'0','0',13,0,''),(648,25,131,0,'0','0',13,0,''),(649,25,12,0,'0','0',13,0,''),(650,25,143,0,'0','0',13,0,''),(651,25,139,0,'0','0',13,0,''),(652,25,13,0,'0','0',13,0,''),(653,25,2,0,'0','0',13,0,''),(654,25,14,0,'0','0',13,0,''),(655,25,15,0,'0','0',13,0,''),(656,25,36,0,'0','0',13,0,''),(657,25,193,0,'0','0',13,0,''),(658,25,37,0,'0','0',13,0,''),(659,25,7,0,'0','0',13,0,''),(660,25,18,0,'0','0',13,0,''),(661,25,17,0,'0','0',13,0,''),(662,26,3,0,'0','0',42,0,''),(663,26,236,0,'0','0',42,0,''),(664,26,16,0,'0','0',42,0,''),(665,26,20,0,'0','0',42,0,''),(666,26,1,0,'0','0',42,0,''),(667,26,86,0,'0','0',42,0,''),(668,26,9,0,'0','0',42,0,''),(669,26,74,0,'0','0',42,0,''),(670,26,6,0,'0','0',42,0,''),(671,26,8,0,'0','0',42,0,''),(672,26,26,0,'0','0',42,0,''),(673,26,10,0,'0','0',42,0,''),(674,26,76,0,'0','0',42,0,''),(675,26,125,0,'0','0',42,0,''),(676,26,131,0,'0','0',42,0,''),(677,26,12,0,'0','0',42,0,''),(678,26,143,0,'0','0',42,0,''),(679,26,139,0,'0','0',42,0,''),(680,26,13,0,'0','0',42,0,''),(681,26,2,0,'0','0',42,0,''),(682,26,14,0,'0','0',42,0,''),(683,26,15,0,'0','0',42,0,''),(684,26,36,0,'0','0',42,0,''),(685,26,193,0,'0','0',42,0,''),(686,26,37,0,'0','0',42,0,''),(687,26,7,0,'0','0',42,0,''),(688,26,18,0,'0','0',42,0,''),(689,26,17,0,'0','0',42,0,''),(690,27,3,0,'0','0',43,0,''),(691,27,236,0,'0','0',43,0,''),(692,27,16,0,'0','0',43,0,''),(693,27,20,0,'0','0',43,0,''),(694,27,1,0,'0','0',43,0,''),(695,27,86,0,'0','0',43,0,''),(696,27,9,0,'0','0',43,0,''),(697,27,74,0,'0','0',43,0,''),(698,27,6,0,'0','0',43,0,''),(699,27,8,0,'0','0',43,0,''),(700,27,26,0,'0','0',43,0,''),(701,27,10,0,'0','0',43,0,''),(702,27,76,0,'0','0',43,0,''),(703,27,125,0,'0','0',43,0,''),(704,27,131,0,'0','0',43,0,''),(705,27,12,0,'0','0',43,0,''),(706,27,143,0,'0','0',43,0,''),(707,27,139,0,'0','0',43,0,''),(708,27,13,0,'0','0',43,0,''),(709,27,2,0,'0','0',43,0,''),(710,27,14,0,'0','0',43,0,''),(711,27,15,0,'0','0',43,0,''),(712,27,36,0,'0','0',43,0,''),(713,27,193,0,'0','0',43,0,''),(714,27,37,0,'0','0',43,0,''),(715,27,7,0,'0','0',43,0,''),(716,27,18,0,'0','0',43,0,''),(717,27,17,0,'0','0',43,0,''),(718,28,3,0,'0','0',42,0,''),(719,28,236,0,'0','0',42,0,''),(720,28,16,0,'0','0',42,0,''),(721,28,20,0,'0','0',42,0,''),(722,28,1,0,'0','0',42,0,''),(723,28,86,0,'0','0',42,0,''),(724,28,9,0,'0','0',42,0,''),(725,28,74,0,'0','0',42,0,''),(726,28,6,0,'0','0',42,0,''),(727,28,8,0,'0','0',42,0,''),(728,28,26,0,'0','0',42,0,''),(729,28,10,0,'0','0',42,0,''),(730,28,76,0,'0','0',42,0,''),(731,28,125,0,'0','0',42,0,''),(732,28,131,0,'0','0',42,0,''),(733,28,12,0,'0','0',42,0,''),(734,28,143,0,'0','0',42,0,''),(735,28,139,0,'0','0',42,0,''),(736,28,13,0,'0','0',42,0,''),(737,28,2,0,'0','0',42,0,''),(738,28,14,0,'0','0',42,0,''),(739,28,15,0,'0','0',42,0,''),(740,28,36,0,'0','0',42,0,''),(741,28,193,0,'0','0',42,0,''),(742,28,37,0,'0','0',42,0,''),(743,28,7,0,'0','0',42,0,''),(744,28,18,0,'0','0',42,0,''),(745,28,17,0,'0','0',42,0,''),(746,29,3,0,'0','0',43,0,''),(747,29,236,0,'0','0',43,0,''),(748,29,16,0,'0','0',43,0,''),(749,29,20,0,'0','0',43,0,''),(750,29,1,0,'0','0',43,0,''),(751,29,86,0,'0','0',43,0,''),(752,29,9,0,'0','0',43,0,''),(753,29,74,0,'0','0',43,0,''),(754,29,6,0,'0','0',43,0,''),(755,29,8,0,'0','0',43,0,''),(756,29,26,0,'0','0',43,0,''),(757,29,10,0,'0','0',43,0,''),(758,29,76,0,'0','0',43,0,''),(759,29,125,0,'0','0',43,0,''),(760,29,131,0,'0','0',43,0,''),(761,29,12,0,'0','0',43,0,''),(762,29,143,0,'0','0',43,0,''),(763,29,139,0,'0','0',43,0,''),(764,29,13,0,'0','0',43,0,''),(765,29,2,0,'0','0',43,0,''),(766,29,14,0,'0','0',43,0,''),(767,29,15,0,'0','0',43,0,''),(768,29,36,0,'0','0',43,0,''),(769,29,193,0,'0','0',43,0,''),(770,29,37,0,'0','0',43,0,''),(771,29,7,0,'0','0',43,0,''),(772,29,18,0,'0','0',43,0,''),(773,29,17,0,'0','0',43,0,''),(774,30,3,0,'0','0',9,0,''),(775,30,236,0,'0','0',9,0,''),(776,30,16,0,'0','0',9,0,''),(777,30,20,0,'0','0',9,0,''),(778,30,1,0,'0','0',9,0,''),(779,30,86,0,'0','0',9,0,''),(780,30,9,0,'0','0',9,0,''),(781,30,74,0,'0','0',9,0,''),(782,30,6,0,'0','0',9,0,''),(783,30,8,0,'0','0',9,0,''),(784,30,26,0,'0','0',9,0,''),(785,30,10,0,'0','0',9,0,''),(786,30,76,0,'0','0',9,0,''),(787,30,125,0,'0','0',9,0,''),(788,30,131,0,'0','0',9,0,''),(789,30,12,0,'0','0',9,0,''),(790,30,143,0,'0','0',9,0,''),(791,30,139,0,'0','0',9,0,''),(792,30,13,0,'0','0',9,0,''),(793,30,2,0,'0','0',9,0,''),(794,30,14,0,'0','0',9,0,''),(795,30,15,0,'0','0',9,0,''),(796,30,36,0,'0','0',9,0,''),(797,30,193,0,'0','0',9,0,''),(798,30,37,0,'0','0',9,0,''),(799,30,7,0,'0','0',9,0,''),(800,30,18,0,'0','0',9,0,''),(801,30,17,0,'0','0',9,0,''),(802,31,3,0,'0','0',44,0,''),(803,31,236,0,'0','0',44,0,''),(804,31,16,0,'0','0',44,0,''),(805,31,20,0,'0','0',44,0,''),(806,31,1,0,'0','0',44,0,''),(807,31,86,0,'0','0',44,0,''),(808,31,9,0,'0','0',44,0,''),(809,31,74,0,'0','0',44,0,''),(810,31,6,0,'0','0',44,0,''),(811,31,8,0,'0','0',44,0,''),(812,31,26,0,'0','0',44,0,''),(813,31,10,0,'0','0',44,0,''),(814,31,76,0,'0','0',44,0,''),(815,31,125,0,'0','0',44,0,''),(816,31,131,0,'0','0',44,0,''),(817,31,12,0,'0','0',44,0,''),(818,31,143,0,'0','0',44,0,''),(819,31,139,0,'0','0',44,0,''),(820,31,13,0,'0','0',44,0,''),(821,31,2,0,'0','0',44,0,''),(822,31,14,0,'0','0',44,0,''),(823,31,15,0,'0','0',44,0,''),(824,31,36,0,'0','0',44,0,''),(825,31,193,0,'0','0',44,0,''),(826,31,37,0,'0','0',44,0,''),(827,31,7,0,'0','0',44,0,''),(828,31,18,0,'0','0',44,0,''),(829,31,17,0,'0','0',44,0,''),(830,32,3,0,'0','0',44,0,''),(831,32,236,0,'0','0',44,0,''),(832,32,16,0,'0','0',44,0,''),(833,32,20,0,'0','0',44,0,''),(834,32,1,0,'0','0',44,0,''),(835,32,86,0,'0','0',44,0,''),(836,32,9,0,'0','0',44,0,''),(837,32,74,0,'0','0',44,0,''),(838,32,6,0,'0','0',44,0,''),(839,32,8,0,'0','0',44,0,''),(840,32,26,0,'0','0',44,0,''),(841,32,10,0,'0','0',44,0,''),(842,32,76,0,'0','0',44,0,''),(843,32,125,0,'0','0',44,0,''),(844,32,131,0,'0','0',44,0,''),(845,32,12,0,'0','0',44,0,''),(846,32,143,0,'0','0',44,0,''),(847,32,139,0,'0','0',44,0,''),(848,32,13,0,'0','0',44,0,''),(849,32,2,0,'0','0',44,0,''),(850,32,14,0,'0','0',44,0,''),(851,32,15,0,'0','0',44,0,''),(852,32,36,0,'0','0',44,0,''),(853,32,193,0,'0','0',44,0,''),(854,32,37,0,'0','0',44,0,''),(855,32,7,0,'0','0',44,0,''),(856,32,18,0,'0','0',44,0,''),(857,32,17,0,'0','0',44,0,''),(858,33,3,0,'0','0',44,0,''),(859,33,236,0,'0','0',44,0,''),(860,33,16,0,'0','0',44,0,''),(861,33,20,0,'0','0',44,0,''),(862,33,1,0,'0','0',44,0,''),(863,33,86,0,'0','0',44,0,''),(864,33,9,0,'0','0',44,0,''),(865,33,74,0,'0','0',44,0,''),(866,33,6,0,'0','0',44,0,''),(867,33,8,0,'0','0',44,0,''),(868,33,26,0,'0','0',44,0,''),(869,33,10,0,'0','0',44,0,''),(870,33,76,0,'0','0',44,0,''),(871,33,125,0,'0','0',44,0,''),(872,33,131,0,'0','0',44,0,''),(873,33,12,0,'0','0',44,0,''),(874,33,143,0,'0','0',44,0,''),(875,33,139,0,'0','0',44,0,''),(876,33,13,0,'0','0',44,0,''),(877,33,2,0,'0','0',44,0,''),(878,33,14,0,'0','0',44,0,''),(879,33,15,0,'0','0',44,0,''),(880,33,36,0,'0','0',44,0,''),(881,33,193,0,'0','0',44,0,''),(882,33,37,0,'0','0',44,0,''),(883,33,7,0,'0','0',44,0,''),(884,33,18,0,'0','0',44,0,''),(885,33,17,0,'0','0',44,0,''),(886,34,3,0,'0','0',14,0,''),(887,34,236,0,'0','0',14,0,''),(888,34,16,0,'0','0',14,0,''),(889,34,20,0,'0','0',14,0,''),(890,34,1,0,'0','0',14,0,''),(891,34,86,0,'0','0',14,0,''),(892,34,9,0,'0','0',14,0,''),(893,34,74,0,'0','0',14,0,''),(894,34,6,0,'0','0',14,0,''),(895,34,8,0,'0','0',14,0,''),(896,34,26,0,'0','0',14,0,''),(897,34,10,0,'0','0',14,0,''),(898,34,76,0,'0','0',14,0,''),(899,34,125,0,'0','0',14,0,''),(900,34,131,0,'0','0',14,0,''),(901,34,12,0,'0','0',14,0,''),(902,34,143,0,'0','0',14,0,''),(903,34,139,0,'0','0',14,0,''),(904,34,13,0,'0','0',14,0,''),(905,34,2,0,'0','0',14,0,''),(906,34,14,0,'0','0',14,0,''),(907,34,15,0,'0','0',14,0,''),(908,34,36,0,'0','0',14,0,''),(909,34,193,0,'0','0',14,0,''),(910,34,37,0,'0','0',14,0,''),(911,34,7,0,'0','0',14,0,''),(912,34,18,0,'0','0',14,0,''),(913,34,17,0,'0','0',14,0,''),(914,35,3,0,'0','0',45,0,''),(915,35,236,0,'0','0',45,0,''),(916,35,16,0,'0','0',45,0,''),(917,35,20,0,'0','0',45,0,''),(918,35,1,0,'0','0',45,0,''),(919,35,86,0,'0','0',45,0,''),(920,35,9,0,'0','0',45,0,''),(921,35,74,0,'0','0',45,0,''),(922,35,6,0,'0','0',45,0,''),(923,35,8,0,'0','0',45,0,''),(924,35,26,0,'0','0',45,0,''),(925,35,10,0,'0','0',45,0,''),(926,35,76,0,'0','0',45,0,''),(927,35,125,0,'0','0',45,0,''),(928,35,131,0,'0','0',45,0,''),(929,35,12,0,'0','0',45,0,''),(930,35,143,0,'0','0',45,0,''),(931,35,139,0,'0','0',45,0,''),(932,35,13,0,'0','0',45,0,''),(933,35,2,0,'0','0',45,0,''),(934,35,14,0,'0','0',45,0,''),(935,35,15,0,'0','0',45,0,''),(936,35,36,0,'0','0',45,0,''),(937,35,193,0,'0','0',45,0,''),(938,35,37,0,'0','0',45,0,''),(939,35,7,0,'0','0',45,0,''),(940,35,18,0,'0','0',45,0,''),(941,35,17,0,'0','0',45,0,''),(942,36,3,0,'0','0',46,0,''),(943,36,236,0,'0','0',46,0,''),(944,36,16,0,'0','0',46,0,''),(945,36,20,0,'0','0',46,0,''),(946,36,1,0,'0','0',46,0,''),(947,36,86,0,'0','0',46,0,''),(948,36,9,0,'0','0',46,0,''),(949,36,74,0,'0','0',46,0,''),(950,36,6,0,'0','0',46,0,''),(951,36,8,0,'0','0',46,0,''),(952,36,26,0,'0','0',46,0,''),(953,36,10,0,'0','0',46,0,''),(954,36,76,0,'0','0',46,0,''),(955,36,125,0,'0','0',46,0,''),(956,36,131,0,'0','0',46,0,''),(957,36,12,0,'0','0',46,0,''),(958,36,143,0,'0','0',46,0,''),(959,36,139,0,'0','0',46,0,''),(960,36,13,0,'0','0',46,0,''),(961,36,2,0,'0','0',46,0,''),(962,36,14,0,'0','0',46,0,''),(963,36,15,0,'0','0',46,0,''),(964,36,36,0,'0','0',46,0,''),(965,36,193,0,'0','0',46,0,''),(966,36,37,0,'0','0',46,0,''),(967,36,7,0,'0','0',46,0,''),(968,36,18,0,'0','0',46,0,''),(969,36,17,0,'0','0',46,0,''),(970,37,3,0,'0','0',47,0,''),(971,37,236,0,'0','0',47,0,''),(972,37,16,0,'0','0',47,0,''),(973,37,20,0,'0','0',47,0,''),(974,37,1,0,'0','0',47,0,''),(975,37,86,0,'0','0',47,0,''),(976,37,9,0,'0','0',47,0,''),(977,37,74,0,'0','0',47,0,''),(978,37,6,0,'0','0',47,0,''),(979,37,8,0,'0','0',47,0,''),(980,37,26,0,'0','0',47,0,''),(981,37,10,0,'0','0',47,0,''),(982,37,76,0,'0','0',47,0,''),(983,37,125,0,'0','0',47,0,''),(984,37,131,0,'0','0',47,0,''),(985,37,12,0,'0','0',47,0,''),(986,37,143,0,'0','0',47,0,''),(987,37,139,0,'0','0',47,0,''),(988,37,13,0,'0','0',47,0,''),(989,37,2,0,'0','0',47,0,''),(990,37,14,0,'0','0',47,0,''),(991,37,15,0,'0','0',47,0,''),(992,37,36,0,'0','0',47,0,''),(993,37,193,0,'0','0',47,0,''),(994,37,37,0,'0','0',47,0,''),(995,37,7,0,'0','0',47,0,''),(996,37,18,0,'0','0',47,0,''),(997,37,17,0,'0','0',47,0,''),(998,38,11,0,'0','0',48,0,''),(999,39,11,0,'0','0',49,0,''),(1000,40,11,0,'0','0',50,0,''),(1001,41,21,4,'0','0',52,1,''),(1002,42,21,5,'0','0',53,1,''),(1003,43,21,6,'0','0',54,1,''),(1004,44,21,7,'0','0',55,1,''),(1005,45,21,8,'0','0',56,1,''),(1006,46,21,9,'0','0',57,1,''),(1007,47,21,10,'0','0',58,1,''),(1008,48,21,11,'0','0',59,1,''),(1009,49,21,12,'0','0',60,1,''),(1010,50,21,13,'0','0',61,1,''),(1011,51,21,14,'0','0',62,1,''),(1012,52,21,15,'0','0',63,1,''),(1013,53,21,16,'0','0',64,1,''),(1014,54,21,17,'0','0',65,1,''),(1015,55,21,18,'0','0',66,1,''),(1016,56,21,19,'0','0',67,1,''),(1017,57,21,20,'0','0',68,1,''),(1018,58,21,21,'0','0',69,1,''),(1019,59,21,22,'0','0',70,1,''),(1020,60,21,23,'0','0',71,1,''),(1021,61,21,24,'0','0',72,1,''),(1022,62,21,25,'0','0',73,1,''),(1023,63,21,26,'0','0',74,1,''),(1024,64,21,27,'0','0',75,1,''),(1025,65,21,28,'0','0',76,1,''),(1026,66,21,29,'0','0',77,1,''),(1027,67,21,30,'0','0',78,1,''),(1028,68,21,31,'0','0',79,1,''),(1029,69,21,32,'0','0',80,1,''),(1030,70,21,33,'0','0',81,1,''),(1031,71,21,34,'0','0',82,1,''),(1032,72,21,35,'0','0',83,1,''),(1033,73,21,36,'0','0',84,1,''),(1034,74,21,37,'0','0',85,1,''),(1035,75,21,38,'0','0',86,1,''),(1036,76,21,39,'0','0',87,1,''),(1037,77,21,40,'0','0',88,1,''),(1038,78,21,41,'0','0',89,1,''),(1039,79,21,42,'0','0',90,1,''),(1040,80,21,43,'0','0',91,1,''),(1041,81,21,44,'0','0',92,1,''),(1042,82,21,45,'0','0',93,1,''),(1043,83,21,46,'0','0',94,1,''),(1044,84,21,47,'0','0',95,1,''),(1045,85,21,48,'0','0',96,1,''),(1046,86,21,49,'0','0',97,1,''),(1047,87,21,50,'0','0',98,1,''),(1048,88,21,51,'0','0',99,1,''),(1049,89,21,52,'0','0',100,1,''),(1050,90,21,53,'0','0',101,1,''),(1051,91,21,54,'0','0',102,1,''),(1052,92,21,56,'0','0',103,1,''),(1053,93,3,0,'0','0',10,0,''),(1054,93,236,0,'0','0',10,0,''),(1055,93,16,0,'0','0',10,0,''),(1056,93,20,0,'0','0',10,0,''),(1057,93,1,0,'0','0',10,0,''),(1058,93,86,0,'0','0',10,0,''),(1059,93,9,0,'0','0',10,0,''),(1060,93,74,0,'0','0',10,0,''),(1061,93,6,0,'0','0',10,0,''),(1062,93,8,0,'0','0',10,0,''),(1063,93,148,0,'0','0',10,0,''),(1064,93,26,0,'0','0',10,0,''),(1065,93,10,0,'0','0',10,0,''),(1066,93,76,0,'0','0',10,0,''),(1067,93,125,0,'0','0',10,0,''),(1068,93,131,0,'0','0',10,0,''),(1069,93,12,0,'0','0',10,0,''),(1070,93,143,0,'0','0',10,0,''),(1071,93,139,0,'0','0',10,0,''),(1072,93,13,0,'0','0',10,0,''),(1073,93,2,0,'0','0',10,0,''),(1074,93,14,0,'0','0',10,0,''),(1075,93,15,0,'0','0',10,0,''),(1076,93,36,0,'0','0',10,0,''),(1077,93,193,0,'0','0',10,0,''),(1078,93,37,0,'0','0',10,0,''),(1079,93,7,0,'0','0',10,0,''),(1080,93,18,0,'0','0',10,0,''),(1081,93,17,0,'0','0',10,0,''); -/*!40000 ALTER TABLE `ps_tax_rule` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_rules_group` --- - -DROP TABLE IF EXISTS `ps_tax_rules_group`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_rules_group` ( - `id_tax_rules_group` int(11) NOT NULL AUTO_INCREMENT, - `name` varchar(50) NOT NULL, - `active` int(11) NOT NULL, - `deleted` tinyint(1) unsigned NOT NULL, - `date_add` datetime NOT NULL, - `date_upd` datetime NOT NULL, - PRIMARY KEY (`id_tax_rules_group`) -) ENGINE=InnoDB AUTO_INCREMENT=94 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_rules_group` --- - -LOCK TABLES `ps_tax_rules_group` WRITE; -/*!40000 ALTER TABLE `ps_tax_rules_group` DISABLE KEYS */; -INSERT INTO `ps_tax_rules_group` VALUES (1,'LT Standard Rate (21%)',1,0,'2020-11-03 14:10:29','2020-11-03 14:10:29'),(2,'LT Reduced Rate (9%)',1,0,'2020-11-03 14:10:29','2020-11-03 14:10:29'),(3,'LT Super Reduced Rate (5%)',1,0,'2020-11-03 14:10:29','2020-11-03 14:10:29'),(4,'LT Foodstuff Rate (21%)',1,0,'2020-11-03 14:10:29','2020-11-03 14:10:29'),(5,'LT Books Rate (9%)',1,0,'2020-11-03 14:10:29','2020-11-03 14:10:29'),(6,'EU VAT For Virtual Products',1,0,'2020-11-03 14:10:29','2020-11-03 14:10:29'),(7,'NL Standard Rate (21%)',1,0,'2020-11-19 09:57:59','2020-11-19 09:57:59'),(8,'NL Reduced Rate (9%)',1,0,'2020-11-19 09:57:59','2020-11-19 09:57:59'),(9,'NL Foodstuff Rate (9%)',1,0,'2020-11-19 09:57:59','2020-11-19 09:57:59'),(10,'NL Books Rate (9%)',1,0,'2020-11-19 09:57:59','2020-11-19 09:57:59'),(11,'BE Standard Rate (21%)',1,0,'2021-01-28 14:01:41','2021-01-28 14:01:41'),(12,'BE Reduced Rate (12%)',1,0,'2021-01-28 14:01:41','2021-01-28 14:01:41'),(13,'BE Super Reduced Rate (6%)',1,0,'2021-01-28 14:01:42','2021-01-28 14:01:42'),(14,'BE Foodstuff Rate (6%)',1,0,'2021-01-28 14:01:42','2021-01-28 14:01:42'),(15,'BE Books Rate (6%)',1,0,'2021-01-28 14:01:42','2021-01-28 14:01:42'),(16,'DE Standard Rate (16%)',1,0,'2021-02-11 18:14:34','2021-02-11 18:14:34'),(17,'DE Reduced Rate (5%)',1,0,'2021-02-11 18:14:34','2021-02-11 18:14:34'),(18,'DE Foodstuff Rate (5%)',1,0,'2021-02-11 18:14:34','2021-02-11 18:14:34'),(19,'DE Books Rate (5%)',1,0,'2021-02-11 18:14:34','2021-02-11 18:14:34'),(20,'SG Standard Rate (7%)',1,0,'2021-02-18 12:58:50','2021-02-18 12:58:50'),(21,'PL Standard Rate (23%)',1,0,'2021-03-18 13:41:59','2021-03-18 13:41:59'),(22,'PL Reduced Rate (8%)',1,0,'2021-03-18 13:41:59','2021-03-18 13:41:59'),(23,'PL Reduced Rate (5%)',1,0,'2021-03-18 13:41:59','2021-03-18 13:41:59'),(24,'PL Exempted Rate (0%)',1,0,'2021-03-18 13:41:59','2021-03-18 13:41:59'),(25,'FI Standard Rate (24%)',1,0,'2021-07-09 09:27:16','2021-07-09 09:27:16'),(26,'FI Reduced Rate (14%)',1,0,'2021-07-09 09:27:16','2021-07-09 09:27:16'),(27,'FI Super Reduced Rate (10%)',1,0,'2021-07-09 09:27:16','2021-07-09 09:27:16'),(28,'FI Foodstuff Rate (14%)',1,0,'2021-07-09 09:27:16','2021-07-09 09:27:16'),(29,'FI Books Rate (10%)',1,0,'2021-07-09 09:27:16','2021-07-09 09:27:16'),(30,'DE Standard Rate (19%)',1,0,'2021-08-12 10:29:54','2021-08-12 10:29:54'),(31,'DE Reduced Rate (7%)',1,0,'2021-08-12 10:29:54','2021-08-12 10:29:54'),(32,'DE Foodstuff Rate (7%)',1,0,'2021-08-12 10:29:54','2021-08-12 10:29:54'),(33,'DE Books Rate (7%)',1,0,'2021-08-12 10:29:54','2021-08-12 10:29:54'),(34,'FR Taux standard (20%)',1,0,'2021-08-19 10:17:27','2021-08-19 10:17:27'),(35,'FR Taux réduit (10%)',1,0,'2021-08-19 10:17:27','2021-08-19 10:17:27'),(36,'FR Taux réduit (5.5%)',1,0,'2021-08-19 10:17:27','2021-08-19 10:17:27'),(37,'FR Taux super réduit (2.1%)',1,0,'2021-08-19 10:17:27','2021-08-19 10:17:27'),(38,'JP Standard Rate (10%)',1,0,'2021-08-19 10:35:10','2021-08-19 10:35:10'),(39,'JP Reduced Rate (8%)',1,0,'2021-08-19 10:35:10','2021-08-19 10:35:10'),(40,'JP Zero Rate (0%)',1,0,'2021-08-19 10:35:10','2021-08-19 10:35:10'),(41,'US-AL Rate (4%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(42,'US-AK Rate (0%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(43,'US-AZ Rate (6.6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(44,'US-AR Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(45,'US-CA Rate (8.25%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(46,'US-CO Rate (2.9%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(47,'US-CT Rate (0%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(48,'US-DE Rate (0%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(49,'US-FL Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(50,'US-GA Rate (4%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(51,'US-HI Rate (4%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(52,'US-ID Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(53,'US-IL Rate (6.25%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(54,'US-IN Rate (7%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(55,'US-IA Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(56,'US-KS Rate (5.3%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(57,'US-KY Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(58,'US-LA Rate (4%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(59,'US-ME Rate (5%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(60,'US-MD Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(61,'US-MA Rate (6.25%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(62,'US-MI Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(63,'US-MN Rate (6.875%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(64,'US-MS Rate (7%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(65,'US-MO Rate (4.225%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(66,'US-MT Rate (0%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(67,'US-NE Rate (5.5%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(68,'US-NV Rate (6.85%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(69,'US-NH Rate (0%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(70,'US-NJ Rate (7%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(71,'US-NM Rate (5.125%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(72,'US-NY Rate (4%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(73,'US-NC Rate (5.5%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(74,'US-ND Rate (5%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(75,'US-OH Rate (5.5%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(76,'US-OK Rate (4.5%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(77,'US-OR Rate (0%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(78,'US-PA Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(79,'US-RI Rate (7%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(80,'US-SC Rate (6%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(81,'US-SD Rate (4%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(82,'US-TN Rate (7%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(83,'US-TX Rate (6.25%)',1,0,'2022-09-02 12:22:47','2022-09-02 12:22:47'),(84,'US-UT Rate (4.75%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(85,'US-VT Rate (6%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(86,'US-VA Rate (4%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(87,'US-WA Rate (6.5%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(88,'US-WV Rate (6%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(89,'US-WI Rate (5%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(90,'US-WY Rate (4%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(91,'US-PR Rate (5.5%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(92,'US-DC Rate (6%)',1,0,'2022-09-02 12:22:48','2022-09-02 12:22:48'),(93,'DK Standard Rate (25%)',1,0,'2022-11-22 10:55:40','2022-11-22 10:55:40'); -/*!40000 ALTER TABLE `ps_tax_rules_group` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_tax_rules_group_shop` --- - -DROP TABLE IF EXISTS `ps_tax_rules_group_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_tax_rules_group_shop` ( - `id_tax_rules_group` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_tax_rules_group`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_tax_rules_group_shop` --- - -LOCK TABLES `ps_tax_rules_group_shop` WRITE; -/*!40000 ALTER TABLE `ps_tax_rules_group_shop` DISABLE KEYS */; -INSERT INTO `ps_tax_rules_group_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(9,1),(10,1),(11,1),(12,1),(13,1),(14,1),(15,1),(16,1),(17,1),(18,1),(19,1),(20,1),(21,1),(22,1),(23,1),(24,1),(25,1),(26,1),(27,1),(28,1),(29,1),(30,1),(31,1),(32,1),(33,1),(34,1),(35,1),(36,1),(37,1),(38,1),(39,1),(40,1),(41,1),(42,1),(43,1),(44,1),(45,1),(46,1),(47,1),(48,1),(49,1),(50,1),(51,1),(52,1),(53,1),(54,1),(55,1),(56,1),(57,1),(58,1),(59,1),(60,1),(61,1),(62,1),(63,1),(64,1),(65,1),(66,1),(67,1),(68,1),(69,1),(70,1),(71,1),(72,1),(73,1),(74,1),(75,1),(76,1),(77,1),(78,1),(79,1),(80,1),(81,1),(82,1),(83,1),(84,1),(85,1),(86,1),(87,1),(88,1),(89,1),(90,1),(91,1),(92,1),(93,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2),(7,2),(8,2),(9,2),(10,2),(16,2),(17,2),(18,2),(19,2),(20,2),(21,2),(22,2),(23,2),(24,2); -/*!40000 ALTER TABLE `ps_tax_rules_group_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_timezone` --- - -DROP TABLE IF EXISTS `ps_timezone`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_timezone` ( - `id_timezone` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(32) NOT NULL, - PRIMARY KEY (`id_timezone`) -) ENGINE=InnoDB AUTO_INCREMENT=561 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_timezone` --- - -LOCK TABLES `ps_timezone` WRITE; -/*!40000 ALTER TABLE `ps_timezone` DISABLE KEYS */; -INSERT INTO `ps_timezone` VALUES (1,'Africa/Abidjan'),(2,'Africa/Accra'),(3,'Africa/Addis_Ababa'),(4,'Africa/Algiers'),(5,'Africa/Asmara'),(6,'Africa/Asmera'),(7,'Africa/Bamako'),(8,'Africa/Bangui'),(9,'Africa/Banjul'),(10,'Africa/Bissau'),(11,'Africa/Blantyre'),(12,'Africa/Brazzaville'),(13,'Africa/Bujumbura'),(14,'Africa/Cairo'),(15,'Africa/Casablanca'),(16,'Africa/Ceuta'),(17,'Africa/Conakry'),(18,'Africa/Dakar'),(19,'Africa/Dar_es_Salaam'),(20,'Africa/Djibouti'),(21,'Africa/Douala'),(22,'Africa/El_Aaiun'),(23,'Africa/Freetown'),(24,'Africa/Gaborone'),(25,'Africa/Harare'),(26,'Africa/Johannesburg'),(27,'Africa/Kampala'),(28,'Africa/Khartoum'),(29,'Africa/Kigali'),(30,'Africa/Kinshasa'),(31,'Africa/Lagos'),(32,'Africa/Libreville'),(33,'Africa/Lome'),(34,'Africa/Luanda'),(35,'Africa/Lubumbashi'),(36,'Africa/Lusaka'),(37,'Africa/Malabo'),(38,'Africa/Maputo'),(39,'Africa/Maseru'),(40,'Africa/Mbabane'),(41,'Africa/Mogadishu'),(42,'Africa/Monrovia'),(43,'Africa/Nairobi'),(44,'Africa/Ndjamena'),(45,'Africa/Niamey'),(46,'Africa/Nouakchott'),(47,'Africa/Ouagadougou'),(48,'Africa/Porto-Novo'),(49,'Africa/Sao_Tome'),(50,'Africa/Timbuktu'),(51,'Africa/Tripoli'),(52,'Africa/Tunis'),(53,'Africa/Windhoek'),(54,'America/Adak'),(55,'America/Anchorage '),(56,'America/Anguilla'),(57,'America/Antigua'),(58,'America/Araguaina'),(59,'America/Argentina/Buenos_Aires'),(60,'America/Argentina/Catamarca'),(61,'America/Argentina/ComodRivadavia'),(62,'America/Argentina/Cordoba'),(63,'America/Argentina/Jujuy'),(64,'America/Argentina/La_Rioja'),(65,'America/Argentina/Mendoza'),(66,'America/Argentina/Rio_Gallegos'),(67,'America/Argentina/Salta'),(68,'America/Argentina/San_Juan'),(69,'America/Argentina/San_Luis'),(70,'America/Argentina/Tucuman'),(71,'America/Argentina/Ushuaia'),(72,'America/Aruba'),(73,'America/Asuncion'),(74,'America/Atikokan'),(75,'America/Atka'),(76,'America/Bahia'),(77,'America/Barbados'),(78,'America/Belem'),(79,'America/Belize'),(80,'America/Blanc-Sablon'),(81,'America/Boa_Vista'),(82,'America/Bogota'),(83,'America/Boise'),(84,'America/Buenos_Aires'),(85,'America/Cambridge_Bay'),(86,'America/Campo_Grande'),(87,'America/Cancun'),(88,'America/Caracas'),(89,'America/Catamarca'),(90,'America/Cayenne'),(91,'America/Cayman'),(92,'America/Chicago'),(93,'America/Chihuahua'),(94,'America/Coral_Harbour'),(95,'America/Cordoba'),(96,'America/Costa_Rica'),(97,'America/Cuiaba'),(98,'America/Curacao'),(99,'America/Danmarkshavn'),(100,'America/Dawson'),(101,'America/Dawson_Creek'),(102,'America/Denver'),(103,'America/Detroit'),(104,'America/Dominica'),(105,'America/Edmonton'),(106,'America/Eirunepe'),(107,'America/El_Salvador'),(108,'America/Ensenada'),(109,'America/Fort_Wayne'),(110,'America/Fortaleza'),(111,'America/Glace_Bay'),(112,'America/Godthab'),(113,'America/Goose_Bay'),(114,'America/Grand_Turk'),(115,'America/Grenada'),(116,'America/Guadeloupe'),(117,'America/Guatemala'),(118,'America/Guayaquil'),(119,'America/Guyana'),(120,'America/Halifax'),(121,'America/Havana'),(122,'America/Hermosillo'),(123,'America/Indiana/Indianapolis'),(124,'America/Indiana/Knox'),(125,'America/Indiana/Marengo'),(126,'America/Indiana/Petersburg'),(127,'America/Indiana/Tell_City'),(128,'America/Indiana/Vevay'),(129,'America/Indiana/Vincennes'),(130,'America/Indiana/Winamac'),(131,'America/Indianapolis'),(132,'America/Inuvik'),(133,'America/Iqaluit'),(134,'America/Jamaica'),(135,'America/Jujuy'),(136,'America/Juneau'),(137,'America/Kentucky/Louisville'),(138,'America/Kentucky/Monticello'),(139,'America/Knox_IN'),(140,'America/La_Paz'),(141,'America/Lima'),(142,'America/Los_Angeles'),(143,'America/Louisville'),(144,'America/Maceio'),(145,'America/Managua'),(146,'America/Manaus'),(147,'America/Marigot'),(148,'America/Martinique'),(149,'America/Mazatlan'),(150,'America/Mendoza'),(151,'America/Menominee'),(152,'America/Merida'),(153,'America/Mexico_City'),(154,'America/Miquelon'),(155,'America/Moncton'),(156,'America/Monterrey'),(157,'America/Montevideo'),(158,'America/Montreal'),(159,'America/Montserrat'),(160,'America/Nassau'),(161,'America/New_York'),(162,'America/Nipigon'),(163,'America/Nome'),(164,'America/Noronha'),(165,'America/North_Dakota/Center'),(166,'America/North_Dakota/New_Salem'),(167,'America/Panama'),(168,'America/Pangnirtung'),(169,'America/Paramaribo'),(170,'America/Phoenix'),(171,'America/Port-au-Prince'),(172,'America/Port_of_Spain'),(173,'America/Porto_Acre'),(174,'America/Porto_Velho'),(175,'America/Puerto_Rico'),(176,'America/Rainy_River'),(177,'America/Rankin_Inlet'),(178,'America/Recife'),(179,'America/Regina'),(180,'America/Resolute'),(181,'America/Rio_Branco'),(182,'America/Rosario'),(183,'America/Santarem'),(184,'America/Santiago'),(185,'America/Santo_Domingo'),(186,'America/Sao_Paulo'),(187,'America/Scoresbysund'),(188,'America/Shiprock'),(189,'America/St_Barthelemy'),(190,'America/St_Johns'),(191,'America/St_Kitts'),(192,'America/St_Lucia'),(193,'America/St_Thomas'),(194,'America/St_Vincent'),(195,'America/Swift_Current'),(196,'America/Tegucigalpa'),(197,'America/Thule'),(198,'America/Thunder_Bay'),(199,'America/Tijuana'),(200,'America/Toronto'),(201,'America/Tortola'),(202,'America/Vancouver'),(203,'America/Virgin'),(204,'America/Whitehorse'),(205,'America/Winnipeg'),(206,'America/Yakutat'),(207,'America/Yellowknife'),(208,'Antarctica/Casey'),(209,'Antarctica/Davis'),(210,'Antarctica/DumontDUrville'),(211,'Antarctica/Mawson'),(212,'Antarctica/McMurdo'),(213,'Antarctica/Palmer'),(214,'Antarctica/Rothera'),(215,'Antarctica/South_Pole'),(216,'Antarctica/Syowa'),(217,'Antarctica/Vostok'),(218,'Arctic/Longyearbyen'),(219,'Asia/Aden'),(220,'Asia/Almaty'),(221,'Asia/Amman'),(222,'Asia/Anadyr'),(223,'Asia/Aqtau'),(224,'Asia/Aqtobe'),(225,'Asia/Ashgabat'),(226,'Asia/Ashkhabad'),(227,'Asia/Baghdad'),(228,'Asia/Bahrain'),(229,'Asia/Baku'),(230,'Asia/Bangkok'),(231,'Asia/Beirut'),(232,'Asia/Bishkek'),(233,'Asia/Brunei'),(234,'Asia/Calcutta'),(235,'Asia/Choibalsan'),(236,'Asia/Chongqing'),(237,'Asia/Chungking'),(238,'Asia/Colombo'),(239,'Asia/Dacca'),(240,'Asia/Damascus'),(241,'Asia/Dhaka'),(242,'Asia/Dili'),(243,'Asia/Dubai'),(244,'Asia/Dushanbe'),(245,'Asia/Gaza'),(246,'Asia/Harbin'),(247,'Asia/Ho_Chi_Minh'),(248,'Asia/Hong_Kong'),(249,'Asia/Hovd'),(250,'Asia/Irkutsk'),(251,'Asia/Istanbul'),(252,'Asia/Jakarta'),(253,'Asia/Jayapura'),(254,'Asia/Jerusalem'),(255,'Asia/Kabul'),(256,'Asia/Kamchatka'),(257,'Asia/Karachi'),(258,'Asia/Kashgar'),(259,'Asia/Kathmandu'),(260,'Asia/Katmandu'),(261,'Asia/Kolkata'),(262,'Asia/Krasnoyarsk'),(263,'Asia/Kuala_Lumpur'),(264,'Asia/Kuching'),(265,'Asia/Kuwait'),(266,'Asia/Macao'),(267,'Asia/Macau'),(268,'Asia/Magadan'),(269,'Asia/Makassar'),(270,'Asia/Manila'),(271,'Asia/Muscat'),(272,'Asia/Nicosia'),(273,'Asia/Novosibirsk'),(274,'Asia/Omsk'),(275,'Asia/Oral'),(276,'Asia/Phnom_Penh'),(277,'Asia/Pontianak'),(278,'Asia/Pyongyang'),(279,'Asia/Qatar'),(280,'Asia/Qyzylorda'),(281,'Asia/Rangoon'),(282,'Asia/Riyadh'),(283,'Asia/Saigon'),(284,'Asia/Sakhalin'),(285,'Asia/Samarkand'),(286,'Asia/Seoul'),(287,'Asia/Shanghai'),(288,'Asia/Singapore'),(289,'Asia/Taipei'),(290,'Asia/Tashkent'),(291,'Asia/Tbilisi'),(292,'Asia/Tehran'),(293,'Asia/Tel_Aviv'),(294,'Asia/Thimbu'),(295,'Asia/Thimphu'),(296,'Asia/Tokyo'),(297,'Asia/Ujung_Pandang'),(298,'Asia/Ulaanbaatar'),(299,'Asia/Ulan_Bator'),(300,'Asia/Urumqi'),(301,'Asia/Vientiane'),(302,'Asia/Vladivostok'),(303,'Asia/Yakutsk'),(304,'Asia/Yekaterinburg'),(305,'Asia/Yerevan'),(306,'Atlantic/Azores'),(307,'Atlantic/Bermuda'),(308,'Atlantic/Canary'),(309,'Atlantic/Cape_Verde'),(310,'Atlantic/Faeroe'),(311,'Atlantic/Faroe'),(312,'Atlantic/Jan_Mayen'),(313,'Atlantic/Madeira'),(314,'Atlantic/Reykjavik'),(315,'Atlantic/South_Georgia'),(316,'Atlantic/St_Helena'),(317,'Atlantic/Stanley'),(318,'Australia/ACT'),(319,'Australia/Adelaide'),(320,'Australia/Brisbane'),(321,'Australia/Broken_Hill'),(322,'Australia/Canberra'),(323,'Australia/Currie'),(324,'Australia/Darwin'),(325,'Australia/Eucla'),(326,'Australia/Hobart'),(327,'Australia/LHI'),(328,'Australia/Lindeman'),(329,'Australia/Lord_Howe'),(330,'Australia/Melbourne'),(331,'Australia/North'),(332,'Australia/NSW'),(333,'Australia/Perth'),(334,'Australia/Queensland'),(335,'Australia/South'),(336,'Australia/Sydney'),(337,'Australia/Tasmania'),(338,'Australia/Victoria'),(339,'Australia/West'),(340,'Australia/Yancowinna'),(341,'Europe/Amsterdam'),(342,'Europe/Andorra'),(343,'Europe/Athens'),(344,'Europe/Belfast'),(345,'Europe/Belgrade'),(346,'Europe/Berlin'),(347,'Europe/Bratislava'),(348,'Europe/Brussels'),(349,'Europe/Bucharest'),(350,'Europe/Budapest'),(351,'Europe/Chisinau'),(352,'Europe/Copenhagen'),(353,'Europe/Dublin'),(354,'Europe/Gibraltar'),(355,'Europe/Guernsey'),(356,'Europe/Helsinki'),(357,'Europe/Isle_of_Man'),(358,'Europe/Istanbul'),(359,'Europe/Jersey'),(360,'Europe/Kaliningrad'),(361,'Europe/Kiev'),(362,'Europe/Lisbon'),(363,'Europe/Ljubljana'),(364,'Europe/London'),(365,'Europe/Luxembourg'),(366,'Europe/Madrid'),(367,'Europe/Malta'),(368,'Europe/Mariehamn'),(369,'Europe/Minsk'),(370,'Europe/Monaco'),(371,'Europe/Moscow'),(372,'Europe/Nicosia'),(373,'Europe/Oslo'),(374,'Europe/Paris'),(375,'Europe/Podgorica'),(376,'Europe/Prague'),(377,'Europe/Riga'),(378,'Europe/Rome'),(379,'Europe/Samara'),(380,'Europe/San_Marino'),(381,'Europe/Sarajevo'),(382,'Europe/Simferopol'),(383,'Europe/Skopje'),(384,'Europe/Sofia'),(385,'Europe/Stockholm'),(386,'Europe/Tallinn'),(387,'Europe/Tirane'),(388,'Europe/Tiraspol'),(389,'Europe/Uzhgorod'),(390,'Europe/Vaduz'),(391,'Europe/Vatican'),(392,'Europe/Vienna'),(393,'Europe/Vilnius'),(394,'Europe/Volgograd'),(395,'Europe/Warsaw'),(396,'Europe/Zagreb'),(397,'Europe/Zaporozhye'),(398,'Europe/Zurich'),(399,'Indian/Antananarivo'),(400,'Indian/Chagos'),(401,'Indian/Christmas'),(402,'Indian/Cocos'),(403,'Indian/Comoro'),(404,'Indian/Kerguelen'),(405,'Indian/Mahe'),(406,'Indian/Maldives'),(407,'Indian/Mauritius'),(408,'Indian/Mayotte'),(409,'Indian/Reunion'),(410,'Pacific/Apia'),(411,'Pacific/Auckland'),(412,'Pacific/Chatham'),(413,'Pacific/Easter'),(414,'Pacific/Efate'),(415,'Pacific/Enderbury'),(416,'Pacific/Fakaofo'),(417,'Pacific/Fiji'),(418,'Pacific/Funafuti'),(419,'Pacific/Galapagos'),(420,'Pacific/Gambier'),(421,'Pacific/Guadalcanal'),(422,'Pacific/Guam'),(423,'Pacific/Honolulu'),(424,'Pacific/Johnston'),(425,'Pacific/Kiritimati'),(426,'Pacific/Kosrae'),(427,'Pacific/Kwajalein'),(428,'Pacific/Majuro'),(429,'Pacific/Marquesas'),(430,'Pacific/Midway'),(431,'Pacific/Nauru'),(432,'Pacific/Niue'),(433,'Pacific/Norfolk'),(434,'Pacific/Noumea'),(435,'Pacific/Pago_Pago'),(436,'Pacific/Palau'),(437,'Pacific/Pitcairn'),(438,'Pacific/Ponape'),(439,'Pacific/Port_Moresby'),(440,'Pacific/Rarotonga'),(441,'Pacific/Saipan'),(442,'Pacific/Samoa'),(443,'Pacific/Tahiti'),(444,'Pacific/Tarawa'),(445,'Pacific/Tongatapu'),(446,'Pacific/Truk'),(447,'Pacific/Wake'),(448,'Pacific/Wallis'),(449,'Pacific/Yap'),(450,'Brazil/Acre'),(451,'Brazil/DeNoronha'),(452,'Brazil/East'),(453,'Brazil/West'),(454,'Canada/Atlantic'),(455,'Canada/Central'),(456,'Canada/East-Saskatchewan'),(457,'Canada/Eastern'),(458,'Canada/Mountain'),(459,'Canada/Newfoundland'),(460,'Canada/Pacific'),(461,'Canada/Saskatchewan'),(462,'Canada/Yukon'),(463,'CET'),(464,'Chile/Continental'),(465,'Chile/EasterIsland'),(466,'CST6CDT'),(467,'Cuba'),(468,'EET'),(469,'Egypt'),(470,'Eire'),(471,'EST'),(472,'EST5EDT'),(473,'Etc/GMT'),(474,'Etc/GMT+0'),(475,'Etc/GMT+1'),(476,'Etc/GMT+10'),(477,'Etc/GMT+11'),(478,'Etc/GMT+12'),(479,'Etc/GMT+2'),(480,'Etc/GMT+3'),(481,'Etc/GMT+4'),(482,'Etc/GMT+5'),(483,'Etc/GMT+6'),(484,'Etc/GMT+7'),(485,'Etc/GMT+8'),(486,'Etc/GMT+9'),(487,'Etc/GMT-0'),(488,'Etc/GMT-1'),(489,'Etc/GMT-10'),(490,'Etc/GMT-11'),(491,'Etc/GMT-12'),(492,'Etc/GMT-13'),(493,'Etc/GMT-14'),(494,'Etc/GMT-2'),(495,'Etc/GMT-3'),(496,'Etc/GMT-4'),(497,'Etc/GMT-5'),(498,'Etc/GMT-6'),(499,'Etc/GMT-7'),(500,'Etc/GMT-8'),(501,'Etc/GMT-9'),(502,'Etc/GMT0'),(503,'Etc/Greenwich'),(504,'Etc/UCT'),(505,'Etc/Universal'),(506,'Etc/UTC'),(507,'Etc/Zulu'),(508,'Factory'),(509,'GB'),(510,'GB-Eire'),(511,'GMT'),(512,'GMT+0'),(513,'GMT-0'),(514,'GMT0'),(515,'Greenwich'),(516,'Hongkong'),(517,'HST'),(518,'Iceland'),(519,'Iran'),(520,'Israel'),(521,'Jamaica'),(522,'Japan'),(523,'Kwajalein'),(524,'Libya'),(525,'MET'),(526,'Mexico/BajaNorte'),(527,'Mexico/BajaSur'),(528,'Mexico/General'),(529,'MST'),(530,'MST7MDT'),(531,'Navajo'),(532,'NZ'),(533,'NZ-CHAT'),(534,'Poland'),(535,'Portugal'),(536,'PRC'),(537,'PST8PDT'),(538,'ROC'),(539,'ROK'),(540,'Singapore'),(541,'Turkey'),(542,'UCT'),(543,'Universal'),(544,'US/Alaska'),(545,'US/Aleutian'),(546,'US/Arizona'),(547,'US/Central'),(548,'US/East-Indiana'),(549,'US/Eastern'),(550,'US/Hawaii'),(551,'US/Indiana-Starke'),(552,'US/Michigan'),(553,'US/Mountain'),(554,'US/Pacific'),(555,'US/Pacific-New'),(556,'US/Samoa'),(557,'UTC'),(558,'W-SU'),(559,'WET'),(560,'Zulu'); -/*!40000 ALTER TABLE `ps_timezone` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_translation` --- - -DROP TABLE IF EXISTS `ps_translation`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_translation` ( - `id_translation` int(11) NOT NULL AUTO_INCREMENT, - `id_lang` int(11) NOT NULL, - `key` text COLLATE utf8_unicode_ci NOT NULL, - `translation` text COLLATE utf8_unicode_ci NOT NULL, - `domain` varchar(80) COLLATE utf8_unicode_ci NOT NULL, - `theme` varchar(32) COLLATE utf8_unicode_ci DEFAULT NULL, - PRIMARY KEY (`id_translation`), - KEY `IDX_ADEBEB36BA299860` (`id_lang`), - KEY `key` (`domain`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_translation` --- - -LOCK TABLES `ps_translation` WRITE; -/*!40000 ALTER TABLE `ps_translation` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_translation` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_custom_field_options_lang` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_custom_field_options_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_custom_field_options_lang` ( - `id_velsof_supercheckout_custom_field_options_lang` int(10) NOT NULL AUTO_INCREMENT, - `id_velsof_supercheckout_custom_fields` int(10) NOT NULL, - `id_lang` int(10) NOT NULL, - `option_value` varchar(100) NOT NULL, - `option_label` varchar(1000) NOT NULL, - PRIMARY KEY (`id_velsof_supercheckout_custom_field_options_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_custom_field_options_lang` --- - -LOCK TABLES `ps_velsof_supercheckout_custom_field_options_lang` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_custom_field_options_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_custom_field_options_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_custom_fields` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_custom_fields`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_custom_fields` ( - `id_velsof_supercheckout_custom_fields` int(10) NOT NULL AUTO_INCREMENT, - `type` enum('textbox','selectbox','textarea','radio','checkbox','date','file') NOT NULL, - `position` varchar(50) NOT NULL, - `required` tinyint(1) NOT NULL, - `active` tinyint(1) NOT NULL, - `show_invoice` tinyint(1) NOT NULL DEFAULT '0', - `default_value` varchar(1000) NOT NULL, - `validation_type` varchar(50) NOT NULL, - PRIMARY KEY (`id_velsof_supercheckout_custom_fields`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_custom_fields` --- - -LOCK TABLES `ps_velsof_supercheckout_custom_fields` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_custom_fields` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_custom_fields` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_custom_fields_lang` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_custom_fields_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_custom_fields_lang` ( - `id_velsof_supercheckout_custom_fields_lang` int(10) NOT NULL AUTO_INCREMENT, - `id_velsof_supercheckout_custom_fields` int(10) NOT NULL, - `id_lang` int(10) NOT NULL, - `field_label` varchar(250) NOT NULL, - `field_help_text` varchar(1000) NOT NULL, - PRIMARY KEY (`id_velsof_supercheckout_custom_fields_lang`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_custom_fields_lang` --- - -LOCK TABLES `ps_velsof_supercheckout_custom_fields_lang` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_custom_fields_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_custom_fields_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_customer_consent` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_customer_consent`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_customer_consent` ( - `id_velsof_supercheckout_customer_consent` int(11) NOT NULL AUTO_INCREMENT, - `id_customer` int(11) DEFAULT NULL, - `id_order` int(11) DEFAULT NULL, - `order_reference` varchar(15) DEFAULT NULL, - `id_lang` int(11) NOT NULL, - `accepted_consent` varchar(8000) DEFAULT NULL, - PRIMARY KEY (`id_velsof_supercheckout_customer_consent`) -) ENGINE=InnoDB AUTO_INCREMENT=39 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_customer_consent` --- - -LOCK TABLES `ps_velsof_supercheckout_customer_consent` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_customer_consent` DISABLE KEYS */; -INSERT INTO `ps_velsof_supercheckout_customer_consent` VALUES (1,374,825,'BQSULLUUZ',1,'[]'),(2,374,826,'JBFGVEDBI',1,'[]'),(3,374,827,'XZTNACWFX',1,'[]'),(4,374,828,'HLJTKFUYI',1,'[]'),(5,374,829,'RIDYTOZTL',1,'[]'),(6,374,830,'QKEHCMBMN',2,'[]'),(7,374,831,'THCUQXGWB',1,'[]'),(8,374,832,'RWPXNNWSZ',2,'[]'),(9,374,833,'XXHWHUIPR',1,'[]'),(10,374,834,'NFOUTQPZF',2,'[]'),(11,374,835,'ARRXNCDLC',2,'[]'),(12,374,836,'WPFGHSYAI',2,'[]'),(13,374,837,'MIVPABTWJ',1,'[]'),(14,374,838,'BCQOCWKWY',1,'[]'),(15,374,839,'APPJTETHZ',1,'[]'),(16,374,840,'EIEQSHRRB',1,'[]'),(17,374,841,'DSWKFDHAK',1,'[]'),(18,374,842,'UNPGVMWKB',1,'[]'),(19,374,843,'AACLVWWLL',1,'[]'),(20,374,844,'ZLVBZFEAW',1,'[]'),(21,374,845,'GEAMISVJQ',1,'[]'),(22,374,846,'CELYJSZSY',1,'[]'),(23,374,847,'IIUQZACAQ',1,'[]'),(24,374,848,'VWOGDBBHP',1,'[]'),(25,374,849,'QSNPQRDSV',1,'[]'),(26,374,850,'BIXPEMCZS',1,'[]'),(27,374,851,'JVICWVBOS',1,'[]'),(28,374,852,'NATIQIPXM',1,'[]'),(29,374,853,'XSELTUYYE',1,'[]'),(30,374,854,'HJKAVVEJD',1,'[]'),(31,374,855,'COGOQUGBV',1,'[]'),(32,374,856,'RAJJTEDDN',1,'[]'),(33,374,857,'OMLOECYQS',1,'[]'),(34,374,858,'AORCLYUUN',1,'[]'),(35,374,859,'ODDLKDSDT',1,'[]'),(36,374,860,'DPWIASIVM',1,'[]'),(37,374,861,'AZQIZNLSF',1,'[]'),(38,374,862,'MDNSCOFOV',1,'[]'); -/*!40000 ALTER TABLE `ps_velsof_supercheckout_customer_consent` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_fields_data` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_fields_data`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_fields_data` ( - `id_velsof_supercheckout_fields_data` int(10) NOT NULL AUTO_INCREMENT, - `id_velsof_supercheckout_custom_fields` int(10) NOT NULL, - `id_order` int(10) NOT NULL, - `id_cart` int(10) NOT NULL, - `id_lang` int(10) NOT NULL, - `field_value` varchar(1000) NOT NULL, - PRIMARY KEY (`id_velsof_supercheckout_fields_data`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_fields_data` --- - -LOCK TABLES `ps_velsof_supercheckout_fields_data` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_fields_data` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_fields_data` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_policies` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_policies`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_policies` ( - `policy_id` int(11) NOT NULL AUTO_INCREMENT, - `url` varchar(1000) DEFAULT NULL, - `is_manadatory` tinyint(4) NOT NULL, - `status` tinyint(4) NOT NULL, - PRIMARY KEY (`policy_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_policies` --- - -LOCK TABLES `ps_velsof_supercheckout_policies` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_policies` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_policies` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_velsof_supercheckout_policy_lang` --- - -DROP TABLE IF EXISTS `ps_velsof_supercheckout_policy_lang`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_velsof_supercheckout_policy_lang` ( - `policy_lang_id` int(11) NOT NULL AUTO_INCREMENT, - `policy_id` int(11) NOT NULL, - `lang_id` tinyint(4) NOT NULL, - `description` varchar(1000) NOT NULL, - PRIMARY KEY (`policy_lang_id`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_velsof_supercheckout_policy_lang` --- - -LOCK TABLES `ps_velsof_supercheckout_policy_lang` WRITE; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_policy_lang` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_velsof_supercheckout_policy_lang` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse` --- - -DROP TABLE IF EXISTS `ps_warehouse`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse` ( - `id_warehouse` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_currency` int(11) unsigned NOT NULL, - `id_address` int(11) unsigned NOT NULL, - `id_employee` int(11) unsigned NOT NULL, - `reference` varchar(64) DEFAULT NULL, - `name` varchar(45) NOT NULL, - `management_type` enum('WA','FIFO','LIFO') NOT NULL DEFAULT 'WA', - `deleted` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_warehouse`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse` --- - -LOCK TABLES `ps_warehouse` WRITE; -/*!40000 ALTER TABLE `ps_warehouse` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse_carrier` --- - -DROP TABLE IF EXISTS `ps_warehouse_carrier`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse_carrier` ( - `id_carrier` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_warehouse`,`id_carrier`), - KEY `id_warehouse` (`id_warehouse`), - KEY `id_carrier` (`id_carrier`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse_carrier` --- - -LOCK TABLES `ps_warehouse_carrier` WRITE; -/*!40000 ALTER TABLE `ps_warehouse_carrier` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse_carrier` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse_product_location` --- - -DROP TABLE IF EXISTS `ps_warehouse_product_location`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse_product_location` ( - `id_warehouse_product_location` int(11) unsigned NOT NULL AUTO_INCREMENT, - `id_product` int(11) unsigned NOT NULL, - `id_product_attribute` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - `location` varchar(64) DEFAULT NULL, - PRIMARY KEY (`id_warehouse_product_location`), - UNIQUE KEY `id_product` (`id_product`,`id_product_attribute`,`id_warehouse`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse_product_location` --- - -LOCK TABLES `ps_warehouse_product_location` WRITE; -/*!40000 ALTER TABLE `ps_warehouse_product_location` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse_product_location` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_warehouse_shop` --- - -DROP TABLE IF EXISTS `ps_warehouse_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_warehouse_shop` ( - `id_shop` int(11) unsigned NOT NULL, - `id_warehouse` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_warehouse`,`id_shop`), - KEY `id_warehouse` (`id_warehouse`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_warehouse_shop` --- - -LOCK TABLES `ps_warehouse_shop` WRITE; -/*!40000 ALTER TABLE `ps_warehouse_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_warehouse_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_web_browser` --- - -DROP TABLE IF EXISTS `ps_web_browser`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_web_browser` ( - `id_web_browser` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) DEFAULT NULL, - PRIMARY KEY (`id_web_browser`) -) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_web_browser` --- - -LOCK TABLES `ps_web_browser` WRITE; -/*!40000 ALTER TABLE `ps_web_browser` DISABLE KEYS */; -INSERT INTO `ps_web_browser` VALUES (1,'Safari'),(2,'Safari iPad'),(3,'Firefox'),(4,'Opera'),(5,'IE 6'),(6,'IE 7'),(7,'IE 8'),(8,'IE 9'),(9,'IE 10'),(10,'IE 11'),(11,'Chrome'); -/*!40000 ALTER TABLE `ps_web_browser` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_webservice_account` --- - -DROP TABLE IF EXISTS `ps_webservice_account`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_webservice_account` ( - `id_webservice_account` int(11) NOT NULL AUTO_INCREMENT, - `key` varchar(32) NOT NULL, - `description` text, - `class_name` varchar(50) NOT NULL DEFAULT 'WebserviceRequest', - `is_module` tinyint(2) NOT NULL DEFAULT '0', - `module_name` varchar(50) DEFAULT NULL, - `active` tinyint(2) NOT NULL, - PRIMARY KEY (`id_webservice_account`), - KEY `key` (`key`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_webservice_account` --- - -LOCK TABLES `ps_webservice_account` WRITE; -/*!40000 ALTER TABLE `ps_webservice_account` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_webservice_account` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_webservice_account_shop` --- - -DROP TABLE IF EXISTS `ps_webservice_account_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_webservice_account_shop` ( - `id_webservice_account` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_webservice_account`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_webservice_account_shop` --- - -LOCK TABLES `ps_webservice_account_shop` WRITE; -/*!40000 ALTER TABLE `ps_webservice_account_shop` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_webservice_account_shop` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_webservice_permission` --- - -DROP TABLE IF EXISTS `ps_webservice_permission`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_webservice_permission` ( - `id_webservice_permission` int(11) NOT NULL AUTO_INCREMENT, - `resource` varchar(50) NOT NULL, - `method` enum('GET','POST','PUT','DELETE','HEAD') NOT NULL, - `id_webservice_account` int(11) NOT NULL, - PRIMARY KEY (`id_webservice_permission`), - UNIQUE KEY `resource_2` (`resource`,`method`,`id_webservice_account`), - KEY `resource` (`resource`), - KEY `method` (`method`), - KEY `id_webservice_account` (`id_webservice_account`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_webservice_permission` --- - -LOCK TABLES `ps_webservice_permission` WRITE; -/*!40000 ALTER TABLE `ps_webservice_permission` DISABLE KEYS */; -/*!40000 ALTER TABLE `ps_webservice_permission` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_zone` --- - -DROP TABLE IF EXISTS `ps_zone`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_zone` ( - `id_zone` int(10) unsigned NOT NULL AUTO_INCREMENT, - `name` varchar(64) NOT NULL, - `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - PRIMARY KEY (`id_zone`) -) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_zone` --- - -LOCK TABLES `ps_zone` WRITE; -/*!40000 ALTER TABLE `ps_zone` DISABLE KEYS */; -INSERT INTO `ps_zone` VALUES (1,'Europe',1),(2,'North America',1),(3,'Asia',1),(4,'Africa',1),(5,'Oceania',1),(6,'South America',1),(7,'Europe (non-EU)',1),(8,'Central America/Antilla',1); -/*!40000 ALTER TABLE `ps_zone` ENABLE KEYS */; -UNLOCK TABLES; - --- --- Table structure for table `ps_zone_shop` --- - -DROP TABLE IF EXISTS `ps_zone_shop`; -/*!40101 SET @saved_cs_client = @@character_set_client */; -/*!40101 SET character_set_client = utf8 */; -CREATE TABLE `ps_zone_shop` ( - `id_zone` int(11) unsigned NOT NULL, - `id_shop` int(11) unsigned NOT NULL, - PRIMARY KEY (`id_zone`,`id_shop`), - KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; -/*!40101 SET character_set_client = @saved_cs_client */; - --- --- Dumping data for table `ps_zone_shop` --- - -LOCK TABLES `ps_zone_shop` WRITE; -/*!40000 ALTER TABLE `ps_zone_shop` DISABLE KEYS */; -INSERT INTO `ps_zone_shop` VALUES (1,1),(2,1),(3,1),(4,1),(5,1),(6,1),(7,1),(8,1),(1,2),(2,2),(3,2),(4,2),(5,2),(6,2),(7,2),(8,2); -/*!40000 ALTER TABLE `ps_zone_shop` ENABLE KEYS */; -UNLOCK TABLES; -/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; - -/*!40101 SET SQL_MODE=@OLD_SQL_MODE */; -/*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; -/*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; -/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; -/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; -/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; -/*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; - --- Dump completed on 2022-11-28 13:17:13 From 835d2e4164ede613e0e1d1f7d6369aa7a03b14c8 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 17 Jan 2024 15:31:22 +0200 Subject: [PATCH 10/26] more automatic values behavior --- Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Makefile b/Makefile index fdff4a06b..e5c75d9f4 100755 --- a/Makefile +++ b/Makefile @@ -1,5 +1,9 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) +# Load environment variables from .env file +include .env +export + # target: fix-lint - Launch php cs fixer fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" @@ -25,6 +29,7 @@ e2eh$(VERSION)_local: docker exec -i prestashop-mollie-$(VERSION) sh -c "cd /var/www/html && php bin/console prestashop:module enable mollie" # chmod all folders docker exec -i prestashop-mollie-$(VERSION) sh -c "chmod -R 777 /var/www/html" + make open-e2e-tests-locally # For CI build with PS autoinstall e2eh$(VERSION): @@ -50,6 +55,11 @@ e2eh$(VERSION): npm-package-install: cd views/assets && npm i && npm run build +open-e2e-tests-locally: + npm install -D cypress + npm ci + npx cypress open --config baseUrl=$(baseUrl$(VERSION)) + run-e2e-tests-locally: npm install -D cypress npm ci From fc4f21b25749bea8b64559a1640402c5d71cab18 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Wed, 17 Jan 2024 18:22:54 +0200 Subject: [PATCH 11/26] makefile improvements --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index e5c75d9f4..1c416efb8 100755 --- a/Makefile +++ b/Makefile @@ -52,12 +52,10 @@ e2eh$(VERSION): # chmod all folders docker exec -i prestashop-mollie-$(VERSION) sh -c "chmod -R 777 /var/www/html" -npm-package-install: - cd views/assets && npm i && npm run build - open-e2e-tests-locally: npm install -D cypress npm ci + export CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) npx cypress open --config baseUrl=$(baseUrl$(VERSION)) run-e2e-tests-locally: @@ -76,3 +74,6 @@ upgrading-module-test-1785: git checkout -- . git checkout develop --force docker exec -i prestashop-mollie-1785 sh -c "cd /var/www/html && php bin/console prestashop:module install mollie" + +npm-package-install: + cd views/assets && npm i && npm run build From af8e6f5aae7ee9304eeddbcbdbde42493ba7546d Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Sun, 21 Jan 2024 18:28:37 +0200 Subject: [PATCH 12/26] improving the yml --- .github/workflows/E2E_On_PR.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/E2E_On_PR.yml b/.github/workflows/E2E_On_PR.yml index b502ba724..dfb3d048d 100755 --- a/.github/workflows/E2E_On_PR.yml +++ b/.github/workflows/E2E_On_PR.yml @@ -16,7 +16,7 @@ jobs: matrix: include: - prestashop: 'PS1785' - make: 'make e2eh1785' + make: 'make VERSION=1785 e2eh1785' subdomain: 'demoshop1785' port: '8002' yml: 'docker-compose.1785.yml' @@ -24,9 +24,9 @@ jobs: test_spec: '**/cypress/e2e/ps1785/**' TestRailID: R4954 - prestashop: 'PS8' - make: 'make e2eh8' + make: 'make VERSION=8 e2eh8' subdomain: 'demoshop8' - port: '8142' + port: '8002' yml: 'docker-compose.8.yml' url: 'https://demoshop8.ngrok.io' test_spec: '**/cypress/e2e/ps8/**' From 2574bedf557c924029bf984eb6343427b57c0ba4 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Sun, 21 Jan 2024 18:59:50 +0200 Subject: [PATCH 13/26] Update Makefile --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 1c416efb8..72d3d9eb2 100755 --- a/Makefile +++ b/Makefile @@ -1,9 +1,5 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) -# Load environment variables from .env file -include .env -export - # target: fix-lint - Launch php cs fixer fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" From 1903566487fab099e20566773356409839fb7588 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 22 Jan 2024 12:32:56 +0200 Subject: [PATCH 14/26] improving tests --- .../e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js | 5 +---- cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js | 1 + cypress/support/commands.js | 5 +++++ 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js b/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js index a0f5aa582..a2447c7f3 100755 --- a/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js +++ b/cypress/e2e/ps1785/01_mollie.ps1785.ModuleConfiguration.specs.js @@ -77,10 +77,6 @@ it('C339339: 03 Checking the Advanced Settings tab, verifying the Front-end comp cy.get('[id="MOLLIE_AS_STATUSES_info"]').should('exist') cy.get('[name="MOLLIE_DISPLAY_ERRORS"]').should('exist') cy.get('[name="MOLLIE_DEBUG_LOG"]').should('exist') - cy.get('[name="MOLLIE_SUBSCRIPTION_ORDER_CARRIER_ID"]').should('be.visible') // checking the Subscriptions carriers select - cy.get('[name="MOLLIE_SUBSCRIPTION_ORDER_CARRIER_ID"]').select('My carrier') - cy.get('#module_form_submit_btn').click({force:true}) //checking the saving - cy.get('[class="alert alert-success"]').should('be.visible') //checking if saving returns green alert cy.reload() cy.matchImage(); // let's make a snapshot for visual regression testing later, if UI matches //cy.window() will check if there are no Errors in console @@ -90,6 +86,7 @@ it('C688472: Checking the Subscriptions tab, and console errors', () => { cy.OpeningModuleDashboardURL() cy.get('#subtab-AdminMollieSubscriptionOrders').click() cy.get('[id="invertus_mollie_subscription_grid_panel"]').should('be.visible') + cy.selectSubscriptionsCarriersCheck() // checking the Subscriptions carriers select and saving }); it('C688473: Checking the Subscriptions FAQ, and console errors', () => { cy.visit('/admin1/') diff --git a/cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js b/cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js index 6a555cc61..7f4c3110c 100755 --- a/cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js +++ b/cypress/e2e/ps8/01_mollie.ps8.ModuleConfiguration.specs.js @@ -93,6 +93,7 @@ it('C688472: Checking the Subscriptions tab, and console errors', () => { cy.get('#subtab-AdminMollieModule').click() cy.get('#subtab-AdminMollieSubscriptionOrders').click() cy.get('[id="invertus_mollie_subscription_grid_panel"]').should('be.visible') + cy.selectSubscriptionsCarriersCheck() // checking the Subscriptions carriers select and saving }); it('C688473: Checking the Subscriptions FAQ, and console errors', () => { cy.visit('/admin1/') diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 987e7923b..1aabbff85 100755 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -273,3 +273,8 @@ Cypress.Commands.add("CachingBOFOPS8", {cacheAcrossSpecs: true}, () => { } login('MollieBOFOLoggingIn') }) + Cypress.Commands.add("selectSubscriptionsCarriersCheck", {cacheAcrossSpecs: true}, () => { + cy.get('#form_carrier').select(1) + cy.contains('Save').click() + cy.contains('Options saved successfully.').should('be.visible') //checking if saving returns green alert + }) From 65217c4870305f3097792dbe668e688102b08c04 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 22 Jan 2024 12:38:50 +0200 Subject: [PATCH 15/26] small improvements --- cypress/support/commands.js | 1 - 1 file changed, 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 1aabbff85..8d035bfb1 100755 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -77,7 +77,6 @@ Cypress.Commands.add("navigatingToThePaymentPS8", () => { }) Cypress.Commands.add("navigatingToThePayment", () => { cy.visit('/de/index.php?controller=history') - cy.get('a').click() cy.contains('Reorder').click() cy.contains('NL').click() //Billing country LT, DE etc. From 2630e0d77ffd95fa0d2e51848281a9414f77e29e Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 22 Jan 2024 15:00:29 +0200 Subject: [PATCH 16/26] Update Makefile --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 72d3d9eb2..031fdb679 100755 --- a/Makefile +++ b/Makefile @@ -5,6 +5,7 @@ fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" # Launch example: make VERSION=1785 e2eh1785_local, make VERSION=8 e2eh8_local etc. +# Warning: .env must be imported! # Local machine docker build with PS autoinstall e2eh$(VERSION)_local: # detaching containers From c7b120bd901beeacc28b03f7cba701caf6d60f2c Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 22 Jan 2024 15:42:48 +0200 Subject: [PATCH 17/26] fixes and improvements --- cypress.config.js | 13 +------------ .../03_mollie.ps1785.PaymentTestsOrdersAPI.js | 2 -- .../05_mollie.ps1785.PaymentTestsPaymentsAPI.js | 5 +++-- 3 files changed, 4 insertions(+), 16 deletions(-) diff --git a/cypress.config.js b/cypress.config.js index 79648586c..15fa66a12 100755 --- a/cypress.config.js +++ b/cypress.config.js @@ -17,6 +17,7 @@ module.exports = defineConfig({ defaultCommandTimeout: 30000, projectId: 'xb89dr', retries: 2, + video: true, videoCompression: 8, viewportHeight: 1080, viewportWidth: 1920, @@ -24,18 +25,6 @@ module.exports = defineConfig({ // We've imported your old cypress plugins here. // You may want to clean this up later by importing these. setupNodeEvents(on, config) { - on('after:spec', (spec, results) => { - if (results && results.video) { - // Do we have failures for any retry attempts? - const failures = results.tests.some((test) => - test.attempts.some((attempt) => attempt.state === 'failed') - ) - if (!failures) { - // delete the video if the spec passed and no tests retried - fs.unlinkSync(results.video) - } - } - }) require('./cypress/plugins/index.js')(on, config) require("cypress-fail-fast/plugin")(on, config); require('cypress-terminal-report/src/installLogsPrinter')(on); diff --git a/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js b/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js index e2c532cfb..a32c45732 100755 --- a/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js +++ b/cypress/e2e/ps1785/03_mollie.ps1785.PaymentTestsOrdersAPI.js @@ -188,7 +188,6 @@ it('C339360: 23 IN3 Checking that IN3 logo exists OK [Orders API]', () => { cy.get('[type="submit"]').first().click({force:true}) cy.get('[class="alert alert-success"]').should('be.visible') cy.visit('/de/index.php?controller=history') - cy.get('a').click() cy.contains('Reorder').click() cy.contains('NL').click() //Billing country LT, DE etc. @@ -342,7 +341,6 @@ it.skip('41 Gift Card Order Shipping, Refunding [Orders API]', () => { }) it('C1765085: Billie Checkouting [Orders API]', () => { cy.visit('/de/index.php?controller=history') - cy.get('a').click() cy.contains('Reorder').click() cy.contains('DE').click() //Billing country LT, DE etc. diff --git a/cypress/e2e/ps1785/05_mollie.ps1785.PaymentTestsPaymentsAPI.js b/cypress/e2e/ps1785/05_mollie.ps1785.PaymentTestsPaymentsAPI.js index 79633365d..2720d47bd 100755 --- a/cypress/e2e/ps1785/05_mollie.ps1785.PaymentTestsPaymentsAPI.js +++ b/cypress/e2e/ps1785/05_mollie.ps1785.PaymentTestsPaymentsAPI.js @@ -98,6 +98,7 @@ it('C339385: 50 Credit Card Guest Checkouting [Payments API]', () => { cy.get('#field-siret').type('DE123456') cy.get('[name="password"]').first().type('123456') cy.contains('Customer data privacy').click() + cy.contains('I agree').click() cy.get('#customer-form > .form-footer > .continue').click() cy.reload() cy.get(':nth-child(6) > .col-md-6 > .form-control').type('123456',{delay:0}) @@ -119,7 +120,7 @@ it('C339385: 50 Credit Card Guest Checkouting [Payments API]', () => { cy.get('[class="button form__button"]').click() cy.get('#content-hook_order_confirmation > .card-block').should('be.visible') }) -it('C339386: 51 Credit Card Guest Checkouting with not 3DS secure card [Payments API]', () => { +it('C339386: 51 Credit Card Guest Checkouting with non 3DS secure card [Payments API]', () => { cy.clearCookies() //Payments API item cy.visit('/de/', { headers: {"Accept-Encoding": "gzip, deflate"}}) @@ -139,6 +140,7 @@ it('C339386: 51 Credit Card Guest Checkouting with not 3DS secure card [Payments cy.get('#field-siret').type('DE123456') cy.get('[name="password"]').first().type('123456') cy.contains('Customer data privacy').click() + cy.contains('I agree').click() cy.get('#customer-form > .form-footer > .continue').click() cy.reload() cy.get(':nth-child(6) > .col-md-6 > .form-control').type('123456',{delay:0}) @@ -263,7 +265,6 @@ it('C339400: 65 Belfius BO Refunding, Partial Refunding [Payments API]', () => { }); it('C339401: 66 Bank Transfer Checkouting [Payments API]', () => { cy.visit('/en/index.php?controller=history') - cy.get('a').click() cy.contains('Reorder').click() cy.contains('NL').click() //Billing country LT, DE etc. From 59fbb06560826d4a703943b6420bad060df05651 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 22 Jan 2024 15:54:40 +0200 Subject: [PATCH 18/26] small typo --- cypress/support/commands.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/support/commands.js b/cypress/support/commands.js index 8d035bfb1..c47400e0c 100755 --- a/cypress/support/commands.js +++ b/cypress/support/commands.js @@ -272,7 +272,7 @@ Cypress.Commands.add("CachingBOFOPS8", {cacheAcrossSpecs: true}, () => { } login('MollieBOFOLoggingIn') }) - Cypress.Commands.add("selectSubscriptionsCarriersCheck", {cacheAcrossSpecs: true}, () => { +Cypress.Commands.add("selectSubscriptionsCarriersCheck", {cacheAcrossSpecs: true}, () => { cy.get('#form_carrier').select(1) cy.contains('Save').click() cy.contains('Options saved successfully.').should('be.visible') //checking if saving returns green alert From c88bcec405471c613667b0f811909ec916a58d96 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 22 Jan 2024 17:01:58 +0200 Subject: [PATCH 19/26] makefile updates --- Makefile | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 031fdb679..d85364773 100755 --- a/Makefile +++ b/Makefile @@ -4,8 +4,14 @@ ROOT_DIR:=$(shell dirname $(realpath $(firstword $(MAKEFILE_LIST)))) fix-lint: docker-compose run --rm php sh -c "vendor/bin/php-cs-fixer fix --using-cache=no" -# Launch example: make VERSION=1785 e2eh1785_local, make VERSION=8 e2eh8_local etc. -# Warning: .env must be imported! +# Launch the PS build and E2E Cypress app automatically. Eexample: make VERSION=1785 e2eh1785_local, make VERSION=8 e2eh8_local etc. +# Warning: .env with secrets must be imported if you wanna test locally! This checks the .env existence, ignoring if there is no such on your machine. + +ifneq ("$(wildcard .env)","") + include .env + export +endif + # Local machine docker build with PS autoinstall e2eh$(VERSION)_local: # detaching containers @@ -52,8 +58,7 @@ e2eh$(VERSION): open-e2e-tests-locally: npm install -D cypress npm ci - export CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) - npx cypress open --config baseUrl=$(baseUrl$(VERSION)) + npx cypress open --env CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) --config baseUrl=$(baseUrl$(VERSION)) run-e2e-tests-locally: npm install -D cypress From 3580680643e05d81ec201a6220c0a656370aadb0 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 23 Jan 2024 11:18:08 +0200 Subject: [PATCH 20/26] Update prestashop_8.sql --- tests/seed/database/prestashop_8.sql | 13564 +++++++++++-------------- 1 file changed, 5714 insertions(+), 7850 deletions(-) diff --git a/tests/seed/database/prestashop_8.sql b/tests/seed/database/prestashop_8.sql index 113aac169..0b04577b0 100644 --- a/tests/seed/database/prestashop_8.sql +++ b/tests/seed/database/prestashop_8.sql @@ -1,4 +1,4 @@ --- Adminer 4.8.1 MySQL 5.7.43 dump +-- Adminer 4.8.1 MySQL 5.7.44 dump SET NAMES utf8; SET time_zone = '+00:00'; @@ -451,10 +451,10 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (1, 434), (1, 435), (1, 436), -(1, 441), -(1, 442), -(1, 443), -(1, 444), +(1, 437), +(1, 438), +(1, 439), +(1, 440), (1, 445), (1, 446), (1, 447), @@ -471,10 +471,10 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (1, 458), (1, 459), (1, 460), -(1, 469), -(1, 470), -(1, 471), -(1, 472), +(1, 461), +(1, 462), +(1, 463), +(1, 464), (1, 473), (1, 474), (1, 475), @@ -487,42 +487,38 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (1, 482), (1, 483), (1, 484), -(1, 493), -(1, 494), -(1, 495), -(1, 496), +(1, 485), +(1, 486), +(1, 487), +(1, 488), (1, 497), (1, 498), (1, 499), (1, 500), +(1, 501), +(1, 502), +(1, 503), +(1, 504), +(1, 597), +(1, 598), +(1, 599), +(1, 600), +(1, 665), +(1, 666), +(1, 667), +(1, 668), +(1, 681), +(1, 682), +(1, 683), +(1, 684), +(1, 685), +(1, 686), +(1, 687), +(1, 688), (1, 689), (1, 690), (1, 691), (1, 692), -(1, 693), -(1, 694), -(1, 695), -(1, 696), -(1, 697), -(1, 698), -(1, 699), -(1, 700), -(1, 741), -(1, 742), -(1, 743), -(1, 744), -(1, 765), -(1, 766), -(1, 767), -(1, 768), -(1, 769), -(1, 770), -(1, 771), -(1, 772), -(1, 773), -(1, 774), -(1, 775), -(1, 776), (1, 777), (1, 778), (1, 779), @@ -551,6 +547,10 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (1, 802), (1, 803), (1, 804), +(1, 809), +(1, 810), +(1, 811), +(1, 812), (1, 813), (1, 814), (1, 815), @@ -559,78 +559,10 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (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), @@ -713,14 +645,14 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (2, 402), (2, 403), (2, 404), -(2, 417), -(2, 418), -(2, 419), -(2, 420), (2, 421), (2, 422), (2, 423), (2, 424), +(2, 425), +(2, 426), +(2, 427), +(2, 428), (3, 41), (3, 42), (3, 43), @@ -757,10 +689,6 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (3, 398), (3, 399), (3, 400), -(3, 413), -(3, 414), -(3, 415), -(3, 416), (3, 417), (3, 418), (3, 419), @@ -773,6 +701,10 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (3, 426), (3, 427), (3, 428), +(3, 429), +(3, 430), +(3, 431), +(3, 432), (4, 0), (4, 5), (4, 6), @@ -839,18 +771,18 @@ INSERT INTO `ps_access` (`id_profile`, `id_authorization_role`) VALUES (4, 406), (4, 407), (4, 408), -(4, 413), -(4, 414), -(4, 415), -(4, 416), -(4, 421), -(4, 422), -(4, 423), -(4, 424), +(4, 417), +(4, 418), +(4, 419), +(4, 420), (4, 425), (4, 426), (4, 427), -(4, 428); +(4, 428), +(4, 429), +(4, 430), +(4, 431), +(4, 432); DROP TABLE IF EXISTS `ps_accessory`; CREATE TABLE `ps_accessory` ( @@ -896,15 +828,14 @@ CREATE TABLE `ps_address` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_address` (`id_address`, `id_country`, `id_state`, `id_customer`, `id_manufacturer`, `id_supplier`, `id_warehouse`, `alias`, `company`, `lastname`, `firstname`, `address1`, `address2`, `postcode`, `city`, `other`, `phone`, `phone_mobile`, `vat_number`, `dni`, `date_add`, `date_upd`, `active`, `deleted`) VALUES -(1, 17, 0, 1, 0, 0, 0, 'Anonymous', 'Anonymous', 'Anonymous', 'Anonymous', 'Anonymous', '', '00000', 'Anonymous', '', '0000000000', '0000000000', '0000', '0000', '2023-08-28 13:26:22', '2023-08-28 13:26:22', 1, 0), -(2, 8, 0, 2, 0, 0, 0, 'Mon adresse', 'My Company', 'DOE', 'John', '16, Main street', '2nd floor', '75002', 'Paris ', '', '0102030405', '', '', '', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(3, 21, 35, 0, 0, 1, 0, 'supplier', 'Fashion', 'supplier', 'supplier', '767 Fifth Ave.', '', '10153', 'New York', '', '(212) 336-1440', '', '', '', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(4, 21, 35, 0, 1, 0, 0, 'manufacturer', 'Fashion', 'manufacturer', 'manufacturer', '767 Fifth Ave.', '', '10154', 'New York', '', '(212) 336-1666', '', '', '', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(5, 21, 12, 2, 0, 0, 0, 'My address', 'My Company', 'DOE', 'John', '16, Main street', '2nd floor', '33133', 'Miami', '', '0102030405', '', '', '', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(6, 8, 0, 0, 0, 2, 0, 'accessories_supplier', 'Accessories and Co', 'accessories', 'accessories', '42 Avenue Maréchal Soult', '', '64990', 'Bayonne', '', '0102030405', '', '', '', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(7, 1, 0, 3, 0, 0, 0, 'DE', 'TEST COMP', 'TESSST', 'TEST TEST', 'TEST 123-123 123', 'ADDRESS 123-123 2', '10115', 'Berlin', '', '+49 30 084669845', '', '23423523', '', '2023-08-28 13:49:09', '2023-08-28 13:49:09', 1, 0), -(8, 13, 0, 3, 0, 0, 0, 'NL', 'TEST COMP', 'AAAAAA', 'FFFFFF', 'TEST 123-123 123', 'TEST123-312 5555', '8442 MB', 'Rotterdam', '', '0513 683 950', '', '23423523', '', '2023-08-28 13:50:31', '2023-08-28 13:50:31', 1, 0), -(9, 17, 0, 3, 0, 0, 0, 'UK', 'TEST COMP', 'TESSST', 'TEST TEST', '14 West St', 'TEST123-312 5555', 'SA65 9AE', 'Fishguard', '', '01348 875252', '', '23423523', '', '2023-10-30 13:29:10', '2023-10-30 13:29:10', 1, 0); +(1, 17, 0, 1, 0, 0, 0, 'Anonymous', 'Anonymous', 'Anonymous', 'Anonymous', 'Anonymous', '', '00000', 'Anonymous', '', '0000000000', '0000000000', '0000', '0000', '2024-01-23 09:45:31', '2024-01-23 09:45:31', 1, 0), +(2, 8, 0, 2, 0, 0, 0, 'Mon adresse', 'My Company', 'DOE', 'John', '16, Main street', '2nd floor', '75002', 'Paris ', '', '0102030405', '', '', '', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(3, 21, 35, 0, 0, 1, 0, 'supplier', 'Fashion', 'supplier', 'supplier', '767 Fifth Ave.', '', '10153', 'New York', '', '(212) 336-1440', '', '', '', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(4, 21, 35, 0, 1, 0, 0, 'manufacturer', 'Fashion', 'manufacturer', 'manufacturer', '767 Fifth Ave.', '', '10154', 'New York', '', '(212) 336-1666', '', '', '', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(5, 21, 12, 2, 0, 0, 0, 'My address', 'My Company', 'DOE', 'John', '16, Main street', '2nd floor', '33133', 'Miami', '', '0102030405', '', '', '', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(6, 8, 0, 0, 0, 2, 0, 'accessories_supplier', 'Accessories and Co', 'accessories', 'accessories', '42 Avenue Maréchal Soult', '', '64990', 'Bayonne', '', '0102030405', '', '', '', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(7, 1, 0, 3, 0, 0, 0, 'DE', 'TEST COMPANY', 'TEST', 'TEST', 'Egelhofen 22, Germany Pfaffenhausen,', '', '10115', 'Berlin', '', '+49-42198759147', '', 'DE123456789', '', '2024-01-23 10:11:29', '2024-01-23 10:11:29', 1, 0), +(8, 13, 0, 3, 0, 0, 0, 'NL', 'TEST COMPANY', 'TEST', 'TEST', '88 Rue Aristide Briand', '', '3572 AX', 'Rotterdam', '', '01348 875252', '', '23423523', '', '2024-01-23 10:14:08', '2024-01-23 10:14:08', 1, 0); DROP TABLE IF EXISTS `ps_address_format`; CREATE TABLE `ps_address_format` ( @@ -1170,9 +1101,8 @@ CREATE TABLE `ps_admin_filter` ( ) 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\"}', ''); +(1, 1, 1, '', '', '{\"limit\":50,\"orderBy\":\"id_order\",\"sortOrder\":\"DESC\",\"filters\":[]}', 'order'), +(2, 1, 1, '', '', '{\"limit\":50,\"orderBy\":\"id_employee\",\"sortOrder\":\"asc\",\"filters\":[]}', 'employee'); DROP TABLE IF EXISTS `ps_alias`; CREATE TABLE `ps_alias` ( @@ -1188,6 +1118,19 @@ INSERT INTO `ps_alias` (`id_alias`, `alias`, `search`, `active`) VALUES (1, 'bloose', 'blouse', 1), (2, 'blues', 'blouse', 1); +DROP TABLE IF EXISTS `ps_api_access`; +CREATE TABLE `ps_api_access` ( + `id_api_access` int(10) unsigned NOT NULL AUTO_INCREMENT, + `id_authorized_application` int(10) unsigned NOT NULL, + `client_id` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, + `client_secret` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, + `active` tinyint(1) NOT NULL, + `scopes` longtext COLLATE utf8mb4_unicode_ci NOT NULL COMMENT '(DC2Type:array)', + PRIMARY KEY (`id_api_access`), + KEY `IDX_6E064442D8BFF738` (`id_authorized_application`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + + DROP TABLE IF EXISTS `ps_attachment`; CREATE TABLE `ps_attachment` ( `id_attachment` int(10) unsigned NOT NULL AUTO_INCREMENT, @@ -1224,32 +1167,27 @@ INSERT INTO `ps_attribute` (`id_attribute`, `id_attribute_group`, `color`, `posi (2, 1, '', 1), (3, 1, '', 2), (4, 1, '', 3), -(5, 1, '', 4), -(6, 2, '', 0), -(7, 2, '', 1), -(8, 2, '', 2), -(9, 2, '', 3), -(10, 3, '#AAB2BD', 0), -(11, 3, '#CFC4A6', 1), -(12, 3, '#f5f5dc', 2), -(13, 3, '#ffffff', 3), -(14, 3, '#faebd7', 4), -(15, 3, '#E84C3D', 5), -(16, 3, '#434A54', 6), -(17, 3, '#C19A6B', 7), -(18, 3, '#F39C11', 8), -(19, 3, '#5D9CEC', 9), -(20, 3, '#A0D468', 10), -(21, 3, '#F1C40F', 11), -(22, 3, '#964B00', 12), -(23, 3, '#FCCACD', 13), -(24, 4, '', 0), -(25, 4, '', 1), -(26, 4, '', 2), -(27, 5, '', 0), -(28, 5, '', 1), -(29, 5, '', 2), -(30, 5, '', 3); +(5, 2, '#AAB2BD', 0), +(6, 2, '#CFC4A6', 1), +(7, 2, '#f5f5dc', 2), +(8, 2, '#ffffff', 3), +(9, 2, '#faebd7', 4), +(10, 2, '#E84C3D', 5), +(11, 2, '#434A54', 6), +(12, 2, '#C19A6B', 7), +(13, 2, '#F39C11', 8), +(14, 2, '#5D9CEC', 9), +(15, 2, '#A0D468', 10), +(16, 2, '#F1C40F', 11), +(17, 2, '#964B00', 12), +(18, 2, '#FCCACD', 13), +(19, 3, '', 0), +(20, 3, '', 1), +(21, 3, '', 2), +(22, 4, '', 0), +(23, 4, '', 1), +(24, 4, '', 2), +(25, 4, '', 3); DROP TABLE IF EXISTS `ps_attribute_group`; CREATE TABLE `ps_attribute_group` ( @@ -1262,10 +1200,9 @@ CREATE TABLE `ps_attribute_group` ( INSERT INTO `ps_attribute_group` (`id_attribute_group`, `is_color_group`, `group_type`, `position`) VALUES (1, 0, 'select', 0), -(2, 0, 'select', 1), -(3, 1, 'color', 2), -(4, 0, 'select', 3), -(5, 0, 'select', 4); +(2, 1, 'color', 1), +(3, 0, 'select', 2), +(4, 0, 'select', 3); DROP TABLE IF EXISTS `ps_attribute_group_lang`; CREATE TABLE `ps_attribute_group_lang` ( @@ -1279,21 +1216,18 @@ CREATE TABLE `ps_attribute_group_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_attribute_group_lang` (`id_attribute_group`, `id_lang`, `name`, `public_name`) VALUES -(1, 1, 'Mollie Subscription', 'Subscription'), -(1, 2, 'Mollie Subscription', 'Subscription'), -(1, 3, 'Mollie Subscription', 'Subscription'), -(2, 1, 'Size', 'Size'), -(2, 2, 'Grootte', 'Grootte'), -(2, 3, 'Größe', 'Größe'), -(3, 1, 'Color', 'Color'), -(3, 2, 'Kleur', 'Kleur'), -(3, 3, 'Farbe', 'Farbe'), -(4, 1, 'Dimension', 'Dimension'), -(4, 2, 'Dimension', 'Dimension'), -(4, 3, 'Dimension', 'Dimension'), -(5, 1, 'Paper Type', 'Paper Type'), -(5, 2, 'Paper Type', 'Paper Type'), -(5, 3, 'Paper Type', 'Paper Type'); +(1, 1, 'Size', 'Size'), +(1, 2, 'Größe', 'Größe'), +(1, 3, 'Grootte', 'Grootte'), +(2, 1, 'Color', 'Color'), +(2, 2, 'Farbe', 'Farbe'), +(2, 3, 'Kleur', 'Kleur'), +(3, 1, 'Dimension', 'Dimension'), +(3, 2, 'Dimension', 'Dimension'), +(3, 3, 'Dimension', 'Dimension'), +(4, 1, 'Paper Type', 'Paper Type'), +(4, 2, 'Paper Type', 'Paper Type'), +(4, 3, 'Paper Type', 'Paper Type'); DROP TABLE IF EXISTS `ps_attribute_group_shop`; CREATE TABLE `ps_attribute_group_shop` ( @@ -1308,8 +1242,7 @@ INSERT INTO `ps_attribute_group_shop` (`id_attribute_group`, `id_shop`) VALUES (1, 1), (2, 1), (3, 1), -(4, 1), -(5, 1); +(4, 1); DROP TABLE IF EXISTS `ps_attribute_lang`; CREATE TABLE `ps_attribute_lang` ( @@ -1322,96 +1255,81 @@ CREATE TABLE `ps_attribute_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_attribute_lang` (`id_attribute`, `id_lang`, `name`) VALUES -(1, 1, 'None'), -(1, 2, 'None'), -(1, 3, 'None'), -(2, 1, 'Daily'), -(2, 2, 'Daily'), -(2, 3, 'Daily'), -(3, 1, 'Weekly'), -(3, 2, 'Weekly'), -(3, 3, 'Weekly'), -(4, 1, 'Monthly'), -(4, 2, 'Monthly'), -(4, 3, 'Monthly'), -(5, 1, 'Yearly'), -(5, 2, 'Yearly'), -(5, 3, 'Yearly'), -(6, 1, 'S'), -(6, 2, 'S'), -(6, 3, 'S'), -(7, 1, 'M'), -(7, 2, 'M'), -(7, 3, 'M'), -(8, 1, 'L'), -(8, 2, 'L'), -(8, 3, 'L'), -(9, 1, 'XL'), -(9, 2, 'XL'), -(9, 3, 'XL'), -(10, 1, 'Gray'), -(10, 2, 'Grijs'), -(10, 3, 'Grau'), -(11, 1, 'Taupe'), -(11, 2, 'Taupe'), -(11, 3, 'Taupe'), -(12, 1, 'Beige'), -(12, 2, 'Beige'), -(12, 3, 'Beige'), -(13, 1, 'White'), -(13, 2, 'Wit'), -(13, 3, 'Weiß'), -(14, 1, 'Off White'), -(14, 2, 'Gebroken wit'), -(14, 3, 'Wollweiß'), -(15, 1, 'Red'), -(15, 2, 'Rood'), -(15, 3, 'Rot'), -(16, 1, 'Black'), -(16, 2, 'Zwart'), -(16, 3, 'Schwarz'), -(17, 1, 'Camel'), -(17, 2, 'Camel'), -(17, 3, 'Camel'), -(18, 1, 'Orange'), -(18, 2, 'Oranje'), -(18, 3, 'Orange'), -(19, 1, 'Blue'), -(19, 2, 'Blauw'), -(19, 3, 'Blau'), -(20, 1, 'Green'), -(20, 2, 'Groen'), -(20, 3, 'Grün'), -(21, 1, 'Yellow'), -(21, 2, 'Geel'), -(21, 3, 'Gelb'), -(22, 1, 'Brown'), -(22, 2, 'Bruin'), -(22, 3, 'Braun'), -(23, 1, 'Pink'), -(23, 2, 'Roze'), -(23, 3, 'Pink'), -(24, 1, '40x60cm'), -(24, 2, '40x60cm'), -(24, 3, '40x60cm'), -(25, 1, '60x90cm'), -(25, 2, '60x90cm'), -(25, 3, '60x90cm'), -(26, 1, '80x120cm'), -(26, 2, '80x120cm'), -(26, 3, '80x120cm'), -(27, 1, 'Ruled'), -(27, 2, 'Ruled'), -(27, 3, 'Ruled'), -(28, 1, 'Plain'), -(28, 2, 'Plain'), -(28, 3, 'Plain'), -(29, 1, 'Squarred'), -(29, 2, 'Squarred'), -(29, 3, 'Squarred'), -(30, 1, 'Doted'), -(30, 2, 'Doted'), -(30, 3, 'Doted'); +(1, 1, 'S'), +(1, 2, 'S'), +(1, 3, 'S'), +(2, 1, 'M'), +(2, 2, 'M'), +(2, 3, 'M'), +(3, 1, 'L'), +(3, 2, 'L'), +(3, 3, 'L'), +(4, 1, 'XL'), +(4, 2, 'XL'), +(4, 3, 'XL'), +(5, 1, 'Gray'), +(5, 2, 'Grau'), +(5, 3, 'Grijs'), +(6, 1, 'Taupe'), +(6, 2, 'Taupe'), +(6, 3, 'Taupe'), +(7, 1, 'Beige'), +(7, 2, 'Beige'), +(7, 3, 'Beige'), +(8, 1, 'White'), +(8, 2, 'Weiß'), +(8, 3, 'Wit'), +(9, 1, 'Off White'), +(9, 2, 'Wollweiß'), +(9, 3, 'Gebroken wit'), +(10, 1, 'Red'), +(10, 2, 'Rot'), +(10, 3, 'Rood'), +(11, 1, 'Black'), +(11, 2, 'Schwarz'), +(11, 3, 'Zwart'), +(12, 1, 'Camel'), +(12, 2, 'Camel'), +(12, 3, 'Camel'), +(13, 1, 'Orange'), +(13, 2, 'Orange'), +(13, 3, 'Oranje'), +(14, 1, 'Blue'), +(14, 2, 'Blau'), +(14, 3, 'Blauw'), +(15, 1, 'Green'), +(15, 2, 'Grün'), +(15, 3, 'Groen'), +(16, 1, 'Yellow'), +(16, 2, 'Gelb'), +(16, 3, 'Geel'), +(17, 1, 'Brown'), +(17, 2, 'Braun'), +(17, 3, 'Bruin'), +(18, 1, 'Pink'), +(18, 2, 'Pink'), +(18, 3, 'Roze'), +(19, 1, '40x60cm'), +(19, 2, '40x60cm'), +(19, 3, '40x60cm'), +(20, 1, '60x90cm'), +(20, 2, '60x90cm'), +(20, 3, '60x90cm'), +(21, 1, '80x120cm'), +(21, 2, '80x120cm'), +(21, 3, '80x120cm'), +(22, 1, 'Ruled'), +(22, 2, 'Ruled'), +(22, 3, 'Ruled'), +(23, 1, 'Plain'), +(23, 2, 'Plain'), +(23, 3, 'Plain'), +(24, 1, 'Squarred'), +(24, 2, 'Squarred'), +(24, 3, 'Squarred'), +(25, 1, 'Doted'), +(25, 2, 'Doted'), +(25, 3, 'Doted'); DROP TABLE IF EXISTS `ps_attribute_shop`; CREATE TABLE `ps_attribute_shop` ( @@ -1447,12 +1365,7 @@ INSERT INTO `ps_attribute_shop` (`id_attribute`, `id_shop`) VALUES (22, 1), (23, 1), (24, 1), -(25, 1), -(26, 1), -(27, 1), -(28, 1), -(29, 1), -(30, 1); +(25, 1); DROP TABLE IF EXISTS `ps_authorization_role`; CREATE TABLE `ps_authorization_role` ( @@ -1463,266 +1376,278 @@ CREATE TABLE `ps_authorization_role` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES -(465, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_CREATE'), -(468, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_DELETE'), -(466, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_READ'), -(467, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_UPDATE'), -(485, 'ROLE_MOD_MODULE_BLOCKWISHLIST_CREATE'), -(488, 'ROLE_MOD_MODULE_BLOCKWISHLIST_DELETE'), -(486, 'ROLE_MOD_MODULE_BLOCKWISHLIST_READ'), -(487, 'ROLE_MOD_MODULE_BLOCKWISHLIST_UPDATE'), -(581, 'ROLE_MOD_MODULE_CONTACTFORM_CREATE'), -(584, 'ROLE_MOD_MODULE_CONTACTFORM_DELETE'), -(582, 'ROLE_MOD_MODULE_CONTACTFORM_READ'), -(583, 'ROLE_MOD_MODULE_CONTACTFORM_UPDATE'), -(665, 'ROLE_MOD_MODULE_DASHACTIVITY_CREATE'), -(668, 'ROLE_MOD_MODULE_DASHACTIVITY_DELETE'), -(666, 'ROLE_MOD_MODULE_DASHACTIVITY_READ'), -(667, 'ROLE_MOD_MODULE_DASHACTIVITY_UPDATE'), -(745, 'ROLE_MOD_MODULE_DASHGOALS_CREATE'), -(748, 'ROLE_MOD_MODULE_DASHGOALS_DELETE'), -(746, 'ROLE_MOD_MODULE_DASHGOALS_READ'), -(747, 'ROLE_MOD_MODULE_DASHGOALS_UPDATE'), +(469, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_CREATE'), +(472, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_DELETE'), +(470, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_READ'), +(471, 'ROLE_MOD_MODULE_BLOCKREASSURANCE_UPDATE'), +(489, 'ROLE_MOD_MODULE_BLOCKWISHLIST_CREATE'), +(492, 'ROLE_MOD_MODULE_BLOCKWISHLIST_DELETE'), +(490, 'ROLE_MOD_MODULE_BLOCKWISHLIST_READ'), +(491, 'ROLE_MOD_MODULE_BLOCKWISHLIST_UPDATE'), +(585, 'ROLE_MOD_MODULE_CONTACTFORM_CREATE'), +(588, 'ROLE_MOD_MODULE_CONTACTFORM_DELETE'), +(586, 'ROLE_MOD_MODULE_CONTACTFORM_READ'), +(587, 'ROLE_MOD_MODULE_CONTACTFORM_UPDATE'), +(593, 'ROLE_MOD_MODULE_DASHACTIVITY_CREATE'), +(596, 'ROLE_MOD_MODULE_DASHACTIVITY_DELETE'), +(594, 'ROLE_MOD_MODULE_DASHACTIVITY_READ'), +(595, 'ROLE_MOD_MODULE_DASHACTIVITY_UPDATE'), +(601, 'ROLE_MOD_MODULE_DASHGOALS_CREATE'), +(604, 'ROLE_MOD_MODULE_DASHGOALS_DELETE'), +(602, 'ROLE_MOD_MODULE_DASHGOALS_READ'), +(603, 'ROLE_MOD_MODULE_DASHGOALS_UPDATE'), (605, 'ROLE_MOD_MODULE_DASHPRODUCTS_CREATE'), (608, 'ROLE_MOD_MODULE_DASHPRODUCTS_DELETE'), (606, 'ROLE_MOD_MODULE_DASHPRODUCTS_READ'), (607, 'ROLE_MOD_MODULE_DASHPRODUCTS_UPDATE'), -(725, 'ROLE_MOD_MODULE_DASHTRENDS_CREATE'), -(728, 'ROLE_MOD_MODULE_DASHTRENDS_DELETE'), -(726, 'ROLE_MOD_MODULE_DASHTRENDS_READ'), -(727, 'ROLE_MOD_MODULE_DASHTRENDS_UPDATE'), -(681, 'ROLE_MOD_MODULE_GRAPHNVD3_CREATE'), -(684, 'ROLE_MOD_MODULE_GRAPHNVD3_DELETE'), -(682, 'ROLE_MOD_MODULE_GRAPHNVD3_READ'), -(683, 'ROLE_MOD_MODULE_GRAPHNVD3_UPDATE'), -(733, 'ROLE_MOD_MODULE_GRIDHTML_CREATE'), -(736, 'ROLE_MOD_MODULE_GRIDHTML_DELETE'), -(734, 'ROLE_MOD_MODULE_GRIDHTML_READ'), -(735, 'ROLE_MOD_MODULE_GRIDHTML_UPDATE'), -(669, 'ROLE_MOD_MODULE_GSITEMAP_CREATE'), -(672, 'ROLE_MOD_MODULE_GSITEMAP_DELETE'), -(670, 'ROLE_MOD_MODULE_GSITEMAP_READ'), -(671, 'ROLE_MOD_MODULE_GSITEMAP_UPDATE'), -(673, 'ROLE_MOD_MODULE_PAGESNOTFOUND_CREATE'), -(676, 'ROLE_MOD_MODULE_PAGESNOTFOUND_DELETE'), -(674, 'ROLE_MOD_MODULE_PAGESNOTFOUND_READ'), -(675, 'ROLE_MOD_MODULE_PAGESNOTFOUND_UPDATE'), -(569, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_CREATE'), -(572, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_DELETE'), -(570, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_READ'), -(571, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_UPDATE'), -(489, 'ROLE_MOD_MODULE_PSGDPR_CREATE'), -(492, 'ROLE_MOD_MODULE_PSGDPR_DELETE'), -(490, 'ROLE_MOD_MODULE_PSGDPR_READ'), -(491, 'ROLE_MOD_MODULE_PSGDPR_UPDATE'), -(537, 'ROLE_MOD_MODULE_PS_BANNER_CREATE'), -(540, 'ROLE_MOD_MODULE_PS_BANNER_DELETE'), -(538, 'ROLE_MOD_MODULE_PS_BANNER_READ'), -(539, 'ROLE_MOD_MODULE_PS_BANNER_UPDATE'), -(553, 'ROLE_MOD_MODULE_PS_BESTSELLERS_CREATE'), -(556, 'ROLE_MOD_MODULE_PS_BESTSELLERS_DELETE'), -(554, 'ROLE_MOD_MODULE_PS_BESTSELLERS_READ'), -(555, 'ROLE_MOD_MODULE_PS_BESTSELLERS_UPDATE'), -(593, 'ROLE_MOD_MODULE_PS_BRANDLIST_CREATE'), -(596, 'ROLE_MOD_MODULE_PS_BRANDLIST_DELETE'), -(594, 'ROLE_MOD_MODULE_PS_BRANDLIST_READ'), -(595, 'ROLE_MOD_MODULE_PS_BRANDLIST_UPDATE'), -(753, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_CREATE'), -(756, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_DELETE'), -(754, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_READ'), -(755, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_UPDATE'), -(621, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_CREATE'), -(624, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_DELETE'), -(622, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_READ'), -(623, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_UPDATE'), -(573, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_CREATE'), -(576, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_DELETE'), -(574, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_READ'), -(575, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_UPDATE'), -(609, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_CREATE'), -(612, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_DELETE'), -(610, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_READ'), -(611, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_UPDATE'), -(501, 'ROLE_MOD_MODULE_PS_CONTACTINFO_CREATE'), -(504, 'ROLE_MOD_MODULE_PS_CONTACTINFO_DELETE'), -(502, 'ROLE_MOD_MODULE_PS_CONTACTINFO_READ'), -(503, 'ROLE_MOD_MODULE_PS_CONTACTINFO_UPDATE'), -(721, 'ROLE_MOD_MODULE_PS_CROSSSELLING_CREATE'), -(724, 'ROLE_MOD_MODULE_PS_CROSSSELLING_DELETE'), -(722, 'ROLE_MOD_MODULE_PS_CROSSSELLING_READ'), -(723, 'ROLE_MOD_MODULE_PS_CROSSSELLING_UPDATE'), -(509, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_CREATE'), -(512, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_DELETE'), -(510, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_READ'), -(511, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_UPDATE'), -(565, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_CREATE'), -(568, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_DELETE'), -(566, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_READ'), -(567, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_UPDATE'), -(513, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_CREATE'), -(516, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_DELETE'), -(514, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_READ'), -(515, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_UPDATE'), -(541, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_CREATE'), -(544, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_DELETE'), -(542, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_READ'), -(543, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_UPDATE'), -(677, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_CREATE'), -(680, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_DELETE'), -(678, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_READ'), -(679, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_UPDATE'), -(633, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_CREATE'), -(636, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_DELETE'), -(634, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_READ'), -(635, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_UPDATE'), -(701, 'ROLE_MOD_MODULE_PS_EMAILALERTS_CREATE'), -(704, 'ROLE_MOD_MODULE_PS_EMAILALERTS_DELETE'), -(702, 'ROLE_MOD_MODULE_PS_EMAILALERTS_READ'), -(703, 'ROLE_MOD_MODULE_PS_EMAILALERTS_UPDATE'), -(557, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_CREATE'), -(560, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_DELETE'), -(558, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_READ'), -(559, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_UPDATE'), -(805, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_CREATE'), -(808, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_DELETE'), -(806, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_READ'), -(807, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_UPDATE'), -(533, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_CREATE'), -(536, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_DELETE'), -(534, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_READ'), -(535, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_UPDATE'), -(661, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_CREATE'), -(664, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_DELETE'), -(662, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_READ'), -(663, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_UPDATE'), -(529, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_CREATE'), -(532, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_DELETE'), -(530, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_READ'), -(531, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_UPDATE'), -(505, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_CREATE'), -(508, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_DELETE'), -(506, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_READ'), -(507, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_UPDATE'), -(461, 'ROLE_MOD_MODULE_PS_LINKLIST_CREATE'), -(464, 'ROLE_MOD_MODULE_PS_LINKLIST_DELETE'), -(462, 'ROLE_MOD_MODULE_PS_LINKLIST_READ'), -(463, 'ROLE_MOD_MODULE_PS_LINKLIST_UPDATE'), -(521, 'ROLE_MOD_MODULE_PS_MAINMENU_CREATE'), -(524, 'ROLE_MOD_MODULE_PS_MAINMENU_DELETE'), -(522, 'ROLE_MOD_MODULE_PS_MAINMENU_READ'), -(523, 'ROLE_MOD_MODULE_PS_MAINMENU_UPDATE'), -(549, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_CREATE'), -(552, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_DELETE'), -(550, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_READ'), -(551, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_UPDATE'), -(525, 'ROLE_MOD_MODULE_PS_SEARCHBAR_CREATE'), -(528, 'ROLE_MOD_MODULE_PS_SEARCHBAR_DELETE'), -(526, 'ROLE_MOD_MODULE_PS_SEARCHBAR_READ'), -(527, 'ROLE_MOD_MODULE_PS_SEARCHBAR_UPDATE'), -(585, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_CREATE'), -(588, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_DELETE'), -(586, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_READ'), -(587, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_UPDATE'), -(517, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_CREATE'), -(520, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_DELETE'), -(518, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_READ'), -(519, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_UPDATE'), -(561, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_CREATE'), -(564, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_DELETE'), -(562, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_READ'), -(563, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_UPDATE'), -(545, 'ROLE_MOD_MODULE_PS_SPECIALS_CREATE'), -(548, 'ROLE_MOD_MODULE_PS_SPECIALS_DELETE'), -(546, 'ROLE_MOD_MODULE_PS_SPECIALS_READ'), -(547, 'ROLE_MOD_MODULE_PS_SPECIALS_UPDATE'), -(653, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_CREATE'), -(656, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_DELETE'), -(654, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_READ'), -(655, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_UPDATE'), -(685, 'ROLE_MOD_MODULE_PS_THEMECUSTO_CREATE'), -(688, 'ROLE_MOD_MODULE_PS_THEMECUSTO_DELETE'), -(686, 'ROLE_MOD_MODULE_PS_THEMECUSTO_READ'), -(687, 'ROLE_MOD_MODULE_PS_THEMECUSTO_UPDATE'), -(641, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_CREATE'), -(644, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_DELETE'), -(642, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_READ'), -(643, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_UPDATE'), -(705, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_CREATE'), -(708, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_DELETE'), -(706, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_READ'), -(707, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_UPDATE'), -(597, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_CREATE'), -(600, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_DELETE'), -(598, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_READ'), -(599, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_UPDATE'), -(757, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_CREATE'), -(760, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_DELETE'), -(758, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_READ'), -(759, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_UPDATE'), -(713, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_CREATE'), -(716, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_DELETE'), -(714, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_READ'), -(715, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_UPDATE'), -(645, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_CREATE'), -(648, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_DELETE'), -(646, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_READ'), -(647, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_UPDATE'), -(737, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_CREATE'), -(740, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_DELETE'), -(738, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_READ'), -(739, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_UPDATE'), -(637, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_CREATE'), -(640, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_DELETE'), -(638, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_READ'), -(639, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_UPDATE'), -(589, 'ROLE_MOD_MODULE_STATSCARRIER_CREATE'), -(592, 'ROLE_MOD_MODULE_STATSCARRIER_DELETE'), -(590, 'ROLE_MOD_MODULE_STATSCARRIER_READ'), -(591, 'ROLE_MOD_MODULE_STATSCARRIER_UPDATE'), -(617, 'ROLE_MOD_MODULE_STATSCATALOG_CREATE'), -(620, 'ROLE_MOD_MODULE_STATSCATALOG_DELETE'), -(618, 'ROLE_MOD_MODULE_STATSCATALOG_READ'), -(619, 'ROLE_MOD_MODULE_STATSCATALOG_UPDATE'), -(657, 'ROLE_MOD_MODULE_STATSCHECKUP_CREATE'), -(660, 'ROLE_MOD_MODULE_STATSCHECKUP_DELETE'), -(658, 'ROLE_MOD_MODULE_STATSCHECKUP_READ'), -(659, 'ROLE_MOD_MODULE_STATSCHECKUP_UPDATE'), -(749, 'ROLE_MOD_MODULE_STATSDATA_CREATE'), -(752, 'ROLE_MOD_MODULE_STATSDATA_DELETE'), -(750, 'ROLE_MOD_MODULE_STATSDATA_READ'), -(751, 'ROLE_MOD_MODULE_STATSDATA_UPDATE'), -(629, 'ROLE_MOD_MODULE_STATSFORECAST_CREATE'), -(632, 'ROLE_MOD_MODULE_STATSFORECAST_DELETE'), -(630, 'ROLE_MOD_MODULE_STATSFORECAST_READ'), -(631, 'ROLE_MOD_MODULE_STATSFORECAST_UPDATE'), -(709, 'ROLE_MOD_MODULE_STATSNEWSLETTER_CREATE'), -(712, 'ROLE_MOD_MODULE_STATSNEWSLETTER_DELETE'), -(710, 'ROLE_MOD_MODULE_STATSNEWSLETTER_READ'), -(711, 'ROLE_MOD_MODULE_STATSNEWSLETTER_UPDATE'), -(625, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_CREATE'), -(628, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_DELETE'), -(626, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_READ'), -(627, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_UPDATE'), -(717, 'ROLE_MOD_MODULE_STATSPRODUCT_CREATE'), -(720, 'ROLE_MOD_MODULE_STATSPRODUCT_DELETE'), -(718, 'ROLE_MOD_MODULE_STATSPRODUCT_READ'), -(719, 'ROLE_MOD_MODULE_STATSPRODUCT_UPDATE'), -(649, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_CREATE'), -(652, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_DELETE'), -(650, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_READ'), -(651, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_UPDATE'), -(601, 'ROLE_MOD_MODULE_STATSSALES_CREATE'), -(604, 'ROLE_MOD_MODULE_STATSSALES_DELETE'), -(602, 'ROLE_MOD_MODULE_STATSSALES_READ'), -(603, 'ROLE_MOD_MODULE_STATSSALES_UPDATE'), -(613, 'ROLE_MOD_MODULE_STATSSEARCH_CREATE'), -(616, 'ROLE_MOD_MODULE_STATSSEARCH_DELETE'), -(614, 'ROLE_MOD_MODULE_STATSSEARCH_READ'), -(615, 'ROLE_MOD_MODULE_STATSSEARCH_UPDATE'), -(729, 'ROLE_MOD_MODULE_STATSSTOCK_CREATE'), -(732, 'ROLE_MOD_MODULE_STATSSTOCK_DELETE'), -(730, 'ROLE_MOD_MODULE_STATSSTOCK_READ'), -(731, 'ROLE_MOD_MODULE_STATSSTOCK_UPDATE'), +(609, 'ROLE_MOD_MODULE_DASHTRENDS_CREATE'), +(612, 'ROLE_MOD_MODULE_DASHTRENDS_DELETE'), +(610, 'ROLE_MOD_MODULE_DASHTRENDS_READ'), +(611, 'ROLE_MOD_MODULE_DASHTRENDS_UPDATE'), +(613, 'ROLE_MOD_MODULE_GRAPHNVD3_CREATE'), +(616, 'ROLE_MOD_MODULE_GRAPHNVD3_DELETE'), +(614, 'ROLE_MOD_MODULE_GRAPHNVD3_READ'), +(615, 'ROLE_MOD_MODULE_GRAPHNVD3_UPDATE'), +(617, 'ROLE_MOD_MODULE_GRIDHTML_CREATE'), +(620, 'ROLE_MOD_MODULE_GRIDHTML_DELETE'), +(618, 'ROLE_MOD_MODULE_GRIDHTML_READ'), +(619, 'ROLE_MOD_MODULE_GRIDHTML_UPDATE'), +(621, 'ROLE_MOD_MODULE_GSITEMAP_CREATE'), +(624, 'ROLE_MOD_MODULE_GSITEMAP_DELETE'), +(622, 'ROLE_MOD_MODULE_GSITEMAP_READ'), +(623, 'ROLE_MOD_MODULE_GSITEMAP_UPDATE'), +(625, 'ROLE_MOD_MODULE_PAGESNOTFOUND_CREATE'), +(628, 'ROLE_MOD_MODULE_PAGESNOTFOUND_DELETE'), +(626, 'ROLE_MOD_MODULE_PAGESNOTFOUND_READ'), +(627, 'ROLE_MOD_MODULE_PAGESNOTFOUND_UPDATE'), +(573, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_CREATE'), +(576, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_DELETE'), +(574, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_READ'), +(575, 'ROLE_MOD_MODULE_PRODUCTCOMMENTS_UPDATE'), +(493, 'ROLE_MOD_MODULE_PSGDPR_CREATE'), +(496, 'ROLE_MOD_MODULE_PSGDPR_DELETE'), +(494, 'ROLE_MOD_MODULE_PSGDPR_READ'), +(495, 'ROLE_MOD_MODULE_PSGDPR_UPDATE'), +(821, 'ROLE_MOD_MODULE_PS_ACCOUNTS_CREATE'), +(824, 'ROLE_MOD_MODULE_PS_ACCOUNTS_DELETE'), +(822, 'ROLE_MOD_MODULE_PS_ACCOUNTS_READ'), +(823, 'ROLE_MOD_MODULE_PS_ACCOUNTS_UPDATE'), +(541, 'ROLE_MOD_MODULE_PS_BANNER_CREATE'), +(544, 'ROLE_MOD_MODULE_PS_BANNER_DELETE'), +(542, 'ROLE_MOD_MODULE_PS_BANNER_READ'), +(543, 'ROLE_MOD_MODULE_PS_BANNER_UPDATE'), +(557, 'ROLE_MOD_MODULE_PS_BESTSELLERS_CREATE'), +(560, 'ROLE_MOD_MODULE_PS_BESTSELLERS_DELETE'), +(558, 'ROLE_MOD_MODULE_PS_BESTSELLERS_READ'), +(559, 'ROLE_MOD_MODULE_PS_BESTSELLERS_UPDATE'), +(629, 'ROLE_MOD_MODULE_PS_BRANDLIST_CREATE'), +(632, 'ROLE_MOD_MODULE_PS_BRANDLIST_DELETE'), +(630, 'ROLE_MOD_MODULE_PS_BRANDLIST_READ'), +(631, 'ROLE_MOD_MODULE_PS_BRANDLIST_UPDATE'), +(633, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_CREATE'), +(636, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_DELETE'), +(634, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_READ'), +(635, 'ROLE_MOD_MODULE_PS_CASHONDELIVERY_UPDATE'), +(637, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_CREATE'), +(640, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_DELETE'), +(638, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_READ'), +(639, 'ROLE_MOD_MODULE_PS_CATEGORYPRODUCTS_UPDATE'), +(577, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_CREATE'), +(580, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_DELETE'), +(578, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_READ'), +(579, 'ROLE_MOD_MODULE_PS_CATEGORYTREE_UPDATE'), +(641, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_CREATE'), +(644, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_DELETE'), +(642, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_READ'), +(643, 'ROLE_MOD_MODULE_PS_CHECKPAYMENT_UPDATE'), +(505, 'ROLE_MOD_MODULE_PS_CONTACTINFO_CREATE'), +(508, 'ROLE_MOD_MODULE_PS_CONTACTINFO_DELETE'), +(506, 'ROLE_MOD_MODULE_PS_CONTACTINFO_READ'), +(507, 'ROLE_MOD_MODULE_PS_CONTACTINFO_UPDATE'), +(645, 'ROLE_MOD_MODULE_PS_CROSSSELLING_CREATE'), +(648, 'ROLE_MOD_MODULE_PS_CROSSSELLING_DELETE'), +(646, 'ROLE_MOD_MODULE_PS_CROSSSELLING_READ'), +(647, 'ROLE_MOD_MODULE_PS_CROSSSELLING_UPDATE'), +(513, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_CREATE'), +(516, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_DELETE'), +(514, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_READ'), +(515, 'ROLE_MOD_MODULE_PS_CURRENCYSELECTOR_UPDATE'), +(569, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_CREATE'), +(572, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_DELETE'), +(570, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_READ'), +(571, 'ROLE_MOD_MODULE_PS_CUSTOMERACCOUNTLINKS_UPDATE'), +(517, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_CREATE'), +(520, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_DELETE'), +(518, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_READ'), +(519, 'ROLE_MOD_MODULE_PS_CUSTOMERSIGNIN_UPDATE'), +(545, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_CREATE'), +(548, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_DELETE'), +(546, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_READ'), +(547, 'ROLE_MOD_MODULE_PS_CUSTOMTEXT_UPDATE'), +(649, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_CREATE'), +(652, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_DELETE'), +(650, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_READ'), +(651, 'ROLE_MOD_MODULE_PS_DATAPRIVACY_UPDATE'), +(653, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_CREATE'), +(656, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_DELETE'), +(654, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_READ'), +(655, 'ROLE_MOD_MODULE_PS_DISTRIBUTIONAPICLIENT_UPDATE'), +(657, 'ROLE_MOD_MODULE_PS_EMAILALERTS_CREATE'), +(660, 'ROLE_MOD_MODULE_PS_EMAILALERTS_DELETE'), +(658, 'ROLE_MOD_MODULE_PS_EMAILALERTS_READ'), +(659, 'ROLE_MOD_MODULE_PS_EMAILALERTS_UPDATE'), +(561, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_CREATE'), +(564, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_DELETE'), +(562, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_READ'), +(563, 'ROLE_MOD_MODULE_PS_EMAILSUBSCRIPTION_UPDATE'), +(773, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_CREATE'), +(776, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_DELETE'), +(774, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_READ'), +(775, 'ROLE_MOD_MODULE_PS_FACETEDSEARCH_UPDATE'), +(661, 'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_CREATE'), +(664, 'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_DELETE'), +(662, 'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_READ'), +(663, 'ROLE_MOD_MODULE_PS_FAVICONNOTIFICATIONBO_UPDATE'), +(537, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_CREATE'), +(540, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_DELETE'), +(538, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_READ'), +(539, 'ROLE_MOD_MODULE_PS_FEATUREDPRODUCTS_UPDATE'), +(669, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_CREATE'), +(672, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_DELETE'), +(670, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_READ'), +(671, 'ROLE_MOD_MODULE_PS_GOOGLEANALYTICS_UPDATE'), +(533, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_CREATE'), +(536, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_DELETE'), +(534, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_READ'), +(535, 'ROLE_MOD_MODULE_PS_IMAGESLIDER_UPDATE'), +(509, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_CREATE'), +(512, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_DELETE'), +(510, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_READ'), +(511, 'ROLE_MOD_MODULE_PS_LANGUAGESELECTOR_UPDATE'), +(465, 'ROLE_MOD_MODULE_PS_LINKLIST_CREATE'), +(468, 'ROLE_MOD_MODULE_PS_LINKLIST_DELETE'), +(466, 'ROLE_MOD_MODULE_PS_LINKLIST_READ'), +(467, 'ROLE_MOD_MODULE_PS_LINKLIST_UPDATE'), +(525, 'ROLE_MOD_MODULE_PS_MAINMENU_CREATE'), +(528, 'ROLE_MOD_MODULE_PS_MAINMENU_DELETE'), +(526, 'ROLE_MOD_MODULE_PS_MAINMENU_READ'), +(527, 'ROLE_MOD_MODULE_PS_MAINMENU_UPDATE'), +(805, 'ROLE_MOD_MODULE_PS_MBO_CREATE'), +(808, 'ROLE_MOD_MODULE_PS_MBO_DELETE'), +(806, 'ROLE_MOD_MODULE_PS_MBO_READ'), +(807, 'ROLE_MOD_MODULE_PS_MBO_UPDATE'), +(553, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_CREATE'), +(556, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_DELETE'), +(554, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_READ'), +(555, 'ROLE_MOD_MODULE_PS_NEWPRODUCTS_UPDATE'), +(529, 'ROLE_MOD_MODULE_PS_SEARCHBAR_CREATE'), +(532, 'ROLE_MOD_MODULE_PS_SEARCHBAR_DELETE'), +(530, 'ROLE_MOD_MODULE_PS_SEARCHBAR_READ'), +(531, 'ROLE_MOD_MODULE_PS_SEARCHBAR_UPDATE'), +(589, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_CREATE'), +(592, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_DELETE'), +(590, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_READ'), +(591, 'ROLE_MOD_MODULE_PS_SHAREBUTTONS_UPDATE'), +(521, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_CREATE'), +(524, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_DELETE'), +(522, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_READ'), +(523, 'ROLE_MOD_MODULE_PS_SHOPPINGCART_UPDATE'), +(565, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_CREATE'), +(568, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_DELETE'), +(566, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_READ'), +(567, 'ROLE_MOD_MODULE_PS_SOCIALFOLLOW_UPDATE'), +(549, 'ROLE_MOD_MODULE_PS_SPECIALS_CREATE'), +(552, 'ROLE_MOD_MODULE_PS_SPECIALS_DELETE'), +(550, 'ROLE_MOD_MODULE_PS_SPECIALS_READ'), +(551, 'ROLE_MOD_MODULE_PS_SPECIALS_UPDATE'), +(673, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_CREATE'), +(676, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_DELETE'), +(674, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_READ'), +(675, 'ROLE_MOD_MODULE_PS_SUPPLIERLIST_UPDATE'), +(677, 'ROLE_MOD_MODULE_PS_THEMECUSTO_CREATE'), +(680, 'ROLE_MOD_MODULE_PS_THEMECUSTO_DELETE'), +(678, 'ROLE_MOD_MODULE_PS_THEMECUSTO_READ'), +(679, 'ROLE_MOD_MODULE_PS_THEMECUSTO_UPDATE'), +(693, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_CREATE'), +(696, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_DELETE'), +(694, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_READ'), +(695, 'ROLE_MOD_MODULE_PS_VIEWEDPRODUCT_UPDATE'), +(697, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_CREATE'), +(700, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_DELETE'), +(698, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_READ'), +(699, 'ROLE_MOD_MODULE_PS_WIREPAYMENT_UPDATE'), +(701, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_CREATE'), +(704, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_DELETE'), +(702, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_READ'), +(703, 'ROLE_MOD_MODULE_STATSBESTCATEGORIES_UPDATE'), +(705, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_CREATE'), +(708, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_DELETE'), +(706, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_READ'), +(707, 'ROLE_MOD_MODULE_STATSBESTCUSTOMERS_UPDATE'), +(709, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_CREATE'), +(712, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_DELETE'), +(710, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_READ'), +(711, 'ROLE_MOD_MODULE_STATSBESTMANUFACTURERS_UPDATE'), +(713, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_CREATE'), +(716, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_DELETE'), +(714, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_READ'), +(715, 'ROLE_MOD_MODULE_STATSBESTPRODUCTS_UPDATE'), +(717, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_CREATE'), +(720, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_DELETE'), +(718, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_READ'), +(719, 'ROLE_MOD_MODULE_STATSBESTSUPPLIERS_UPDATE'), +(721, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_CREATE'), +(724, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_DELETE'), +(722, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_READ'), +(723, 'ROLE_MOD_MODULE_STATSBESTVOUCHERS_UPDATE'), +(725, 'ROLE_MOD_MODULE_STATSCARRIER_CREATE'), +(728, 'ROLE_MOD_MODULE_STATSCARRIER_DELETE'), +(726, 'ROLE_MOD_MODULE_STATSCARRIER_READ'), +(727, 'ROLE_MOD_MODULE_STATSCARRIER_UPDATE'), +(729, 'ROLE_MOD_MODULE_STATSCATALOG_CREATE'), +(732, 'ROLE_MOD_MODULE_STATSCATALOG_DELETE'), +(730, 'ROLE_MOD_MODULE_STATSCATALOG_READ'), +(731, 'ROLE_MOD_MODULE_STATSCATALOG_UPDATE'), +(733, 'ROLE_MOD_MODULE_STATSCHECKUP_CREATE'), +(736, 'ROLE_MOD_MODULE_STATSCHECKUP_DELETE'), +(734, 'ROLE_MOD_MODULE_STATSCHECKUP_READ'), +(735, 'ROLE_MOD_MODULE_STATSCHECKUP_UPDATE'), +(737, 'ROLE_MOD_MODULE_STATSDATA_CREATE'), +(740, 'ROLE_MOD_MODULE_STATSDATA_DELETE'), +(738, 'ROLE_MOD_MODULE_STATSDATA_READ'), +(739, 'ROLE_MOD_MODULE_STATSDATA_UPDATE'), +(741, 'ROLE_MOD_MODULE_STATSFORECAST_CREATE'), +(744, 'ROLE_MOD_MODULE_STATSFORECAST_DELETE'), +(742, 'ROLE_MOD_MODULE_STATSFORECAST_READ'), +(743, 'ROLE_MOD_MODULE_STATSFORECAST_UPDATE'), +(745, 'ROLE_MOD_MODULE_STATSNEWSLETTER_CREATE'), +(748, 'ROLE_MOD_MODULE_STATSNEWSLETTER_DELETE'), +(746, 'ROLE_MOD_MODULE_STATSNEWSLETTER_READ'), +(747, 'ROLE_MOD_MODULE_STATSNEWSLETTER_UPDATE'), +(749, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_CREATE'), +(752, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_DELETE'), +(750, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_READ'), +(751, 'ROLE_MOD_MODULE_STATSPERSONALINFOS_UPDATE'), +(753, 'ROLE_MOD_MODULE_STATSPRODUCT_CREATE'), +(756, 'ROLE_MOD_MODULE_STATSPRODUCT_DELETE'), +(754, 'ROLE_MOD_MODULE_STATSPRODUCT_READ'), +(755, 'ROLE_MOD_MODULE_STATSPRODUCT_UPDATE'), +(757, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_CREATE'), +(760, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_DELETE'), +(758, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_READ'), +(759, 'ROLE_MOD_MODULE_STATSREGISTRATIONS_UPDATE'), +(761, 'ROLE_MOD_MODULE_STATSSALES_CREATE'), +(764, 'ROLE_MOD_MODULE_STATSSALES_DELETE'), +(762, 'ROLE_MOD_MODULE_STATSSALES_READ'), +(763, 'ROLE_MOD_MODULE_STATSSALES_UPDATE'), +(765, 'ROLE_MOD_MODULE_STATSSEARCH_CREATE'), +(768, 'ROLE_MOD_MODULE_STATSSEARCH_DELETE'), +(766, 'ROLE_MOD_MODULE_STATSSEARCH_READ'), +(767, 'ROLE_MOD_MODULE_STATSSEARCH_UPDATE'), +(769, 'ROLE_MOD_MODULE_STATSSTOCK_CREATE'), +(772, 'ROLE_MOD_MODULE_STATSSTOCK_DELETE'), +(770, 'ROLE_MOD_MODULE_STATSSTOCK_READ'), +(771, 'ROLE_MOD_MODULE_STATSSTOCK_UPDATE'), (1, 'ROLE_MOD_TAB_ADMINACCESS_CREATE'), (4, 'ROLE_MOD_TAB_ADMINACCESS_DELETE'), (2, 'ROLE_MOD_TAB_ADMINACCESS_READ'), @@ -1739,10 +1664,14 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (16, 'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_DELETE'), (14, 'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_READ'), (15, 'ROLE_MOD_TAB_ADMINADVANCEDPARAMETERS_UPDATE'), -(493, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_CREATE'), -(496, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_DELETE'), -(494, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_READ'), -(495, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_UPDATE'), +(809, 'ROLE_MOD_TAB_ADMINAJAXPSACCOUNTS_CREATE'), +(812, 'ROLE_MOD_TAB_ADMINAJAXPSACCOUNTS_DELETE'), +(810, 'ROLE_MOD_TAB_ADMINAJAXPSACCOUNTS_READ'), +(811, 'ROLE_MOD_TAB_ADMINAJAXPSACCOUNTS_UPDATE'), +(497, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_CREATE'), +(500, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_DELETE'), +(498, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_READ'), +(499, 'ROLE_MOD_TAB_ADMINAJAXPSGDPR_UPDATE'), (17, 'ROLE_MOD_TAB_ADMINATTACHMENTS_CREATE'), (20, 'ROLE_MOD_TAB_ADMINATTACHMENTS_DELETE'), (18, 'ROLE_MOD_TAB_ADMINATTACHMENTS_READ'), @@ -1751,14 +1680,18 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (24, 'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_DELETE'), (22, 'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_READ'), (23, 'ROLE_MOD_TAB_ADMINATTRIBUTESGROUPS_UPDATE'), +(409, 'ROLE_MOD_TAB_ADMINAUTHORIZATIONSERVER_CREATE'), +(412, 'ROLE_MOD_TAB_ADMINAUTHORIZATIONSERVER_DELETE'), +(410, 'ROLE_MOD_TAB_ADMINAUTHORIZATIONSERVER_READ'), +(411, 'ROLE_MOD_TAB_ADMINAUTHORIZATIONSERVER_UPDATE'), (25, 'ROLE_MOD_TAB_ADMINBACKUP_CREATE'), (28, 'ROLE_MOD_TAB_ADMINBACKUP_DELETE'), (26, 'ROLE_MOD_TAB_ADMINBACKUP_READ'), (27, 'ROLE_MOD_TAB_ADMINBACKUP_UPDATE'), -(469, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_CREATE'), -(472, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_DELETE'), -(470, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_READ'), -(471, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_UPDATE'), +(473, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_CREATE'), +(476, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_DELETE'), +(474, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_READ'), +(475, 'ROLE_MOD_TAB_ADMINBLOCKLISTING_UPDATE'), (29, 'ROLE_MOD_TAB_ADMINCARRIERS_CREATE'), (32, 'ROLE_MOD_TAB_ADMINCARRIERS_DELETE'), (30, 'ROLE_MOD_TAB_ADMINCARRIERS_READ'), @@ -1783,6 +1716,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (52, 'ROLE_MOD_TAB_ADMINCMSCONTENT_DELETE'), (50, 'ROLE_MOD_TAB_ADMINCMSCONTENT_READ'), (51, 'ROLE_MOD_TAB_ADMINCMSCONTENT_UPDATE'), +(665, 'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_CREATE'), +(668, 'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_DELETE'), +(666, 'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_READ'), +(667, 'ROLE_MOD_TAB_ADMINCONFIGUREFAVICONBO_UPDATE'), (53, 'ROLE_MOD_TAB_ADMINCONTACTS_CREATE'), (56, 'ROLE_MOD_TAB_ADMINCONTACTS_DELETE'), (54, 'ROLE_MOD_TAB_ADMINCONTACTS_READ'), @@ -1811,18 +1748,22 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (80, 'ROLE_MOD_TAB_ADMINDASHBOARD_DELETE'), (78, 'ROLE_MOD_TAB_ADMINDASHBOARD_READ'), (79, 'ROLE_MOD_TAB_ADMINDASHBOARD_UPDATE'), -(741, 'ROLE_MOD_TAB_ADMINDASHGOALS_CREATE'), -(744, 'ROLE_MOD_TAB_ADMINDASHGOALS_DELETE'), -(742, 'ROLE_MOD_TAB_ADMINDASHGOALS_READ'), -(743, 'ROLE_MOD_TAB_ADMINDASHGOALS_UPDATE'), +(597, 'ROLE_MOD_TAB_ADMINDASHGOALS_CREATE'), +(600, 'ROLE_MOD_TAB_ADMINDASHGOALS_DELETE'), +(598, 'ROLE_MOD_TAB_ADMINDASHGOALS_READ'), +(599, 'ROLE_MOD_TAB_ADMINDASHGOALS_UPDATE'), +(813, 'ROLE_MOD_TAB_ADMINDEBUGPSACCOUNTS_CREATE'), +(816, 'ROLE_MOD_TAB_ADMINDEBUGPSACCOUNTS_DELETE'), +(814, 'ROLE_MOD_TAB_ADMINDEBUGPSACCOUNTS_READ'), +(815, 'ROLE_MOD_TAB_ADMINDEBUGPSACCOUNTS_UPDATE'), (81, 'ROLE_MOD_TAB_ADMINDELIVERYSLIP_CREATE'), (84, 'ROLE_MOD_TAB_ADMINDELIVERYSLIP_DELETE'), (82, 'ROLE_MOD_TAB_ADMINDELIVERYSLIP_READ'), (83, 'ROLE_MOD_TAB_ADMINDELIVERYSLIP_UPDATE'), -(497, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_CREATE'), -(500, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_DELETE'), -(498, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_READ'), -(499, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_UPDATE'), +(501, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_CREATE'), +(504, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_DELETE'), +(502, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_READ'), +(503, 'ROLE_MOD_TAB_ADMINDOWNLOADINVOICESPSGDPR_UPDATE'), (85, 'ROLE_MOD_TAB_ADMINEMAILS_CREATE'), (88, 'ROLE_MOD_TAB_ADMINEMAILS_DELETE'), (86, 'ROLE_MOD_TAB_ADMINEMAILS_READ'), @@ -1831,10 +1772,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (92, 'ROLE_MOD_TAB_ADMINEMPLOYEES_DELETE'), (90, 'ROLE_MOD_TAB_ADMINEMPLOYEES_READ'), (91, 'ROLE_MOD_TAB_ADMINEMPLOYEES_UPDATE'), -(441, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_CREATE'), -(444, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_DELETE'), -(442, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_READ'), -(443, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_UPDATE'), +(445, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_CREATE'), +(448, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_DELETE'), +(446, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_READ'), +(447, 'ROLE_MOD_TAB_ADMINFEATUREFLAG_UPDATE'), (93, 'ROLE_MOD_TAB_ADMINFEATURES_CREATE'), (96, 'ROLE_MOD_TAB_ADMINFEATURES_DELETE'), (94, 'ROLE_MOD_TAB_ADMINFEATURES_READ'), @@ -1883,14 +1824,18 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (140, 'ROLE_MOD_TAB_ADMINLOCALIZATION_DELETE'), (138, 'ROLE_MOD_TAB_ADMINLOCALIZATION_READ'), (139, 'ROLE_MOD_TAB_ADMINLOCALIZATION_UPDATE'), +(825, 'ROLE_MOD_TAB_ADMINLOGIN_CREATE'), +(828, 'ROLE_MOD_TAB_ADMINLOGIN_DELETE'), +(826, 'ROLE_MOD_TAB_ADMINLOGIN_READ'), +(827, 'ROLE_MOD_TAB_ADMINLOGIN_UPDATE'), (141, 'ROLE_MOD_TAB_ADMINLOGS_CREATE'), (144, 'ROLE_MOD_TAB_ADMINLOGS_DELETE'), (142, 'ROLE_MOD_TAB_ADMINLOGS_READ'), (143, 'ROLE_MOD_TAB_ADMINLOGS_UPDATE'), -(433, 'ROLE_MOD_TAB_ADMINMAILTHEME_CREATE'), -(436, 'ROLE_MOD_TAB_ADMINMAILTHEME_DELETE'), -(434, 'ROLE_MOD_TAB_ADMINMAILTHEME_READ'), -(435, 'ROLE_MOD_TAB_ADMINMAILTHEME_UPDATE'), +(437, 'ROLE_MOD_TAB_ADMINMAILTHEME_CREATE'), +(440, 'ROLE_MOD_TAB_ADMINMAILTHEME_DELETE'), +(438, 'ROLE_MOD_TAB_ADMINMAILTHEME_READ'), +(439, 'ROLE_MOD_TAB_ADMINMAILTHEME_UPDATE'), (145, 'ROLE_MOD_TAB_ADMINMAINTENANCE_CREATE'), (148, 'ROLE_MOD_TAB_ADMINMAINTENANCE_DELETE'), (146, 'ROLE_MOD_TAB_ADMINMAINTENANCE_READ'), @@ -1903,10 +1848,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (156, 'ROLE_MOD_TAB_ADMINMETA_DELETE'), (154, 'ROLE_MOD_TAB_ADMINMETA_READ'), (155, 'ROLE_MOD_TAB_ADMINMETA_UPDATE'), -(437, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_CREATE'), -(440, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_DELETE'), -(438, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_READ'), -(439, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_UPDATE'), +(441, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_CREATE'), +(444, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_DELETE'), +(442, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_READ'), +(443, 'ROLE_MOD_TAB_ADMINMODULESMANAGE_UPDATE'), (169, 'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_CREATE'), (172, 'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_DELETE'), (170, 'ROLE_MOD_TAB_ADMINMODULESNOTIFICATIONS_READ'), @@ -1927,6 +1872,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (160, 'ROLE_MOD_TAB_ADMINMODULES_DELETE'), (158, 'ROLE_MOD_TAB_ADMINMODULES_READ'), (159, 'ROLE_MOD_TAB_ADMINMODULES_UPDATE'), +(817, 'ROLE_MOD_TAB_ADMINOAUTH2PSACCOUNTS_CREATE'), +(820, 'ROLE_MOD_TAB_ADMINOAUTH2PSACCOUNTS_DELETE'), +(818, 'ROLE_MOD_TAB_ADMINOAUTH2PSACCOUNTS_READ'), +(819, 'ROLE_MOD_TAB_ADMINOAUTH2PSACCOUNTS_UPDATE'), (177, 'ROLE_MOD_TAB_ADMINORDERMESSAGE_CREATE'), (180, 'ROLE_MOD_TAB_ADMINORDERMESSAGE_DELETE'), (178, 'ROLE_MOD_TAB_ADMINORDERMESSAGE_READ'), @@ -1975,10 +1924,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (224, 'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_DELETE'), (222, 'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_READ'), (223, 'ROLE_MOD_TAB_ADMINPARENTLOCALIZATION_UPDATE'), -(429, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_CREATE'), -(432, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_DELETE'), -(430, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_READ'), -(431, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_UPDATE'), +(433, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_CREATE'), +(436, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_DELETE'), +(434, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_READ'), +(435, 'ROLE_MOD_TAB_ADMINPARENTMAILTHEME_UPDATE'), (225, 'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_CREATE'), (228, 'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_DELETE'), (226, 'ROLE_MOD_TAB_ADMINPARENTMANUFACTURERS_READ'), @@ -2019,10 +1968,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (264, 'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_DELETE'), (262, 'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_READ'), (263, 'ROLE_MOD_TAB_ADMINPARENTSEARCHCONF_UPDATE'), -(445, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_CREATE'), -(448, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_DELETE'), -(446, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_READ'), -(447, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_UPDATE'), +(449, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_CREATE'), +(452, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_DELETE'), +(450, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_READ'), +(451, 'ROLE_MOD_TAB_ADMINPARENTSECURITY_UPDATE'), (265, 'ROLE_MOD_TAB_ADMINPARENTSHIPPING_CREATE'), (268, 'ROLE_MOD_TAB_ADMINPARENTSHIPPING_DELETE'), (266, 'ROLE_MOD_TAB_ADMINPARENTSHIPPING_READ'), @@ -2071,14 +2020,34 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (312, 'ROLE_MOD_TAB_ADMINPROFILES_DELETE'), (310, 'ROLE_MOD_TAB_ADMINPROFILES_READ'), (311, 'ROLE_MOD_TAB_ADMINPROFILES_UPDATE'), -(697, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_CREATE'), -(700, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_DELETE'), -(698, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_READ'), -(699, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_UPDATE'), -(693, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_CREATE'), -(696, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_DELETE'), -(694, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_READ'), -(695, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_UPDATE'), +(777, 'ROLE_MOD_TAB_ADMINPSMBOMODULEPARENT_CREATE'), +(780, 'ROLE_MOD_TAB_ADMINPSMBOMODULEPARENT_DELETE'), +(778, 'ROLE_MOD_TAB_ADMINPSMBOMODULEPARENT_READ'), +(779, 'ROLE_MOD_TAB_ADMINPSMBOMODULEPARENT_UPDATE'), +(785, 'ROLE_MOD_TAB_ADMINPSMBOMODULE_CREATE'), +(788, 'ROLE_MOD_TAB_ADMINPSMBOMODULE_DELETE'), +(786, 'ROLE_MOD_TAB_ADMINPSMBOMODULE_READ'), +(787, 'ROLE_MOD_TAB_ADMINPSMBOMODULE_UPDATE'), +(789, 'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_CREATE'), +(792, 'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_DELETE'), +(790, 'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_READ'), +(791, 'ROLE_MOD_TAB_ADMINPSMBORECOMMENDED_UPDATE'), +(781, 'ROLE_MOD_TAB_ADMINPSMBOSELECTION_CREATE'), +(784, 'ROLE_MOD_TAB_ADMINPSMBOSELECTION_DELETE'), +(782, 'ROLE_MOD_TAB_ADMINPSMBOSELECTION_READ'), +(783, 'ROLE_MOD_TAB_ADMINPSMBOSELECTION_UPDATE'), +(793, 'ROLE_MOD_TAB_ADMINPSMBOTHEME_CREATE'), +(796, 'ROLE_MOD_TAB_ADMINPSMBOTHEME_DELETE'), +(794, 'ROLE_MOD_TAB_ADMINPSMBOTHEME_READ'), +(795, 'ROLE_MOD_TAB_ADMINPSMBOTHEME_UPDATE'), +(689, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_CREATE'), +(692, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_DELETE'), +(690, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_READ'), +(691, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOADVANCED_UPDATE'), +(685, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_CREATE'), +(688, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_DELETE'), +(686, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_READ'), +(687, 'ROLE_MOD_TAB_ADMINPSTHEMECUSTOCONFIGURATION_UPDATE'), (313, 'ROLE_MOD_TAB_ADMINREQUESTSQL_CREATE'), (316, 'ROLE_MOD_TAB_ADMINREQUESTSQL_DELETE'), (314, 'ROLE_MOD_TAB_ADMINREQUESTSQL_READ'), @@ -2095,18 +2064,18 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (328, 'ROLE_MOD_TAB_ADMINSEARCHENGINES_DELETE'), (326, 'ROLE_MOD_TAB_ADMINSEARCHENGINES_READ'), (327, 'ROLE_MOD_TAB_ADMINSEARCHENGINES_UPDATE'), -(457, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_CREATE'), -(460, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_DELETE'), -(458, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_READ'), -(459, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_UPDATE'), -(453, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_CREATE'), -(456, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_DELETE'), -(454, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_READ'), -(455, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_UPDATE'), -(449, 'ROLE_MOD_TAB_ADMINSECURITY_CREATE'), -(452, 'ROLE_MOD_TAB_ADMINSECURITY_DELETE'), -(450, 'ROLE_MOD_TAB_ADMINSECURITY_READ'), -(451, 'ROLE_MOD_TAB_ADMINSECURITY_UPDATE'), +(461, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_CREATE'), +(464, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_DELETE'), +(462, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_READ'), +(463, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONCUSTOMER_UPDATE'), +(457, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_CREATE'), +(460, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_DELETE'), +(458, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_READ'), +(459, 'ROLE_MOD_TAB_ADMINSECURITYSESSIONEMPLOYEE_UPDATE'), +(453, 'ROLE_MOD_TAB_ADMINSECURITY_CREATE'), +(456, 'ROLE_MOD_TAB_ADMINSECURITY_DELETE'), +(454, 'ROLE_MOD_TAB_ADMINSECURITY_READ'), +(455, 'ROLE_MOD_TAB_ADMINSECURITY_UPDATE'), (329, 'ROLE_MOD_TAB_ADMINSHIPPING_CREATE'), (332, 'ROLE_MOD_TAB_ADMINSHIPPING_DELETE'), (330, 'ROLE_MOD_TAB_ADMINSHIPPING_READ'), @@ -2167,10 +2136,10 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (388, 'ROLE_MOD_TAB_ADMINTAXRULESGROUP_DELETE'), (386, 'ROLE_MOD_TAB_ADMINTAXRULESGROUP_READ'), (387, 'ROLE_MOD_TAB_ADMINTAXRULESGROUP_UPDATE'), -(689, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_CREATE'), -(692, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_DELETE'), -(690, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_READ'), -(691, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_UPDATE'), +(681, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_CREATE'), +(684, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_DELETE'), +(682, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_READ'), +(683, 'ROLE_MOD_TAB_ADMINTHEMESPARENT_UPDATE'), (389, 'ROLE_MOD_TAB_ADMINTHEMES_CREATE'), (392, 'ROLE_MOD_TAB_ADMINTHEMES_DELETE'), (390, 'ROLE_MOD_TAB_ADMINTHEMES_READ'), @@ -2191,38 +2160,56 @@ INSERT INTO `ps_authorization_role` (`id_authorization_role`, `slug`) VALUES (408, 'ROLE_MOD_TAB_ADMINWEBSERVICE_DELETE'), (406, 'ROLE_MOD_TAB_ADMINWEBSERVICE_READ'), (407, 'ROLE_MOD_TAB_ADMINWEBSERVICE_UPDATE'), -(409, 'ROLE_MOD_TAB_ADMINZONES_CREATE'), -(412, 'ROLE_MOD_TAB_ADMINZONES_DELETE'), -(410, 'ROLE_MOD_TAB_ADMINZONES_READ'), -(411, 'ROLE_MOD_TAB_ADMINZONES_UPDATE'), -(413, 'ROLE_MOD_TAB_CONFIGURE_CREATE'), -(416, 'ROLE_MOD_TAB_CONFIGURE_DELETE'), -(414, 'ROLE_MOD_TAB_CONFIGURE_READ'), -(415, 'ROLE_MOD_TAB_CONFIGURE_UPDATE'), -(417, 'ROLE_MOD_TAB_IMPROVE_CREATE'), -(420, 'ROLE_MOD_TAB_IMPROVE_DELETE'), -(418, 'ROLE_MOD_TAB_IMPROVE_READ'), -(419, 'ROLE_MOD_TAB_IMPROVE_UPDATE'), -(421, 'ROLE_MOD_TAB_SELL_CREATE'), -(424, 'ROLE_MOD_TAB_SELL_DELETE'), -(422, 'ROLE_MOD_TAB_SELL_READ'), -(423, 'ROLE_MOD_TAB_SELL_UPDATE'), -(425, 'ROLE_MOD_TAB_SHOPPARAMETERS_CREATE'), -(428, 'ROLE_MOD_TAB_SHOPPARAMETERS_DELETE'), -(426, 'ROLE_MOD_TAB_SHOPPARAMETERS_READ'), -(427, 'ROLE_MOD_TAB_SHOPPARAMETERS_UPDATE'), -(477, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_CREATE'), -(480, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_DELETE'), -(478, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_READ'), -(479, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_UPDATE'), -(473, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_CREATE'), -(476, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_DELETE'), -(474, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_READ'), -(475, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_UPDATE'), -(481, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_CREATE'), -(484, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_DELETE'), -(482, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_READ'), -(483, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_UPDATE'); +(413, 'ROLE_MOD_TAB_ADMINZONES_CREATE'), +(416, 'ROLE_MOD_TAB_ADMINZONES_DELETE'), +(414, 'ROLE_MOD_TAB_ADMINZONES_READ'), +(415, 'ROLE_MOD_TAB_ADMINZONES_UPDATE'), +(797, 'ROLE_MOD_TAB_APIPSMBO_CREATE'), +(800, 'ROLE_MOD_TAB_APIPSMBO_DELETE'), +(798, 'ROLE_MOD_TAB_APIPSMBO_READ'), +(799, 'ROLE_MOD_TAB_APIPSMBO_UPDATE'), +(801, 'ROLE_MOD_TAB_APISECURITYPSMBO_CREATE'), +(804, 'ROLE_MOD_TAB_APISECURITYPSMBO_DELETE'), +(802, 'ROLE_MOD_TAB_APISECURITYPSMBO_READ'), +(803, 'ROLE_MOD_TAB_APISECURITYPSMBO_UPDATE'), +(417, 'ROLE_MOD_TAB_CONFIGURE_CREATE'), +(420, 'ROLE_MOD_TAB_CONFIGURE_DELETE'), +(418, 'ROLE_MOD_TAB_CONFIGURE_READ'), +(419, 'ROLE_MOD_TAB_CONFIGURE_UPDATE'), +(421, 'ROLE_MOD_TAB_IMPROVE_CREATE'), +(424, 'ROLE_MOD_TAB_IMPROVE_DELETE'), +(422, 'ROLE_MOD_TAB_IMPROVE_READ'), +(423, 'ROLE_MOD_TAB_IMPROVE_UPDATE'), +(425, 'ROLE_MOD_TAB_SELL_CREATE'), +(428, 'ROLE_MOD_TAB_SELL_DELETE'), +(426, 'ROLE_MOD_TAB_SELL_READ'), +(427, 'ROLE_MOD_TAB_SELL_UPDATE'), +(429, 'ROLE_MOD_TAB_SHOPPARAMETERS_CREATE'), +(432, 'ROLE_MOD_TAB_SHOPPARAMETERS_DELETE'), +(430, 'ROLE_MOD_TAB_SHOPPARAMETERS_READ'), +(431, 'ROLE_MOD_TAB_SHOPPARAMETERS_UPDATE'), +(481, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_CREATE'), +(484, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_DELETE'), +(482, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_READ'), +(483, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINCONTROLLER_UPDATE'), +(477, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_CREATE'), +(480, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_DELETE'), +(478, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_READ'), +(479, 'ROLE_MOD_TAB_WISHLISTCONFIGURATIONADMINPARENTCONTROLLER_UPDATE'), +(485, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_CREATE'), +(488, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_DELETE'), +(486, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_READ'), +(487, 'ROLE_MOD_TAB_WISHLISTSTATISTICSADMINCONTROLLER_UPDATE'); + +DROP TABLE IF EXISTS `ps_authorized_application`; +CREATE TABLE `ps_authorized_application` ( + `id_authorized_application` int(10) unsigned NOT NULL AUTO_INCREMENT, + `name` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, + `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, + PRIMARY KEY (`id_authorized_application`), + UNIQUE KEY `UNIQ_475B9BA55E237E06` (`name`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + DROP TABLE IF EXISTS `ps_blockwishlist_statistics`; CREATE TABLE `ps_blockwishlist_statistics` ( @@ -2264,11 +2251,10 @@ CREATE TABLE `ps_carrier` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_carrier` (`id_carrier`, `id_reference`, `name`, `url`, `active`, `deleted`, `shipping_handling`, `range_behavior`, `is_module`, `is_free`, `shipping_external`, `need_range`, `external_module_name`, `shipping_method`, `position`, `max_width`, `max_height`, `max_depth`, `max_weight`, `grade`) VALUES -(1, 1, 'Click and collect', '', 1, 1, 0, 0, 0, 1, 0, 0, '', 1, 0, 0, 0, 0, 0.000000, 0), +(1, 1, 'Click and collect', '', 1, 0, 0, 0, 0, 1, 0, 0, '', 0, 0, 0, 0, 0, 0.000000, 0), (2, 2, 'My carrier', '', 1, 0, 1, 0, 0, 0, 0, 0, '', 0, 1, 0, 0, 0, 0.000000, 0), (3, 3, 'My cheap carrier', '', 0, 0, 1, 0, 0, 0, 0, 0, '', 2, 2, 0, 0, 0, 0.000000, 0), -(4, 4, 'My light carrier', '', 0, 0, 1, 0, 0, 0, 0, 0, '', 1, 3, 0, 0, 0, 0.000000, 0), -(5, 1, 'Click and collect', '', 1, 0, 0, 0, 0, 1, 0, 0, '', 1, 0, 0, 0, 0, 0.000000, 0); +(4, 4, 'My light carrier', '', 0, 0, 1, 0, 0, 0, 0, 0, '', 1, 3, 0, 0, 0, 0.000000, 0); DROP TABLE IF EXISTS `ps_carrier_group`; CREATE TABLE `ps_carrier_group` ( @@ -2289,10 +2275,7 @@ INSERT INTO `ps_carrier_group` (`id_carrier`, `id_group`) VALUES (3, 3), (4, 1), (4, 2), -(4, 3), -(5, 1), -(5, 2), -(5, 3); +(4, 3); DROP TABLE IF EXISTS `ps_carrier_lang`; CREATE TABLE `ps_carrier_lang` ( @@ -2308,17 +2291,14 @@ INSERT INTO `ps_carrier_lang` (`id_carrier`, `id_shop`, `id_lang`, `delay`) VALU (2, 1, 1, 'Delivery next day!'), (3, 1, 1, 'Buy more to pay less!'), (4, 1, 1, 'The lighter the cheaper!'), -(5, 1, 1, 'Pick up in-store'), -(1, 1, 2, 'Afhalen in de winkel'), -(2, 1, 2, 'De volgende dag in huis!'), +(1, 1, 2, 'Abholung im Geschäft'), +(2, 1, 2, 'Lieferung am nächsten Tag!'), (3, 1, 2, 'Buy more to pay less!'), (4, 1, 2, 'The lighter the cheaper!'), -(5, 1, 2, 'Afhalen in de winkel'), -(1, 1, 3, 'Abholung im Geschäft'), -(2, 1, 3, 'Lieferung am nächsten Tag!'), +(1, 1, 3, 'Afhalen in de winkel'), +(2, 1, 3, 'De volgende dag in huis!'), (3, 1, 3, 'Buy more to pay less!'), -(4, 1, 3, 'The lighter the cheaper!'), -(5, 1, 3, 'Abholung im Geschäft'); +(4, 1, 3, 'The lighter the cheaper!'); DROP TABLE IF EXISTS `ps_carrier_shop`; CREATE TABLE `ps_carrier_shop` ( @@ -2332,8 +2312,7 @@ INSERT INTO `ps_carrier_shop` (`id_carrier`, `id_shop`) VALUES (1, 1), (2, 1), (3, 1), -(4, 1), -(5, 1); +(4, 1); DROP TABLE IF EXISTS `ps_carrier_tax_rules_group_shop`; CREATE TABLE `ps_carrier_tax_rules_group_shop` ( @@ -2347,8 +2326,7 @@ INSERT INTO `ps_carrier_tax_rules_group_shop` (`id_carrier`, `id_tax_rules_group (1, 1, 1), (2, 1, 1), (3, 1, 1), -(4, 1, 1), -(5, 1, 1); +(4, 1, 1); DROP TABLE IF EXISTS `ps_carrier_zone`; CREATE TABLE `ps_carrier_zone` ( @@ -2364,15 +2342,7 @@ INSERT INTO `ps_carrier_zone` (`id_carrier`, `id_zone`) VALUES (3, 1), (3, 2), (4, 1), -(4, 2), -(5, 1), -(5, 2), -(5, 3), -(5, 4), -(5, 5), -(5, 6), -(5, 7), -(5, 8); +(4, 2); DROP TABLE IF EXISTS `ps_cart`; CREATE TABLE `ps_cart` ( @@ -2410,65 +2380,12 @@ CREATE TABLE `ps_cart` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cart` (`id_cart`, `id_shop_group`, `id_shop`, `id_carrier`, `delivery_option`, `id_lang`, `id_address_delivery`, `id_address_invoice`, `id_currency`, `id_customer`, `id_guest`, `secure_key`, `recyclable`, `gift`, `gift_message`, `mobile_theme`, `allow_seperated_package`, `date_add`, `date_upd`, `checkout_session_data`) VALUES -(1, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', NULL), -(2, 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), -(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\"}'), -(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\"}'), -(48, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:16:50', '2023-10-30 13:29:52', '{\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(49, 1, 1, 1, '{\"8\":\"1,\"}', 1, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:27:25', '2023-10-30 13:27:26', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"44f14dcce4beedf6eea0f61f20c764c9d5f33f90\"}'), -(50, 1, 1, 1, '{\"8\":\"1,\"}', 1, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:27:41', '2023-10-30 13:27:42', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"44f14dcce4beedf6eea0f61f20c764c9d5f33f90\"}'), -(51, 1, 1, 1, '{\"8\":\"1,\"}', 1, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:28:21', '2023-10-30 13:28:21', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"44f14dcce4beedf6eea0f61f20c764c9d5f33f90\"}'), -(52, 1, 1, 1, '{\"8\":\"1,\"}', 1, 8, 8, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:28:58', '2023-10-30 13:28:58', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"44f14dcce4beedf6eea0f61f20c764c9d5f33f90\"}'), -(53, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:29:35', '2023-10-30 13:29:46', '{\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(54, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:36:39', '2023-10-30 13:36:39', '{\"checkout-personal-information-step\":{\"step_is_reachable\":true,\"step_is_complete\":true},\"checkout-addresses-step\":{\"step_is_reachable\":true,\"step_is_complete\":false,\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(55, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:36:47', '2023-10-30 13:36: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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(56, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:37:18', '2023-10-30 13:37:26', '{\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(57, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:37:51', '2023-10-30 13:37:59', '{\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(58, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:47:08', '2023-10-30 13:47:19', '{\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'), -(59, 1, 1, 5, '{\"9\":\"5,\"}', 1, 9, 9, 1, 3, 3, '4c26b11e96bb59693af803acba66be93', 0, 0, '', 0, 0, '2023-10-30 13:52:02', '2023-10-30 13:52:13', '{\"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\":\"426fe99123031ccc32c00d4dae75fe75f8c7d3c1\"}'); +(1, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', NULL), +(2, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', NULL), +(3, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', NULL), +(4, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', NULL), +(5, 1, 1, 2, '{\"3\":\"2,\"}', 1, 5, 5, 1, 2, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 0, 0, '', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', NULL), +(6, 1, 1, 1, '{\"7\":\"1,\"}', 1, 7, 7, 1, 3, 3, '32648c94413ccce330b118321504e443', 0, 0, '', 0, 0, '2024-01-23 10:09:19', '2024-01-23 10:11:39', '{\"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\":\"4e5e109127c5dd3b95d38078f335163bc6ec09ac\"}'); DROP TABLE IF EXISTS `ps_cart_cart_rule`; CREATE TABLE `ps_cart_cart_rule` ( @@ -2502,60 +2419,7 @@ 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'), -(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'), -(48, 4, 9, 1, 16, 0, 4, '2023-10-30 13:16:50'), -(49, 4, 8, 1, 16, 0, 4, '2023-10-30 13:27:25'), -(50, 4, 8, 1, 16, 0, 4, '2023-10-30 13:27:41'), -(51, 4, 8, 1, 16, 0, 4, '2023-10-30 13:28:21'), -(52, 4, 8, 1, 16, 0, 4, '2023-10-30 13:28:58'), -(53, 4, 9, 1, 16, 0, 4, '2023-10-30 13:29:36'), -(54, 4, 9, 1, 16, 0, 4, '2023-10-30 13:36:39'), -(55, 4, 9, 1, 16, 0, 4, '2023-10-30 13:36:47'), -(56, 4, 9, 1, 16, 0, 4, '2023-10-30 13:37:18'), -(57, 4, 9, 1, 16, 0, 4, '2023-10-30 13:37:51'), -(58, 4, 9, 1, 16, 0, 4, '2023-10-30 13:47:08'), -(59, 4, 9, 1, 16, 0, 4, '2023-10-30 13:52:02'); +(6, 2, 7, 1, 9, 0, 4, '2024-01-23 10:09:19'); DROP TABLE IF EXISTS `ps_cart_rule`; CREATE TABLE `ps_cart_rule` ( @@ -2702,15 +2566,15 @@ CREATE TABLE `ps_category` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_category` (`id_category`, `id_parent`, `id_shop_default`, `level_depth`, `nleft`, `nright`, `active`, `date_add`, `date_upd`, `position`, `is_root_category`) VALUES -(1, 0, 1, 0, 1, 18, 1, '2023-08-28 13:26:17', '2023-08-28 13:26:17', 0, 0), -(2, 1, 1, 1, 2, 17, 1, '2023-08-28 13:26:17', '2023-08-28 13:26:17', 0, 1), -(3, 2, 1, 2, 3, 8, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 0), -(4, 3, 1, 3, 4, 5, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 0), -(5, 3, 1, 3, 6, 7, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(6, 2, 1, 2, 9, 14, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(7, 6, 1, 3, 10, 11, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 0), -(8, 6, 1, 3, 12, 13, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1, 0), -(9, 2, 1, 2, 15, 16, 1, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 2, 0); +(1, 0, 1, 0, 1, 18, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0, 0), +(2, 1, 1, 1, 2, 17, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0, 1), +(3, 2, 1, 2, 3, 8, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 0), +(4, 3, 1, 3, 4, 5, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 0), +(5, 3, 1, 3, 6, 7, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(6, 2, 1, 2, 9, 14, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(7, 6, 1, 3, 10, 11, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 0), +(8, 6, 1, 3, 12, 13, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1, 0), +(9, 2, 1, 2, 15, 16, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 2, 0); DROP TABLE IF EXISTS `ps_category_group`; CREATE TABLE `ps_category_group` ( @@ -2769,11 +2633,11 @@ CREATE TABLE `ps_category_lang` ( INSERT INTO `ps_category_lang` (`id_category`, `id_shop`, `id_lang`, `name`, `description`, `additional_description`, `link_rewrite`, `meta_title`, `meta_keywords`, `meta_description`) VALUES (1, 1, 1, 'Root', '', '', 'root', '', '', ''), -(1, 1, 2, 'Root', '', '', 'root', '', '', ''), -(1, 1, 3, 'Stammverzeichnis', '', '', 'stammverzeichnis', '', '', ''), +(1, 1, 2, 'Stammverzeichnis', '', '', 'stammverzeichnis', '', '', ''), +(1, 1, 3, 'Root', '', '', 'root', '', '', ''), (2, 1, 1, 'Home', '', '', 'home', '', '', ''), -(2, 1, 2, 'Home', '', '', 'home', '', '', ''), -(2, 1, 3, 'Startseite', '', '', 'startseite', '', '', ''), +(2, 1, 2, 'Startseite', '', '', 'startseite', '', '', ''), +(2, 1, 3, 'Home', '', '', 'home', '', '', ''), (3, 1, 1, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 2, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), (3, 1, 3, 'Clothes', '

Discover our favorites fashionable discoveries, a selection of cool items to integrate in your wardrobe. Compose a unique style with personality which matches your own.

', '', 'clothes', '', '', ''), @@ -2784,8 +2648,8 @@ INSERT INTO `ps_category_lang` (`id_category`, `id_shop`, `id_lang`, `name`, `de (5, 1, 2, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (5, 1, 3, 'Women', '

T-shirts, sweaters, hoodies and women\'s accessories. From basics to original creations, for every style.

', '', 'women', '', '', ''), (6, 1, 1, 'Accessories', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), -(6, 1, 2, 'Accessoires', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), -(6, 1, 3, 'Zubehör', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), +(6, 1, 2, 'Zubehör', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), +(6, 1, 3, 'Accessoires', '

Items and accessories for your desk, kitchen or living room. Make your house a home with our eye-catching designs.

', '', 'accessories', '', '', ''), (7, 1, 1, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 2, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), (7, 1, 3, 'Stationery', '

Notebooks, agendas, office accessories and more. Everything you need to combine the pleasant and the useful, either at work or at home.

', '', 'stationery', '', '', ''), @@ -2910,7 +2774,7 @@ CREATE TABLE `ps_cms_category` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_cms_category` (`id_cms_category`, `id_parent`, `level_depth`, `active`, `date_add`, `date_upd`, `position`) VALUES -(1, 0, 1, 1, '2023-08-28 13:26:17', '2023-08-28 13:26:17', 0); +(1, 0, 1, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0); DROP TABLE IF EXISTS `ps_cms_category_lang`; CREATE TABLE `ps_cms_category_lang` ( @@ -2929,8 +2793,8 @@ CREATE TABLE `ps_cms_category_lang` ( INSERT INTO `ps_cms_category_lang` (`id_cms_category`, `id_lang`, `id_shop`, `name`, `description`, `link_rewrite`, `meta_title`, `meta_keywords`, `meta_description`) VALUES (1, 1, 1, 'Home', '', 'home', '', '', ''), -(1, 2, 1, 'Home', '', 'home', '', '', ''), -(1, 3, 1, 'Startseite', '', 'startseite', '', '', ''); +(1, 2, 1, 'Startseite', '', 'startseite', '', '', ''), +(1, 3, 1, 'Home', '', 'home', '', '', ''); DROP TABLE IF EXISTS `ps_cms_category_shop`; CREATE TABLE `ps_cms_category_shop` ( @@ -3028,14 +2892,14 @@ CREATE TABLE `ps_configuration` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES -(1, NULL, NULL, 'PS_LANG_DEFAULT', '1', '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(2, NULL, NULL, 'PS_VERSION_DB', '8.0.1', '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(3, NULL, NULL, 'PS_INSTALL_VERSION', '8.0.1', '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(4, NULL, NULL, 'PS_CARRIER_DEFAULT', '5', '2023-08-28 13:26:17', '2023-10-30 13:29:41'), -(5, NULL, NULL, 'PS_GROUP_FEATURE_ACTIVE', '1', '2023-08-28 13:26:17', '2023-08-28 13:26:17'), +(1, NULL, NULL, 'PS_LANG_DEFAULT', '1', '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(2, NULL, NULL, 'PS_VERSION_DB', '8.1.2', '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(3, NULL, NULL, 'PS_INSTALL_VERSION', '8.1.2', '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(4, NULL, NULL, 'PS_CARRIER_DEFAULT', '1', '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(5, NULL, NULL, 'PS_GROUP_FEATURE_ACTIVE', '1', '2024-01-23 09:45:30', '2024-01-23 09:45:30'), (6, NULL, NULL, 'PS_CURRENCY_DEFAULT', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(7, NULL, NULL, 'PS_COUNTRY_DEFAULT', '17', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), -(8, NULL, NULL, 'PS_REWRITING_SETTINGS', '1', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), +(7, NULL, NULL, 'PS_COUNTRY_DEFAULT', '17', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(8, NULL, NULL, 'PS_REWRITING_SETTINGS', '1', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), (9, NULL, NULL, 'PS_ORDER_OUT_OF_STOCK', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (10, NULL, NULL, 'PS_LAST_QTIES', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (11, NULL, NULL, 'PS_CONDITIONS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3055,46 +2919,46 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (25, NULL, NULL, 'PS_SHIPPING_METHOD', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (26, NULL, NULL, 'PS_TAX', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (27, NULL, NULL, 'PS_SHOP_ENABLE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(28, NULL, NULL, 'PS_NB_DAYS_NEW_PRODUCT', '20', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(29, NULL, NULL, 'PS_SSL_ENABLED', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(30, NULL, NULL, 'PS_WEIGHT_UNIT', 'kg', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(31, NULL, NULL, 'PS_BLOCK_CART_AJAX', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(32, NULL, NULL, 'PS_ORDER_RETURN', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(33, NULL, NULL, 'PS_ORDER_RETURN_NB_DAYS', '14', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(34, NULL, NULL, 'PS_MAIL_TYPE', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(35, NULL, NULL, 'PS_PRODUCT_PICTURE_MAX_SIZE', '8388608', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(36, NULL, NULL, 'PS_PRODUCT_PICTURE_WIDTH', '64', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(37, NULL, NULL, 'PS_PRODUCT_PICTURE_HEIGHT', '64', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(38, NULL, NULL, 'PS_INVOICE_PREFIX', '#IN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(39, NULL, NULL, 'PS_INVCE_INVOICE_ADDR_RULES', '{\"avoid\":[]}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(40, NULL, NULL, 'PS_INVCE_DELIVERY_ADDR_RULES', '{\"avoid\":[]}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(41, NULL, NULL, 'PS_DELIVERY_PREFIX', '#DE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(42, NULL, NULL, 'PS_DELIVERY_NUMBER', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(43, NULL, NULL, 'PS_RETURN_PREFIX', '#RE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(44, NULL, NULL, 'PS_INVOICE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(45, NULL, NULL, 'PS_PASSWD_TIME_BACK', '360', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(46, NULL, NULL, 'PS_PASSWD_TIME_FRONT', '360', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(47, NULL, NULL, 'PS_PASSWD_RESET_VALIDITY', '1440', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(48, NULL, NULL, 'PS_DISP_UNAVAILABLE_ATTR', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(49, NULL, NULL, 'PS_SEARCH_INDEXATION', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(50, NULL, NULL, 'PS_SEARCH_FUZZY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(51, NULL, NULL, 'PS_SEARCH_FUZZY_MAX_LOOP', '4', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(52, NULL, NULL, 'PS_SEARCH_MAX_WORD_LENGTH', '15', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(53, NULL, NULL, 'PS_SEARCH_MINWORDLEN', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(54, NULL, NULL, 'PS_SEARCH_BLACKLIST', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(55, NULL, NULL, 'PS_SEARCH_WEIGHT_PNAME', '6', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(56, NULL, NULL, 'PS_SEARCH_WEIGHT_REF', '10', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(57, NULL, NULL, 'PS_SEARCH_WEIGHT_SHORTDESC', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(58, NULL, NULL, 'PS_SEARCH_WEIGHT_DESC', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(59, NULL, NULL, 'PS_SEARCH_WEIGHT_CNAME', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(60, NULL, NULL, 'PS_SEARCH_WEIGHT_MNAME', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(61, NULL, NULL, 'PS_SEARCH_WEIGHT_TAG', '4', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(62, NULL, NULL, 'PS_SEARCH_WEIGHT_ATTRIBUTE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(63, NULL, NULL, 'PS_SEARCH_WEIGHT_FEATURE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(64, NULL, NULL, 'PS_SEARCH_AJAX', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(65, NULL, NULL, 'PS_TIMEZONE', 'Europe/Paris', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(66, NULL, NULL, 'PS_THEME_V11', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(67, NULL, NULL, 'PRESTASTORE_LIVE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(28, NULL, NULL, 'PS_MAINTENANCE_ALLOW_ADMINS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(29, NULL, NULL, 'PS_NB_DAYS_NEW_PRODUCT', '20', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(30, NULL, NULL, 'PS_SSL_ENABLED', '1', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(31, NULL, NULL, 'PS_WEIGHT_UNIT', 'kg', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(32, NULL, NULL, 'PS_BLOCK_CART_AJAX', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(33, NULL, NULL, 'PS_ORDER_RETURN', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(34, NULL, NULL, 'PS_ORDER_RETURN_NB_DAYS', '14', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(35, NULL, NULL, 'PS_MAIL_TYPE', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(36, NULL, NULL, 'PS_PRODUCT_PICTURE_MAX_SIZE', '8388608', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(37, NULL, NULL, 'PS_PRODUCT_PICTURE_WIDTH', '64', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(38, NULL, NULL, 'PS_PRODUCT_PICTURE_HEIGHT', '64', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(39, NULL, NULL, 'PS_INVOICE_PREFIX', '#IN', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(40, NULL, NULL, 'PS_INVCE_INVOICE_ADDR_RULES', '{\"avoid\":[]}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(41, NULL, NULL, 'PS_INVCE_DELIVERY_ADDR_RULES', '{\"avoid\":[]}', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(42, NULL, NULL, 'PS_DELIVERY_PREFIX', '#DE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(43, NULL, NULL, 'PS_DELIVERY_NUMBER', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(44, NULL, NULL, 'PS_RETURN_PREFIX', '#RE', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(45, NULL, NULL, 'PS_INVOICE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(46, NULL, NULL, 'PS_PASSWD_TIME_BACK', '360', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(47, NULL, NULL, 'PS_PASSWD_TIME_FRONT', '360', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(48, NULL, NULL, 'PS_PASSWD_RESET_VALIDITY', '1440', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(49, NULL, NULL, 'PS_DISP_UNAVAILABLE_ATTR', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(50, NULL, NULL, 'PS_SEARCH_INDEXATION', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(51, NULL, NULL, 'PS_SEARCH_FUZZY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(52, NULL, NULL, 'PS_SEARCH_FUZZY_MAX_LOOP', '4', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(53, NULL, NULL, 'PS_SEARCH_MAX_WORD_LENGTH', '15', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(54, NULL, NULL, 'PS_SEARCH_MINWORDLEN', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(55, NULL, NULL, 'PS_SEARCH_BLACKLIST', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(56, NULL, NULL, 'PS_SEARCH_WEIGHT_PNAME', '6', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(57, NULL, NULL, 'PS_SEARCH_WEIGHT_REF', '10', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(58, NULL, NULL, 'PS_SEARCH_WEIGHT_SHORTDESC', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(59, NULL, NULL, 'PS_SEARCH_WEIGHT_DESC', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(60, NULL, NULL, 'PS_SEARCH_WEIGHT_CNAME', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(61, NULL, NULL, 'PS_SEARCH_WEIGHT_MNAME', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(62, NULL, NULL, 'PS_SEARCH_WEIGHT_TAG', '4', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(63, NULL, NULL, 'PS_SEARCH_WEIGHT_ATTRIBUTE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(64, NULL, NULL, 'PS_SEARCH_WEIGHT_FEATURE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(65, NULL, NULL, 'PS_SEARCH_AJAX', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(66, NULL, NULL, 'PS_TIMEZONE', 'Europe/Paris', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(67, NULL, NULL, 'PS_THEME_V11', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (68, NULL, NULL, 'PS_TIN_ACTIVE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (69, NULL, NULL, 'PS_SHOW_ALL_MODULES', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (70, NULL, NULL, 'PS_BACKUP_ALL', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3102,7 +2966,7 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (72, NULL, NULL, 'PS_PRICE_ROUND_MODE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (73, NULL, NULL, 'PS_1_3_2_UPDATE_DATE', '2011-12-27 10:20:42', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (74, NULL, NULL, 'PS_CONDITIONS_CMS_ID', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(75, NULL, NULL, 'PS_VOLUME_UNIT', 'L', '0000-00-00 00:00:00', '2023-08-28 13:47:08'), +(75, NULL, NULL, 'PS_VOLUME_UNIT', 'L', '0000-00-00 00:00:00', '2024-01-23 10:10:37'), (76, NULL, NULL, 'PS_CIPHER_ALGORITHM', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (77, NULL, NULL, 'PS_ATTRIBUTE_CATEGORY_DISPLAY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (78, NULL, NULL, 'PS_CUSTOMER_SERVICE_FILE_UPLOAD', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3116,8 +2980,8 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (86, NULL, NULL, 'PS_SMARTY_FORCE_COMPILE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (87, NULL, NULL, 'PS_DISTANCE_UNIT', 'km', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (88, NULL, NULL, 'PS_STORES_DISPLAY_CMS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(89, NULL, NULL, 'SHOP_LOGO_WIDTH', '100', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), -(90, NULL, NULL, 'SHOP_LOGO_HEIGHT', '28', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), +(89, NULL, NULL, 'SHOP_LOGO_WIDTH', '100', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(90, NULL, NULL, 'SHOP_LOGO_HEIGHT', '28', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), (91, NULL, NULL, 'EDITORIAL_IMAGE_WIDTH', '530', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (92, NULL, NULL, 'EDITORIAL_IMAGE_HEIGHT', '228', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (93, NULL, NULL, 'PS_STATSDATA_CUSTOMER_PAGESVIEWS', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3126,8 +2990,8 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (96, NULL, NULL, 'PS_GEOLOCATION_ENABLED', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (97, NULL, NULL, 'PS_ALLOWED_COUNTRIES', 'AF;ZA;AX;AL;DZ;DE;AD;AO;AI;AQ;AG;AN;SA;AR;AM;AW;AU;AT;AZ;BS;BH;BD;BB;BY;BE;BZ;BJ;BM;BT;BO;BA;BW;BV;BR;BN;BG;BF;MM;BI;KY;KH;CM;CA;CV;CF;CL;CN;CX;CY;CC;CO;KM;CG;CD;CK;KR;KP;CR;CI;HR;CU;DK;DJ;DM;EG;IE;SV;AE;EC;ER;ES;EE;ET;FK;FO;FJ;FI;FR;GA;GM;GE;GS;GH;GI;GR;GD;GL;GP;GU;GT;GG;GN;GQ;GW;GY;GF;HT;HM;HN;HK;HU;IM;MU;VG;VI;IN;ID;IR;IQ;IS;IL;IT;JM;JP;JE;JO;KZ;KE;KG;KI;KW;LA;LS;LV;LB;LR;LY;LI;LT;LU;MO;MK;MG;MY;MW;MV;ML;MT;MP;MA;MH;MQ;MR;YT;MX;FM;MD;MC;MN;ME;MS;MZ;NA;NR;NP;NI;NE;NG;NU;NF;NO;NC;NZ;IO;OM;UG;UZ;PK;PW;PS;PA;PG;PY;NL;PE;PH;PN;PL;PF;PR;PT;QA;DO;CZ;RE;RO;GB;RU;RW;EH;BL;KN;SM;MF;PM;VA;VC;LC;SB;WS;AS;ST;SN;RS;SC;SL;SG;SK;SI;SO;SD;LK;SE;CH;SR;SJ;SZ;SY;TJ;TW;TZ;TD;TF;TH;TL;TG;TK;TO;TT;TN;TM;TC;TR;TV;UA;UY;US;VU;VE;VN;WF;YE;ZM;ZW', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (98, NULL, NULL, 'PS_GEOLOCATION_BEHAVIOR', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(99, NULL, NULL, 'PS_LOCALE_LANGUAGE', 'en', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), -(100, NULL, NULL, 'PS_LOCALE_COUNTRY', 'GB', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), +(99, NULL, NULL, 'PS_LOCALE_LANGUAGE', 'en', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(100, NULL, NULL, 'PS_LOCALE_COUNTRY', 'GB', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), (101, NULL, NULL, 'PS_ATTACHMENT_MAXIMUM_SIZE', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (102, NULL, NULL, 'PS_SMARTY_CACHE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (103, NULL, NULL, 'PS_DIMENSION_UNIT', 'cm', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3136,7 +3000,7 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (106, NULL, NULL, 'PS_DISPLAY_MANUFACTURERS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (107, NULL, NULL, 'PS_DISPLAY_BEST_SELLERS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (108, NULL, NULL, 'PS_CATALOG_MODE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(109, NULL, NULL, 'PS_GEOLOCATION_WHITELIST', '127;::1;188.165.122;209.185.108;209.185.253;209.85.238;209.85.238.11;209.85.238.4;216.239.33.96;216.239.33.97;216.239.33.98;216.239.33.99;216.239.37.98;216.239.37.99;216.239.39.98;216.239.39.99;216.239.41.96;216.239.41.97;216.239.41.98;216.239.41.99;216.239.45.4;216.239.46;216.239.51.96;216.239.51.97;216.239.51.98;216.239.51.99;216.239.53.98;216.239.53.99;216.239.57.96;91.240.109;216.239.57.97;216.239.57.98;216.239.57.99;216.239.59.98;216.239.59.99;216.33.229.163;64.233.173.193;64.233.173.194;64.233.173.195;64.233.173.196;64.233.173.197;64.233.173.198;64.233.173.199;64.233.173.200;64.233.173.201;64.233.173.202;64.233.173.203;64.233.173.204;64.233.173.205;64.233.173.206;64.233.173.207;64.233.173.208;64.233.173.209;64.233.173.210;64.233.173.211;64.233.173.212;64.233.173.213;64.233.173.214;64.233.173.215;64.233.173.216;64.233.173.217;64.233.173.218;64.233.173.219;64.233.173.220;64.233.173.221;64.233.173.222;64.233.173.223;64.233.173.224;64.233.173.225;64.233.173.226;64.233.173.227;64.233.173.228;64.233.173.229;64.233.173.230;64.233.173.231;64.233.173.232;64.233.173.233;64.233.173.234;64.233.173.235;64.233.173.236;64.233.173.237;64.233.173.238;64.233.173.239;64.233.173.240;64.233.173.241;64.233.173.242;64.233.173.243;64.233.173.244;64.233.173.245;64.233.173.246;64.233.173.247;64.233.173.248;64.233.173.249;64.233.173.250;64.233.173.251;64.233.173.252;64.233.173.253;64.233.173.254;64.233.173.255;64.68.80;64.68.81;64.68.82;64.68.83;64.68.84;64.68.85;64.68.86;64.68.87;64.68.88;64.68.89;64.68.90.1;64.68.90.10;64.68.90.11;64.68.90.12;64.68.90.129;64.68.90.13;64.68.90.130;64.68.90.131;64.68.90.132;64.68.90.133;64.68.90.134;64.68.90.135;64.68.90.136;64.68.90.137;64.68.90.138;64.68.90.139;64.68.90.14;64.68.90.140;64.68.90.141;64.68.90.142;64.68.90.143;64.68.90.144;64.68.90.145;64.68.90.146;64.68.90.147;64.68.90.148;64.68.90.149;64.68.90.15;64.68.90.150;64.68.90.151;64.68.90.152;64.68.90.153;64.68.90.154;64.68.90.155;64.68.90.156;64.68.90.157;64.68.90.158;64.68.90.159;64.68.90.16;64.68.90.160;64.68.90.161;64.68.90.162;64.68.90.163;64.68.90.164;64.68.90.165;64.68.90.166;64.68.90.167;64.68.90.168;64.68.90.169;64.68.90.17;64.68.90.170;64.68.90.171;64.68.90.172;64.68.90.173;64.68.90.174;64.68.90.175;64.68.90.176;64.68.90.177;64.68.90.178;64.68.90.179;64.68.90.18;64.68.90.180;64.68.90.181;64.68.90.182;64.68.90.183;64.68.90.184;64.68.90.185;64.68.90.186;64.68.90.187;64.68.90.188;64.68.90.189;64.68.90.19;64.68.90.190;64.68.90.191;64.68.90.192;64.68.90.193;64.68.90.194;64.68.90.195;64.68.90.196;64.68.90.197;64.68.90.198;64.68.90.199;64.68.90.2;64.68.90.20;64.68.90.200;64.68.90.201;64.68.90.202;64.68.90.203;64.68.90.204;64.68.90.205;64.68.90.206;64.68.90.207;64.68.90.208;64.68.90.21;64.68.90.22;64.68.90.23;64.68.90.24;64.68.90.25;64.68.90.26;64.68.90.27;64.68.90.28;64.68.90.29;64.68.90.3;64.68.90.30;64.68.90.31;64.68.90.32;64.68.90.33;64.68.90.34;64.68.90.35;64.68.90.36;64.68.90.37;64.68.90.38;64.68.90.39;64.68.90.4;64.68.90.40;64.68.90.41;64.68.90.42;64.68.90.43;64.68.90.44;64.68.90.45;64.68.90.46;64.68.90.47;64.68.90.48;64.68.90.49;64.68.90.5;64.68.90.50;64.68.90.51;64.68.90.52;64.68.90.53;64.68.90.54;64.68.90.55;64.68.90.56;64.68.90.57;64.68.90.58;64.68.90.59;64.68.90.6;64.68.90.60;64.68.90.61;64.68.90.62;64.68.90.63;64.68.90.64;64.68.90.65;64.68.90.66;64.68.90.67;64.68.90.68;64.68.90.69;64.68.90.7;64.68.90.70;64.68.90.71;64.68.90.72;64.68.90.73;64.68.90.74;64.68.90.75;64.68.90.76;64.68.90.77;64.68.90.78;64.68.90.79;64.68.90.8;64.68.90.80;64.68.90.9;64.68.91;64.68.92;66.249.64;66.249.65;66.249.66;66.249.67;66.249.68;66.249.69;66.249.70;66.249.71;66.249.72;66.249.73;66.249.78;66.249.79;72.14.199;8.6.48', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(109, NULL, NULL, 'PS_GEOLOCATION_WHITELIST', '127.0.0.1;::1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (110, NULL, NULL, 'PS_LOGS_BY_EMAIL', '4', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (111, NULL, NULL, 'PS_COOKIE_CHECKIP', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (112, NULL, NULL, 'PS_COOKIE_SAMESITE', 'Lax', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3159,7 +3023,7 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (129, NULL, NULL, 'PS_OS_OUTOFSTOCK_UNPAID', '12', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (130, NULL, NULL, 'PS_OS_COD_VALIDATION', '13', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (131, NULL, NULL, 'PS_LEGACY_IMAGES', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(132, NULL, NULL, 'PS_IMAGE_QUALITY', 'png', '0000-00-00 00:00:00', '2023-08-28 13:26:21'), +(132, NULL, NULL, 'PS_IMAGE_QUALITY', 'png', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), (133, NULL, NULL, 'PS_PNG_QUALITY', '7', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (134, NULL, NULL, 'PS_JPEG_QUALITY', '90', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (135, NULL, NULL, 'PS_WEBP_QUALITY', '80', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3172,10 +3036,10 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (142, NULL, NULL, 'PS_FEATURE_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (143, NULL, NULL, 'PS_COMBINATION_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (144, NULL, NULL, 'PS_SPECIFIC_PRICE_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(145, NULL, NULL, 'PS_VIRTUAL_PROD_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '2023-08-28 13:28:03'), +(145, NULL, NULL, 'PS_VIRTUAL_PROD_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '2024-01-23 09:45:40'), (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-10-23 11:04:35'), +(148, NULL, NULL, 'PS_PACK_FEATURE_ACTIVE', '1', '0000-00-00 00:00:00', '2024-01-23 09:45:40'), (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'), @@ -3212,13 +3076,13 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (182, NULL, NULL, 'MB_INTER_METHODS', '5', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (183, NULL, NULL, 'BANK_WIRE_CURRENCIES', '2,1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (184, NULL, NULL, 'CHEQUE_CURRENCIES', '2,1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(185, NULL, NULL, 'PRODUCTS_VIEWED_NBR', '8', '0000-00-00 00:00:00', '2023-08-28 13:27:57'), +(185, NULL, NULL, 'PRODUCTS_VIEWED_NBR', '8', '0000-00-00 00:00:00', '2024-01-23 09:45:39'), (186, NULL, NULL, 'BLOCK_CATEG_DHTML', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (187, NULL, NULL, 'BLOCK_CATEG_MAX_DEPTH', '4', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (188, NULL, NULL, 'MANUFACTURER_DISPLAY_FORM', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (189, NULL, NULL, 'MANUFACTURER_DISPLAY_TEXT', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (190, NULL, NULL, 'MANUFACTURER_DISPLAY_TEXT_NB', '5', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(191, NULL, NULL, 'NEW_PRODUCTS_NBR', '8', '0000-00-00 00:00:00', '2023-08-28 13:26:23'), +(191, NULL, NULL, 'NEW_PRODUCTS_NBR', '8', '0000-00-00 00:00:00', '2024-01-23 09:45:32'), (192, NULL, NULL, 'PS_TOKEN_ENABLE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (193, NULL, NULL, 'PS_STATS_RENDER', 'graphnvd3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (194, NULL, NULL, 'PS_STATS_OLD_CONNECT_AUTO_CLEAN', 'never', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3238,11 +3102,11 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (208, NULL, NULL, 'BLOCKADVERT_LINK', 'https://www.prestashop.com', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (209, NULL, NULL, 'BLOCKSTORE_IMG', 'store.jpg', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (210, NULL, NULL, 'BLOCKADVERT_IMG_EXT', 'jpg', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(211, NULL, NULL, 'MOD_BLOCKTOPMENU_ITEMS', 'CAT3,CAT6,CAT9', '0000-00-00 00:00:00', '2023-08-28 13:26:23'), +(211, NULL, NULL, 'MOD_BLOCKTOPMENU_ITEMS', 'CAT3,CAT6,CAT9', '0000-00-00 00:00:00', '2024-01-23 09:45:32'), (212, NULL, NULL, 'MOD_BLOCKTOPMENU_SEARCH', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(213, NULL, NULL, 'BLOCKSOCIAL_FACEBOOK', NULL, '0000-00-00 00:00:00', '2023-08-28 13:26:24'), -(214, NULL, NULL, 'BLOCKSOCIAL_TWITTER', NULL, '0000-00-00 00:00:00', '2023-08-28 13:26:24'), -(215, NULL, NULL, 'BLOCKSOCIAL_RSS', NULL, '0000-00-00 00:00:00', '2023-08-28 13:26:24'), +(213, NULL, NULL, 'BLOCKSOCIAL_FACEBOOK', NULL, '0000-00-00 00:00:00', '2024-01-23 09:45:32'), +(214, NULL, NULL, 'BLOCKSOCIAL_TWITTER', NULL, '0000-00-00 00:00:00', '2024-01-23 09:45:32'), +(215, NULL, NULL, 'BLOCKSOCIAL_RSS', NULL, '0000-00-00 00:00:00', '2024-01-23 09:45:32'), (216, NULL, NULL, 'BLOCKCONTACTINFOS_COMPANY', 'Your company', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (217, NULL, NULL, 'BLOCKCONTACTINFOS_ADDRESS', 'Address line 1\nCity\nCountry', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (218, NULL, NULL, 'BLOCKCONTACTINFOS_PHONE', '0123-456-789', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), @@ -3257,218 +3121,195 @@ INSERT INTO `ps_configuration` (`id_configuration`, `id_shop_group`, `id_shop`, (227, NULL, NULL, 'UPGRADER_BACKUPFILES_FILENAME', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (228, NULL, NULL, 'BLOCKREINSURANCE_NBBLOCKS', '5', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (229, NULL, NULL, 'HOMESLIDER_WIDTH', '535', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(230, NULL, NULL, 'HOMESLIDER_SPEED', '5000', '0000-00-00 00:00:00', '2023-08-28 13:26:23'), +(230, NULL, NULL, 'HOMESLIDER_SPEED', '5000', '0000-00-00 00:00:00', '2024-01-23 09:45:32'), (231, NULL, NULL, 'HOMESLIDER_PAUSE', '7700', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (232, NULL, NULL, 'HOMESLIDER_LOOP', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), (233, NULL, NULL, 'PS_BASE_DISTANCE_UNIT', 'm', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(234, NULL, NULL, 'PS_SHOP_DOMAIN', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), -(235, NULL, NULL, 'PS_SHOP_DOMAIN_SSL', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), +(234, NULL, NULL, 'PS_SHOP_DOMAIN', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(235, NULL, NULL, 'PS_SHOP_DOMAIN_SSL', 'demoshop8.ngrok.io', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), (236, NULL, NULL, 'PS_SHOP_NAME', 'PrestaShop', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(237, NULL, NULL, 'PS_SHOP_EMAIL', 'demo@prestashop.com', '0000-00-00 00:00:00', '2023-08-28 13:26:21'), +(237, NULL, NULL, 'PS_SHOP_EMAIL', 'demo@prestashop.com', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), (238, NULL, NULL, 'PS_MAIL_METHOD', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(239, NULL, NULL, 'PS_SHOP_ACTIVITY', '0', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), -(240, NULL, NULL, 'PS_LOGO', 'logo.png', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(241, NULL, NULL, 'PS_FAVICON', 'favicon.ico', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(242, NULL, NULL, 'PS_STORES_ICON', 'logo_stores.png', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(243, NULL, NULL, 'PS_ROOT_CATEGORY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(244, NULL, NULL, 'PS_HOME_CATEGORY', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(245, NULL, NULL, 'PS_CONFIGURATION_AGREMENT', '1', '0000-00-00 00:00:00', '2023-08-28 13:26:18'), -(246, NULL, NULL, 'PS_MAIL_SERVER', 'smtp.', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(247, NULL, NULL, 'PS_MAIL_USER', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(248, NULL, NULL, 'PS_MAIL_PASSWD', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(249, NULL, NULL, 'PS_MAIL_SMTP_ENCRYPTION', 'off', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(250, NULL, NULL, 'PS_MAIL_SMTP_PORT', '25', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(251, NULL, NULL, 'PS_MAIL_COLOR', '#db3484', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(252, NULL, NULL, 'PS_MAIL_DKIM_ENABLE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(253, NULL, NULL, 'PS_MAIL_DKIM_DOMAIN', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(254, NULL, NULL, 'PS_MAIL_DKIM_SELECTOR', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(255, NULL, NULL, 'PS_MAIL_DKIM_KEY', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(256, NULL, NULL, 'NW_SALT', 'HKF4qtXkaKcEYpqr', '0000-00-00 00:00:00', '2023-08-28 13:26:24'), -(257, NULL, NULL, 'PS_PAYMENT_LOGO_CMS_ID', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(258, NULL, NULL, 'HOME_FEATURED_NBR', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(259, NULL, NULL, 'SEK_MIN_OCCURENCES', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(260, NULL, NULL, 'SEK_FILTER_KW', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(261, NULL, NULL, 'PS_ALLOW_MOBILE_DEVICE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(262, NULL, NULL, 'PS_CUSTOMER_CREATION_EMAIL', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(263, NULL, NULL, 'PS_SMARTY_CONSOLE_KEY', 'SMARTY_DEBUG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(264, NULL, NULL, 'PS_ATTRIBUTE_ANCHOR_SEPARATOR', '-', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(265, NULL, NULL, 'CONF_AVERAGE_PRODUCT_MARGIN', '40', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(266, NULL, NULL, 'PS_DASHBOARD_SIMULATION', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(267, NULL, NULL, 'PS_USE_HTMLPURIFIER', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(268, NULL, NULL, 'PS_SMARTY_LOCAL', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(269, NULL, NULL, 'PS_SMARTY_CLEAR_CACHE', 'everytime', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(270, NULL, NULL, 'PS_DETECT_LANG', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(271, NULL, NULL, 'PS_DETECT_COUNTRY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(272, NULL, NULL, 'PS_ROUND_TYPE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(273, NULL, NULL, 'PS_LOG_EMAILS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(274, NULL, NULL, 'PS_CUSTOMER_OPTIN', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(275, NULL, NULL, 'PS_CUSTOMER_BIRTHDATE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(276, NULL, NULL, 'PS_PACK_STOCK_TYPE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(277, NULL, NULL, 'PS_LOG_MODULE_PERFS_MODULO', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(278, NULL, NULL, 'PS_DISALLOW_HISTORY_REORDERING', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(279, NULL, NULL, 'PS_DISPLAY_PRODUCT_WEIGHT', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(280, NULL, NULL, 'PS_PRODUCT_WEIGHT_PRECISION', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(281, NULL, NULL, 'PS_ORDER_RECALCULATE_SHIPPING', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(282, NULL, NULL, 'PS_MAINTENANCE_TEXT', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(283, NULL, NULL, 'PS_PRODUCT_SHORT_DESC_LIMIT', '800', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(284, NULL, NULL, 'PS_LABEL_IN_STOCK_PRODUCTS', 'In Stock', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(285, NULL, NULL, 'PS_LABEL_OOS_PRODUCTS_BOA', 'Product available for orders', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(286, NULL, NULL, 'PS_LABEL_OOS_PRODUCTS_BOD', 'Out-of-Stock', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(287, NULL, NULL, 'PS_CATALOG_MODE_WITH_PRICES', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(288, NULL, NULL, 'PS_MAIL_THEME', 'modern', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(289, NULL, NULL, 'PS_ORDER_PRODUCTS_NB_PER_PAGE', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(290, NULL, NULL, 'PS_LOGS_EMAIL_RECEIVERS', 'demo@prestashop.com', '0000-00-00 00:00:00', '2023-08-28 13:26:21'), -(291, NULL, NULL, 'PS_SHOW_LABEL_OOS_LISTING_PAGES', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(292, NULL, NULL, 'ADDONS_API_MODULE_CHANNEL', 'stable', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(293, NULL, NULL, 'PS_SECURITY_TOKEN', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(294, NULL, NULL, 'PS_SECURITY_PASSWORD_POLICY_MAXIMUM_LENGTH', '72', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(295, NULL, NULL, 'PS_SECURITY_PASSWORD_POLICY_MINIMUM_LENGTH', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(296, NULL, NULL, 'PS_SECURITY_PASSWORD_POLICY_MINIMUM_SCORE', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), -(297, NULL, NULL, 'PS_INSTALL_XML_LOADERS_ID', '{\"authorization_role:TAB_ADMINACCESS_CREATE\":1,\"authorization_role:TAB_ADMINACCESS_READ\":2,\"authorization_role:TAB_ADMINACCESS_UPDATE\":3,\"authorization_role:TAB_ADMINACCESS_DELETE\":4,\"authorization_role:TAB_ADMINADDRESSES_CREATE\":5,\"authorization_role:TAB_ADMINADDRESSES_READ\":6,\"authorization_role:TAB_ADMINADDRESSES_UPDATE\":7,\"authorization_role:TAB_ADMINADDRESSES_DELETE\":8,\"authorization_role:TAB_ADMINADMINPREFERENCES_CREATE\":9,\"authorization_role:TAB_ADMINADMINPREFERENCES_READ\":10,\"authorization_role:TAB_ADMINADMINPREFERENCES_UPDATE\":11,\"authorization_role:TAB_ADMINADMINPREFERENCES_DELETE\":12,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_CREATE\":13,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_READ\":14,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_UPDATE\":15,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_DELETE\":16,\"authorization_role:TAB_ADMINATTACHMENTS_CREATE\":17,\"authorization_role:TAB_ADMINATTACHMENTS_READ\":18,\"authorization_role:TAB_ADMINATTACHMENTS_UPDATE\":19,\"authorization_role:TAB_ADMINATTACHMENTS_DELETE\":20,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_CREATE\":21,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_READ\":22,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_UPDATE\":23,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_DELETE\":24,\"authorization_role:TAB_ADMINBACKUP_CREATE\":25,\"authorization_role:TAB_ADMINBACKUP_READ\":26,\"authorization_role:TAB_ADMINBACKUP_UPDATE\":27,\"authorization_role:TAB_ADMINBACKUP_DELETE\":28,\"authorization_role:TAB_ADMINCARRIERS_CREATE\":29,\"authorization_role:TAB_ADMINCARRIERS_READ\":30,\"authorization_role:TAB_ADMINCARRIERS_UPDATE\":31,\"authorization_role:TAB_ADMINCARRIERS_DELETE\":32,\"authorization_role:TAB_ADMINCARTRULES_CREATE\":33,\"authorization_role:TAB_ADMINCARTRULES_READ\":34,\"authorization_role:TAB_ADMINCARTRULES_UPDATE\":35,\"authorization_role:TAB_ADMINCARTRULES_DELETE\":36,\"authorization_role:TAB_ADMINCARTS_CREATE\":37,\"authorization_role:TAB_ADMINCARTS_READ\":38,\"authorization_role:TAB_ADMINCARTS_UPDATE\":39,\"authorization_role:TAB_ADMINCARTS_DELETE\":40,\"authorization_role:TAB_ADMINCATALOG_CREATE\":41,\"authorization_role:TAB_ADMINCATALOG_READ\":42,\"authorization_role:TAB_ADMINCATALOG_UPDATE\":43,\"authorization_role:TAB_ADMINCATALOG_DELETE\":44,\"authorization_role:TAB_ADMINCATEGORIES_CREATE\":45,\"authorization_role:TAB_ADMINCATEGORIES_READ\":46,\"authorization_role:TAB_ADMINCATEGORIES_UPDATE\":47,\"authorization_role:TAB_ADMINCATEGORIES_DELETE\":48,\"authorization_role:TAB_ADMINCMSCONTENT_CREATE\":49,\"authorization_role:TAB_ADMINCMSCONTENT_READ\":50,\"authorization_role:TAB_ADMINCMSCONTENT_UPDATE\":51,\"authorization_role:TAB_ADMINCMSCONTENT_DELETE\":52,\"authorization_role:TAB_ADMINCONTACTS_CREATE\":53,\"authorization_role:TAB_ADMINCONTACTS_READ\":54,\"authorization_role:TAB_ADMINCONTACTS_UPDATE\":55,\"authorization_role:TAB_ADMINCONTACTS_DELETE\":56,\"authorization_role:TAB_ADMINCOUNTRIES_CREATE\":57,\"authorization_role:TAB_ADMINCOUNTRIES_READ\":58,\"authorization_role:TAB_ADMINCOUNTRIES_UPDATE\":59,\"authorization_role:TAB_ADMINCOUNTRIES_DELETE\":60,\"authorization_role:TAB_ADMINCURRENCIES_CREATE\":61,\"authorization_role:TAB_ADMINCURRENCIES_READ\":62,\"authorization_role:TAB_ADMINCURRENCIES_UPDATE\":63,\"authorization_role:TAB_ADMINCURRENCIES_DELETE\":64,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_CREATE\":65,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_READ\":66,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_UPDATE\":67,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_DELETE\":68,\"authorization_role:TAB_ADMINCUSTOMERS_CREATE\":69,\"authorization_role:TAB_ADMINCUSTOMERS_READ\":70,\"authorization_role:TAB_ADMINCUSTOMERS_UPDATE\":71,\"authorization_role:TAB_ADMINCUSTOMERS_DELETE\":72,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_CREATE\":73,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_READ\":74,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_UPDATE\":75,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_DELETE\":76,\"authorization_role:TAB_ADMINDASHBOARD_CREATE\":77,\"authorization_role:TAB_ADMINDASHBOARD_READ\":78,\"authorization_role:TAB_ADMINDASHBOARD_UPDATE\":79,\"authorization_role:TAB_ADMINDASHBOARD_DELETE\":80,\"authorization_role:TAB_ADMINDELIVERYSLIP_CREATE\":81,\"authorization_role:TAB_ADMINDELIVERYSLIP_READ\":82,\"authorization_role:TAB_ADMINDELIVERYSLIP_UPDATE\":83,\"authorization_role:TAB_ADMINDELIVERYSLIP_DELETE\":84,\"authorization_role:TAB_ADMINEMAILS_CREATE\":85,\"authorization_role:TAB_ADMINEMAILS_READ\":86,\"authorization_role:TAB_ADMINEMAILS_UPDATE\":87,\"authorization_role:TAB_ADMINEMAILS_DELETE\":88,\"authorization_role:TAB_ADMINEMPLOYEES_CREATE\":89,\"authorization_role:TAB_ADMINEMPLOYEES_READ\":90,\"authorization_role:TAB_ADMINEMPLOYEES_UPDATE\":91,\"authorization_role:TAB_ADMINEMPLOYEES_DELETE\":92,\"authorization_role:TAB_ADMINFEATURES_CREATE\":93,\"authorization_role:TAB_ADMINFEATURES_READ\":94,\"authorization_role:TAB_ADMINFEATURES_UPDATE\":95,\"authorization_role:TAB_ADMINFEATURES_DELETE\":96,\"authorization_role:TAB_ADMINGENDERS_CREATE\":97,\"authorization_role:TAB_ADMINGENDERS_READ\":98,\"authorization_role:TAB_ADMINGENDERS_UPDATE\":99,\"authorization_role:TAB_ADMINGENDERS_DELETE\":100,\"authorization_role:TAB_ADMINGEOLOCATION_CREATE\":101,\"authorization_role:TAB_ADMINGEOLOCATION_READ\":102,\"authorization_role:TAB_ADMINGEOLOCATION_UPDATE\":103,\"authorization_role:TAB_ADMINGEOLOCATION_DELETE\":104,\"authorization_role:TAB_ADMINGROUPS_CREATE\":105,\"authorization_role:TAB_ADMINGROUPS_READ\":106,\"authorization_role:TAB_ADMINGROUPS_UPDATE\":107,\"authorization_role:TAB_ADMINGROUPS_DELETE\":108,\"authorization_role:TAB_ADMINIMAGES_CREATE\":109,\"authorization_role:TAB_ADMINIMAGES_READ\":110,\"authorization_role:TAB_ADMINIMAGES_UPDATE\":111,\"authorization_role:TAB_ADMINIMAGES_DELETE\":112,\"authorization_role:TAB_ADMINIMPORT_CREATE\":113,\"authorization_role:TAB_ADMINIMPORT_READ\":114,\"authorization_role:TAB_ADMINIMPORT_UPDATE\":115,\"authorization_role:TAB_ADMINIMPORT_DELETE\":116,\"authorization_role:TAB_ADMININFORMATION_CREATE\":117,\"authorization_role:TAB_ADMININFORMATION_READ\":118,\"authorization_role:TAB_ADMININFORMATION_UPDATE\":119,\"authorization_role:TAB_ADMININFORMATION_DELETE\":120,\"authorization_role:TAB_ADMININTERNATIONAL_CREATE\":121,\"authorization_role:TAB_ADMININTERNATIONAL_READ\":122,\"authorization_role:TAB_ADMININTERNATIONAL_UPDATE\":123,\"authorization_role:TAB_ADMININTERNATIONAL_DELETE\":124,\"authorization_role:TAB_ADMININVOICES_CREATE\":125,\"authorization_role:TAB_ADMININVOICES_READ\":126,\"authorization_role:TAB_ADMININVOICES_UPDATE\":127,\"authorization_role:TAB_ADMININVOICES_DELETE\":128,\"authorization_role:TAB_ADMINLANGUAGES_CREATE\":129,\"authorization_role:TAB_ADMINLANGUAGES_READ\":130,\"authorization_role:TAB_ADMINLANGUAGES_UPDATE\":131,\"authorization_role:TAB_ADMINLANGUAGES_DELETE\":132,\"authorization_role:TAB_ADMINLINKWIDGET_CREATE\":133,\"authorization_role:TAB_ADMINLINKWIDGET_READ\":134,\"authorization_role:TAB_ADMINLINKWIDGET_UPDATE\":135,\"authorization_role:TAB_ADMINLINKWIDGET_DELETE\":136,\"authorization_role:TAB_ADMINLOCALIZATION_CREATE\":137,\"authorization_role:TAB_ADMINLOCALIZATION_READ\":138,\"authorization_role:TAB_ADMINLOCALIZATION_UPDATE\":139,\"authorization_role:TAB_ADMINLOCALIZATION_DELETE\":140,\"authorization_role:TAB_ADMINLOGS_CREATE\":141,\"authorization_role:TAB_ADMINLOGS_READ\":142,\"authorization_role:TAB_ADMINLOGS_UPDATE\":143,\"authorization_role:TAB_ADMINLOGS_DELETE\":144,\"authorization_role:TAB_ADMINMAINTENANCE_CREATE\":145,\"authorization_role:TAB_ADMINMAINTENANCE_READ\":146,\"authorization_role:TAB_ADMINMAINTENANCE_UPDATE\":147,\"authorization_role:TAB_ADMINMAINTENANCE_DELETE\":148,\"authorization_role:TAB_ADMINMANUFACTURERS_CREATE\":149,\"authorization_role:TAB_ADMINMANUFACTURERS_READ\":150,\"authorization_role:TAB_ADMINMANUFACTURERS_UPDATE\":151,\"authorization_role:TAB_ADMINMANUFACTURERS_DELETE\":152,\"authorization_role:TAB_ADMINMETA_CREATE\":153,\"authorization_role:TAB_ADMINMETA_READ\":154,\"authorization_role:TAB_ADMINMETA_UPDATE\":155,\"authorization_role:TAB_ADMINMETA_DELETE\":156,\"authorization_role:TAB_ADMINMODULES_CREATE\":157,\"authorization_role:TAB_ADMINMODULES_READ\":158,\"authorization_role:TAB_ADMINMODULES_UPDATE\":159,\"authorization_role:TAB_ADMINMODULES_DELETE\":160,\"authorization_role:TAB_ADMINMODULESPOSITIONS_CREATE\":161,\"authorization_role:TAB_ADMINMODULESPOSITIONS_READ\":162,\"authorization_role:TAB_ADMINMODULESPOSITIONS_UPDATE\":163,\"authorization_role:TAB_ADMINMODULESPOSITIONS_DELETE\":164,\"authorization_role:TAB_ADMINMODULESUPDATES_CREATE\":165,\"authorization_role:TAB_ADMINMODULESUPDATES_READ\":166,\"authorization_role:TAB_ADMINMODULESUPDATES_UPDATE\":167,\"authorization_role:TAB_ADMINMODULESUPDATES_DELETE\":168,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_CREATE\":169,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_READ\":170,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_UPDATE\":171,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_DELETE\":172,\"authorization_role:TAB_ADMINMODULESSF_CREATE\":173,\"authorization_role:TAB_ADMINMODULESSF_READ\":174,\"authorization_role:TAB_ADMINMODULESSF_UPDATE\":175,\"authorization_role:TAB_ADMINMODULESSF_DELETE\":176,\"authorization_role:TAB_ADMINORDERMESSAGE_CREATE\":177,\"authorization_role:TAB_ADMINORDERMESSAGE_READ\":178,\"authorization_role:TAB_ADMINORDERMESSAGE_UPDATE\":179,\"authorization_role:TAB_ADMINORDERMESSAGE_DELETE\":180,\"authorization_role:TAB_ADMINORDERPREFERENCES_CREATE\":181,\"authorization_role:TAB_ADMINORDERPREFERENCES_READ\":182,\"authorization_role:TAB_ADMINORDERPREFERENCES_UPDATE\":183,\"authorization_role:TAB_ADMINORDERPREFERENCES_DELETE\":184,\"authorization_role:TAB_ADMINORDERS_CREATE\":185,\"authorization_role:TAB_ADMINORDERS_READ\":186,\"authorization_role:TAB_ADMINORDERS_UPDATE\":187,\"authorization_role:TAB_ADMINORDERS_DELETE\":188,\"authorization_role:TAB_ADMINOUTSTANDING_CREATE\":189,\"authorization_role:TAB_ADMINOUTSTANDING_READ\":190,\"authorization_role:TAB_ADMINOUTSTANDING_UPDATE\":191,\"authorization_role:TAB_ADMINOUTSTANDING_DELETE\":192,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_CREATE\":193,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_READ\":194,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_UPDATE\":195,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_DELETE\":196,\"authorization_role:TAB_ADMINPARENTCARTRULES_CREATE\":197,\"authorization_role:TAB_ADMINPARENTCARTRULES_READ\":198,\"authorization_role:TAB_ADMINPARENTCARTRULES_UPDATE\":199,\"authorization_role:TAB_ADMINPARENTCARTRULES_DELETE\":200,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_CREATE\":201,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_READ\":202,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_UPDATE\":203,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_DELETE\":204,\"authorization_role:TAB_ADMINPARENTCUSTOMER_CREATE\":205,\"authorization_role:TAB_ADMINPARENTCUSTOMER_READ\":206,\"authorization_role:TAB_ADMINPARENTCUSTOMER_UPDATE\":207,\"authorization_role:TAB_ADMINPARENTCUSTOMER_DELETE\":208,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_CREATE\":209,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_READ\":210,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_UPDATE\":211,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_DELETE\":212,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_CREATE\":213,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_READ\":214,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_UPDATE\":215,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_DELETE\":216,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_CREATE\":217,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_READ\":218,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_UPDATE\":219,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_DELETE\":220,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_CREATE\":221,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_READ\":222,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_UPDATE\":223,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_DELETE\":224,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_CREATE\":225,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_READ\":226,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_UPDATE\":227,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_DELETE\":228,\"authorization_role:TAB_ADMINPARENTMODULESSF_CREATE\":229,\"authorization_role:TAB_ADMINPARENTMODULESSF_READ\":230,\"authorization_role:TAB_ADMINPARENTMODULESSF_UPDATE\":231,\"authorization_role:TAB_ADMINPARENTMODULESSF_DELETE\":232,\"authorization_role:TAB_ADMINPARENTMETA_CREATE\":233,\"authorization_role:TAB_ADMINPARENTMETA_READ\":234,\"authorization_role:TAB_ADMINPARENTMETA_UPDATE\":235,\"authorization_role:TAB_ADMINPARENTMETA_DELETE\":236,\"authorization_role:TAB_ADMINPARENTMODULES_CREATE\":237,\"authorization_role:TAB_ADMINPARENTMODULES_READ\":238,\"authorization_role:TAB_ADMINPARENTMODULES_UPDATE\":239,\"authorization_role:TAB_ADMINPARENTMODULES_DELETE\":240,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_CREATE\":241,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_READ\":242,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_UPDATE\":243,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_DELETE\":244,\"authorization_role:TAB_ADMINPARENTORDERS_CREATE\":245,\"authorization_role:TAB_ADMINPARENTORDERS_READ\":246,\"authorization_role:TAB_ADMINPARENTORDERS_UPDATE\":247,\"authorization_role:TAB_ADMINPARENTORDERS_DELETE\":248,\"authorization_role:TAB_ADMINPARENTPAYMENT_CREATE\":249,\"authorization_role:TAB_ADMINPARENTPAYMENT_READ\":250,\"authorization_role:TAB_ADMINPARENTPAYMENT_UPDATE\":251,\"authorization_role:TAB_ADMINPARENTPAYMENT_DELETE\":252,\"authorization_role:TAB_ADMINPARENTPREFERENCES_CREATE\":253,\"authorization_role:TAB_ADMINPARENTPREFERENCES_READ\":254,\"authorization_role:TAB_ADMINPARENTPREFERENCES_UPDATE\":255,\"authorization_role:TAB_ADMINPARENTPREFERENCES_DELETE\":256,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_CREATE\":257,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_READ\":258,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_UPDATE\":259,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_DELETE\":260,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_CREATE\":261,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_READ\":262,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_UPDATE\":263,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_DELETE\":264,\"authorization_role:TAB_ADMINPARENTSHIPPING_CREATE\":265,\"authorization_role:TAB_ADMINPARENTSHIPPING_READ\":266,\"authorization_role:TAB_ADMINPARENTSHIPPING_UPDATE\":267,\"authorization_role:TAB_ADMINPARENTSHIPPING_DELETE\":268,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_CREATE\":269,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_READ\":270,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_UPDATE\":271,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_DELETE\":272,\"authorization_role:TAB_ADMINPARENTSTORES_CREATE\":273,\"authorization_role:TAB_ADMINPARENTSTORES_READ\":274,\"authorization_role:TAB_ADMINPARENTSTORES_UPDATE\":275,\"authorization_role:TAB_ADMINPARENTSTORES_DELETE\":276,\"authorization_role:TAB_ADMINPARENTTAXES_CREATE\":277,\"authorization_role:TAB_ADMINPARENTTAXES_READ\":278,\"authorization_role:TAB_ADMINPARENTTAXES_UPDATE\":279,\"authorization_role:TAB_ADMINPARENTTAXES_DELETE\":280,\"authorization_role:TAB_ADMINPARENTTHEMES_CREATE\":281,\"authorization_role:TAB_ADMINPARENTTHEMES_READ\":282,\"authorization_role:TAB_ADMINPARENTTHEMES_UPDATE\":283,\"authorization_role:TAB_ADMINPARENTTHEMES_DELETE\":284,\"authorization_role:TAB_ADMINPAYMENT_CREATE\":285,\"authorization_role:TAB_ADMINPAYMENT_READ\":286,\"authorization_role:TAB_ADMINPAYMENT_UPDATE\":287,\"authorization_role:TAB_ADMINPAYMENT_DELETE\":288,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_CREATE\":289,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_READ\":290,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_UPDATE\":291,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_DELETE\":292,\"authorization_role:TAB_ADMINPERFORMANCE_CREATE\":293,\"authorization_role:TAB_ADMINPERFORMANCE_READ\":294,\"authorization_role:TAB_ADMINPERFORMANCE_UPDATE\":295,\"authorization_role:TAB_ADMINPERFORMANCE_DELETE\":296,\"authorization_role:TAB_ADMINPPREFERENCES_CREATE\":297,\"authorization_role:TAB_ADMINPPREFERENCES_READ\":298,\"authorization_role:TAB_ADMINPPREFERENCES_UPDATE\":299,\"authorization_role:TAB_ADMINPPREFERENCES_DELETE\":300,\"authorization_role:TAB_ADMINPREFERENCES_CREATE\":301,\"authorization_role:TAB_ADMINPREFERENCES_READ\":302,\"authorization_role:TAB_ADMINPREFERENCES_UPDATE\":303,\"authorization_role:TAB_ADMINPREFERENCES_DELETE\":304,\"authorization_role:TAB_ADMINPRODUCTS_CREATE\":305,\"authorization_role:TAB_ADMINPRODUCTS_READ\":306,\"authorization_role:TAB_ADMINPRODUCTS_UPDATE\":307,\"authorization_role:TAB_ADMINPRODUCTS_DELETE\":308,\"authorization_role:TAB_ADMINPROFILES_CREATE\":309,\"authorization_role:TAB_ADMINPROFILES_READ\":310,\"authorization_role:TAB_ADMINPROFILES_UPDATE\":311,\"authorization_role:TAB_ADMINPROFILES_DELETE\":312,\"authorization_role:TAB_ADMINREQUESTSQL_CREATE\":313,\"authorization_role:TAB_ADMINREQUESTSQL_READ\":314,\"authorization_role:TAB_ADMINREQUESTSQL_UPDATE\":315,\"authorization_role:TAB_ADMINREQUESTSQL_DELETE\":316,\"authorization_role:TAB_ADMINRETURN_CREATE\":317,\"authorization_role:TAB_ADMINRETURN_READ\":318,\"authorization_role:TAB_ADMINRETURN_UPDATE\":319,\"authorization_role:TAB_ADMINRETURN_DELETE\":320,\"authorization_role:TAB_ADMINSEARCHCONF_CREATE\":321,\"authorization_role:TAB_ADMINSEARCHCONF_READ\":322,\"authorization_role:TAB_ADMINSEARCHCONF_UPDATE\":323,\"authorization_role:TAB_ADMINSEARCHCONF_DELETE\":324,\"authorization_role:TAB_ADMINSEARCHENGINES_CREATE\":325,\"authorization_role:TAB_ADMINSEARCHENGINES_READ\":326,\"authorization_role:TAB_ADMINSEARCHENGINES_UPDATE\":327,\"authorization_role:TAB_ADMINSEARCHENGINES_DELETE\":328,\"authorization_role:TAB_ADMINSHIPPING_CREATE\":329,\"authorization_role:TAB_ADMINSHIPPING_READ\":330,\"authorization_role:TAB_ADMINSHIPPING_UPDATE\":331,\"authorization_role:TAB_ADMINSHIPPING_DELETE\":332,\"authorization_role:TAB_ADMINSHOPGROUP_CREATE\":333,\"authorization_role:TAB_ADMINSHOPGROUP_READ\":334,\"authorization_role:TAB_ADMINSHOPGROUP_UPDATE\":335,\"authorization_role:TAB_ADMINSHOPGROUP_DELETE\":336,\"authorization_role:TAB_ADMINSHOPURL_CREATE\":337,\"authorization_role:TAB_ADMINSHOPURL_READ\":338,\"authorization_role:TAB_ADMINSHOPURL_UPDATE\":339,\"authorization_role:TAB_ADMINSHOPURL_DELETE\":340,\"authorization_role:TAB_ADMINSLIP_CREATE\":341,\"authorization_role:TAB_ADMINSLIP_READ\":342,\"authorization_role:TAB_ADMINSLIP_UPDATE\":343,\"authorization_role:TAB_ADMINSLIP_DELETE\":344,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_CREATE\":345,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_READ\":346,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_UPDATE\":347,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_DELETE\":348,\"authorization_role:TAB_ADMINSTATES_CREATE\":349,\"authorization_role:TAB_ADMINSTATES_READ\":350,\"authorization_role:TAB_ADMINSTATES_UPDATE\":351,\"authorization_role:TAB_ADMINSTATES_DELETE\":352,\"authorization_role:TAB_ADMINSTATS_CREATE\":353,\"authorization_role:TAB_ADMINSTATS_READ\":354,\"authorization_role:TAB_ADMINSTATS_UPDATE\":355,\"authorization_role:TAB_ADMINSTATS_DELETE\":356,\"authorization_role:TAB_ADMINSTATUSES_CREATE\":357,\"authorization_role:TAB_ADMINSTATUSES_READ\":358,\"authorization_role:TAB_ADMINSTATUSES_UPDATE\":359,\"authorization_role:TAB_ADMINSTATUSES_DELETE\":360,\"authorization_role:TAB_ADMINSTOCK_CREATE\":361,\"authorization_role:TAB_ADMINSTOCK_READ\":362,\"authorization_role:TAB_ADMINSTOCK_UPDATE\":363,\"authorization_role:TAB_ADMINSTOCK_DELETE\":364,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_CREATE\":365,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_READ\":366,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_UPDATE\":367,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_DELETE\":368,\"authorization_role:TAB_ADMINSTORES_CREATE\":369,\"authorization_role:TAB_ADMINSTORES_READ\":370,\"authorization_role:TAB_ADMINSTORES_UPDATE\":371,\"authorization_role:TAB_ADMINSTORES_DELETE\":372,\"authorization_role:TAB_ADMINSUPPLIERS_CREATE\":373,\"authorization_role:TAB_ADMINSUPPLIERS_READ\":374,\"authorization_role:TAB_ADMINSUPPLIERS_UPDATE\":375,\"authorization_role:TAB_ADMINSUPPLIERS_DELETE\":376,\"authorization_role:TAB_ADMINTAGS_CREATE\":377,\"authorization_role:TAB_ADMINTAGS_READ\":378,\"authorization_role:TAB_ADMINTAGS_UPDATE\":379,\"authorization_role:TAB_ADMINTAGS_DELETE\":380,\"authorization_role:TAB_ADMINTAXES_CREATE\":381,\"authorization_role:TAB_ADMINTAXES_READ\":382,\"authorization_role:TAB_ADMINTAXES_UPDATE\":383,\"authorization_role:TAB_ADMINTAXES_DELETE\":384,\"authorization_role:TAB_ADMINTAXRULESGROUP_CREATE\":385,\"authorization_role:TAB_ADMINTAXRULESGROUP_READ\":386,\"authorization_role:TAB_ADMINTAXRULESGROUP_UPDATE\":387,\"authorization_role:TAB_ADMINTAXRULESGROUP_DELETE\":388,\"authorization_role:TAB_ADMINTHEMES_CREATE\":389,\"authorization_role:TAB_ADMINTHEMES_READ\":390,\"authorization_role:TAB_ADMINTHEMES_UPDATE\":391,\"authorization_role:TAB_ADMINTHEMES_DELETE\":392,\"authorization_role:TAB_ADMINTRACKING_CREATE\":393,\"authorization_role:TAB_ADMINTRACKING_READ\":394,\"authorization_role:TAB_ADMINTRACKING_UPDATE\":395,\"authorization_role:TAB_ADMINTRACKING_DELETE\":396,\"authorization_role:TAB_ADMINTRANSLATIONS_CREATE\":397,\"authorization_role:TAB_ADMINTRANSLATIONS_READ\":398,\"authorization_role:TAB_ADMINTRANSLATIONS_UPDATE\":399,\"authorization_role:TAB_ADMINTRANSLATIONS_DELETE\":400,\"authorization_role:TAB_ADMINWAREHOUSES_CREATE\":401,\"authorization_role:TAB_ADMINWAREHOUSES_READ\":402,\"authorization_role:TAB_ADMINWAREHOUSES_UPDATE\":403,\"authorization_role:TAB_ADMINWAREHOUSES_DELETE\":404,\"authorization_role:TAB_ADMINWEBSERVICE_CREATE\":405,\"authorization_role:TAB_ADMINWEBSERVICE_READ\":406,\"authorization_role:TAB_ADMINWEBSERVICE_UPDATE\":407,\"authorization_role:TAB_ADMINWEBSERVICE_DELETE\":408,\"authorization_role:TAB_ADMINZONES_CREATE\":409,\"authorization_role:TAB_ADMINZONES_READ\":410,\"authorization_role:TAB_ADMINZONES_UPDATE\":411,\"authorization_role:TAB_ADMINZONES_DELETE\":412,\"authorization_role:TAB_CONFIGURE_CREATE\":413,\"authorization_role:TAB_CONFIGURE_READ\":414,\"authorization_role:TAB_CONFIGURE_UPDATE\":415,\"authorization_role:TAB_CONFIGURE_DELETE\":416,\"authorization_role:TAB_IMPROVE_CREATE\":417,\"authorization_role:TAB_IMPROVE_READ\":418,\"authorization_role:TAB_IMPROVE_UPDATE\":419,\"authorization_role:TAB_IMPROVE_DELETE\":420,\"authorization_role:TAB_SELL_CREATE\":421,\"authorization_role:TAB_SELL_READ\":422,\"authorization_role:TAB_SELL_UPDATE\":423,\"authorization_role:TAB_SELL_DELETE\":424,\"authorization_role:TAB_SHOPPARAMETERS_CREATE\":425,\"authorization_role:TAB_SHOPPARAMETERS_READ\":426,\"authorization_role:TAB_SHOPPARAMETERS_UPDATE\":427,\"authorization_role:TAB_SHOPPARAMETERS_DELETE\":428,\"authorization_role:TAB_ADMINPARENTMAILTHEME_CREATE\":429,\"authorization_role:TAB_ADMINPARENTMAILTHEME_READ\":430,\"authorization_role:TAB_ADMINPARENTMAILTHEME_UPDATE\":431,\"authorization_role:TAB_ADMINPARENTMAILTHEME_DELETE\":432,\"authorization_role:TAB_ADMINMAILTHEME_CREATE\":433,\"authorization_role:TAB_ADMINMAILTHEME_READ\":434,\"authorization_role:TAB_ADMINMAILTHEME_UPDATE\":435,\"authorization_role:TAB_ADMINMAILTHEME_DELETE\":436,\"authorization_role:TAB_ADMINMODULESMANAGE_CREATE\":437,\"authorization_role:TAB_ADMINMODULESMANAGE_READ\":438,\"authorization_role:TAB_ADMINMODULESMANAGE_UPDATE\":439,\"authorization_role:TAB_ADMINMODULESMANAGE_DELETE\":440,\"authorization_role:TAB_ADMINFEATUREFLAG_CREATE\":441,\"authorization_role:TAB_ADMINFEATUREFLAG_READ\":442,\"authorization_role:TAB_ADMINFEATUREFLAG_UPDATE\":443,\"authorization_role:TAB_ADMINFEATUREFLAG_DELETE\":444,\"authorization_role:TAB_ADMINPARENTSECURITY_CREATE\":445,\"authorization_role:TAB_ADMINPARENTSECURITY_READ\":446,\"authorization_role:TAB_ADMINPARENTSECURITY_UPDATE\":447,\"authorization_role:TAB_ADMINPARENTSECURITY_DELETE\":448,\"authorization_role:TAB_ADMINSECURITY_CREATE\":449,\"authorization_role:TAB_ADMINSECURITY_READ\":450,\"authorization_role:TAB_ADMINSECURITY_UPDATE\":451,\"authorization_role:TAB_ADMINSECURITY_DELETE\":452,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_CREATE\":453,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_READ\":454,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_UPDATE\":455,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_DELETE\":456,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_CREATE\":457,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_READ\":458,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_UPDATE\":459,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_DELETE\":460,\"profile:SuperAdmin\":\"1\",\"access:access_1_0\":0,\"access:access_1_1\":0,\"access:access_1_2\":0,\"access:access_1_3\":0,\"access:access_1_9\":0,\"access:access_1_10\":0,\"access:access_1_11\":0,\"access:access_1_13\":0,\"access:access_1_14\":0,\"access:access_1_15\":0,\"access:access_1_16\":0,\"access:access_1_19\":0,\"access:access_1_20\":0,\"access:access_1_21\":0,\"access:access_1_22\":0,\"access:access_1_23\":0,\"access:access_1_24\":0,\"access:access_1_25\":0,\"access:access_1_26\":0,\"access:access_1_27\":0,\"access:access_1_29\":0,\"access:access_1_30\":0,\"access:access_1_32\":0,\"access:access_1_33\":0,\"access:access_1_34\":0,\"access:access_1_35\":0,\"access:access_1_36\":0,\"access:access_1_37\":0,\"access:access_1_39\":0,\"access:access_1_40\":0,\"access:access_1_41\":0,\"access:access_1_42\":0,\"access:access_1_43\":0,\"access:access_1_44\":0,\"access:access_1_45\":0,\"access:access_1_46\":0,\"access:access_1_47\":0,\"access:access_1_49\":0,\"access:access_1_50\":0,\"access:access_1_51\":0,\"access:access_1_53\":0,\"access:access_1_54\":0,\"access:access_1_55\":0,\"access:access_1_56\":0,\"access:access_1_57\":0,\"access:access_1_58\":0,\"access:access_1_59\":0,\"access:access_1_60\":0,\"access:access_1_62\":0,\"access:access_1_63\":0,\"access:access_1_64\":0,\"access:access_1_67\":0,\"access:access_1_68\":0,\"access:access_1_69\":0,\"access:access_1_70\":0,\"access:access_1_71\":0,\"access:access_1_72\":0,\"access:access_1_73\":0,\"access:access_1_74\":0,\"access:access_1_75\":0,\"access:access_1_76\":0,\"access:access_1_77\":0,\"access:access_1_78\":0,\"access:access_1_79\":0,\"access:access_1_81\":0,\"access:access_1_82\":0,\"access:access_1_83\":0,\"access:access_1_84\":0,\"access:access_1_85\":0,\"access:access_1_87\":0,\"access:access_1_88\":0,\"access:access_1_89\":0,\"access:access_1_90\":0,\"access:access_1_91\":0,\"access:access_1_93\":0,\"access:access_1_98\":0,\"access:access_1_99\":0,\"access:access_1_100\":0,\"access:access_1_101\":0,\"access:access_1_102\":0,\"access:access_1_103\":0,\"access:access_1_104\":0,\"access:access_1_105\":0,\"access:access_1_106\":0,\"access:access_1_107\":0,\"access:access_1_108\":0,\"access:access_1_109\":0,\"access:access_1_110\":0,\"access:access_1_111\":0,\"access:access_1_112\":0,\"access:access_1_113\":0,\"access:access_1_114\":0,\"access:access_1_115\":0,\"access:access_1_116\":0,\"access:access_1_117\":0,\"access:access_1_118\":0,\"access:access_1_119\":0,\"access:access_1_120\":0,\"access:access_1_121\":0,\"access:access_1_122\":0,\"access:access_1_123\":0,\"access:access_1_124\":0,\"access:access_1_125\":0,\"access:access_1_126\":0,\"access:access_1_127\":0,\"access:access_1_128\":0,\"access:access_1_129\":0,\"access:access_1_130\":0,\"access:access_1_131\":0,\"access:access_1_132\":0,\"access:access_1_133\":0,\"access:access_1_134\":0,\"access:access_1_135\":0,\"access:access_1_136\":0,\"access:access_1_137\":0,\"access:access_1_138\":0,\"access:access_1_139\":0,\"access:access_1_140\":0,\"access:access_1_141\":0,\"access:access_1_142\":0,\"access:access_1_143\":0,\"access:access_1_144\":0,\"access:access_1_145\":0,\"access:access_1_146\":0,\"access:access_1_147\":0,\"access:access_1_148\":0,\"access:access_1_149\":0,\"access:access_1_150\":0,\"access:access_1_151\":0,\"access:access_1_152\":0,\"access:access_1_153\":0,\"access:access_1_154\":0,\"access:access_1_155\":0,\"access:access_1_156\":0,\"access:access_1_157\":0,\"access:access_1_158\":0,\"access:access_1_159\":0,\"access:access_1_160\":0,\"access:access_1_161\":0,\"access:access_1_162\":0,\"access:access_1_163\":0,\"access:access_1_164\":0,\"access:access_1_165\":0,\"access:access_1_166\":0,\"access:access_1_167\":0,\"access:access_1_168\":0,\"access:access_1_169\":0,\"access:access_1_170\":0,\"access:access_1_171\":0,\"access:access_1_172\":0,\"access:access_1_173\":0,\"access:access_1_174\":0,\"access:access_1_175\":0,\"access:access_1_176\":0,\"access:access_1_177\":0,\"access:access_1_178\":0,\"access:access_1_179\":0,\"access:access_1_180\":0,\"access:access_1_181\":0,\"access:access_1_182\":0,\"access:access_1_183\":0,\"access:access_1_184\":0,\"access:access_1_185\":0,\"access:access_1_186\":0,\"access:access_1_187\":0,\"access:access_1_188\":0,\"access:access_1_189\":0,\"access:access_1_190\":0,\"access:access_1_191\":0,\"access:access_1_192\":0,\"access:access_1_193\":0,\"access:access_1_194\":0,\"access:access_1_195\":0,\"access:access_1_196\":0,\"access:access_1_197\":0,\"access:access_1_198\":0,\"access:access_1_199\":0,\"access:access_1_200\":0,\"access:access_1_201\":0,\"access:access_1_202\":0,\"access:access_1_203\":0,\"access:access_1_204\":0,\"access:access_1_205\":0,\"access:access_1_206\":0,\"access:access_1_207\":0,\"access:access_1_208\":0,\"access:access_1_209\":0,\"access:access_1_210\":0,\"access:access_1_211\":0,\"access:access_1_212\":0,\"access:access_1_213\":0,\"access:access_1_214\":0,\"access:access_1_215\":0,\"access:access_1_216\":0,\"access:access_1_217\":0,\"access:access_1_218\":0,\"access:access_1_219\":0,\"access:access_1_220\":0,\"access:access_1_221\":0,\"access:access_1_222\":0,\"access:access_1_223\":0,\"access:access_1_224\":0,\"access:access_1_225\":0,\"access:access_1_226\":0,\"access:access_1_227\":0,\"access:access_1_228\":0,\"access:access_1_229\":0,\"access:access_1_230\":0,\"access:access_1_231\":0,\"access:access_1_232\":0,\"access:access_1_233\":0,\"access:access_1_234\":0,\"access:access_1_235\":0,\"access:access_1_236\":0,\"access:access_1_237\":0,\"access:access_1_238\":0,\"access:access_1_239\":0,\"access:access_1_240\":0,\"access:access_1_241\":0,\"access:access_1_242\":0,\"access:access_1_243\":0,\"access:access_1_244\":0,\"access:access_1_245\":0,\"access:access_1_246\":0,\"access:access_1_247\":0,\"access:access_1_248\":0,\"access:access_1_249\":0,\"access:access_1_250\":0,\"access:access_1_251\":0,\"access:access_1_252\":0,\"access:access_1_253\":0,\"access:access_1_254\":0,\"access:access_1_255\":0,\"access:access_1_256\":0,\"access:access_1_257\":0,\"access:access_1_258\":0,\"access:access_1_259\":0,\"access:access_1_260\":0,\"access:access_1_261\":0,\"access:access_1_262\":0,\"access:access_1_263\":0,\"access:access_1_264\":0,\"access:access_1_265\":0,\"access:access_1_266\":0,\"access:access_1_267\":0,\"access:access_1_268\":0,\"access:access_1_269\":0,\"access:access_1_270\":0,\"access:access_1_271\":0,\"access:access_1_272\":0,\"access:access_1_273\":0,\"access:access_1_274\":0,\"access:access_1_275\":0,\"access:access_1_276\":0,\"access:access_1_277\":0,\"access:access_1_278\":0,\"access:access_1_279\":0,\"access:access_1_280\":0,\"access:access_1_281\":0,\"access:access_1_282\":0,\"access:access_1_283\":0,\"access:access_1_284\":0,\"access:access_1_285\":0,\"access:access_1_286\":0,\"access:access_1_287\":0,\"access:access_1_288\":0,\"access:access_1_289\":0,\"access:access_1_290\":0,\"access:access_1_291\":0,\"access:access_1_292\":0,\"access:access_1_293\":0,\"access:access_1_294\":0,\"access:access_1_295\":0,\"access:access_1_296\":0,\"access:access_1_297\":0,\"access:access_1_298\":0,\"access:access_1_299\":0,\"access:access_1_300\":0,\"access:access_1_301\":0,\"access:access_1_302\":0,\"access:access_1_303\":0,\"access:access_1_304\":0,\"access:access_1_305\":0,\"access:access_1_306\":0,\"access:access_1_307\":0,\"access:access_1_308\":0,\"access:access_1_309\":0,\"access:access_1_314\":0,\"access:access_1_315\":0,\"access:access_1_316\":0,\"access:access_1_317\":0,\"access:access_1_318\":0,\"access:access_1_319\":0,\"access:access_1_320\":0,\"access:access_1_321\":0,\"access:access_1_322\":0,\"access:access_1_323\":0,\"access:access_1_324\":0,\"access:access_1_325\":0,\"access:access_1_326\":0,\"access:access_1_327\":0,\"access:access_1_328\":0,\"access:access_1_329\":0,\"access:access_1_330\":0,\"access:access_1_331\":0,\"access:access_1_332\":0,\"access:access_1_333\":0,\"access:access_1_334\":0,\"access:access_1_335\":0,\"access:access_1_336\":0,\"access:access_1_337\":0,\"access:access_1_338\":0,\"access:access_1_339\":0,\"access:access_1_340\":0,\"access:access_1_341\":0,\"access:access_1_342\":0,\"access:access_1_343\":0,\"access:access_1_344\":0,\"access:access_1_345\":0,\"access:access_1_346\":0,\"access:access_1_347\":0,\"access:access_1_348\":0,\"access:access_1_349\":0,\"access:access_1_350\":0,\"access:access_1_351\":0,\"access:access_1_352\":0,\"access:access_1_353\":0,\"access:access_1_354\":0,\"access:access_1_355\":0,\"access:access_1_356\":0,\"access:access_1_357\":0,\"access:access_1_358\":0,\"access:access_1_359\":0,\"access:access_1_360\":0,\"access:access_1_361\":0,\"access:access_1_373\":0,\"access:access_1_374\":0,\"access:access_1_375\":0,\"access:access_1_376\":0,\"access:access_1_381\":0,\"access:access_1_382\":0,\"access:access_1_383\":0,\"access:access_1_384\":0,\"access:access_1_385\":0,\"access:access_1_386\":0,\"access:access_1_387\":0,\"access:access_1_388\":0,\"access:access_1_393\":0,\"access:access_1_394\":0,\"access:access_1_395\":0,\"access:access_1_396\":0,\"access:access_1_397\":0,\"access:access_1_398\":0,\"access:access_1_399\":0,\"access:access_1_400\":0,\"access:access_1_401\":0,\"access:access_1_402\":0,\"access:access_1_403\":0,\"access:access_1_404\":0,\"access:access_1_405\":0,\"access:access_1_406\":0,\"access:access_1_407\":0,\"access:access_1_408\":0,\"access:access_1_413\":0,\"access:access_1_414\":0,\"access:access_1_415\":0,\"access:access_1_416\":0,\"access:access_1_417\":0,\"access:access_1_418\":0,\"access:access_1_419\":0,\"access:access_1_420\":0,\"access:access_1_421\":0,\"access:access_1_422\":0,\"access:access_1_423\":0,\"access:access_1_424\":0,\"access:access_1_425\":0,\"access:access_1_426\":0,\"access:access_1_427\":0,\"access:access_1_428\":0,\"access:access_1_429\":0,\"access:access_1_430\":0,\"access:access_1_431\":0,\"access:access_1_432\":0,\"access:access_1_433\":0,\"access:access_1_434\":0,\"access:access_1_435\":0,\"access:access_1_436\":0,\"access:access_1_437\":0,\"access:access_1_438\":0,\"access:access_1_439\":0,\"access:access_1_440\":0,\"access:access_1_441\":0,\"access:access_1_442\":0,\"access:access_1_443\":0,\"access:access_1_444\":0,\"access:access_1_445\":0,\"access:access_1_446\":0,\"access:access_1_447\":0,\"access:access_1_448\":0,\"access:access_1_449\":0,\"access:access_1_450\":0,\"access:access_1_451\":0,\"access:access_1_452\":0,\"access:access_1_453\":0,\"access:access_1_454\":0,\"access:access_1_455\":0,\"access:access_1_456\":0,\"access:access_1_457\":0,\"access:access_1_458\":0,\"access:access_1_459\":0,\"access:access_1_460\":0,\"access:access_1_461\":0,\"access:access_1_462\":0,\"access:access_1_463\":0,\"access:access_1_464\":0,\"access:access_1_465\":0,\"access:access_1_466\":0,\"access:access_1_467\":0,\"access:access_1_468\":0,\"access:access_1_469\":0,\"access:access_1_470\":0,\"access:access_1_471\":0,\"access:access_1_472\":0,\"access:access_1_473\":0,\"access:access_1_474\":0,\"access:access_1_475\":0,\"access:access_1_476\":0,\"access:access_1_477\":0,\"access:access_1_478\":0,\"access:access_1_479\":0,\"access:access_1_480\":0,\"access:access_1_481\":0,\"access:access_1_482\":0,\"access:access_1_483\":0,\"access:access_1_484\":0,\"access:access_1_485\":0,\"access:access_1_486\":0,\"access:access_1_487\":0,\"access:access_1_488\":0,\"access:access_1_489\":0,\"access:access_1_490\":0,\"access:access_1_491\":0,\"access:access_1_492\":0,\"access:access_1_493\":0,\"access:access_1_494\":0,\"access:access_1_495\":0,\"access:access_1_496\":0,\"access:access_1_497\":0,\"access:access_1_498\":0,\"access:access_1_499\":0,\"access:access_1_500\":0,\"access:access_1_501\":0,\"access:access_1_502\":0,\"access:access_1_503\":0,\"zone:Europe\":\"1\",\"zone:North_America\":\"2\",\"zone:Asia\":\"3\",\"zone:Africa\":\"4\",\"zone:Oceania\":\"5\",\"zone:South_America\":\"6\",\"zone:Europe_out_E_U\":\"7\",\"zone:Central_America_Antilla\":\"8\",\"country:DE\":1,\"country:AT\":2,\"country:BE\":3,\"country:CA\":4,\"country:CN\":5,\"country:ES\":6,\"country:FI\":7,\"country:FR\":8,\"country:GR\":9,\"country:IT\":10,\"country:JP\":11,\"country:LU\":12,\"country:NL\":13,\"country:PL\":14,\"country:PT\":15,\"country:CZ\":16,\"country:GB\":17,\"country:SE\":18,\"country:CH\":19,\"country:DK\":20,\"country:US\":21,\"country:HK\":22,\"country:NO\":23,\"country:AU\":24,\"country:SG\":25,\"country:IE\":26,\"country:NZ\":27,\"country:KR\":28,\"country:IL\":29,\"country:ZA\":30,\"country:NG\":31,\"country:CI\":32,\"country:TG\":33,\"country:BO\":34,\"country:MU\":35,\"country:RO\":36,\"country:SK\":37,\"country:DZ\":38,\"country:AS\":39,\"country:AD\":40,\"country:AO\":41,\"country:AI\":42,\"country:AG\":43,\"country:AR\":44,\"country:AM\":45,\"country:AW\":46,\"country:AZ\":47,\"country:BS\":48,\"country:BH\":49,\"country:BD\":50,\"country:BB\":51,\"country:BY\":52,\"country:BZ\":53,\"country:BJ\":54,\"country:BM\":55,\"country:BT\":56,\"country:BW\":57,\"country:BR\":58,\"country:BN\":59,\"country:BF\":60,\"country:MM\":61,\"country:BI\":62,\"country:KH\":63,\"country:CM\":64,\"country:CV\":65,\"country:CF\":66,\"country:TD\":67,\"country:CL\":68,\"country:CO\":69,\"country:KM\":70,\"country:CD\":71,\"country:CG\":72,\"country:CR\":73,\"country:HR\":74,\"country:CU\":75,\"country:CY\":76,\"country:DJ\":77,\"country:DM\":78,\"country:DO\":79,\"country:TL\":80,\"country:EC\":81,\"country:EG\":82,\"country:SV\":83,\"country:GQ\":84,\"country:ER\":85,\"country:EE\":86,\"country:ET\":87,\"country:FK\":88,\"country:FO\":89,\"country:FJ\":90,\"country:GA\":91,\"country:GM\":92,\"country:GE\":93,\"country:GH\":94,\"country:GD\":95,\"country:GL\":96,\"country:GI\":97,\"country:GP\":98,\"country:GU\":99,\"country:GT\":100,\"country:GG\":101,\"country:GN\":102,\"country:GW\":103,\"country:GY\":104,\"country:HT\":105,\"country:VA\":106,\"country:HN\":107,\"country:IS\":108,\"country:IN\":109,\"country:ID\":110,\"country:IR\":111,\"country:IQ\":112,\"country:IM\":113,\"country:JM\":114,\"country:JE\":115,\"country:JO\":116,\"country:KZ\":117,\"country:KE\":118,\"country:KI\":119,\"country:KP\":120,\"country:KW\":121,\"country:KG\":122,\"country:LA\":123,\"country:LV\":124,\"country:LB\":125,\"country:LS\":126,\"country:LR\":127,\"country:LY\":128,\"country:LI\":129,\"country:LT\":130,\"country:MO\":131,\"country:MK\":132,\"country:MG\":133,\"country:MW\":134,\"country:MY\":135,\"country:MV\":136,\"country:ML\":137,\"country:MT\":138,\"country:MH\":139,\"country:MQ\":140,\"country:MR\":141,\"country:HU\":142,\"country:YT\":143,\"country:MX\":144,\"country:FM\":145,\"country:MD\":146,\"country:MC\":147,\"country:MN\":148,\"country:ME\":149,\"country:MS\":150,\"country:MA\":151,\"country:MZ\":152,\"country:NA\":153,\"country:NR\":154,\"country:NP\":155,\"country:NC\":156,\"country:NI\":157,\"country:NE\":158,\"country:NU\":159,\"country:NF\":160,\"country:MP\":161,\"country:OM\":162,\"country:PK\":163,\"country:PW\":164,\"country:PS\":165,\"country:PA\":166,\"country:PG\":167,\"country:PY\":168,\"country:PE\":169,\"country:PH\":170,\"country:PN\":171,\"country:PR\":172,\"country:QA\":173,\"country:RE\":174,\"country:RU\":175,\"country:RW\":176,\"country:BL\":177,\"country:KN\":178,\"country:LC\":179,\"country:MF\":180,\"country:PM\":181,\"country:VC\":182,\"country:WS\":183,\"country:SM\":184,\"country:ST\":185,\"country:SA\":186,\"country:SN\":187,\"country:RS\":188,\"country:SC\":189,\"country:SL\":190,\"country:SI\":191,\"country:SB\":192,\"country:SO\":193,\"country:GS\":194,\"country:LK\":195,\"country:SD\":196,\"country:SR\":197,\"country:SJ\":198,\"country:SZ\":199,\"country:SY\":200,\"country:TW\":201,\"country:TJ\":202,\"country:TZ\":203,\"country:TH\":204,\"country:TK\":205,\"country:TO\":206,\"country:TT\":207,\"country:TN\":208,\"country:TR\":209,\"country:TM\":210,\"country:TC\":211,\"country:TV\":212,\"country:UG\":213,\"country:UA\":214,\"country:AE\":215,\"country:UY\":216,\"country:UZ\":217,\"country:VU\":218,\"country:VE\":219,\"country:VN\":220,\"country:VG\":221,\"country:VI\":222,\"country:WF\":223,\"country:EH\":224,\"country:YE\":225,\"country:ZM\":226,\"country:ZW\":227,\"country:AL\":228,\"country:AF\":229,\"country:AQ\":230,\"country:BA\":231,\"country:IO\":232,\"country:BG\":233,\"country:KY\":234,\"country:CX\":235,\"country:CC\":236,\"country:CK\":237,\"country:GF\":238,\"country:PF\":239,\"country:TF\":240,\"country:AX\":241,\"address_format:address_format_1\":\"0\",\"address_format:address_format_2\":\"0\",\"address_format:address_format_3\":\"0\",\"address_format:address_format_4\":\"0\",\"address_format:address_format_5\":\"0\",\"address_format:address_format_6\":\"0\",\"address_format:address_format_7\":\"0\",\"address_format:address_format_8\":\"0\",\"address_format:address_format_9\":\"0\",\"address_format:address_format_10\":\"0\",\"address_format:address_format_11\":\"0\",\"address_format:address_format_12\":\"0\",\"address_format:address_format_13\":\"0\",\"address_format:address_format_14\":\"0\",\"address_format:address_format_15\":\"0\",\"address_format:address_format_16\":\"0\",\"address_format:address_format_17\":\"0\",\"address_format:address_format_18\":\"0\",\"address_format:address_format_19\":\"0\",\"address_format:address_format_20\":\"0\",\"address_format:address_format_21\":\"0\",\"address_format:address_format_22\":\"0\",\"address_format:address_format_23\":\"0\",\"address_format:address_format_24\":\"0\",\"address_format:address_format_25\":\"0\",\"address_format:address_format_26\":\"0\",\"address_format:address_format_27\":\"0\",\"address_format:address_format_28\":\"0\",\"address_format:address_format_29\":\"0\",\"address_format:address_format_30\":\"0\",\"address_format:address_format_31\":\"0\",\"address_format:address_format_32\":\"0\",\"address_format:address_format_33\":\"0\",\"address_format:address_format_34\":\"0\",\"address_format:address_format_35\":\"0\",\"address_format:address_format_36\":\"0\",\"address_format:address_format_37\":\"0\",\"address_format:address_format_38\":\"0\",\"address_format:address_format_39\":\"0\",\"address_format:address_format_40\":\"0\",\"address_format:address_format_41\":\"0\",\"address_format:address_format_42\":\"0\",\"address_format:address_format_43\":\"0\",\"address_format:address_format_44\":\"0\",\"address_format:address_format_45\":\"0\",\"address_format:address_format_46\":\"0\",\"address_format:address_format_47\":\"0\",\"address_format:address_format_48\":\"0\",\"address_format:address_format_49\":\"0\",\"address_format:address_format_50\":\"0\",\"address_format:address_format_51\":\"0\",\"address_format:address_format_52\":\"0\",\"address_format:address_format_53\":\"0\",\"address_format:address_format_54\":\"0\",\"address_format:address_format_55\":\"0\",\"address_format:address_format_56\":\"0\",\"address_format:address_format_57\":\"0\",\"address_format:address_format_58\":\"0\",\"address_format:address_format_59\":\"0\",\"address_format:address_format_60\":\"0\",\"address_format:address_format_61\":\"0\",\"address_format:address_format_62\":\"0\",\"address_format:address_format_63\":\"0\",\"address_format:address_format_64\":\"0\",\"address_format:address_format_65\":\"0\",\"address_format:address_format_66\":\"0\",\"address_format:address_format_67\":\"0\",\"address_format:address_format_68\":\"0\",\"address_format:address_format_69\":\"0\",\"address_format:address_format_70\":\"0\",\"address_format:address_format_71\":\"0\",\"address_format:address_format_72\":\"0\",\"address_format:address_format_73\":\"0\",\"address_format:address_format_74\":\"0\",\"address_format:address_format_75\":\"0\",\"address_format:address_format_76\":\"0\",\"address_format:address_format_77\":\"0\",\"address_format:address_format_78\":\"0\",\"address_format:address_format_79\":\"0\",\"address_format:address_format_80\":\"0\",\"address_format:address_format_81\":\"0\",\"address_format:address_format_82\":\"0\",\"address_format:address_format_83\":\"0\",\"address_format:address_format_84\":\"0\",\"address_format:address_format_85\":\"0\",\"address_format:address_format_86\":\"0\",\"address_format:address_format_87\":\"0\",\"address_format:address_format_88\":\"0\",\"address_format:address_format_89\":\"0\",\"address_format:address_format_90\":\"0\",\"address_format:address_format_91\":\"0\",\"address_format:address_format_92\":\"0\",\"address_format:address_format_93\":\"0\",\"address_format:address_format_94\":\"0\",\"address_format:address_format_95\":\"0\",\"address_format:address_format_96\":\"0\",\"address_format:address_format_97\":\"0\",\"address_format:address_format_98\":\"0\",\"address_format:address_format_99\":\"0\",\"address_format:address_format_100\":\"0\",\"address_format:address_format_101\":\"0\",\"address_format:address_format_102\":\"0\",\"address_format:address_format_103\":\"0\",\"address_format:address_format_104\":\"0\",\"address_format:address_format_105\":\"0\",\"address_format:address_format_107\":\"0\",\"address_format:address_format_108\":\"0\",\"address_format:address_format_109\":\"0\",\"address_format:address_format_110\":\"0\",\"address_format:address_format_111\":\"0\",\"address_format:address_format_112\":\"0\",\"address_format:address_format_113\":\"0\",\"address_format:address_format_114\":\"0\",\"address_format:address_format_115\":\"0\",\"address_format:address_format_116\":\"0\",\"address_format:address_format_117\":\"0\",\"address_format:address_format_118\":\"0\",\"address_format:address_format_119\":\"0\",\"address_format:address_format_120\":\"0\",\"address_format:address_format_121\":\"0\",\"address_format:address_format_122\":\"0\",\"address_format:address_format_123\":\"0\",\"address_format:address_format_124\":\"0\",\"address_format:address_format_125\":\"0\",\"address_format:address_format_126\":\"0\",\"address_format:address_format_127\":\"0\",\"address_format:address_format_128\":\"0\",\"address_format:address_format_129\":\"0\",\"address_format:address_format_130\":\"0\",\"address_format:address_format_131\":\"0\",\"address_format:address_format_132\":\"0\",\"address_format:address_format_133\":\"0\",\"address_format:address_format_134\":\"0\",\"address_format:address_format_135\":\"0\",\"address_format:address_format_136\":\"0\",\"address_format:address_format_137\":\"0\",\"address_format:address_format_138\":\"0\",\"address_format:address_format_139\":\"0\",\"address_format:address_format_140\":\"0\",\"address_format:address_format_141\":\"0\",\"address_format:address_format_142\":\"0\",\"address_format:address_format_143\":\"0\",\"address_format:address_format_144\":\"0\",\"address_format:address_format_145\":\"0\",\"address_format:address_format_146\":\"0\",\"address_format:address_format_147\":\"0\",\"address_format:address_format_148\":\"0\",\"address_format:address_format_149\":\"0\",\"address_format:address_format_150\":\"0\",\"address_format:address_format_151\":\"0\",\"address_format:address_format_152\":\"0\",\"address_format:address_format_153\":\"0\",\"address_format:address_format_154\":\"0\",\"address_format:address_format_155\":\"0\",\"address_format:address_format_156\":\"0\",\"address_format:address_format_158\":\"0\",\"address_format:address_format_159\":\"0\",\"address_format:address_format_160\":\"0\",\"address_format:address_format_161\":\"0\",\"address_format:address_format_162\":\"0\",\"address_format:address_format_163\":\"0\",\"address_format:address_format_164\":\"0\",\"address_format:address_format_165\":\"0\",\"address_format:address_format_166\":\"0\",\"address_format:address_format_167\":\"0\",\"address_format:address_format_168\":\"0\",\"address_format:address_format_169\":\"0\",\"address_format:address_format_170\":\"0\",\"address_format:address_format_171\":\"0\",\"address_format:address_format_172\":\"0\",\"address_format:address_format_173\":\"0\",\"address_format:address_format_174\":\"0\",\"address_format:address_format_175\":\"0\",\"address_format:address_format_176\":\"0\",\"address_format:address_format_177\":\"0\",\"address_format:address_format_178\":\"0\",\"address_format:address_format_179\":\"0\",\"address_format:address_format_180\":\"0\",\"address_format:address_format_181\":\"0\",\"address_format:address_format_182\":\"0\",\"address_format:address_format_183\":\"0\",\"address_format:address_format_184\":\"0\",\"address_format:address_format_185\":\"0\",\"address_format:address_format_186\":\"0\",\"address_format:address_format_187\":\"0\",\"address_format:address_format_188\":\"0\",\"address_format:address_format_189\":\"0\",\"address_format:address_format_190\":\"0\",\"address_format:address_format_191\":\"0\",\"address_format:address_format_192\":\"0\",\"address_format:address_format_193\":\"0\",\"address_format:address_format_194\":\"0\",\"address_format:address_format_195\":\"0\",\"address_format:address_format_196\":\"0\",\"address_format:address_format_197\":\"0\",\"address_format:address_format_198\":\"0\",\"address_format:address_format_199\":\"0\",\"address_format:address_format_200\":\"0\",\"address_format:address_format_201\":\"0\",\"address_format:address_format_202\":\"0\",\"address_format:address_format_203\":\"0\",\"address_format:address_format_204\":\"0\",\"address_format:address_format_205\":\"0\",\"address_format:address_format_206\":\"0\",\"address_format:address_format_207\":\"0\",\"address_format:address_format_208\":\"0\",\"address_format:address_format_209\":\"0\",\"address_format:address_format_210\":\"0\",\"address_format:address_format_211\":\"0\",\"address_format:address_format_212\":\"0\",\"address_format:address_format_213\":\"0\",\"address_format:address_format_214\":\"0\",\"address_format:address_format_215\":\"0\",\"address_format:address_format_216\":\"0\",\"address_format:address_format_217\":\"0\",\"address_format:address_format_218\":\"0\",\"address_format:address_format_219\":\"0\",\"address_format:address_format_220\":\"0\",\"address_format:address_format_221\":\"0\",\"address_format:address_format_222\":\"0\",\"address_format:address_format_223\":\"0\",\"address_format:address_format_224\":\"0\",\"address_format:address_format_225\":\"0\",\"address_format:address_format_226\":\"0\",\"address_format:address_format_227\":\"0\",\"address_format:address_format_228\":\"0\",\"address_format:address_format_229\":\"0\",\"address_format:address_format_230\":\"0\",\"address_format:address_format_231\":\"0\",\"address_format:address_format_232\":\"0\",\"address_format:address_format_233\":\"0\",\"address_format:address_format_235\":\"0\",\"address_format:address_format_236\":\"0\",\"address_format:address_format_237\":\"0\",\"address_format:address_format_238\":\"0\",\"address_format:address_format_239\":\"0\",\"address_format:address_format_240\":\"0\",\"address_format:address_format_241\":\"0\",\"address_format:address_format_242\":\"0\",\"address_format:address_format_243\":\"0\",\"address_format:address_format_244\":\"0\",\"carrier:carrier_1\":\"1\",\"group:Visitor\":\"1\",\"group:Guest\":\"2\",\"group:Customer\":\"3\",\"carrier_group:carrier_group_1_1\":0,\"carrier_group:carrier_group_1_2\":0,\"carrier_group:carrier_group_1_3\":0,\"carrier_tax_rules_group_shop:carrier_tax_rules_group_shop_1_1_1\":0,\"carrier_zone:carrier_zone_1_1\":0,\"category:Root\":\"1\",\"category:Home\":\"2\",\"category_group:category_group_1_1\":0,\"category_group:category_group_1_2\":0,\"category_group:category_group_1_3\":0,\"cms_category:Home\":\"1\",\"cms:Delivery\":\"1\",\"cms:Legal_Notice\":\"2\",\"cms:Terms_and_conditions_of_use\":\"3\",\"cms:About_us\":\"4\",\"cms:Secure_payment\":\"5\",\"cms_role:\":\"2\",\"configuration:PS_CURRENCY_DEFAULT\":6,\"configuration:PS_COUNTRY_DEFAULT\":7,\"configuration:PS_REWRITING_SETTINGS\":8,\"configuration:PS_ORDER_OUT_OF_STOCK\":9,\"configuration:PS_LAST_QTIES\":10,\"configuration:PS_CONDITIONS\":11,\"configuration:PS_RECYCLABLE_PACK\":12,\"configuration:PS_GIFT_WRAPPING\":13,\"configuration:PS_GIFT_WRAPPING_PRICE\":14,\"configuration:PS_STOCK_MANAGEMENT\":15,\"configuration:PS_NAVIGATION_PIPE\":16,\"configuration:PS_PRODUCTS_PER_PAGE\":17,\"configuration:PS_PURCHASE_MINIMUM\":18,\"configuration:PS_PRODUCTS_ORDER_WAY\":19,\"configuration:PS_PRODUCTS_ORDER_BY\":20,\"configuration:PS_DISPLAY_QTIES\":21,\"configuration:PS_SHIPPING_HANDLING\":22,\"configuration:PS_SHIPPING_FREE_PRICE\":23,\"configuration:PS_SHIPPING_FREE_WEIGHT\":24,\"configuration:PS_SHIPPING_METHOD\":25,\"configuration:PS_TAX\":26,\"configuration:PS_SHOP_ENABLE\":27,\"configuration:PS_NB_DAYS_NEW_PRODUCT\":28,\"configuration:PS_SSL_ENABLED\":29,\"configuration:PS_WEIGHT_UNIT\":30,\"configuration:PS_BLOCK_CART_AJAX\":31,\"configuration:PS_ORDER_RETURN\":32,\"configuration:PS_ORDER_RETURN_NB_DAYS\":33,\"configuration:PS_MAIL_TYPE\":34,\"configuration:PS_PRODUCT_PICTURE_MAX_SIZE\":35,\"configuration:PS_PRODUCT_PICTURE_WIDTH\":36,\"configuration:PS_PRODUCT_PICTURE_HEIGHT\":37,\"configuration:PS_INVOICE_PREFIX\":38,\"configuration:PS_INVCE_INVOICE_ADDR_RULES\":39,\"configuration:PS_INVCE_DELIVERY_ADDR_RULES\":40,\"configuration:PS_DELIVERY_PREFIX\":41,\"configuration:PS_DELIVERY_NUMBER\":42,\"configuration:PS_RETURN_PREFIX\":43,\"configuration:PS_INVOICE\":44,\"configuration:PS_PASSWD_TIME_BACK\":45,\"configuration:PS_PASSWD_TIME_FRONT\":46,\"configuration:PS_PASSWD_RESET_VALIDITY\":47,\"configuration:PS_DISP_UNAVAILABLE_ATTR\":48,\"configuration:PS_SEARCH_INDEXATION\":49,\"configuration:PS_SEARCH_FUZZY\":50,\"configuration:PS_SEARCH_FUZZY_MAX_LOOP\":51,\"configuration:PS_SEARCH_MAX_WORD_LENGTH\":52,\"configuration:PS_SEARCH_MINWORDLEN\":53,\"configuration:PS_SEARCH_BLACKLIST\":54,\"configuration:PS_SEARCH_WEIGHT_PNAME\":55,\"configuration:PS_SEARCH_WEIGHT_REF\":56,\"configuration:PS_SEARCH_WEIGHT_SHORTDESC\":57,\"configuration:PS_SEARCH_WEIGHT_DESC\":58,\"configuration:PS_SEARCH_WEIGHT_CNAME\":59,\"configuration:PS_SEARCH_WEIGHT_MNAME\":60,\"configuration:PS_SEARCH_WEIGHT_TAG\":61,\"configuration:PS_SEARCH_WEIGHT_ATTRIBUTE\":62,\"configuration:PS_SEARCH_WEIGHT_FEATURE\":63,\"configuration:PS_SEARCH_AJAX\":64,\"configuration:PS_TIMEZONE\":65,\"configuration:PS_THEME_V11\":66,\"configuration:PRESTASTORE_LIVE\":67,\"configuration:PS_TIN_ACTIVE\":68,\"configuration:PS_SHOW_ALL_MODULES\":69,\"configuration:PS_BACKUP_ALL\":70,\"configuration:PS_1_3_UPDATE_DATE\":71,\"configuration:PS_PRICE_ROUND_MODE\":72,\"configuration:PS_1_3_2_UPDATE_DATE\":73,\"configuration:PS_CONDITIONS_CMS_ID\":74,\"configuration:PS_VOLUME_UNIT\":75,\"configuration:PS_CIPHER_ALGORITHM\":76,\"configuration:PS_ATTRIBUTE_CATEGORY_DISPLAY\":77,\"configuration:PS_CUSTOMER_SERVICE_FILE_UPLOAD\":78,\"configuration:PS_CUSTOMER_SERVICE_SIGNATURE\":79,\"configuration:PS_BLOCK_BESTSELLERS_DISPLAY\":80,\"configuration:PS_BLOCK_NEWPRODUCTS_DISPLAY\":81,\"configuration:PS_BLOCK_SPECIALS_DISPLAY\":82,\"configuration:PS_STOCK_MVT_REASON_DEFAULT\":83,\"configuration:PS_SPECIFIC_PRICE_PRIORITIES\":84,\"configuration:PS_TAX_DISPLAY\":85,\"configuration:PS_SMARTY_FORCE_COMPILE\":86,\"configuration:PS_DISTANCE_UNIT\":87,\"configuration:PS_STORES_DISPLAY_CMS\":88,\"configuration:SHOP_LOGO_WIDTH\":89,\"configuration:SHOP_LOGO_HEIGHT\":90,\"configuration:EDITORIAL_IMAGE_WIDTH\":91,\"configuration:EDITORIAL_IMAGE_HEIGHT\":92,\"configuration:PS_STATSDATA_CUSTOMER_PAGESVIEWS\":93,\"configuration:PS_STATSDATA_PAGESVIEWS\":94,\"configuration:PS_STATSDATA_PLUGINS\":95,\"configuration:PS_GEOLOCATION_ENABLED\":96,\"configuration:PS_ALLOWED_COUNTRIES\":97,\"configuration:PS_GEOLOCATION_BEHAVIOR\":98,\"configuration:PS_LOCALE_LANGUAGE\":99,\"configuration:PS_LOCALE_COUNTRY\":100,\"configuration:PS_ATTACHMENT_MAXIMUM_SIZE\":101,\"configuration:PS_SMARTY_CACHE\":102,\"configuration:PS_DIMENSION_UNIT\":103,\"configuration:PS_GUEST_CHECKOUT_ENABLED\":104,\"configuration:PS_DISPLAY_SUPPLIERS\":105,\"configuration:PS_DISPLAY_MANUFACTURERS\":106,\"configuration:PS_DISPLAY_BEST_SELLERS\":107,\"configuration:PS_CATALOG_MODE\":108,\"configuration:PS_GEOLOCATION_WHITELIST\":109,\"configuration:PS_LOGS_BY_EMAIL\":110,\"configuration:PS_COOKIE_CHECKIP\":111,\"configuration:PS_COOKIE_SAMESITE\":112,\"configuration:PS_USE_ECOTAX\":113,\"configuration:PS_CANONICAL_REDIRECT\":114,\"configuration:PS_IMG_UPDATE_TIME\":115,\"configuration:PS_BACKUP_DROP_TABLE\":116,\"configuration:PS_OS_CHEQUE\":117,\"configuration:PS_OS_PAYMENT\":118,\"configuration:PS_OS_PREPARATION\":119,\"configuration:PS_OS_SHIPPING\":120,\"configuration:PS_OS_DELIVERED\":121,\"configuration:PS_OS_CANCELED\":122,\"configuration:PS_OS_REFUND\":123,\"configuration:PS_OS_ERROR\":124,\"configuration:PS_OS_OUTOFSTOCK\":125,\"configuration:PS_OS_BANKWIRE\":126,\"configuration:PS_OS_WS_PAYMENT\":127,\"configuration:PS_OS_OUTOFSTOCK_PAID\":128,\"configuration:PS_OS_OUTOFSTOCK_UNPAID\":129,\"configuration:PS_OS_COD_VALIDATION\":130,\"configuration:PS_LEGACY_IMAGES\":131,\"configuration:PS_IMAGE_QUALITY\":132,\"configuration:PS_PNG_QUALITY\":133,\"configuration:PS_JPEG_QUALITY\":134,\"configuration:PS_WEBP_QUALITY\":135,\"configuration:PS_COOKIE_LIFETIME_FO\":136,\"configuration:PS_COOKIE_LIFETIME_BO\":137,\"configuration:PS_RESTRICT_DELIVERED_COUNTRIES\":138,\"configuration:PS_SHOW_NEW_ORDERS\":139,\"configuration:PS_SHOW_NEW_CUSTOMERS\":140,\"configuration:PS_SHOW_NEW_MESSAGES\":141,\"configuration:PS_FEATURE_FEATURE_ACTIVE\":142,\"configuration:PS_COMBINATION_FEATURE_ACTIVE\":143,\"configuration:PS_SPECIFIC_PRICE_FEATURE_ACTIVE\":144,\"configuration:PS_VIRTUAL_PROD_FEATURE_ACTIVE\":145,\"configuration:PS_CUSTOMIZATION_FEATURE_ACTIVE\":146,\"configuration:PS_CART_RULE_FEATURE_ACTIVE\":147,\"configuration:PS_PACK_FEATURE_ACTIVE\":148,\"configuration:PS_ALIAS_FEATURE_ACTIVE\":149,\"configuration:PS_TAX_ADDRESS_TYPE\":150,\"configuration:PS_SHOP_DEFAULT\":151,\"configuration:PS_CARRIER_DEFAULT_SORT\":152,\"configuration:PS_STOCK_MVT_INC_REASON_DEFAULT\":153,\"configuration:PS_STOCK_MVT_DEC_REASON_DEFAULT\":154,\"configuration:PS_ADVANCED_STOCK_MANAGEMENT\":155,\"configuration:PS_STOCK_MVT_TRANSFER_TO\":156,\"configuration:PS_STOCK_MVT_TRANSFER_FROM\":157,\"configuration:PS_CARRIER_DEFAULT_ORDER\":158,\"configuration:PS_STOCK_MVT_SUPPLY_ORDER\":159,\"configuration:PS_STOCK_CUSTOMER_ORDER_CANCEL_REASON\":160,\"configuration:PS_STOCK_CUSTOMER_RETURN_REASON\":161,\"configuration:PS_STOCK_MVT_INC_EMPLOYEE_EDITION\":162,\"configuration:PS_STOCK_MVT_DEC_EMPLOYEE_EDITION\":163,\"configuration:PS_STOCK_CUSTOMER_ORDER_REASON\":164,\"configuration:PS_UNIDENTIFIED_GROUP\":165,\"configuration:PS_GUEST_GROUP\":166,\"configuration:PS_CUSTOMER_GROUP\":167,\"configuration:PS_SMARTY_CONSOLE\":168,\"configuration:PS_INVOICE_MODEL\":169,\"configuration:PS_LIMIT_UPLOAD_IMAGE_VALUE\":170,\"configuration:PS_LIMIT_UPLOAD_FILE_VALUE\":171,\"configuration:MB_PAY_TO_EMAIL\":172,\"configuration:MB_SECRET_WORD\":173,\"configuration:MB_HIDE_LOGIN\":174,\"configuration:MB_ID_LOGO\":175,\"configuration:MB_ID_LOGO_WALLET\":176,\"configuration:MB_PARAMETERS\":177,\"configuration:MB_PARAMETERS_2\":178,\"configuration:MB_DISPLAY_MODE\":179,\"configuration:MB_CANCEL_URL\":180,\"configuration:MB_LOCAL_METHODS\":181,\"configuration:MB_INTER_METHODS\":182,\"configuration:BANK_WIRE_CURRENCIES\":183,\"configuration:CHEQUE_CURRENCIES\":184,\"configuration:PRODUCTS_VIEWED_NBR\":185,\"configuration:BLOCK_CATEG_DHTML\":186,\"configuration:BLOCK_CATEG_MAX_DEPTH\":187,\"configuration:MANUFACTURER_DISPLAY_FORM\":188,\"configuration:MANUFACTURER_DISPLAY_TEXT\":189,\"configuration:MANUFACTURER_DISPLAY_TEXT_NB\":190,\"configuration:NEW_PRODUCTS_NBR\":191,\"configuration:PS_TOKEN_ENABLE\":192,\"configuration:PS_STATS_RENDER\":193,\"configuration:PS_STATS_OLD_CONNECT_AUTO_CLEAN\":194,\"configuration:PS_STATS_GRID_RENDER\":195,\"configuration:BLOCKTAGS_NBR\":196,\"configuration:CHECKUP_DESCRIPTIONS_LT\":197,\"configuration:CHECKUP_DESCRIPTIONS_GT\":198,\"configuration:CHECKUP_IMAGES_LT\":199,\"configuration:CHECKUP_IMAGES_GT\":200,\"configuration:CHECKUP_SALES_LT\":201,\"configuration:CHECKUP_SALES_GT\":202,\"configuration:CHECKUP_STOCK_LT\":203,\"configuration:CHECKUP_STOCK_GT\":204,\"configuration:FOOTER_CMS\":205,\"configuration:FOOTER_BLOCK_ACTIVATION\":206,\"configuration:FOOTER_POWEREDBY\":207,\"configuration:BLOCKADVERT_LINK\":208,\"configuration:BLOCKSTORE_IMG\":209,\"configuration:BLOCKADVERT_IMG_EXT\":210,\"configuration:MOD_BLOCKTOPMENU_ITEMS\":211,\"configuration:MOD_BLOCKTOPMENU_SEARCH\":212,\"configuration:blocksocial_facebook\":213,\"configuration:blocksocial_twitter\":214,\"configuration:blocksocial_rss\":215,\"configuration:blockcontactinfos_company\":216,\"configuration:blockcontactinfos_address\":217,\"configuration:blockcontactinfos_phone\":218,\"configuration:blockcontactinfos_email\":219,\"configuration:blockcontact_telnumber\":220,\"configuration:blockcontact_email\":221,\"configuration:SUPPLIER_DISPLAY_TEXT\":222,\"configuration:SUPPLIER_DISPLAY_TEXT_NB\":223,\"configuration:SUPPLIER_DISPLAY_FORM\":224,\"configuration:BLOCK_CATEG_NBR_COLUMN_FOOTER\":225,\"configuration:UPGRADER_BACKUPDB_FILENAME\":226,\"configuration:UPGRADER_BACKUPFILES_FILENAME\":227,\"configuration:BLOCKREINSURANCE_NBBLOCKS\":228,\"configuration:HOMESLIDER_WIDTH\":229,\"configuration:HOMESLIDER_SPEED\":230,\"configuration:HOMESLIDER_PAUSE\":231,\"configuration:HOMESLIDER_LOOP\":232,\"configuration:PS_BASE_DISTANCE_UNIT\":233,\"configuration:PS_SHOP_DOMAIN\":234,\"configuration:PS_SHOP_DOMAIN_SSL\":235,\"configuration:PS_SHOP_NAME\":236,\"configuration:PS_SHOP_EMAIL\":237,\"configuration:PS_MAIL_METHOD\":238,\"configuration:PS_SHOP_ACTIVITY\":239,\"configuration:PS_LOGO\":240,\"configuration:PS_FAVICON\":241,\"configuration:PS_STORES_ICON\":242,\"configuration:PS_ROOT_CATEGORY\":243,\"configuration:PS_HOME_CATEGORY\":244,\"configuration:PS_CONFIGURATION_AGREMENT\":245,\"configuration:PS_MAIL_SERVER\":246,\"configuration:PS_MAIL_USER\":247,\"configuration:PS_MAIL_PASSWD\":248,\"configuration:PS_MAIL_SMTP_ENCRYPTION\":249,\"configuration:PS_MAIL_SMTP_PORT\":250,\"configuration:PS_MAIL_COLOR\":251,\"configuration:PS_MAIL_DKIM_ENABLE\":252,\"configuration:PS_MAIL_DKIM_DOMAIN\":253,\"configuration:PS_MAIL_DKIM_SELECTOR\":254,\"configuration:PS_MAIL_DKIM_KEY\":255,\"configuration:NW_SALT\":256,\"configuration:PS_PAYMENT_LOGO_CMS_ID\":257,\"configuration:HOME_FEATURED_NBR\":258,\"configuration:SEK_MIN_OCCURENCES\":259,\"configuration:SEK_FILTER_KW\":260,\"configuration:PS_ALLOW_MOBILE_DEVICE\":261,\"configuration:PS_CUSTOMER_CREATION_EMAIL\":262,\"configuration:PS_SMARTY_CONSOLE_KEY\":263,\"configuration:PS_ATTRIBUTE_ANCHOR_SEPARATOR\":264,\"configuration:CONF_AVERAGE_PRODUCT_MARGIN\":265,\"configuration:PS_DASHBOARD_SIMULATION\":266,\"configuration:PS_USE_HTMLPURIFIER\":267,\"configuration:PS_SMARTY_LOCAL\":268,\"configuration:PS_SMARTY_CLEAR_CACHE\":269,\"configuration:PS_DETECT_LANG\":270,\"configuration:PS_DETECT_COUNTRY\":271,\"configuration:PS_ROUND_TYPE\":272,\"configuration:PS_LOG_EMAILS\":273,\"configuration:PS_CUSTOMER_OPTIN\":274,\"configuration:PS_CUSTOMER_BIRTHDATE\":275,\"configuration:PS_PACK_STOCK_TYPE\":276,\"configuration:PS_LOG_MODULE_PERFS_MODULO\":277,\"configuration:PS_DISALLOW_HISTORY_REORDERING\":278,\"configuration:PS_DISPLAY_PRODUCT_WEIGHT\":279,\"configuration:PS_PRODUCT_WEIGHT_PRECISION\":280,\"configuration:PS_ORDER_RECALCULATE_SHIPPING\":281,\"configuration:PS_MAINTENANCE_TEXT\":282,\"configuration:PS_PRODUCT_SHORT_DESC_LIMIT\":283,\"configuration:PS_LABEL_IN_STOCK_PRODUCTS\":284,\"configuration:PS_LABEL_OOS_PRODUCTS_BOA\":285,\"configuration:PS_LABEL_OOS_PRODUCTS_BOD\":286,\"configuration:PS_CATALOG_MODE_WITH_PRICES\":287,\"configuration:PS_MAIL_THEME\":288,\"configuration:PS_ORDER_PRODUCTS_NB_PER_PAGE\":289,\"configuration:PS_LOGS_EMAIL_RECEIVERS\":290,\"configuration:PS_SHOW_LABEL_OOS_LISTING_PAGES\":291,\"configuration:ADDONS_API_MODULE_CHANNEL\":292,\"configuration:PS_SECURITY_TOKEN\":293,\"configuration:PS_SECURITY_PASSWORD_POLICY_MAXIMUM_LENGTH\":294,\"configuration:PS_SECURITY_PASSWORD_POLICY_MINIMUM_LENGTH\":295,\"configuration:PS_SECURITY_PASSWORD_POLICY_MINIMUM_SCORE\":296,\"contact:Webmaster\":\"1\",\"contact:Customer_service\":\"2\",\"feature_flag:product_page_v2\":\"1\",\"feature_flag:product_page_v2_multi_shop\":\"2\",\"gender:Mr\":\"1\",\"gender:Mrs\":\"2\",\"hook:actionValidateOrder\":1,\"hook:actionValidateOrderAfter\":2,\"hook:displayMaintenance\":3,\"hook:displayCartModalContent\":4,\"hook:displayCartModalFooter\":5,\"hook:displayProductPageDrawer\":6,\"hook:actionPaymentConfirmation\":7,\"hook:displayPaymentReturn\":8,\"hook:actionUpdateQuantity\":9,\"hook:displayRightColumn\":10,\"hook:displayWrapperTop\":11,\"hook:displayWrapperBottom\":12,\"hook:displayContentWrapperTop\":13,\"hook:displayContentWrapperBottom\":14,\"hook:displayLeftColumn\":15,\"hook:displayHome\":16,\"hook:displayHeader\":17,\"hook:actionCartSave\":18,\"hook:actionAuthentication\":19,\"hook:actionProductAdd\":20,\"hook:actionProductUpdate\":21,\"hook:displayAfterTitleTag\":22,\"hook:displayAfterBodyOpeningTag\":23,\"hook:displayBanner\":24,\"hook:displayBeforeBodyClosingTag\":25,\"hook:displayTop\":26,\"hook:displayNavFullWidth\":27,\"hook:displayRightColumnProduct\":28,\"hook:actionProductDelete\":29,\"hook:actionObjectProductInCartDeleteBefore\":30,\"hook:actionObjectProductInCartDeleteAfter\":31,\"hook:displayFooterProduct\":32,\"hook:displayInvoice\":33,\"hook:actionOrderStatusUpdate\":34,\"hook:displayAdminGridTableBefore\":573,\"hook:displayAdminGridTableAfter\":574,\"hook:displayAdminOrder\":37,\"hook:displayAdminOrderTabOrder\":38,\"hook:displayAdminOrderTabShip\":39,\"hook:displayAdminOrderContentOrder\":40,\"hook:displayAdminOrderContentShip\":41,\"hook:displayFooter\":42,\"hook:displayPDFInvoice\":43,\"hook:displayInvoiceLegalFreeText\":44,\"hook:displayAdminCustomers\":45,\"hook:displayAdminCustomersAddressesItemAction\":46,\"hook:displayOrderConfirmation\":47,\"hook:actionCustomerAccountAdd\":48,\"hook:actionCustomerAccountUpdate\":49,\"hook:displayCustomerAccount\":50,\"hook:actionOrderSlipAdd\":51,\"hook:displayShoppingCartFooter\":52,\"hook:displayCreateAccountEmailFormBottom\":53,\"hook:displayAuthenticateFormBottom\":54,\"hook:displayCustomerAccountForm\":55,\"hook:displayModuleConfigureExtraButtons\":56,\"hook:displayAdminStatsModules\":57,\"hook:displayAdminStatsGraphEngine\":58,\"hook:actionOrderReturn\":59,\"hook:displayProductAdditionalInfo\":60,\"hook:displayBackOfficeHome\":61,\"hook:displayAdminStatsGridEngine\":62,\"hook:actionWatermark\":63,\"hook:actionProductCancel\":64,\"hook:displayLeftColumnProduct\":65,\"hook:actionProductOutOfStock\":66,\"hook:actionProductAttributeUpdate\":67,\"hook:displayCarrierList\":68,\"hook:displayShoppingCart\":69,\"hook:actionCarrierUpdate\":70,\"hook:actionOrderStatusPostUpdate\":71,\"hook:displayCustomerAccountFormTop\":72,\"hook:displayBackOfficeHeader\":73,\"hook:displayBackOfficeTop\":74,\"hook:displayAdminEndContent\":75,\"hook:displayBackOfficeFooter\":76,\"hook:actionProductAttributeDelete\":77,\"hook:actionCarrierProcess\":78,\"hook:displayBeforeCarrier\":79,\"hook:displayAfterCarrier\":80,\"hook:displayOrderDetail\":81,\"hook:actionPaymentCCAdd\":82,\"hook:actionCategoryAdd\":83,\"hook:actionCategoryUpdate\":84,\"hook:actionCategoryDelete\":85,\"hook:displayPaymentTop\":86,\"hook:actionHtaccessCreate\":87,\"hook:actionAdminMetaSave\":88,\"hook:displayAttributeGroupForm\":89,\"hook:actionAttributeGroupSave\":90,\"hook:actionAttributeGroupDelete\":91,\"hook:displayFeatureForm\":92,\"hook:actionFeatureSave\":93,\"hook:actionFeatureDelete\":94,\"hook:actionProductSave\":95,\"hook:displayAttributeGroupPostProcess\":96,\"hook:displayFeaturePostProcess\":97,\"hook:displayFeatureValueForm\":98,\"hook:displayFeatureValuePostProcess\":99,\"hook:actionFeatureValueDelete\":100,\"hook:actionFeatureValueSave\":101,\"hook:displayAttributeForm\":102,\"hook:actionAttributePostProcess\":103,\"hook:actionAttributeDelete\":104,\"hook:actionAttributeSave\":105,\"hook:actionTaxManager\":106,\"hook:displayMyAccountBlock\":107,\"hook:actionModuleInstallBefore\":108,\"hook:actionModuleInstallAfter\":109,\"hook:actionModuleUninstallBefore\":110,\"hook:actionModuleUninstallAfter\":111,\"hook:displayTopColumn\":112,\"hook:displayBackOfficeCategory\":113,\"hook:displayProductListFunctionalButtons\":114,\"hook:displayNav\":115,\"hook:displayOverrideTemplate\":116,\"hook:actionAdminLoginControllerSetMedia\":117,\"hook:actionOrderEdited\":118,\"hook:actionEmailAddBeforeContent\":119,\"hook:actionEmailAddAfterContent\":120,\"hook:sendMailAlterTemplateVars\":121,\"hook:displayCartExtraProductActions\":122,\"hook:displayPaymentByBinaries\":123,\"hook:additionalCustomerFormFields\":124,\"hook:additionalCustomerAddressFields\":125,\"hook:addWebserviceResources\":126,\"hook:displayCustome', '2023-08-28 13:26:18', '2023-08-28 13:26:18'), -(298, NULL, NULL, 'PS_SSL_ENABLED_EVERYWHERE', '1', '2023-08-28 13:26:18', '2023-08-28 13:26:18'), -(299, NULL, NULL, 'PSR_HOOK_HEADER', '0', '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(300, NULL, NULL, 'PSR_HOOK_FOOTER', '0', '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(301, NULL, NULL, 'PSR_HOOK_PRODUCT', '1', '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(302, NULL, NULL, 'PSR_HOOK_CHECKOUT', '1', '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(303, NULL, NULL, 'PSR_ICON_COLOR', '#F19D76', '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(304, NULL, NULL, 'PSR_TEXT_COLOR', '#000000', '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(305, NULL, NULL, 'blockwishlist_WishlistPageName', NULL, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(306, NULL, NULL, 'blockwishlist_WishlistDefaultTitle', NULL, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(307, NULL, NULL, 'blockwishlist_CreateButtonLabel', NULL, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(308, NULL, NULL, 'PSGDPR_CREATION_FORM_SWITCH', '1', '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(309, NULL, NULL, 'PSGDPR_CREATION_FORM', NULL, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(310, NULL, NULL, 'PSGDPR_CUSTOMER_FORM_SWITCH', '1', '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(311, NULL, NULL, 'PSGDPR_CUSTOMER_FORM', NULL, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(312, NULL, NULL, 'PSGDPR_ANONYMOUS_CUSTOMER', '1', '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(313, NULL, NULL, 'PSGDPR_ANONYMOUS_ADDRESS', '1', '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(314, NULL, NULL, 'PS_CONTACT_INFO_DISPLAY_EMAIL', '1', '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(315, NULL, NULL, 'HOMESLIDER_PAUSE_ON_HOVER', '1', '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(316, NULL, NULL, 'HOMESLIDER_WRAP', '1', '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(317, NULL, NULL, 'HOME_FEATURED_CAT', '2', '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(318, NULL, NULL, 'HOME_FEATURED_RANDOMIZE', NULL, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(319, NULL, NULL, 'BANNER_IMG', NULL, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(320, NULL, NULL, 'BANNER_LINK', NULL, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(321, NULL, NULL, 'BANNER_DESC', NULL, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(322, NULL, NULL, 'BLOCKSPECIALS_SPECIALS_NBR', '8', '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(323, NULL, NULL, 'PS_BLOCK_BESTSELLERS_TO_DISPLAY', '8', '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(324, NULL, NULL, 'PS_NEWSLETTER_RAND', '321647187454088020', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(325, NULL, NULL, 'NW_CONDITIONS', NULL, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(326, NULL, NULL, 'BLOCKSOCIAL_YOUTUBE', NULL, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(327, NULL, NULL, 'BLOCKSOCIAL_PINTEREST', NULL, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(328, NULL, NULL, 'BLOCKSOCIAL_VIMEO', NULL, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(329, NULL, NULL, 'BLOCKSOCIAL_INSTAGRAM', NULL, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(330, NULL, NULL, 'BLOCKSOCIAL_LINKEDIN', NULL, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(331, NULL, NULL, 'PRODUCT_COMMENTS_MINIMAL_TIME', '30', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(332, NULL, NULL, 'PRODUCT_COMMENTS_ALLOW_GUESTS', '0', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(333, NULL, NULL, 'PRODUCT_COMMENTS_USEFULNESS', '1', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(334, NULL, NULL, 'PRODUCT_COMMENTS_COMMENTS_PER_PAGE', '5', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(335, NULL, NULL, 'PRODUCT_COMMENTS_ANONYMISATION', '0', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(336, NULL, NULL, 'PRODUCT_COMMENTS_MODERATE', '1', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(337, NULL, NULL, 'BLOCK_CATEG_ROOT_CATEGORY', '1', '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(347, NULL, NULL, 'PS_SC_TWITTER', '1', '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(348, NULL, NULL, 'PS_SC_FACEBOOK', '1', '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(349, NULL, NULL, 'PS_SC_PINTEREST', '1', '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(350, NULL, NULL, 'BRAND_DISPLAY_TYPE', 'brand_text', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(351, NULL, NULL, 'BRAND_DISPLAY_TEXT_NB', '5', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(352, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_LAST_ORDER', '10', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(353, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_BEST_SELLER', '10', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(354, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_MOST_VIEWED', '10', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(355, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_TOP_SEARCH', '10', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(356, NULL, NULL, 'CONF_PS_CHECKPAYMENT_FIXED', '0.2', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(357, NULL, NULL, 'CONF_PS_CHECKPAYMENT_VAR', '2', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(358, NULL, NULL, 'CONF_PS_CHECKPAYMENT_FIXED_FOREIGN', '0.2', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(359, NULL, NULL, 'CONF_PS_CHECKPAYMENT_VAR_FOREIGN', '2', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(360, NULL, NULL, 'CATEGORYPRODUCTS_DISPLAY_PRICE', '1', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(361, NULL, NULL, 'CATEGORYPRODUCTS_DISPLAY_PRODUCTS', '16', '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(362, NULL, NULL, 'SUPPLIER_DISPLAY_TYPE', 'supplier_text', '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(363, NULL, NULL, 'GA_CANCELLED_STATES', '[\"6\"]', '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(364, NULL, NULL, 'DASHACTIVITY_CART_ACTIVE', '30', '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(365, NULL, NULL, 'DASHACTIVITY_CART_ABANDONED_MIN', '24', '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(366, NULL, NULL, 'DASHACTIVITY_CART_ABANDONED_MAX', '48', '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(367, NULL, NULL, 'DASHACTIVITY_VISITOR_ONLINE', '30', '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(368, NULL, NULL, 'GSITEMAP_PRIORITY_HOME', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(369, NULL, NULL, 'GSITEMAP_PRIORITY_PRODUCT', '0.9', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(370, NULL, NULL, 'GSITEMAP_PRIORITY_CATEGORY', '0.8', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(371, NULL, NULL, 'GSITEMAP_PRIORITY_CMS', '0.7', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(372, NULL, NULL, 'GSITEMAP_FREQUENCY', 'weekly', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(373, NULL, NULL, 'GSITEMAP_CHECK_IMAGE_FILE', NULL, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(374, NULL, NULL, 'GSITEMAP_LAST_EXPORT', NULL, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(375, NULL, NULL, 'CUSTPRIV_MSG_AUTH', NULL, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(376, NULL, NULL, 'MA_MERCHANT_ORDER', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(377, NULL, NULL, 'MA_MERCHANT_OOS', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(378, NULL, NULL, 'MA_CUSTOMER_QTY', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(379, NULL, NULL, 'MA_ORDER_EDIT', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(380, NULL, NULL, 'MA_RETURN_SLIP', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(381, NULL, NULL, 'MA_MERCHANT_MAILS', 'demo@prestashop.com', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(382, NULL, NULL, 'MA_LAST_QTIES', '3', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(383, NULL, NULL, 'MA_MERCHANT_COVERAGE', '0', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(384, NULL, NULL, 'MA_PRODUCT_COVERAGE', '0', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(385, NULL, NULL, 'BANK_WIRE_PAYMENT_INVITE', '1', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(386, NULL, NULL, 'CONF_PS_WIREPAYMENT_FIXED', '0.2', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(387, NULL, NULL, 'CONF_PS_WIREPAYMENT_VAR', '2', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(388, NULL, NULL, 'CONF_PS_WIREPAYMENT_FIXED_FOREIGN', '0.2', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(389, NULL, NULL, 'CONF_PS_WIREPAYMENT_VAR_FOREIGN', '2', '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(390, NULL, NULL, 'CROSSSELLING_DISPLAY_PRICE', '1', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(391, NULL, NULL, 'CROSSSELLING_NBR', '8', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(392, NULL, NULL, 'PS_DASHGOALS_CURRENT_YEAR', '2023', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(393, NULL, NULL, 'CONF_PS_CASHONDELIVERY_FIXED', '0.2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(394, NULL, NULL, 'CONF_PS_CASHONDELIVERY_VAR', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(395, NULL, NULL, 'CONF_PS_CASHONDELIVERY_FIXED_FOREIGN', '0.2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(396, NULL, NULL, 'CONF_PS_CASHONDELIVERY_VAR_FOREIGN', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(397, NULL, NULL, 'CONF_MOLLIE_FIXED', '0.2', '2023-08-28 13:28:00', '2023-08-28 13:28:00'), -(398, NULL, NULL, 'CONF_MOLLIE_VAR', '2', '2023-08-28 13:28:00', '2023-08-28 13:28:00'), -(399, NULL, NULL, 'CONF_MOLLIE_FIXED_FOREIGN', '0.2', '2023-08-28 13:28:00', '2023-08-28 13:28:00'), -(400, NULL, NULL, 'CONF_MOLLIE_VAR_FOREIGN', '2', '2023-08-28 13:28:00', '2023-08-28 13:28:00'), -(401, NULL, NULL, 'MOLLIE_STATUS_PARTIAL_REFUND', '14', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(402, NULL, NULL, 'MOLLIE_STATUS_AWAITING', '15', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(403, NULL, NULL, 'MOLLIE_PARTIALLY_SHIPPED', '16', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(404, NULL, NULL, 'MOLLIE_STATUS_ORDER_COMPLETED', '17', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(405, NULL, NULL, 'MOLLIE_STATUS_KLARNA_AUTHORIZED', '18', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(406, NULL, NULL, 'MOLLIE_STATUS_KLARNA_SHIPPED', '19', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(407, NULL, NULL, 'MOLLIE_STATUS_CHARGEBACK', '20', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(410, NULL, NULL, 'MOLLIE_ENVIRONMENT', '0', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(422, NULL, NULL, 'MOLLIE_STATUS_OPEN', '15', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(423, NULL, NULL, 'MOLLIE_STATUS_PAID', '2', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(424, NULL, NULL, 'MOLLIE_STATUS_COMPLETED', '17', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(425, NULL, NULL, 'MOLLIE_STATUS_CANCELED', '6', '2023-08-28 13:28:01', '2023-08-28 13:28:01'), -(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', NULL, '2023-08-28 13:28:01', '2023-10-30 13:51:27'), -(439, NULL, NULL, 'MOLLIE_BANCONTACT_QR_CODE_ENABLED', NULL, '2023-08-28 13:28:01', '2023-10-30 13:51:27'), -(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'), -(444, NULL, NULL, 'MOLLIE_VOUCHER_FEATURE_ID', '1', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(445, NULL, NULL, 'SUBSCRIPTION_ATTRIBUTE_GROUP', '1', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(446, NULL, NULL, 'SUBSCRIPTION_ATTRIBUTE_NONE', '1', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(447, NULL, NULL, 'SUBSCRIPTION_ATTRIBUTE_DAILY', '2', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(448, NULL, NULL, 'SUBSCRIPTION_ATTRIBUTE_WEEKLY', '3', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(449, NULL, NULL, 'SUBSCRIPTION_ATTRIBUTE_MONTHLY', '4', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(450, NULL, NULL, 'SUBSCRIPTION_ATTRIBUTE_YEARLY', '5', '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(451, NULL, NULL, 'PS_LAYERED_CACHE_ENABLED', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(452, NULL, NULL, 'PS_LAYERED_SHOW_QTIES', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(453, NULL, NULL, 'PS_LAYERED_FULL_TREE', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(454, NULL, NULL, 'PS_LAYERED_FILTER_PRICE_USETAX', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(455, NULL, NULL, 'PS_LAYERED_FILTER_CATEGORY_DEPTH', '1', '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(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'), -(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-30 13:51:27'), -(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-30 13:51:27'), -(515, NULL, NULL, 'MOLLIE_SHOW_RESEND_PAYMENT_LINK', NULL, '2023-10-23 09:52:59', '2023-10-30 13:51:27'), -(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-30 13:51:27'), -(520, NULL, NULL, 'MOLLIE_MAIL_WHEN_PARTIAL_REFUND', NULL, '2023-10-23 09:52:59', '2023-10-30 13:51:27'), -(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'); +(239, NULL, NULL, 'PS_MAIL_SUBJECT_PREFIX', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(240, NULL, NULL, 'PS_SHOP_ACTIVITY', '0', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(241, NULL, NULL, 'PS_LOGO', 'logo.png', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(242, NULL, NULL, 'PS_FAVICON', 'favicon.ico', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(243, NULL, NULL, 'PS_STORES_ICON', 'logo_stores.png', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(244, NULL, NULL, 'PS_ROOT_CATEGORY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(245, NULL, NULL, 'PS_HOME_CATEGORY', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(246, NULL, NULL, 'PS_CONFIGURATION_AGREMENT', '1', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(247, NULL, NULL, 'PS_MAIL_SERVER', 'smtp.', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(248, NULL, NULL, 'PS_MAIL_USER', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(249, NULL, NULL, 'PS_MAIL_PASSWD', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(250, NULL, NULL, 'PS_MAIL_SMTP_ENCRYPTION', 'off', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(251, NULL, NULL, 'PS_MAIL_SMTP_PORT', '25', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(252, NULL, NULL, 'PS_MAIL_COLOR', '#db3484', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(253, NULL, NULL, 'PS_MAIL_DKIM_ENABLE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(254, NULL, NULL, 'PS_MAIL_DKIM_DOMAIN', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(255, NULL, NULL, 'PS_MAIL_DKIM_SELECTOR', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(256, NULL, NULL, 'PS_MAIL_DKIM_KEY', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(257, NULL, NULL, 'NW_SALT', '4XCvidOny1jhyZAR', '0000-00-00 00:00:00', '2024-01-23 09:45:32'), +(258, NULL, NULL, 'PS_PAYMENT_LOGO_CMS_ID', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(259, NULL, NULL, 'HOME_FEATURED_NBR', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(260, NULL, NULL, 'SEK_MIN_OCCURENCES', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(261, NULL, NULL, 'SEK_FILTER_KW', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(262, NULL, NULL, 'PS_ALLOW_MOBILE_DEVICE', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(263, NULL, NULL, 'PS_CUSTOMER_CREATION_EMAIL', '1', '0000-00-00 00:00:00', '2024-01-23 10:12:58'), +(264, NULL, NULL, 'PS_SMARTY_CONSOLE_KEY', 'SMARTY_DEBUG', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(265, NULL, NULL, 'PS_ATTRIBUTE_ANCHOR_SEPARATOR', '-', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(266, NULL, NULL, 'CONF_AVERAGE_PRODUCT_MARGIN', '40', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(267, NULL, NULL, 'PS_DASHBOARD_SIMULATION', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(268, NULL, NULL, 'PS_USE_HTMLPURIFIER', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(269, NULL, NULL, 'PS_SMARTY_LOCAL', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(270, NULL, NULL, 'PS_SMARTY_CLEAR_CACHE', 'everytime', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(271, NULL, NULL, 'PS_DETECT_LANG', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(272, NULL, NULL, 'PS_DETECT_COUNTRY', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(273, NULL, NULL, 'PS_ROUND_TYPE', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(274, NULL, NULL, 'PS_LOG_EMAILS', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(275, NULL, NULL, 'PS_CUSTOMER_OPTIN', '1', '0000-00-00 00:00:00', '2024-01-23 10:12:58'), +(276, NULL, NULL, 'PS_CUSTOMER_BIRTHDATE', '1', '0000-00-00 00:00:00', '2024-01-23 10:12:58'), +(277, NULL, NULL, 'PS_PACK_STOCK_TYPE', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(278, NULL, NULL, 'PS_LOG_MODULE_PERFS_MODULO', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(279, NULL, NULL, 'PS_DISALLOW_HISTORY_REORDERING', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(280, NULL, NULL, 'PS_DISPLAY_PRODUCT_WEIGHT', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(281, NULL, NULL, 'PS_PRODUCT_WEIGHT_PRECISION', '2', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(282, NULL, NULL, 'PS_ORDER_RECALCULATE_SHIPPING', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(283, NULL, NULL, 'PS_MAINTENANCE_TEXT', '', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(284, NULL, NULL, 'PS_PRODUCT_SHORT_DESC_LIMIT', '800', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(285, NULL, NULL, 'PS_LABEL_IN_STOCK_PRODUCTS', 'In Stock', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(286, NULL, NULL, 'PS_LABEL_OOS_PRODUCTS_BOA', 'Product available for orders', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(287, NULL, NULL, 'PS_LABEL_OOS_PRODUCTS_BOD', 'Out-of-Stock', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(288, NULL, NULL, 'PS_CATALOG_MODE_WITH_PRICES', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(289, NULL, NULL, 'PS_MAIL_THEME', 'modern', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(290, NULL, NULL, 'PS_ORDER_PRODUCTS_NB_PER_PAGE', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(291, NULL, NULL, 'PS_LOGS_EMAIL_RECEIVERS', 'demo@prestashop.com', '0000-00-00 00:00:00', '2024-01-23 09:45:31'), +(292, NULL, NULL, 'PS_SHOW_LABEL_OOS_LISTING_PAGES', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(293, NULL, NULL, 'ADDONS_API_MODULE_CHANNEL', 'stable', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(294, NULL, NULL, 'PS_SECURITY_TOKEN', '1', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(295, NULL, NULL, 'PS_SECURITY_PASSWORD_POLICY_MAXIMUM_LENGTH', '72', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(296, NULL, NULL, 'PS_SECURITY_PASSWORD_POLICY_MINIMUM_LENGTH', '8', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(297, NULL, NULL, 'PS_SECURITY_PASSWORD_POLICY_MINIMUM_SCORE', '3', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(298, NULL, NULL, 'PS_ENABLE_BACKORDER_STATUS', '0', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(299, NULL, NULL, 'PS_PRODUCT_REDIRECTION_DEFAULT', '404', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(300, NULL, NULL, 'PS_AVIF_QUALITY', '90', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(301, NULL, NULL, 'PS_IMAGE_FORMAT', 'jpg', '0000-00-00 00:00:00', '0000-00-00 00:00:00'), +(302, NULL, NULL, 'PS_INSTALL_XML_LOADERS_ID', '{\"authorization_role:TAB_ADMINACCESS_CREATE\":1,\"authorization_role:TAB_ADMINACCESS_READ\":2,\"authorization_role:TAB_ADMINACCESS_UPDATE\":3,\"authorization_role:TAB_ADMINACCESS_DELETE\":4,\"authorization_role:TAB_ADMINADDRESSES_CREATE\":5,\"authorization_role:TAB_ADMINADDRESSES_READ\":6,\"authorization_role:TAB_ADMINADDRESSES_UPDATE\":7,\"authorization_role:TAB_ADMINADDRESSES_DELETE\":8,\"authorization_role:TAB_ADMINADMINPREFERENCES_CREATE\":9,\"authorization_role:TAB_ADMINADMINPREFERENCES_READ\":10,\"authorization_role:TAB_ADMINADMINPREFERENCES_UPDATE\":11,\"authorization_role:TAB_ADMINADMINPREFERENCES_DELETE\":12,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_CREATE\":13,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_READ\":14,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_UPDATE\":15,\"authorization_role:TAB_ADMINADVANCEDPARAMETERS_DELETE\":16,\"authorization_role:TAB_ADMINATTACHMENTS_CREATE\":17,\"authorization_role:TAB_ADMINATTACHMENTS_READ\":18,\"authorization_role:TAB_ADMINATTACHMENTS_UPDATE\":19,\"authorization_role:TAB_ADMINATTACHMENTS_DELETE\":20,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_CREATE\":21,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_READ\":22,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_UPDATE\":23,\"authorization_role:TAB_ADMINATTRIBUTESGROUPS_DELETE\":24,\"authorization_role:TAB_ADMINBACKUP_CREATE\":25,\"authorization_role:TAB_ADMINBACKUP_READ\":26,\"authorization_role:TAB_ADMINBACKUP_UPDATE\":27,\"authorization_role:TAB_ADMINBACKUP_DELETE\":28,\"authorization_role:TAB_ADMINCARRIERS_CREATE\":29,\"authorization_role:TAB_ADMINCARRIERS_READ\":30,\"authorization_role:TAB_ADMINCARRIERS_UPDATE\":31,\"authorization_role:TAB_ADMINCARRIERS_DELETE\":32,\"authorization_role:TAB_ADMINCARTRULES_CREATE\":33,\"authorization_role:TAB_ADMINCARTRULES_READ\":34,\"authorization_role:TAB_ADMINCARTRULES_UPDATE\":35,\"authorization_role:TAB_ADMINCARTRULES_DELETE\":36,\"authorization_role:TAB_ADMINCARTS_CREATE\":37,\"authorization_role:TAB_ADMINCARTS_READ\":38,\"authorization_role:TAB_ADMINCARTS_UPDATE\":39,\"authorization_role:TAB_ADMINCARTS_DELETE\":40,\"authorization_role:TAB_ADMINCATALOG_CREATE\":41,\"authorization_role:TAB_ADMINCATALOG_READ\":42,\"authorization_role:TAB_ADMINCATALOG_UPDATE\":43,\"authorization_role:TAB_ADMINCATALOG_DELETE\":44,\"authorization_role:TAB_ADMINCATEGORIES_CREATE\":45,\"authorization_role:TAB_ADMINCATEGORIES_READ\":46,\"authorization_role:TAB_ADMINCATEGORIES_UPDATE\":47,\"authorization_role:TAB_ADMINCATEGORIES_DELETE\":48,\"authorization_role:TAB_ADMINCMSCONTENT_CREATE\":49,\"authorization_role:TAB_ADMINCMSCONTENT_READ\":50,\"authorization_role:TAB_ADMINCMSCONTENT_UPDATE\":51,\"authorization_role:TAB_ADMINCMSCONTENT_DELETE\":52,\"authorization_role:TAB_ADMINCONTACTS_CREATE\":53,\"authorization_role:TAB_ADMINCONTACTS_READ\":54,\"authorization_role:TAB_ADMINCONTACTS_UPDATE\":55,\"authorization_role:TAB_ADMINCONTACTS_DELETE\":56,\"authorization_role:TAB_ADMINCOUNTRIES_CREATE\":57,\"authorization_role:TAB_ADMINCOUNTRIES_READ\":58,\"authorization_role:TAB_ADMINCOUNTRIES_UPDATE\":59,\"authorization_role:TAB_ADMINCOUNTRIES_DELETE\":60,\"authorization_role:TAB_ADMINCURRENCIES_CREATE\":61,\"authorization_role:TAB_ADMINCURRENCIES_READ\":62,\"authorization_role:TAB_ADMINCURRENCIES_UPDATE\":63,\"authorization_role:TAB_ADMINCURRENCIES_DELETE\":64,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_CREATE\":65,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_READ\":66,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_UPDATE\":67,\"authorization_role:TAB_ADMINCUSTOMERPREFERENCES_DELETE\":68,\"authorization_role:TAB_ADMINCUSTOMERS_CREATE\":69,\"authorization_role:TAB_ADMINCUSTOMERS_READ\":70,\"authorization_role:TAB_ADMINCUSTOMERS_UPDATE\":71,\"authorization_role:TAB_ADMINCUSTOMERS_DELETE\":72,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_CREATE\":73,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_READ\":74,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_UPDATE\":75,\"authorization_role:TAB_ADMINCUSTOMERTHREADS_DELETE\":76,\"authorization_role:TAB_ADMINDASHBOARD_CREATE\":77,\"authorization_role:TAB_ADMINDASHBOARD_READ\":78,\"authorization_role:TAB_ADMINDASHBOARD_UPDATE\":79,\"authorization_role:TAB_ADMINDASHBOARD_DELETE\":80,\"authorization_role:TAB_ADMINDELIVERYSLIP_CREATE\":81,\"authorization_role:TAB_ADMINDELIVERYSLIP_READ\":82,\"authorization_role:TAB_ADMINDELIVERYSLIP_UPDATE\":83,\"authorization_role:TAB_ADMINDELIVERYSLIP_DELETE\":84,\"authorization_role:TAB_ADMINEMAILS_CREATE\":85,\"authorization_role:TAB_ADMINEMAILS_READ\":86,\"authorization_role:TAB_ADMINEMAILS_UPDATE\":87,\"authorization_role:TAB_ADMINEMAILS_DELETE\":88,\"authorization_role:TAB_ADMINEMPLOYEES_CREATE\":89,\"authorization_role:TAB_ADMINEMPLOYEES_READ\":90,\"authorization_role:TAB_ADMINEMPLOYEES_UPDATE\":91,\"authorization_role:TAB_ADMINEMPLOYEES_DELETE\":92,\"authorization_role:TAB_ADMINFEATURES_CREATE\":93,\"authorization_role:TAB_ADMINFEATURES_READ\":94,\"authorization_role:TAB_ADMINFEATURES_UPDATE\":95,\"authorization_role:TAB_ADMINFEATURES_DELETE\":96,\"authorization_role:TAB_ADMINGENDERS_CREATE\":97,\"authorization_role:TAB_ADMINGENDERS_READ\":98,\"authorization_role:TAB_ADMINGENDERS_UPDATE\":99,\"authorization_role:TAB_ADMINGENDERS_DELETE\":100,\"authorization_role:TAB_ADMINGEOLOCATION_CREATE\":101,\"authorization_role:TAB_ADMINGEOLOCATION_READ\":102,\"authorization_role:TAB_ADMINGEOLOCATION_UPDATE\":103,\"authorization_role:TAB_ADMINGEOLOCATION_DELETE\":104,\"authorization_role:TAB_ADMINGROUPS_CREATE\":105,\"authorization_role:TAB_ADMINGROUPS_READ\":106,\"authorization_role:TAB_ADMINGROUPS_UPDATE\":107,\"authorization_role:TAB_ADMINGROUPS_DELETE\":108,\"authorization_role:TAB_ADMINIMAGES_CREATE\":109,\"authorization_role:TAB_ADMINIMAGES_READ\":110,\"authorization_role:TAB_ADMINIMAGES_UPDATE\":111,\"authorization_role:TAB_ADMINIMAGES_DELETE\":112,\"authorization_role:TAB_ADMINIMPORT_CREATE\":113,\"authorization_role:TAB_ADMINIMPORT_READ\":114,\"authorization_role:TAB_ADMINIMPORT_UPDATE\":115,\"authorization_role:TAB_ADMINIMPORT_DELETE\":116,\"authorization_role:TAB_ADMININFORMATION_CREATE\":117,\"authorization_role:TAB_ADMININFORMATION_READ\":118,\"authorization_role:TAB_ADMININFORMATION_UPDATE\":119,\"authorization_role:TAB_ADMININFORMATION_DELETE\":120,\"authorization_role:TAB_ADMININTERNATIONAL_CREATE\":121,\"authorization_role:TAB_ADMININTERNATIONAL_READ\":122,\"authorization_role:TAB_ADMININTERNATIONAL_UPDATE\":123,\"authorization_role:TAB_ADMININTERNATIONAL_DELETE\":124,\"authorization_role:TAB_ADMININVOICES_CREATE\":125,\"authorization_role:TAB_ADMININVOICES_READ\":126,\"authorization_role:TAB_ADMININVOICES_UPDATE\":127,\"authorization_role:TAB_ADMININVOICES_DELETE\":128,\"authorization_role:TAB_ADMINLANGUAGES_CREATE\":129,\"authorization_role:TAB_ADMINLANGUAGES_READ\":130,\"authorization_role:TAB_ADMINLANGUAGES_UPDATE\":131,\"authorization_role:TAB_ADMINLANGUAGES_DELETE\":132,\"authorization_role:TAB_ADMINLINKWIDGET_CREATE\":133,\"authorization_role:TAB_ADMINLINKWIDGET_READ\":134,\"authorization_role:TAB_ADMINLINKWIDGET_UPDATE\":135,\"authorization_role:TAB_ADMINLINKWIDGET_DELETE\":136,\"authorization_role:TAB_ADMINLOCALIZATION_CREATE\":137,\"authorization_role:TAB_ADMINLOCALIZATION_READ\":138,\"authorization_role:TAB_ADMINLOCALIZATION_UPDATE\":139,\"authorization_role:TAB_ADMINLOCALIZATION_DELETE\":140,\"authorization_role:TAB_ADMINLOGS_CREATE\":141,\"authorization_role:TAB_ADMINLOGS_READ\":142,\"authorization_role:TAB_ADMINLOGS_UPDATE\":143,\"authorization_role:TAB_ADMINLOGS_DELETE\":144,\"authorization_role:TAB_ADMINMAINTENANCE_CREATE\":145,\"authorization_role:TAB_ADMINMAINTENANCE_READ\":146,\"authorization_role:TAB_ADMINMAINTENANCE_UPDATE\":147,\"authorization_role:TAB_ADMINMAINTENANCE_DELETE\":148,\"authorization_role:TAB_ADMINMANUFACTURERS_CREATE\":149,\"authorization_role:TAB_ADMINMANUFACTURERS_READ\":150,\"authorization_role:TAB_ADMINMANUFACTURERS_UPDATE\":151,\"authorization_role:TAB_ADMINMANUFACTURERS_DELETE\":152,\"authorization_role:TAB_ADMINMETA_CREATE\":153,\"authorization_role:TAB_ADMINMETA_READ\":154,\"authorization_role:TAB_ADMINMETA_UPDATE\":155,\"authorization_role:TAB_ADMINMETA_DELETE\":156,\"authorization_role:TAB_ADMINMODULES_CREATE\":157,\"authorization_role:TAB_ADMINMODULES_READ\":158,\"authorization_role:TAB_ADMINMODULES_UPDATE\":159,\"authorization_role:TAB_ADMINMODULES_DELETE\":160,\"authorization_role:TAB_ADMINMODULESPOSITIONS_CREATE\":161,\"authorization_role:TAB_ADMINMODULESPOSITIONS_READ\":162,\"authorization_role:TAB_ADMINMODULESPOSITIONS_UPDATE\":163,\"authorization_role:TAB_ADMINMODULESPOSITIONS_DELETE\":164,\"authorization_role:TAB_ADMINMODULESUPDATES_CREATE\":165,\"authorization_role:TAB_ADMINMODULESUPDATES_READ\":166,\"authorization_role:TAB_ADMINMODULESUPDATES_UPDATE\":167,\"authorization_role:TAB_ADMINMODULESUPDATES_DELETE\":168,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_CREATE\":169,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_READ\":170,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_UPDATE\":171,\"authorization_role:TAB_ADMINMODULESNOTIFICATIONS_DELETE\":172,\"authorization_role:TAB_ADMINMODULESSF_CREATE\":173,\"authorization_role:TAB_ADMINMODULESSF_READ\":174,\"authorization_role:TAB_ADMINMODULESSF_UPDATE\":175,\"authorization_role:TAB_ADMINMODULESSF_DELETE\":176,\"authorization_role:TAB_ADMINORDERMESSAGE_CREATE\":177,\"authorization_role:TAB_ADMINORDERMESSAGE_READ\":178,\"authorization_role:TAB_ADMINORDERMESSAGE_UPDATE\":179,\"authorization_role:TAB_ADMINORDERMESSAGE_DELETE\":180,\"authorization_role:TAB_ADMINORDERPREFERENCES_CREATE\":181,\"authorization_role:TAB_ADMINORDERPREFERENCES_READ\":182,\"authorization_role:TAB_ADMINORDERPREFERENCES_UPDATE\":183,\"authorization_role:TAB_ADMINORDERPREFERENCES_DELETE\":184,\"authorization_role:TAB_ADMINORDERS_CREATE\":185,\"authorization_role:TAB_ADMINORDERS_READ\":186,\"authorization_role:TAB_ADMINORDERS_UPDATE\":187,\"authorization_role:TAB_ADMINORDERS_DELETE\":188,\"authorization_role:TAB_ADMINOUTSTANDING_CREATE\":189,\"authorization_role:TAB_ADMINOUTSTANDING_READ\":190,\"authorization_role:TAB_ADMINOUTSTANDING_UPDATE\":191,\"authorization_role:TAB_ADMINOUTSTANDING_DELETE\":192,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_CREATE\":193,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_READ\":194,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_UPDATE\":195,\"authorization_role:TAB_ADMINPARENTATTRIBUTESGROUPS_DELETE\":196,\"authorization_role:TAB_ADMINPARENTCARTRULES_CREATE\":197,\"authorization_role:TAB_ADMINPARENTCARTRULES_READ\":198,\"authorization_role:TAB_ADMINPARENTCARTRULES_UPDATE\":199,\"authorization_role:TAB_ADMINPARENTCARTRULES_DELETE\":200,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_CREATE\":201,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_READ\":202,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_UPDATE\":203,\"authorization_role:TAB_ADMINPARENTCOUNTRIES_DELETE\":204,\"authorization_role:TAB_ADMINPARENTCUSTOMER_CREATE\":205,\"authorization_role:TAB_ADMINPARENTCUSTOMER_READ\":206,\"authorization_role:TAB_ADMINPARENTCUSTOMER_UPDATE\":207,\"authorization_role:TAB_ADMINPARENTCUSTOMER_DELETE\":208,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_CREATE\":209,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_READ\":210,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_UPDATE\":211,\"authorization_role:TAB_ADMINPARENTCUSTOMERPREFERENCES_DELETE\":212,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_CREATE\":213,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_READ\":214,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_UPDATE\":215,\"authorization_role:TAB_ADMINPARENTCUSTOMERTHREADS_DELETE\":216,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_CREATE\":217,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_READ\":218,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_UPDATE\":219,\"authorization_role:TAB_ADMINPARENTEMPLOYEES_DELETE\":220,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_CREATE\":221,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_READ\":222,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_UPDATE\":223,\"authorization_role:TAB_ADMINPARENTLOCALIZATION_DELETE\":224,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_CREATE\":225,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_READ\":226,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_UPDATE\":227,\"authorization_role:TAB_ADMINPARENTMANUFACTURERS_DELETE\":228,\"authorization_role:TAB_ADMINPARENTMODULESSF_CREATE\":229,\"authorization_role:TAB_ADMINPARENTMODULESSF_READ\":230,\"authorization_role:TAB_ADMINPARENTMODULESSF_UPDATE\":231,\"authorization_role:TAB_ADMINPARENTMODULESSF_DELETE\":232,\"authorization_role:TAB_ADMINPARENTMETA_CREATE\":233,\"authorization_role:TAB_ADMINPARENTMETA_READ\":234,\"authorization_role:TAB_ADMINPARENTMETA_UPDATE\":235,\"authorization_role:TAB_ADMINPARENTMETA_DELETE\":236,\"authorization_role:TAB_ADMINPARENTMODULES_CREATE\":237,\"authorization_role:TAB_ADMINPARENTMODULES_READ\":238,\"authorization_role:TAB_ADMINPARENTMODULES_UPDATE\":239,\"authorization_role:TAB_ADMINPARENTMODULES_DELETE\":240,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_CREATE\":241,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_READ\":242,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_UPDATE\":243,\"authorization_role:TAB_ADMINPARENTORDERPREFERENCES_DELETE\":244,\"authorization_role:TAB_ADMINPARENTORDERS_CREATE\":245,\"authorization_role:TAB_ADMINPARENTORDERS_READ\":246,\"authorization_role:TAB_ADMINPARENTORDERS_UPDATE\":247,\"authorization_role:TAB_ADMINPARENTORDERS_DELETE\":248,\"authorization_role:TAB_ADMINPARENTPAYMENT_CREATE\":249,\"authorization_role:TAB_ADMINPARENTPAYMENT_READ\":250,\"authorization_role:TAB_ADMINPARENTPAYMENT_UPDATE\":251,\"authorization_role:TAB_ADMINPARENTPAYMENT_DELETE\":252,\"authorization_role:TAB_ADMINPARENTPREFERENCES_CREATE\":253,\"authorization_role:TAB_ADMINPARENTPREFERENCES_READ\":254,\"authorization_role:TAB_ADMINPARENTPREFERENCES_UPDATE\":255,\"authorization_role:TAB_ADMINPARENTPREFERENCES_DELETE\":256,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_CREATE\":257,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_READ\":258,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_UPDATE\":259,\"authorization_role:TAB_ADMINPARENTREQUESTSQL_DELETE\":260,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_CREATE\":261,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_READ\":262,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_UPDATE\":263,\"authorization_role:TAB_ADMINPARENTSEARCHCONF_DELETE\":264,\"authorization_role:TAB_ADMINPARENTSHIPPING_CREATE\":265,\"authorization_role:TAB_ADMINPARENTSHIPPING_READ\":266,\"authorization_role:TAB_ADMINPARENTSHIPPING_UPDATE\":267,\"authorization_role:TAB_ADMINPARENTSHIPPING_DELETE\":268,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_CREATE\":269,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_READ\":270,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_UPDATE\":271,\"authorization_role:TAB_ADMINPARENTSTOCKMANAGEMENT_DELETE\":272,\"authorization_role:TAB_ADMINPARENTSTORES_CREATE\":273,\"authorization_role:TAB_ADMINPARENTSTORES_READ\":274,\"authorization_role:TAB_ADMINPARENTSTORES_UPDATE\":275,\"authorization_role:TAB_ADMINPARENTSTORES_DELETE\":276,\"authorization_role:TAB_ADMINPARENTTAXES_CREATE\":277,\"authorization_role:TAB_ADMINPARENTTAXES_READ\":278,\"authorization_role:TAB_ADMINPARENTTAXES_UPDATE\":279,\"authorization_role:TAB_ADMINPARENTTAXES_DELETE\":280,\"authorization_role:TAB_ADMINPARENTTHEMES_CREATE\":281,\"authorization_role:TAB_ADMINPARENTTHEMES_READ\":282,\"authorization_role:TAB_ADMINPARENTTHEMES_UPDATE\":283,\"authorization_role:TAB_ADMINPARENTTHEMES_DELETE\":284,\"authorization_role:TAB_ADMINPAYMENT_CREATE\":285,\"authorization_role:TAB_ADMINPAYMENT_READ\":286,\"authorization_role:TAB_ADMINPAYMENT_UPDATE\":287,\"authorization_role:TAB_ADMINPAYMENT_DELETE\":288,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_CREATE\":289,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_READ\":290,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_UPDATE\":291,\"authorization_role:TAB_ADMINPAYMENTPREFERENCES_DELETE\":292,\"authorization_role:TAB_ADMINPERFORMANCE_CREATE\":293,\"authorization_role:TAB_ADMINPERFORMANCE_READ\":294,\"authorization_role:TAB_ADMINPERFORMANCE_UPDATE\":295,\"authorization_role:TAB_ADMINPERFORMANCE_DELETE\":296,\"authorization_role:TAB_ADMINPPREFERENCES_CREATE\":297,\"authorization_role:TAB_ADMINPPREFERENCES_READ\":298,\"authorization_role:TAB_ADMINPPREFERENCES_UPDATE\":299,\"authorization_role:TAB_ADMINPPREFERENCES_DELETE\":300,\"authorization_role:TAB_ADMINPREFERENCES_CREATE\":301,\"authorization_role:TAB_ADMINPREFERENCES_READ\":302,\"authorization_role:TAB_ADMINPREFERENCES_UPDATE\":303,\"authorization_role:TAB_ADMINPREFERENCES_DELETE\":304,\"authorization_role:TAB_ADMINPRODUCTS_CREATE\":305,\"authorization_role:TAB_ADMINPRODUCTS_READ\":306,\"authorization_role:TAB_ADMINPRODUCTS_UPDATE\":307,\"authorization_role:TAB_ADMINPRODUCTS_DELETE\":308,\"authorization_role:TAB_ADMINPROFILES_CREATE\":309,\"authorization_role:TAB_ADMINPROFILES_READ\":310,\"authorization_role:TAB_ADMINPROFILES_UPDATE\":311,\"authorization_role:TAB_ADMINPROFILES_DELETE\":312,\"authorization_role:TAB_ADMINREQUESTSQL_CREATE\":313,\"authorization_role:TAB_ADMINREQUESTSQL_READ\":314,\"authorization_role:TAB_ADMINREQUESTSQL_UPDATE\":315,\"authorization_role:TAB_ADMINREQUESTSQL_DELETE\":316,\"authorization_role:TAB_ADMINRETURN_CREATE\":317,\"authorization_role:TAB_ADMINRETURN_READ\":318,\"authorization_role:TAB_ADMINRETURN_UPDATE\":319,\"authorization_role:TAB_ADMINRETURN_DELETE\":320,\"authorization_role:TAB_ADMINSEARCHCONF_CREATE\":321,\"authorization_role:TAB_ADMINSEARCHCONF_READ\":322,\"authorization_role:TAB_ADMINSEARCHCONF_UPDATE\":323,\"authorization_role:TAB_ADMINSEARCHCONF_DELETE\":324,\"authorization_role:TAB_ADMINSEARCHENGINES_CREATE\":325,\"authorization_role:TAB_ADMINSEARCHENGINES_READ\":326,\"authorization_role:TAB_ADMINSEARCHENGINES_UPDATE\":327,\"authorization_role:TAB_ADMINSEARCHENGINES_DELETE\":328,\"authorization_role:TAB_ADMINSHIPPING_CREATE\":329,\"authorization_role:TAB_ADMINSHIPPING_READ\":330,\"authorization_role:TAB_ADMINSHIPPING_UPDATE\":331,\"authorization_role:TAB_ADMINSHIPPING_DELETE\":332,\"authorization_role:TAB_ADMINSHOPGROUP_CREATE\":333,\"authorization_role:TAB_ADMINSHOPGROUP_READ\":334,\"authorization_role:TAB_ADMINSHOPGROUP_UPDATE\":335,\"authorization_role:TAB_ADMINSHOPGROUP_DELETE\":336,\"authorization_role:TAB_ADMINSHOPURL_CREATE\":337,\"authorization_role:TAB_ADMINSHOPURL_READ\":338,\"authorization_role:TAB_ADMINSHOPURL_UPDATE\":339,\"authorization_role:TAB_ADMINSHOPURL_DELETE\":340,\"authorization_role:TAB_ADMINSLIP_CREATE\":341,\"authorization_role:TAB_ADMINSLIP_READ\":342,\"authorization_role:TAB_ADMINSLIP_UPDATE\":343,\"authorization_role:TAB_ADMINSLIP_DELETE\":344,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_CREATE\":345,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_READ\":346,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_UPDATE\":347,\"authorization_role:TAB_ADMINSPECIFICPRICERULE_DELETE\":348,\"authorization_role:TAB_ADMINSTATES_CREATE\":349,\"authorization_role:TAB_ADMINSTATES_READ\":350,\"authorization_role:TAB_ADMINSTATES_UPDATE\":351,\"authorization_role:TAB_ADMINSTATES_DELETE\":352,\"authorization_role:TAB_ADMINSTATS_CREATE\":353,\"authorization_role:TAB_ADMINSTATS_READ\":354,\"authorization_role:TAB_ADMINSTATS_UPDATE\":355,\"authorization_role:TAB_ADMINSTATS_DELETE\":356,\"authorization_role:TAB_ADMINSTATUSES_CREATE\":357,\"authorization_role:TAB_ADMINSTATUSES_READ\":358,\"authorization_role:TAB_ADMINSTATUSES_UPDATE\":359,\"authorization_role:TAB_ADMINSTATUSES_DELETE\":360,\"authorization_role:TAB_ADMINSTOCK_CREATE\":361,\"authorization_role:TAB_ADMINSTOCK_READ\":362,\"authorization_role:TAB_ADMINSTOCK_UPDATE\":363,\"authorization_role:TAB_ADMINSTOCK_DELETE\":364,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_CREATE\":365,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_READ\":366,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_UPDATE\":367,\"authorization_role:TAB_ADMINSTOCKMANAGEMENT_DELETE\":368,\"authorization_role:TAB_ADMINSTORES_CREATE\":369,\"authorization_role:TAB_ADMINSTORES_READ\":370,\"authorization_role:TAB_ADMINSTORES_UPDATE\":371,\"authorization_role:TAB_ADMINSTORES_DELETE\":372,\"authorization_role:TAB_ADMINSUPPLIERS_CREATE\":373,\"authorization_role:TAB_ADMINSUPPLIERS_READ\":374,\"authorization_role:TAB_ADMINSUPPLIERS_UPDATE\":375,\"authorization_role:TAB_ADMINSUPPLIERS_DELETE\":376,\"authorization_role:TAB_ADMINTAGS_CREATE\":377,\"authorization_role:TAB_ADMINTAGS_READ\":378,\"authorization_role:TAB_ADMINTAGS_UPDATE\":379,\"authorization_role:TAB_ADMINTAGS_DELETE\":380,\"authorization_role:TAB_ADMINTAXES_CREATE\":381,\"authorization_role:TAB_ADMINTAXES_READ\":382,\"authorization_role:TAB_ADMINTAXES_UPDATE\":383,\"authorization_role:TAB_ADMINTAXES_DELETE\":384,\"authorization_role:TAB_ADMINTAXRULESGROUP_CREATE\":385,\"authorization_role:TAB_ADMINTAXRULESGROUP_READ\":386,\"authorization_role:TAB_ADMINTAXRULESGROUP_UPDATE\":387,\"authorization_role:TAB_ADMINTAXRULESGROUP_DELETE\":388,\"authorization_role:TAB_ADMINTHEMES_CREATE\":389,\"authorization_role:TAB_ADMINTHEMES_READ\":390,\"authorization_role:TAB_ADMINTHEMES_UPDATE\":391,\"authorization_role:TAB_ADMINTHEMES_DELETE\":392,\"authorization_role:TAB_ADMINTRACKING_CREATE\":393,\"authorization_role:TAB_ADMINTRACKING_READ\":394,\"authorization_role:TAB_ADMINTRACKING_UPDATE\":395,\"authorization_role:TAB_ADMINTRACKING_DELETE\":396,\"authorization_role:TAB_ADMINTRANSLATIONS_CREATE\":397,\"authorization_role:TAB_ADMINTRANSLATIONS_READ\":398,\"authorization_role:TAB_ADMINTRANSLATIONS_UPDATE\":399,\"authorization_role:TAB_ADMINTRANSLATIONS_DELETE\":400,\"authorization_role:TAB_ADMINWAREHOUSES_CREATE\":401,\"authorization_role:TAB_ADMINWAREHOUSES_READ\":402,\"authorization_role:TAB_ADMINWAREHOUSES_UPDATE\":403,\"authorization_role:TAB_ADMINWAREHOUSES_DELETE\":404,\"authorization_role:TAB_ADMINWEBSERVICE_CREATE\":405,\"authorization_role:TAB_ADMINWEBSERVICE_READ\":406,\"authorization_role:TAB_ADMINWEBSERVICE_UPDATE\":407,\"authorization_role:TAB_ADMINWEBSERVICE_DELETE\":408,\"authorization_role:TAB_ADMINAUTHORIZATIONSERVER_CREATE\":409,\"authorization_role:TAB_ADMINAUTHORIZATIONSERVER_READ\":410,\"authorization_role:TAB_ADMINAUTHORIZATIONSERVER_UPDATE\":411,\"authorization_role:TAB_ADMINAUTHORIZATIONSERVER_DELETE\":412,\"authorization_role:TAB_ADMINZONES_CREATE\":413,\"authorization_role:TAB_ADMINZONES_READ\":414,\"authorization_role:TAB_ADMINZONES_UPDATE\":415,\"authorization_role:TAB_ADMINZONES_DELETE\":416,\"authorization_role:TAB_CONFIGURE_CREATE\":417,\"authorization_role:TAB_CONFIGURE_READ\":418,\"authorization_role:TAB_CONFIGURE_UPDATE\":419,\"authorization_role:TAB_CONFIGURE_DELETE\":420,\"authorization_role:TAB_IMPROVE_CREATE\":421,\"authorization_role:TAB_IMPROVE_READ\":422,\"authorization_role:TAB_IMPROVE_UPDATE\":423,\"authorization_role:TAB_IMPROVE_DELETE\":424,\"authorization_role:TAB_SELL_CREATE\":425,\"authorization_role:TAB_SELL_READ\":426,\"authorization_role:TAB_SELL_UPDATE\":427,\"authorization_role:TAB_SELL_DELETE\":428,\"authorization_role:TAB_SHOPPARAMETERS_CREATE\":429,\"authorization_role:TAB_SHOPPARAMETERS_READ\":430,\"authorization_role:TAB_SHOPPARAMETERS_UPDATE\":431,\"authorization_role:TAB_SHOPPARAMETERS_DELETE\":432,\"authorization_role:TAB_ADMINPARENTMAILTHEME_CREATE\":433,\"authorization_role:TAB_ADMINPARENTMAILTHEME_READ\":434,\"authorization_role:TAB_ADMINPARENTMAILTHEME_UPDATE\":435,\"authorization_role:TAB_ADMINPARENTMAILTHEME_DELETE\":436,\"authorization_role:TAB_ADMINMAILTHEME_CREATE\":437,\"authorization_role:TAB_ADMINMAILTHEME_READ\":438,\"authorization_role:TAB_ADMINMAILTHEME_UPDATE\":439,\"authorization_role:TAB_ADMINMAILTHEME_DELETE\":440,\"authorization_role:TAB_ADMINMODULESMANAGE_CREATE\":441,\"authorization_role:TAB_ADMINMODULESMANAGE_READ\":442,\"authorization_role:TAB_ADMINMODULESMANAGE_UPDATE\":443,\"authorization_role:TAB_ADMINMODULESMANAGE_DELETE\":444,\"authorization_role:TAB_ADMINFEATUREFLAG_CREATE\":445,\"authorization_role:TAB_ADMINFEATUREFLAG_READ\":446,\"authorization_role:TAB_ADMINFEATUREFLAG_UPDATE\":447,\"authorization_role:TAB_ADMINFEATUREFLAG_DELETE\":448,\"authorization_role:TAB_ADMINPARENTSECURITY_CREATE\":449,\"authorization_role:TAB_ADMINPARENTSECURITY_READ\":450,\"authorization_role:TAB_ADMINPARENTSECURITY_UPDATE\":451,\"authorization_role:TAB_ADMINPARENTSECURITY_DELETE\":452,\"authorization_role:TAB_ADMINSECURITY_CREATE\":453,\"authorization_role:TAB_ADMINSECURITY_READ\":454,\"authorization_role:TAB_ADMINSECURITY_UPDATE\":455,\"authorization_role:TAB_ADMINSECURITY_DELETE\":456,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_CREATE\":457,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_READ\":458,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_UPDATE\":459,\"authorization_role:TAB_ADMINSECURITYSESSIONEMPLOYEE_DELETE\":460,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_CREATE\":461,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_READ\":462,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_UPDATE\":463,\"authorization_role:TAB_ADMINSECURITYSESSIONCUSTOMER_DELETE\":464,\"profile:SuperAdmin\":\"1\",\"access:access_1_0\":0,\"access:access_1_1\":0,\"access:access_1_2\":0,\"access:access_1_3\":0,\"access:access_1_9\":0,\"access:access_1_10\":0,\"access:access_1_11\":0,\"access:access_1_13\":0,\"access:access_1_14\":0,\"access:access_1_15\":0,\"access:access_1_16\":0,\"access:access_1_19\":0,\"access:access_1_20\":0,\"access:access_1_21\":0,\"access:access_1_22\":0,\"access:access_1_23\":0,\"access:access_1_24\":0,\"access:access_1_25\":0,\"access:access_1_26\":0,\"access:access_1_27\":0,\"access:access_1_29\":0,\"access:access_1_30\":0,\"access:access_1_32\":0,\"access:access_1_33\":0,\"access:access_1_34\":0,\"access:access_1_35\":0,\"access:access_1_36\":0,\"access:access_1_37\":0,\"access:access_1_39\":0,\"access:access_1_40\":0,\"access:access_1_41\":0,\"access:access_1_42\":0,\"access:access_1_43\":0,\"access:access_1_44\":0,\"access:access_1_45\":0,\"access:access_1_46\":0,\"access:access_1_47\":0,\"access:access_1_49\":0,\"access:access_1_50\":0,\"access:access_1_51\":0,\"access:access_1_53\":0,\"access:access_1_54\":0,\"access:access_1_55\":0,\"access:access_1_56\":0,\"access:access_1_57\":0,\"access:access_1_58\":0,\"access:access_1_59\":0,\"access:access_1_60\":0,\"access:access_1_62\":0,\"access:access_1_63\":0,\"access:access_1_64\":0,\"access:access_1_67\":0,\"access:access_1_68\":0,\"access:access_1_69\":0,\"access:access_1_70\":0,\"access:access_1_71\":0,\"access:access_1_72\":0,\"access:access_1_73\":0,\"access:access_1_74\":0,\"access:access_1_75\":0,\"access:access_1_76\":0,\"access:access_1_77\":0,\"access:access_1_78\":0,\"access:access_1_79\":0,\"access:access_1_81\":0,\"access:access_1_82\":0,\"access:access_1_83\":0,\"access:access_1_84\":0,\"access:access_1_85\":0,\"access:access_1_87\":0,\"access:access_1_88\":0,\"access:access_1_89\":0,\"access:access_1_90\":0,\"access:access_1_91\":0,\"access:access_1_93\":0,\"access:access_1_98\":0,\"access:access_1_99\":0,\"access:access_1_100\":0,\"access:access_1_101\":0,\"access:access_1_102\":0,\"access:access_1_103\":0,\"access:access_1_104\":0,\"access:access_1_105\":0,\"access:access_1_106\":0,\"access:access_1_107\":0,\"access:access_1_108\":0,\"access:access_1_109\":0,\"access:access_1_110\":0,\"access:access_1_111\":0,\"access:access_1_112\":0,\"access:access_1_113\":0,\"access:access_1_114\":0,\"access:access_1_115\":0,\"access:access_1_116\":0,\"access:access_1_117\":0,\"access:access_1_118\":0,\"access:access_1_119\":0,\"access:access_1_120\":0,\"access:access_1_121\":0,\"access:access_1_122\":0,\"access:access_1_123\":0,\"access:access_1_124\":0,\"access:access_1_125\":0,\"access:access_1_126\":0,\"access:access_1_127\":0,\"access:access_1_128\":0,\"access:access_1_129\":0,\"access:access_1_130\":0,\"access:access_1_131\":0,\"access:access_1_132\":0,\"access:access_1_133\":0,\"access:access_1_134\":0,\"access:access_1_135\":0,\"access:access_1_136\":0,\"access:access_1_137\":0,\"access:access_1_138\":0,\"access:access_1_139\":0,\"access:access_1_140\":0,\"access:access_1_141\":0,\"access:access_1_142\":0,\"access:access_1_143\":0,\"access:access_1_144\":0,\"access:access_1_145\":0,\"access:access_1_146\":0,\"access:access_1_147\":0,\"access:access_1_148\":0,\"access:access_1_149\":0,\"access:access_1_150\":0,\"access:access_1_151\":0,\"access:access_1_152\":0,\"access:access_1_153\":0,\"access:access_1_154\":0,\"access:access_1_155\":0,\"access:access_1_156\":0,\"access:access_1_157\":0,\"access:access_1_158\":0,\"access:access_1_159\":0,\"access:access_1_160\":0,\"access:access_1_161\":0,\"access:access_1_162\":0,\"access:access_1_163\":0,\"access:access_1_164\":0,\"access:access_1_165\":0,\"access:access_1_166\":0,\"access:access_1_167\":0,\"access:access_1_168\":0,\"access:access_1_169\":0,\"access:access_1_170\":0,\"access:access_1_171\":0,\"access:access_1_172\":0,\"access:access_1_173\":0,\"access:access_1_174\":0,\"access:access_1_175\":0,\"access:access_1_176\":0,\"access:access_1_177\":0,\"access:access_1_178\":0,\"access:access_1_179\":0,\"access:access_1_180\":0,\"access:access_1_181\":0,\"access:access_1_182\":0,\"access:access_1_183\":0,\"access:access_1_184\":0,\"access:access_1_185\":0,\"access:access_1_186\":0,\"access:access_1_187\":0,\"access:access_1_188\":0,\"access:access_1_189\":0,\"access:access_1_190\":0,\"access:access_1_191\":0,\"access:access_1_192\":0,\"access:access_1_193\":0,\"access:access_1_194\":0,\"access:access_1_195\":0,\"access:access_1_196\":0,\"access:access_1_197\":0,\"access:access_1_198\":0,\"access:access_1_199\":0,\"access:access_1_200\":0,\"access:access_1_201\":0,\"access:access_1_202\":0,\"access:access_1_203\":0,\"access:access_1_204\":0,\"access:access_1_205\":0,\"access:access_1_206\":0,\"access:access_1_207\":0,\"access:access_1_208\":0,\"access:access_1_209\":0,\"access:access_1_210\":0,\"access:access_1_211\":0,\"access:access_1_212\":0,\"access:access_1_213\":0,\"access:access_1_214\":0,\"access:access_1_215\":0,\"access:access_1_216\":0,\"access:access_1_217\":0,\"access:access_1_218\":0,\"access:access_1_219\":0,\"access:access_1_220\":0,\"access:access_1_221\":0,\"access:access_1_222\":0,\"access:access_1_223\":0,\"access:access_1_224\":0,\"access:access_1_225\":0,\"access:access_1_226\":0,\"access:access_1_227\":0,\"access:access_1_228\":0,\"access:access_1_229\":0,\"access:access_1_230\":0,\"access:access_1_231\":0,\"access:access_1_232\":0,\"access:access_1_233\":0,\"access:access_1_234\":0,\"access:access_1_235\":0,\"access:access_1_236\":0,\"access:access_1_237\":0,\"access:access_1_238\":0,\"access:access_1_239\":0,\"access:access_1_240\":0,\"access:access_1_241\":0,\"access:access_1_242\":0,\"access:access_1_243\":0,\"access:access_1_244\":0,\"access:access_1_245\":0,\"access:access_1_246\":0,\"access:access_1_247\":0,\"access:access_1_248\":0,\"access:access_1_249\":0,\"access:access_1_250\":0,\"access:access_1_251\":0,\"access:access_1_252\":0,\"access:access_1_253\":0,\"access:access_1_254\":0,\"access:access_1_255\":0,\"access:access_1_256\":0,\"access:access_1_257\":0,\"access:access_1_258\":0,\"access:access_1_259\":0,\"access:access_1_260\":0,\"access:access_1_261\":0,\"access:access_1_262\":0,\"access:access_1_263\":0,\"access:access_1_264\":0,\"access:access_1_265\":0,\"access:access_1_266\":0,\"access:access_1_267\":0,\"access:access_1_268\":0,\"access:access_1_269\":0,\"access:access_1_270\":0,\"access:access_1_271\":0,\"access:access_1_272\":0,\"access:access_1_273\":0,\"access:access_1_274\":0,\"access:access_1_275\":0,\"access:access_1_276\":0,\"access:access_1_277\":0,\"access:access_1_278\":0,\"access:access_1_279\":0,\"access:access_1_280\":0,\"access:access_1_281\":0,\"access:access_1_282\":0,\"access:access_1_283\":0,\"access:access_1_284\":0,\"access:access_1_285\":0,\"access:access_1_286\":0,\"access:access_1_287\":0,\"access:access_1_288\":0,\"access:access_1_289\":0,\"access:access_1_290\":0,\"access:access_1_291\":0,\"access:access_1_292\":0,\"access:access_1_293\":0,\"access:access_1_294\":0,\"access:access_1_295\":0,\"access:access_1_296\":0,\"access:access_1_297\":0,\"access:access_1_298\":0,\"access:access_1_299\":0,\"access:access_1_300\":0,\"access:access_1_301\":0,\"access:access_1_302\":0,\"access:access_1_303\":0,\"access:access_1_304\":0,\"access:access_1_305\":0,\"access:access_1_306\":0,\"access:access_1_307\":0,\"access:access_1_308\":0,\"access:access_1_309\":0,\"access:access_1_314\":0,\"access:access_1_315\":0,\"access:access_1_316\":0,\"access:access_1_317\":0,\"access:access_1_318\":0,\"access:access_1_319\":0,\"access:access_1_320\":0,\"access:access_1_321\":0,\"access:access_1_322\":0,\"access:access_1_323\":0,\"access:access_1_324\":0,\"access:access_1_325\":0,\"access:access_1_326\":0,\"access:access_1_327\":0,\"access:access_1_328\":0,\"access:access_1_329\":0,\"access:access_1_330\":0,\"access:access_1_331\":0,\"access:access_1_332\":0,\"access:access_1_333\":0,\"access:access_1_334\":0,\"access:access_1_335\":0,\"access:access_1_336\":0,\"access:access_1_337\":0,\"access:access_1_338\":0,\"access:access_1_339\":0,\"access:access_1_340\":0,\"access:access_1_341\":0,\"access:access_1_342\":0,\"access:access_1_343\":0,\"access:access_1_344\":0,\"access:access_1_345\":0,\"access:access_1_346\":0,\"access:access_1_347\":0,\"access:access_1_348\":0,\"access:access_1_349\":0,\"access:access_1_350\":0,\"access:access_1_351\":0,\"access:access_1_352\":0,\"access:access_1_353\":0,\"access:access_1_354\":0,\"access:access_1_355\":0,\"access:access_1_356\":0,\"access:access_1_357\":0,\"access:access_1_358\":0,\"access:access_1_359\":0,\"access:access_1_360\":0,\"access:access_1_361\":0,\"access:access_1_373\":0,\"access:access_1_374\":0,\"access:access_1_375\":0,\"access:access_1_376\":0,\"access:access_1_381\":0,\"access:access_1_382\":0,\"access:access_1_383\":0,\"access:access_1_384\":0,\"access:access_1_385\":0,\"access:access_1_386\":0,\"access:access_1_387\":0,\"access:access_1_388\":0,\"access:access_1_393\":0,\"access:access_1_394\":0,\"access:access_1_395\":0,\"access:access_1_396\":0,\"access:access_1_397\":0,\"access:access_1_398\":0,\"access:access_1_399\":0,\"access:access_1_400\":0,\"access:access_1_401\":0,\"access:access_1_402\":0,\"access:access_1_403\":0,\"access:access_1_404\":0,\"access:access_1_405\":0,\"access:access_1_406\":0,\"access:access_1_407\":0,\"access:access_1_408\":0,\"access:access_1_413\":0,\"access:access_1_414\":0,\"access:access_1_415\":0,\"access:access_1_416\":0,\"access:access_1_417\":0,\"access:access_1_418\":0,\"access:access_1_419\":0,\"access:access_1_420\":0,\"access:access_1_421\":0,\"access:access_1_422\":0,\"access:access_1_423\":0,\"access:access_1_424\":0,\"access:access_1_425\":0,\"access:access_1_426\":0,\"access:access_1_427\":0,\"access:access_1_428\":0,\"access:access_1_429\":0,\"access:access_1_430\":0,\"access:access_1_431\":0,\"access:access_1_432\":0,\"access:access_1_433\":0,\"access:access_1_434\":0,\"access:access_1_435\":0,\"access:access_1_436\":0,\"access:access_1_437\":0,\"access:access_1_438\":0,\"access:access_1_439\":0,\"access:access_1_440\":0,\"access:access_1_441\":0,\"access:access_1_442\":0,\"access:access_1_443\":0,\"access:access_1_444\":0,\"access:access_1_445\":0,\"access:access_1_446\":0,\"access:access_1_447\":0,\"access:access_1_448\":0,\"access:access_1_449\":0,\"access:access_1_450\":0,\"access:access_1_451\":0,\"access:access_1_452\":0,\"access:access_1_453\":0,\"access:access_1_454\":0,\"access:access_1_455\":0,\"access:access_1_456\":0,\"access:access_1_457\":0,\"access:access_1_458\":0,\"access:access_1_459\":0,\"access:access_1_460\":0,\"access:access_1_461\":0,\"access:access_1_462\":0,\"access:access_1_463\":0,\"access:access_1_464\":0,\"access:access_1_465\":0,\"access:access_1_466\":0,\"access:access_1_467\":0,\"access:access_1_468\":0,\"access:access_1_469\":0,\"access:access_1_470\":0,\"access:access_1_471\":0,\"access:access_1_472\":0,\"access:access_1_473\":0,\"access:access_1_474\":0,\"access:access_1_475\":0,\"access:access_1_476\":0,\"access:access_1_477\":0,\"access:access_1_478\":0,\"access:access_1_479\":0,\"access:access_1_480\":0,\"access:access_1_481\":0,\"access:access_1_482\":0,\"access:access_1_483\":0,\"access:access_1_484\":0,\"access:access_1_485\":0,\"access:access_1_486\":0,\"access:access_1_487\":0,\"access:access_1_488\":0,\"access:access_1_489\":0,\"access:access_1_490\":0,\"access:access_1_491\":0,\"access:access_1_492\":0,\"access:access_1_493\":0,\"access:access_1_494\":0,\"access:access_1_495\":0,\"access:access_1_496\":0,\"access:access_1_497\":0,\"access:access_1_498\":0,\"access:access_1_499\":0,\"access:access_1_500\":0,\"access:access_1_501\":0,\"access:access_1_502\":0,\"access:access_1_503\":0,\"access:access_1_504\":0,\"access:access_1_505\":0,\"access:access_1_506\":0,\"access:access_1_507\":0,\"zone:Europe\":\"1\",\"zone:North_America\":\"2\",\"zone:Asia\":\"3\",\"zone:Africa\":\"4\",\"zone:Oceania\":\"5\",\"zone:South_America\":\"6\",\"zone:Europe_out_E_U\":\"7\",\"zone:Central_America_Antilla\":\"8\",\"country:DE\":1,\"country:AT\":2,\"country:BE\":3,\"country:CA\":4,\"country:CN\":5,\"country:ES\":6,\"country:FI\":7,\"country:FR\":8,\"country:GR\":9,\"country:IT\":10,\"country:JP\":11,\"country:LU\":12,\"country:NL\":13,\"country:PL\":14,\"country:PT\":15,\"country:CZ\":16,\"country:GB\":17,\"country:SE\":18,\"country:CH\":19,\"country:DK\":20,\"country:US\":21,\"country:HK\":22,\"country:NO\":23,\"country:AU\":24,\"country:SG\":25,\"country:IE\":26,\"country:NZ\":27,\"country:KR\":28,\"country:IL\":29,\"country:ZA\":30,\"country:NG\":31,\"country:CI\":32,\"country:TG\":33,\"country:BO\":34,\"country:MU\":35,\"country:RO\":36,\"country:SK\":37,\"country:DZ\":38,\"country:AS\":39,\"country:AD\":40,\"country:AO\":41,\"country:AI\":42,\"country:AG\":43,\"country:AR\":44,\"country:AM\":45,\"country:AW\":46,\"country:AZ\":47,\"country:BS\":48,\"country:BH\":49,\"country:BD\":50,\"country:BB\":51,\"country:BY\":52,\"country:BZ\":53,\"country:BJ\":54,\"country:BM\":55,\"country:BT\":56,\"country:BW\":57,\"country:BR\":58,\"country:BN\":59,\"country:BF\":60,\"country:MM\":61,\"country:BI\":62,\"country:KH\":63,\"country:CM\":64,\"country:CV\":65,\"country:CF\":66,\"country:TD\":67,\"country:CL\":68,\"country:CO\":69,\"country:KM\":70,\"country:CD\":71,\"country:CG\":72,\"country:CR\":73,\"country:HR\":74,\"country:CU\":75,\"country:CY\":76,\"country:DJ\":77,\"country:DM\":78,\"country:DO\":79,\"country:TL\":80,\"country:EC\":81,\"country:EG\":82,\"country:SV\":83,\"country:GQ\":84,\"country:ER\":85,\"country:EE\":86,\"country:ET\":87,\"country:FK\":88,\"country:FO\":89,\"country:FJ\":90,\"country:GA\":91,\"country:GM\":92,\"country:GE\":93,\"country:GH\":94,\"country:GD\":95,\"country:GL\":96,\"country:GI\":97,\"country:GP\":98,\"country:GU\":99,\"country:GT\":100,\"country:GG\":101,\"country:GN\":102,\"country:GW\":103,\"country:GY\":104,\"country:HT\":105,\"country:VA\":106,\"country:HN\":107,\"country:IS\":108,\"country:IN\":109,\"country:ID\":110,\"country:IR\":111,\"country:IQ\":112,\"country:IM\":113,\"country:JM\":114,\"country:JE\":115,\"country:JO\":116,\"country:KZ\":117,\"country:KE\":118,\"country:KI\":119,\"country:KP\":120,\"country:KW\":121,\"country:KG\":122,\"country:LA\":123,\"country:LV\":124,\"country:LB\":125,\"country:LS\":126,\"country:LR\":127,\"country:LY\":128,\"country:LI\":129,\"country:LT\":130,\"country:MO\":131,\"country:MK\":132,\"country:MG\":133,\"country:MW\":134,\"country:MY\":135,\"country:MV\":136,\"country:ML\":137,\"country:MT\":138,\"country:MH\":139,\"country:MQ\":140,\"country:MR\":141,\"country:HU\":142,\"country:YT\":143,\"country:MX\":144,\"country:FM\":145,\"country:MD\":146,\"country:MC\":147,\"country:MN\":148,\"country:ME\":149,\"country:MS\":150,\"country:MA\":151,\"country:MZ\":152,\"country:NA\":153,\"country:NR\":154,\"country:NP\":155,\"country:NC\":156,\"country:NI\":157,\"country:NE\":158,\"country:NU\":159,\"country:NF\":160,\"country:MP\":161,\"country:OM\":162,\"country:PK\":163,\"country:PW\":164,\"country:PS\":165,\"country:PA\":166,\"country:PG\":167,\"country:PY\":168,\"country:PE\":169,\"country:PH\":170,\"country:PN\":171,\"country:PR\":172,\"country:QA\":173,\"country:RE\":174,\"country:RU\":175,\"country:RW\":176,\"country:BL\":177,\"country:KN\":178,\"country:LC\":179,\"country:MF\":180,\"country:PM\":181,\"country:VC\":182,\"country:WS\":183,\"country:SM\":184,\"country:ST\":185,\"country:SA\":186,\"country:SN\":187,\"country:RS\":188,\"country:SC\":189,\"country:SL\":190,\"country:SI\":191,\"country:SB\":192,\"country:SO\":193,\"country:GS\":194,\"country:LK\":195,\"country:SD\":196,\"country:SR\":197,\"country:SJ\":198,\"country:SZ\":199,\"country:SY\":200,\"country:TW\":201,\"country:TJ\":202,\"country:TZ\":203,\"country:TH\":204,\"country:TK\":205,\"country:TO\":206,\"country:TT\":207,\"country:TN\":208,\"country:TR\":209,\"country:TM\":210,\"country:TC\":211,\"country:TV\":212,\"country:UG\":213,\"country:UA\":214,\"country:AE\":215,\"country:UY\":216,\"country:UZ\":217,\"country:VU\":218,\"country:VE\":219,\"country:VN\":220,\"country:VG\":221,\"country:VI\":222,\"country:WF\":223,\"country:EH\":224,\"country:YE\":225,\"country:ZM\":226,\"country:ZW\":227,\"country:AL\":228,\"country:AF\":229,\"country:AQ\":230,\"country:BA\":231,\"country:IO\":232,\"country:BG\":233,\"country:KY\":234,\"country:CX\":235,\"country:CC\":236,\"country:CK\":237,\"country:GF\":238,\"country:PF\":239,\"country:TF\":240,\"country:AX\":241,\"address_format:address_format_1\":\"0\",\"address_format:address_format_2\":\"0\",\"address_format:address_format_3\":\"0\",\"address_format:address_format_4\":\"0\",\"address_format:address_format_5\":\"0\",\"address_format:address_format_6\":\"0\",\"address_format:address_format_7\":\"0\",\"address_format:address_format_8\":\"0\",\"address_format:address_format_9\":\"0\",\"address_format:address_format_10\":\"0\",\"address_format:address_format_11\":\"0\",\"address_format:address_format_12\":\"0\",\"address_format:address_format_13\":\"0\",\"address_format:address_format_14\":\"0\",\"address_format:address_format_15\":\"0\",\"address_format:address_format_16\":\"0\",\"address_format:address_format_17\":\"0\",\"address_format:address_format_18\":\"0\",\"address_format:address_format_19\":\"0\",\"address_format:address_format_20\":\"0\",\"address_format:address_format_21\":\"0\",\"address_format:address_format_22\":\"0\",\"address_format:address_format_23\":\"0\",\"address_format:address_format_24\":\"0\",\"address_format:address_format_25\":\"0\",\"address_format:address_format_26\":\"0\",\"address_format:address_format_27\":\"0\",\"address_format:address_format_28\":\"0\",\"address_format:address_format_29\":\"0\",\"address_format:address_format_30\":\"0\",\"address_format:address_format_31\":\"0\",\"address_format:address_format_32\":\"0\",\"address_format:address_format_33\":\"0\",\"address_format:address_format_34\":\"0\",\"address_format:address_format_35\":\"0\",\"address_format:address_format_36\":\"0\",\"address_format:address_format_37\":\"0\",\"address_format:address_format_38\":\"0\",\"address_format:address_format_39\":\"0\",\"address_format:address_format_40\":\"0\",\"address_format:address_format_41\":\"0\",\"address_format:address_format_42\":\"0\",\"address_format:address_format_43\":\"0\",\"address_format:address_format_44\":\"0\",\"address_format:address_format_45\":\"0\",\"address_format:address_format_46\":\"0\",\"address_format:address_format_47\":\"0\",\"address_format:address_format_48\":\"0\",\"address_format:address_format_49\":\"0\",\"address_format:address_format_50\":\"0\",\"address_format:address_format_51\":\"0\",\"address_format:address_format_52\":\"0\",\"address_format:address_format_53\":\"0\",\"address_format:address_format_54\":\"0\",\"address_format:address_format_55\":\"0\",\"address_format:address_format_56\":\"0\",\"address_format:address_format_57\":\"0\",\"address_format:address_format_58\":\"0\",\"address_format:address_format_59\":\"0\",\"address_format:address_format_60\":\"0\",\"address_format:address_format_61\":\"0\",\"address_format:address_format_62\":\"0\",\"address_format:address_format_63\":\"0\",\"address_format:address_format_64\":\"0\",\"address_format:address_format_65\":\"0\",\"address_format:address_format_66\":\"0\",\"address_format:address_format_67\":\"0\",\"address_format:address_format_68\":\"0\",\"address_format:address_format_69\":\"0\",\"address_format:address_format_70\":\"0\",\"address_format:address_format_71\":\"0\",\"address_format:address_format_72\":\"0\",\"address_format:address_format_73\":\"0\",\"address_format:address_format_74\":\"0\",\"address_format:address_format_75\":\"0\",\"address_format:address_format_76\":\"0\",\"address_format:address_format_77\":\"0\",\"address_format:address_format_78\":\"0\",\"address_format:address_format_79\":\"0\",\"address_format:address_format_80\":\"0\",\"address_format:address_format_81\":\"0\",\"address_format:address_format_82\":\"0\",\"address_format:address_format_83\":\"0\",\"address_format:address_format_84\":\"0\",\"address_format:address_format_85\":\"0\",\"address_format:address_format_86\":\"0\",\"address_format:address_format_87\":\"0\",\"address_format:address_format_88\":\"0\",\"address_format:address_format_89\":\"0\",\"address_format:address_format_90\":\"0\",\"address_format:address_format_91\":\"0\",\"address_format:address_format_92\":\"0\",\"address_format:address_format_93\":\"0\",\"address_format:address_format_94\":\"0\",\"address_format:address_format_95\":\"0\",\"address_format:address_format_96\":\"0\",\"address_format:address_format_97\":\"0\",\"address_format:address_format_98\":\"0\",\"address_format:address_format_99\":\"0\",\"address_format:address_format_100\":\"0\",\"address_format:address_format_101\":\"0\",\"address_format:address_format_102\":\"0\",\"address_format:address_format_103\":\"0\",\"address_format:address_format_104\":\"0\",\"address_format:address_format_105\":\"0\",\"address_format:address_format_107\":\"0\",\"address_format:address_format_108\":\"0\",\"address_format:address_format_109\":\"0\",\"address_format:address_format_110\":\"0\",\"address_format:address_format_111\":\"0\",\"address_format:address_format_112\":\"0\",\"address_format:address_format_113\":\"0\",\"address_format:address_format_114\":\"0\",\"address_format:address_format_115\":\"0\",\"address_format:address_format_116\":\"0\",\"address_format:address_format_117\":\"0\",\"address_format:address_format_118\":\"0\",\"address_format:address_format_119\":\"0\",\"address_format:address_format_120\":\"0\",\"address_format:address_format_121\":\"0\",\"address_format:address_format_122\":\"0\",\"address_format:address_format_123\":\"0\",\"address_format:address_format_124\":\"0\",\"address_format:address_format_125\":\"0\",\"address_format:address_format_126\":\"0\",\"address_format:address_format_127\":\"0\",\"address_format:address_format_128\":\"0\",\"address_format:address_format_129\":\"0\",\"address_format:address_format_130\":\"0\",\"address_format:address_format_131\":\"0\",\"address_format:address_format_132\":\"0\",\"address_format:address_format_133\":\"0\",\"address_format:address_format_134\":\"0\",\"address_format:address_format_135\":\"0\",\"address_format:address_format_136\":\"0\",\"address_format:address_format_137\":\"0\",\"address_format:address_format_138\":\"0\",\"address_format:address_format_139\":\"0\",\"address_format:address_format_140\":\"0\",\"address_format:address_format_141\":\"0\",\"address_format:address_format_142\":\"0\",\"address_format:address_format_143\":\"0\",\"address_format:address_format_144\":\"0\",\"address_format:address_format_145\":\"0\",\"address_format:address_format_146\":\"0\",\"address_format:address_format_147\":\"0\",\"address_format:address_format_148\":\"0\",\"address_format:address_format_149\":\"0\",\"address_format:address_format_150\":\"0\",\"address_format:address_format_151\":\"0\",\"address_format:address_format_152\":\"0\",\"address_format:address_format_153\":\"0\",\"address_format:address_format_154\":\"0\",\"address_format:address_format_155\":\"0\",\"address_format:address_format_156\":\"0\",\"address_format:address_format_158\":\"0\",\"address_format:address_format_159\":\"0\",\"address_format:address_format_160\":\"0\",\"address_format:address_format_161\":\"0\",\"address_format:address_format_162\":\"0\",\"address_format:address_format_163\":\"0\",\"address_format:address_format_164\":\"0\",\"address_format:address_format_165\":\"0\",\"address_format:address_format_166\":\"0\",\"address_format:address_format_167\":\"0\",\"address_format:address_format_168\":\"0\",\"address_format:address_format_169\":\"0\",\"address_format:address_format_170\":\"0\",\"address_format:address_format_171\":\"0\",\"address_format:address_format_172\":\"0\",\"address_format:address_format_173\":\"0\",\"address_format:address_format_174\":\"0\",\"address_format:address_format_175\":\"0\",\"address_format:address_format_176\":\"0\",\"address_format:address_format_177\":\"0\",\"address_format:address_format_178\":\"0\",\"address_format:address_format_179\":\"0\",\"address_format:address_format_180\":\"0\",\"address_format:address_format_181\":\"0\",\"address_format:address_format_182\":\"0\",\"address_format:address_format_183\":\"0\",\"address_format:address_format_184\":\"0\",\"address_format:address_format_185\":\"0\",\"address_format:address_format_186\":\"0\",\"address_format:address_format_187\":\"0\",\"address_format:address_format_188\":\"0\",\"address_format:address_format_189\":\"0\",\"address_format:address_format_190\":\"0\",\"address_format:address_format_191\":\"0\",\"address_format:address_format_192\":\"0\",\"address_format:address_format_193\":\"0\",\"address_format:address_format_194\":\"0\",\"address_format:address_format_195\":\"0\",\"address_format:address_format_196\":\"0\",\"address_format:address_format_197\":\"0\",\"address_format:address_format_198\":\"0\",\"address_format:address_format_199\":\"0\",\"address_format:address_format_200\":\"0\",\"address_format:address_format_201\":\"0\",\"address_format:address_format_202\":\"0\",\"address_format:address_format_203\":\"0\",\"address_format:address_format_204\":\"0\",\"address_format:address_format_205\":\"0\",\"address_format:address_format_206\":\"0\",\"address_format:address_format_207\":\"0\",\"address_format:address_format_208\":\"0\",\"address_format:address_format_209\":\"0\",\"address_format:address_format_210\":\"0\",\"address_format:address_format_211\":\"0\",\"address_format:address_format_212\":\"0\",\"address_format:address_format_213\":\"0\",\"address_format:address_format_214\":\"0\",\"address_format:address_format_215\":\"0\",\"address_format:address_format_216\":\"0\",\"address_format:address_format_217\":\"0\",\"address_format:address_format_218\":\"0\",\"address_format:address_format_219\":\"0\",\"address_format:address_format_220\":\"0\",\"address_format:address_format_221\":\"0\",\"address_format:address_format_222\":\"0\",\"address_format:address_format_223\":\"0\",\"address_format:address_format_224\":\"0\",\"address_format:address_format_225\":\"0\",\"address_format:address_format_226\":\"0\",\"address_format:address_format_227\":\"0\",\"address_format:address_format_228\":\"0\",\"address_format:address_format_229\":\"0\",\"address_format:address_format_230\":\"0\",\"address_format:address_format_231\":\"0\",\"address_format:address_format_232\":\"0\",\"address_format:address_format_233\":\"0\",\"address_format:address_format_235\":\"0\",\"address_format:address_format_236\":\"0\",\"address_format:address_format_237\":\"0\",\"address_format:address_format_238\":\"0\",\"address_format:address_format_239\":\"0\",\"address_format:address_format_240\":\"0\",\"address_format:address_format_241\":\"0\",\"address_format:address_format_242\":\"0\",\"address_format:address_format_243\":\"0\",\"address_format:address_format_244\":\"0\",\"carrier:carrier_1\":\"1\",\"group:Visitor\":\"1\",\"group:Guest\":\"2\",\"group:Customer\":\"3\",\"carrier_group:carrier_group_1_1\":0,\"carrier_group:carrier_group_1_2\":0,\"carrier_group:carrier_group_1_3\":0,\"carrier_tax_rules_group_shop:carrier_tax_rules_group_shop_1_1_1\":0,\"carrier_zone:carrier_zone_1_1\":0,\"category:Root\":\"1\",\"category:Home\":\"2\",\"category_group:category_group_1_1\":0,\"category_group:category_group_1_2\":0,\"category_group:category_group_1_3\":0,\"cms_category:Home\":\"1\",\"cms:Delivery\":\"1\",\"cms:Legal_Notice\":\"2\",\"cms:Terms_and_conditions_of_use\":\"3\",\"cms:About_us\":\"4\",\"cms:Secure_payment\":\"5\",\"cms_role:\":\"2\",\"configuration:PS_CURRENCY_DEFAULT\":6,\"configuration:PS_COUNTRY_DEFAULT\":7,\"configuration:PS_REWRITING_SETTINGS\":8,\"configuration:PS_ORDER_OUT_OF_STOCK\":9,\"configuration:PS_LAST_QTIES\":10,\"configuration:PS_CONDITIONS\":11,\"configuration:PS_RECYCLABLE_PACK\":12,\"configuration:PS_GIFT_WRAPPING\":13,\"configuration:PS_GIFT_WRAPPING_PRICE\":14,\"configuration:PS_STOCK_MANAGEMENT\":15,\"configuration:PS_NAVIGATION_PIPE\":16,\"configuration:PS_PRODUCTS_PER_PAGE\":17,\"configuration:PS_PURCHASE_MINIMUM\":18,\"configuration:PS_PRODUCTS_ORDER_WAY\":19,\"configuration:PS_PRODUCTS_ORDER_BY\":20,\"configuration:PS_DISPLAY_QTIES\":21,\"configuration:PS_SHIPPING_HANDLING\":22,\"configuration:PS_SHIPPING_FREE_PRICE\":23,\"configuration:PS_SHIPPING_FREE_WEIGHT\":24,\"configuration:PS_SHIPPING_METHOD\":25,\"configuration:PS_TAX\":26,\"configuration:PS_SHOP_ENABLE\":27,\"configuration:PS_MAINTENANCE_ALLOW_ADMINS\":28,\"configuration:PS_NB_DAYS_NEW_PRODUCT\":29,\"configuration:PS_SSL_ENABLED\":30,\"configuration:PS_WEIGHT_UNIT\":31,\"configuration:PS_BLOCK_CART_AJAX\":32,\"configuration:PS_ORDER_RETURN\":33,\"configuration:PS_ORDER_RETURN_NB_DAYS\":34,\"configuration:PS_MAIL_TYPE\":35,\"configuration:PS_PRODUCT_PICTURE_MAX_SIZE\":36,\"configuration:PS_PRODUCT_PICTURE_WIDTH\":37,\"configuration:PS_PRODUCT_PICTURE_HEIGHT\":38,\"configuration:PS_INVOICE_PREFIX\":39,\"configuration:PS_INVCE_INVOICE_ADDR_RULES\":40,\"configuration:PS_INVCE_DELIVERY_ADDR_RULES\":41,\"configuration:PS_DELIVERY_PREFIX\":42,\"configuration:PS_DELIVERY_NUMBER\":43,\"configuration:PS_RETURN_PREFIX\":44,\"configuration:PS_INVOICE\":45,\"configuration:PS_PASSWD_TIME_BACK\":46,\"configuration:PS_PASSWD_TIME_FRONT\":47,\"configuration:PS_PASSWD_RESET_VALIDITY\":48,\"configuration:PS_DISP_UNAVAILABLE_ATTR\":49,\"configuration:PS_SEARCH_INDEXATION\":50,\"configuration:PS_SEARCH_FUZZY\":51,\"configuration:PS_SEARCH_FUZZY_MAX_LOOP\":52,\"configuration:PS_SEARCH_MAX_WORD_LENGTH\":53,\"configuration:PS_SEARCH_MINWORDLEN\":54,\"configuration:PS_SEARCH_BLACKLIST\":55,\"configuration:PS_SEARCH_WEIGHT_PNAME\":56,\"configuration:PS_SEARCH_WEIGHT_REF\":57,\"configuration:PS_SEARCH_WEIGHT_SHORTDESC\":58,\"configuration:PS_SEARCH_WEIGHT_DESC\":59,\"configuration:PS_SEARCH_WEIGHT_CNAME\":60,\"configuration:PS_SEARCH_WEIGHT_MNAME\":61,\"configuration:PS_SEARCH_WEIGHT_TAG\":62,\"configuration:PS_SEARCH_WEIGHT_ATTRIBUTE\":63,\"configuration:PS_SEARCH_WEIGHT_FEATURE\":64,\"configuration:PS_SEARCH_AJAX\":65,\"configuration:PS_TIMEZONE\":66,\"configuration:PS_THEME_V11\":67,\"configuration:PS_TIN_ACTIVE\":68,\"configuration:PS_SHOW_ALL_MODULES\":69,\"configuration:PS_BACKUP_ALL\":70,\"configuration:PS_1_3_UPDATE_DATE\":71,\"configuration:PS_PRICE_ROUND_MODE\":72,\"configuration:PS_1_3_2_UPDATE_DATE\":73,\"configuration:PS_CONDITIONS_CMS_ID\":74,\"configuration:PS_VOLUME_UNIT\":75,\"configuration:PS_CIPHER_ALGORITHM\":76,\"configuration:PS_ATTRIBUTE_CATEGORY_DISPLAY\":77,\"configuration:PS_CUSTOMER_SERVICE_FILE_UPLOAD\":78,\"configuration:PS_CUSTOMER_SERVICE_SIGNATURE\":79,\"configuration:PS_BLOCK_BESTSELLERS_DISPLAY\":80,\"configuration:PS_BLOCK_NEWPRODUCTS_DISPLAY\":81,\"configuration:PS_BLOCK_SPECIALS_DISPLAY\":82,\"configuration:PS_STOCK_MVT_REASON_DEFAULT\":83,\"configuration:PS_SPECIFIC_PRICE_PRIORITIES\":84,\"configuration:PS_TAX_DISPLAY\":85,\"configuration:PS_SMARTY_FORCE_COMPILE\":86,\"configuration:PS_DISTANCE_UNIT\":87,\"configuration:PS_STORES_DISPLAY_CMS\":88,\"configuration:SHOP_LOGO_WIDTH\":89,\"configuration:SHOP_LOGO_HEIGHT\":90,\"configuration:EDITORIAL_IMAGE_WIDTH\":91,\"configuration:EDITORIAL_IMAGE_HEIGHT\":92,\"configuration:PS_STATSDATA_CUSTOMER_PAGESVIEWS\":93,\"configuration:PS_STATSDATA_PAGESVIEWS\":94,\"configuration:PS_STATSDATA_PLUGINS\":95,\"configuration:PS_GEOLOCATION_ENABLED\":96,\"configuration:PS_ALLOWED_COUNTRIES\":97,\"configuration:PS_GEOLOCATION_BEHAVIOR\":98,\"configuration:PS_LOCALE_LANGUAGE\":99,\"configuration:PS_LOCALE_COUNTRY\":100,\"configuration:PS_ATTACHMENT_MAXIMUM_SIZE\":101,\"configuration:PS_SMARTY_CACHE\":102,\"configuration:PS_DIMENSION_UNIT\":103,\"configuration:PS_GUEST_CHECKOUT_ENABLED\":104,\"configuration:PS_DISPLAY_SUPPLIERS\":105,\"configuration:PS_DISPLAY_MANUFACTURERS\":106,\"configuration:PS_DISPLAY_BEST_SELLERS\":107,\"configuration:PS_CATALOG_MODE\":108,\"configuration:PS_GEOLOCATION_WHITELIST\":109,\"configuration:PS_LOGS_BY_EMAIL\":110,\"configuration:PS_COOKIE_CHECKIP\":111,\"configuration:PS_COOKIE_SAMESITE\":112,\"configuration:PS_USE_ECOTAX\":113,\"configuration:PS_CANONICAL_REDIRECT\":114,\"configuration:PS_IMG_UPDATE_TIME\":115,\"configuration:PS_BACKUP_DROP_TABLE\":116,\"configuration:PS_OS_CHEQUE\":117,\"configuration:PS_OS_PAYMENT\":118,\"configuration:PS_OS_PREPARATION\":119,\"configuration:PS_OS_SHIPPING\":120,\"configuration:PS_OS_DELIVERED\":121,\"configuration:PS_OS_CANCELED\":122,\"configuration:PS_OS_REFUND\":123,\"configuration:PS_OS_ERROR\":124,\"configuration:PS_OS_OUTOFSTOCK\":125,\"configuration:PS_OS_BANKWIRE\":126,\"configuration:PS_OS_WS_PAYMENT\":127,\"configuration:PS_OS_OUTOFSTOCK_PAID\":128,\"configuration:PS_OS_OUTOFSTOCK_UNPAID\":129,\"configuration:PS_OS_COD_VALIDATION\":130,\"configuration:PS_LEGACY_IMAGES\":131,\"configuration:PS_IMAGE_QUALITY\":132,\"configuration:PS_PNG_QUALITY\":133,\"configuration:PS_JPEG_QUALITY\":134,\"configuration:PS_WEBP_QUALITY\":135,\"configuration:PS_COOKIE_LIFETIME_FO\":136,\"configuration:PS_COOKIE_LIFETIME_BO\":137,\"configuration:PS_RESTRICT_DELIVERED_COUNTRIES\":138,\"configuration:PS_SHOW_NEW_ORDERS\":139,\"configuration:PS_SHOW_NEW_CUSTOMERS\":140,\"configuration:PS_SHOW_NEW_MESSAGES\":141,\"configuration:PS_FEATURE_FEATURE_ACTIVE\":142,\"configuration:PS_COMBINATION_FEATURE_ACTIVE\":143,\"configuration:PS_SPECIFIC_PRICE_FEATURE_ACTIVE\":144,\"configuration:PS_VIRTUAL_PROD_FEATURE_ACTIVE\":145,\"configuration:PS_CUSTOMIZATION_FEATURE_ACTIVE\":146,\"configuration:PS_CART_RULE_FEATURE_ACTIVE\":147,\"configuration:PS_PACK_FEATURE_ACTIVE\":148,\"configuration:PS_ALIAS_FEATURE_ACTIVE\":149,\"configuration:PS_TAX_ADDRESS_TYPE\":150,\"configuration:PS_SHOP_DEFAULT\":151,\"configuration:PS_CARRIER_DEFAULT_SORT\":152,\"configuration:PS_STOCK_MVT_INC_REASON_DEFAULT\":153,\"configuration:PS_STOCK_MVT_DEC_REASON_DEFAULT\":154,\"configuration:PS_ADVANCED_STOCK_MANAGEMENT\":155,\"configuration:PS_STOCK_MVT_TRANSFER_TO\":156,\"configuration:PS_STOCK_MVT_TRANSFER_FROM\":157,\"configuration:PS_CARRIER_DEFAULT_ORDER\":158,\"configuration:PS_STOCK_MVT_SUPPLY_ORDER\":159,\"configuration:PS_STOCK_CUSTOMER_ORDER_CANCEL_REASON\":160,\"configuration:PS_STOCK_CUSTOMER_RETURN_REASON\":161,\"configuration:PS_STOCK_MVT_INC_EMPLOYEE_EDITION\":162,\"configuration:PS_STOCK_MVT_DEC_EMPLOYEE_EDITION\":163,\"configuration:PS_STOCK_CUSTOMER_ORDER_REASON\":164,\"configuration:PS_UNIDENTIFIED_GROUP\":165,\"configuration:PS_GUEST_GROUP\":166,\"configuration:PS_CUSTOMER_GROUP\":167,\"configuration:PS_SMARTY_CONSOLE\":168,\"configuration:PS_INVOICE_MODEL\":169,\"configuration:PS_LIMIT_UPLOAD_IMAGE_VALUE\":170,\"configuration:PS_LIMIT_UPLOAD_FILE_VALUE\":171,\"configuration:MB_PAY_TO_EMAIL\":172,\"configuration:MB_SECRET_WORD\":173,\"configuration:MB_HIDE_LOGIN\":174,\"configuration:MB_ID_LOGO\":175,\"configuration:MB_ID_LOGO_WALLET\":176,\"configuration:MB_PARAMETERS\":177,\"configuration:MB_PARAMETERS_2\":178,\"configuration:MB_DISPLAY_MODE\":179,\"configuration:MB_CANCEL_URL\":180,\"configuration:MB_LOCAL_METHODS\":181,\"configuration:MB_INTER_METHODS\":182,\"configuration:BANK_WIRE_CURRENCIES\":183,\"configuration:CHEQUE_CURRENCIES\":184,\"configuration:PRODUCTS_VIEWED_NBR\":185,\"configuration:BLOCK_CATEG_DHTML\":186,\"configuration:BLOCK_CATEG_MAX_DEPTH\":187,\"configuration:MANUFACTURER_DISPLAY_FORM\":188,\"configuration:MANUFACTURER_DISPLAY_TEXT\":189,\"configuration:MANUFACTURER_DISPLAY_TEXT_NB\":190,\"configuration:NEW_PRODUCTS_NBR\":191,\"configuration:PS_TOKEN_ENABLE\":192,\"configuration:PS_STATS_RENDER\":193,\"configuration:PS_STATS_OLD_CONNECT_AUTO_CLEAN\":194,\"configuration:PS_STATS_GRID_RENDER\":195,\"configuration:BLOCKTAGS_NBR\":196,\"configuration:CHECKUP_DESCRIPTIONS_LT\":197,\"configuration:CHECKUP_DESCRIPTIONS_GT\":198,\"configuration:CHECKUP_IMAGES_LT\":199,\"configuration:CHECKUP_IMAGES_GT\":200,\"configuration:CHECKUP_SALES_LT\":201,\"configuration:CHECKUP_SALES_GT\":202,\"configuration:CHECKUP_STOCK_LT\":203,\"configuration:CHECKUP_STOCK_GT\":204,\"configuration:FOOTER_CMS\":205,\"configuration:FOOTER_BLOCK_ACTIVATION\":206,\"configuration:FOOTER_POWEREDBY\":207,\"configuration:BLOCKADVERT_LINK\":208,\"configuration:BLOCKSTORE_IMG\":209,\"configuration:BLOCKADVERT_IMG_EXT\":210,\"configuration:MOD_BLOCKTOPMENU_ITEMS\":211,\"configuration:MOD_BLOCKTOPMENU_SEARCH\":212,\"configuration:blocksocial_facebook\":213,\"configuration:blocksocial_twitter\":214,\"configuration:blocksocial_rss\":215,\"configuration:blockcontactinfos_company\":216,\"configuration:blockcontactinfos_address\":217,\"configuration:blockcontactinfos_phone\":218,\"configuration:blockcontactinfos_email\":219,\"configuration:blockcontact_telnumber\":220,\"configuration:blockcontact_email\":221,\"configuration:SUPPLIER_DISPLAY_TEXT\":222,\"configuration:SUPPLIER_DISPLAY_TEXT_NB\":223,\"configuration:SUPPLIER_DISPLAY_FORM\":224,\"configuration:BLOCK_CATEG_NBR_COLUMN_FOOTER\":225,\"configuration:UPGRADER_BACKUPDB_FILENAME\":226,\"configuration:UPGRADER_BACKUPFILES_FILENAME\":227,\"configuration:BLOCKREINSURANCE_NBBLOCKS\":228,\"configuration:HOMESLIDER_WIDTH\":229,\"configuration:HOMESLIDER_SPEED\":230,\"configuration:HOMESLIDER_PAUSE\":231,\"configuration:HOMESLIDER_LOOP\":232,\"configuration:PS_BASE_DISTANCE_UNIT\":233,\"configuration:PS_SHOP_DOMAIN\":234,\"configuration:PS_SHOP_DOMAIN_SSL\":235,\"configuration:PS_SHOP_NAME\":236,\"configuration:PS_SHOP_EMAIL\":237,\"configuration:PS_MAIL_METHOD\":238,\"configuration:PS_MAIL_SUBJECT_PREFIX\":239,\"configuration:PS_SHOP_ACTIVITY\":240,\"configuration:PS_LOGO\":241,\"configuration:PS_FAVICON\":242,\"configuration:PS_STORES_ICON\":243,\"configuration:PS_ROOT_CATEGORY\":244,\"configuration:PS_HOME_CATEGORY\":245,\"configuration:PS_CONFIGURATION_AGREMENT\":246,\"configuration:PS_MAIL_SERVER\":247,\"configuration:PS_MAIL_USER\":248,\"configuration:PS_MAIL_PASSWD\":249,\"configuration:PS_MAIL_SMTP_ENCRYPTION\":250,\"configuration:PS_MAIL_SMTP_PORT\":251,\"configuration:PS_MAIL_COLOR\":252,\"configuration:PS_MAIL_DKIM_ENABLE\":253,\"configuration:PS_MAIL_DKIM_DOMAIN\":254,\"configuration:PS_MAIL_DKIM_SELECTOR\":255,\"configuration:PS_MAIL_DKIM_KEY\":256,\"configuration:NW_SALT\":257,\"configuration:PS_PAYMENT_LOGO_CMS_ID\":258,\"configuration:HOME_FEATURED_NBR\":259,\"configuration:SEK_MIN_OCCURENCES\":260,\"configuration:SEK_FILTER_KW\":261,\"configuration:PS_ALLOW_MOBILE_DEVICE\":262,\"configuration:PS_CUSTOMER_CREATION_EMAIL\":263,\"configuration:PS_SMARTY_CONSOLE_KEY\":264,\"configuration:PS_ATTRIBUTE_ANCHOR_SEPARATOR\":265,\"configuration:CONF_AVERAGE_PRODUCT_MARGIN\":266,\"configuration:PS_DASHBOARD_SIMULATION\":267,\"configuration:PS_USE_HTMLPURIFIER\":268,\"configuration:PS_SMARTY_LOCAL\":269,\"configuration:PS_SMARTY_CLEAR_CACHE\":270,\"configuration:PS_DETECT_LANG\":271,\"configuration:PS_DETECT_COUNTRY\":272,\"configuration:PS_ROUND_TYPE\":273,\"configuration:PS_LOG_EMAILS\":274,\"configuration:PS_CUSTOMER_OPTIN\":275,\"configuration:PS_CUSTOMER_BIRTHDATE\":276,\"configuration:PS_PACK_STOCK_TYPE\":277,\"configuration:PS_LOG_MODULE_PERFS_MODULO\":278,\"configuration:PS_DISALLOW_HISTORY_REORDERING\":279,\"configuration:PS_DISPLAY_PRODUCT_WEIGHT\":280,\"configuration:PS_PRODUCT_WEIGHT_PRECISION\":281,\"configuration:PS_ORDER_RECALCULATE_SHIPPING\":282,\"configuration:PS_MAINTENANCE_TEXT\":283,\"configuration:PS_PRODUCT_SHORT_DESC_LIMIT\":284,\"configuration:PS_LABEL_IN_STOCK_PRODUCTS\":285,\"configuration:PS_LABEL_OOS_PRODUCTS_BOA\":286,\"configuration:PS_LABEL_OOS_PRODUCTS_BOD\":287,\"configuration:PS_CATALOG_MODE_WITH_PRICES\":288,\"configuration:PS_MAIL_THEME\":289,\"configuration:PS_ORDER_PRODUCTS_NB_PER_PAGE\":290,\"configuration:PS_LOGS_EMAIL_RECEIVERS\":291,\"configuration:PS_SHOW_LABEL_OOS_LISTING_PAGES\":292,\"configuration:ADDONS_API_MODULE_CHANNEL\":293,\"configuration:PS_SECURITY_TOKEN\":294,\"configuration:PS_SECURITY_PASSWORD_POLICY_MAXIMUM_LENGTH\":295,\"configuration:PS_SECURITY_PASSWORD_POLICY_MINIMUM_LENGTH\":296,\"configuration:PS_SECURITY_PASSWORD_POLICY_MINIMUM_SCORE\":297,\"configuration:PS_ENABLE_BACKORDER_STATUS\":298,\"configuration:PS_PRODUCT_REDIRECTION_DEFAULT\":299,\"configuration:PS_AVIF_QUALITY\":300,\"configuration:PS_IMAGE_FORMAT\":301,\"contact:Webmaster\":\"1\",\"contact:Customer_service\":\"2\",\"feature_flag:product_page_v2\":\"1\",\"feature_flag:attribute_group\":\"2\",\"feature_flag:authorization_server\":\"3\",\"feature_flag:cart_rule\":\"4\",\"feature_flag:catalog_price_rule\":\"5\",\"feature_flag:multiple_image_format\":\"6\",\"feature_flag:country\":\"7\",\"feature_flag:state\":\"8\",\"feature_flag:carrier\":\"9\",\"feature_flag:title\":\"10\",\"feature_flag:permission\":\"11\",\"feature_flag:tax_rules_group\":\"12\",\"feature_flag:customer_threads\":\"13\",\"feature_flag:order_state\":\"14\",\"gender:Mr\":\"1\",\"gender:Mrs\":\"2\",\"hook:actionValidateOrder\":1,\"hook:actionValidateOrderAfter\":2,\"hook:displayMaintenance\":3,\"hook:displayCartModalContent\":4,\"hook:displayCartModalFooter\":5,\"hook:displayProductPageDrawer\":6,\"hook:actionPaymentConfirmation\":7,\"hook:displayPaymentReturn\":8,\"hook:actionUpdateQuantity\":9,\"hook:displayRightColumn\":10,\"hook:displayContactRightColumn\":11,\"hook:displayWrapperTop\":12,\"hook:displayWrapperBottom\":13,\"hook:displayContactContent\":14,\"hook:displayContentWrapperTop\":15,\"hook:displayContentWrapperBottom\":16,\"hook:displayLeftColumn\":17,\"hook:displayContactLeftColumn\":18,\"hook:displayHome\":19,\"hook:displayHeader\":20,\"hook:actionCartSave\":21,\"hook:actionAuthentication\":22,\"hook:actionProductAdd\":23,\"hook:actionProductUpdate\":24,\"hook:displayAfterTitleTag\":25,\"hook:displayAfterBodyOpeningTag\":26,\"hook:displayBanner\":27,\"hook:displayBeforeBodyClosingTag\":28,\"hook:displayTop\":29,\"hook:displayNavFullWidth\":30,\"hook:displayRightColumnProduct\":31,\"hook:actionProductDelete\":32,\"hook:actionObjectProductInCartDeleteBefore\":33,\"hook:actionObjectProductInCartDeleteAfter\":34,\"hook:displayFooterProduct\":35,\"hook:displayInvoice\":36,\"hook:actionOrderStatusUpdate\":37,\"hook:displayAdminGridTableBefore\":577,\"hook:displayAdminGridTableAfter\":578,\"hook:displayAdminOrder\":40,\"hook:displayAdminOrderTabOrder\":41,\"hook:displayAdminOrderTabShip\":42,\"hook:displayAdminOrderContentOrder\":43,\"hook:displayAdminOrderContentShip\":44,\"hook:displayFooter\":45,\"hook:displayPDFInvoice\":46,\"hook:displayInvoiceLegalFreeText\":47,\"hook:displayAdminCustomers\":48,\"hook:displayAdminCustomersAddressesItemAction\":49,\"hook:displayOrderConfirmation\":50,\"hook:actionCustomerAccountAdd\":51,\"hook:actionCustomerAccountUpdate\":52,\"hook:displayCustomerAccount\":53,\"hook:actionOrderSlipAdd\":54,\"hook:displayShoppingCartFooter\":55,\"hook:displayCreateAccountEmailFormBottom\":56,\"hook:displayAuthenticateFormBottom\":57,\"hook:displayCustomerAccountForm\":58,\"hook:displayModuleConfigureExtraButtons\":59,\"hook:displayAdminStatsModules\":60,\"hook:displayAdminStatsGraphEngine\":61,\"hook:actionOrderReturn\":62,\"hook:displayProductAdditionalInfo\":63,\"hook:displayBackOfficeHome\":64,\"hook:displayAdminStatsGridEngine\":65,\"hook:actionWatermark\":66,\"hook:actionProductCancel\":67,\"hook:displayLeftColumnProduct\":68,\"hook:actionProductOutOfStock\":69,\"hook:actionProductAttributeUpdate\":70,\"hook:displayCarrierList\":71,\"hook:displayShoppingCart\":72,\"hook:actionCarrierUpdate\":73,\"hook:actionOrderStatusPostUpdate\":74,\"hook:displayCustomerAccountFormTop\":75,\"hook:displayBackOfficeHeader\":76,\"hook:displayBackOfficeTop\":77,\"hook:displayAdminEndContent\":78,\"hook:displayBackOfficeFooter\":79,\"hook:actionProductAttributeDelete\":80,\"hook:actionCarrierProcess\":81,\"hook:displayBeforeCarrier\":82,\"hook:displayAfterCarrier\":83,\"hook:displayOrderDetail\":84,\"hook:actionPaymentCCAdd\":85,\"hook:actionCategoryAdd\":86,\"hook:actionCategoryUpdate\":87,\"hook:actionCategoryDelete\":88,\"hook:displayPaymentTop\":89,\"hook:actionHtaccessCreate\":90,\"hook:actionAdminMetaSave\":91,\"hook:displayAttributeGroupForm\":92,\"hook:actionAttributeGroupSave\":93,\"hook:actionAttributeGroupDelete\":94,\"hook:displayFeatureForm\":95,\"hook:actionFeatureSave\":96,\"hook:actionFeatureDelete\":97,\"hook:actionProductSave\":98,\"hook:displayAttributeGroupPostProcess\":99,\"hook:displayFeaturePostProcess\":100,\"hook:displayFeatur', '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(303, NULL, NULL, 'PS_SSL_ENABLED_EVERYWHERE', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(304, NULL, NULL, 'PSR_HOOK_HEADER', '0', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(305, NULL, NULL, 'PSR_HOOK_FOOTER', '0', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(306, NULL, NULL, 'PSR_HOOK_PRODUCT', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(307, NULL, NULL, 'PSR_HOOK_CHECKOUT', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(308, NULL, NULL, 'PSR_ICON_COLOR', '#F19D76', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(309, NULL, NULL, 'PSR_TEXT_COLOR', '#000000', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(310, NULL, NULL, 'blockwishlist_WishlistPageName', NULL, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(311, NULL, NULL, 'blockwishlist_WishlistDefaultTitle', NULL, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(312, NULL, NULL, 'blockwishlist_CreateButtonLabel', NULL, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(313, NULL, NULL, 'PSGDPR_CREATION_FORM_SWITCH', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(314, NULL, NULL, 'PSGDPR_CREATION_FORM', NULL, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(315, NULL, NULL, 'PSGDPR_CUSTOMER_FORM_SWITCH', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(316, NULL, NULL, 'PSGDPR_CUSTOMER_FORM', NULL, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(317, NULL, NULL, 'PSGDPR_ANONYMOUS_CUSTOMER', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(318, NULL, NULL, 'PSGDPR_ANONYMOUS_ADDRESS', '1', '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(319, NULL, NULL, 'PS_CONTACT_INFO_DISPLAY_EMAIL', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(320, NULL, NULL, 'HOMESLIDER_PAUSE_ON_HOVER', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(321, NULL, NULL, 'HOMESLIDER_WRAP', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(322, NULL, NULL, 'HOME_FEATURED_CAT', '2', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(323, NULL, NULL, 'HOME_FEATURED_RANDOMIZE', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(324, NULL, NULL, 'BANNER_IMG', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(325, NULL, NULL, 'BANNER_LINK', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(326, NULL, NULL, 'BANNER_DESC', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(327, NULL, NULL, 'BLOCKSPECIALS_SPECIALS_NBR', '8', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(328, NULL, NULL, 'PS_BLOCK_BESTSELLERS_TO_DISPLAY', '8', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(329, NULL, NULL, 'PS_NEWSLETTER_RAND', '337565553133635892', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(330, NULL, NULL, 'NW_CONDITIONS', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(331, NULL, NULL, 'BLOCKSOCIAL_YOUTUBE', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(332, NULL, NULL, 'BLOCKSOCIAL_PINTEREST', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(333, NULL, NULL, 'BLOCKSOCIAL_VIMEO', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(334, NULL, NULL, 'BLOCKSOCIAL_INSTAGRAM', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(335, NULL, NULL, 'BLOCKSOCIAL_LINKEDIN', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(336, NULL, NULL, 'BLOCKSOCIAL_TIKTOK', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(337, NULL, NULL, 'BLOCKSOCIAL_DISCORD', NULL, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(338, NULL, NULL, 'PRODUCT_COMMENTS_MINIMAL_TIME', '30', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(339, NULL, NULL, 'PRODUCT_COMMENTS_ALLOW_GUESTS', '0', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(340, NULL, NULL, 'PRODUCT_COMMENTS_USEFULNESS', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(341, NULL, NULL, 'PRODUCT_COMMENTS_COMMENTS_PER_PAGE', '5', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(342, NULL, NULL, 'PRODUCT_COMMENTS_ANONYMISATION', '0', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(343, NULL, NULL, 'PRODUCT_COMMENTS_MODERATE', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(344, NULL, NULL, 'BLOCK_CATEG_ROOT_CATEGORY', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(353, NULL, NULL, 'PS_USE_JQUERY_UI_SLIDER', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(354, NULL, NULL, 'PS_LAYERED_DEFAULT_CATEGORY_TEMPLATE', '0', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(356, NULL, NULL, 'PS_SC_TWITTER', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(357, NULL, NULL, 'PS_SC_FACEBOOK', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(358, NULL, NULL, 'PS_SC_PINTEREST', '1', '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(359, NULL, NULL, 'DASHACTIVITY_CART_ACTIVE', '30', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(360, NULL, NULL, 'DASHACTIVITY_CART_ABANDONED_MIN', '24', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(361, NULL, NULL, 'DASHACTIVITY_CART_ABANDONED_MAX', '48', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(362, NULL, NULL, 'DASHACTIVITY_VISITOR_ONLINE', '30', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(363, NULL, NULL, 'PS_DASHGOALS_CURRENT_YEAR', '2024', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(364, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_LAST_ORDER', '10', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(365, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_BEST_SELLER', '10', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(366, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_MOST_VIEWED', '10', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(367, NULL, NULL, 'DASHPRODUCT_NBR_SHOW_TOP_SEARCH', '10', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(368, NULL, NULL, 'GSITEMAP_PRIORITY_HOME', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(369, NULL, NULL, 'GSITEMAP_PRIORITY_PRODUCT', '0.9', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(370, NULL, NULL, 'GSITEMAP_PRIORITY_CATEGORY', '0.8', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(371, NULL, NULL, 'GSITEMAP_PRIORITY_CMS', '0.7', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(372, NULL, NULL, 'GSITEMAP_FREQUENCY', 'weekly', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(373, NULL, NULL, 'GSITEMAP_CHECK_IMAGE_FILE', NULL, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(374, NULL, NULL, 'GSITEMAP_LAST_EXPORT', NULL, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(375, NULL, NULL, 'BRAND_DISPLAY_TYPE', 'brand_text', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(376, NULL, NULL, 'BRAND_DISPLAY_TEXT_NB', '5', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(377, NULL, NULL, 'CONF_PS_CASHONDELIVERY_FIXED', '0.2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(378, NULL, NULL, 'CONF_PS_CASHONDELIVERY_VAR', '2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(379, NULL, NULL, 'CONF_PS_CASHONDELIVERY_FIXED_FOREIGN', '0.2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(380, NULL, NULL, 'CONF_PS_CASHONDELIVERY_VAR_FOREIGN', '2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(381, NULL, NULL, 'CATEGORYPRODUCTS_DISPLAY_PRICE', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(382, NULL, NULL, 'CATEGORYPRODUCTS_DISPLAY_PRODUCTS', '16', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(383, NULL, NULL, 'CONF_PS_CHECKPAYMENT_FIXED', '0.2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(384, NULL, NULL, 'CONF_PS_CHECKPAYMENT_VAR', '2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(385, NULL, NULL, 'CONF_PS_CHECKPAYMENT_FIXED_FOREIGN', '0.2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(386, NULL, NULL, 'CONF_PS_CHECKPAYMENT_VAR_FOREIGN', '2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(387, NULL, NULL, 'CROSSSELLING_DISPLAY_PRICE', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(388, NULL, NULL, 'CROSSSELLING_NBR', '8', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(389, NULL, NULL, 'CUSTPRIV_MSG_AUTH', NULL, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(390, NULL, NULL, 'MA_MERCHANT_ORDER', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(391, NULL, NULL, 'MA_MERCHANT_OOS', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(392, NULL, NULL, 'MA_CUSTOMER_QTY', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(393, NULL, NULL, 'MA_ORDER_EDIT', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(394, NULL, NULL, 'MA_RETURN_SLIP', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(395, NULL, NULL, 'MA_MERCHANT_MAILS', 'demo@prestashop.com', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(396, NULL, NULL, 'MA_LAST_QTIES', '3', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(397, NULL, NULL, 'MA_MERCHANT_COVERAGE', '0', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(398, NULL, NULL, 'MA_PRODUCT_COVERAGE', '0', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(399, NULL, NULL, 'CHECKBOX_ORDER', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(400, NULL, NULL, 'CHECKBOX_CUSTOMER', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(401, NULL, NULL, 'CHECKBOX_MESSAGE', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(402, NULL, NULL, 'BACKGROUND_COLOR_FAVICONBO', '#DF0067', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(403, NULL, NULL, 'TEXT_COLOR_FAVICONBO', '#FFFFFF', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(404, NULL, NULL, 'GA_CANCELLED_STATES', '[\"6\"]', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(405, NULL, NULL, 'SUPPLIER_DISPLAY_TYPE', 'supplier_text', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(406, NULL, NULL, 'BANK_WIRE_PAYMENT_INVITE', '1', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(407, NULL, NULL, 'CONF_PS_WIREPAYMENT_FIXED', '0.2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(408, NULL, NULL, 'CONF_PS_WIREPAYMENT_VAR', '2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(409, NULL, NULL, 'CONF_PS_WIREPAYMENT_FIXED_FOREIGN', '0.2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(410, NULL, NULL, 'CONF_PS_WIREPAYMENT_VAR_FOREIGN', '2', '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(411, NULL, NULL, 'PS_LAYERED_CACHE_ENABLED', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(412, NULL, NULL, 'PS_LAYERED_SHOW_QTIES', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(413, NULL, NULL, 'PS_LAYERED_FULL_TREE', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(414, NULL, NULL, 'PS_LAYERED_FILTER_PRICE_USETAX', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(415, NULL, NULL, 'PS_LAYERED_FILTER_CATEGORY_DEPTH', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(416, NULL, NULL, 'PS_LAYERED_FILTER_PRICE_ROUNDING', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(417, NULL, NULL, 'PS_LAYERED_FILTER_SHOW_OUT_OF_STOCK_LAST', '0', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(418, NULL, NULL, 'PS_LAYERED_FILTER_BY_DEFAULT_CATEGORY', '0', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(419, NULL, NULL, 'PS_LAYERED_INDEXED', '1', '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(420, NULL, NULL, 'PS_MBO_SHOP_ADMIN_UUID', '13d67fc9-e212-421e-8fde-5fee5d065f55', '2024-01-23 09:50:22', '2024-01-23 09:50:22'), +(421, NULL, NULL, 'PS_MBO_SHOP_ADMIN_MAIL', 'mbo-13d67fc9-e212-421e-8fde-5fee5d065f55@prestashop.com', '2024-01-23 09:50:22', '2024-01-23 09:50:22'), +(422, NULL, NULL, 'PS_MBO_LAST_PS_VERSION_API_CONFIG', '8.1.2', '2024-01-23 09:50:22', '2024-01-23 09:50:22'), +(423, NULL, NULL, 'PS_ACCOUNTS_RSA_PRIVATE_KEY', '-----BEGIN RSA PRIVATE KEY-----\r\nMIICXQIBAAKBgQDTXsfCvUQemLO119yd2/OVM6PY8JlGkEtdaiNuMMOF19UGfnd1\r\n2gA5ApgyyP8TN0pdDfJEG3HdBxl1KdOQTIGD9Q6hMHsdYU27l6QExpTUWMdfy53V\r\nAS33jKXmhxsLG8BCvP0UNbSMw6tMBHmUz76+RM0WG4W7EuUkMstugrOtZQIDAQAB\r\nAoGBAIQrPBYVa0cGjTkj5ZwAMWwWglng+Lca+0VKXSVF8Lz8nQQWiHR1ALalXK5E\r\n6NsHM8TEN71GvAhNrCmLIfOVI1ZQxcF8KwSH2flo6S7fHaTIBxXVwsJK4ugCxIB+\r\n31DWl5sC9aZlvfav2TAxVsXBBZpjPrJxl3g/Ic+gIbYmsV1xAkEA9d7FM1NDNaDs\r\nrrRGNCZjnLd8vKzaTC6Z7z+DbU2Q/JwDIFtmVHNzRk2XtRLS2tc6UkBcPpCFGEJI\r\n/ZmcGdW5UwJBANwUIj4Yh8SVr8g2FiCb2AYTpgIE2CN8b77a/Brg2Cnu/U2dsps8\r\neWGuKi/SwrUjtvedjqhL7pj++BTghbg0z2cCQQDUacg+pkFbVJMF//Li3QOUAiV+\r\nr2rNBDmzK1D1Hl0TEAnXa39FmJRPeXuGUSPfMrBNHRNUbfC+W43JomrtGurHAkAd\r\n05S4ebacy/Sg28Ov868ZU7xh9aodVRYH9cHJGsPxGvS1ejPkmhORS3toM9Yzmn2H\r\nnZDh+jiB/7w7iBpXVsDtAkAnpNSDIV8E+mYdDNDRB98gAxt4GiSmImVjESNt/IiQ\r\nJ43e1iHUmL5PD9ZUUv5LHgTUI3Xznslw9dcyCX215UFk\r\n-----END RSA PRIVATE KEY-----', '2024-01-23 09:50:53', '2024-01-23 09:50:53'), +(424, NULL, NULL, 'PS_ACCOUNTS_RSA_PUBLIC_KEY', '-----BEGIN RSA PUBLIC KEY-----\r\nMIGJAoGBANNex8K9RB6Ys7XX3J3b85Uzo9jwmUaQS11qI24ww4XX1QZ+d3XaADkC\r\nmDLI/xM3Sl0N8kQbcd0HGXUp05BMgYP1DqEwex1hTbuXpATGlNRYx1/LndUBLfeM\r\npeaHGwsbwEK8/RQ1tIzDq0wEeZTPvr5EzRYbhbsS5SQyy26Cs61lAgMBAAE=\r\n-----END RSA PUBLIC KEY-----', '2024-01-23 09:50:53', '2024-01-23 09:50:53'), +(425, NULL, NULL, 'PS_ACCOUNTS_RSA_SIGN_DATA', 'v3XP4Gz4k4Ee9XIR5tGXLhccp39uASpcAZGa2b6IYbe8kByMUrvRFoF2Ri8bANSUFmh5HI/7hTmOPSQdy7MU5EUm2GwurXltBxCnOzNQCy9X6xZx0i5STTmUerX8oYKPNzbg/65otD2tDvfW/U9IdhbtMv+42sPpZzRJhPantuU=', '2024-01-23 09:50:53', '2024-01-23 09:50:53'), +(426, NULL, NULL, 'PS_CART_FOLLOWING', NULL, '2024-01-23 10:12:58', '2024-01-23 10:12:58'), +(427, NULL, NULL, 'PS_B2B_ENABLE', '1', '2024-01-23 10:12:58', '2024-01-23 10:12:58'); DROP TABLE IF EXISTS `ps_configuration_kpi`; CREATE TABLE `ps_configuration_kpi` ( @@ -3486,50 +3327,50 @@ CREATE TABLE `ps_configuration_kpi` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_configuration_kpi` (`id_configuration_kpi`, `id_shop_group`, `id_shop`, `name`, `value`, `date_add`, `date_upd`) VALUES -(1, NULL, NULL, 'DASHGOALS_TRAFFIC_01_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(2, NULL, NULL, 'DASHGOALS_CONVERSION_01_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(3, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_01_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(4, NULL, NULL, 'DASHGOALS_TRAFFIC_02_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(5, NULL, NULL, 'DASHGOALS_CONVERSION_02_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(6, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_02_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(7, NULL, NULL, 'DASHGOALS_TRAFFIC_03_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(8, NULL, NULL, 'DASHGOALS_CONVERSION_03_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(9, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_03_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(10, NULL, NULL, 'DASHGOALS_TRAFFIC_04_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(11, NULL, NULL, 'DASHGOALS_CONVERSION_04_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(12, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_04_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(13, NULL, NULL, 'DASHGOALS_TRAFFIC_05_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(14, NULL, NULL, 'DASHGOALS_CONVERSION_05_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(15, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_05_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(16, NULL, NULL, 'DASHGOALS_TRAFFIC_06_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(17, NULL, NULL, 'DASHGOALS_CONVERSION_06_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(18, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_06_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(19, NULL, NULL, 'DASHGOALS_TRAFFIC_07_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(20, NULL, NULL, 'DASHGOALS_CONVERSION_07_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(21, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_07_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(22, NULL, NULL, 'DASHGOALS_TRAFFIC_08_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(23, NULL, NULL, 'DASHGOALS_CONVERSION_08_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(24, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_08_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(25, NULL, NULL, 'DASHGOALS_TRAFFIC_09_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(26, NULL, NULL, 'DASHGOALS_CONVERSION_09_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(27, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_09_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(28, NULL, NULL, 'DASHGOALS_TRAFFIC_10_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(29, NULL, NULL, 'DASHGOALS_CONVERSION_10_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(30, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_10_2023', '80', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(31, NULL, NULL, 'DASHGOALS_TRAFFIC_11_2023', '600', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(32, NULL, NULL, 'DASHGOALS_CONVERSION_11_2023', '2', '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(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'), -(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'); +(1, NULL, NULL, 'DASHGOALS_TRAFFIC_01_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(2, NULL, NULL, 'DASHGOALS_CONVERSION_01_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(3, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_01_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(4, NULL, NULL, 'DASHGOALS_TRAFFIC_02_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(5, NULL, NULL, 'DASHGOALS_CONVERSION_02_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(6, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_02_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(7, NULL, NULL, 'DASHGOALS_TRAFFIC_03_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(8, NULL, NULL, 'DASHGOALS_CONVERSION_03_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(9, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_03_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(10, NULL, NULL, 'DASHGOALS_TRAFFIC_04_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(11, NULL, NULL, 'DASHGOALS_CONVERSION_04_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(12, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_04_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(13, NULL, NULL, 'DASHGOALS_TRAFFIC_05_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(14, NULL, NULL, 'DASHGOALS_CONVERSION_05_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(15, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_05_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(16, NULL, NULL, 'DASHGOALS_TRAFFIC_06_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(17, NULL, NULL, 'DASHGOALS_CONVERSION_06_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(18, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_06_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(19, NULL, NULL, 'DASHGOALS_TRAFFIC_07_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(20, NULL, NULL, 'DASHGOALS_CONVERSION_07_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(21, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_07_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(22, NULL, NULL, 'DASHGOALS_TRAFFIC_08_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(23, NULL, NULL, 'DASHGOALS_CONVERSION_08_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(24, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_08_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(25, NULL, NULL, 'DASHGOALS_TRAFFIC_09_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(26, NULL, NULL, 'DASHGOALS_CONVERSION_09_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(27, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_09_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(28, NULL, NULL, 'DASHGOALS_TRAFFIC_10_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(29, NULL, NULL, 'DASHGOALS_CONVERSION_10_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(30, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_10_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(31, NULL, NULL, 'DASHGOALS_TRAFFIC_11_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(32, NULL, NULL, 'DASHGOALS_CONVERSION_11_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(33, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_11_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(34, NULL, NULL, 'DASHGOALS_TRAFFIC_12_2024', '600', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(35, NULL, NULL, 'DASHGOALS_CONVERSION_12_2024', '2', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(36, NULL, NULL, 'DASHGOALS_AVG_CART_VALUE_12_2024', '80', '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(37, NULL, NULL, 'NETPROFIT_VISIT', '€0.00', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(38, NULL, NULL, 'NETPROFIT_VISIT_EXPIRE', '1706050800', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(39, NULL, NULL, 'ABANDONED_CARTS', '0', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(40, NULL, NULL, 'ABANDONED_CARTS_EXPIRE', '1706003514', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(41, NULL, NULL, 'CONVERSION_RATE', '0%', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(42, NULL, NULL, 'CONVERSION_RATE_EXPIRE', '1706050800', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(43, NULL, NULL, 'AVG_ORDER_VALUE', '€0.00', '2024-01-23 09:51:54', '2024-01-23 09:51:54'), +(44, NULL, NULL, 'AVG_ORDER_VALUE_EXPIRE', '1706050800', '2024-01-23 09:51:54', '2024-01-23 09:51:54'); DROP TABLE IF EXISTS `ps_configuration_kpi_lang`; CREATE TABLE `ps_configuration_kpi_lang` ( @@ -3551,63 +3392,63 @@ CREATE TABLE `ps_configuration_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_configuration_lang` (`id_configuration`, `id_lang`, `value`, `date_upd`) VALUES -(38, 1, '#IN', NULL), -(38, 2, '#IN', NULL), -(38, 3, 'RE', NULL), -(41, 1, '#DE', NULL), -(41, 2, '#DE', NULL), -(41, 3, 'LI', NULL), -(43, 1, '#RE', NULL), -(43, 2, '#RE', NULL), -(43, 3, 'RET', NULL), -(54, 1, 'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves', NULL), -(54, 2, 'een|over|boven|na|weer|tegen|alles|ben|een|en|elke|zijn|zijn niet|als|op|zijn|omdat|geweest|voor|zijn|onder|tussen|beide|maar|door|kan|kan niet|kon|kon niet|deed|deed niet|doet|doet|doet niet|doen|doet niet|neer|tijdens|elk|weinig|voor|van|verder|had|had niet|heeft|heeft niet|hebben|hebben niet|hebben|hij|ll|haar|hier|haar|haarzelf|hem|hemzelf|zijn|hoe|ve|als|in|in|is|is niet|het|het|het zelf|laat|mij|meer|meest|moet niet|mijn|mijzelf|nee|noch|niet|van|uit|aan|eens|alleen|of|ander|zou moeten|ons|onze|ons zelf|out|over|eigen|zelfde|zal niet|zij|zou moeten|zou niet moeten|zo|iets|dergelijke|dan|dat|de|hun|hun|zij|zij zelf|dan|daar|deze|zij|onderwerp|dit|die|door|om|ook|onder|tot|omhoog|zeer|was|was niet|wij|waren|waren niet|wat|wanneer|waar|welke|terwijl|wie|van wie|waarom|met|gewonnen|zou|zou niet|jij|jouw|jouw|jij zelf|jullie zelf', NULL), -(54, 3, 'aber|als|auch|auf|aus|bei|bin|bis|bist|dadurch|daher|darum|das|daß|dass|dein|deine|dem|den|der|des|dessen|deshalb|die|dies|dieser|dieses|doch|dort|durch|ein|eine|einem|einen|einer|eines|euer|eure|für|hatte|hatten|hattest|hattet|hier|hinter|ich|ihr|ihre|im|in|ist|ja|jede|jedem|jeden|jeder|jedes|jener|jenes|jetzt|kann|kannst|können|könnt|machen|mein|meine|muß|mußt|musst|müssen|müßt|nach|nachdem|nein|nicht|oder|seid|sein|seine|sich|sind|soll|sollen|sollst|sollt|sonst|soweit|sowie|und|unser|unsere|unter|vom|von|vor|wann|warum|was|weiter|weitere|wenn|wer|werde|werden|werdet|weshalb|wie|wieder|wieso|wir|wird|wirst|woher|wohin|zum|zur|über', NULL), +(39, 1, '#IN', NULL), +(39, 2, 'RE', NULL), +(39, 3, '#IN', NULL), +(42, 1, '#DE', NULL), +(42, 2, 'LI', NULL), +(42, 3, '#DE', NULL), +(44, 1, '#RE', NULL), +(44, 2, 'RET', NULL), +(44, 3, '#RE', NULL), +(55, 1, 'a|about|above|after|again|against|all|am|an|and|any|are|aren|as|at|be|because|been|before|being|below|between|both|but|by|can|cannot|could|couldn|did|didn|do|does|doesn|doing|don|down|during|each|few|for|from|further|had|hadn|has|hasn|have|haven|having|he|ll|her|here|hers|herself|him|himself|his|how|ve|if|in|into|is|isn|it|its|itself|let|me|more|most|mustn|my|myself|no|nor|not|of|off|on|once|only|or|other|ought|our|ours|ourselves|out|over|own|same|shan|she|should|shouldn|so|some|such|than|that|the|their|theirs|them|themselves|then|there|these|they|re|this|those|through|to|too|under|until|up|very|was|wasn|we|were|weren|what|when|where|which|while|who|whom|why|with|won|would|wouldn|you|your|yours|yourself|yourselves', NULL), +(55, 2, 'aber|als|auch|auf|aus|bei|bin|bis|bist|dadurch|daher|darum|das|daß|dass|dein|deine|dem|den|der|des|dessen|deshalb|die|dies|dieser|dieses|doch|dort|durch|ein|eine|einem|einen|einer|eines|euer|eure|für|hatte|hatten|hattest|hattet|hier|hinter|ich|ihr|ihre|im|in|ist|ja|jede|jedem|jeden|jeder|jedes|jener|jenes|jetzt|kann|kannst|können|könnt|machen|mein|meine|muß|mußt|musst|müssen|müßt|nach|nachdem|nein|nicht|oder|seid|sein|seine|sich|sind|soll|sollen|sollst|sollt|sonst|soweit|sowie|und|unser|unsere|unter|vom|von|vor|wann|warum|was|weiter|weitere|wenn|wer|werde|werden|werdet|weshalb|wie|wieder|wieso|wir|wird|wirst|woher|wohin|zum|zur|über', NULL), +(55, 3, 'een|over|boven|na|weer|tegen|alles|ben|een|en|elke|zijn|zijn niet|als|op|zijn|omdat|geweest|voor|zijn|onder|tussen|beide|maar|door|kan|kan niet|kon|kon niet|deed|deed niet|doet|doet|doet niet|doen|doet niet|neer|tijdens|elk|weinig|voor|van|verder|had|had niet|heeft|heeft niet|hebben|hebben niet|hebben|hij|ll|haar|hier|haar|haarzelf|hem|hemzelf|zijn|hoe|ve|als|in|in|is|is niet|het|het|het zelf|laat|mij|meer|meest|moet niet|mijn|mijzelf|nee|noch|niet|van|uit|aan|eens|alleen|of|ander|zou moeten|ons|onze|ons zelf|out|over|eigen|zelfde|zal niet|zij|zou moeten|zou niet moeten|zo|iets|dergelijke|dan|dat|de|hun|hun|zij|zij zelf|dan|daar|deze|zij|onderwerp|dit|die|door|om|ook|onder|tot|omhoog|zeer|was|was niet|wij|waren|waren niet|wat|wanneer|waar|welke|terwijl|wie|van wie|waarom|met|gewonnen|zou|zou niet|jij|jouw|jouw|jij zelf|jullie zelf', NULL), (79, 1, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 2, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), (79, 3, 'Dear Customer,\r\n\r\nRegards,\r\nCustomer service', NULL), -(282, 1, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), -(282, 2, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), -(282, 3, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), -(284, 1, '', NULL), -(284, 2, '', NULL), -(284, 3, '', NULL), +(283, 1, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), +(283, 2, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), +(283, 3, 'We are currently updating our shop and will be back really soon.\r\nThanks for your patience.', NULL), (285, 1, '', NULL), (285, 2, '', NULL), (285, 3, '', NULL), -(286, 1, 'Out-of-Stock', NULL), -(286, 2, 'Niet op voorraad', NULL), -(286, 3, 'Nicht auf Lager', NULL), -(305, 1, 'My wishlists', '2023-08-28 13:26:21'), -(305, 2, 'My wishlists', '2023-08-28 13:26:21'), -(305, 3, 'My wishlists', '2023-08-28 13:26:21'), -(306, 1, 'My wishlist', '2023-08-28 13:26:21'), -(306, 2, 'My wishlist', '2023-08-28 13:26:21'), -(306, 3, 'My wishlist', '2023-08-28 13:26:21'), -(307, 1, 'Create new list', '2023-08-28 13:26:21'), -(307, 2, 'Create new list', '2023-08-28 13:26:21'), -(307, 3, 'Create new list', '2023-08-28 13:26:21'), -(309, 1, 'I agree to the terms and conditions and the privacy policy', '2023-08-28 13:26:22'), -(309, 2, 'I agree to the terms and conditions and the privacy policy', '2023-08-28 13:26:22'), -(309, 3, 'I agree to the terms and conditions and the privacy policy', '2023-08-28 13:26:22'), -(311, 1, 'I agree to the terms and conditions and the privacy policy', '2023-08-28 13:26:22'), -(311, 2, 'I agree to the terms and conditions and the privacy policy', '2023-08-28 13:26:22'), -(311, 3, 'I agree to the terms and conditions and the privacy policy', '2023-08-28 13:26:22'), -(319, 1, 'sale70.png', '2023-08-28 13:26:23'), -(319, 2, 'sale70.png', '2023-08-28 13:46:56'), -(319, 3, 'sale70.png', '2023-08-28 13:47:44'), -(320, 1, '', '2023-08-28 13:26:23'), -(320, 2, '', '2023-08-28 13:46:56'), -(320, 3, '', '2023-08-28 13:47:44'), -(321, 1, '', '2023-08-28 13:26:23'), -(321, 2, '', '2023-08-28 13:46:56'), -(321, 3, '', '2023-08-28 13:47:44'), -(325, 1, 'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.', '2023-08-28 13:26:24'), -(325, 2, 'U kunt op elk gewenst moment weer uitschrijven. Hiervoor kunt u de contactgegevens gebruiken uit de algemene voorwaarden.', '2023-08-28 13:26:24'), -(325, 3, 'Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in der Datenschutzerklärung.', '2023-08-28 13:26:24'), -(375, 1, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2023-08-28 13:27:58'), -(375, 2, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2023-08-28 13:27:58'), -(375, 3, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2023-08-28 13:27:58'); +(286, 1, '', NULL), +(286, 2, '', NULL), +(286, 3, '', NULL), +(287, 1, 'Out-of-Stock', NULL), +(287, 2, 'Nicht auf Lager', NULL), +(287, 3, 'Niet op voorraad', NULL), +(310, 1, 'My wishlists', '2024-01-23 09:45:31'), +(310, 2, 'My wishlists', '2024-01-23 09:45:31'), +(310, 3, 'My wishlists', '2024-01-23 09:45:31'), +(311, 1, 'My wishlist', '2024-01-23 09:45:31'), +(311, 2, 'My wishlist', '2024-01-23 09:45:31'), +(311, 3, 'My wishlist', '2024-01-23 09:45:31'), +(312, 1, 'Create new list', '2024-01-23 09:45:31'), +(312, 2, 'Create new list', '2024-01-23 09:45:31'), +(312, 3, 'Create new list', '2024-01-23 09:45:31'), +(314, 1, 'I agree to the terms and conditions and the privacy policy', '2024-01-23 09:45:31'), +(314, 2, 'I agree to the terms and conditions and the privacy policy', '2024-01-23 09:45:31'), +(314, 3, 'I agree to the terms and conditions and the privacy policy', '2024-01-23 09:45:31'), +(316, 1, 'I agree to the terms and conditions and the privacy policy', '2024-01-23 09:45:31'), +(316, 2, 'I agree to the terms and conditions and the privacy policy', '2024-01-23 09:45:31'), +(316, 3, 'I agree to the terms and conditions and the privacy policy', '2024-01-23 09:45:31'), +(324, 1, 'sale70.png', '2024-01-23 09:45:32'), +(324, 2, 'sale70.png', '2024-01-23 10:10:35'), +(324, 3, 'sale70.png', '2024-01-23 10:10:48'), +(325, 1, '', '2024-01-23 09:45:32'), +(325, 2, '', '2024-01-23 10:10:35'), +(325, 3, '', '2024-01-23 10:10:48'), +(326, 1, '', '2024-01-23 09:45:32'), +(326, 2, '', '2024-01-23 10:10:35'), +(326, 3, '', '2024-01-23 10:10:48'), +(330, 1, 'You may unsubscribe at any moment. For that purpose, please find our contact info in the legal notice.', '2024-01-23 09:45:32'), +(330, 2, 'Sie können Ihr Einverständnis jederzeit widerrufen. Unsere Kontaktinformationen finden Sie u. a. in der Datenschutzerklärung.', '2024-01-23 09:45:32'), +(330, 3, 'U kunt op elk gewenst moment weer uitschrijven. Hiervoor kunt u de contactgegevens gebruiken uit de algemene voorwaarden.', '2024-01-23 09:45:32'), +(389, 1, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-01-23 09:45:39'), +(389, 2, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-01-23 09:45:39'), +(389, 3, 'The personal data you provide is used to answer queries, process orders or allow access to specific information. You have the right to modify and delete all the personal information found in the \"My Account\" page.', '2024-01-23 09:45:39'); DROP TABLE IF EXISTS `ps_connections`; CREATE TABLE `ps_connections` ( @@ -3626,34 +3467,8 @@ CREATE TABLE `ps_connections` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_connections` (`id_connections`, `id_shop_group`, `id_shop`, `id_guest`, `id_page`, `ip_address`, `date_add`, `http_referer`) VALUES -(1, 1, 1, 1, 1, 2130706433, '2023-08-28 13:28:04', 'https://www.prestashop.com'), -(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', ''), -(16, 1, 1, 639, 2, 1404794126, '2023-10-30 13:13:18', ''), -(17, 1, 1, 3, 3, 1404794126, '2023-10-30 13:13:48', ''), -(18, 1, 1, 3, 3, 1404794126, '2023-10-30 13:25:02', ''), -(19, 1, 1, 3, 3, 1404794126, '2023-10-30 13:27:18', ''), -(20, 1, 1, 3, 3, 1404794126, '2023-10-30 13:35:37', ''), -(21, 1, 1, 3, 3, 1404794126, '2023-10-30 13:36:31', ''), -(22, 1, 1, 782, 2, 1404794126, '2023-10-30 13:40:16', ''), -(23, 1, 1, 3, 3, 1404794126, '2023-10-30 13:41:06', ''), -(24, 1, 1, 3, 3, 1404794126, '2023-10-30 13:43:20', ''), -(25, 1, 1, 3, 3, 1404794126, '2023-10-30 13:46:59', ''), -(26, 1, 1, 3, 3, 1404794126, '2023-10-30 13:49:33', ''), -(27, 1, 1, 3, 3, 1404794126, '2023-10-30 13:51:02', ''), -(28, 1, 1, 3, 3, 1404794126, '2023-10-30 13:51:54', ''); +(1, 1, 1, 1, 1, 2130706433, '2024-01-23 09:45:40', 'https://www.prestashop.com'), +(2, 1, 1, 3, 1, 3158688363, '2024-01-23 09:46:06', ''); DROP TABLE IF EXISTS `ps_connections_page`; CREATE TABLE `ps_connections_page` ( @@ -3681,82 +3496,7 @@ CREATE TABLE `ps_connections_source` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_connections_source` (`id_connections_source`, `id_connections`, `http_referer`, `request_uri`, `keywords`, `date_add`) VALUES -(1, 2, '', 'demoshop8.ngrok.io/', '', '2023-08-28 13:41:41'), -(2, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:42:41'), -(3, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:43:15'), -(4, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:43:23'), -(5, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:44:23'), -(6, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:44:30'), -(7, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:46:16'), -(8, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/international/localization/?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:46:41'), -(9, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/international/localization/?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:47:09'), -(10, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/international/localization/?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:47:56'), -(11, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/international/localization/?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/en/', '', '2023-08-28 13:48:03'), -(12, 2, 'http://demoshop8.ngrok.io/en/', 'demoshop8.ngrok.io/en/login?back=http%3A%2F%2Flocalhost%3A8142%2Fen%2F', '', '2023-08-28 13:48:07'), -(13, 2, 'http://demoshop8.ngrok.io/en/login?back=http%3A%2F%2Flocalhost%3A8142%2Fen%2F', 'demoshop8.ngrok.io/en/registration', '', '2023-08-28 13:48:09'), -(14, 2, 'http://demoshop8.ngrok.io/en/registration', 'demoshop8.ngrok.io/en/', '', '2023-08-28 13:48:30'), -(15, 2, 'http://demoshop8.ngrok.io/en/', 'demoshop8.ngrok.io/en/my-account', '', '2023-08-28 13:48:33'), -(16, 2, 'http://demoshop8.ngrok.io/en/my-account', 'demoshop8.ngrok.io/en/address', '', '2023-08-28 13:48:44'), -(17, 2, 'http://demoshop8.ngrok.io/en/address', 'demoshop8.ngrok.io/en/addresses', '', '2023-08-28 13:49:09'), -(18, 2, 'http://demoshop8.ngrok.io/en/addresses', 'demoshop8.ngrok.io/en/address', '', '2023-08-28 13:49:11'), -(19, 2, 'http://demoshop8.ngrok.io/en/address', 'demoshop8.ngrok.io/en/addresses', '', '2023-08-28 13:50:31'), -(20, 2, 'http://demoshop8.ngrok.io/en/addresses', 'demoshop8.ngrok.io/en/', '', '2023-08-28 13:50:35'), -(21, 2, 'http://demoshop8.ngrok.io/en/', 'demoshop8.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html', '', '2023-08-28 13:50:41'), -(22, 2, 'http://demoshop8.ngrok.io/en/art/4-16-the-adventure-begins-framed-poster.html', 'demoshop8.ngrok.io/en/cart?action=show', '', '2023-08-28 13:50:48'), -(23, 2, 'http://demoshop8.ngrok.io/en/cart?action=show', 'demoshop8.ngrok.io/en/order', '', '2023-08-28 13:50:50'), -(24, 2, 'http://demoshop8.ngrok.io/en/order', 'demoshop8.ngrok.io/en/order', '', '2023-08-28 13:50:52'), -(25, 2, 'http://demoshop8.ngrok.io/en/order', 'demoshop8.ngrok.io/en/order', '', '2023-08-28 13:50:55'), -(26, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/payment/preferences?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:51:04'), -(27, 2, 'http://demoshop8.ngrok.io/admin1/index.php/improve/payment/preferences?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', 'demoshop8.ngrok.io/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', '', '2023-08-28 13:51:12'), -(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'), -(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'), -(64, 30, '', 'demoshop8.ngrok.io/en/', '', '2023-10-30 13:16:09'), -(65, 19, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:27:39'), -(66, 19, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:28:19'), -(67, 19, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:28:56'), -(68, 19, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:29:34'), -(69, 19, 'https://www.mollie.com/checkout/test-mode?method=klarna&token=6.7sry1u', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=53&utm_nooverride=1&rand=1698668998&key=39730b3cb6943e8e6a6c94d3572a7e6b&customerId=3&order_number=mol_53653fa1c5f08441698668997', '', '2023-10-30 13:30:12'), -(70, 21, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:36:37'), -(71, 21, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:36:46'), -(72, 21, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:37:16'), -(73, 21, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:37:49'), -(74, 25, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:47:06'), -(75, 25, 'https://www.mollie.com/checkout/test-mode?method=klarna&token=6.t2w71o', 'demoshop8.ngrok.io/en/module/mollie/return?cart_id=58&utm_nooverride=1&rand=1698670050&key=5d501305a345f527ea4c626f19792305&customerId=3&order_number=mol_58653fa5e23ff021698670050', '', '2023-10-30 13:47:43'), -(76, 28, '', 'demoshop8.ngrok.io/en/order-history', '', '2023-10-30 13:52:00'); +(1, 2, '', 'demoshop8.ngrok.io/', '', '2024-01-23 09:46:06'); DROP TABLE IF EXISTS `ps_contact`; CREATE TABLE `ps_contact` ( @@ -3782,11 +3522,11 @@ CREATE TABLE `ps_contact_lang` ( INSERT INTO `ps_contact_lang` (`id_contact`, `id_lang`, `name`, `description`) VALUES (1, 1, 'Webmaster', 'If a technical problem occurs on this website'), -(1, 2, 'Webmaster', 'Als er zich een technisch probleem voordoet op deze website'), -(1, 3, 'Webmaster', 'Falls ein technisches Problem auf der Webseite auftritt'), +(1, 2, 'Webmaster', 'Falls ein technisches Problem auf der Webseite auftritt'), +(1, 3, 'Webmaster', 'Als er zich een technisch probleem voordoet op deze website'), (2, 1, 'Customer service', 'For any question about a product, an order'), -(2, 2, 'Klantenservice', 'Voor vragen over een product, een bestelling'), -(2, 3, 'Kundenservice', 'Bei Fragen zu einem Artikel oder einer Bestellung'); +(2, 2, 'Kundenservice', 'Bei Fragen zu einem Artikel oder einer Bestellung'), +(2, 3, 'Klantenservice', 'Voor vragen over een product, een bestelling'); DROP TABLE IF EXISTS `ps_contact_shop`; CREATE TABLE `ps_contact_shop` ( @@ -4071,35 +3811,35 @@ CREATE TABLE `ps_country_lang` ( INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (1, 1, 'Germany'), -(1, 2, 'Duitsland'), -(1, 3, 'Deutschland'), +(1, 2, 'Deutschland'), +(1, 3, 'Duitsland'), (2, 1, 'Austria'), -(2, 2, 'Oostenrijk'), -(2, 3, 'Österreich'), +(2, 2, 'Österreich'), +(2, 3, 'Oostenrijk'), (3, 1, 'Belgium'), -(3, 2, 'België'), -(3, 3, 'Belgien'), +(3, 2, 'Belgien'), +(3, 3, 'België'), (4, 1, 'Canada'), -(4, 2, 'Canada'), -(4, 3, 'Kanada'), +(4, 2, 'Kanada'), +(4, 3, 'Canada'), (5, 1, 'China'), (5, 2, 'China'), (5, 3, 'China'), (6, 1, 'Spain'), -(6, 2, 'Spanje'), -(6, 3, 'Spanien'), +(6, 2, 'Spanien'), +(6, 3, 'Spanje'), (7, 1, 'Finland'), -(7, 2, 'Finland'), -(7, 3, 'Finnland'), +(7, 2, 'Finnland'), +(7, 3, 'Finland'), (8, 1, 'France'), -(8, 2, 'Frankrijk'), -(8, 3, 'Frankreich'), +(8, 2, 'Frankreich'), +(8, 3, 'Frankrijk'), (9, 1, 'Greece'), -(9, 2, 'Griekenland'), -(9, 3, 'Griechenland'), +(9, 2, 'Griechenland'), +(9, 3, 'Griekenland'), (10, 1, 'Italy'), -(10, 2, 'Italië'), -(10, 3, 'Italien'), +(10, 2, 'Italien'), +(10, 3, 'Italië'), (11, 1, 'Japan'), (11, 2, 'Japan'), (11, 3, 'Japan'), @@ -4107,8 +3847,8 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (12, 2, 'Luxemburg'), (12, 3, 'Luxemburg'), (13, 1, 'Netherlands'), -(13, 2, 'Nederland'), -(13, 3, 'Niederlande'), +(13, 2, 'Niederlande'), +(13, 3, 'Nederland'), (14, 1, 'Poland'), (14, 2, 'Polen'), (14, 3, 'Polen'), @@ -4116,77 +3856,77 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (15, 2, 'Portugal'), (15, 3, 'Portugal'), (16, 1, 'Czechia'), -(16, 2, 'Tsjechië'), -(16, 3, 'Tschechien'), +(16, 2, 'Tschechien'), +(16, 3, 'Tsjechië'), (17, 1, 'United Kingdom'), -(17, 2, 'Verenigd Koninkrijk'), -(17, 3, 'Vereinigtes Königreich'), +(17, 2, 'Vereinigtes Königreich'), +(17, 3, 'Verenigd Koninkrijk'), (18, 1, 'Sweden'), -(18, 2, 'Zweden'), -(18, 3, 'Schweden'), +(18, 2, 'Schweden'), +(18, 3, 'Zweden'), (19, 1, 'Switzerland'), -(19, 2, 'Zwitserland'), -(19, 3, 'Schweiz'), +(19, 2, 'Schweiz'), +(19, 3, 'Zwitserland'), (20, 1, 'Denmark'), -(20, 2, 'Denemarken'), -(20, 3, 'Dänemark'), +(20, 2, 'Dänemark'), +(20, 3, 'Denemarken'), (21, 1, 'United States'), -(21, 2, 'Verenigde Staten'), -(21, 3, 'Vereinigte Staaten'), +(21, 2, 'Vereinigte Staaten'), +(21, 3, 'Verenigde Staten'), (22, 1, 'Hong Kong SAR China'), -(22, 2, 'Hongkong SAR van China'), -(22, 3, 'Sonderverwaltungsregion Hongkong'), +(22, 2, 'Sonderverwaltungsregion Hongkong'), +(22, 3, 'Hongkong SAR van China'), (23, 1, 'Norway'), -(23, 2, 'Noorwegen'), -(23, 3, 'Norwegen'), +(23, 2, 'Norwegen'), +(23, 3, 'Noorwegen'), (24, 1, 'Australia'), -(24, 2, 'Australië'), -(24, 3, 'Australien'), +(24, 2, 'Australien'), +(24, 3, 'Australië'), (25, 1, 'Singapore'), -(25, 2, 'Singapore'), -(25, 3, 'Singapur'), +(25, 2, 'Singapur'), +(25, 3, 'Singapore'), (26, 1, 'Ireland'), -(26, 2, 'Ierland'), -(26, 3, 'Irland'), +(26, 2, 'Irland'), +(26, 3, 'Ierland'), (27, 1, 'New Zealand'), -(27, 2, 'Nieuw-Zeeland'), -(27, 3, 'Neuseeland'), +(27, 2, 'Neuseeland'), +(27, 3, 'Nieuw-Zeeland'), (28, 1, 'South Korea'), -(28, 2, 'Zuid-Korea'), -(28, 3, 'Südkorea'), +(28, 2, 'Südkorea'), +(28, 3, 'Zuid-Korea'), (29, 1, 'Israel'), -(29, 2, 'Israël'), -(29, 3, 'Israel'), +(29, 2, 'Israel'), +(29, 3, 'Israël'), (30, 1, 'South Africa'), -(30, 2, 'Zuid-Afrika'), -(30, 3, 'Südafrika'), +(30, 2, 'Südafrika'), +(30, 3, 'Zuid-Afrika'), (31, 1, 'Nigeria'), (31, 2, 'Nigeria'), (31, 3, 'Nigeria'), (32, 1, 'Côte d’Ivoire'), -(32, 2, 'Ivoorkust'), -(32, 3, 'Côte d’Ivoire'), +(32, 2, 'Côte d’Ivoire'), +(32, 3, 'Ivoorkust'), (33, 1, 'Togo'), (33, 2, 'Togo'), (33, 3, 'Togo'), (34, 1, 'Bolivia'), -(34, 2, 'Bolivia'), -(34, 3, 'Bolivien'), +(34, 2, 'Bolivien'), +(34, 3, 'Bolivia'), (35, 1, 'Mauritius'), (35, 2, 'Mauritius'), (35, 3, 'Mauritius'), (36, 1, 'Romania'), -(36, 2, 'Roemenië'), -(36, 3, 'Rumänien'), +(36, 2, 'Rumänien'), +(36, 3, 'Roemenië'), (37, 1, 'Slovakia'), -(37, 2, 'Slowakije'), -(37, 3, 'Slowakei'), +(37, 2, 'Slowakei'), +(37, 3, 'Slowakije'), (38, 1, 'Algeria'), -(38, 2, 'Algerije'), -(38, 3, 'Algerien'), +(38, 2, 'Algerien'), +(38, 3, 'Algerije'), (39, 1, 'American Samoa'), -(39, 2, 'Amerikaans-Samoa'), -(39, 3, 'Amerikanisch-Samoa'), +(39, 2, 'Amerikanisch-Samoa'), +(39, 3, 'Amerikaans-Samoa'), (40, 1, 'Andorra'), (40, 2, 'Andorra'), (40, 3, 'Andorra'), @@ -4197,29 +3937,29 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (42, 2, 'Anguilla'), (42, 3, 'Anguilla'), (43, 1, 'Antigua & Barbuda'), -(43, 2, 'Antigua en Barbuda'), -(43, 3, 'Antigua und Barbuda'), +(43, 2, 'Antigua und Barbuda'), +(43, 3, 'Antigua en Barbuda'), (44, 1, 'Argentina'), -(44, 2, 'Argentinië'), -(44, 3, 'Argentinien'), +(44, 2, 'Argentinien'), +(44, 3, 'Argentinië'), (45, 1, 'Armenia'), -(45, 2, 'Armenië'), -(45, 3, 'Armenien'), +(45, 2, 'Armenien'), +(45, 3, 'Armenië'), (46, 1, 'Aruba'), (46, 2, 'Aruba'), (46, 3, 'Aruba'), (47, 1, 'Azerbaijan'), -(47, 2, 'Azerbeidzjan'), -(47, 3, 'Aserbaidschan'), +(47, 2, 'Aserbaidschan'), +(47, 3, 'Azerbeidzjan'), (48, 1, 'Bahamas'), -(48, 2, 'Bahama’s'), -(48, 3, 'Bahamas'), +(48, 2, 'Bahamas'), +(48, 3, 'Bahama’s'), (49, 1, 'Bahrain'), -(49, 2, 'Bahrein'), -(49, 3, 'Bahrain'), +(49, 2, 'Bahrain'), +(49, 3, 'Bahrein'), (50, 1, 'Bangladesh'), -(50, 2, 'Bangladesh'), -(50, 3, 'Bangladesch'), +(50, 2, 'Bangladesch'), +(50, 3, 'Bangladesh'), (51, 1, 'Barbados'), (51, 2, 'Barbados'), (51, 3, 'Barbados'), @@ -4239,89 +3979,89 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (56, 2, 'Bhutan'), (56, 3, 'Bhutan'), (57, 1, 'Botswana'), -(57, 2, 'Botswana'), -(57, 3, 'Botsuana'), +(57, 2, 'Botsuana'), +(57, 3, 'Botswana'), (58, 1, 'Brazil'), -(58, 2, 'Brazilië'), -(58, 3, 'Brasilien'), +(58, 2, 'Brasilien'), +(58, 3, 'Brazilië'), (59, 1, 'Brunei'), -(59, 2, 'Brunei'), -(59, 3, 'Brunei Darussalam'), +(59, 2, 'Brunei Darussalam'), +(59, 3, 'Brunei'), (60, 1, 'Burkina Faso'), (60, 2, 'Burkina Faso'), (60, 3, 'Burkina Faso'), (61, 1, 'Myanmar (Burma)'), -(61, 2, 'Myanmar (Birma)'), -(61, 3, 'Myanmar'), +(61, 2, 'Myanmar'), +(61, 3, 'Myanmar (Birma)'), (62, 1, 'Burundi'), (62, 2, 'Burundi'), (62, 3, 'Burundi'), (63, 1, 'Cambodia'), -(63, 2, 'Cambodja'), -(63, 3, 'Kambodscha'), +(63, 2, 'Kambodscha'), +(63, 3, 'Cambodja'), (64, 1, 'Cameroon'), -(64, 2, 'Kameroen'), -(64, 3, 'Kamerun'), +(64, 2, 'Kamerun'), +(64, 3, 'Kameroen'), (65, 1, 'Cape Verde'), -(65, 2, 'Kaapverdië'), -(65, 3, 'Cabo Verde'), +(65, 2, 'Cabo Verde'), +(65, 3, 'Kaapverdië'), (66, 1, 'Central African Republic'), -(66, 2, 'Centraal-Afrikaanse Republiek'), -(66, 3, 'Zentralafrikanische Republik'), +(66, 2, 'Zentralafrikanische Republik'), +(66, 3, 'Centraal-Afrikaanse Republiek'), (67, 1, 'Chad'), -(67, 2, 'Tsjaad'), -(67, 3, 'Tschad'), +(67, 2, 'Tschad'), +(67, 3, 'Tsjaad'), (68, 1, 'Chile'), -(68, 2, 'Chili'), -(68, 3, 'Chile'), +(68, 2, 'Chile'), +(68, 3, 'Chili'), (69, 1, 'Colombia'), -(69, 2, 'Colombia'), -(69, 3, 'Kolumbien'), +(69, 2, 'Kolumbien'), +(69, 3, 'Colombia'), (70, 1, 'Comoros'), -(70, 2, 'Comoren'), -(70, 3, 'Komoren'), +(70, 2, 'Komoren'), +(70, 3, 'Comoren'), (71, 1, 'Congo - Kinshasa'), -(71, 2, 'Congo-Kinshasa'), -(71, 3, 'Kongo-Kinshasa'), +(71, 2, 'Kongo-Kinshasa'), +(71, 3, 'Congo-Kinshasa'), (72, 1, 'Congo - Brazzaville'), -(72, 2, 'Congo-Brazzaville'), -(72, 3, 'Kongo-Brazzaville'), +(72, 2, 'Kongo-Brazzaville'), +(72, 3, 'Congo-Brazzaville'), (73, 1, 'Costa Rica'), (73, 2, 'Costa Rica'), (73, 3, 'Costa Rica'), (74, 1, 'Croatia'), -(74, 2, 'Kroatië'), -(74, 3, 'Kroatien'), +(74, 2, 'Kroatien'), +(74, 3, 'Kroatië'), (75, 1, 'Cuba'), -(75, 2, 'Cuba'), -(75, 3, 'Kuba'), +(75, 2, 'Kuba'), +(75, 3, 'Cuba'), (76, 1, 'Cyprus'), -(76, 2, 'Cyprus'), -(76, 3, 'Zypern'), +(76, 2, 'Zypern'), +(76, 3, 'Cyprus'), (77, 1, 'Djibouti'), -(77, 2, 'Djibouti'), -(77, 3, 'Dschibuti'), +(77, 2, 'Dschibuti'), +(77, 3, 'Djibouti'), (78, 1, 'Dominica'), (78, 2, 'Dominica'), (78, 3, 'Dominica'), (79, 1, 'Dominican Republic'), -(79, 2, 'Dominicaanse Republiek'), -(79, 3, 'Dominikanische Republik'), +(79, 2, 'Dominikanische Republik'), +(79, 3, 'Dominicaanse Republiek'), (80, 1, 'Timor-Leste'), -(80, 2, 'Oost-Timor'), -(80, 3, 'Timor-Leste'), +(80, 2, 'Timor-Leste'), +(80, 3, 'Oost-Timor'), (81, 1, 'Ecuador'), (81, 2, 'Ecuador'), (81, 3, 'Ecuador'), (82, 1, 'Egypt'), -(82, 2, 'Egypte'), -(82, 3, 'Ägypten'), +(82, 2, 'Ägypten'), +(82, 3, 'Egypte'), (83, 1, 'El Salvador'), (83, 2, 'El Salvador'), (83, 3, 'El Salvador'), (84, 1, 'Equatorial Guinea'), -(84, 2, 'Equatoriaal-Guinea'), -(84, 3, 'Äquatorialguinea'), +(84, 2, 'Äquatorialguinea'), +(84, 3, 'Equatoriaal-Guinea'), (85, 1, 'Eritrea'), (85, 2, 'Eritrea'), (85, 3, 'Eritrea'), @@ -4329,26 +4069,26 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (86, 2, 'Estland'), (86, 3, 'Estland'), (87, 1, 'Ethiopia'), -(87, 2, 'Ethiopië'), -(87, 3, 'Äthiopien'), +(87, 2, 'Äthiopien'), +(87, 3, 'Ethiopië'), (88, 1, 'Falkland Islands'), -(88, 2, 'Falklandeilanden'), -(88, 3, 'Falklandinseln'), +(88, 2, 'Falklandinseln'), +(88, 3, 'Falklandeilanden'), (89, 1, 'Faroe Islands'), -(89, 2, 'Faeröer'), -(89, 3, 'Färöer'), +(89, 2, 'Färöer'), +(89, 3, 'Faeröer'), (90, 1, 'Fiji'), -(90, 2, 'Fiji'), -(90, 3, 'Fidschi'), +(90, 2, 'Fidschi'), +(90, 3, 'Fiji'), (91, 1, 'Gabon'), -(91, 2, 'Gabon'), -(91, 3, 'Gabun'), +(91, 2, 'Gabun'), +(91, 3, 'Gabon'), (92, 1, 'Gambia'), (92, 2, 'Gambia'), (92, 3, 'Gambia'), (93, 1, 'Georgia'), -(93, 2, 'Georgië'), -(93, 3, 'Georgien'), +(93, 2, 'Georgien'), +(93, 3, 'Georgië'), (94, 1, 'Ghana'), (94, 2, 'Ghana'), (94, 3, 'Ghana'), @@ -4356,8 +4096,8 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (95, 2, 'Grenada'), (95, 3, 'Grenada'), (96, 1, 'Greenland'), -(96, 2, 'Groenland'), -(96, 3, 'Grönland'), +(96, 2, 'Grönland'), +(96, 3, 'Groenland'), (97, 1, 'Gibraltar'), (97, 2, 'Gibraltar'), (97, 3, 'Gibraltar'), @@ -4374,32 +4114,32 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (101, 2, 'Guernsey'), (101, 3, 'Guernsey'), (102, 1, 'Guinea'), -(102, 2, 'Guinee'), -(102, 3, 'Guinea'), +(102, 2, 'Guinea'), +(102, 3, 'Guinee'), (103, 1, 'Guinea-Bissau'), -(103, 2, 'Guinee-Bissau'), -(103, 3, 'Guinea-Bissau'), +(103, 2, 'Guinea-Bissau'), +(103, 3, 'Guinee-Bissau'), (104, 1, 'Guyana'), (104, 2, 'Guyana'), (104, 3, 'Guyana'), (105, 1, 'Haiti'), -(105, 2, 'Haïti'), -(105, 3, 'Haiti'), +(105, 2, 'Haiti'), +(105, 3, 'Haïti'), (106, 1, 'Vatican City'), -(106, 2, 'Vaticaanstad'), -(106, 3, 'Vatikanstadt'), +(106, 2, 'Vatikanstadt'), +(106, 3, 'Vaticaanstad'), (107, 1, 'Honduras'), (107, 2, 'Honduras'), (107, 3, 'Honduras'), (108, 1, 'Iceland'), -(108, 2, 'IJsland'), -(108, 3, 'Island'), +(108, 2, 'Island'), +(108, 3, 'IJsland'), (109, 1, 'India'), -(109, 2, 'India'), -(109, 3, 'Indien'), +(109, 2, 'Indien'), +(109, 3, 'India'), (110, 1, 'Indonesia'), -(110, 2, 'Indonesië'), -(110, 3, 'Indonesien'), +(110, 2, 'Indonesien'), +(110, 3, 'Indonesië'), (111, 1, 'Iran'), (111, 2, 'Iran'), (111, 3, 'Iran'), @@ -4410,17 +4150,17 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (113, 2, 'Isle of Man'), (113, 3, 'Isle of Man'), (114, 1, 'Jamaica'), -(114, 2, 'Jamaica'), -(114, 3, 'Jamaika'), +(114, 2, 'Jamaika'), +(114, 3, 'Jamaica'), (115, 1, 'Jersey'), (115, 2, 'Jersey'), (115, 3, 'Jersey'), (116, 1, 'Jordan'), -(116, 2, 'Jordanië'), -(116, 3, 'Jordanien'), +(116, 2, 'Jordanien'), +(116, 3, 'Jordanië'), (117, 1, 'Kazakhstan'), -(117, 2, 'Kazachstan'), -(117, 3, 'Kasachstan'), +(117, 2, 'Kasachstan'), +(117, 3, 'Kazachstan'), (118, 1, 'Kenya'), (118, 2, 'Kenia'), (118, 3, 'Kenia'), @@ -4428,20 +4168,20 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (119, 2, 'Kiribati'), (119, 3, 'Kiribati'), (120, 1, 'North Korea'), -(120, 2, 'Noord-Korea'), -(120, 3, 'Nordkorea'), +(120, 2, 'Nordkorea'), +(120, 3, 'Noord-Korea'), (121, 1, 'Kuwait'), -(121, 2, 'Koeweit'), -(121, 3, 'Kuwait'), +(121, 2, 'Kuwait'), +(121, 3, 'Koeweit'), (122, 1, 'Kyrgyzstan'), -(122, 2, 'Kirgizië'), -(122, 3, 'Kirgisistan'), +(122, 2, 'Kirgisistan'), +(122, 3, 'Kirgizië'), (123, 1, 'Laos'), (123, 2, 'Laos'), (123, 3, 'Laos'), (124, 1, 'Latvia'), -(124, 2, 'Letland'), -(124, 3, 'Lettland'), +(124, 2, 'Lettland'), +(124, 3, 'Letland'), (125, 1, 'Lebanon'), (125, 2, 'Libanon'), (125, 3, 'Libanon'), @@ -4452,20 +4192,20 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (127, 2, 'Liberia'), (127, 3, 'Liberia'), (128, 1, 'Libya'), -(128, 2, 'Libië'), -(128, 3, 'Libyen'), +(128, 2, 'Libyen'), +(128, 3, 'Libië'), (129, 1, 'Liechtenstein'), (129, 2, 'Liechtenstein'), (129, 3, 'Liechtenstein'), (130, 1, 'Lithuania'), -(130, 2, 'Litouwen'), -(130, 3, 'Litauen'), +(130, 2, 'Litauen'), +(130, 3, 'Litouwen'), (131, 1, 'Macao SAR China'), -(131, 2, 'Macau SAR van China'), -(131, 3, 'Sonderverwaltungsregion Macau'), +(131, 2, 'Sonderverwaltungsregion Macau'), +(131, 3, 'Macau SAR van China'), (132, 1, 'North Macedonia'), -(132, 2, 'Noord-Macedonië'), -(132, 3, 'Nordmazedonien'), +(132, 2, 'Nordmazedonien'), +(132, 3, 'Noord-Macedonië'), (133, 1, 'Madagascar'), (133, 2, 'Madagaskar'), (133, 3, 'Madagaskar'), @@ -4473,11 +4213,11 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (134, 2, 'Malawi'), (134, 3, 'Malawi'), (135, 1, 'Malaysia'), -(135, 2, 'Maleisië'), -(135, 3, 'Malaysia'), +(135, 2, 'Malaysia'), +(135, 3, 'Maleisië'), (136, 1, 'Maldives'), -(136, 2, 'Maldiven'), -(136, 3, 'Malediven'), +(136, 2, 'Malediven'), +(136, 3, 'Maldiven'), (137, 1, 'Mali'), (137, 2, 'Mali'), (137, 3, 'Mali'), @@ -4485,35 +4225,35 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (138, 2, 'Malta'), (138, 3, 'Malta'), (139, 1, 'Marshall Islands'), -(139, 2, 'Marshalleilanden'), -(139, 3, 'Marshallinseln'), +(139, 2, 'Marshallinseln'), +(139, 3, 'Marshalleilanden'), (140, 1, 'Martinique'), (140, 2, 'Martinique'), (140, 3, 'Martinique'), (141, 1, 'Mauritania'), -(141, 2, 'Mauritanië'), -(141, 3, 'Mauretanien'), +(141, 2, 'Mauretanien'), +(141, 3, 'Mauritanië'), (142, 1, 'Hungary'), -(142, 2, 'Hongarije'), -(142, 3, 'Ungarn'), +(142, 2, 'Ungarn'), +(142, 3, 'Hongarije'), (143, 1, 'Mayotte'), (143, 2, 'Mayotte'), (143, 3, 'Mayotte'), (144, 1, 'Mexico'), -(144, 2, 'Mexico'), -(144, 3, 'Mexiko'), +(144, 2, 'Mexiko'), +(144, 3, 'Mexico'), (145, 1, 'Micronesia'), -(145, 2, 'Micronesia'), -(145, 3, 'Mikronesien'), +(145, 2, 'Mikronesien'), +(145, 3, 'Micronesia'), (146, 1, 'Moldova'), -(146, 2, 'Moldavië'), -(146, 3, 'Republik Moldau'), +(146, 2, 'Republik Moldau'), +(146, 3, 'Moldavië'), (147, 1, 'Monaco'), (147, 2, 'Monaco'), (147, 3, 'Monaco'), (148, 1, 'Mongolia'), -(148, 2, 'Mongolië'), -(148, 3, 'Mongolei'), +(148, 2, 'Mongolei'), +(148, 3, 'Mongolië'), (149, 1, 'Montenegro'), (149, 2, 'Montenegro'), (149, 3, 'Montenegro'), @@ -4524,11 +4264,11 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (151, 2, 'Marokko'), (151, 3, 'Marokko'), (152, 1, 'Mozambique'), -(152, 2, 'Mozambique'), -(152, 3, 'Mosambik'), +(152, 2, 'Mosambik'), +(152, 3, 'Mozambique'), (153, 1, 'Namibia'), -(153, 2, 'Namibië'), -(153, 3, 'Namibia'), +(153, 2, 'Namibia'), +(153, 3, 'Namibië'), (154, 1, 'Nauru'), (154, 2, 'Nauru'), (154, 3, 'Nauru'), @@ -4536,8 +4276,8 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (155, 2, 'Nepal'), (155, 3, 'Nepal'), (156, 1, 'New Caledonia'), -(156, 2, 'Nieuw-Caledonië'), -(156, 3, 'Neukaledonien'), +(156, 2, 'Neukaledonien'), +(156, 3, 'Nieuw-Caledonië'), (157, 1, 'Nicaragua'), (157, 2, 'Nicaragua'), (157, 3, 'Nicaragua'), @@ -4548,11 +4288,11 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (159, 2, 'Niue'), (159, 3, 'Niue'), (160, 1, 'Norfolk Island'), -(160, 2, 'Norfolk'), -(160, 3, 'Norfolkinsel'), +(160, 2, 'Norfolkinsel'), +(160, 3, 'Norfolk'), (161, 1, 'Northern Mariana Islands'), -(161, 2, 'Noordelijke Marianen'), -(161, 3, 'Nördliche Marianen'), +(161, 2, 'Nördliche Marianen'), +(161, 3, 'Noordelijke Marianen'), (162, 1, 'Oman'), (162, 2, 'Oman'), (162, 3, 'Oman'), @@ -4563,14 +4303,14 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (164, 2, 'Palau'), (164, 3, 'Palau'), (165, 1, 'Palestinian Territories'), -(165, 2, 'Palestijnse gebieden'), -(165, 3, 'Palästinensische Autonomiegebiete'), +(165, 2, 'Palästinensische Autonomiegebiete'), +(165, 3, 'Palestijnse gebieden'), (166, 1, 'Panama'), (166, 2, 'Panama'), (166, 3, 'Panama'), (167, 1, 'Papua New Guinea'), -(167, 2, 'Papoea-Nieuw-Guinea'), -(167, 3, 'Papua-Neuguinea'), +(167, 2, 'Papua-Neuguinea'), +(167, 3, 'Papoea-Nieuw-Guinea'), (168, 1, 'Paraguay'), (168, 2, 'Paraguay'), (168, 3, 'Paraguay'), @@ -4578,44 +4318,44 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (169, 2, 'Peru'), (169, 3, 'Peru'), (170, 1, 'Philippines'), -(170, 2, 'Filipijnen'), -(170, 3, 'Philippinen'), +(170, 2, 'Philippinen'), +(170, 3, 'Filipijnen'), (171, 1, 'Pitcairn Islands'), -(171, 2, 'Pitcairneilanden'), -(171, 3, 'Pitcairninseln'), +(171, 2, 'Pitcairninseln'), +(171, 3, 'Pitcairneilanden'), (172, 1, 'Puerto Rico'), (172, 2, 'Puerto Rico'), (172, 3, 'Puerto Rico'), (173, 1, 'Qatar'), -(173, 2, 'Qatar'), -(173, 3, 'Katar'), +(173, 2, 'Katar'), +(173, 3, 'Qatar'), (174, 1, 'Réunion'), (174, 2, 'Réunion'), (174, 3, 'Réunion'), (175, 1, 'Russia'), -(175, 2, 'Rusland'), -(175, 3, 'Russland'), +(175, 2, 'Russland'), +(175, 3, 'Rusland'), (176, 1, 'Rwanda'), -(176, 2, 'Rwanda'), -(176, 3, 'Ruanda'), +(176, 2, 'Ruanda'), +(176, 3, 'Rwanda'), (177, 1, 'St. Barthélemy'), -(177, 2, 'Saint-Barthélemy'), -(177, 3, 'St. Barthélemy'), +(177, 2, 'St. Barthélemy'), +(177, 3, 'Saint-Barthélemy'), (178, 1, 'St. Kitts & Nevis'), -(178, 2, 'Saint Kitts en Nevis'), -(178, 3, 'St. Kitts und Nevis'), +(178, 2, 'St. Kitts und Nevis'), +(178, 3, 'Saint Kitts en Nevis'), (179, 1, 'St. Lucia'), -(179, 2, 'Saint Lucia'), -(179, 3, 'St. Lucia'), +(179, 2, 'St. Lucia'), +(179, 3, 'Saint Lucia'), (180, 1, 'St. Martin'), -(180, 2, 'Saint-Martin'), -(180, 3, 'St. Martin'), +(180, 2, 'St. Martin'), +(180, 3, 'Saint-Martin'), (181, 1, 'St. Pierre & Miquelon'), -(181, 2, 'Saint-Pierre en Miquelon'), -(181, 3, 'St. Pierre und Miquelon'), +(181, 2, 'St. Pierre und Miquelon'), +(181, 3, 'Saint-Pierre en Miquelon'), (182, 1, 'St. Vincent & Grenadines'), -(182, 2, 'Saint Vincent en de Grenadines'), -(182, 3, 'St. Vincent und die Grenadinen'), +(182, 2, 'St. Vincent und die Grenadinen'), +(182, 3, 'Saint Vincent en de Grenadines'), (183, 1, 'Samoa'), (183, 2, 'Samoa'), (183, 3, 'Samoa'), @@ -4623,17 +4363,17 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (184, 2, 'San Marino'), (184, 3, 'San Marino'), (185, 1, 'São Tomé & Príncipe'), -(185, 2, 'Sao Tomé en Principe'), -(185, 3, 'São Tomé und Príncipe'), +(185, 2, 'São Tomé und Príncipe'), +(185, 3, 'Sao Tomé en Principe'), (186, 1, 'Saudi Arabia'), -(186, 2, 'Saoedi-Arabië'), -(186, 3, 'Saudi-Arabien'), +(186, 2, 'Saudi-Arabien'), +(186, 3, 'Saoedi-Arabië'), (187, 1, 'Senegal'), (187, 2, 'Senegal'), (187, 3, 'Senegal'), (188, 1, 'Serbia'), -(188, 2, 'Servië'), -(188, 3, 'Serbien'), +(188, 2, 'Serbien'), +(188, 3, 'Servië'), (189, 1, 'Seychelles'), (189, 2, 'Seychellen'), (189, 3, 'Seychellen'), @@ -4641,44 +4381,44 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (190, 2, 'Sierra Leone'), (190, 3, 'Sierra Leone'), (191, 1, 'Slovenia'), -(191, 2, 'Slovenië'), -(191, 3, 'Slowenien'), +(191, 2, 'Slowenien'), +(191, 3, 'Slovenië'), (192, 1, 'Solomon Islands'), -(192, 2, 'Salomonseilanden'), -(192, 3, 'Salomonen'), +(192, 2, 'Salomonen'), +(192, 3, 'Salomonseilanden'), (193, 1, 'Somalia'), -(193, 2, 'Somalië'), -(193, 3, 'Somalia'), +(193, 2, 'Somalia'), +(193, 3, 'Somalië'), (194, 1, 'South Georgia & South Sandwich Islands'), -(194, 2, 'Zuid-Georgia en Zuidelijke Sandwicheilanden'), -(194, 3, 'Südgeorgien und die Südlichen Sandwichinseln'), +(194, 2, 'Südgeorgien und die Südlichen Sandwichinseln'), +(194, 3, 'Zuid-Georgia en Zuidelijke Sandwicheilanden'), (195, 1, 'Sri Lanka'), (195, 2, 'Sri Lanka'), (195, 3, 'Sri Lanka'), (196, 1, 'Sudan'), -(196, 2, 'Soedan'), -(196, 3, 'Sudan'), +(196, 2, 'Sudan'), +(196, 3, 'Soedan'), (197, 1, 'Suriname'), (197, 2, 'Suriname'), (197, 3, 'Suriname'), (198, 1, 'Svalbard & Jan Mayen'), -(198, 2, 'Spitsbergen en Jan Mayen'), -(198, 3, 'Spitzbergen und Jan Mayen'), +(198, 2, 'Spitzbergen und Jan Mayen'), +(198, 3, 'Spitsbergen en Jan Mayen'), (199, 1, 'Eswatini'), (199, 2, 'Eswatini'), (199, 3, 'Eswatini'), (200, 1, 'Syria'), -(200, 2, 'Syrië'), -(200, 3, 'Syrien'), +(200, 2, 'Syrien'), +(200, 3, 'Syrië'), (201, 1, 'Taiwan'), (201, 2, 'Taiwan'), (201, 3, 'Taiwan'), (202, 1, 'Tajikistan'), -(202, 2, 'Tadzjikistan'), -(202, 3, 'Tadschikistan'), +(202, 2, 'Tadschikistan'), +(202, 3, 'Tadzjikistan'), (203, 1, 'Tanzania'), -(203, 2, 'Tanzania'), -(203, 3, 'Tansania'), +(203, 2, 'Tansania'), +(203, 3, 'Tanzania'), (204, 1, 'Thailand'), (204, 2, 'Thailand'), (204, 3, 'Thailand'), @@ -4689,38 +4429,38 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (206, 2, 'Tonga'), (206, 3, 'Tonga'), (207, 1, 'Trinidad & Tobago'), -(207, 2, 'Trinidad en Tobago'), -(207, 3, 'Trinidad und Tobago'), +(207, 2, 'Trinidad und Tobago'), +(207, 3, 'Trinidad en Tobago'), (208, 1, 'Tunisia'), -(208, 2, 'Tunesië'), -(208, 3, 'Tunesien'), +(208, 2, 'Tunesien'), +(208, 3, 'Tunesië'), (209, 1, 'Turkey'), -(209, 2, 'Turkije'), -(209, 3, 'Türkei'), +(209, 2, 'Türkei'), +(209, 3, 'Turkije'), (210, 1, 'Turkmenistan'), (210, 2, 'Turkmenistan'), (210, 3, 'Turkmenistan'), (211, 1, 'Turks & Caicos Islands'), -(211, 2, 'Turks- en Caicoseilanden'), -(211, 3, 'Turks- und Caicosinseln'), +(211, 2, 'Turks- und Caicosinseln'), +(211, 3, 'Turks- en Caicoseilanden'), (212, 1, 'Tuvalu'), (212, 2, 'Tuvalu'), (212, 3, 'Tuvalu'), (213, 1, 'Uganda'), -(213, 2, 'Oeganda'), -(213, 3, 'Uganda'), +(213, 2, 'Uganda'), +(213, 3, 'Oeganda'), (214, 1, 'Ukraine'), -(214, 2, 'Oekraïne'), -(214, 3, 'Ukraine'), +(214, 2, 'Ukraine'), +(214, 3, 'Oekraïne'), (215, 1, 'United Arab Emirates'), -(215, 2, 'Verenigde Arabische Emiraten'), -(215, 3, 'Vereinigte Arabische Emirate'), +(215, 2, 'Vereinigte Arabische Emirate'), +(215, 3, 'Verenigde Arabische Emiraten'), (216, 1, 'Uruguay'), (216, 2, 'Uruguay'), (216, 3, 'Uruguay'), (217, 1, 'Uzbekistan'), -(217, 2, 'Oezbekistan'), -(217, 3, 'Usbekistan'), +(217, 2, 'Usbekistan'), +(217, 3, 'Oezbekistan'), (218, 1, 'Vanuatu'), (218, 2, 'Vanuatu'), (218, 3, 'Vanuatu'), @@ -4731,68 +4471,68 @@ INSERT INTO `ps_country_lang` (`id_country`, `id_lang`, `name`) VALUES (220, 2, 'Vietnam'), (220, 3, 'Vietnam'), (221, 1, 'British Virgin Islands'), -(221, 2, 'Britse Maagdeneilanden'), -(221, 3, 'Britische Jungferninseln'), +(221, 2, 'Britische Jungferninseln'), +(221, 3, 'Britse Maagdeneilanden'), (222, 1, 'U.S. Virgin Islands'), -(222, 2, 'Amerikaanse Maagdeneilanden'), -(222, 3, 'Amerikanische Jungferninseln'), +(222, 2, 'Amerikanische Jungferninseln'), +(222, 3, 'Amerikaanse Maagdeneilanden'), (223, 1, 'Wallis & Futuna'), -(223, 2, 'Wallis en Futuna'), -(223, 3, 'Wallis und Futuna'), +(223, 2, 'Wallis und Futuna'), +(223, 3, 'Wallis en Futuna'), (224, 1, 'Western Sahara'), -(224, 2, 'Westelijke Sahara'), -(224, 3, 'Westsahara'), +(224, 2, 'Westsahara'), +(224, 3, 'Westelijke Sahara'), (225, 1, 'Yemen'), (225, 2, 'Jemen'), (225, 3, 'Jemen'), (226, 1, 'Zambia'), -(226, 2, 'Zambia'), -(226, 3, 'Sambia'), +(226, 2, 'Sambia'), +(226, 3, 'Zambia'), (227, 1, 'Zimbabwe'), -(227, 2, 'Zimbabwe'), -(227, 3, 'Simbabwe'), +(227, 2, 'Simbabwe'), +(227, 3, 'Zimbabwe'), (228, 1, 'Albania'), -(228, 2, 'Albanië'), -(228, 3, 'Albanien'), +(228, 2, 'Albanien'), +(228, 3, 'Albanië'), (229, 1, 'Afghanistan'), (229, 2, 'Afghanistan'), (229, 3, 'Afghanistan'), (230, 1, 'Antarctica'), -(230, 2, 'Antarctica'), -(230, 3, 'Antarktis'), +(230, 2, 'Antarktis'), +(230, 3, 'Antarctica'), (231, 1, 'Bosnia & Herzegovina'), -(231, 2, 'Bosnië en Herzegovina'), -(231, 3, 'Bosnien und Herzegowina'), +(231, 2, 'Bosnien und Herzegowina'), +(231, 3, 'Bosnië en Herzegovina'), (232, 1, 'British Indian Ocean Territory'), -(232, 2, 'Brits Indische Oceaanterritorium'), -(232, 3, 'Britisches Territorium im Indischen Ozean'), +(232, 2, 'Britisches Territorium im Indischen Ozean'), +(232, 3, 'Brits Indische Oceaanterritorium'), (233, 1, 'Bulgaria'), -(233, 2, 'Bulgarije'), -(233, 3, 'Bulgarien'), +(233, 2, 'Bulgarien'), +(233, 3, 'Bulgarije'), (234, 1, 'Cayman Islands'), -(234, 2, 'Kaaimaneilanden'), -(234, 3, 'Kaimaninseln'), +(234, 2, 'Kaimaninseln'), +(234, 3, 'Kaaimaneilanden'), (235, 1, 'Christmas Island'), -(235, 2, 'Christmaseiland'), -(235, 3, 'Weihnachtsinsel'), +(235, 2, 'Weihnachtsinsel'), +(235, 3, 'Christmaseiland'), (236, 1, 'Cocos (Keeling) Islands'), -(236, 2, 'Cocoseilanden'), -(236, 3, 'Kokosinseln'), +(236, 2, 'Kokosinseln'), +(236, 3, 'Cocoseilanden'), (237, 1, 'Cook Islands'), -(237, 2, 'Cookeilanden'), -(237, 3, 'Cookinseln'), +(237, 2, 'Cookinseln'), +(237, 3, 'Cookeilanden'), (238, 1, 'French Guiana'), -(238, 2, 'Frans-Guyana'), -(238, 3, 'Französisch-Guayana'), +(238, 2, 'Französisch-Guayana'), +(238, 3, 'Frans-Guyana'), (239, 1, 'French Polynesia'), -(239, 2, 'Frans-Polynesië'), -(239, 3, 'Französisch-Polynesien'), +(239, 2, 'Französisch-Polynesien'), +(239, 3, 'Frans-Polynesië'), (240, 1, 'French Southern Territories'), -(240, 2, 'Franse Gebieden in de zuidelijke Indische Oceaan'), -(240, 3, 'Französische Süd- und Antarktisgebiete'), +(240, 2, 'Französische Süd- und Antarktisgebiete'), +(240, 3, 'Franse Gebieden in de zuidelijke Indische Oceaan'), (241, 1, 'Åland Islands'), -(241, 2, 'Åland'), -(241, 3, 'Ålandinseln'); +(241, 2, 'Ålandinseln'), +(241, 3, 'Åland'); DROP TABLE IF EXISTS `ps_country_shop`; CREATE TABLE `ps_country_shop` ( @@ -5063,7 +4803,7 @@ CREATE TABLE `ps_currency` ( INSERT INTO `ps_currency` (`id_currency`, `name`, `iso_code`, `numeric_iso_code`, `precision`, `conversion_rate`, `deleted`, `active`, `unofficial`, `modified`) VALUES (1, '', 'EUR', '978', 2, 1.000000, 0, 1, 0, 0), -(2, '', 'USD', '840', 2, 1.079716, 0, 1, 0, 0); +(2, '', 'USD', '840', 2, 1.088259, 0, 1, 0, 0); DROP TABLE IF EXISTS `ps_currency_lang`; CREATE TABLE `ps_currency_lang` ( @@ -5080,8 +4820,8 @@ INSERT INTO `ps_currency_lang` (`id_currency`, `id_lang`, `name`, `symbol`, `pat (1, 2, 'Euro', '€', ''), (1, 3, 'Euro', '€', ''), (2, 1, 'US Dollar', '$', ''), -(2, 2, 'Amerikaanse dollar', '$', ''), -(2, 3, 'US-Dollar', '$', ''); +(2, 2, 'US-Dollar', '$', ''), +(2, 3, 'Amerikaanse dollar', '$', ''); DROP TABLE IF EXISTS `ps_currency_shop`; CREATE TABLE `ps_currency_shop` ( @@ -5094,7 +4834,7 @@ CREATE TABLE `ps_currency_shop` ( INSERT INTO `ps_currency_shop` (`id_currency`, `id_shop`, `conversion_rate`) VALUES (1, 1, 1.000000), -(2, 1, 1.079716); +(2, 1, 1.088259); DROP TABLE IF EXISTS `ps_customer`; CREATE TABLE `ps_customer` ( @@ -5141,9 +4881,9 @@ CREATE TABLE `ps_customer` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_customer` (`id_customer`, `id_shop_group`, `id_shop`, `id_gender`, `id_default_group`, `id_lang`, `id_risk`, `company`, `siret`, `ape`, `firstname`, `lastname`, `email`, `passwd`, `last_passwd_gen`, `birthday`, `newsletter`, `ip_registration_newsletter`, `newsletter_date_add`, `optin`, `website`, `outstanding_allow_amount`, `show_public_prices`, `max_payment_days`, `secure_key`, `note`, `active`, `is_guest`, `deleted`, `date_add`, `date_upd`, `reset_password_token`, `reset_password_validity`) VALUES -(1, 1, 1, 1, 3, 1, 0, '', '', '', 'Anonymous', 'Anonymous', 'anonymous@psgdpr.com', '$2y$10$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 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'); +(1, 1, 1, 1, 3, 1, 0, '', '', '', 'Anonymous', 'Anonymous', 'anonymous@psgdpr.com', '$2y$10$nKn4IugG17Xnod354dSOqux5K7y8SGGKRbyJ7cg/pCXDpH/oxif8a', '2024-01-23 03:45:31', '0000-00-00', 0, '', '0000-00-00 00:00:00', 0, '', 0.000000, 0, 0, '079cef1c37c89fa6612fd07b32fce450', '', 0, 0, 0, '2024-01-23 09:45:31', '2024-01-23 09:45:31', '', '0000-00-00 00:00:00'), +(2, 1, 1, 1, 3, 1, 0, '', '', '', 'John', 'DOE', 'pub@prestashop.com', '$2y$10$OpnZtPwUCRGksnGyNcfwlOsmG/FRVpRx/f/CL/J1DdLmPu2Fhs9tG', '2024-01-23 03:45:40', '1970-01-15', 1, '', '2013-12-13 08:19:15', 1, '', 0.000000, 0, 0, '1d4905f81aaa687685a6b9f1ba572ef7', '', 1, 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', '', '0000-00-00 00:00:00'), +(3, 1, 1, 0, 3, 1, 0, 'TEST COMPANY', '61-5203873', NULL, 'TEST', 'TEST', 'demo@prestashop.com', '$2y$10$fN.5c3E4gGqsrySt6iNjUuz6vgqsF5zhhRqR0edNbm7pVOC1jo5N6', '2024-01-23 04:09:58', '1980-01-01', 1, NULL, '2024-01-23 10:09:58', 1, NULL, 0.000000, 0, 0, '32648c94413ccce330b118321504e443', NULL, 1, 0, 0, '2024-01-23 10:09:58', '2024-01-23 10:13:16', NULL, '0000-00-00 00:00:00'); DROP TABLE IF EXISTS `ps_customer_group`; CREATE TABLE `ps_customer_group` ( @@ -5196,31 +4936,8 @@ 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'), -(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'), -(14, 3, '769c486627c1c6141b9f2f10b0801fdf2ac89c70', '2023-10-30 13:13:58', '2023-10-30 13:14:01'), -(15, 3, '6799548d039622046b060a833c549b50fa387101', '2023-10-30 13:16:40', '2023-10-30 13:38:57'), -(16, 3, '7aa1c02c6cac89fc6ecedc5cfcc0fb266e96c7ab', '2023-10-30 13:25:08', '2023-10-30 13:25:10'), -(17, 3, '20513ec690e8e386dec71c4991416379352348d6', '2023-10-30 13:27:19', '2023-10-30 13:30:16'), -(18, 3, 'a9a839c095b1cc9cc0787b346c6500691bbbe780', '2023-10-30 13:35:39', '2023-10-30 13:35:42'), -(19, 3, '5ed847abbf53d9c68f7a1bedbce2404caa02f13d', '2023-10-30 13:36:33', '2023-10-30 13:38:12'), -(20, 3, '75c497cfae813db3ae1d197b9d59f0a1a8651119', '2023-10-30 13:41:12', '2023-10-30 13:41:14'), -(21, 3, 'd722d6af808973b716797b8fac2f163ab7207840', '2023-10-30 13:43:21', '2023-10-30 13:43:23'), -(22, 3, '61bc10ccab068825ddcbdcca05920c2cd249c4c2', '2023-10-30 13:47:01', '2023-10-30 13:47:46'), -(23, 3, 'a5920daf5820388819aa97bbb45ad21e1f15956b', '2023-10-30 13:49:35', '2023-10-30 13:49:38'), -(24, 3, '97d1b6dcba236c4b373043137418c4e191f4e211', '2023-10-30 13:51:04', '2023-10-30 13:51:05'), -(25, 3, 'fc72b995f9209ac2dabfe31f86b68daa0df7a115', '2023-10-30 13:51:56', '2023-10-30 13:52:27'); +(1, 3, 'e48c018c15a1b89fbef8341632a533cc4263327c', '2024-01-23 10:09:58', '2024-01-23 10:13:16'), +(2, 3, '85982b3574d9399710c1b35a2e199d6b2ea9e946', '2024-01-23 10:13:16', '2024-01-23 10:15:25'); DROP TABLE IF EXISTS `ps_customer_thread`; CREATE TABLE `ps_customer_thread` ( @@ -5402,7 +5119,20 @@ 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-10-30', NULL, '0000-00-00 00:00:00', 0); +(1, 1, 1, 'Doe', 'John', 'demo@prestashop.com', '$2y$10$39CDJqXEf096KnI5w9SgAugGdMwm.Kk1Kr3CluN18x28k8wJQUzJ2', '2024-01-23 03:45:31', '2023-12-23', '2024-01-23', '0000-00-00', '0000-00-00', 1, NULL, NULL, 'default', 'theme.css', 1, 0, 1, 1, NULL, 0, 0, 0, '2024-01-23', NULL, '0000-00-00 00:00:00', 0), +(2, 1, 1, 'Marketplace', 'Prestashop', 'mbo-13d67fc9-e212-421e-8fde-5fee5d065f55@prestashop.com', '$2y$10$mN/yLQhZknaaot.3HXerjeZ.e3.YIwoeaM7J6z11GfXb7MFhOAouq', '2024-01-23 03:50:22', '2023-12-23', '2024-01-23', '0000-00-00', '0000-00-00', 1, NULL, NULL, NULL, 'theme.css', 0, 0, 1, 1, NULL, 0, 0, 0, '2024-01-23', NULL, '0000-00-00 00:00:00', 0); + +DROP TABLE IF EXISTS `ps_employee_account`; +CREATE TABLE `ps_employee_account` ( + `id_employee_account` int(11) NOT NULL AUTO_INCREMENT, + `id_employee` int(11) NOT NULL, + `email` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, + `uid` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, + `date_add` datetime NOT NULL, + `date_upd` datetime NOT NULL, + PRIMARY KEY (`id_employee_account`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; + DROP TABLE IF EXISTS `ps_employee_session`; CREATE TABLE `ps_employee_session` ( @@ -5415,32 +5145,9 @@ 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'), -(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'), -(15, 1, '5b7408c77e6359a5cffbace769148ad52d041e74', '2023-10-30 13:13:46', '2023-10-30 13:24:23'), -(16, 1, 'dc022280b4aa90a73cbe04468c2eb5b22b909236', '2023-10-30 13:16:25', '2023-10-30 13:59:08'), -(17, 1, 'aa5bd5606ee3b2f14a4d54a58ded2f2e16452302', '2023-10-30 13:25:01', '2023-10-30 13:26:05'), -(18, 1, '180360ea23d9584b930765f2a734a9f8b1db9277', '2023-10-30 13:27:11', '2023-10-30 13:30:37'), -(19, 1, 'a8cab6dc3314093b70471941ad9da80eec9557a9', '2023-10-30 13:35:31', '2023-10-30 13:36:07'), -(20, 1, '64207c35d9165035a029214a15ec9cfaefd24eaa', '2023-10-30 13:36:24', '2023-10-30 13:36:28'), -(21, 1, 'acbc560ae2e819e41f56467e2171e8b868b99187', '2023-10-30 13:40:56', '2023-10-30 13:42:13'), -(22, 1, '34ac6be09d62e0f2db150f526b4a56806c903d3c', '2023-10-30 13:43:13', '2023-10-30 13:44:21'), -(23, 1, '133a516d89d03f12a8f7a95971652720dea24c82', '2023-10-30 13:46:52', '2023-10-30 13:48:13'), -(24, 1, '487f50374f794b03b0415db167c2658874ecd8be', '2023-10-30 13:49:24', '2023-10-30 13:50:05'), -(25, 1, '9f55b83d47673fd0d0a9e32eb77986701b51b77e', '2023-10-30 13:50:55', '2023-10-30 13:51:31'), -(26, 1, '8aeae877652f937b019bc82168917223cb92f4c1', '2023-10-30 13:51:48', '2023-10-30 13:51:52'); +(1, 1, '82d02f5fcb3161fddf28d32db6d8be8c50fb9ed6', '2024-01-23 09:46:29', '2024-01-23 10:15:01'), +(2, 2, '4518f5b1110f17b1766df6b075addc1c331512ea', '2024-01-23 09:50:49', '2024-01-23 09:50:49'), +(3, 2, '48ddb2613d4317b0b2f985df1da7e264861638a8', '2024-01-23 09:50:57', '2024-01-23 09:50:57'); DROP TABLE IF EXISTS `ps_employee_shop`; CREATE TABLE `ps_employee_shop` ( @@ -5451,7 +5158,8 @@ CREATE TABLE `ps_employee_shop` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_employee_shop` (`id_employee`, `id_shop`) VALUES -(1, 1); +(1, 1), +(2, 1); DROP TABLE IF EXISTS `ps_feature`; CREATE TABLE `ps_feature` ( @@ -5462,8 +5170,7 @@ CREATE TABLE `ps_feature` ( INSERT INTO `ps_feature` (`id_feature`, `position`) VALUES (1, 0), -(2, 1), -(3, 1); +(2, 1); DROP TABLE IF EXISTS `ps_feature_flag`; CREATE TABLE `ps_feature_flag` ( @@ -5480,8 +5187,20 @@ CREATE TABLE `ps_feature_flag` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; INSERT INTO `ps_feature_flag` (`id_feature_flag`, `name`, `state`, `label_wording`, `label_domain`, `description_wording`, `description_domain`, `stability`) VALUES -(1, 'product_page_v2', 0, 'New product page - Single store', 'Admin.Advparameters.Feature', 'This page benefits from increased performance and includes new features such as a new combination management system.', 'Admin.Advparameters.Help', 'beta'), -(2, 'product_page_v2_multi_shop', 0, 'New product page - Multi store', 'Admin.Advparameters.Feature', 'Access the new product page, even in a multistore context. This is a work in progress and some features are not available.', 'Admin.Advparameters.Help', 'beta'); +(1, 'product_page_v2', 1, 'New product page', 'Admin.Advparameters.Feature', 'This page benefits from increased performance and includes new features such as a new combination management system.', 'Admin.Advparameters.Help', 'stable'), +(2, 'attribute_group', 0, 'Attribute group', 'Admin.Advparameters.Feature', 'Enable / Disable migrated attribute group page.', 'Admin.Advparameters.Help', 'beta'), +(3, 'authorization_server', 0, 'Authorization server', 'Admin.Advparameters.Feature', 'Enable or disable the authorization server page.', 'Admin.Advparameters.Help', 'beta'), +(4, 'cart_rule', 0, 'Cart rules', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated cart rules page.', 'Admin.Advparameters.Help', 'beta'), +(5, 'catalog_price_rule', 0, 'Catalog price rules', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated catalog price rules page.', 'Admin.Advparameters.Help', 'beta'), +(6, 'multiple_image_format', 0, 'Multiple image formats', 'Admin.Advparameters.Feature', 'Enable / Disable having more than one image format (jpg, webp, avif, png, etc.)', 'Admin.Advparameters.Help', 'stable'), +(7, 'country', 0, 'Countries', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated countries page.', 'Admin.Advparameters.Help', 'beta'), +(8, 'state', 0, 'States', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated states page.', 'Admin.Advparameters.Help', 'beta'), +(9, 'carrier', 0, 'Carriers', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated carriers page.', 'Admin.Advparameters.Help', 'beta'), +(10, 'title', 0, 'Titles', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated titles page.', 'Admin.Advparameters.Help', 'beta'), +(11, 'permission', 0, 'Permissions', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated permissions page.', 'Admin.Advparameters.Help', 'beta'), +(12, 'tax_rules_group', 0, 'Tax rule groups', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated tax rules page.', 'Admin.Advparameters.Help', 'beta'), +(13, 'customer_threads', 0, 'Customer threads', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated customer threads page.', 'Admin.Advparameters.Help', 'beta'), +(14, 'order_state', 0, 'Order states', 'Admin.Advparameters.Feature', 'Enable / Disable the migrated order states page.', 'Admin.Advparameters.Help', 'beta'); DROP TABLE IF EXISTS `ps_feature_lang`; CREATE TABLE `ps_feature_lang` ( @@ -5493,15 +5212,12 @@ CREATE TABLE `ps_feature_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_feature_lang` (`id_feature`, `id_lang`, `name`) VALUES -(2, 1, 'Composition'), -(3, 1, 'Property'), -(1, 1, 'Voucher'), -(2, 2, 'Composition'), -(3, 2, 'Property'), -(1, 2, 'Voucher'), -(2, 3, 'Composition'), -(3, 3, 'Property'), -(1, 3, 'Voucher'); +(1, 1, 'Composition'), +(2, 1, 'Property'), +(1, 2, 'Composition'), +(2, 2, 'Property'), +(1, 3, 'Composition'), +(2, 3, 'Property'); DROP TABLE IF EXISTS `ps_feature_product`; CREATE TABLE `ps_feature_product` ( @@ -5517,7 +5233,6 @@ 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), @@ -5528,6 +5243,7 @@ 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), @@ -5548,8 +5264,7 @@ CREATE TABLE `ps_feature_shop` ( INSERT INTO `ps_feature_shop` (`id_feature`, `id_shop`) VALUES (1, 1), -(2, 1), -(3, 1); +(2, 1); DROP TABLE IF EXISTS `ps_feature_value`; CREATE TABLE `ps_feature_value` ( @@ -5567,13 +5282,10 @@ INSERT INTO `ps_feature_value` (`id_feature_value`, `id_feature`, `custom`) VALU (4, 1, 0), (5, 1, 0), (6, 1, 0), -(7, 1, 0), -(8, 1, 0), -(9, 1, 0), -(10, 2, 0), -(11, 2, 0), -(12, 2, 0), -(13, 2, 0); +(7, 2, 0), +(8, 2, 0), +(9, 2, 0), +(10, 2, 0); DROP TABLE IF EXISTS `ps_feature_value_lang`; CREATE TABLE `ps_feature_value_lang` ( @@ -5584,45 +5296,36 @@ CREATE TABLE `ps_feature_value_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_feature_value_lang` (`id_feature_value`, `id_lang`, `value`) VALUES -(1, 1, 'meal'), -(1, 2, 'meal'), -(1, 3, 'meal'), -(2, 1, 'gift'), -(2, 2, 'gift'), -(2, 3, 'gift'), -(3, 1, 'eco'), -(3, 2, 'eco'), -(3, 3, 'eco'), -(4, 1, 'Polyester'), -(4, 2, 'Polyester'), -(4, 3, 'Polyester'), -(5, 1, 'Wool'), -(5, 2, 'Wol'), -(5, 3, 'Wolle'), -(6, 1, 'Ceramic'), -(6, 2, 'Ceramic'), -(6, 3, 'Ceramic'), -(7, 1, 'Cotton'), -(7, 2, 'Katoen'), -(7, 3, 'Baumwolle'), -(8, 1, 'Recycled cardboard'), -(8, 2, 'Recycled cardboard'), -(8, 3, 'Recycled cardboard'), -(9, 1, 'Matt paper'), -(9, 2, 'Matt paper'), -(9, 3, 'Matt paper'), -(10, 1, 'Long sleeves'), -(10, 2, 'Long sleeves'), -(10, 3, 'Long sleeves'), -(11, 1, 'Short sleeves'), -(11, 2, 'Short sleeves'), -(11, 3, 'Short sleeves'), -(12, 1, 'Removable cover'), -(12, 2, 'Removable cover'), -(12, 3, 'Removable cover'), -(13, 1, '120 pages'), -(13, 2, '120 pages'), -(13, 3, '120 pages'); +(1, 1, 'Polyester'), +(1, 2, 'Polyester'), +(1, 3, 'Polyester'), +(2, 1, 'Wool'), +(2, 2, 'Wolle'), +(2, 3, 'Wol'), +(3, 1, 'Ceramic'), +(3, 2, 'Ceramic'), +(3, 3, 'Ceramic'), +(4, 1, 'Cotton'), +(4, 2, 'Baumwolle'), +(4, 3, 'Katoen'), +(5, 1, 'Recycled cardboard'), +(5, 2, 'Recycled cardboard'), +(5, 3, 'Recycled cardboard'), +(6, 1, 'Matt paper'), +(6, 2, 'Matt paper'), +(6, 3, 'Matt paper'), +(7, 1, 'Long sleeves'), +(7, 2, 'Long sleeves'), +(7, 3, 'Long sleeves'), +(8, 1, 'Short sleeves'), +(8, 2, 'Short sleeves'), +(8, 3, 'Short sleeves'), +(9, 1, 'Removable cover'), +(9, 2, 'Removable cover'), +(9, 3, 'Removable cover'), +(10, 1, '120 pages'), +(10, 2, '120 pages'), +(10, 3, '120 pages'); DROP TABLE IF EXISTS `ps_ganalytics`; CREATE TABLE `ps_ganalytics` ( @@ -5639,40 +5342,7 @@ 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'), -(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'), -(33, 39, 0, 1, 0, NULL, '2023-10-30 12:30:14'), -(34, 40, 0, 1, 0, NULL, '2023-10-30 12:47:45'); +(1, 6, 0, 1, 0, NULL, '2024-01-23 09:12:20'); DROP TABLE IF EXISTS `ps_ganalytics_data`; CREATE TABLE `ps_ganalytics_data` ( @@ -5683,60 +5353,7 @@ 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\');\"]]'), -(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\');\"]]'), -(48, 1, '[[[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]]]'), -(49, 1, '[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]'), -(50, 1, '[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]'), -(51, 1, '[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]'), -(52, 1, '[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]'), -(53, 1, '[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]'), -(54, 1, '[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]'), -(55, 1, '[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]'), -(56, 1, '[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]'), -(57, 1, '[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]'), -(58, 1, '[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]'), -(59, 1, '[[[[[[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]]]]]]'); +(6, 1, '[\"MBG.addCheckoutOption(2,\'Click and collect\');\"]'); DROP TABLE IF EXISTS `ps_gender`; CREATE TABLE `ps_gender` ( @@ -5760,11 +5377,11 @@ CREATE TABLE `ps_gender_lang` ( INSERT INTO `ps_gender_lang` (`id_gender`, `id_lang`, `name`) VALUES (1, 1, 'Mr.'), -(1, 2, 'Dhr.'), -(1, 3, 'Herr'), +(1, 2, 'Herr'), +(1, 3, 'Dhr.'), (2, 1, 'Mrs.'), -(2, 2, 'Mw.'), -(2, 3, 'Frau'); +(2, 2, 'Frau'), +(2, 3, 'Mw.'); DROP TABLE IF EXISTS `ps_group`; CREATE TABLE `ps_group` ( @@ -5778,9 +5395,9 @@ CREATE TABLE `ps_group` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_group` (`id_group`, `reduction`, `price_display_method`, `show_prices`, `date_add`, `date_upd`) VALUES -(1, 0.00, 0, 1, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(2, 0.00, 0, 1, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(3, 0.00, 0, 1, '2023-08-28 13:26:17', '2023-08-28 13:26:17'); +(1, 0.00, 0, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(2, 0.00, 0, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(3, 0.00, 0, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30'); DROP TABLE IF EXISTS `ps_group_lang`; CREATE TABLE `ps_group_lang` ( @@ -5792,14 +5409,14 @@ CREATE TABLE `ps_group_lang` ( INSERT INTO `ps_group_lang` (`id_group`, `id_lang`, `name`) VALUES (1, 1, 'Visitor'), -(1, 2, 'Bezoeker'), -(1, 3, 'Besucher'), +(1, 2, 'Besucher'), +(1, 3, 'Bezoeker'), (2, 1, 'Guest'), (2, 2, 'Gast'), (2, 3, 'Gast'), (3, 1, 'Customer'), -(3, 2, 'Klant'), -(3, 3, 'Kunde'); +(3, 2, 'Kunde'), +(3, 3, 'Klant'); DROP TABLE IF EXISTS `ps_group_reduction`; CREATE TABLE `ps_group_reduction` ( @@ -5859,872 +5476,7 @@ 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, 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), -(614, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(615, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(616, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(617, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(618, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(619, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(620, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(621, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(622, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(623, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(624, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(625, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(626, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(627, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(628, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(629, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(630, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(631, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(632, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(633, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(634, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(635, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(636, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(637, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(638, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(639, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'en', 0), -(640, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(641, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(642, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(644, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(645, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(646, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(648, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(649, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(650, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(651, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(652, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(653, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(654, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(655, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(656, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(657, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(658, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(659, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(660, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(661, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(662, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(663, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(664, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(665, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(666, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(667, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(668, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(669, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(670, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(671, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(672, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(673, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(674, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(675, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(676, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(677, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(678, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(679, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(680, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(681, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(682, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(683, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(684, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(685, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(686, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(687, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(688, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(689, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(690, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(691, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(692, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(693, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(694, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(695, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(696, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(697, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(698, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(699, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(700, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(702, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(703, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(704, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(705, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(706, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(707, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(708, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(709, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(710, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(711, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(712, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(714, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(715, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(716, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(717, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(718, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(719, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(720, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(721, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(722, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(723, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(724, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(725, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(726, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(727, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(728, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(729, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(730, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(731, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(732, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(733, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(734, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(735, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(736, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(737, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(738, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(739, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(740, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(741, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(742, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(743, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(744, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(745, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(746, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(747, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(748, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(749, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(750, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(751, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(752, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(753, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(754, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(755, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(757, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(758, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(759, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(760, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(761, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(763, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(764, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(765, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(766, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(767, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(768, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(769, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(770, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(771, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(772, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(773, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(774, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(775, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(776, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(777, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(778, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(779, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(780, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(781, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(782, 7, 11, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 'en', 0), -(783, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(784, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(785, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(786, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(788, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(789, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(790, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(791, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(792, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(793, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(794, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(795, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(796, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(797, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(798, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(799, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(801, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(802, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(803, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(804, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(805, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(806, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(807, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(808, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(809, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(810, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(811, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(812, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(813, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(814, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(815, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(816, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(817, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(818, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(820, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(821, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(822, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(823, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(824, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(825, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(826, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(827, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(828, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(829, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(830, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(831, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(832, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(834, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(835, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(836, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(837, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(838, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(839, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(840, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(842, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(843, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(844, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(845, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(846, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(848, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(849, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(850, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(851, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(852, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(853, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(854, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(855, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(856, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(857, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(858, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(859, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(860, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(861, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(862, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(863, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(864, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(865, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(866, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(867, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(868, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(869, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(870, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(871, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(872, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(873, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(874, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(875, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(876, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(877, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(878, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(879, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(880, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(881, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(882, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(883, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(884, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(885, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(886, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(887, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(888, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(889, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, '', 0), -(890, 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); DROP TABLE IF EXISTS `ps_homeslider`; CREATE TABLE `ps_homeslider` ( @@ -6764,15 +5516,15 @@ CREATE TABLE `ps_homeslider_slides_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_homeslider_slides_lang` (`id_homeslider_slides`, `id_lang`, `title`, `description`, `legend`, `url`, `image`) VALUES -(1, 1, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), -(1, 2, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), -(1, 3, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), -(2, 1, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), -(2, 2, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), -(2, 3, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), -(3, 1, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), -(3, 2, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), -(3, 3, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'http://www.prestashop.com/?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'); +(1, 1, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), +(1, 2, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), +(1, 3, 'Sample 1', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-1', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-1.jpg'), +(2, 1, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), +(2, 2, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), +(2, 3, 'Sample 2', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-2', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-2.jpg'), +(3, 1, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), +(3, 2, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'), +(3, 3, 'Sample 3', '

EXCEPTEUR OCCAECAT

\n

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin tristique in tortor et dignissim. Quisque non tempor leo. Maecenas egestas sem elit

', 'sample-3', 'https://www.prestashop-project.org?utm_source=back-office&utm_medium=v17_homeslider&utm_campaign=back-office-EN&utm_content=download', 'sample-3.jpg'); DROP TABLE IF EXISTS `ps_hook`; CREATE TABLE `ps_hook` ( @@ -6797,902 +5549,946 @@ INSERT INTO `ps_hook` (`id_hook`, `name`, `title`, `description`, `active`, `pos (8, 'displayPaymentReturn', 'Payment return', '', 1, 1), (9, 'actionUpdateQuantity', 'Quantity update', 'Quantity is updated only when a customer effectively places their order', 1, 1), (10, 'displayRightColumn', 'Right column blocks', 'This hook displays new elements in the right-hand column', 1, 1), -(11, 'displayWrapperTop', 'Main wrapper section (top)', 'This hook displays new elements in the top of the main wrapper', 1, 1), -(12, 'displayWrapperBottom', 'Main wrapper section (bottom)', 'This hook displays new elements in the bottom of the main wrapper', 1, 1), -(13, 'displayContentWrapperTop', 'Content wrapper section (top)', 'This hook displays new elements in the top of the content wrapper', 1, 1), -(14, 'displayContentWrapperBottom', 'Content wrapper section (bottom)', 'This hook displays new elements in the bottom of the content wrapper', 1, 1), -(15, 'displayLeftColumn', 'Left column blocks', 'This hook displays new elements in the left-hand column', 1, 1), -(16, 'displayHome', 'Homepage content', 'This hook displays new elements on the homepage', 1, 1), -(17, 'displayHeader', 'Pages html head section', 'This hook adds additional elements in the head section of your pages (head section of html)', 1, 1), -(18, 'actionCartSave', 'Cart creation and update', 'This hook is displayed when a product is added to the cart or if the cart\'s content is modified', 1, 1), -(19, 'actionAuthentication', 'Successful customer authentication', 'This hook is displayed after a customer successfully signs in', 1, 1), -(20, 'actionProductAdd', 'Product creation', 'This hook is displayed after a product is created', 1, 1), -(21, 'actionProductUpdate', 'Product update', 'This hook is displayed after a product has been updated', 1, 1), -(22, 'displayAfterTitleTag', 'After title tag', 'Use this hook to add content after title tag', 1, 1), -(23, 'displayAfterBodyOpeningTag', 'Very top of pages', 'Use this hook for advertisement or modals you want to load first', 1, 1), -(24, 'displayBanner', 'Very top of pages', 'Use this hook for banners on top of every pages', 1, 1), -(25, 'displayBeforeBodyClosingTag', 'Very bottom of pages', 'Use this hook for your modals or any content you want to load at the very end', 1, 1), -(26, 'displayTop', 'Top of pages', 'This hook displays additional elements at the top of your pages', 1, 1), -(27, 'displayNavFullWidth', 'Navigation', 'This hook displays full width navigation menu at the top of your pages', 1, 1), -(28, 'displayRightColumnProduct', 'New elements on the product page (right column)', 'This hook displays new elements in the right-hand column of the product page', 1, 1), -(29, 'actionProductDelete', 'Product deletion', 'This hook is called when a product is deleted', 1, 1), -(30, 'actionObjectProductInCartDeleteBefore', 'Cart product removal', 'This hook is called before a product is removed from a cart', 1, 1), -(31, 'actionObjectProductInCartDeleteAfter', 'Cart product removal', 'This hook is called after a product is removed from a cart', 1, 1), -(32, 'displayFooterProduct', 'Product footer', 'This hook adds new blocks under the product\'s description', 1, 1), -(33, 'displayInvoice', 'Invoice', 'This hook displays new blocks on the invoice (order)', 1, 1), -(34, 'actionOrderStatusUpdate', 'Order status update - Event', 'This hook launches modules when the status of an order changes', 1, 1), -(35, 'displayAdminGridTableBefore', 'Display before Grid table', 'This hook adds new blocks before Grid component table', 1, 1), -(36, 'displayAdminGridTableAfter', 'Display after Grid table', 'This hook adds new blocks after Grid component table', 1, 1), -(37, 'displayAdminOrder', 'Display new elements in the Back Office, tab AdminOrder', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office', 1, 1), -(38, 'displayAdminOrderTabOrder', 'Display new elements in Back Office, AdminOrder, panel Order', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel tabs', 1, 1), -(39, 'displayAdminOrderTabShip', 'Display new elements in Back Office, AdminOrder, panel Shipping', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel tabs', 1, 1), -(40, 'displayAdminOrderContentOrder', 'Display new elements in Back Office, AdminOrder, panel Order', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel content', 1, 1), -(41, 'displayAdminOrderContentShip', 'Display new elements in Back Office, AdminOrder, panel Shipping', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel content', 1, 1), -(42, 'displayFooter', 'Footer', 'This hook displays new blocks in the footer', 1, 1), -(43, 'displayPDFInvoice', 'PDF Invoice', 'This hook allows you to display additional information on PDF invoices', 1, 1), -(44, 'displayInvoiceLegalFreeText', 'PDF Invoice - Legal Free Text', 'This hook allows you to modify the legal free text on PDF invoices', 1, 1), -(45, 'displayAdminCustomers', 'Display new elements in the Back Office, tab AdminCustomers', 'This hook launches modules when the AdminCustomers tab is displayed in the Back Office', 1, 1), -(46, 'displayAdminCustomersAddressesItemAction', 'Display new elements in the Back Office, tab AdminCustomers, Addresses actions', 'This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office', 1, 1), -(47, 'displayOrderConfirmation', 'Order confirmation page', 'This hook is called within an order\'s confirmation page', 1, 1), -(48, 'actionCustomerAccountAdd', 'Successful customer account creation', 'This hook is called when a new customer creates an account successfully', 1, 1), -(49, 'actionCustomerAccountUpdate', 'Successful customer account update', 'This hook is called when a customer updates its account successfully', 1, 1), -(50, 'displayCustomerAccount', 'Customer account displayed in Front Office', 'This hook displays new elements on the customer account page', 1, 1), -(51, 'actionOrderSlipAdd', 'Order slip creation', 'This hook is called when a new credit slip is added regarding client order', 1, 1), -(52, 'displayShoppingCartFooter', 'Shopping cart footer', 'This hook displays some specific information on the shopping cart\'s page', 1, 1), -(53, 'displayCreateAccountEmailFormBottom', 'Customer authentication form', 'This hook displays some information on the bottom of the email form', 1, 1), -(54, 'displayAuthenticateFormBottom', 'Customer authentication form', 'This hook displays some information on the bottom of the authentication form', 1, 1), -(55, 'displayCustomerAccountForm', 'Customer account creation form', 'This hook displays some information on the form to create a customer account', 1, 1), -(56, 'displayModuleConfigureExtraButtons', 'Module configuration - After toolbar buttons', 'This hook allows to add toolbar\'s additional content on module configuration page', 1, 1), -(57, 'displayAdminStatsModules', 'Stats - Modules', '', 1, 1), -(58, 'displayAdminStatsGraphEngine', 'Graph engines', '', 1, 1), -(59, 'actionOrderReturn', 'Returned product', 'This hook is displayed when a customer returns a product ', 1, 1), -(60, 'displayProductAdditionalInfo', 'Product page additional info', 'This hook adds additional information on the product page', 1, 1), -(61, 'displayBackOfficeHome', 'Administration panel homepage', 'This hook is displayed on the admin panel\'s homepage', 1, 1), -(62, 'displayAdminStatsGridEngine', 'Grid engines', '', 1, 1), -(63, 'actionWatermark', 'Watermark', '', 1, 1), -(64, 'actionProductCancel', 'Product cancelled', 'This hook is called when you cancel a product in an order', 1, 1), -(65, 'displayLeftColumnProduct', 'New elements on the product page (left column)', 'This hook displays new elements in the left-hand column of the product page', 1, 1), -(66, 'actionProductOutOfStock', 'Out-of-stock product', 'This hook displays new action buttons if a product is out of stock', 1, 1), -(67, 'actionProductAttributeUpdate', 'Product attribute update', 'This hook is displayed when a product\'s attribute is updated', 1, 1), -(68, 'displayCarrierList', 'Extra carrier (module mode)', '', 1, 1), -(69, 'displayShoppingCart', 'Shopping cart - Additional button', 'This hook displays new action buttons within the shopping cart', 1, 1), -(70, 'actionCarrierUpdate', 'Carrier Update', 'This hook is called when a carrier is updated', 1, 1), -(71, 'actionOrderStatusPostUpdate', 'Post update of order status', '', 1, 1), -(72, 'displayCustomerAccountFormTop', 'Block above the form for create an account', 'This hook is displayed above the customer\'s account creation form', 1, 1), -(73, 'displayBackOfficeHeader', 'Administration panel header', 'This hook is displayed in the header of the admin panel', 1, 1), -(74, 'displayBackOfficeTop', 'Administration panel hover the tabs', 'This hook is displayed on the roll hover of the tabs within the admin panel', 1, 1), -(75, 'displayAdminEndContent', 'Administration end of content', 'This hook is displayed at the end of the main content, before the footer', 1, 1), -(76, 'displayBackOfficeFooter', 'Administration panel footer', 'This hook is displayed within the admin panel\'s footer', 1, 1), -(77, 'actionProductAttributeDelete', 'Product attribute deletion', 'This hook is displayed when a product\'s attribute is deleted', 1, 1), -(78, 'actionCarrierProcess', 'Carrier process', '', 1, 1), -(79, 'displayBeforeCarrier', 'Before carriers list', 'This hook is displayed before the carrier list in Front Office', 1, 1), -(80, 'displayAfterCarrier', 'After carriers list', 'This hook is displayed after the carrier list in Front Office', 1, 1), -(81, 'displayOrderDetail', 'Order detail', 'This hook is displayed within the order\'s details in Front Office', 1, 1), -(82, 'actionPaymentCCAdd', 'Payment CC added', '', 1, 1), -(83, 'actionCategoryAdd', 'Category creation', 'This hook is displayed when a category is created', 1, 1), -(84, 'actionCategoryUpdate', 'Category modification', 'This hook is displayed when a category is modified', 1, 1), -(85, 'actionCategoryDelete', 'Category deletion', 'This hook is displayed when a category is deleted', 1, 1), -(86, 'displayPaymentTop', 'Top of payment page', 'This hook is displayed at the top of the payment page', 1, 1), -(87, 'actionHtaccessCreate', 'After htaccess creation', 'This hook is displayed after the htaccess creation', 1, 1), -(88, 'actionAdminMetaSave', 'After saving the configuration in AdminMeta', 'This hook is displayed after saving the configuration in AdminMeta', 1, 1), -(89, 'displayAttributeGroupForm', 'Add fields to the form \'attribute group\'', 'This hook adds fields to the form \'attribute group\'', 1, 1), -(90, 'actionAttributeGroupSave', 'Saving an attribute group', 'This hook is called while saving an attributes group', 1, 1), -(91, 'actionAttributeGroupDelete', 'Deleting attribute group', 'This hook is called while deleting an attributes group', 1, 1), -(92, 'displayFeatureForm', 'Add fields to the form \'feature\'', 'This hook adds fields to the form \'feature\'', 1, 1), -(93, 'actionFeatureSave', 'Saving attributes\' features', 'This hook is called while saving an attributes features', 1, 1), -(94, 'actionFeatureDelete', 'Deleting attributes\' features', 'This hook is called while deleting an attributes features', 1, 1), -(95, 'actionProductSave', 'Saving products', 'This hook is called while saving products', 1, 1), -(96, 'displayAttributeGroupPostProcess', 'On post-process in admin attribute group', 'This hook is called on post-process in admin attribute group', 1, 1), -(97, 'displayFeaturePostProcess', 'On post-process in admin feature', 'This hook is called on post-process in admin feature', 1, 1), -(98, 'displayFeatureValueForm', 'Add fields to the form \'feature value\'', 'This hook adds fields to the form \'feature value\'', 1, 1), -(99, 'displayFeatureValuePostProcess', 'On post-process in admin feature value', 'This hook is called on post-process in admin feature value', 1, 1), -(100, 'actionFeatureValueDelete', 'Deleting attributes\' features\' values', 'This hook is called while deleting an attributes features value', 1, 1), -(101, 'actionFeatureValueSave', 'Saving an attributes features value', 'This hook is called while saving an attributes features value', 1, 1), -(102, 'displayAttributeForm', 'Add fields to the form \'attribute value\'', 'This hook adds fields to the form \'attribute value\'', 1, 1), -(103, 'actionAttributePostProcess', 'On post-process in admin feature value', 'This hook is called on post-process in admin feature value', 1, 1), -(104, 'actionAttributeDelete', 'Deleting an attributes features value', 'This hook is called while deleting an attributes features value', 1, 1), -(105, 'actionAttributeSave', 'Saving an attributes features value', 'This hook is called while saving an attributes features value', 1, 1), -(106, 'actionTaxManager', 'Tax Manager Factory', '', 1, 1), -(107, 'displayMyAccountBlock', 'My account block', 'This hook displays extra information within the \'my account\' block\"', 1, 1), -(108, 'actionModuleInstallBefore', 'actionModuleInstallBefore', '', 1, 1), -(109, 'actionModuleInstallAfter', 'actionModuleInstallAfter', '', 1, 1), -(110, 'actionModuleUninstallBefore', 'actionModuleUninstallBefore', '', 1, 1), -(111, 'actionModuleUninstallAfter', 'actionModuleUninstallAfter', '', 1, 1), -(112, 'displayTopColumn', 'Top column blocks', 'This hook displays new elements in the top of columns', 1, 1), -(113, 'displayBackOfficeCategory', 'Display new elements in the Back Office, tab AdminCategories', 'This hook launches modules when the AdminCategories tab is displayed in the Back Office', 1, 1), -(114, 'displayProductListFunctionalButtons', 'Display new elements in the Front Office, products list', 'This hook launches modules when the products list is displayed in the Front Office', 1, 1), -(115, 'displayNav', 'Navigation', '', 1, 1), -(116, 'displayOverrideTemplate', 'Change the default template of current controller', '', 1, 1), -(117, 'actionAdminLoginControllerSetMedia', 'Set media on admin login page header', 'This hook is called after adding media to admin login page header', 1, 1), -(118, 'actionOrderEdited', 'Order edited', 'This hook is called when an order is edited', 1, 1), -(119, 'actionEmailAddBeforeContent', 'Add extra content before mail content', 'This hook is called just before fetching mail template', 1, 1), -(120, 'actionEmailAddAfterContent', 'Add extra content after mail content', 'This hook is called just after fetching mail template', 1, 1), -(121, 'sendMailAlterTemplateVars', 'Alter template vars on the fly', 'This hook is called when Mail::send() is called', 1, 1), -(122, 'displayCartExtraProductActions', 'Extra buttons in shopping cart', 'This hook adds extra buttons to the product lines, in the shopping cart', 1, 1), -(123, 'displayPaymentByBinaries', 'Payment form generated by binaries', 'This hook displays form generated by binaries during the checkout', 1, 1), -(124, 'additionalCustomerFormFields', 'Add fields to the Customer form', 'This hook returns an array of FormFields to add them to the customer registration form', 1, 1), -(125, 'additionalCustomerAddressFields', 'Add fields to the Customer address form', 'This hook returns an array of FormFields to add them to the customer address registration form', 1, 1), -(126, 'addWebserviceResources', 'Add extra webservice resource', 'This hook is called when webservice resources list in webservice controller', 1, 1), -(127, 'displayCustomerLoginFormAfter', 'Display elements after login form', 'This hook displays new elements after the login form', 1, 1), -(128, 'actionClearCache', 'Clear smarty cache', 'This hook is called when smarty\'s cache is cleared', 1, 1), -(129, 'actionClearCompileCache', 'Clear smarty compile cache', 'This hook is called when smarty\'s compile cache is cleared', 1, 1), -(130, 'actionClearSf2Cache', 'Clear Sf2 cache', 'This hook is called when the Symfony cache is cleared', 1, 1), -(131, 'actionValidateCustomerAddressForm', 'Customer address form validation', 'This hook is called when a customer submit its address form', 1, 1), -(132, 'displayCarrierExtraContent', 'Display additional content for a carrier (e.g pickup points)', 'This hook calls only the module related to the carrier, in order to add options when needed', 1, 1), -(133, 'validateCustomerFormFields', 'Customer registration form validation', 'This hook is called to a module when it has sent additional fields with additionalCustomerFormFields', 1, 1), -(134, 'displayProductExtraContent', 'Display extra content on the product page', 'This hook expects ProductExtraContent instances, which will be properly displayed by the template on the product page', 1, 1), -(135, 'filterCmsContent', 'Filter the content page', 'This hook is called just before fetching content page', 1, 1), -(136, 'filterCmsCategoryContent', 'Filter the content page category', 'This hook is called just before fetching content page category', 1, 1), -(137, 'filterProductContent', 'Filter the content page product', 'This hook is called just before fetching content page product', 1, 1), -(138, 'filterCategoryContent', 'Filter the content page category', 'This hook is called just before fetching content page category', 1, 1), -(139, 'filterManufacturerContent', 'Filter the content page manufacturer', 'This hook is called just before fetching content page manufacturer', 1, 1), -(140, 'filterSupplierContent', 'Filter the content page supplier', 'This hook is called just before fetching content page supplier', 1, 1), -(141, 'filterHtmlContent', 'Filter HTML field before rending a page', 'This hook is called just before fetching a page on HTML field', 1, 1), -(142, 'displayDashboardTop', 'Dashboard Top', 'Displays the content in the dashboard\'s top area', 1, 1), -(143, 'actionUpdateLangAfter', 'Update \"lang\" tables', 'Update \"lang\" tables after adding or updating a language', 1, 1), -(144, 'actionOutputHTMLBefore', 'Before HTML output', 'This hook is used to filter the whole HTML page before it is rendered (only front)', 1, 1), -(145, 'displayAfterProductThumbs', 'Display extra content below product thumbs', 'This hook displays new elements below product images ex. additional media', 1, 1), -(146, 'actionDispatcherBefore', 'Before dispatch', 'This hook is called at the beginning of the dispatch method of the Dispatcher', 1, 1), -(147, 'actionDispatcherAfter', 'After dispatch', 'This hook is called at the end of the dispatch method of the Dispatcher', 1, 1), -(148, 'filterProductSearch', 'Filter search products result', 'This hook is called in order to allow to modify search product result', 1, 1), -(149, 'actionProductSearchAfter', 'Event triggered after search product completed', 'This hook is called after the product search. Parameters are already filter', 1, 1), -(150, 'actionEmailSendBefore', 'Before sending an email', 'This hook is used to filter the content or the metadata of an email before sending it or even prevent its sending', 1, 1), -(151, 'displayAdminProductsMainStepLeftColumnMiddle', 'Display new elements in back office product page, left column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(152, 'displayAdminProductsMainStepLeftColumnBottom', 'Display new elements in back office product page, left column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(153, 'displayAdminProductsMainStepRightColumnBottom', 'Display new elements in back office product page, right column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(154, 'displayAdminProductsQuantitiesStepBottom', 'Display new elements in back office product page, Quantities/Combinations tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(155, 'displayAdminProductsPriceStepBottom', 'Display new elements in back office product page, Price tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(156, 'displayAdminProductsOptionsStepTop', 'Display new elements in back office product page, Options tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(157, 'displayAdminProductsOptionsStepBottom', 'Display new elements in back office product page, Options tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(158, 'displayAdminProductsSeoStepBottom', 'Display new elements in back office product page, SEO tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(159, 'displayAdminProductsShippingStepBottom', 'Display new elements in back office product page, Shipping tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(160, 'displayAdminProductsExtra', 'Admin Product Extra Module Tab', 'This hook displays extra content in the Module tab on the product edit page', 1, 1), -(161, 'displayAdminProductsCombinationBottom', 'Display new elements in back office product page, Combination tab', 'This hook launches modules when the back office product page is displayed', 1, 1), -(162, 'displayDashboardToolbarTopMenu', 'Display new elements in back office page with a dashboard, on top Menu', 'This hook launches modules when a page with a dashboard is displayed', 1, 1), -(163, 'displayDashboardToolbarIcons', 'Display new elements in back office page with dashboard, on icons list', 'This hook launches modules when the back office with dashboard is displayed', 1, 1), -(164, 'actionBuildFrontEndObject', 'Manage elements added to the \"prestashop\" javascript object', 'This hook allows you to customize the \"prestashop\" javascript object that is included in all front office pages', 1, 1), -(165, 'actionFrontControllerInitAfter', 'Perform actions after front office controller initialization', 'This hook is launched after the initialization of all front office controllers', 1, 1), -(166, 'actionFrontControllerInitBefore', 'Perform actions before front office controller initialization', 'This hook is launched before the initialization of all front office controllers', 1, 1), -(167, 'actionAdminControllerInitAfter', 'Perform actions after admin controller initialization', 'This hook is launched after the initialization of all admin controllers', 1, 1), -(168, 'actionAdminControllerInitBefore', 'Perform actions before admin controller initialization', 'This hook is launched before the initialization of all admin controllers', 1, 1), -(169, 'actionControllerInitAfter', 'Perform actions after controller initialization', 'This hook is launched after the initialization of all controllers', 1, 1), -(170, 'actionControllerInitBefore', 'Perform actions before controller initialization', 'This hook is launched before the initialization of all controllers', 1, 1), -(171, 'actionAdminLoginControllerBefore', 'Perform actions before admin login controller initialization', 'This hook is launched before the initialization of the login controller', 1, 1), -(172, 'actionAdminLoginControllerLoginBefore', 'Perform actions before admin login controller login action initialization', 'This hook is launched before the initialization of the login action in login controller', 1, 1), -(173, 'actionAdminLoginControllerLoginAfter', 'Perform actions after admin login controller login action initialization', 'This hook is launched after the initialization of the login action in login controller', 1, 1), -(174, 'actionAdminLoginControllerForgotBefore', 'Perform actions before admin login controller forgot action initialization', 'This hook is launched before the initialization of the forgot action in login controller', 1, 1), -(175, 'actionAdminLoginControllerForgotAfter', 'Perform actions after admin login controller forgot action initialization', 'This hook is launched after the initialization of the forgot action in login controller', 1, 1), -(176, 'actionAdminLoginControllerResetBefore', 'Perform actions before admin login controller reset action initialization', 'This hook is launched before the initialization of the reset action in login controller', 1, 1), -(177, 'actionAdminLoginControllerResetAfter', 'Perform actions after admin login controller reset action initialization', 'This hook is launched after the initialization of the reset action in login controller', 1, 1), -(178, 'actionAdministrationPageForm', 'Manage Administration Page form fields', 'This hook adds, update or remove fields of the Administration Page form', 1, 1), -(179, 'actionPerformancePageForm', 'Manage Performance Page form fields', 'This hook adds, update or remove fields of the Performance Page form', 1, 1), -(180, 'actionMaintenancePageForm', 'Manage Maintenance Page form fields', 'This hook adds, update or remove fields of the Maintenance Page form', 1, 1), -(181, 'actionWebserviceKeyGridPresenterModifier', 'Modify Webservice grid view data', 'This hook allows to alter presented Webservice grid data', 1, 1), -(182, 'actionWebserviceKeyGridDefinitionModifier', 'Modifying Webservice grid definition', 'This hook allows to alter Webservice grid columns, actions and filters', 1, 1), -(183, 'actionWebserviceKeyGridQueryBuilderModifier', 'Modify Webservice grid query builder', 'This hook allows to alter Doctrine query builder for Webservice grid', 1, 1), -(184, 'actionWebserviceKeyGridFilterFormModifier', 'Modify filters form for Webservice grid', 'This hook allows to alter filters form used in Webservice', 1, 1), -(185, 'actionSqlRequestGridPresenterModifier', 'Modify SQL Manager grid view data', 'This hook allows to alter presented SQL Manager grid data', 1, 1), -(186, 'actionSqlRequestGridDefinitionModifier', 'Modifying SQL Manager grid definition', 'This hook allows to alter SQL Manager grid columns, actions and filters', 1, 1), -(187, 'actionSqlRequestGridQueryBuilderModifier', 'Modify SQL Manager grid query builder', 'This hook allows to alter Doctrine query builder for SQL Manager grid', 1, 1), -(188, 'actionSqlRequestGridFilterFormModifier', 'Modify filters form for SQL Manager grid', 'This hook allows to alter filters form used in SQL Manager', 1, 1), -(189, 'actionMetaGridPresenterModifier', 'Modify SEO and URLs grid view data', 'This hook allows to alter presented SEO and URLs grid data', 1, 1), -(190, 'actionMetaGridDefinitionModifier', 'Modifying SEO and URLs grid definition', 'This hook allows to alter SEO and URLs grid columns, actions and filters', 1, 1), -(191, 'actionMetaGridQueryBuilderModifier', 'Modify SEO and URLs grid query builder', 'This hook allows to alter Doctrine query builder for SEO and URLs grid', 1, 1), -(192, 'actionMetaGridFilterFormModifier', 'Modify filters form for SEO and URLs grid', 'This hook allows to alter filters form used in SEO and URLs', 1, 1), -(193, 'actionLogsGridPresenterModifier', 'Modify Logs grid view data', 'This hook allows to alter presented Logs grid data', 1, 1), -(194, 'actionLogsGridDefinitionModifier', 'Modifying Logs grid definition', 'This hook allows to alter Logs grid columns, actions and filters', 1, 1), -(195, 'actionLogsGridQueryBuilderModifier', 'Modify Logs grid query builder', 'This hook allows to alter Doctrine query builder for Logs grid', 1, 1), -(196, 'actionLogsGridFilterFormModifier', 'Modify filters form for Logs grid', 'This hook allows to alter filters form used in Logs', 1, 1), -(197, 'actionEmailLogsGridPresenterModifier', 'Modify E-mail grid view data', 'This hook allows to alter presented E-mail grid data', 1, 1), -(198, 'actionEmailLogsGridDefinitionModifier', 'Modifying E-mail grid definition', 'This hook allows to alter E-mail grid columns, actions and filters', 1, 1), -(199, 'actionEmailLogsGridQueryBuilderModifier', 'Modify E-mail grid query builder', 'This hook allows to alter Doctrine query builder for E-mail grid', 1, 1), -(200, 'actionEmailLogsGridFilterFormModifier', 'Modify filters form for E-mail grid', 'This hook allows to alter filters form used in E-mail', 1, 1), -(201, 'actionBackupGridPresenterModifier', 'Modify DB Backup grid view data', 'This hook allows to alter presented DB Backup grid data', 1, 1), -(202, 'actionBackupGridDefinitionModifier', 'Modifying DB Backup grid definition', 'This hook allows to alter DB Backup grid columns, actions and filters', 1, 1), -(203, 'actionBackupGridFilterFormModifier', 'Modify filters form for DB Backup grid', 'This hook allows to alter filters form used in DB Backup', 1, 1), -(204, 'actionProductFlagsModifier', 'Customize product labels displayed on the product list on FO', 'This hook allows to add and remove product labels displayed on top of product images', 1, 1), -(205, 'actionListMailThemes', 'List the available email themes and layouts', 'This hook allows to add/remove available email themes (ThemeInterface) and/or to add/remove their layouts (LayoutInterface)', 1, 1), -(206, 'actionGetMailThemeFolder', 'Define the folder of an email theme', 'This hook allows to change the folder of an email theme (useful if you theme is in a module for example)', 1, 1), -(207, 'actionBuildMailLayoutVariables', 'Build the variables used in email layout rendering', 'This hook allows to change the variables used when an email layout is rendered', 1, 1), -(208, 'actionGetMailLayoutTransformations', 'Define the transformation to apply on layout', 'This hook allows to add/remove TransformationInterface used to generate an email layout', 1, 1), -(209, 'displayProductActions', 'Display additional action button on the product page', 'This hook allow additional actions to be triggered, near the add to cart button.', 1, 1), -(210, 'displayPersonalInformationTop', 'Content in the checkout funnel, on top of the personal information panel', 'Display actions or additional content in the personal details tab of the checkout funnel.', 1, 1), -(211, 'actionSqlRequestFormBuilderModifier', 'Modify sql request identifiable object form', 'This hook allows to modify sql request identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(212, 'actionCustomerFormBuilderModifier', 'Modify customer identifiable object form', 'This hook allows to modify customer identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(213, 'actionLanguageFormBuilderModifier', 'Modify language identifiable object form', 'This hook allows to modify language identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(214, 'actionCurrencyFormBuilderModifier', 'Modify currency identifiable object form', 'This hook allows to modify currency identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(215, 'actionWebserviceKeyFormBuilderModifier', 'Modify webservice key identifiable object form', 'This hook allows to modify webservice key identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(216, 'actionMetaFormBuilderModifier', 'Modify meta identifiable object form', 'This hook allows to modify meta identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(217, 'actionCategoryFormBuilderModifier', 'Modify category identifiable object form', 'This hook allows to modify category identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(218, 'actionRootCategoryFormBuilderModifier', 'Modify root category identifiable object form', 'This hook allows to modify root category identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(219, 'actionContactFormBuilderModifier', 'Modify contact identifiable object form', 'This hook allows to modify contact identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(220, 'actionCmsPageCategoryFormBuilderModifier', 'Modify cms page category identifiable object form', 'This hook allows to modify cms page category identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(221, 'actionTaxFormBuilderModifier', 'Modify tax identifiable object form', 'This hook allows to modify tax identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(222, 'actionManufacturerFormBuilderModifier', 'Modify manufacturer identifiable object form', 'This hook allows to modify manufacturer identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(223, 'actionEmployeeFormBuilderModifier', 'Modify employee identifiable object form', 'This hook allows to modify employee identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(224, 'actionProfileFormBuilderModifier', 'Modify profile identifiable object form', 'This hook allows to modify profile identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(225, 'actionCmsPageFormBuilderModifier', 'Modify cms page identifiable object form', 'This hook allows to modify cms page identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(226, 'actionManufacturerAddressFormBuilderModifier', 'Modify manufacturer address identifiable object form', 'This hook allows to modify manufacturer address identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(227, 'actionBeforeUpdateSqlRequestFormHandler', 'Modify sql request identifiable object data before updating it', 'This hook allows to modify sql request identifiable object forms data before it was updated', 1, 1), -(228, 'actionBeforeUpdateCustomerFormHandler', 'Modify customer identifiable object data before updating it', 'This hook allows to modify customer identifiable object forms data before it was updated', 1, 1), -(229, 'actionBeforeUpdateLanguageFormHandler', 'Modify language identifiable object data before updating it', 'This hook allows to modify language identifiable object forms data before it was updated', 1, 1), -(230, 'actionBeforeUpdateCurrencyFormHandler', 'Modify currency identifiable object data before updating it', 'This hook allows to modify currency identifiable object forms data before it was updated', 1, 1), -(231, 'actionBeforeUpdateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data before updating it', 'This hook allows to modify webservice key identifiable object forms data before it was updated', 1, 1), -(232, 'actionBeforeUpdateMetaFormHandler', 'Modify meta identifiable object data before updating it', 'This hook allows to modify meta identifiable object forms data before it was updated', 1, 1), -(233, 'actionBeforeUpdateCategoryFormHandler', 'Modify category identifiable object data before updating it', 'This hook allows to modify category identifiable object forms data before it was updated', 1, 1), -(234, 'actionBeforeUpdateRootCategoryFormHandler', 'Modify root category identifiable object data before updating it', 'This hook allows to modify root category identifiable object forms data before it was updated', 1, 1), -(235, 'actionBeforeUpdateContactFormHandler', 'Modify contact identifiable object data before updating it', 'This hook allows to modify contact identifiable object forms data before it was updated', 1, 1), -(236, 'actionBeforeUpdateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data before updating it', 'This hook allows to modify cms page category identifiable object forms data before it was updated', 1, 1), -(237, 'actionBeforeUpdateTaxFormHandler', 'Modify tax identifiable object data before updating it', 'This hook allows to modify tax identifiable object forms data before it was updated', 1, 1), -(238, 'actionBeforeUpdateManufacturerFormHandler', 'Modify manufacturer identifiable object data before updating it', 'This hook allows to modify manufacturer identifiable object forms data before it was updated', 1, 1), -(239, 'actionBeforeUpdateEmployeeFormHandler', 'Modify employee identifiable object data before updating it', 'This hook allows to modify employee identifiable object forms data before it was updated', 1, 1), -(240, 'actionBeforeUpdateProfileFormHandler', 'Modify profile identifiable object data before updating it', 'This hook allows to modify profile identifiable object forms data before it was updated', 1, 1), -(241, 'actionBeforeUpdateCmsPageFormHandler', 'Modify cms page identifiable object data before updating it', 'This hook allows to modify cms page identifiable object forms data before it was updated', 1, 1), -(242, 'actionBeforeUpdateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data before updating it', 'This hook allows to modify manufacturer address identifiable object forms data before it was updated', 1, 1), -(243, 'actionAfterUpdateSqlRequestFormHandler', 'Modify sql request identifiable object data after updating it', 'This hook allows to modify sql request identifiable object forms data after it was updated', 1, 1), -(244, 'actionAfterUpdateCustomerFormHandler', 'Modify customer identifiable object data after updating it', 'This hook allows to modify customer identifiable object forms data after it was updated', 1, 1), -(245, 'actionAfterUpdateLanguageFormHandler', 'Modify language identifiable object data after updating it', 'This hook allows to modify language identifiable object forms data after it was updated', 1, 1), -(246, 'actionAfterUpdateCurrencyFormHandler', 'Modify currency identifiable object data after updating it', 'This hook allows to modify currency identifiable object forms data after it was updated', 1, 1), -(247, 'actionAfterUpdateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data after updating it', 'This hook allows to modify webservice key identifiable object forms data after it was updated', 1, 1), -(248, 'actionAfterUpdateMetaFormHandler', 'Modify meta identifiable object data after updating it', 'This hook allows to modify meta identifiable object forms data after it was updated', 1, 1), -(249, 'actionAfterUpdateCategoryFormHandler', 'Modify category identifiable object data after updating it', 'This hook allows to modify category identifiable object forms data after it was updated', 1, 1), -(250, 'actionAfterUpdateRootCategoryFormHandler', 'Modify root category identifiable object data after updating it', 'This hook allows to modify root category identifiable object forms data after it was updated', 1, 1), -(251, 'actionAfterUpdateContactFormHandler', 'Modify contact identifiable object data after updating it', 'This hook allows to modify contact identifiable object forms data after it was updated', 1, 1), -(252, 'actionAfterUpdateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data after updating it', 'This hook allows to modify cms page category identifiable object forms data after it was updated', 1, 1), -(253, 'actionAfterUpdateTaxFormHandler', 'Modify tax identifiable object data after updating it', 'This hook allows to modify tax identifiable object forms data after it was updated', 1, 1), -(254, 'actionAfterUpdateManufacturerFormHandler', 'Modify manufacturer identifiable object data after updating it', 'This hook allows to modify manufacturer identifiable object forms data after it was updated', 1, 1), -(255, 'actionAfterUpdateEmployeeFormHandler', 'Modify employee identifiable object data after updating it', 'This hook allows to modify employee identifiable object forms data after it was updated', 1, 1), -(256, 'actionAfterUpdateProfileFormHandler', 'Modify profile identifiable object data after updating it', 'This hook allows to modify profile identifiable object forms data after it was updated', 1, 1), -(257, 'actionAfterUpdateCmsPageFormHandler', 'Modify cms page identifiable object data after updating it', 'This hook allows to modify cms page identifiable object forms data after it was updated', 1, 1), -(258, 'actionAfterUpdateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data after updating it', 'This hook allows to modify manufacturer address identifiable object forms data after it was updated', 1, 1), -(259, 'actionBeforeCreateSqlRequestFormHandler', 'Modify sql request identifiable object data before creating it', 'This hook allows to modify sql request identifiable object forms data before it was created', 1, 1), -(260, 'actionBeforeCreateCustomerFormHandler', 'Modify customer identifiable object data before creating it', 'This hook allows to modify customer identifiable object forms data before it was created', 1, 1), -(261, 'actionBeforeCreateLanguageFormHandler', 'Modify language identifiable object data before creating it', 'This hook allows to modify language identifiable object forms data before it was created', 1, 1), -(262, 'actionBeforeCreateCurrencyFormHandler', 'Modify currency identifiable object data before creating it', 'This hook allows to modify currency identifiable object forms data before it was created', 1, 1), -(263, 'actionBeforeCreateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data before creating it', 'This hook allows to modify webservice key identifiable object forms data before it was created', 1, 1), -(264, 'actionBeforeCreateMetaFormHandler', 'Modify meta identifiable object data before creating it', 'This hook allows to modify meta identifiable object forms data before it was created', 1, 1), -(265, 'actionBeforeCreateCategoryFormHandler', 'Modify category identifiable object data before creating it', 'This hook allows to modify category identifiable object forms data before it was created', 1, 1), -(266, 'actionBeforeCreateRootCategoryFormHandler', 'Modify root category identifiable object data before creating it', 'This hook allows to modify root category identifiable object forms data before it was created', 1, 1), -(267, 'actionBeforeCreateContactFormHandler', 'Modify contact identifiable object data before creating it', 'This hook allows to modify contact identifiable object forms data before it was created', 1, 1), -(268, 'actionBeforeCreateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data before creating it', 'This hook allows to modify cms page category identifiable object forms data before it was created', 1, 1), -(269, 'actionBeforeCreateTaxFormHandler', 'Modify tax identifiable object data before creating it', 'This hook allows to modify tax identifiable object forms data before it was created', 1, 1), -(270, 'actionBeforeCreateManufacturerFormHandler', 'Modify manufacturer identifiable object data before creating it', 'This hook allows to modify manufacturer identifiable object forms data before it was created', 1, 1), -(271, 'actionBeforeCreateEmployeeFormHandler', 'Modify employee identifiable object data before creating it', 'This hook allows to modify employee identifiable object forms data before it was created', 1, 1), -(272, 'actionBeforeCreateProfileFormHandler', 'Modify profile identifiable object data before creating it', 'This hook allows to modify profile identifiable object forms data before it was created', 1, 1), -(273, 'actionBeforeCreateCmsPageFormHandler', 'Modify cms page identifiable object data before creating it', 'This hook allows to modify cms page identifiable object forms data before it was created', 1, 1), -(274, 'actionBeforeCreateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data before creating it', 'This hook allows to modify manufacturer address identifiable object forms data before it was created', 1, 1), -(275, 'actionAfterCreateSqlRequestFormHandler', 'Modify sql request identifiable object data after creating it', 'This hook allows to modify sql request identifiable object forms data after it was created', 1, 1), -(276, 'actionAfterCreateCustomerFormHandler', 'Modify customer identifiable object data after creating it', 'This hook allows to modify customer identifiable object forms data after it was created', 1, 1), -(277, 'actionAfterCreateLanguageFormHandler', 'Modify language identifiable object data after creating it', 'This hook allows to modify language identifiable object forms data after it was created', 1, 1), -(278, 'actionAfterCreateCurrencyFormHandler', 'Modify currency identifiable object data after creating it', 'This hook allows to modify currency identifiable object forms data after it was created', 1, 1), -(279, 'actionAfterCreateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data after creating it', 'This hook allows to modify webservice key identifiable object forms data after it was created', 1, 1), -(280, 'actionAfterCreateMetaFormHandler', 'Modify meta identifiable object data after creating it', 'This hook allows to modify meta identifiable object forms data after it was created', 1, 1), -(281, 'actionAfterCreateCategoryFormHandler', 'Modify category identifiable object data after creating it', 'This hook allows to modify category identifiable object forms data after it was created', 1, 1), -(282, 'actionAfterCreateRootCategoryFormHandler', 'Modify root category identifiable object data after creating it', 'This hook allows to modify root category identifiable object forms data after it was created', 1, 1), -(283, 'actionAfterCreateContactFormHandler', 'Modify contact identifiable object data after creating it', 'This hook allows to modify contact identifiable object forms data after it was created', 1, 1), -(284, 'actionAfterCreateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data after creating it', 'This hook allows to modify cms page category identifiable object forms data after it was created', 1, 1), -(285, 'actionAfterCreateTaxFormHandler', 'Modify tax identifiable object data after creating it', 'This hook allows to modify tax identifiable object forms data after it was created', 1, 1), -(286, 'actionAfterCreateManufacturerFormHandler', 'Modify manufacturer identifiable object data after creating it', 'This hook allows to modify manufacturer identifiable object forms data after it was created', 1, 1), -(287, 'actionAfterCreateEmployeeFormHandler', 'Modify employee identifiable object data after creating it', 'This hook allows to modify employee identifiable object forms data after it was created', 1, 1), -(288, 'actionAfterCreateProfileFormHandler', 'Modify profile identifiable object data after creating it', 'This hook allows to modify profile identifiable object forms data after it was created', 1, 1), -(289, 'actionAfterCreateCmsPageFormHandler', 'Modify cms page identifiable object data after creating it', 'This hook allows to modify cms page identifiable object forms data after it was created', 1, 1), -(290, 'actionAfterCreateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data after creating it', 'This hook allows to modify manufacturer address identifiable object forms data after it was created', 1, 1), -(291, 'actionShippingPreferencesPageForm', 'Modify shipping preferences page options form content', 'This hook allows to modify shipping preferences page options form FormBuilder', 1, 1), -(292, 'actionOrdersInvoicesByDateForm', 'Modify orders invoices by date options form content', 'This hook allows to modify orders invoices by date options form FormBuilder', 1, 1), -(293, 'actionOrdersInvoicesByStatusForm', 'Modify orders invoices by status options form content', 'This hook allows to modify orders invoices by status options form FormBuilder', 1, 1), -(294, 'actionOrdersInvoicesOptionsForm', 'Modify orders invoices options options form content', 'This hook allows to modify orders invoices options options form FormBuilder', 1, 1), -(295, 'actionCustomerPreferencesPageForm', 'Modify customer preferences page options form content', 'This hook allows to modify customer preferences page options form FormBuilder', 1, 1), -(296, 'actionOrderPreferencesPageForm', 'Modify order preferences page options form content', 'This hook allows to modify order preferences page options form FormBuilder', 1, 1), -(297, 'actionProductPreferencesPageForm', 'Modify product preferences page options form content', 'This hook allows to modify product preferences page options form FormBuilder', 1, 1), -(298, 'actionGeneralPageForm', 'Modify general page options form content', 'This hook allows to modify general page options form FormBuilder', 1, 1), -(299, 'actionLogsPageForm', 'Modify logs page options form content', 'This hook allows to modify logs page options form FormBuilder', 1, 1), -(300, 'actionOrderDeliverySlipOptionsForm', 'Modify order delivery slip options options form content', 'This hook allows to modify order delivery slip options options form FormBuilder', 1, 1), -(301, 'actionOrderDeliverySlipPdfForm', 'Modify order delivery slip pdf options form content', 'This hook allows to modify order delivery slip pdf options form FormBuilder', 1, 1), -(302, 'actionGeolocationPageForm', 'Modify geolocation page options form content', 'This hook allows to modify geolocation page options form FormBuilder', 1, 1), -(303, 'actionLocalizationPageForm', 'Modify localization page options form content', 'This hook allows to modify localization page options form FormBuilder', 1, 1), -(304, 'actionPaymentPreferencesForm', 'Modify payment preferences options form content', 'This hook allows to modify payment preferences options form FormBuilder', 1, 1), -(305, 'actionEmailConfigurationForm', 'Modify email configuration options form content', 'This hook allows to modify email configuration options form FormBuilder', 1, 1), -(306, 'actionRequestSqlForm', 'Modify request sql options form content', 'This hook allows to modify request sql options form FormBuilder', 1, 1), -(307, 'actionBackupForm', 'Modify backup options form content', 'This hook allows to modify backup options form FormBuilder', 1, 1), -(308, 'actionWebservicePageForm', 'Modify webservice page options form content', 'This hook allows to modify webservice page options form FormBuilder', 1, 1), -(309, 'actionMetaPageForm', 'Modify meta page options form content', 'This hook allows to modify meta page options form FormBuilder', 1, 1), -(310, 'actionEmployeeForm', 'Modify employee options form content', 'This hook allows to modify employee options form FormBuilder', 1, 1), -(311, 'actionCurrencyForm', 'Modify currency options form content', 'This hook allows to modify currency options form FormBuilder', 1, 1), -(312, 'actionShopLogoForm', 'Modify shop logo options form content', 'This hook allows to modify shop logo options form FormBuilder', 1, 1), -(313, 'actionTaxForm', 'Modify tax options form content', 'This hook allows to modify tax options form FormBuilder', 1, 1), -(314, 'actionMailThemeForm', 'Modify mail theme options form content', 'This hook allows to modify mail theme options form FormBuilder', 1, 1), -(315, 'actionPerformancePageSave', 'Modify performance page options form saved data', 'This hook allows to modify data of performance page options form after it was saved', 1, 1), -(316, 'actionMaintenancePageSave', 'Modify maintenance page options form saved data', 'This hook allows to modify data of maintenance page options form after it was saved', 1, 1), -(317, 'actionAdministrationPageSave', 'Modify administration page options form saved data', 'This hook allows to modify data of administration page options form after it was saved', 1, 1), -(318, 'actionShippingPreferencesPageSave', 'Modify shipping preferences page options form saved data', 'This hook allows to modify data of shipping preferences page options form after it was saved', 1, 1), -(319, 'actionOrdersInvoicesByDateSave', 'Modify orders invoices by date options form saved data', 'This hook allows to modify data of orders invoices by date options form after it was saved', 1, 1), -(320, 'actionOrdersInvoicesByStatusSave', 'Modify orders invoices by status options form saved data', 'This hook allows to modify data of orders invoices by status options form after it was saved', 1, 1), -(321, 'actionOrdersInvoicesOptionsSave', 'Modify orders invoices options options form saved data', 'This hook allows to modify data of orders invoices options options form after it was saved', 1, 1), -(322, 'actionCustomerPreferencesPageSave', 'Modify customer preferences page options form saved data', 'This hook allows to modify data of customer preferences page options form after it was saved', 1, 1), -(323, 'actionOrderPreferencesPageSave', 'Modify order preferences page options form saved data', 'This hook allows to modify data of order preferences page options form after it was saved', 1, 1), -(324, 'actionProductPreferencesPageSave', 'Modify product preferences page options form saved data', 'This hook allows to modify data of product preferences page options form after it was saved', 1, 1), -(325, 'actionGeneralPageSave', 'Modify general page options form saved data', 'This hook allows to modify data of general page options form after it was saved', 1, 1), -(326, 'actionLogsPageSave', 'Modify logs page options form saved data', 'This hook allows to modify data of logs page options form after it was saved', 1, 1), -(327, 'actionOrderDeliverySlipOptionsSave', 'Modify order delivery slip options options form saved data', 'This hook allows to modify data of order delivery slip options options form after it was saved', 1, 1), -(328, 'actionOrderDeliverySlipPdfSave', 'Modify order delivery slip pdf options form saved data', 'This hook allows to modify data of order delivery slip pdf options form after it was saved', 1, 1), -(329, 'actionGeolocationPageSave', 'Modify geolocation page options form saved data', 'This hook allows to modify data of geolocation page options form after it was saved', 1, 1), -(330, 'actionLocalizationPageSave', 'Modify localization page options form saved data', 'This hook allows to modify data of localization page options form after it was saved', 1, 1), -(331, 'actionPaymentPreferencesSave', 'Modify payment preferences options form saved data', 'This hook allows to modify data of payment preferences options form after it was saved', 1, 1), -(332, 'actionEmailConfigurationSave', 'Modify email configuration options form saved data', 'This hook allows to modify data of email configuration options form after it was saved', 1, 1), -(333, 'actionRequestSqlSave', 'Modify request sql options form saved data', 'This hook allows to modify data of request sql options form after it was saved', 1, 1), -(334, 'actionBackupSave', 'Modify backup options form saved data', 'This hook allows to modify data of backup options form after it was saved', 1, 1), -(335, 'actionWebservicePageSave', 'Modify webservice page options form saved data', 'This hook allows to modify data of webservice page options form after it was saved', 1, 1), -(336, 'actionMetaPageSave', 'Modify meta page options form saved data', 'This hook allows to modify data of meta page options form after it was saved', 1, 1), -(337, 'actionEmployeeSave', 'Modify employee options form saved data', 'This hook allows to modify data of employee options form after it was saved', 1, 1), -(338, 'actionCurrencySave', 'Modify currency options form saved data', 'This hook allows to modify data of currency options form after it was saved', 1, 1), -(339, 'actionShopLogoSave', 'Modify shop logo options form saved data', 'This hook allows to modify data of shop logo options form after it was saved', 1, 1), -(340, 'actionTaxSave', 'Modify tax options form saved data', 'This hook allows to modify data of tax options form after it was saved', 1, 1), -(341, 'actionMailThemeSave', 'Modify mail theme options form saved data', 'This hook allows to modify data of mail theme options form after it was saved', 1, 1), -(342, 'actionCategoryGridDefinitionModifier', 'Modify category grid definition', 'This hook allows to alter category grid columns, actions and filters', 1, 1), -(343, 'actionEmployeeGridDefinitionModifier', 'Modify employee grid definition', 'This hook allows to alter employee grid columns, actions and filters', 1, 1), -(344, 'actionContactGridDefinitionModifier', 'Modify contact grid definition', 'This hook allows to alter contact grid columns, actions and filters', 1, 1), -(345, 'actionCustomerGridDefinitionModifier', 'Modify customer grid definition', 'This hook allows to alter customer grid columns, actions and filters', 1, 1), -(346, 'actionLanguageGridDefinitionModifier', 'Modify language grid definition', 'This hook allows to alter language grid columns, actions and filters', 1, 1), -(347, 'actionCurrencyGridDefinitionModifier', 'Modify currency grid definition', 'This hook allows to alter currency grid columns, actions and filters', 1, 1), -(348, 'actionSupplierGridDefinitionModifier', 'Modify supplier grid definition', 'This hook allows to alter supplier grid columns, actions and filters', 1, 1), -(349, 'actionProfileGridDefinitionModifier', 'Modify profile grid definition', 'This hook allows to alter profile grid columns, actions and filters', 1, 1), -(350, 'actionCmsPageCategoryGridDefinitionModifier', 'Modify cms page category grid definition', 'This hook allows to alter cms page category grid columns, actions and filters', 1, 1), -(351, 'actionTaxGridDefinitionModifier', 'Modify tax grid definition', 'This hook allows to alter tax grid columns, actions and filters', 1, 1), -(352, 'actionManufacturerGridDefinitionModifier', 'Modify manufacturer grid definition', 'This hook allows to alter manufacturer grid columns, actions and filters', 1, 1), -(353, 'actionManufacturerAddressGridDefinitionModifier', 'Modify manufacturer address grid definition', 'This hook allows to alter manufacturer address grid columns, actions and filters', 1, 1), -(354, 'actionCmsPageGridDefinitionModifier', 'Modify cms page grid definition', 'This hook allows to alter cms page grid columns, actions and filters', 1, 1), -(355, 'actionBackupGridQueryBuilderModifier', 'Modify backup grid query builder', 'This hook allows to alter Doctrine query builder for backup grid', 1, 1), -(356, 'actionCategoryGridQueryBuilderModifier', 'Modify category grid query builder', 'This hook allows to alter Doctrine query builder for category grid', 1, 1), -(357, 'actionEmployeeGridQueryBuilderModifier', 'Modify employee grid query builder', 'This hook allows to alter Doctrine query builder for employee grid', 1, 1), -(358, 'actionContactGridQueryBuilderModifier', 'Modify contact grid query builder', 'This hook allows to alter Doctrine query builder for contact grid', 1, 1), -(359, 'actionCustomerGridQueryBuilderModifier', 'Modify customer grid query builder', 'This hook allows to alter Doctrine query builder for customer grid', 1, 1), -(360, 'actionLanguageGridQueryBuilderModifier', 'Modify language grid query builder', 'This hook allows to alter Doctrine query builder for language grid', 1, 1), -(361, 'actionCurrencyGridQueryBuilderModifier', 'Modify currency grid query builder', 'This hook allows to alter Doctrine query builder for currency grid', 1, 1), -(362, 'actionSupplierGridQueryBuilderModifier', 'Modify supplier grid query builder', 'This hook allows to alter Doctrine query builder for supplier grid', 1, 1), -(363, 'actionProfileGridQueryBuilderModifier', 'Modify profile grid query builder', 'This hook allows to alter Doctrine query builder for profile grid', 1, 1), -(364, 'actionCmsPageCategoryGridQueryBuilderModifier', 'Modify cms page category grid query builder', 'This hook allows to alter Doctrine query builder for cms page category grid', 1, 1), -(365, 'actionTaxGridQueryBuilderModifier', 'Modify tax grid query builder', 'This hook allows to alter Doctrine query builder for tax grid', 1, 1), -(366, 'actionManufacturerGridQueryBuilderModifier', 'Modify manufacturer grid query builder', 'This hook allows to alter Doctrine query builder for manufacturer grid', 1, 1), -(367, 'actionManufacturerAddressGridQueryBuilderModifier', 'Modify manufacturer address grid query builder', 'This hook allows to alter Doctrine query builder for manufacturer address grid', 1, 1), -(368, 'actionCmsPageGridQueryBuilderModifier', 'Modify cms page grid query builder', 'This hook allows to alter Doctrine query builder for cms page grid', 1, 1), -(369, 'actionLogsGridDataModifier', 'Modify logs grid data', 'This hook allows to modify logs grid data', 1, 1), -(370, 'actionEmailLogsGridDataModifier', 'Modify email logs grid data', 'This hook allows to modify email logs grid data', 1, 1), -(371, 'actionSqlRequestGridDataModifier', 'Modify sql request grid data', 'This hook allows to modify sql request grid data', 1, 1), -(372, 'actionBackupGridDataModifier', 'Modify backup grid data', 'This hook allows to modify backup grid data', 1, 1), -(373, 'actionWebserviceKeyGridDataModifier', 'Modify webservice key grid data', 'This hook allows to modify webservice key grid data', 1, 1), -(374, 'actionMetaGridDataModifier', 'Modify meta grid data', 'This hook allows to modify meta grid data', 1, 1), -(375, 'actionCategoryGridDataModifier', 'Modify category grid data', 'This hook allows to modify category grid data', 1, 1), -(376, 'actionEmployeeGridDataModifier', 'Modify employee grid data', 'This hook allows to modify employee grid data', 1, 1), -(377, 'actionContactGridDataModifier', 'Modify contact grid data', 'This hook allows to modify contact grid data', 1, 1), -(378, 'actionCustomerGridDataModifier', 'Modify customer grid data', 'This hook allows to modify customer grid data', 1, 1), -(379, 'actionLanguageGridDataModifier', 'Modify language grid data', 'This hook allows to modify language grid data', 1, 1), -(380, 'actionCurrencyGridDataModifier', 'Modify currency grid data', 'This hook allows to modify currency grid data', 1, 1), -(381, 'actionSupplierGridDataModifier', 'Modify supplier grid data', 'This hook allows to modify supplier grid data', 1, 1), -(382, 'actionProfileGridDataModifier', 'Modify profile grid data', 'This hook allows to modify profile grid data', 1, 1), -(383, 'actionCmsPageCategoryGridDataModifier', 'Modify cms page category grid data', 'This hook allows to modify cms page category grid data', 1, 1), -(384, 'actionTaxGridDataModifier', 'Modify tax grid data', 'This hook allows to modify tax grid data', 1, 1), -(385, 'actionManufacturerGridDataModifier', 'Modify manufacturer grid data', 'This hook allows to modify manufacturer grid data', 1, 1), -(386, 'actionManufacturerAddressGridDataModifier', 'Modify manufacturer address grid data', 'This hook allows to modify manufacturer address grid data', 1, 1), -(387, 'actionCmsPageGridDataModifier', 'Modify cms page grid data', 'This hook allows to modify cms page grid data', 1, 1), -(388, 'actionCategoryGridFilterFormModifier', 'Modify category grid filters', 'This hook allows to modify filters for category grid', 1, 1), -(389, 'actionEmployeeGridFilterFormModifier', 'Modify employee grid filters', 'This hook allows to modify filters for employee grid', 1, 1), -(390, 'actionContactGridFilterFormModifier', 'Modify contact grid filters', 'This hook allows to modify filters for contact grid', 1, 1), -(391, 'actionCustomerGridFilterFormModifier', 'Modify customer grid filters', 'This hook allows to modify filters for customer grid', 1, 1), -(392, 'actionLanguageGridFilterFormModifier', 'Modify language grid filters', 'This hook allows to modify filters for language grid', 1, 1), -(393, 'actionCurrencyGridFilterFormModifier', 'Modify currency grid filters', 'This hook allows to modify filters for currency grid', 1, 1), -(394, 'actionSupplierGridFilterFormModifier', 'Modify supplier grid filters', 'This hook allows to modify filters for supplier grid', 1, 1), -(395, 'actionProfileGridFilterFormModifier', 'Modify profile grid filters', 'This hook allows to modify filters for profile grid', 1, 1), -(396, 'actionCmsPageCategoryGridFilterFormModifier', 'Modify cms page category grid filters', 'This hook allows to modify filters for cms page category grid', 1, 1), -(397, 'actionTaxGridFilterFormModifier', 'Modify tax grid filters', 'This hook allows to modify filters for tax grid', 1, 1), -(398, 'actionManufacturerGridFilterFormModifier', 'Modify manufacturer grid filters', 'This hook allows to modify filters for manufacturer grid', 1, 1), -(399, 'actionManufacturerAddressGridFilterFormModifier', 'Modify manufacturer address grid filters', 'This hook allows to modify filters for manufacturer address grid', 1, 1), -(400, 'actionCmsPageGridFilterFormModifier', 'Modify cms page grid filters', 'This hook allows to modify filters for cms page grid', 1, 1), -(401, 'actionCategoryGridPresenterModifier', 'Modify category grid template data', 'This hook allows to modify data which is about to be used in template for category grid', 1, 1), -(402, 'actionEmployeeGridPresenterModifier', 'Modify employee grid template data', 'This hook allows to modify data which is about to be used in template for employee grid', 1, 1), -(403, 'actionContactGridPresenterModifier', 'Modify contact grid template data', 'This hook allows to modify data which is about to be used in template for contact grid', 1, 1), -(404, 'actionCustomerGridPresenterModifier', 'Modify customer grid template data', 'This hook allows to modify data which is about to be used in template for customer grid', 1, 1), -(405, 'actionLanguageGridPresenterModifier', 'Modify language grid template data', 'This hook allows to modify data which is about to be used in template for language grid', 1, 1), -(406, 'actionCurrencyGridPresenterModifier', 'Modify currency grid template data', 'This hook allows to modify data which is about to be used in template for currency grid', 1, 1), -(407, 'actionSupplierGridPresenterModifier', 'Modify supplier grid template data', 'This hook allows to modify data which is about to be used in template for supplier grid', 1, 1), -(408, 'actionProfileGridPresenterModifier', 'Modify profile grid template data', 'This hook allows to modify data which is about to be used in template for profile grid', 1, 1), -(409, 'actionCmsPageCategoryGridPresenterModifier', 'Modify cms page category grid template data', 'This hook allows to modify data which is about to be used in template for cms page category grid', 1, 1), -(410, 'actionTaxGridPresenterModifier', 'Modify tax grid template data', 'This hook allows to modify data which is about to be used in template for tax grid', 1, 1), -(411, 'actionManufacturerGridPresenterModifier', 'Modify manufacturer grid template data', 'This hook allows to modify data which is about to be used in template for manufacturer grid', 1, 1), -(412, 'actionManufacturerAddressGridPresenterModifier', 'Modify manufacturer address grid template data', 'This hook allows to modify data which is about to be used in template for manufacturer address grid', 1, 1), -(413, 'actionCmsPageGridPresenterModifier', 'Modify cms page grid template data', 'This hook allows to modify data which is about to be used in template for cms page grid', 1, 1), -(414, 'displayAdminOrderTop', 'Admin Order Top', 'This hook displays content at the top of the order view page', 1, 1), -(415, 'displayBackOfficeOrderActions', 'Admin Order Actions', 'This hook displays content in the order view page after action buttons (or aliased to side column in migrated page)', 1, 1), -(416, 'displayAdminOrderSide', 'Admin Order Side Column', 'This hook displays content in the order view page in the side column under the customer view', 1, 1), -(417, 'displayAdminOrderBottom', 'Admin Order Side Column Bottom', 'This hook displays content in the order view page at the bottom of the side column', 1, 1), -(418, 'displayAdminOrderMain', 'Admin Order Main Column', 'This hook displays content in the order view page in the main column under the details view', 1, 1), -(419, 'displayAdminOrderMainBottom', 'Admin Order Main Column Bottom', 'This hook displays content in the order view page at the bottom of the main column', 1, 1), -(420, 'displayAdminOrderTabLink', 'Admin Order Tab Link', 'This hook displays new tab links on the order view page', 1, 1), -(421, 'displayAdminOrderTabContent', 'Admin Order Tab Content', 'This hook displays new tab contents on the order view page', 1, 1), -(422, 'actionGetAdminOrderButtons', 'Admin Order Buttons', 'This hook is used to generate the buttons collection on the order view page (see ActionsBarButtonsCollection)', 1, 1), -(423, 'actionPresentCart', 'Cart Presenter', 'This hook is called before a cart is presented', 1, 1), -(424, 'actionPresentOrder', 'Order Presenter', 'This hook is called before an order is presented', 1, 1), -(425, 'actionPresentOrderReturn', 'Order Return Presenter', 'This hook is called before an order return is presented', 1, 1), -(426, 'actionPresentProduct', 'Product Presenter', 'This hook is called before a product is presented', 1, 1), -(427, 'actionAdminAdminPreferencesControllerPostProcessBefore', 'On post-process in Admin Preferences', 'This hook is called on Admin Preferences post-process before processing the form', 1, 1), -(428, 'actionFeatureFormBuilderModifier', 'Modify feature identifiable object form', 'This hook allows to modify feature identifiable object forms content by modifying form builder data\n or FormBuilder itself', 1, 1), -(429, 'actionOrderMessageFormBuilderModifier', 'Modify order message identifiable object form', 'This hook allows to modify order message identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(430, 'actionCatalogPriceRuleFormBuilderModifier', 'Modify catalog price rule identifiable object form', 'This hook allows to modify catalog price rule identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(431, 'actionAttachmentFormBuilderModifier', 'Modify attachment identifiable object form', 'This hook allows to modify attachment identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(432, 'actionBeforeUpdateFeatureFormHandler', 'Modify feature identifiable object data before updating it', 'This hook allows to modify feature identifiable object forms data before it was updated', 1, 1), -(433, 'actionBeforeUpdateOrderMessageFormHandler', 'Modify order message identifiable object data before updating it', 'This hook allows to modify order message identifiable object forms data before it was updated', 1, 1), -(434, 'actionBeforeUpdateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data before updating it', 'This hook allows to modify catalog price rule identifiable object forms data before it was updated', 1, 1), -(435, 'actionBeforeUpdateAttachmentFormHandler', 'Modify attachment identifiable object data before updating it', 'This hook allows to modify attachment identifiable object forms data before it was updated', 1, 1), -(436, 'actionAfterUpdateFeatureFormHandler', 'Modify feature identifiable object data after updating it', 'This hook allows to modify feature identifiable object forms data after it was updated', 1, 1), -(437, 'actionAfterUpdateOrderMessageFormHandler', 'Modify order message identifiable object data after updating it', 'This hook allows to modify order message identifiable object forms data after it was updated', 1, 1), -(438, 'actionAfterUpdateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data after updating it', 'This hook allows to modify catalog price rule identifiable object forms data after it was updated', 1, 1), -(439, 'actionAfterUpdateAttachmentFormHandler', 'Modify attachment identifiable object data after updating it', 'This hook allows to modify attachment identifiable object forms data after it was updated', 1, 1), -(440, 'actionBeforeCreateFeatureFormHandler', 'Modify feature identifiable object data before creating it', 'This hook allows to modify feature identifiable object forms data before it was created', 1, 1), -(441, 'actionBeforeCreateOrderMessageFormHandler', 'Modify order message identifiable object data before creating it', 'This hook allows to modify order message identifiable object forms data before it was created', 1, 1), -(442, 'actionBeforeCreateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data before creating it', 'This hook allows to modify catalog price rule identifiable object forms data before it was created', 1, 1), -(443, 'actionBeforeCreateAttachmentFormHandler', 'Modify attachment identifiable object data before creating it', 'This hook allows to modify attachment identifiable object forms data before it was created', 1, 1), -(444, 'actionAfterCreateFeatureFormHandler', 'Modify feature identifiable object data after creating it', 'This hook allows to modify feature identifiable object forms data after it was created', 1, 1), -(445, 'actionAfterCreateOrderMessageFormHandler', 'Modify order message identifiable object data after creating it', 'This hook allows to modify order message identifiable object forms data after it was created', 1, 1), -(446, 'actionAfterCreateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data after creating it', 'This hook allows to modify catalog price rule identifiable object forms data after it was created', 1, 1), -(447, 'actionAfterCreateAttachmentFormHandler', 'Modify attachment identifiable object data after creating it', 'This hook allows to modify attachment identifiable object forms data after it was created', 1, 1), -(448, 'actionMerchandiseReturnForm', 'Modify merchandise return options form content', 'This hook allows to modify merchandise return options form FormBuilder', 1, 1), -(449, 'actionCreditSlipForm', 'Modify credit slip options form content', 'This hook allows to modify credit slip options form FormBuilder', 1, 1), -(450, 'actionMerchandiseReturnSave', 'Modify merchandise return options form saved data', 'This hook allows to modify data of merchandise return options form after it was saved', 1, 1), -(451, 'actionCreditSlipSave', 'Modify credit slip options form saved data', 'This hook allows to modify data of credit slip options form after it was saved', 1, 1), -(452, 'actionEmptyCategoryGridDefinitionModifier', 'Modify empty category grid definition', 'This hook allows to alter empty category grid columns, actions and filters', 1, 1), -(453, 'actionNoQtyProductWithCombinationGridDefinitionModifier', 'Modify no qty product with combination grid definition', 'This hook allows to alter no qty product with combination grid columns, actions and filters\n ', 1, 1), -(454, 'actionNoQtyProductWithoutCombinationGridDefinitionModifier', 'Modify no qty product without combination grid definition', 'This hook allows to alter no qty product without combination grid columns, actions and filters\n ', 1, 1), -(455, 'actionDisabledProductGridDefinitionModifier', 'Modify disabled product grid definition', 'This hook allows to alter disabled product grid columns, actions and filters', 1, 1), -(456, 'actionProductWithoutImageGridDefinitionModifier', 'Modify product without image grid definition', 'This hook allows to alter product without image grid columns, actions and filters', 1, 1), -(457, 'actionProductWithoutDescriptionGridDefinitionModifier', 'Modify product without description grid definition', 'This hook allows to alter product without description grid columns, actions and filters', 1, 1), -(458, 'actionProductWithoutPriceGridDefinitionModifier', 'Modify product without price grid definition', 'This hook allows to alter product without price grid columns, actions and filters', 1, 1), -(459, 'actionOrderGridDefinitionModifier', 'Modify order grid definition', 'This hook allows to alter order grid columns, actions and filters', 1, 1), -(460, 'actionCatalogPriceRuleGridDefinitionModifier', 'Modify catalog price rule grid definition', 'This hook allows to alter catalog price rule grid columns, actions and filters', 1, 1), -(461, 'actionOrderMessageGridDefinitionModifier', 'Modify order message grid definition', 'This hook allows to alter order message grid columns, actions and filters', 1, 1), -(462, 'actionAttachmentGridDefinitionModifier', 'Modify attachment grid definition', 'This hook allows to alter attachment grid columns, actions and filters', 1, 1), -(463, 'actionAttributeGroupGridDefinitionModifier', 'Modify attribute group grid definition', 'This hook allows to alter attribute group grid columns, actions and filters', 1, 1), -(464, 'actionMerchandiseReturnGridDefinitionModifier', 'Modify merchandise return grid definition', 'This hook allows to alter merchandise return grid columns, actions and filters', 1, 1), -(465, 'actionTaxRulesGroupGridDefinitionModifier', 'Modify tax rules group grid definition', 'This hook allows to alter tax rules group grid columns, actions and filters', 1, 1), -(466, 'actionAddressGridDefinitionModifier', 'Modify address grid definition', 'This hook allows to alter address grid columns, actions and filters', 1, 1), -(467, 'actionCreditSlipGridDefinitionModifier', 'Modify credit slip grid definition', 'This hook allows to alter credit slip grid columns, actions and filters', 1, 1), -(468, 'actionEmptyCategoryGridQueryBuilderModifier', 'Modify empty category grid query builder', 'This hook allows to alter Doctrine query builder for empty category grid', 1, 1), -(469, 'actionNoQtyProductWithCombinationGridQueryBuilderModifier', 'Modify no qty product with combination grid query builder', 'This hook allows to alter Doctrine query builder for no qty product with combination grid', 1, 1), -(470, 'actionNoQtyProductWithoutCombinationGridQueryBuilderModifier', 'Modify no qty product without combination grid query builder', 'This hook allows to alter Doctrine query builder for no qty product without combination grid', 1, 1), -(471, 'actionDisabledProductGridQueryBuilderModifier', 'Modify disabled product grid query builder', 'This hook allows to alter Doctrine query builder for disabled product grid', 1, 1), -(472, 'actionProductWithoutImageGridQueryBuilderModifier', 'Modify product without image grid query builder', 'This hook allows to alter Doctrine query builder for product without image grid', 1, 1), -(473, 'actionProductWithoutDescriptionGridQueryBuilderModifier', 'Modify product without description grid query builder', 'This hook allows to alter Doctrine query builder for product without description grid', 1, 1), -(474, 'actionProductWithoutPriceGridQueryBuilderModifier', 'Modify product without price grid query builder', 'This hook allows to alter Doctrine query builder for product without price grid', 1, 1), -(475, 'actionOrderGridQueryBuilderModifier', 'Modify order grid query builder', 'This hook allows to alter Doctrine query builder for order grid', 1, 1), -(476, 'actionCatalogPriceRuleGridQueryBuilderModifier', 'Modify catalog price rule grid query builder', 'This hook allows to alter Doctrine query builder for catalog price rule grid', 1, 1), -(477, 'actionOrderMessageGridQueryBuilderModifier', 'Modify order message grid query builder', 'This hook allows to alter Doctrine query builder for order message grid', 1, 1), -(478, 'actionAttachmentGridQueryBuilderModifier', 'Modify attachment grid query builder', 'This hook allows to alter Doctrine query builder for attachment grid', 1, 1), -(479, 'actionAttributeGroupGridQueryBuilderModifier', 'Modify attribute group grid query builder', 'This hook allows to alter Doctrine query builder for attribute group grid', 1, 1), -(480, 'actionMerchandiseReturnGridQueryBuilderModifier', 'Modify merchandise return grid query builder', 'This hook allows to alter Doctrine query builder for merchandise return grid', 1, 1), -(481, 'actionTaxRulesGroupGridQueryBuilderModifier', 'Modify tax rules group grid query builder', 'This hook allows to alter Doctrine query builder for tax rules group grid', 1, 1), -(482, 'actionAddressGridQueryBuilderModifier', 'Modify address grid query builder', 'This hook allows to alter Doctrine query builder for address grid', 1, 1), -(483, 'actionCreditSlipGridQueryBuilderModifier', 'Modify credit slip grid query builder', 'This hook allows to alter Doctrine query builder for credit slip grid', 1, 1), -(484, 'actionEmptyCategoryGridDataModifier', 'Modify empty category grid data', 'This hook allows to modify empty category grid data', 1, 1), -(485, 'actionNoQtyProductWithCombinationGridDataModifier', 'Modify no qty product with combination grid data', 'This hook allows to modify no qty product with combination grid data', 1, 1), -(486, 'actionNoQtyProductWithoutCombinationGridDataModifier', 'Modify no qty product without combination grid data', 'This hook allows to modify no qty product without combination grid data', 1, 1), -(487, 'actionDisabledProductGridDataModifier', 'Modify disabled product grid data', 'This hook allows to modify disabled product grid data', 1, 1), -(488, 'actionProductWithoutImageGridDataModifier', 'Modify product without image grid data', 'This hook allows to modify product without image grid data', 1, 1), -(489, 'actionProductWithoutDescriptionGridDataModifier', 'Modify product without description grid data', 'This hook allows to modify product without description grid data', 1, 1), -(490, 'actionProductWithoutPriceGridDataModifier', 'Modify product without price grid data', 'This hook allows to modify product without price grid data', 1, 1), -(491, 'actionOrderGridDataModifier', 'Modify order grid data', 'This hook allows to modify order grid data', 1, 1), -(492, 'actionCatalogPriceRuleGridDataModifier', 'Modify catalog price rule grid data', 'This hook allows to modify catalog price rule grid data', 1, 1), -(493, 'actionOrderMessageGridDataModifier', 'Modify order message grid data', 'This hook allows to modify order message grid data', 1, 1), -(494, 'actionAttachmentGridDataModifier', 'Modify attachment grid data', 'This hook allows to modify attachment grid data', 1, 1), -(495, 'actionAttributeGroupGridDataModifier', 'Modify attribute group grid data', 'This hook allows to modify attribute group grid data', 1, 1), -(496, 'actionMerchandiseReturnGridDataModifier', 'Modify merchandise return grid data', 'This hook allows to modify merchandise return grid data', 1, 1), -(497, 'actionTaxRulesGroupGridDataModifier', 'Modify tax rules group grid data', 'This hook allows to modify tax rules group grid data', 1, 1), -(498, 'actionAddressGridDataModifier', 'Modify address grid data', 'This hook allows to modify address grid data', 1, 1), -(499, 'actionCreditSlipGridDataModifier', 'Modify credit slip grid data', 'This hook allows to modify credit slip grid data', 1, 1), -(500, 'actionEmptyCategoryGridFilterFormModifier', 'Modify empty category grid filters', 'This hook allows to modify filters for empty category grid', 1, 1), -(501, 'actionNoQtyProductWithCombinationGridFilterFormModifier', 'Modify no qty product with combination grid filters', 'This hook allows to modify filters for no qty product with combination grid', 1, 1), -(502, 'actionNoQtyProductWithoutCombinationGridFilterFormModifier', 'Modify no qty product without combination grid filters', 'This hook allows to modify filters for no qty product without combination grid', 1, 1), -(503, 'actionDisabledProductGridFilterFormModifier', 'Modify disabled product grid filters', 'This hook allows to modify filters for disabled product grid', 1, 1), -(504, 'actionProductWithoutImageGridFilterFormModifier', 'Modify product without image grid filters', 'This hook allows to modify filters for product without image grid', 1, 1), -(505, 'actionProductWithoutDescriptionGridFilterFormModifier', 'Modify product without description grid filters', 'This hook allows to modify filters for product without description grid', 1, 1), -(506, 'actionProductWithoutPriceGridFilterFormModifier', 'Modify product without price grid filters', 'This hook allows to modify filters for product without price grid', 1, 1), -(507, 'actionOrderGridFilterFormModifier', 'Modify order grid filters', 'This hook allows to modify filters for order grid', 1, 1), -(508, 'actionCatalogPriceRuleGridFilterFormModifier', 'Modify catalog price rule grid filters', 'This hook allows to modify filters for catalog price rule grid', 1, 1), -(509, 'actionOrderMessageGridFilterFormModifier', 'Modify order message grid filters', 'This hook allows to modify filters for order message grid', 1, 1), -(510, 'actionAttachmentGridFilterFormModifier', 'Modify attachment grid filters', 'This hook allows to modify filters for attachment grid', 1, 1), -(511, 'actionAttributeGroupGridFilterFormModifier', 'Modify attribute group grid filters', 'This hook allows to modify filters for attribute group grid', 1, 1), -(512, 'actionMerchandiseReturnGridFilterFormModifier', 'Modify merchandise return grid filters', 'This hook allows to modify filters for merchandise return grid', 1, 1), -(513, 'actionTaxRulesGroupGridFilterFormModifier', 'Modify tax rules group grid filters', 'This hook allows to modify filters for tax rules group grid', 1, 1), -(514, 'actionAddressGridFilterFormModifier', 'Modify address grid filters', 'This hook allows to modify filters for address grid', 1, 1), -(515, 'actionCreditSlipGridFilterFormModifier', 'Modify credit slip grid filters', 'This hook allows to modify filters for credit slip grid', 1, 1), -(516, 'actionEmptyCategoryGridPresenterModifier', 'Modify empty category grid template data', 'This hook allows to modify data which is about to be used in template for empty category grid', 1, 1), -(517, 'actionNoQtyProductWithCombinationGridPresenterModifier', 'Modify no qty product with combination grid template data', 'This hook allows to modify data which is about to be used in template for no qty product with combination grid', 1, 1), -(518, 'actionNoQtyProductWithoutCombinationGridPresenterModifier', 'Modify no qty product without combination grid template data', 'This hook allows to modify data which is about to be used in template for no qty product without combination grid', 1, 1), -(519, 'actionDisabledProductGridPresenterModifier', 'Modify disabled product grid template data', 'This hook allows to modify data which is about to be used in template for disabled product grid', 1, 1), -(520, 'actionProductWithoutImageGridPresenterModifier', 'Modify product without image grid template data', 'This hook allows to modify data which is about to be used in template for product without image grid', 1, 1), -(521, 'actionProductWithoutDescriptionGridPresenterModifier', 'Modify product without description grid template data', 'This hook allows to modify data which is about to be used in template for product without description grid', 1, 1), -(522, 'actionProductWithoutPriceGridPresenterModifier', 'Modify product without price grid template data', 'This hook allows to modify data which is about to be used in template for product without price grid', 1, 1), -(523, 'actionOrderGridPresenterModifier', 'Modify order grid template data', 'This hook allows to modify data which is about to be used in template for order grid', 1, 1), -(524, 'actionCatalogPriceRuleGridPresenterModifier', 'Modify catalog price rule grid template data', 'This hook allows to modify data which is about to be used in template for catalog price rule grid', 1, 1), -(525, 'actionOrderMessageGridPresenterModifier', 'Modify order message grid template data', 'This hook allows to modify data which is about to be used in template for order message grid', 1, 1), -(526, 'actionAttachmentGridPresenterModifier', 'Modify attachment grid template data', 'This hook allows to modify data which is about to be used in template for attachment grid', 1, 1), -(527, 'actionAttributeGroupGridPresenterModifier', 'Modify attribute group grid template data', 'This hook allows to modify data which is about to be used in template for attribute group grid', 1, 1), -(528, 'actionMerchandiseReturnGridPresenterModifier', 'Modify merchandise return grid template data', 'This hook allows to modify data which is about to be used in template for merchandise return grid', 1, 1), -(529, 'actionTaxRulesGroupGridPresenterModifier', 'Modify tax rules group grid template data', 'This hook allows to modify data which is about to be used in template for tax rules group grid', 1, 1), -(530, 'actionAddressGridPresenterModifier', 'Modify address grid template data', 'This hook allows to modify data which is about to be used in template for address grid', 1, 1), -(531, 'actionCreditSlipGridPresenterModifier', 'Modify credit slip grid template data', 'This hook allows to modify data which is about to be used in template for credit slip grid', 1, 1), -(532, 'displayAdditionalCustomerAddressFields', 'Display additional customer address fields', 'This hook allows to display extra field values added in an address form using hook \'additionalCustomerAddressFields\'', 1, 1), -(533, 'displayFooterCategory', 'Category footer', 'This hook adds new blocks under the products listing in a category/search', 1, 1), -(534, 'displayHeaderCategory', 'Category header', 'This hook adds new blocks above the products listing in a category/search', 1, 1), -(535, 'actionAdminAdministrationControllerPostProcessBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing any form', 1, 1), -(536, 'actionAdminAdministrationControllerPostProcessGeneralBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the General form', 1, 1), -(537, 'actionAdminAdministrationControllerPostProcessUploadQuotaBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Upload Quota form', 1, 1), -(538, 'actionAdminAdministrationControllerPostProcessNotificationsBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Notifications form', 1, 1), -(539, 'actionAdminAdvancedParametersPerformanceControllerPostProcessSmartyBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Smarty form', 1, 1), -(540, 'actionAdminAdvancedParametersPerformanceControllerPostProcessDebugModeBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Debug Mode form', 1, 1), -(541, 'actionAdminAdvancedParametersPerformanceControllerPostProcessOptionalFeaturesBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Optional Features form', 1, 1), -(542, 'actionAdminAdvancedParametersPerformanceControllerPostProcessCombineCompressCacheBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Combine Compress Cache form', 1, 1), -(543, 'actionAdminAdvancedParametersPerformanceControllerPostProcessMediaServersBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Media Servers form', 1, 1), -(544, 'actionAdminAdvancedParametersPerformanceControllerPostProcessCachingBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Caching form', 1, 1), -(545, 'actionAdminAdvancedParametersPerformanceControllerPostProcessBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing any form', 1, 1), -(546, 'actionAdminShopParametersMetaControllerPostProcessSetUpUrlsBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the SetUp Urls form', 1, 1), -(547, 'actionAdminShopParametersMetaControllerPostProcessShopUrlsBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Shop Urls form', 1, 1), -(548, 'actionAdminShopParametersMetaControllerPostProcessUrlSchemaBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Url Schema form', 1, 1), -(549, 'actionAdminShopParametersMetaControllerPostProcessSeoOptionsBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Seo Options form', 1, 1), -(550, 'actionAdminAdminShopParametersMetaControllerPostProcessBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing any form', 1, 1), -(551, 'actionAdminShopParametersOrderPreferencesControllerPostProcessGeneralBefore', 'On post-process in Admin Configure Shop Parameters Order Preferences Controller', 'This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing the General form', 1, 1), -(552, 'actionAdminShopParametersOrderPreferencesControllerPostProcessGiftOptionsBefore', 'On post-process in Admin Configure Shop Parameters Order Preferences Controller', 'This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing the Gift Options form', 1, 1), -(553, 'actionAdminShopParametersOrderPreferencesControllerPostProcessBefore', 'On post-process in Admin Configure Shop Parameters Order Preferences Controller', 'This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing any form', 1, 1), -(554, 'actionAdminInternationalGeolocationControllerPostProcessByIpAddressBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing the By Ip Address form', 1, 1), -(555, 'actionAdminInternationalGeolocationControllerPostProcessWhitelistBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing the Whitelist form', 1, 1), -(556, 'actionAdminInternationalGeolocationControllerPostProcessOptionsBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing the Options form', 1, 1), -(557, 'actionAdminInternationalGeolocationControllerPostProcessBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing any form', 1, 1), -(558, 'actionAdminInternationalLocalizationControllerPostProcessConfigurationBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing the Configuration form', 1, 1), -(559, 'actionAdminInternationalLocalizationControllerPostProcessLocalUnitsBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing the Local Units form', 1, 1), -(560, 'actionAdminInternationalLocalizationControllerPostProcessAdvancedBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing the Advanced form', 1, 1), -(561, 'actionAdminInternationalLocalizationControllerPostProcessBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing any form', 1, 1), -(562, 'actionAdminShippingPreferencesControllerPostProcessHandlingBefore', 'On post-process in Admin Improve Shipping Preferences Controller', 'This hook is called on Admin Improve Shipping Preferences post-process before processing the Handling form', 1, 1), -(563, 'actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore', 'On post-process in Admin Improve Shipping Preferences Controller', 'This hook is called on Admin Improve Shipping Preferences post-process before processing the Carrier Options form', 1, 1), -(564, 'actionAdminShippingPreferencesControllerPostProcessBefore', 'On post-process in Admin Improve Shipping Preferences Controller', 'This hook is called on Admin Improve Shipping Preferences post-process before processing any form', 1, 1), -(565, 'actionCheckoutRender', 'Modify checkout process', 'This hook is called when constructing the checkout process', 1, 1), -(566, 'actionPresentProductListing', 'Product Listing Presenter', 'This hook is called before a product listing is presented', 1, 1), -(567, 'actionGetProductPropertiesAfterUnitPrice', 'Product Properties', 'This hook is called after defining the properties of a product', 1, 1), -(568, 'actionOverrideEmployeeImage', 'Get Employee Image', 'This hook is used to get the employee image', 1, 1), -(569, 'actionProductSearchProviderRunQueryBefore', 'Runs an action before ProductSearchProviderInterface::RunQuery()', 'Required to modify an SQL query before executing it', 1, 1), -(570, 'actionProductSearchProviderRunQueryAfter', 'Runs an action after ProductSearchProviderInterface::RunQuery()', 'Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it', 1, 1), -(571, 'actionFrontControllerSetVariables', 'Add variables in JavaScript object and Smarty templates', 'Add variables to javascript object that is available in Front Office. These are also available in smarty templates in modules.your_module_name.', 1, 1), -(572, 'displayAdminOrderCreateExtraButtons', 'Add buttons on the create order page dropdown', 'Add buttons on the create order page dropdown', 1, 1), -(575, 'actionProductFormBuilderModifier', 'Modify product identifiable object form', 'This hook allows to modify product identifiable object form content by modifying form builder data or FormBuilder itself', 1, 1), -(576, 'actionBeforeCreateProductFormHandler', 'Modify product identifiable object data before creating it', 'This hook allows to modify product identifiable object form data before it was created', 1, 1), -(578, 'actionBeforeUpdateProductFormHandler', 'Modify product identifiable object data before updating it', 'This hook allows to modify product identifiable object form data before it was updated', 1, 1), -(579, 'actionAfterUpdateProductFormHandler', 'Modify product identifiable object data after updating it', 'This hook allows to modify product identifiable object form data after it was updated', 1, 1), -(580, 'actionCustomerDiscountGridDefinitionModifier', 'Modify customer discount grid definition', 'This hook allows to alter customer discount grid columns, actions and filters', 1, 1), -(581, 'actionCustomerAddressGridDefinitionModifier', 'Modify customer address grid definition', 'This hook allows to alter customer address grid columns, actions and filters', 1, 1), -(582, 'actionCartRuleGridDefinitionModifier', 'Modify cart rule grid definition', 'This hook allows to alter cart rule grid columns, actions and filters', 1, 1), -(583, 'actionOrderStatesGridDefinitionModifier', 'Modify order states grid definition', 'This hook allows to alter order states grid columns, actions and filters', 1, 1), -(584, 'actionOrderReturnStatesGridDefinitionModifier', 'Modify order return states grid definition', 'This hook allows to alter order return states grid columns, actions and filters', 1, 1), -(585, 'actionOutstandingGridDefinitionModifier', 'Modify outstanding grid definition', 'This hook allows to alter outstanding grid columns, actions and filters', 1, 1), -(586, 'actionCarrierGridDefinitionModifier', 'Modify carrier grid definition', 'This hook allows to alter carrier grid columns, actions and filters', 1, 1), -(587, 'actionZoneGridDefinitionModifier', 'Modify zone grid definition', 'This hook allows to alter zone grid columns, actions and filters', 1, 1), -(588, 'actionCustomerDiscountGridQueryBuilderModifier', 'Modify customer discount grid query builder', 'This hook allows to alter Doctrine query builder for customer discount grid', 1, 1), -(589, 'actionCustomerAddressGridQueryBuilderModifier', 'Modify customer address grid query builder', 'This hook allows to alter Doctrine query builder for customer address grid', 1, 1), -(590, 'actionCartRuleGridQueryBuilderModifier', 'Modify cart rule grid query builder', 'This hook allows to alter Doctrine query builder for cart rule grid', 1, 1), -(591, 'actionOrderStatesGridQueryBuilderModifier', 'Modify order states grid query builder', 'This hook allows to alter Doctrine query builder for order states grid', 1, 1), -(592, 'actionOrderReturnStatesGridQueryBuilderModifier', 'Modify order return states grid query builder', 'This hook allows to alter Doctrine query builder for order return states grid', 1, 1), -(593, 'actionOutstandingGridQueryBuilderModifier', 'Modify outstanding grid query builder', 'This hook allows to alter Doctrine query builder for outstanding grid', 1, 1), -(594, 'actionCarrierGridQueryBuilderModifier', 'Modify carrier grid query builder', 'This hook allows to alter Doctrine query builder for carrier grid', 1, 1), -(595, 'actionZoneGridQueryBuilderModifier', 'Modify zone grid query builder', 'This hook allows to alter Doctrine query builder for zone grid', 1, 1), -(596, 'actionCustomerDiscountGridDataModifier', 'Modify customer discount grid data', 'This hook allows to modify customer discount grid data', 1, 1), -(597, 'actionCustomerAddressGridDataModifier', 'Modify customer address grid data', 'This hook allows to modify customer address grid data', 1, 1), -(598, 'actionCartRuleGridDataModifier', 'Modify cart rule grid data', 'This hook allows to modify cart rule grid data', 1, 1), -(599, 'actionOrderStatesGridDataModifier', 'Modify order states grid data', 'This hook allows to modify order states grid data', 1, 1), -(600, 'actionOrderReturnStatesGridDataModifier', 'Modify order return states grid data', 'This hook allows to modify order return states grid data', 1, 1), -(601, 'actionOutstandingGridDataModifier', 'Modify outstanding grid data', 'This hook allows to modify outstanding grid data', 1, 1), -(602, 'actionCarrierGridDataModifier', 'Modify carrier grid data', 'This hook allows to modify carrier grid data', 1, 1), -(603, 'actionZoneGridDataModifier', 'Modify zone grid data', 'This hook allows to modify zone grid data', 1, 1), -(604, 'actionCustomerDiscountGridFilterFormModifier', 'Modify customer discount grid filters', 'This hook allows to modify filters for customer discount grid', 1, 1), -(605, 'actionCustomerAddressGridFilterFormModifier', 'Modify customer address grid filters', 'This hook allows to modify filters for customer address grid', 1, 1), -(606, 'actionCartRuleGridFilterFormModifier', 'Modify cart rule grid filters', 'This hook allows to modify filters for cart rule grid', 1, 1), -(607, 'actionOrderStatesGridFilterFormModifier', 'Modify order states grid filters', 'This hook allows to modify filters for order states grid', 1, 1), -(608, 'actionOrderReturnStatesGridFilterFormModifier', 'Modify order return states grid filters', 'This hook allows to modify filters for order return states grid', 1, 1), -(609, 'actionOutstandingGridFilterFormModifier', 'Modify outstanding grid filters', 'This hook allows to modify filters for outstanding grid', 1, 1), -(610, 'actionCarrierGridFilterFormModifier', 'Modify carrier grid filters', 'This hook allows to modify filters for carrier grid', 1, 1), -(611, 'actionZoneGridFilterFormModifier', 'Modify zone grid filters', 'This hook allows to modify filters for zone grid', 1, 1), -(612, 'actionCustomerDiscountGridPresenterModifier', 'Modify customer discount grid template data', 'This hook allows to modify data which is about to be used in template for customer discount grid\n ', 1, 1), -(613, 'actionCustomerAddressGridPresenterModifier', 'Modify customer address grid template data', 'This hook allows to modify data which is about to be used in template for customer address grid\n ', 1, 1), -(614, 'actionCartRuleGridPresenterModifier', 'Modify cart rule grid template data', 'This hook allows to modify data which is about to be used in template for cart rule grid\n ', 1, 1), -(615, 'actionOrderStatesGridPresenterModifier', 'Modify order states grid template data', 'This hook allows to modify data which is about to be used in template for order states grid\n ', 1, 1), -(616, 'actionOrderReturnStatesGridPresenterModifier', 'Modify order return states grid template data', 'This hook allows to modify data which is about to be used in template for order return states grid\n ', 1, 1), -(617, 'actionOutstandingGridPresenterModifier', 'Modify outstanding grid template data', 'This hook allows to modify data which is about to be used in template for outstanding grid\n ', 1, 1), -(618, 'actionCarrierGridPresenterModifier', 'Modify carrier grid template data', 'This hook allows to modify data which is about to be used in template for carrier grid', 1, 1), -(619, 'actionZoneGridPresenterModifier', 'Modify zone grid template data', 'This hook allows to modify data which is about to be used in template for zone grid', 1, 1), -(620, 'actionPerformancePageSmartyForm', 'Modify performance page smarty options form content', 'This hook allows to modify performance page smarty options form FormBuilder', 1, 1), -(621, 'actionPerformancePageDebugModeForm', 'Modify performance page debug mode options form content', 'This hook allows to modify performance page debug mode options form FormBuilder', 1, 1), -(622, 'actionPerformancePageOptionalFeaturesForm', 'Modify performance page optional features options form content', 'This hook allows to modify performance page optional features options form FormBuilder', 1, 1), -(623, 'actionPerformancePageCombineCompressCacheForm', 'Modify performance page combine compress cache options form content', 'This hook allows to modify performance page combine compress cache options form FormBuilder\n ', 1, 1), -(624, 'actionPerformancePageMediaServersForm', 'Modify performance page media servers options form content', 'This hook allows to modify performance page media servers options form FormBuilder', 1, 1), -(625, 'actionPerformancePagecachingForm', 'Modify performance pagecaching options form content', 'This hook allows to modify performance pagecaching options form FormBuilder', 1, 1), -(626, 'actionAdministrationPageGeneralForm', 'Modify administration page general options form content', 'This hook allows to modify administration page general options form FormBuilder', 1, 1), -(627, 'actionAdministrationPageUploadQuotaForm', 'Modify administration page upload quota options form content', 'This hook allows to modify administration page upload quota options form FormBuilder', 1, 1), -(628, 'actionAdministrationPageNotificationsForm', 'Modify administration page notifications options form content', 'This hook allows to modify administration page notifications options form FormBuilder', 1, 1), -(629, 'actionShippingPreferencesPageHandlingForm', 'Modify shipping preferences page handling options form content', 'This hook allows to modify shipping preferences page handling options form FormBuilder', 1, 1), -(630, 'actionShippingPreferencesPageCarrierOptionsForm', 'Modify shipping preferences page carrier options options form content', 'This hook allows to modify shipping preferences page carrier options options form FormBuilder\n ', 1, 1), -(631, 'actionOrderPreferencesPageGeneralForm', 'Modify order preferences page general options form content', 'This hook allows to modify order preferences page general options form FormBuilder', 1, 1), -(632, 'actionOrderPreferencesPageGiftOptionsForm', 'Modify order preferences page gift options options form content', 'This hook allows to modify order preferences page gift options options form FormBuilder', 1, 1), -(633, 'actionProductPreferencesPageGeneralForm', 'Modify product preferences page general options form content', 'This hook allows to modify product preferences page general options form FormBuilder', 1, 1), -(634, 'actionProductPreferencesPagePaginationForm', 'Modify product preferences page pagination options form content', 'This hook allows to modify product preferences page pagination options form FormBuilder', 1, 1), -(635, 'actionProductPreferencesPagePageForm', 'Modify product preferences page page options form content', 'This hook allows to modify product preferences page page options form FormBuilder', 1, 1), -(636, 'actionProductPreferencesPageStockForm', 'Modify product preferences page stock options form content', 'This hook allows to modify product preferences page stock options form FormBuilder', 1, 1), -(637, 'actionGeolocationPageByAddressForm', 'Modify geolocation page by address options form content', 'This hook allows to modify geolocation page by address options form FormBuilder', 1, 1), -(638, 'actionGeolocationPageWhitelistForm', 'Modify geolocation page whitelist options form content', 'This hook allows to modify geolocation page whitelist options form FormBuilder', 1, 1), -(639, 'actionGeolocationPageOptionsForm', 'Modify geolocation page options options form content', 'This hook allows to modify geolocation page options options form FormBuilder', 1, 1), -(640, 'actionLocalizationPageConfigurationForm', 'Modify localization page configuration options form content', 'This hook allows to modify localization page configuration options form FormBuilder', 1, 1), -(641, 'actionLocalizationPageLocalUnitsForm', 'Modify localization page local units options form content', 'This hook allows to modify localization page local units options form FormBuilder', 1, 1), -(642, 'actionLocalizationPageAdvancedForm', 'Modify localization page advanced options form content', 'This hook allows to modify localization page advanced options form FormBuilder', 1, 1), -(643, 'actionFeatureFlagForm', 'Modify feature flag page form content', 'This hook allows to modify the Feature Flag page form\'s FormBuilder', 1, 1), -(644, 'actionPerformancePageSmartySave', 'Modify performance page smarty options form saved data', 'This hook allows to modify data of performance page smarty options form after it was saved\n ', 1, 1), -(645, 'actionPerformancePageDebugModeSave', 'Modify performance page debug mode options form saved data', 'This hook allows to modify data of performance page debug mode options form after it was saved\n ', 1, 1), -(646, 'actionPerformancePageOptionalFeaturesSave', 'Modify performance page optional features options form saved data', 'This hook allows to modify data of performance page optional features options form after it was\n saved\n ', 1, 1), -(647, 'actionPerformancePageCombineCompressCacheSave', 'Modify performance page combine compress cache options form saved data', 'This hook allows to modify data of performance page combine compress cache options form after it was\n saved\n ', 1, 1), -(648, 'actionPerformancePageMediaServersSave', 'Modify performance page media servers options form saved data', 'This hook allows to modify data of performance page media servers options form after it was saved\n ', 1, 1), -(649, 'actionPerformancePagecachingSave', 'Modify performance pagecaching options form saved data', 'This hook allows to modify data of performance pagecaching options form after it was saved\n ', 1, 1), -(650, 'actionAdministrationPageGeneralSave', 'Modify administration page general options form saved data', 'This hook allows to modify data of administration page general options form after it was saved\n ', 1, 1), -(651, 'actionAdministrationPageUploadQuotaSave', 'Modify administration page upload quota options form saved data', 'This hook allows to modify data of administration page upload quota options form after it was saved\n ', 1, 1), -(652, 'actionAdministrationPageNotificationsSave', 'Modify administration page notifications options form saved data', 'This hook allows to modify data of administration page notifications options form after it was\n saved\n ', 1, 1), -(653, 'actionShippingPreferencesPageHandlingSave', 'Modify shipping preferences page handling options form saved data', 'This hook allows to modify data of shipping preferences page handling options form after it was\n saved\n ', 1, 1), -(654, 'actionShippingPreferencesPageCarrierOptionsSave', 'Modify shipping preferences page carrier options options form saved data', 'This hook allows to modify data of shipping preferences page carrier options options form after it\n was saved\n ', 1, 1), -(655, 'actionOrderPreferencesPageGeneralSave', 'Modify order preferences page general options form saved data', 'This hook allows to modify data of order preferences page general options form after it was saved\n ', 1, 1), -(656, 'actionOrderPreferencesPageGiftOptionsSave', 'Modify order preferences page gift options options form saved data', 'This hook allows to modify data of order preferences page gift options options form after it was\n saved\n ', 1, 1), -(657, 'actionProductPreferencesPageGeneralSave', 'Modify product preferences page general options form saved data', 'This hook allows to modify data of product preferences page general options form after it was saved\n ', 1, 1), -(658, 'actionProductPreferencesPagePaginationSave', 'Modify product preferences page pagination options form saved data', 'This hook allows to modify data of product preferences page pagination options form after it was\n saved\n ', 1, 1), -(659, 'actionProductPreferencesPagePageSave', 'Modify product preferences page page options form saved data', 'This hook allows to modify data of product preferences page page options form after it was saved\n ', 1, 1), -(660, 'actionProductPreferencesPageStockSave', 'Modify product preferences page stock options form saved data', 'This hook allows to modify data of product preferences page stock options form after it was saved\n ', 1, 1), -(661, 'actionGeolocationPageByAddressSave', 'Modify geolocation page by address options form saved data', 'This hook allows to modify data of geolocation page by address options form after it was saved\n ', 1, 1), -(662, 'actionGeolocationPageWhitelistSave', 'Modify geolocation page whitelist options form saved data', 'This hook allows to modify data of geolocation page whitelist options form after it was saved\n ', 1, 1), -(663, 'actionGeolocationPageOptionsSave', 'Modify geolocation page options options form saved data', 'This hook allows to modify data of geolocation page options options form after it was saved\n ', 1, 1), -(664, 'actionLocalizationPageConfigurationSave', 'Modify localization page configuration options form saved data', 'This hook allows to modify data of localization page configuration options form after it was saved\n ', 1, 1), -(665, 'actionLocalizationPageLocalUnitsSave', 'Modify localization page local units options form saved data', 'This hook allows to modify data of localization page local units options form after it was saved\n ', 1, 1), -(666, 'actionLocalizationPageAdvancedSave', 'Modify localization page advanced options form saved data', 'This hook allows to modify data of localization page advanced options form after it was saved\n ', 1, 1), -(667, 'actionFeatureFlagSave', 'Modify feature flag form submitted data', 'This hook allows to modify the Feature Flag data being submitted through the form after it was\n saved\n ', 1, 1), -(668, 'actionOrderStateFormBuilderModifier', 'Modify order state identifiable object form', 'This hook allows to modify order state identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ', 1, 1), -(669, 'actionOrderReturnStateFormBuilderModifier', 'Modify order return state identifiable object form', 'This hook allows to modify order return state identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ', 1, 1), -(670, 'actionZoneFormBuilderModifier', 'Modify zone identifiable object form', 'This hook allows to modify zone identifiable object forms content by modifying form builder data or\n FormBuilder itself\n ', 1, 1), -(671, 'actionBeforeUpdateOrderStateFormHandler', 'Modify order state identifiable object data before updating it', 'This hook allows to modify order state identifiable object forms data before it was updated\n ', 1, 1), -(672, 'actionBeforeUpdateOrderReturnStateFormHandler', 'Modify order return state identifiable object data before updating it', 'This hook allows to modify order return state identifiable object forms data before it was updated\n ', 1, 1), -(673, 'actionBeforeUpdateZoneFormHandler', 'Modify zone identifiable object data before updating it', 'This hook allows to modify zone identifiable object forms data before it was updated', 1, 1), -(674, 'actionAfterUpdateOrderStateFormHandler', 'Modify order state identifiable object data after updating it', 'This hook allows to modify order state identifiable object forms data after it was updated\n ', 1, 1), -(675, 'actionAfterUpdateOrderReturnStateFormHandler', 'Modify order return state identifiable object data after updating it', 'This hook allows to modify order return state identifiable object forms data after it was updated\n ', 1, 1), -(676, 'actionAfterUpdateProductImageFormHandler', 'Modify product image identifiable object data after updating it', 'This hook allows to modify product image identifiable object forms data after it was updated\n ', 1, 1), -(677, 'actionAfterUpdateZoneFormHandler', 'Modify zone identifiable object data after updating it', 'This hook allows to modify zone identifiable object forms data after it was updated', 1, 1), -(678, 'actionBeforeCreateOrderStateFormHandler', 'Modify order state identifiable object data before creating it', 'This hook allows to modify order state identifiable object forms data before it was created\n ', 1, 1), -(679, 'actionBeforeCreateOrderReturnStateFormHandler', 'Modify order return state identifiable object data before creating it', 'This hook allows to modify order return state identifiable object forms data before it was created\n ', 1, 1), -(680, 'actionBeforeCreateZoneFormHandler', 'Modify zone identifiable object data before creating it', 'This hook allows to modify zone identifiable object forms data before it was created', 1, 1), -(681, 'actionAfterCreateOrderStateFormHandler', 'Modify order state identifiable object data after creating it', 'This hook allows to modify order state identifiable object forms data after it was created\n ', 1, 1), -(682, 'actionAfterCreateOrderReturnStateFormHandler', 'Modify order return state identifiable object data after creating it', 'This hook allows to modify order return state identifiable object forms data after it was created\n ', 1, 1), -(683, 'actionAfterCreateZoneFormHandler', 'Modify zone identifiable object data after creating it', 'This hook allows to modify zone identifiable object forms data after it was created', 1, 1), -(686, 'actionAdminSecurityControllerPostProcessBefore', 'On post-process in Admin Security Controller', 'This hook is called on Admin Security Controller post-process before processing any form', 1, 1), -(687, 'actionAdminSecurityControllerPostProcessGeneralBefore', 'On post-process in Admin Security Controller', 'This hook is called on Admin Security Controller post-process before processing the General form', 1, 1), -(688, 'actionBeforeCreateCartSummaryFormHandler', 'Modify back office order data before creating it', 'This hook allows to modify order created from back office data before it is created', 1, 1), -(689, 'actionAfterCreateCartSummaryFormHandler', 'Modify back office order data after creating it', 'This hook allows to modify order created from back office data after it is created', 1, 1), -(690, 'actionAdminOrdersTrackingNumberUpdate', 'After setting the tracking number for the order', 'This hook allows you to execute code after the unique tracking number for the order was added', 1, 1), -(691, 'displayBackOfficeEmployeeMenu', 'Administration Employee menu', 'This hook is displayed in the employee menu', 1, 1), -(692, 'actionCustomerLogoutBefore', 'Before customer logout', 'This hook allows you to execute code before customer logout', 1, 1), -(693, 'actionCustomerLogoutAfter', 'After customer logout', 'This hook allows you to execute code after customer logout', 1, 1), -(694, 'displayCheckoutSummaryTop', 'Cart summary top', 'This hook allows you to display new elements in top of cart summary', 1, 1), -(695, 'actionPresentPaymentOptions', 'Payment options Presenter', 'This hook is called before payment options are presented', 1, 1), -(696, 'dashboardZoneThree', 'Dashboard column three', 'This hook is displayed in the third column of the dashboard', 1, 1), -(697, 'actionFilterDeliveryOptionList', 'Modify delivery option list result', 'This hook allows you to modify delivery option list', 1, 1), -(698, 'displayCheckoutBeforeConfirmation', 'Show custom content before checkout confirmation', 'This hook allows you to display custom content at the end of checkout process', 1, 1), -(699, 'actionListModules', 'Add modules to the module manager list', 'This hook allows you to add modules to the list of modules displayed in the module manager page', 1, 1), -(700, 'actionBeforeInstallModule', 'Before a module is installed', 'This hook is called just before a module is installed', 1, 1), -(701, 'actionBeforePostInstallModule', 'Before method `postInstall()` is called', 'This hook is called juste before a module execute its `postInstall()` method', 1, 1), -(702, 'actionBeforeUninstallModule', 'Before a module is uninstalled', 'This hook is called just before a module is uninstalled', 1, 1), -(703, 'actionBeforeUpgradeModule', 'Before a module is upgraded', 'This hook is called just before a module is upgraded', 1, 1), -(704, 'actionBeforeEnableModule', 'Before a module is enabled', 'This hook is called just before a module is enabled', 1, 1), -(705, 'actionBeforeDisableModule', 'Before a module is disabled', 'This hook is called just before a module is disabled', 1, 1), -(706, 'actionBeforeEnableMobileModule', 'Before a module is enabled for mobile', 'This hook is called just before a module is enabled for mobile', 1, 1), -(707, 'actionBeforeDisableMobileModule', 'Before a module is disabled for mobile', 'This hook is called just before a module is disabled for mobile', 1, 1), -(708, 'actionBeforeResetModule', 'Before a module is reset', 'This hook is called just before a module is reset', 1, 1), -(709, 'displayAdminThemesListAfter', 'BO themes list extra content', 'This hook displays content after the themes list in the back office', 1, 1), -(710, 'actionGetAdminToolbarButtons', 'Allows to add buttons in any toolbar in the back office', 'This hook allows you to define descriptions of buttons to add in any toolbar of the back office', 1, 1), -(711, 'displayEmptyModuleCategoryExtraMessage', 'Extra message to display for an empty modules category', 'This hook allows to add an extra message to display in the Module manager page when a category doesn\'t have any module', 1, 1), -(712, 'actionGetAlternativeSearchPanels', 'Additional search panel', 'This hook allows to add an additional search panel for external providers in PrestaShop back office', 1, 1), -(713, 'actionCreateProductFormBuilderModifier', 'Modify create product identifiable object form', 'This hook allows to modify create product identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(714, 'actionCombinationListFormBuilderModifier', 'Modify combination list identifiable object form', 'This hook allows to modify combination list identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(715, 'actionProductImageFormBuilderModifier', 'Modify product image identifiable object form', 'This hook allows to modify product image identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(716, 'actionSearchEngineFormBuilderModifier', 'Modify search engine identifiable object form', 'This hook allows to modify search engine identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(717, 'actionCategoryTreeSelectorFormBuilderModifier', 'Modify category tree selector identifiable object form', 'This hook allows to modify category tree selector identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), -(718, 'actionSqlRequestFormDataProviderData', 'Provide sql request identifiable object form data for update', 'This hook allows to provide sql request identifiable object form data which will prefill the form in update/edition page', 1, 1), -(719, 'actionCustomerFormDataProviderData', 'Provide customer identifiable object form data for update', 'This hook allows to provide customer identifiable object form data which will prefill the form in update/edition page', 1, 1), -(720, 'actionLanguageFormDataProviderData', 'Provide language identifiable object form data for update', 'This hook allows to provide language identifiable object form data which will prefill the form in update/edition page', 1, 1), -(721, 'actionCurrencyFormDataProviderData', 'Provide currency identifiable object form data for update', 'This hook allows to provide currency identifiable object form data which will prefill the form in update/edition page', 1, 1), -(722, 'actionWebserviceKeyFormDataProviderData', 'Provide webservice key identifiable object form data for update', 'This hook allows to provide webservice key identifiable object form data which will prefill the form in update/edition page', 1, 1), -(723, 'actionMetaFormDataProviderData', 'Provide meta identifiable object form data for update', 'This hook allows to provide meta identifiable object form data which will prefill the form in update/edition page', 1, 1), -(724, 'actionCategoryFormDataProviderData', 'Provide category identifiable object form data for update', 'This hook allows to provide category identifiable object form data which will prefill the form in update/edition page', 1, 1), -(725, 'actionRootCategoryFormDataProviderData', 'Provide root category identifiable object form data for update', 'This hook allows to provide root category identifiable object form data which will prefill the form in update/edition page', 1, 1), -(726, 'actionContactFormDataProviderData', 'Provide contact identifiable object form data for update', 'This hook allows to provide contact identifiable object form data which will prefill the form in update/edition page', 1, 1), -(727, 'actionCmsPageCategoryFormDataProviderData', 'Provide cms page category identifiable object form data for update', 'This hook allows to provide cms page category identifiable object form data which will prefill the form in update/edition page', 1, 1), -(728, 'actionTaxFormDataProviderData', 'Provide tax identifiable object form data for update', 'This hook allows to provide tax identifiable object form data which will prefill the form in update/edition page', 1, 1), -(729, 'actionManufacturerFormDataProviderData', 'Provide manufacturer identifiable object form data for update', 'This hook allows to provide manufacturer identifiable object form data which will prefill the form in update/edition page', 1, 1), -(730, 'actionEmployeeFormDataProviderData', 'Provide employee identifiable object form data for update', 'This hook allows to provide employee identifiable object form data which will prefill the form in update/edition page', 1, 1), -(731, 'actionProfileFormDataProviderData', 'Provide profile identifiable object form data for update', 'This hook allows to provide profile identifiable object form data which will prefill the form in update/edition page', 1, 1), -(732, 'actionCmsPageFormDataProviderData', 'Provide cms page identifiable object form data for update', 'This hook allows to provide cms page identifiable object form data which will prefill the form in update/edition page', 1, 1), -(733, 'actionFeatureFormDataProviderData', 'Provide feature identifiable object form data for update', 'This hook allows to provide feature identifiable object form data which will prefill the form in update/edition page', 1, 1), -(734, 'actionOrderMessageFormDataProviderData', 'Provide order message identifiable object form data for update', 'This hook allows to provide order message identifiable object form data which will prefill the form in update/edition page', 1, 1), -(735, 'actionCatalogPriceRuleFormDataProviderData', 'Provide catalog price rule identifiable object form data for update', 'This hook allows to provide catalog price rule identifiable object form data which will prefill the form in update/edition page', 1, 1), -(736, 'actionAttachmentFormDataProviderData', 'Provide attachment identifiable object form data for update', 'This hook allows to provide attachment identifiable object form data which will prefill the form in update/edition page', 1, 1), -(737, 'actionOrderStateFormDataProviderData', 'Provide order state identifiable object form data for update', 'This hook allows to provide order state identifiable object form data which will prefill the form in update/edition page', 1, 1), -(738, 'actionOrderReturnStateFormDataProviderData', 'Provide order return state identifiable object form data for update', 'This hook allows to provide order return state identifiable object form data which will prefill the form in update/edition page', 1, 1), -(739, 'actionCreateProductFormDataProviderData', 'Provide create product identifiable object form data for update', 'This hook allows to provide create product identifiable object form data which will prefill the form in update/edition page', 1, 1), -(740, 'actionCombinationListFormDataProviderData', 'Provide combination list identifiable object form data for update', 'This hook allows to provide combination list identifiable object form data which will prefill the form in update/edition page', 1, 1), -(741, 'actionProductImageFormDataProviderData', 'Provide product image identifiable object form data for update', 'This hook allows to provide product image identifiable object form data which will prefill the form in update/edition page', 1, 1), -(742, 'actionZoneFormDataProviderData', 'Provide zone identifiable object form data for update', 'This hook allows to provide zone identifiable object form data which will prefill the form in update/edition page', 1, 1), -(743, 'actionSearchEngineFormDataProviderData', 'Provide search engine identifiable object form data for update', 'This hook allows to provide search engine identifiable object form data which will prefill the form in update/edition page', 1, 1), -(744, 'actionCategoryTreeSelectorFormDataProviderData', 'Provide category tree selector identifiable object form data for update', 'This hook allows to provide category tree selector identifiable object form data which will prefill the form in update/edition page', 1, 1), -(745, 'actionSqlRequestFormDataProviderDefaultData', 'Provide sql request identifiable object default form data for creation', 'This hook allows to provide sql request identifiable object form data which will prefill the form in creation page', 1, 1), -(746, 'actionCustomerFormDataProviderDefaultData', 'Provide customer identifiable object default form data for creation', 'This hook allows to provide customer identifiable object form data which will prefill the form in creation page', 1, 1), -(747, 'actionLanguageFormDataProviderDefaultData', 'Provide language identifiable object default form data for creation', 'This hook allows to provide language identifiable object form data which will prefill the form in creation page', 1, 1), -(748, 'actionCurrencyFormDataProviderDefaultData', 'Provide currency identifiable object default form data for creation', 'This hook allows to provide currency identifiable object form data which will prefill the form in creation page', 1, 1), -(749, 'actionWebserviceKeyFormDataProviderDefaultData', 'Provide webservice key identifiable object default form data for creation', 'This hook allows to provide webservice key identifiable object form data which will prefill the form in creation page', 1, 1), -(750, 'actionMetaFormDataProviderDefaultData', 'Provide meta identifiable object default form data for creation', 'This hook allows to provide meta identifiable object form data which will prefill the form in creation page', 1, 1), -(751, 'actionCategoryFormDataProviderDefaultData', 'Provide category identifiable object default form data for creation', 'This hook allows to provide category identifiable object form data which will prefill the form in creation page', 1, 1), -(752, 'actionRootCategoryFormDataProviderDefaultData', 'Provide root category identifiable object default form data for creation', 'This hook allows to provide root category identifiable object form data which will prefill the form in creation page', 1, 1), -(753, 'actionContactFormDataProviderDefaultData', 'Provide contact identifiable object default form data for creation', 'This hook allows to provide contact identifiable object form data which will prefill the form in creation page', 1, 1), -(754, 'actionCmsPageCategoryFormDataProviderDefaultData', 'Provide cms page category identifiable object default form data for creation', 'This hook allows to provide cms page category identifiable object form data which will prefill the form in creation page', 1, 1), -(755, 'actionTaxFormDataProviderDefaultData', 'Provide tax identifiable object default form data for creation', 'This hook allows to provide tax identifiable object form data which will prefill the form in creation page', 1, 1), -(756, 'actionManufacturerFormDataProviderDefaultData', 'Provide manufacturer identifiable object default form data for creation', 'This hook allows to provide manufacturer identifiable object form data which will prefill the form in creation page', 1, 1), -(757, 'actionEmployeeFormDataProviderDefaultData', 'Provide employee identifiable object default form data for creation', 'This hook allows to provide employee identifiable object form data which will prefill the form in creation page', 1, 1), -(758, 'actionProfileFormDataProviderDefaultData', 'Provide profile identifiable object default form data for creation', 'This hook allows to provide profile identifiable object form data which will prefill the form in creation page', 1, 1), -(759, 'actionCmsPageFormDataProviderDefaultData', 'Provide cms page identifiable object default form data for creation', 'This hook allows to provide cms page identifiable object form data which will prefill the form in creation page', 1, 1), -(760, 'actionFeatureFormDataProviderDefaultData', 'Provide feature identifiable object default form data for creation', 'This hook allows to provide feature identifiable object form data which will prefill the form in creation page', 1, 1), -(761, 'actionOrderMessageFormDataProviderDefaultData', 'Provide order message identifiable object default form data for creation', 'This hook allows to provide order message identifiable object form data which will prefill the form in creation page', 1, 1), -(762, 'actionCatalogPriceRuleFormDataProviderDefaultData', 'Provide catalog price rule identifiable object default form data for creation', 'This hook allows to provide catalog price rule identifiable object form data which will prefill the form in creation page', 1, 1), -(763, 'actionAttachmentFormDataProviderDefaultData', 'Provide attachment identifiable object default form data for creation', 'This hook allows to provide attachment identifiable object form data which will prefill the form in creation page', 1, 1), -(764, 'actionOrderStateFormDataProviderDefaultData', 'Provide order state identifiable object default form data for creation', 'This hook allows to provide order state identifiable object form data which will prefill the form in creation page', 1, 1), -(765, 'actionOrderReturnStateFormDataProviderDefaultData', 'Provide order return state identifiable object default form data for creation', 'This hook allows to provide order return state identifiable object form data which will prefill the form in creation page', 1, 1), -(766, 'actionCreateProductFormDataProviderDefaultData', 'Provide create product identifiable object default form data for creation', 'This hook allows to provide create product identifiable object form data which will prefill the form in creation page', 1, 1), -(767, 'actionCombinationListFormDataProviderDefaultData', 'Provide combination list identifiable object default form data for creation', 'This hook allows to provide combination list identifiable object form data which will prefill the form in creation page', 1, 1), -(768, 'actionProductImageFormDataProviderDefaultData', 'Provide product image identifiable object default form data for creation', 'This hook allows to provide product image identifiable object form data which will prefill the form in creation page', 1, 1), -(769, 'actionZoneFormDataProviderDefaultData', 'Provide zone identifiable object default form data for creation', 'This hook allows to provide zone identifiable object form data which will prefill the form in creation page', 1, 1), -(770, 'actionSearchEngineFormDataProviderDefaultData', 'Provide search engine identifiable object default form data for creation', 'This hook allows to provide search engine identifiable object form data which will prefill the form in creation page', 1, 1), -(771, 'actionCategoryTreeSelectorFormDataProviderDefaultData', 'Provide category tree selector identifiable object default form data for creation', 'This hook allows to provide category tree selector identifiable object form data which will prefill the form in creation page', 1, 1), -(772, 'actionBeforeUpdateCreateProductFormHandler', 'Modify create product identifiable object data before updating it', 'This hook allows to modify create product identifiable object forms data before it was updated', 1, 1), -(773, 'actionBeforeUpdateCombinationListFormHandler', 'Modify combination list identifiable object data before updating it', 'This hook allows to modify combination list identifiable object forms data before it was updated', 1, 1), -(774, 'actionBeforeUpdateProductImageFormHandler', 'Modify product image identifiable object data before updating it', 'This hook allows to modify product image identifiable object forms data before it was updated', 1, 1), -(775, 'actionBeforeUpdateSearchEngineFormHandler', 'Modify search engine identifiable object data before updating it', 'This hook allows to modify search engine identifiable object forms data before it was updated', 1, 1), -(776, 'actionBeforeUpdateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data before updating it', 'This hook allows to modify category tree selector identifiable object forms data before it was updated', 1, 1), -(777, 'actionAfterUpdateCreateProductFormHandler', 'Modify create product identifiable object data after updating it', 'This hook allows to modify create product identifiable object forms data after it was updated', 1, 1), -(778, 'actionAfterUpdateCombinationListFormHandler', 'Modify combination list identifiable object data after updating it', 'This hook allows to modify combination list identifiable object forms data after it was updated', 1, 1), -(779, 'actionAfterUpdateSearchEngineFormHandler', 'Modify search engine identifiable object data after updating it', 'This hook allows to modify search engine identifiable object forms data after it was updated', 1, 1), -(780, 'actionAfterUpdateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data after updating it', 'This hook allows to modify category tree selector identifiable object forms data after it was updated', 1, 1), -(781, 'actionBeforeCreateCreateProductFormHandler', 'Modify create product identifiable object data before creating it', 'This hook allows to modify create product identifiable object forms data before it was created', 1, 1), -(782, 'actionBeforeCreateCombinationListFormHandler', 'Modify combination list identifiable object data before creating it', 'This hook allows to modify combination list identifiable object forms data before it was created', 1, 1), -(783, 'actionBeforeCreateProductImageFormHandler', 'Modify product image identifiable object data before creating it', 'This hook allows to modify product image identifiable object forms data before it was created', 1, 1), -(784, 'actionBeforeCreateSearchEngineFormHandler', 'Modify search engine identifiable object data before creating it', 'This hook allows to modify search engine identifiable object forms data before it was created', 1, 1), -(785, 'actionBeforeCreateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data before creating it', 'This hook allows to modify category tree selector identifiable object forms data before it was created', 1, 1), -(786, 'actionAfterCreateCreateProductFormHandler', 'Modify create product identifiable object data after creating it', 'This hook allows to modify create product identifiable object forms data after it was created', 1, 1), -(787, 'actionAfterCreateCombinationListFormHandler', 'Modify combination list identifiable object data after creating it', 'This hook allows to modify combination list identifiable object forms data after it was created', 1, 1), -(788, 'actionAfterCreateProductImageFormHandler', 'Modify product image identifiable object data after creating it', 'This hook allows to modify product image identifiable object forms data after it was created', 1, 1), -(789, 'actionAfterCreateSearchEngineFormHandler', 'Modify search engine identifiable object data after creating it', 'This hook allows to modify search engine identifiable object forms data after it was created', 1, 1), -(790, 'actionAfterCreateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data after creating it', 'This hook allows to modify category tree selector identifiable object forms data after it was created', 1, 1), -(791, 'actionFeatureFlagStableForm', 'Modify feature flag stable options form content', 'This hook allows to modify feature flag stable options form FormBuilder', 1, 1), -(792, 'actionFeatureFlagBetaForm', 'Modify feature flag beta options form content', 'This hook allows to modify feature flag beta options form FormBuilder', 1, 1), -(793, 'actionSecurityPageGeneralForm', 'Modify security page general options form content', 'This hook allows to modify security page general options form FormBuilder', 1, 1), -(794, 'actionSecurityPagePasswordPolicyForm', 'Modify security page password policy options form content', 'This hook allows to modify security page password policy options form FormBuilder', 1, 1), -(795, 'actionFeatureFlagStableSave', 'Modify feature flag stable options form saved data', 'This hook allows to modify data of feature flag stable options form after it was saved', 1, 1), -(796, 'actionFeatureFlagBetaSave', 'Modify feature flag beta options form saved data', 'This hook allows to modify data of feature flag beta options form after it was saved', 1, 1), -(797, 'actionSecurityPageGeneralSave', 'Modify security page general options form saved data', 'This hook allows to modify data of security page general options form after it was saved', 1, 1), -(798, 'actionSecurityPagePasswordPolicySave', 'Modify security page password policy options form saved data', 'This hook allows to modify data of security page password policy options form after it was saved', 1, 1), -(799, 'actionCountryGridDefinitionModifier', 'Modify country grid definition', 'This hook allows to alter country grid columns, actions and filters', 1, 1), -(800, 'actionSearchEngineGridDefinitionModifier', 'Modify search engine grid definition', 'This hook allows to alter search engine grid columns, actions and filters', 1, 1), -(801, 'actionProductGridDefinitionModifier', 'Modify product grid definition', 'This hook allows to alter product grid columns, actions and filters', 1, 1), -(803, 'actionSecuritySessionEmployeeGridDefinitionModifier', 'Modify security session employee grid definition', 'This hook allows to alter security session employee grid columns, actions and filters', 1, 1), -(804, 'actionSecuritySessionCustomerGridDefinitionModifier', 'Modify security session customer grid definition', 'This hook allows to alter security session customer grid columns, actions and filters', 1, 1), -(805, 'actionStateGridDefinitionModifier', 'Modify state grid definition', 'This hook allows to alter state grid columns, actions and filters', 1, 1), -(806, 'actionTitleGridDefinitionModifier', 'Modify title grid definition', 'This hook allows to alter title grid columns, actions and filters', 1, 1), -(807, 'actionCountryGridQueryBuilderModifier', 'Modify country grid query builder', 'This hook allows to alter Doctrine query builder for country grid', 1, 1), -(808, 'actionSearchEngineGridQueryBuilderModifier', 'Modify search engine grid query builder', 'This hook allows to alter Doctrine query builder for search engine grid', 1, 1), -(809, 'actionProductGridQueryBuilderModifier', 'Modify product grid query builder', 'This hook allows to alter Doctrine query builder for product grid', 1, 1), -(811, 'actionSecuritySessionEmployeeGridQueryBuilderModifier', 'Modify security session employee grid query builder', 'This hook allows to alter Doctrine query builder for security session employee grid', 1, 1), -(812, 'actionSecuritySessionCustomerGridQueryBuilderModifier', 'Modify security session customer grid query builder', 'This hook allows to alter Doctrine query builder for security session customer grid', 1, 1), -(813, 'actionStateGridQueryBuilderModifier', 'Modify state grid query builder', 'This hook allows to alter Doctrine query builder for state grid', 1, 1), -(814, 'actionTitleGridQueryBuilderModifier', 'Modify title grid query builder', 'This hook allows to alter Doctrine query builder for title grid', 1, 1), -(815, 'actionCountryGridDataModifier', 'Modify country grid data', 'This hook allows to modify country grid data', 1, 1), -(816, 'actionSearchEngineGridDataModifier', 'Modify search engine grid data', 'This hook allows to modify search engine grid data', 1, 1), -(817, 'actionProductGridDataModifier', 'Modify product grid data', 'This hook allows to modify product grid data', 1, 1), -(819, 'actionSecuritySessionEmployeeGridDataModifier', 'Modify security session employee grid data', 'This hook allows to modify security session employee grid data', 1, 1), -(820, 'actionSecuritySessionCustomerGridDataModifier', 'Modify security session customer grid data', 'This hook allows to modify security session customer grid data', 1, 1), -(821, 'actionStateGridDataModifier', 'Modify state grid data', 'This hook allows to modify state grid data', 1, 1), -(822, 'actionTitleGridDataModifier', 'Modify title grid data', 'This hook allows to modify title grid data', 1, 1), -(823, 'actionCountryGridFilterFormModifier', 'Modify country grid filters', 'This hook allows to modify filters for country grid', 1, 1), -(824, 'actionSearchEngineGridFilterFormModifier', 'Modify search engine grid filters', 'This hook allows to modify filters for search engine grid', 1, 1), -(825, 'actionProductGridFilterFormModifier', 'Modify product grid filters', 'This hook allows to modify filters for product grid', 1, 1), -(827, 'actionSecuritySessionEmployeeGridFilterFormModifier', 'Modify security session employee grid filters', 'This hook allows to modify filters for security session employee grid', 1, 1), -(828, 'actionSecuritySessionCustomerGridFilterFormModifier', 'Modify security session customer grid filters', 'This hook allows to modify filters for security session customer grid', 1, 1), -(829, 'actionStateGridFilterFormModifier', 'Modify state grid filters', 'This hook allows to modify filters for state grid', 1, 1), -(830, 'actionTitleGridFilterFormModifier', 'Modify title grid filters', 'This hook allows to modify filters for title grid', 1, 1), -(831, 'actionCountryGridPresenterModifier', 'Modify country grid template data', 'This hook allows to modify data which is about to be used in template for country grid', 1, 1), -(832, 'actionSearchEngineGridPresenterModifier', 'Modify search engine grid template data', 'This hook allows to modify data which is about to be used in template for search engine grid', 1, 1), -(833, 'actionProductGridPresenterModifier', 'Modify product grid template data', 'This hook allows to modify data which is about to be used in template for product grid', 1, 1), -(835, 'actionSecuritySessionEmployeeGridPresenterModifier', 'Modify security session employee grid template data', 'This hook allows to modify data which is about to be used in template for security session employee grid', 1, 1), -(836, 'actionSecuritySessionCustomerGridPresenterModifier', 'Modify security session customer grid template data', 'This hook allows to modify data which is about to be used in template for security session customer grid', 1, 1), -(837, 'actionStateGridPresenterModifier', 'Modify state grid template data', 'This hook allows to modify data which is about to be used in template for state grid', 1, 1), -(838, 'actionTitleGridPresenterModifier', 'Modify title grid template data', 'This hook allows to modify data which is about to be used in template for title grid', 1, 1), -(839, 'displayFooterAfter', 'displayFooterAfter', '', 1, 1), -(840, 'displayFooterBefore', 'displayFooterBefore', '', 1, 1), -(841, 'displayReassurance', 'displayReassurance', '', 1, 1), -(842, 'actionFrontControllerSetMedia', 'actionFrontControllerSetMedia', '', 1, 1), -(843, 'actionAdminControllerSetMedia', 'actionAdminControllerSetMedia', '', 1, 1), -(844, 'deleteProductAttribute', 'deleteProductAttribute', '', 1, 1), -(845, 'displayGDPRConsent', 'displayGDPRConsent', '', 1, 1), -(846, 'displayNav1', 'displayNav1', '', 1, 1), -(847, 'displayContactRightColumn', 'displayContactRightColumn', '', 1, 1), -(848, 'displayContactLeftColumn', 'displayContactLeftColumn', '', 1, 1), -(849, 'displayContactContent', 'displayContactContent', '', 1, 1), -(850, 'actionAdminStoresControllerUpdate_optionsAfter', 'actionAdminStoresControllerUpdate_optionsAfter', '', 1, 1), -(851, 'actionAdminCurrenciesControllerSaveAfter', 'actionAdminCurrenciesControllerSaveAfter', '', 1, 1), -(852, 'displayNav2', 'displayNav2', '', 1, 1), -(853, 'actionObjectCategoryUpdateAfter', 'actionObjectCategoryUpdateAfter', '', 1, 1), -(854, 'actionObjectCategoryDeleteAfter', 'actionObjectCategoryDeleteAfter', '', 1, 1), -(855, 'actionObjectCategoryAddAfter', 'actionObjectCategoryAddAfter', '', 1, 1), -(856, 'actionObjectCmsUpdateAfter', 'actionObjectCmsUpdateAfter', '', 1, 1), -(857, 'actionObjectCmsDeleteAfter', 'actionObjectCmsDeleteAfter', '', 1, 1), -(858, 'actionObjectCmsAddAfter', 'actionObjectCmsAddAfter', '', 1, 1), -(859, 'actionObjectSupplierUpdateAfter', 'actionObjectSupplierUpdateAfter', '', 1, 1), -(860, 'actionObjectSupplierDeleteAfter', 'actionObjectSupplierDeleteAfter', '', 1, 1), -(861, 'actionObjectSupplierAddAfter', 'actionObjectSupplierAddAfter', '', 1, 1), -(862, 'actionObjectManufacturerUpdateAfter', 'actionObjectManufacturerUpdateAfter', '', 1, 1), -(863, 'actionObjectManufacturerDeleteAfter', 'actionObjectManufacturerDeleteAfter', '', 1, 1), -(864, 'actionObjectManufacturerAddAfter', 'actionObjectManufacturerAddAfter', '', 1, 1), -(865, 'actionObjectProductUpdateAfter', 'actionObjectProductUpdateAfter', '', 1, 1), -(866, 'actionObjectProductDeleteAfter', 'actionObjectProductDeleteAfter', '', 1, 1), -(867, 'actionObjectProductAddAfter', 'actionObjectProductAddAfter', '', 1, 1), -(868, 'actionShopDataDuplication', 'actionShopDataDuplication', '', 1, 1), -(869, 'displaySearch', 'displaySearch', '', 1, 1), -(870, 'displayOrderConfirmation2', 'displayOrderConfirmation2', '', 1, 1), -(871, 'displayCrossSellingShoppingCart', 'displayCrossSellingShoppingCart', '', 1, 1), -(872, 'actionAdminGroupsControllerSaveAfter', 'actionAdminGroupsControllerSaveAfter', '', 1, 1), -(873, 'actionObjectLanguageAddAfter', 'actionObjectLanguageAddAfter', '', 1, 1), -(874, 'actionObjectSpecificPriceCoreDeleteAfter', 'actionObjectSpecificPriceCoreDeleteAfter', '', 1, 1), -(875, 'actionObjectSpecificPriceCoreAddAfter', 'actionObjectSpecificPriceCoreAddAfter', '', 1, 1), -(876, 'actionObjectSpecificPriceCoreUpdateAfter', 'actionObjectSpecificPriceCoreUpdateAfter', '', 1, 1), -(877, 'actionObjectCustomerUpdateBefore', 'actionObjectCustomerUpdateBefore', '', 1, 1), -(878, 'displayAdminCustomersForm', 'displayAdminCustomersForm', '', 1, 1), -(879, 'registerGDPRConsent', 'registerGDPRConsent', '', 1, 1), -(880, 'actionDeleteGDPRCustomer', 'actionDeleteGDPRCustomer', '', 1, 1), -(881, 'actionExportGDPRData', 'actionExportGDPRData', '', 1, 1), -(882, 'actionModuleRegisterHookAfter', 'actionModuleRegisterHookAfter', '', 1, 1), -(883, 'actionModuleUnRegisterHookAfter', 'actionModuleUnRegisterHookAfter', '', 1, 1), -(884, 'displayProductListReviews', 'displayProductListReviews', '', 1, 1), -(885, 'productSearchProvider', 'productSearchProvider', '', 1, 1), -(886, 'actionObjectSpecificPriceRuleUpdateBefore', 'actionObjectSpecificPriceRuleUpdateBefore', '', 1, 1), -(887, 'actionAdminSpecificPriceRuleControllerSaveAfter', 'actionAdminSpecificPriceRuleControllerSaveAfter', '', 1, 1), -(888, 'displayProductButtons', 'displayProductButtons', '', 1, 1), -(889, 'dashboardZoneTwo', 'dashboardZoneTwo', '', 1, 1), -(890, 'dashboardData', 'dashboardData', '', 1, 1), -(891, 'actionObjectOrderAddAfter', 'actionObjectOrderAddAfter', '', 1, 1), -(892, 'actionSearch', 'actionSearch', '', 1, 1), -(893, 'paymentOptions', 'paymentOptions', '', 1, 1), -(894, 'paymentReturn', 'paymentReturn', '', 1, 1), -(895, 'AdminStatsModules', 'AdminStatsModules', '', 1, 1), -(896, 'dashboardZoneOne', 'dashboardZoneOne', '', 1, 1), -(897, 'actionObjectCustomerAddAfter', 'actionObjectCustomerAddAfter', '', 1, 1), -(898, 'actionObjectCustomerMessageAddAfter', 'actionObjectCustomerMessageAddAfter', '', 1, 1), -(899, 'actionObjectCustomerThreadAddAfter', 'actionObjectCustomerThreadAddAfter', '', 1, 1), -(900, 'actionObjectOrderReturnAddAfter', 'actionObjectOrderReturnAddAfter', '', 1, 1), -(901, 'gSitemapAppendUrls', 'GSitemap Append URLs', 'This hook allows a module to add URLs to a generated sitemap', 1, 1), -(902, 'GraphEngine', 'GraphEngine', '', 1, 1), -(903, 'actionProductCoverage', 'actionProductCoverage', '', 1, 1), -(904, 'GridEngine', 'GridEngine', '', 1, 1), -(905, 'authentication', 'authentication', '', 1, 1), -(906, 'createAccount', 'createAccount', '', 1, 1), -(907, 'actionAdminOrdersListingFieldsModifier', 'actionAdminOrdersListingFieldsModifier', '', 1, 1), -(908, 'displayExpressCheckout', 'displayExpressCheckout', '', 1, 1), -(909, 'actionObjectOrderPaymentAddAfter', 'actionObjectOrderPaymentAddAfter', '', 1, 1), -(910, 'actionCartUpdateQuantityBefore', 'actionCartUpdateQuantityBefore', '', 1, 1), -(911, 'actionObjectAddressAddAfter', 'actionObjectAddressAddAfter', '', 1, 1), -(912, 'actionObjectAddressUpdateAfter', 'actionObjectAddressUpdateAfter', '', 1, 1), -(913, 'actionObjectAddressDeleteAfter', 'actionObjectAddressDeleteAfter', '', 1, 1), -(914, 'actionBeforeCartUpdateQty', 'actionBeforeCartUpdateQty', '', 1, 1), -(915, 'actionAjaxDieCartControllerDisplayAjaxUpdateBefore', 'actionAjaxDieCartControllerDisplayAjaxUpdateBefore', '', 1, 1), -(916, 'actionFrontControllerAfterInit', 'actionFrontControllerAfterInit', '', 1, 1); +(11, 'displayContactRightColumn', 'Right column blocks of the contact page', 'This hook displays new elements in the right-hand column of the contact page', 1, 1), +(12, 'displayWrapperTop', 'Main wrapper section (top)', 'This hook displays new elements in the top of the main wrapper', 1, 1), +(13, 'displayWrapperBottom', 'Main wrapper section (bottom)', 'This hook displays new elements in the bottom of the main wrapper', 1, 1), +(14, 'displayContactContent', 'Content wrapper section of the contact page', 'This hook displays new elements in the content wrapper of the contact page', 1, 1), +(15, 'displayContentWrapperTop', 'Content wrapper section (top)', 'This hook displays new elements in the top of the content wrapper', 1, 1), +(16, 'displayContentWrapperBottom', 'Content wrapper section (bottom)', 'This hook displays new elements in the bottom of the content wrapper', 1, 1), +(17, 'displayLeftColumn', 'Left column blocks', 'This hook displays new elements in the left-hand column', 1, 1), +(18, 'displayContactLeftColumn', 'Left column blocks on the contact page', 'This hook displays new elements in the left-hand column of the contact page', 1, 1), +(19, 'displayHome', 'Homepage content', 'This hook displays new elements on the homepage', 1, 1), +(20, 'displayHeader', 'Pages html head section', 'This hook adds additional elements in the head section of your pages (head section of html)', 1, 1), +(21, 'actionCartSave', 'Cart creation and update', 'This hook is displayed when a product is added to the cart or if the cart\'s content is modified', 1, 1), +(22, 'actionAuthentication', 'Successful customer authentication', 'This hook is displayed after a customer successfully signs in', 1, 1), +(23, 'actionProductAdd', 'Product creation', 'This hook is displayed after a product is created', 1, 1), +(24, 'actionProductUpdate', 'Product update', 'This hook is displayed after a product has been updated', 1, 1), +(25, 'displayAfterTitleTag', 'After title tag', 'Use this hook to add content after title tag', 1, 1), +(26, 'displayAfterBodyOpeningTag', 'Very top of pages', 'Use this hook for advertisement or modals you want to load first', 1, 1), +(27, 'displayBanner', 'Very top of pages', 'Use this hook for banners on top of every pages', 1, 1), +(28, 'displayBeforeBodyClosingTag', 'Very bottom of pages', 'Use this hook for your modals or any content you want to load at the very end', 1, 1), +(29, 'displayTop', 'Top of pages', 'This hook displays additional elements at the top of your pages', 1, 1), +(30, 'displayNavFullWidth', 'Navigation', 'This hook displays full width navigation menu at the top of your pages', 1, 1), +(31, 'displayRightColumnProduct', 'New elements on the product page (right column)', 'This hook displays new elements in the right-hand column of the product page', 1, 1), +(32, 'actionProductDelete', 'Product deletion', 'This hook is called when a product is deleted', 1, 1), +(33, 'actionObjectProductInCartDeleteBefore', 'Cart product removal', 'This hook is called before a product is removed from a cart', 1, 1), +(34, 'actionObjectProductInCartDeleteAfter', 'Cart product removal', 'This hook is called after a product is removed from a cart', 1, 1), +(35, 'displayFooterProduct', 'Product footer', 'This hook adds new blocks under the product\'s description', 1, 1), +(36, 'displayInvoice', 'Invoice', 'This hook displays new blocks on the invoice (order)', 1, 1), +(37, 'actionOrderStatusUpdate', 'Order status update - Event', 'This hook launches modules when the status of an order changes', 1, 1), +(38, 'displayAdminGridTableBefore', 'Display before Grid table', 'This hook adds new blocks before Grid component table', 1, 1), +(39, 'displayAdminGridTableAfter', 'Display after Grid table', 'This hook adds new blocks after Grid component table', 1, 1), +(40, 'displayAdminOrder', 'Display new elements in the Back Office, tab AdminOrder', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office', 1, 1), +(41, 'displayAdminOrderTabOrder', 'Display new elements in Back Office, AdminOrder, panel Order', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel tabs', 1, 1), +(42, 'displayAdminOrderTabShip', 'Display new elements in Back Office, AdminOrder, panel Shipping', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel tabs', 1, 1), +(43, 'displayAdminOrderContentOrder', 'Display new elements in Back Office, AdminOrder, panel Order', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Order panel content', 1, 1), +(44, 'displayAdminOrderContentShip', 'Display new elements in Back Office, AdminOrder, panel Shipping', 'This hook launches modules when the AdminOrder tab is displayed in the Back Office and extends / override Shipping panel content', 1, 1), +(45, 'displayFooter', 'Footer', 'This hook displays new blocks in the footer', 1, 1), +(46, 'displayPDFInvoice', 'PDF Invoice', 'This hook allows you to display additional information on PDF invoices', 1, 1), +(47, 'displayInvoiceLegalFreeText', 'PDF Invoice - Legal Free Text', 'This hook allows you to modify the legal free text on PDF invoices', 1, 1), +(48, 'displayAdminCustomers', 'Display new elements in the Back Office, tab AdminCustomers', 'This hook launches modules when the AdminCustomers tab is displayed in the Back Office', 1, 1), +(49, 'displayAdminCustomersAddressesItemAction', 'Display new elements in the Back Office, tab AdminCustomers, Addresses actions', 'This hook launches modules when the Addresses list into the AdminCustomers tab is displayed in the Back Office', 1, 1), +(50, 'displayOrderConfirmation', 'Order confirmation page', 'This hook is called within an order\'s confirmation page', 1, 1), +(51, 'actionCustomerAccountAdd', 'Successful customer account creation', 'This hook is called when a new customer creates an account successfully', 1, 1), +(52, 'actionCustomerAccountUpdate', 'Successful customer account update', 'This hook is called when a customer updates its account successfully', 1, 1), +(53, 'displayCustomerAccount', 'Customer account displayed in Front Office', 'This hook displays new elements on the customer account page', 1, 1), +(54, 'actionOrderSlipAdd', 'Order slip creation', 'This hook is called when a new credit slip is added regarding client order', 1, 1), +(55, 'displayShoppingCartFooter', 'Shopping cart footer', 'This hook displays some specific information on the shopping cart\'s page', 1, 1), +(56, 'displayCreateAccountEmailFormBottom', 'Customer authentication form', 'This hook displays some information on the bottom of the email form', 1, 1), +(57, 'displayAuthenticateFormBottom', 'Customer authentication form', 'This hook displays some information on the bottom of the authentication form', 1, 1), +(58, 'displayCustomerAccountForm', 'Customer account creation form', 'This hook displays some information on the form to create a customer account', 1, 1), +(59, 'displayModuleConfigureExtraButtons', 'Module configuration - After toolbar buttons', 'This hook allows to add toolbar\'s additional content on module configuration page', 1, 1), +(60, 'displayAdminStatsModules', 'Stats - Modules', '', 1, 1), +(61, 'displayAdminStatsGraphEngine', 'Graph engines', '', 1, 1), +(62, 'actionOrderReturn', 'Returned product', 'This hook is displayed when a customer returns a product ', 1, 1), +(63, 'displayProductAdditionalInfo', 'Product page additional info', 'This hook adds additional information on the product page', 1, 1), +(64, 'displayBackOfficeHome', 'Administration panel homepage', 'This hook is displayed on the admin panel\'s homepage', 1, 1), +(65, 'displayAdminStatsGridEngine', 'Grid engines', '', 1, 1), +(66, 'actionWatermark', 'Watermark', '', 1, 1), +(67, 'actionProductCancel', 'Product cancelled', 'This hook is called when you cancel a product in an order', 1, 1), +(68, 'displayLeftColumnProduct', 'New elements on the product page (left column)', 'This hook displays new elements in the left-hand column of the product page', 1, 1), +(69, 'actionProductOutOfStock', 'Out-of-stock product', 'This hook displays new action buttons if a product is out of stock', 1, 1), +(70, 'actionProductAttributeUpdate', 'Product attribute update', 'This hook is displayed when a product\'s attribute is updated', 1, 1), +(71, 'displayCarrierList', 'Extra carrier (module mode)', '', 1, 1), +(72, 'displayShoppingCart', 'Shopping cart - Additional button', 'This hook displays new action buttons within the shopping cart', 1, 1), +(73, 'actionCarrierUpdate', 'Carrier Update', 'This hook is called when a carrier is updated', 1, 1), +(74, 'actionOrderStatusPostUpdate', 'Post update of order status', '', 1, 1), +(75, 'displayCustomerAccountFormTop', 'Block above the form for create an account', 'This hook is displayed above the customer\'s account creation form', 1, 1), +(76, 'displayBackOfficeHeader', 'Administration panel header', 'This hook is displayed in the header of the admin panel', 1, 1), +(77, 'displayBackOfficeTop', 'Administration panel hover the tabs', 'This hook is displayed on the roll hover of the tabs within the admin panel', 1, 1), +(78, 'displayAdminEndContent', 'Administration end of content', 'This hook is displayed at the end of the main content, before the footer', 1, 1), +(79, 'displayBackOfficeFooter', 'Administration panel footer', 'This hook is displayed within the admin panel\'s footer', 1, 1), +(80, 'actionProductAttributeDelete', 'Product attribute deletion', 'This hook is displayed when a product\'s attribute is deleted', 1, 1), +(81, 'actionCarrierProcess', 'Carrier process', '', 1, 1), +(82, 'displayBeforeCarrier', 'Before carriers list', 'This hook is displayed before the carrier list in Front Office', 1, 1), +(83, 'displayAfterCarrier', 'After carriers list', 'This hook is displayed after the carrier list in Front Office', 1, 1), +(84, 'displayOrderDetail', 'Order detail', 'This hook is displayed within the order\'s details in Front Office', 1, 1), +(85, 'actionPaymentCCAdd', 'Payment CC added', '', 1, 1), +(86, 'actionCategoryAdd', 'Category creation', 'This hook is displayed when a category is created', 1, 1), +(87, 'actionCategoryUpdate', 'Category modification', 'This hook is displayed when a category is modified', 1, 1), +(88, 'actionCategoryDelete', 'Category deletion', 'This hook is displayed when a category is deleted', 1, 1), +(89, 'displayPaymentTop', 'Top of payment page', 'This hook is displayed at the top of the payment page', 1, 1), +(90, 'actionHtaccessCreate', 'After htaccess creation', 'This hook is displayed after the htaccess creation', 1, 1), +(91, 'actionAdminMetaSave', 'After saving the configuration in AdminMeta', 'This hook is displayed after saving the configuration in AdminMeta', 1, 1), +(92, 'displayAttributeGroupForm', 'Add fields to the form \'attribute group\'', 'This hook adds fields to the form \'attribute group\'', 1, 1), +(93, 'actionAttributeGroupSave', 'Saving an attribute group', 'This hook is called while saving an attributes group', 1, 1), +(94, 'actionAttributeGroupDelete', 'Deleting attribute group', 'This hook is called while deleting an attributes group', 1, 1), +(95, 'displayFeatureForm', 'Add fields to the form \'feature\'', 'This hook adds fields to the form \'feature\'', 1, 1), +(96, 'actionFeatureSave', 'Saving attributes\' features', 'This hook is called while saving an attributes features', 1, 1), +(97, 'actionFeatureDelete', 'Deleting attributes\' features', 'This hook is called while deleting an attributes features', 1, 1), +(98, 'actionProductSave', 'Saving products', 'This hook is called while saving products', 1, 1), +(99, 'displayAttributeGroupPostProcess', 'On post-process in admin attribute group', 'This hook is called on post-process in admin attribute group', 1, 1), +(100, 'displayFeaturePostProcess', 'On post-process in admin feature', 'This hook is called on post-process in admin feature', 1, 1), +(101, 'displayFeatureValueForm', 'Add fields to the form \'feature value\'', 'This hook adds fields to the form \'feature value\'', 1, 1), +(102, 'displayFeatureValuePostProcess', 'On post-process in admin feature value', 'This hook is called on post-process in admin feature value', 1, 1), +(103, 'actionFeatureValueDelete', 'Deleting attributes\' features\' values', 'This hook is called while deleting an attributes features value', 1, 1), +(104, 'actionFeatureValueSave', 'Saving an attributes features value', 'This hook is called while saving an attributes features value', 1, 1), +(105, 'displayAttributeForm', 'Add fields to the form \'attribute value\'', 'This hook adds fields to the form \'attribute value\'', 1, 1), +(106, 'actionAttributePostProcess', 'On post-process in admin feature value', 'This hook is called on post-process in admin feature value', 1, 1), +(107, 'actionAttributeDelete', 'Deleting an attributes features value', 'This hook is called while deleting an attributes features value', 1, 1), +(108, 'actionAttributeSave', 'Saving an attributes features value', 'This hook is called while saving an attributes features value', 1, 1), +(109, 'actionTaxManager', 'Tax Manager Factory', '', 1, 1), +(110, 'displayMyAccountBlock', 'My account block', 'This hook displays extra information within the \'my account\' block\"', 1, 1), +(111, 'actionModuleInstallBefore', 'actionModuleInstallBefore', '', 1, 1), +(112, 'actionModuleInstallAfter', 'actionModuleInstallAfter', '', 1, 1), +(113, 'actionModuleUninstallBefore', 'actionModuleUninstallBefore', '', 1, 1), +(114, 'actionModuleUninstallAfter', 'actionModuleUninstallAfter', '', 1, 1), +(115, 'displayTopColumn', 'Top column blocks', 'This hook displays new elements in the top of columns', 1, 1), +(116, 'displayBackOfficeCategory', 'Display new elements in the Back Office, tab AdminCategories', 'This hook launches modules when the AdminCategories tab is displayed in the Back Office', 1, 1), +(117, 'displayProductListFunctionalButtons', 'Display new elements in the Front Office, products list', 'This hook launches modules when the products list is displayed in the Front Office', 1, 1), +(118, 'displayNav', 'Navigation', '', 1, 1), +(119, 'displayOverrideTemplate', 'Change the default template of current controller', '', 1, 1), +(120, 'actionAdminLoginControllerSetMedia', 'Set media on admin login page header', 'This hook is called after adding media to admin login page header', 1, 1), +(121, 'actionOrderEdited', 'Order edited', 'This hook is called when an order is edited', 1, 1), +(122, 'actionEmailAddBeforeContent', 'Add extra content before mail content', 'This hook is called just before fetching mail template', 1, 1), +(123, 'actionEmailAddAfterContent', 'Add extra content after mail content', 'This hook is called just after fetching mail template', 1, 1), +(124, 'sendMailAlterTemplateVars', 'Alter template vars on the fly', 'This hook is called when Mail::send() is called', 1, 1), +(125, 'displayCartExtraProductActions', 'Extra buttons in shopping cart', 'This hook adds extra buttons to the product lines, in the shopping cart', 1, 1), +(126, 'displayPaymentByBinaries', 'Payment form generated by binaries', 'This hook displays form generated by binaries during the checkout', 1, 1), +(127, 'additionalCustomerFormFields', 'Add fields to the Customer form', 'This hook returns an array of FormFields to add them to the customer registration form', 1, 1), +(128, 'additionalCustomerAddressFields', 'Add fields to the Customer address form', 'This hook returns an array of FormFields to add them to the customer address registration form', 1, 1), +(129, 'addWebserviceResources', 'Add extra webservice resource', 'This hook is called when webservice resources list in webservice controller', 1, 1), +(130, 'displayCustomerLoginFormAfter', 'Display elements after login form', 'This hook displays new elements after the login form', 1, 1), +(131, 'actionClearCache', 'Clear smarty cache', 'This hook is called when smarty\'s cache is cleared', 1, 1), +(132, 'actionClearCompileCache', 'Clear smarty compile cache', 'This hook is called when smarty\'s compile cache is cleared', 1, 1), +(133, 'actionClearSf2Cache', 'Clear Sf2 cache', 'This hook is called when the Symfony cache is cleared', 1, 1), +(134, 'actionValidateCustomerAddressForm', 'Customer address form validation', 'This hook is called when a customer submit its address form', 1, 1), +(135, 'displayCarrierExtraContent', 'Display additional content for a carrier (e.g pickup points)', 'This hook calls only the module related to the carrier, in order to add options when needed', 1, 1), +(136, 'validateCustomerFormFields', 'Customer registration form validation', 'This hook is called to a module when it has sent additional fields with additionalCustomerFormFields', 1, 1), +(137, 'displayProductExtraContent', 'Display extra content on the product page', 'This hook expects ProductExtraContent instances, which will be properly displayed by the template on the product page', 1, 1), +(138, 'filterCmsContent', 'Filter the content page', 'This hook is called just before fetching content page', 1, 1), +(139, 'filterCmsCategoryContent', 'Filter the content page category', 'This hook is called just before fetching content page category', 1, 1), +(140, 'filterProductContent', 'Filter the content page product', 'This hook is called just before fetching content page product', 1, 1), +(141, 'filterCategoryContent', 'Filter the content page category', 'This hook is called just before fetching content page category', 1, 1), +(142, 'filterManufacturerContent', 'Filter the content page manufacturer', 'This hook is called just before fetching content page manufacturer', 1, 1), +(143, 'filterSupplierContent', 'Filter the content page supplier', 'This hook is called just before fetching content page supplier', 1, 1), +(144, 'filterHtmlContent', 'Filter HTML field before rending a page', 'This hook is called just before fetching a page on HTML field', 1, 1), +(145, 'displayDashboardTop', 'Dashboard Top', 'Displays the content in the dashboard\'s top area', 1, 1), +(146, 'actionUpdateLangAfter', 'Update \"lang\" tables', 'Update \"lang\" tables after adding or updating a language', 1, 1), +(147, 'actionOutputHTMLBefore', 'Before HTML output', 'This hook is used to filter the whole HTML page before it is rendered (only front)', 1, 1), +(148, 'displayAfterProductThumbs', 'Display extra content below product thumbs', 'This hook displays new elements below product images ex. additional media', 1, 1), +(149, 'actionDispatcherBefore', 'Before dispatch', 'This hook is called at the beginning of the dispatch method of the Dispatcher', 1, 1), +(150, 'actionDispatcherAfter', 'After dispatch', 'This hook is called at the end of the dispatch method of the Dispatcher', 1, 1), +(151, 'filterProductSearch', 'Filter search products result', 'This hook is called in order to allow to modify search product result', 1, 1), +(152, 'actionProductSearchAfter', 'Event triggered after search product completed', 'This hook is called after the product search. Parameters are already filter', 1, 1), +(153, 'actionEmailSendBefore', 'Before sending an email', 'This hook is used to filter the content or the metadata of an email before sending it or even prevent its sending', 1, 1), +(154, 'displayAdminProductsMainStepLeftColumnMiddle', 'Display new elements in back office product page, left column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(155, 'displayAdminProductsMainStepLeftColumnBottom', 'Display new elements in back office product page, left column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(156, 'displayAdminProductsMainStepRightColumnBottom', 'Display new elements in back office product page, right column of the Basic settings tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(157, 'displayAdminProductsQuantitiesStepBottom', 'Display new elements in back office product page, Quantities/Combinations tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(158, 'displayAdminProductsPriceStepBottom', 'Display new elements in back office product page, Price tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(159, 'displayAdminProductsOptionsStepTop', 'Display new elements in back office product page, Options tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(160, 'displayAdminProductsOptionsStepBottom', 'Display new elements in back office product page, Options tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(161, 'displayAdminProductsSeoStepBottom', 'Display new elements in back office product page, SEO tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(162, 'displayAdminProductsShippingStepBottom', 'Display new elements in back office product page, Shipping tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(163, 'displayAdminProductsExtra', 'Admin Product Extra Module Tab', 'This hook displays extra content in the Module tab on the product edit page', 1, 1), +(164, 'displayAdminProductsCombinationBottom', 'Display new elements in back office product page, Combination tab', 'This hook launches modules when the back office product page is displayed', 1, 1), +(165, 'displayDashboardToolbarTopMenu', 'Display new elements in back office page with a dashboard, on top Menu', 'This hook launches modules when a page with a dashboard is displayed', 1, 1), +(166, 'displayDashboardToolbarIcons', 'Display new elements in back office page with dashboard, on icons list', 'This hook launches modules when the back office with dashboard is displayed', 1, 1), +(167, 'actionBuildFrontEndObject', 'Manage elements added to the \"prestashop\" javascript object', 'This hook allows you to customize the \"prestashop\" javascript object that is included in all front office pages', 1, 1), +(168, 'actionFrontControllerInitAfter', 'Perform actions after front office controller initialization', 'This hook is launched after the initialization of all front office controllers', 1, 1), +(169, 'actionFrontControllerInitBefore', 'Perform actions before front office controller initialization', 'This hook is launched before the initialization of all front office controllers', 1, 1), +(170, 'actionAdminControllerInitAfter', 'Perform actions after admin controller initialization', 'This hook is launched after the initialization of all admin controllers', 1, 1), +(171, 'actionAdminControllerInitBefore', 'Perform actions before admin controller initialization', 'This hook is launched before the initialization of all admin controllers', 1, 1), +(172, 'actionControllerInitAfter', 'Perform actions after controller initialization', 'This hook is launched after the initialization of all controllers', 1, 1), +(173, 'actionControllerInitBefore', 'Perform actions before controller initialization', 'This hook is launched before the initialization of all controllers', 1, 1), +(174, 'actionAdminLoginControllerBefore', 'Perform actions before admin login controller initialization', 'This hook is launched before the initialization of the login controller', 1, 1), +(175, 'actionAdminLoginControllerLoginBefore', 'Perform actions before admin login controller login action initialization', 'This hook is launched before the initialization of the login action in login controller', 1, 1), +(176, 'actionAdminLoginControllerLoginAfter', 'Perform actions after admin login controller login action initialization', 'This hook is launched after the initialization of the login action in login controller', 1, 1), +(177, 'actionAdminLoginControllerForgotBefore', 'Perform actions before admin login controller forgot action initialization', 'This hook is launched before the initialization of the forgot action in login controller', 1, 1), +(178, 'actionAdminLoginControllerForgotAfter', 'Perform actions after admin login controller forgot action initialization', 'This hook is launched after the initialization of the forgot action in login controller', 1, 1), +(179, 'actionAdminLoginControllerResetBefore', 'Perform actions before admin login controller reset action initialization', 'This hook is launched before the initialization of the reset action in login controller', 1, 1), +(180, 'actionAdminLoginControllerResetAfter', 'Perform actions after admin login controller reset action initialization', 'This hook is launched after the initialization of the reset action in login controller', 1, 1), +(181, 'actionAdministrationPageForm', 'Manage Administration Page form fields', 'This hook adds, update or remove fields of the Administration Page form', 1, 1), +(182, 'actionPerformancePageForm', 'Manage Performance Page form fields', 'This hook adds, update or remove fields of the Performance Page form', 1, 1), +(183, 'actionMaintenancePageForm', 'Manage Maintenance Page form fields', 'This hook adds, update or remove fields of the Maintenance Page form', 1, 1), +(184, 'actionWebserviceKeyGridPresenterModifier', 'Modify Webservice grid view data', 'This hook allows to alter presented Webservice grid data', 1, 1), +(185, 'actionWebserviceKeyGridDefinitionModifier', 'Modifying Webservice grid definition', 'This hook allows to alter Webservice grid columns, actions and filters', 1, 1), +(186, 'actionWebserviceKeyGridQueryBuilderModifier', 'Modify Webservice grid query builder', 'This hook allows to alter Doctrine query builder for Webservice grid', 1, 1), +(187, 'actionWebserviceKeyGridFilterFormModifier', 'Modify filters form for Webservice grid', 'This hook allows to alter filters form used in Webservice', 1, 1), +(188, 'actionSqlRequestGridPresenterModifier', 'Modify SQL Manager grid view data', 'This hook allows to alter presented SQL Manager grid data', 1, 1), +(189, 'actionSqlRequestGridDefinitionModifier', 'Modifying SQL Manager grid definition', 'This hook allows to alter SQL Manager grid columns, actions and filters', 1, 1), +(190, 'actionSqlRequestGridQueryBuilderModifier', 'Modify SQL Manager grid query builder', 'This hook allows to alter Doctrine query builder for SQL Manager grid', 1, 1), +(191, 'actionSqlRequestGridFilterFormModifier', 'Modify filters form for SQL Manager grid', 'This hook allows to alter filters form used in SQL Manager', 1, 1), +(192, 'actionMetaGridPresenterModifier', 'Modify SEO and URLs grid view data', 'This hook allows to alter presented SEO and URLs grid data', 1, 1), +(193, 'actionMetaGridDefinitionModifier', 'Modifying SEO and URLs grid definition', 'This hook allows to alter SEO and URLs grid columns, actions and filters', 1, 1), +(194, 'actionMetaGridQueryBuilderModifier', 'Modify SEO and URLs grid query builder', 'This hook allows to alter Doctrine query builder for SEO and URLs grid', 1, 1), +(195, 'actionMetaGridFilterFormModifier', 'Modify filters form for SEO and URLs grid', 'This hook allows to alter filters form used in SEO and URLs', 1, 1), +(196, 'actionLogsGridPresenterModifier', 'Modify Logs grid view data', 'This hook allows to alter presented Logs grid data', 1, 1), +(197, 'actionLogsGridDefinitionModifier', 'Modifying Logs grid definition', 'This hook allows to alter Logs grid columns, actions and filters', 1, 1), +(198, 'actionLogsGridQueryBuilderModifier', 'Modify Logs grid query builder', 'This hook allows to alter Doctrine query builder for Logs grid', 1, 1), +(199, 'actionLogsGridFilterFormModifier', 'Modify filters form for Logs grid', 'This hook allows to alter filters form used in Logs', 1, 1), +(200, 'actionEmailLogsGridPresenterModifier', 'Modify E-mail grid view data', 'This hook allows to alter presented E-mail grid data', 1, 1), +(201, 'actionEmailLogsGridDefinitionModifier', 'Modifying E-mail grid definition', 'This hook allows to alter E-mail grid columns, actions and filters', 1, 1), +(202, 'actionEmailLogsGridQueryBuilderModifier', 'Modify E-mail grid query builder', 'This hook allows to alter Doctrine query builder for E-mail grid', 1, 1), +(203, 'actionEmailLogsGridFilterFormModifier', 'Modify filters form for E-mail grid', 'This hook allows to alter filters form used in E-mail', 1, 1), +(204, 'actionBackupGridPresenterModifier', 'Modify DB Backup grid view data', 'This hook allows to alter presented DB Backup grid data', 1, 1), +(205, 'actionBackupGridDefinitionModifier', 'Modifying DB Backup grid definition', 'This hook allows to alter DB Backup grid columns, actions and filters', 1, 1), +(206, 'actionBackupGridFilterFormModifier', 'Modify filters form for DB Backup grid', 'This hook allows to alter filters form used in DB Backup', 1, 1), +(207, 'actionProductFlagsModifier', 'Customize product labels displayed on the product list on FO', 'This hook allows to add and remove product labels displayed on top of product images', 1, 1), +(208, 'actionListMailThemes', 'List the available email themes and layouts', 'This hook allows to add/remove available email themes (ThemeInterface) and/or to add/remove their layouts (LayoutInterface)', 1, 1), +(209, 'actionGetMailThemeFolder', 'Define the folder of an email theme', 'This hook allows to change the folder of an email theme (useful if you theme is in a module for example)', 1, 1), +(210, 'actionBuildMailLayoutVariables', 'Build the variables used in email layout rendering', 'This hook allows to change the variables used when an email layout is rendered', 1, 1), +(211, 'actionGetMailLayoutTransformations', 'Define the transformation to apply on layout', 'This hook allows to add/remove TransformationInterface used to generate an email layout', 1, 1), +(212, 'displayProductActions', 'Display additional action button on the product page', 'This hook allow additional actions to be triggered, near the add to cart button.', 1, 1), +(213, 'displayPersonalInformationTop', 'Content in the checkout funnel, on top of the personal information panel', 'Display actions or additional content in the personal details tab of the checkout funnel.', 1, 1), +(214, 'actionSqlRequestFormBuilderModifier', 'Modify sql request identifiable object form', 'This hook allows to modify sql request identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(215, 'actionCustomerFormBuilderModifier', 'Modify customer identifiable object form', 'This hook allows to modify customer identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(216, 'actionLanguageFormBuilderModifier', 'Modify language identifiable object form', 'This hook allows to modify language identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(217, 'actionCurrencyFormBuilderModifier', 'Modify currency identifiable object form', 'This hook allows to modify currency identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(218, 'actionWebserviceKeyFormBuilderModifier', 'Modify webservice key identifiable object form', 'This hook allows to modify webservice key identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(219, 'actionMetaFormBuilderModifier', 'Modify meta identifiable object form', 'This hook allows to modify meta identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(220, 'actionCategoryFormBuilderModifier', 'Modify category identifiable object form', 'This hook allows to modify category identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(221, 'actionRootCategoryFormBuilderModifier', 'Modify root category identifiable object form', 'This hook allows to modify root category identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(222, 'actionContactFormBuilderModifier', 'Modify contact identifiable object form', 'This hook allows to modify contact identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(223, 'actionCmsPageCategoryFormBuilderModifier', 'Modify cms page category identifiable object form', 'This hook allows to modify cms page category identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(224, 'actionTaxFormBuilderModifier', 'Modify tax identifiable object form', 'This hook allows to modify tax identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(225, 'actionManufacturerFormBuilderModifier', 'Modify manufacturer identifiable object form', 'This hook allows to modify manufacturer identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(226, 'actionEmployeeFormBuilderModifier', 'Modify employee identifiable object form', 'This hook allows to modify employee identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(227, 'actionProfileFormBuilderModifier', 'Modify profile identifiable object form', 'This hook allows to modify profile identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(228, 'actionCmsPageFormBuilderModifier', 'Modify cms page identifiable object form', 'This hook allows to modify cms page identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(229, 'actionManufacturerAddressFormBuilderModifier', 'Modify manufacturer address identifiable object form', 'This hook allows to modify manufacturer address identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(230, 'actionBeforeUpdateSqlRequestFormHandler', 'Modify sql request identifiable object data before updating it', 'This hook allows to modify sql request identifiable object forms data before it was updated', 1, 1), +(231, 'actionBeforeUpdateCustomerFormHandler', 'Modify customer identifiable object data before updating it', 'This hook allows to modify customer identifiable object forms data before it was updated', 1, 1), +(232, 'actionBeforeUpdateLanguageFormHandler', 'Modify language identifiable object data before updating it', 'This hook allows to modify language identifiable object forms data before it was updated', 1, 1), +(233, 'actionBeforeUpdateCurrencyFormHandler', 'Modify currency identifiable object data before updating it', 'This hook allows to modify currency identifiable object forms data before it was updated', 1, 1), +(234, 'actionBeforeUpdateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data before updating it', 'This hook allows to modify webservice key identifiable object forms data before it was updated', 1, 1), +(235, 'actionBeforeUpdateMetaFormHandler', 'Modify meta identifiable object data before updating it', 'This hook allows to modify meta identifiable object forms data before it was updated', 1, 1), +(236, 'actionBeforeUpdateCategoryFormHandler', 'Modify category identifiable object data before updating it', 'This hook allows to modify category identifiable object forms data before it was updated', 1, 1), +(237, 'actionBeforeUpdateRootCategoryFormHandler', 'Modify root category identifiable object data before updating it', 'This hook allows to modify root category identifiable object forms data before it was updated', 1, 1), +(238, 'actionBeforeUpdateContactFormHandler', 'Modify contact identifiable object data before updating it', 'This hook allows to modify contact identifiable object forms data before it was updated', 1, 1), +(239, 'actionBeforeUpdateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data before updating it', 'This hook allows to modify cms page category identifiable object forms data before it was updated', 1, 1), +(240, 'actionBeforeUpdateTaxFormHandler', 'Modify tax identifiable object data before updating it', 'This hook allows to modify tax identifiable object forms data before it was updated', 1, 1), +(241, 'actionBeforeUpdateManufacturerFormHandler', 'Modify manufacturer identifiable object data before updating it', 'This hook allows to modify manufacturer identifiable object forms data before it was updated', 1, 1), +(242, 'actionBeforeUpdateEmployeeFormHandler', 'Modify employee identifiable object data before updating it', 'This hook allows to modify employee identifiable object forms data before it was updated', 1, 1), +(243, 'actionBeforeUpdateProfileFormHandler', 'Modify profile identifiable object data before updating it', 'This hook allows to modify profile identifiable object forms data before it was updated', 1, 1), +(244, 'actionBeforeUpdateCmsPageFormHandler', 'Modify cms page identifiable object data before updating it', 'This hook allows to modify cms page identifiable object forms data before it was updated', 1, 1), +(245, 'actionBeforeUpdateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data before updating it', 'This hook allows to modify manufacturer address identifiable object forms data before it was updated', 1, 1), +(246, 'actionAfterUpdateSqlRequestFormHandler', 'Modify sql request identifiable object data after updating it', 'This hook allows to modify sql request identifiable object forms data after it was updated', 1, 1), +(247, 'actionAfterUpdateCustomerFormHandler', 'Modify customer identifiable object data after updating it', 'This hook allows to modify customer identifiable object forms data after it was updated', 1, 1), +(248, 'actionAfterUpdateLanguageFormHandler', 'Modify language identifiable object data after updating it', 'This hook allows to modify language identifiable object forms data after it was updated', 1, 1), +(249, 'actionAfterUpdateCurrencyFormHandler', 'Modify currency identifiable object data after updating it', 'This hook allows to modify currency identifiable object forms data after it was updated', 1, 1), +(250, 'actionAfterUpdateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data after updating it', 'This hook allows to modify webservice key identifiable object forms data after it was updated', 1, 1), +(251, 'actionAfterUpdateMetaFormHandler', 'Modify meta identifiable object data after updating it', 'This hook allows to modify meta identifiable object forms data after it was updated', 1, 1), +(252, 'actionAfterUpdateCategoryFormHandler', 'Modify category identifiable object data after updating it', 'This hook allows to modify category identifiable object forms data after it was updated', 1, 1), +(253, 'actionAfterUpdateRootCategoryFormHandler', 'Modify root category identifiable object data after updating it', 'This hook allows to modify root category identifiable object forms data after it was updated', 1, 1), +(254, 'actionAfterUpdateContactFormHandler', 'Modify contact identifiable object data after updating it', 'This hook allows to modify contact identifiable object forms data after it was updated', 1, 1), +(255, 'actionAfterUpdateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data after updating it', 'This hook allows to modify cms page category identifiable object forms data after it was updated', 1, 1), +(256, 'actionAfterUpdateTaxFormHandler', 'Modify tax identifiable object data after updating it', 'This hook allows to modify tax identifiable object forms data after it was updated', 1, 1), +(257, 'actionAfterUpdateManufacturerFormHandler', 'Modify manufacturer identifiable object data after updating it', 'This hook allows to modify manufacturer identifiable object forms data after it was updated', 1, 1), +(258, 'actionAfterUpdateEmployeeFormHandler', 'Modify employee identifiable object data after updating it', 'This hook allows to modify employee identifiable object forms data after it was updated', 1, 1), +(259, 'actionAfterUpdateProfileFormHandler', 'Modify profile identifiable object data after updating it', 'This hook allows to modify profile identifiable object forms data after it was updated', 1, 1), +(260, 'actionAfterUpdateCmsPageFormHandler', 'Modify cms page identifiable object data after updating it', 'This hook allows to modify cms page identifiable object forms data after it was updated', 1, 1), +(261, 'actionAfterUpdateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data after updating it', 'This hook allows to modify manufacturer address identifiable object forms data after it was updated', 1, 1), +(262, 'actionBeforeCreateSqlRequestFormHandler', 'Modify sql request identifiable object data before creating it', 'This hook allows to modify sql request identifiable object forms data before it was created', 1, 1), +(263, 'actionBeforeCreateCustomerFormHandler', 'Modify customer identifiable object data before creating it', 'This hook allows to modify customer identifiable object forms data before it was created', 1, 1), +(264, 'actionBeforeCreateLanguageFormHandler', 'Modify language identifiable object data before creating it', 'This hook allows to modify language identifiable object forms data before it was created', 1, 1), +(265, 'actionBeforeCreateCurrencyFormHandler', 'Modify currency identifiable object data before creating it', 'This hook allows to modify currency identifiable object forms data before it was created', 1, 1), +(266, 'actionBeforeCreateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data before creating it', 'This hook allows to modify webservice key identifiable object forms data before it was created', 1, 1), +(267, 'actionBeforeCreateMetaFormHandler', 'Modify meta identifiable object data before creating it', 'This hook allows to modify meta identifiable object forms data before it was created', 1, 1), +(268, 'actionBeforeCreateCategoryFormHandler', 'Modify category identifiable object data before creating it', 'This hook allows to modify category identifiable object forms data before it was created', 1, 1), +(269, 'actionBeforeCreateRootCategoryFormHandler', 'Modify root category identifiable object data before creating it', 'This hook allows to modify root category identifiable object forms data before it was created', 1, 1), +(270, 'actionBeforeCreateContactFormHandler', 'Modify contact identifiable object data before creating it', 'This hook allows to modify contact identifiable object forms data before it was created', 1, 1), +(271, 'actionBeforeCreateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data before creating it', 'This hook allows to modify cms page category identifiable object forms data before it was created', 1, 1), +(272, 'actionBeforeCreateTaxFormHandler', 'Modify tax identifiable object data before creating it', 'This hook allows to modify tax identifiable object forms data before it was created', 1, 1), +(273, 'actionBeforeCreateManufacturerFormHandler', 'Modify manufacturer identifiable object data before creating it', 'This hook allows to modify manufacturer identifiable object forms data before it was created', 1, 1), +(274, 'actionBeforeCreateEmployeeFormHandler', 'Modify employee identifiable object data before creating it', 'This hook allows to modify employee identifiable object forms data before it was created', 1, 1), +(275, 'actionBeforeCreateProfileFormHandler', 'Modify profile identifiable object data before creating it', 'This hook allows to modify profile identifiable object forms data before it was created', 1, 1), +(276, 'actionBeforeCreateCmsPageFormHandler', 'Modify cms page identifiable object data before creating it', 'This hook allows to modify cms page identifiable object forms data before it was created', 1, 1), +(277, 'actionBeforeCreateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data before creating it', 'This hook allows to modify manufacturer address identifiable object forms data before it was created', 1, 1), +(278, 'actionAfterCreateSqlRequestFormHandler', 'Modify sql request identifiable object data after creating it', 'This hook allows to modify sql request identifiable object forms data after it was created', 1, 1), +(279, 'actionAfterCreateCustomerFormHandler', 'Modify customer identifiable object data after creating it', 'This hook allows to modify customer identifiable object forms data after it was created', 1, 1), +(280, 'actionAfterCreateLanguageFormHandler', 'Modify language identifiable object data after creating it', 'This hook allows to modify language identifiable object forms data after it was created', 1, 1), +(281, 'actionAfterCreateCurrencyFormHandler', 'Modify currency identifiable object data after creating it', 'This hook allows to modify currency identifiable object forms data after it was created', 1, 1), +(282, 'actionAfterCreateWebserviceKeyFormHandler', 'Modify webservice key identifiable object data after creating it', 'This hook allows to modify webservice key identifiable object forms data after it was created', 1, 1), +(283, 'actionAfterCreateMetaFormHandler', 'Modify meta identifiable object data after creating it', 'This hook allows to modify meta identifiable object forms data after it was created', 1, 1), +(284, 'actionAfterCreateCategoryFormHandler', 'Modify category identifiable object data after creating it', 'This hook allows to modify category identifiable object forms data after it was created', 1, 1), +(285, 'actionAfterCreateRootCategoryFormHandler', 'Modify root category identifiable object data after creating it', 'This hook allows to modify root category identifiable object forms data after it was created', 1, 1), +(286, 'actionAfterCreateContactFormHandler', 'Modify contact identifiable object data after creating it', 'This hook allows to modify contact identifiable object forms data after it was created', 1, 1), +(287, 'actionAfterCreateCmsPageCategoryFormHandler', 'Modify cms page category identifiable object data after creating it', 'This hook allows to modify cms page category identifiable object forms data after it was created', 1, 1), +(288, 'actionAfterCreateTaxFormHandler', 'Modify tax identifiable object data after creating it', 'This hook allows to modify tax identifiable object forms data after it was created', 1, 1), +(289, 'actionAfterCreateManufacturerFormHandler', 'Modify manufacturer identifiable object data after creating it', 'This hook allows to modify manufacturer identifiable object forms data after it was created', 1, 1), +(290, 'actionAfterCreateEmployeeFormHandler', 'Modify employee identifiable object data after creating it', 'This hook allows to modify employee identifiable object forms data after it was created', 1, 1), +(291, 'actionAfterCreateProfileFormHandler', 'Modify profile identifiable object data after creating it', 'This hook allows to modify profile identifiable object forms data after it was created', 1, 1), +(292, 'actionAfterCreateCmsPageFormHandler', 'Modify cms page identifiable object data after creating it', 'This hook allows to modify cms page identifiable object forms data after it was created', 1, 1), +(293, 'actionAfterCreateManufacturerAddressFormHandler', 'Modify manufacturer address identifiable object data after creating it', 'This hook allows to modify manufacturer address identifiable object forms data after it was created', 1, 1), +(294, 'actionShippingPreferencesPageForm', 'Modify shipping preferences page options form content', 'This hook allows to modify shipping preferences page options form FormBuilder', 1, 1), +(295, 'actionOrdersInvoicesByDateForm', 'Modify orders invoices by date options form content', 'This hook allows to modify orders invoices by date options form FormBuilder', 1, 1), +(296, 'actionOrdersInvoicesByStatusForm', 'Modify orders invoices by status options form content', 'This hook allows to modify orders invoices by status options form FormBuilder', 1, 1), +(297, 'actionOrdersInvoicesOptionsForm', 'Modify orders invoices options options form content', 'This hook allows to modify orders invoices options options form FormBuilder', 1, 1), +(298, 'actionCustomerPreferencesPageForm', 'Modify customer preferences page options form content', 'This hook allows to modify customer preferences page options form FormBuilder', 1, 1), +(299, 'actionOrderPreferencesPageForm', 'Modify order preferences page options form content', 'This hook allows to modify order preferences page options form FormBuilder', 1, 1), +(300, 'actionProductPreferencesPageForm', 'Modify product preferences page options form content', 'This hook allows to modify product preferences page options form FormBuilder', 1, 1), +(301, 'actionGeneralPageForm', 'Modify general page options form content', 'This hook allows to modify general page options form FormBuilder', 1, 1), +(302, 'actionLogsPageForm', 'Modify logs page options form content', 'This hook allows to modify logs page options form FormBuilder', 1, 1), +(303, 'actionOrderDeliverySlipOptionsForm', 'Modify order delivery slip options options form content', 'This hook allows to modify order delivery slip options options form FormBuilder', 1, 1), +(304, 'actionOrderDeliverySlipPdfForm', 'Modify order delivery slip pdf options form content', 'This hook allows to modify order delivery slip pdf options form FormBuilder', 1, 1), +(305, 'actionGeolocationPageForm', 'Modify geolocation page options form content', 'This hook allows to modify geolocation page options form FormBuilder', 1, 1), +(306, 'actionLocalizationPageForm', 'Modify localization page options form content', 'This hook allows to modify localization page options form FormBuilder', 1, 1), +(307, 'actionPaymentPreferencesForm', 'Modify payment preferences options form content', 'This hook allows to modify payment preferences options form FormBuilder', 1, 1), +(308, 'actionEmailConfigurationForm', 'Modify email configuration options form content', 'This hook allows to modify email configuration options form FormBuilder', 1, 1), +(309, 'actionRequestSqlForm', 'Modify request sql options form content', 'This hook allows to modify request sql options form FormBuilder', 1, 1), +(310, 'actionBackupForm', 'Modify backup options form content', 'This hook allows to modify backup options form FormBuilder', 1, 1), +(311, 'actionWebservicePageForm', 'Modify webservice page options form content', 'This hook allows to modify webservice page options form FormBuilder', 1, 1), +(312, 'actionMetaPageForm', 'Modify meta page options form content', 'This hook allows to modify meta page options form FormBuilder', 1, 1), +(313, 'actionEmployeeForm', 'Modify employee options form content', 'This hook allows to modify employee options form FormBuilder', 1, 1), +(314, 'actionCurrencyForm', 'Modify currency options form content', 'This hook allows to modify currency options form FormBuilder', 1, 1), +(315, 'actionShopLogoForm', 'Modify shop logo options form content', 'This hook allows to modify shop logo options form FormBuilder', 1, 1), +(316, 'actionTaxForm', 'Modify tax options form content', 'This hook allows to modify tax options form FormBuilder', 1, 1), +(317, 'actionMailThemeForm', 'Modify mail theme options form content', 'This hook allows to modify mail theme options form FormBuilder', 1, 1), +(318, 'actionPerformancePageSave', 'Modify performance page options form saved data', 'This hook allows to modify data of performance page options form after it was saved', 1, 1), +(319, 'actionMaintenancePageSave', 'Modify maintenance page options form saved data', 'This hook allows to modify data of maintenance page options form after it was saved', 1, 1), +(320, 'actionAdministrationPageSave', 'Modify administration page options form saved data', 'This hook allows to modify data of administration page options form after it was saved', 1, 1), +(321, 'actionShippingPreferencesPageSave', 'Modify shipping preferences page options form saved data', 'This hook allows to modify data of shipping preferences page options form after it was saved', 1, 1), +(322, 'actionOrdersInvoicesByDateSave', 'Modify orders invoices by date options form saved data', 'This hook allows to modify data of orders invoices by date options form after it was saved', 1, 1), +(323, 'actionOrdersInvoicesByStatusSave', 'Modify orders invoices by status options form saved data', 'This hook allows to modify data of orders invoices by status options form after it was saved', 1, 1), +(324, 'actionOrdersInvoicesOptionsSave', 'Modify orders invoices options options form saved data', 'This hook allows to modify data of orders invoices options options form after it was saved', 1, 1), +(325, 'actionCustomerPreferencesPageSave', 'Modify customer preferences page options form saved data', 'This hook allows to modify data of customer preferences page options form after it was saved', 1, 1), +(326, 'actionOrderPreferencesPageSave', 'Modify order preferences page options form saved data', 'This hook allows to modify data of order preferences page options form after it was saved', 1, 1), +(327, 'actionProductPreferencesPageSave', 'Modify product preferences page options form saved data', 'This hook allows to modify data of product preferences page options form after it was saved', 1, 1), +(328, 'actionGeneralPageSave', 'Modify general page options form saved data', 'This hook allows to modify data of general page options form after it was saved', 1, 1), +(329, 'actionLogsPageSave', 'Modify logs page options form saved data', 'This hook allows to modify data of logs page options form after it was saved', 1, 1), +(330, 'actionOrderDeliverySlipOptionsSave', 'Modify order delivery slip options options form saved data', 'This hook allows to modify data of order delivery slip options options form after it was saved', 1, 1), +(331, 'actionOrderDeliverySlipPdfSave', 'Modify order delivery slip pdf options form saved data', 'This hook allows to modify data of order delivery slip pdf options form after it was saved', 1, 1), +(332, 'actionGeolocationPageSave', 'Modify geolocation page options form saved data', 'This hook allows to modify data of geolocation page options form after it was saved', 1, 1), +(333, 'actionLocalizationPageSave', 'Modify localization page options form saved data', 'This hook allows to modify data of localization page options form after it was saved', 1, 1), +(334, 'actionPaymentPreferencesSave', 'Modify payment preferences options form saved data', 'This hook allows to modify data of payment preferences options form after it was saved', 1, 1), +(335, 'actionEmailConfigurationSave', 'Modify email configuration options form saved data', 'This hook allows to modify data of email configuration options form after it was saved', 1, 1), +(336, 'actionRequestSqlSave', 'Modify request sql options form saved data', 'This hook allows to modify data of request sql options form after it was saved', 1, 1), +(337, 'actionBackupSave', 'Modify backup options form saved data', 'This hook allows to modify data of backup options form after it was saved', 1, 1), +(338, 'actionWebservicePageSave', 'Modify webservice page options form saved data', 'This hook allows to modify data of webservice page options form after it was saved', 1, 1), +(339, 'actionMetaPageSave', 'Modify meta page options form saved data', 'This hook allows to modify data of meta page options form after it was saved', 1, 1), +(340, 'actionEmployeeSave', 'Modify employee options form saved data', 'This hook allows to modify data of employee options form after it was saved', 1, 1), +(341, 'actionCurrencySave', 'Modify currency options form saved data', 'This hook allows to modify data of currency options form after it was saved', 1, 1), +(342, 'actionShopLogoSave', 'Modify shop logo options form saved data', 'This hook allows to modify data of shop logo options form after it was saved', 1, 1), +(343, 'actionTaxSave', 'Modify tax options form saved data', 'This hook allows to modify data of tax options form after it was saved', 1, 1), +(344, 'actionMailThemeSave', 'Modify mail theme options form saved data', 'This hook allows to modify data of mail theme options form after it was saved', 1, 1), +(345, 'actionCategoryGridDefinitionModifier', 'Modify category grid definition', 'This hook allows to alter category grid columns, actions and filters', 1, 1), +(346, 'actionEmployeeGridDefinitionModifier', 'Modify employee grid definition', 'This hook allows to alter employee grid columns, actions and filters', 1, 1), +(347, 'actionContactGridDefinitionModifier', 'Modify contact grid definition', 'This hook allows to alter contact grid columns, actions and filters', 1, 1), +(348, 'actionCustomerGridDefinitionModifier', 'Modify customer grid definition', 'This hook allows to alter customer grid columns, actions and filters', 1, 1), +(349, 'actionLanguageGridDefinitionModifier', 'Modify language grid definition', 'This hook allows to alter language grid columns, actions and filters', 1, 1), +(350, 'actionCurrencyGridDefinitionModifier', 'Modify currency grid definition', 'This hook allows to alter currency grid columns, actions and filters', 1, 1), +(351, 'actionSupplierGridDefinitionModifier', 'Modify supplier grid definition', 'This hook allows to alter supplier grid columns, actions and filters', 1, 1), +(352, 'actionProfileGridDefinitionModifier', 'Modify profile grid definition', 'This hook allows to alter profile grid columns, actions and filters', 1, 1), +(353, 'actionCmsPageCategoryGridDefinitionModifier', 'Modify cms page category grid definition', 'This hook allows to alter cms page category grid columns, actions and filters', 1, 1), +(354, 'actionTaxGridDefinitionModifier', 'Modify tax grid definition', 'This hook allows to alter tax grid columns, actions and filters', 1, 1), +(355, 'actionManufacturerGridDefinitionModifier', 'Modify manufacturer grid definition', 'This hook allows to alter manufacturer grid columns, actions and filters', 1, 1), +(356, 'actionManufacturerAddressGridDefinitionModifier', 'Modify manufacturer address grid definition', 'This hook allows to alter manufacturer address grid columns, actions and filters', 1, 1), +(357, 'actionCmsPageGridDefinitionModifier', 'Modify cms page grid definition', 'This hook allows to alter cms page grid columns, actions and filters', 1, 1), +(358, 'actionBackupGridQueryBuilderModifier', 'Modify backup grid query builder', 'This hook allows to alter Doctrine query builder for backup grid', 1, 1), +(359, 'actionCategoryGridQueryBuilderModifier', 'Modify category grid query builder', 'This hook allows to alter Doctrine query builder for category grid', 1, 1), +(360, 'actionEmployeeGridQueryBuilderModifier', 'Modify employee grid query builder', 'This hook allows to alter Doctrine query builder for employee grid', 1, 1), +(361, 'actionContactGridQueryBuilderModifier', 'Modify contact grid query builder', 'This hook allows to alter Doctrine query builder for contact grid', 1, 1), +(362, 'actionCustomerGridQueryBuilderModifier', 'Modify customer grid query builder', 'This hook allows to alter Doctrine query builder for customer grid', 1, 1), +(363, 'actionLanguageGridQueryBuilderModifier', 'Modify language grid query builder', 'This hook allows to alter Doctrine query builder for language grid', 1, 1), +(364, 'actionCurrencyGridQueryBuilderModifier', 'Modify currency grid query builder', 'This hook allows to alter Doctrine query builder for currency grid', 1, 1), +(365, 'actionSupplierGridQueryBuilderModifier', 'Modify supplier grid query builder', 'This hook allows to alter Doctrine query builder for supplier grid', 1, 1), +(366, 'actionProfileGridQueryBuilderModifier', 'Modify profile grid query builder', 'This hook allows to alter Doctrine query builder for profile grid', 1, 1), +(367, 'actionCmsPageCategoryGridQueryBuilderModifier', 'Modify cms page category grid query builder', 'This hook allows to alter Doctrine query builder for cms page category grid', 1, 1), +(368, 'actionTaxGridQueryBuilderModifier', 'Modify tax grid query builder', 'This hook allows to alter Doctrine query builder for tax grid', 1, 1), +(369, 'actionManufacturerGridQueryBuilderModifier', 'Modify manufacturer grid query builder', 'This hook allows to alter Doctrine query builder for manufacturer grid', 1, 1), +(370, 'actionManufacturerAddressGridQueryBuilderModifier', 'Modify manufacturer address grid query builder', 'This hook allows to alter Doctrine query builder for manufacturer address grid', 1, 1), +(371, 'actionCmsPageGridQueryBuilderModifier', 'Modify cms page grid query builder', 'This hook allows to alter Doctrine query builder for cms page grid', 1, 1), +(372, 'actionLogsGridDataModifier', 'Modify logs grid data', 'This hook allows to modify logs grid data', 1, 1), +(373, 'actionEmailLogsGridDataModifier', 'Modify email logs grid data', 'This hook allows to modify email logs grid data', 1, 1), +(374, 'actionSqlRequestGridDataModifier', 'Modify sql request grid data', 'This hook allows to modify sql request grid data', 1, 1), +(375, 'actionBackupGridDataModifier', 'Modify backup grid data', 'This hook allows to modify backup grid data', 1, 1), +(376, 'actionWebserviceKeyGridDataModifier', 'Modify webservice key grid data', 'This hook allows to modify webservice key grid data', 1, 1), +(377, 'actionMetaGridDataModifier', 'Modify meta grid data', 'This hook allows to modify meta grid data', 1, 1), +(378, 'actionCategoryGridDataModifier', 'Modify category grid data', 'This hook allows to modify category grid data', 1, 1), +(379, 'actionEmployeeGridDataModifier', 'Modify employee grid data', 'This hook allows to modify employee grid data', 1, 1), +(380, 'actionContactGridDataModifier', 'Modify contact grid data', 'This hook allows to modify contact grid data', 1, 1), +(381, 'actionCustomerGridDataModifier', 'Modify customer grid data', 'This hook allows to modify customer grid data', 1, 1), +(382, 'actionLanguageGridDataModifier', 'Modify language grid data', 'This hook allows to modify language grid data', 1, 1), +(383, 'actionCurrencyGridDataModifier', 'Modify currency grid data', 'This hook allows to modify currency grid data', 1, 1), +(384, 'actionSupplierGridDataModifier', 'Modify supplier grid data', 'This hook allows to modify supplier grid data', 1, 1), +(385, 'actionProfileGridDataModifier', 'Modify profile grid data', 'This hook allows to modify profile grid data', 1, 1), +(386, 'actionCmsPageCategoryGridDataModifier', 'Modify cms page category grid data', 'This hook allows to modify cms page category grid data', 1, 1), +(387, 'actionTaxGridDataModifier', 'Modify tax grid data', 'This hook allows to modify tax grid data', 1, 1), +(388, 'actionManufacturerGridDataModifier', 'Modify manufacturer grid data', 'This hook allows to modify manufacturer grid data', 1, 1), +(389, 'actionManufacturerAddressGridDataModifier', 'Modify manufacturer address grid data', 'This hook allows to modify manufacturer address grid data', 1, 1), +(390, 'actionCmsPageGridDataModifier', 'Modify cms page grid data', 'This hook allows to modify cms page grid data', 1, 1), +(391, 'actionCategoryGridFilterFormModifier', 'Modify category grid filters', 'This hook allows to modify filters for category grid', 1, 1), +(392, 'actionEmployeeGridFilterFormModifier', 'Modify employee grid filters', 'This hook allows to modify filters for employee grid', 1, 1), +(393, 'actionContactGridFilterFormModifier', 'Modify contact grid filters', 'This hook allows to modify filters for contact grid', 1, 1), +(394, 'actionCustomerGridFilterFormModifier', 'Modify customer grid filters', 'This hook allows to modify filters for customer grid', 1, 1), +(395, 'actionLanguageGridFilterFormModifier', 'Modify language grid filters', 'This hook allows to modify filters for language grid', 1, 1), +(396, 'actionCurrencyGridFilterFormModifier', 'Modify currency grid filters', 'This hook allows to modify filters for currency grid', 1, 1), +(397, 'actionSupplierGridFilterFormModifier', 'Modify supplier grid filters', 'This hook allows to modify filters for supplier grid', 1, 1), +(398, 'actionProfileGridFilterFormModifier', 'Modify profile grid filters', 'This hook allows to modify filters for profile grid', 1, 1), +(399, 'actionCmsPageCategoryGridFilterFormModifier', 'Modify cms page category grid filters', 'This hook allows to modify filters for cms page category grid', 1, 1), +(400, 'actionTaxGridFilterFormModifier', 'Modify tax grid filters', 'This hook allows to modify filters for tax grid', 1, 1), +(401, 'actionManufacturerGridFilterFormModifier', 'Modify manufacturer grid filters', 'This hook allows to modify filters for manufacturer grid', 1, 1), +(402, 'actionManufacturerAddressGridFilterFormModifier', 'Modify manufacturer address grid filters', 'This hook allows to modify filters for manufacturer address grid', 1, 1), +(403, 'actionCmsPageGridFilterFormModifier', 'Modify cms page grid filters', 'This hook allows to modify filters for cms page grid', 1, 1), +(404, 'actionCategoryGridPresenterModifier', 'Modify category grid template data', 'This hook allows to modify data which is about to be used in template for category grid', 1, 1), +(405, 'actionEmployeeGridPresenterModifier', 'Modify employee grid template data', 'This hook allows to modify data which is about to be used in template for employee grid', 1, 1), +(406, 'actionContactGridPresenterModifier', 'Modify contact grid template data', 'This hook allows to modify data which is about to be used in template for contact grid', 1, 1), +(407, 'actionCustomerGridPresenterModifier', 'Modify customer grid template data', 'This hook allows to modify data which is about to be used in template for customer grid', 1, 1), +(408, 'actionLanguageGridPresenterModifier', 'Modify language grid template data', 'This hook allows to modify data which is about to be used in template for language grid', 1, 1), +(409, 'actionCurrencyGridPresenterModifier', 'Modify currency grid template data', 'This hook allows to modify data which is about to be used in template for currency grid', 1, 1), +(410, 'actionSupplierGridPresenterModifier', 'Modify supplier grid template data', 'This hook allows to modify data which is about to be used in template for supplier grid', 1, 1), +(411, 'actionProfileGridPresenterModifier', 'Modify profile grid template data', 'This hook allows to modify data which is about to be used in template for profile grid', 1, 1), +(412, 'actionCmsPageCategoryGridPresenterModifier', 'Modify cms page category grid template data', 'This hook allows to modify data which is about to be used in template for cms page category grid', 1, 1), +(413, 'actionTaxGridPresenterModifier', 'Modify tax grid template data', 'This hook allows to modify data which is about to be used in template for tax grid', 1, 1), +(414, 'actionManufacturerGridPresenterModifier', 'Modify manufacturer grid template data', 'This hook allows to modify data which is about to be used in template for manufacturer grid', 1, 1), +(415, 'actionManufacturerAddressGridPresenterModifier', 'Modify manufacturer address grid template data', 'This hook allows to modify data which is about to be used in template for manufacturer address grid', 1, 1), +(416, 'actionCmsPageGridPresenterModifier', 'Modify cms page grid template data', 'This hook allows to modify data which is about to be used in template for cms page grid', 1, 1), +(417, 'displayAdminOrderTop', 'Admin Order Top', 'This hook displays content at the top of the order view page', 1, 1), +(418, 'displayBackOfficeOrderActions', 'Admin Order Actions', 'This hook displays content in the order view page after action buttons (or aliased to side column in migrated page)', 1, 1), +(419, 'displayAdminOrderSide', 'Admin Order Side Column', 'This hook displays content in the order view page in the side column under the customer view', 1, 1), +(420, 'displayAdminOrderBottom', 'Admin Order Side Column Bottom', 'This hook displays content in the order view page at the bottom of the side column', 1, 1), +(421, 'displayAdminOrderMain', 'Admin Order Main Column', 'This hook displays content in the order view page in the main column under the details view', 1, 1), +(422, 'displayAdminOrderMainBottom', 'Admin Order Main Column Bottom', 'This hook displays content in the order view page at the bottom of the main column', 1, 1), +(423, 'displayAdminOrderTabLink', 'Admin Order Tab Link', 'This hook displays new tab links on the order view page', 1, 1), +(424, 'displayAdminOrderTabContent', 'Admin Order Tab Content', 'This hook displays new tab contents on the order view page', 1, 1), +(425, 'actionGetAdminOrderButtons', 'Admin Order Buttons', 'This hook is used to generate the buttons collection on the order view page (see ActionsBarButtonsCollection)', 1, 1), +(426, 'actionPresentCart', 'Cart Presenter', 'This hook is called before a cart is presented', 1, 1), +(427, 'actionPresentOrder', 'Order Presenter', 'This hook is called before an order is presented', 1, 1), +(428, 'actionPresentOrderReturn', 'Order Return Presenter', 'This hook is called before an order return is presented', 1, 1), +(429, 'actionPresentProduct', 'Product Presenter', 'This hook is called before a product is presented', 1, 1), +(430, 'actionAdminAdminPreferencesControllerPostProcessBefore', 'On post-process in Admin Preferences', 'This hook is called on Admin Preferences post-process before processing the form', 1, 1), +(431, 'actionFeatureFormBuilderModifier', 'Modify feature identifiable object form', 'This hook allows to modify feature identifiable object forms content by modifying form builder data\n or FormBuilder itself', 1, 1), +(432, 'actionOrderMessageFormBuilderModifier', 'Modify order message identifiable object form', 'This hook allows to modify order message identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(433, 'actionCatalogPriceRuleFormBuilderModifier', 'Modify catalog price rule identifiable object form', 'This hook allows to modify catalog price rule identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(434, 'actionAttachmentFormBuilderModifier', 'Modify attachment identifiable object form', 'This hook allows to modify attachment identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(435, 'actionBeforeUpdateFeatureFormHandler', 'Modify feature identifiable object data before updating it', 'This hook allows to modify feature identifiable object forms data before it was updated', 1, 1), +(436, 'actionBeforeUpdateOrderMessageFormHandler', 'Modify order message identifiable object data before updating it', 'This hook allows to modify order message identifiable object forms data before it was updated', 1, 1), +(437, 'actionBeforeUpdateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data before updating it', 'This hook allows to modify catalog price rule identifiable object forms data before it was updated', 1, 1), +(438, 'actionBeforeUpdateAttachmentFormHandler', 'Modify attachment identifiable object data before updating it', 'This hook allows to modify attachment identifiable object forms data before it was updated', 1, 1), +(439, 'actionAfterUpdateFeatureFormHandler', 'Modify feature identifiable object data after updating it', 'This hook allows to modify feature identifiable object forms data after it was updated', 1, 1), +(440, 'actionAfterUpdateOrderMessageFormHandler', 'Modify order message identifiable object data after updating it', 'This hook allows to modify order message identifiable object forms data after it was updated', 1, 1), +(441, 'actionAfterUpdateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data after updating it', 'This hook allows to modify catalog price rule identifiable object forms data after it was updated', 1, 1), +(442, 'actionAfterUpdateAttachmentFormHandler', 'Modify attachment identifiable object data after updating it', 'This hook allows to modify attachment identifiable object forms data after it was updated', 1, 1), +(443, 'actionBeforeCreateFeatureFormHandler', 'Modify feature identifiable object data before creating it', 'This hook allows to modify feature identifiable object forms data before it was created', 1, 1), +(444, 'actionBeforeCreateOrderMessageFormHandler', 'Modify order message identifiable object data before creating it', 'This hook allows to modify order message identifiable object forms data before it was created', 1, 1), +(445, 'actionBeforeCreateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data before creating it', 'This hook allows to modify catalog price rule identifiable object forms data before it was created', 1, 1), +(446, 'actionBeforeCreateAttachmentFormHandler', 'Modify attachment identifiable object data before creating it', 'This hook allows to modify attachment identifiable object forms data before it was created', 1, 1), +(447, 'actionAfterCreateFeatureFormHandler', 'Modify feature identifiable object data after creating it', 'This hook allows to modify feature identifiable object forms data after it was created', 1, 1), +(448, 'actionAfterCreateOrderMessageFormHandler', 'Modify order message identifiable object data after creating it', 'This hook allows to modify order message identifiable object forms data after it was created', 1, 1), +(449, 'actionAfterCreateCatalogPriceRuleFormHandler', 'Modify catalog price rule identifiable object data after creating it', 'This hook allows to modify catalog price rule identifiable object forms data after it was created', 1, 1), +(450, 'actionAfterCreateAttachmentFormHandler', 'Modify attachment identifiable object data after creating it', 'This hook allows to modify attachment identifiable object forms data after it was created', 1, 1), +(451, 'actionMerchandiseReturnForm', 'Modify merchandise return options form content', 'This hook allows to modify merchandise return options form FormBuilder', 1, 1), +(452, 'actionCreditSlipForm', 'Modify credit slip options form content', 'This hook allows to modify credit slip options form FormBuilder', 1, 1), +(453, 'actionMerchandiseReturnSave', 'Modify merchandise return options form saved data', 'This hook allows to modify data of merchandise return options form after it was saved', 1, 1), +(454, 'actionCreditSlipSave', 'Modify credit slip options form saved data', 'This hook allows to modify data of credit slip options form after it was saved', 1, 1), +(455, 'actionEmptyCategoryGridDefinitionModifier', 'Modify empty category grid definition', 'This hook allows to alter empty category grid columns, actions and filters', 1, 1), +(456, 'actionNoQtyProductWithCombinationGridDefinitionModifier', 'Modify no qty product with combination grid definition', 'This hook allows to alter no qty product with combination grid columns, actions and filters\n ', 1, 1), +(457, 'actionNoQtyProductWithoutCombinationGridDefinitionModifier', 'Modify no qty product without combination grid definition', 'This hook allows to alter no qty product without combination grid columns, actions and filters\n ', 1, 1), +(458, 'actionDisabledProductGridDefinitionModifier', 'Modify disabled product grid definition', 'This hook allows to alter disabled product grid columns, actions and filters', 1, 1), +(459, 'actionProductWithoutImageGridDefinitionModifier', 'Modify product without image grid definition', 'This hook allows to alter product without image grid columns, actions and filters', 1, 1), +(460, 'actionProductWithoutDescriptionGridDefinitionModifier', 'Modify product without description grid definition', 'This hook allows to alter product without description grid columns, actions and filters', 1, 1), +(461, 'actionProductWithoutPriceGridDefinitionModifier', 'Modify product without price grid definition', 'This hook allows to alter product without price grid columns, actions and filters', 1, 1), +(462, 'actionOrderGridDefinitionModifier', 'Modify order grid definition', 'This hook allows to alter order grid columns, actions and filters', 1, 1), +(463, 'actionCatalogPriceRuleGridDefinitionModifier', 'Modify catalog price rule grid definition', 'This hook allows to alter catalog price rule grid columns, actions and filters', 1, 1), +(464, 'actionOrderMessageGridDefinitionModifier', 'Modify order message grid definition', 'This hook allows to alter order message grid columns, actions and filters', 1, 1), +(465, 'actionAttachmentGridDefinitionModifier', 'Modify attachment grid definition', 'This hook allows to alter attachment grid columns, actions and filters', 1, 1), +(466, 'actionAttributeGroupGridDefinitionModifier', 'Modify attribute group grid definition', 'This hook allows to alter attribute group grid columns, actions and filters', 1, 1), +(467, 'actionMerchandiseReturnGridDefinitionModifier', 'Modify merchandise return grid definition', 'This hook allows to alter merchandise return grid columns, actions and filters', 1, 1), +(468, 'actionTaxRulesGroupGridDefinitionModifier', 'Modify tax rules group grid definition', 'This hook allows to alter tax rules group grid columns, actions and filters', 1, 1), +(469, 'actionAddressGridDefinitionModifier', 'Modify address grid definition', 'This hook allows to alter address grid columns, actions and filters', 1, 1), +(470, 'actionCreditSlipGridDefinitionModifier', 'Modify credit slip grid definition', 'This hook allows to alter credit slip grid columns, actions and filters', 1, 1), +(471, 'actionEmptyCategoryGridQueryBuilderModifier', 'Modify empty category grid query builder', 'This hook allows to alter Doctrine query builder for empty category grid', 1, 1), +(472, 'actionNoQtyProductWithCombinationGridQueryBuilderModifier', 'Modify no qty product with combination grid query builder', 'This hook allows to alter Doctrine query builder for no qty product with combination grid', 1, 1), +(473, 'actionNoQtyProductWithoutCombinationGridQueryBuilderModifier', 'Modify no qty product without combination grid query builder', 'This hook allows to alter Doctrine query builder for no qty product without combination grid', 1, 1), +(474, 'actionDisabledProductGridQueryBuilderModifier', 'Modify disabled product grid query builder', 'This hook allows to alter Doctrine query builder for disabled product grid', 1, 1), +(475, 'actionProductWithoutImageGridQueryBuilderModifier', 'Modify product without image grid query builder', 'This hook allows to alter Doctrine query builder for product without image grid', 1, 1), +(476, 'actionProductWithoutDescriptionGridQueryBuilderModifier', 'Modify product without description grid query builder', 'This hook allows to alter Doctrine query builder for product without description grid', 1, 1), +(477, 'actionProductWithoutPriceGridQueryBuilderModifier', 'Modify product without price grid query builder', 'This hook allows to alter Doctrine query builder for product without price grid', 1, 1), +(478, 'actionOrderGridQueryBuilderModifier', 'Modify order grid query builder', 'This hook allows to alter Doctrine query builder for order grid', 1, 1), +(479, 'actionCatalogPriceRuleGridQueryBuilderModifier', 'Modify catalog price rule grid query builder', 'This hook allows to alter Doctrine query builder for catalog price rule grid', 1, 1), +(480, 'actionOrderMessageGridQueryBuilderModifier', 'Modify order message grid query builder', 'This hook allows to alter Doctrine query builder for order message grid', 1, 1), +(481, 'actionAttachmentGridQueryBuilderModifier', 'Modify attachment grid query builder', 'This hook allows to alter Doctrine query builder for attachment grid', 1, 1), +(482, 'actionAttributeGroupGridQueryBuilderModifier', 'Modify attribute group grid query builder', 'This hook allows to alter Doctrine query builder for attribute group grid', 1, 1), +(483, 'actionMerchandiseReturnGridQueryBuilderModifier', 'Modify merchandise return grid query builder', 'This hook allows to alter Doctrine query builder for merchandise return grid', 1, 1), +(484, 'actionTaxRulesGroupGridQueryBuilderModifier', 'Modify tax rules group grid query builder', 'This hook allows to alter Doctrine query builder for tax rules group grid', 1, 1), +(485, 'actionAddressGridQueryBuilderModifier', 'Modify address grid query builder', 'This hook allows to alter Doctrine query builder for address grid', 1, 1), +(486, 'actionCreditSlipGridQueryBuilderModifier', 'Modify credit slip grid query builder', 'This hook allows to alter Doctrine query builder for credit slip grid', 1, 1), +(487, 'actionEmptyCategoryGridDataModifier', 'Modify empty category grid data', 'This hook allows to modify empty category grid data', 1, 1), +(488, 'actionNoQtyProductWithCombinationGridDataModifier', 'Modify no qty product with combination grid data', 'This hook allows to modify no qty product with combination grid data', 1, 1), +(489, 'actionNoQtyProductWithoutCombinationGridDataModifier', 'Modify no qty product without combination grid data', 'This hook allows to modify no qty product without combination grid data', 1, 1), +(490, 'actionDisabledProductGridDataModifier', 'Modify disabled product grid data', 'This hook allows to modify disabled product grid data', 1, 1), +(491, 'actionProductWithoutImageGridDataModifier', 'Modify product without image grid data', 'This hook allows to modify product without image grid data', 1, 1), +(492, 'actionProductWithoutDescriptionGridDataModifier', 'Modify product without description grid data', 'This hook allows to modify product without description grid data', 1, 1), +(493, 'actionProductWithoutPriceGridDataModifier', 'Modify product without price grid data', 'This hook allows to modify product without price grid data', 1, 1), +(494, 'actionOrderGridDataModifier', 'Modify order grid data', 'This hook allows to modify order grid data', 1, 1), +(495, 'actionCatalogPriceRuleGridDataModifier', 'Modify catalog price rule grid data', 'This hook allows to modify catalog price rule grid data', 1, 1), +(496, 'actionOrderMessageGridDataModifier', 'Modify order message grid data', 'This hook allows to modify order message grid data', 1, 1), +(497, 'actionAttachmentGridDataModifier', 'Modify attachment grid data', 'This hook allows to modify attachment grid data', 1, 1), +(498, 'actionAttributeGroupGridDataModifier', 'Modify attribute group grid data', 'This hook allows to modify attribute group grid data', 1, 1), +(499, 'actionMerchandiseReturnGridDataModifier', 'Modify merchandise return grid data', 'This hook allows to modify merchandise return grid data', 1, 1), +(500, 'actionTaxRulesGroupGridDataModifier', 'Modify tax rules group grid data', 'This hook allows to modify tax rules group grid data', 1, 1), +(501, 'actionAddressGridDataModifier', 'Modify address grid data', 'This hook allows to modify address grid data', 1, 1), +(502, 'actionCreditSlipGridDataModifier', 'Modify credit slip grid data', 'This hook allows to modify credit slip grid data', 1, 1), +(503, 'actionEmptyCategoryGridFilterFormModifier', 'Modify empty category grid filters', 'This hook allows to modify filters for empty category grid', 1, 1), +(504, 'actionNoQtyProductWithCombinationGridFilterFormModifier', 'Modify no qty product with combination grid filters', 'This hook allows to modify filters for no qty product with combination grid', 1, 1), +(505, 'actionNoQtyProductWithoutCombinationGridFilterFormModifier', 'Modify no qty product without combination grid filters', 'This hook allows to modify filters for no qty product without combination grid', 1, 1), +(506, 'actionDisabledProductGridFilterFormModifier', 'Modify disabled product grid filters', 'This hook allows to modify filters for disabled product grid', 1, 1), +(507, 'actionProductWithoutImageGridFilterFormModifier', 'Modify product without image grid filters', 'This hook allows to modify filters for product without image grid', 1, 1), +(508, 'actionProductWithoutDescriptionGridFilterFormModifier', 'Modify product without description grid filters', 'This hook allows to modify filters for product without description grid', 1, 1), +(509, 'actionProductWithoutPriceGridFilterFormModifier', 'Modify product without price grid filters', 'This hook allows to modify filters for product without price grid', 1, 1), +(510, 'actionOrderGridFilterFormModifier', 'Modify order grid filters', 'This hook allows to modify filters for order grid', 1, 1), +(511, 'actionCatalogPriceRuleGridFilterFormModifier', 'Modify catalog price rule grid filters', 'This hook allows to modify filters for catalog price rule grid', 1, 1), +(512, 'actionOrderMessageGridFilterFormModifier', 'Modify order message grid filters', 'This hook allows to modify filters for order message grid', 1, 1), +(513, 'actionAttachmentGridFilterFormModifier', 'Modify attachment grid filters', 'This hook allows to modify filters for attachment grid', 1, 1), +(514, 'actionAttributeGroupGridFilterFormModifier', 'Modify attribute group grid filters', 'This hook allows to modify filters for attribute group grid', 1, 1), +(515, 'actionMerchandiseReturnGridFilterFormModifier', 'Modify merchandise return grid filters', 'This hook allows to modify filters for merchandise return grid', 1, 1), +(516, 'actionTaxRulesGroupGridFilterFormModifier', 'Modify tax rules group grid filters', 'This hook allows to modify filters for tax rules group grid', 1, 1), +(517, 'actionAddressGridFilterFormModifier', 'Modify address grid filters', 'This hook allows to modify filters for address grid', 1, 1), +(518, 'actionCreditSlipGridFilterFormModifier', 'Modify credit slip grid filters', 'This hook allows to modify filters for credit slip grid', 1, 1), +(519, 'actionEmptyCategoryGridPresenterModifier', 'Modify empty category grid template data', 'This hook allows to modify data which is about to be used in template for empty category grid', 1, 1), +(520, 'actionNoQtyProductWithCombinationGridPresenterModifier', 'Modify no qty product with combination grid template data', 'This hook allows to modify data which is about to be used in template for no qty product with combination grid', 1, 1), +(521, 'actionNoQtyProductWithoutCombinationGridPresenterModifier', 'Modify no qty product without combination grid template data', 'This hook allows to modify data which is about to be used in template for no qty product without combination grid', 1, 1), +(522, 'actionDisabledProductGridPresenterModifier', 'Modify disabled product grid template data', 'This hook allows to modify data which is about to be used in template for disabled product grid', 1, 1), +(523, 'actionProductWithoutImageGridPresenterModifier', 'Modify product without image grid template data', 'This hook allows to modify data which is about to be used in template for product without image grid', 1, 1), +(524, 'actionProductWithoutDescriptionGridPresenterModifier', 'Modify product without description grid template data', 'This hook allows to modify data which is about to be used in template for product without description grid', 1, 1), +(525, 'actionProductWithoutPriceGridPresenterModifier', 'Modify product without price grid template data', 'This hook allows to modify data which is about to be used in template for product without price grid', 1, 1), +(526, 'actionOrderGridPresenterModifier', 'Modify order grid template data', 'This hook allows to modify data which is about to be used in template for order grid', 1, 1), +(527, 'actionCatalogPriceRuleGridPresenterModifier', 'Modify catalog price rule grid template data', 'This hook allows to modify data which is about to be used in template for catalog price rule grid', 1, 1), +(528, 'actionOrderMessageGridPresenterModifier', 'Modify order message grid template data', 'This hook allows to modify data which is about to be used in template for order message grid', 1, 1), +(529, 'actionAttachmentGridPresenterModifier', 'Modify attachment grid template data', 'This hook allows to modify data which is about to be used in template for attachment grid', 1, 1), +(530, 'actionAttributeGroupGridPresenterModifier', 'Modify attribute group grid template data', 'This hook allows to modify data which is about to be used in template for attribute group grid', 1, 1), +(531, 'actionMerchandiseReturnGridPresenterModifier', 'Modify merchandise return grid template data', 'This hook allows to modify data which is about to be used in template for merchandise return grid', 1, 1), +(532, 'actionTaxRulesGroupGridPresenterModifier', 'Modify tax rules group grid template data', 'This hook allows to modify data which is about to be used in template for tax rules group grid', 1, 1), +(533, 'actionAddressGridPresenterModifier', 'Modify address grid template data', 'This hook allows to modify data which is about to be used in template for address grid', 1, 1), +(534, 'actionCreditSlipGridPresenterModifier', 'Modify credit slip grid template data', 'This hook allows to modify data which is about to be used in template for credit slip grid', 1, 1), +(535, 'displayAdditionalCustomerAddressFields', 'Display additional customer address fields', 'This hook allows to display extra field values added in an address form using hook \'additionalCustomerAddressFields\'', 1, 1), +(536, 'displayFooterCategory', 'Category footer', 'This hook adds new blocks under the products listing in a category/search', 1, 1), +(537, 'displayHeaderCategory', 'Category header', 'This hook adds new blocks above the products listing in a category/search', 1, 1), +(538, 'actionAdminAdministrationControllerPostProcessBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing any form', 1, 1), +(539, 'actionAdminAdministrationControllerPostProcessGeneralBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the General form', 1, 1), +(540, 'actionAdminAdministrationControllerPostProcessUploadQuotaBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Upload Quota form', 1, 1), +(541, 'actionAdminAdministrationControllerPostProcessNotificationsBefore', 'On post-process in Admin Configure Advanced Parameters Administration Controller', 'This hook is called on Admin Configure Advanced Parameters Administration post-process before processing the Notifications form', 1, 1), +(542, 'actionAdminAdvancedParametersPerformanceControllerPostProcessSmartyBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Smarty form', 1, 1), +(543, 'actionAdminAdvancedParametersPerformanceControllerPostProcessDebugModeBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Debug Mode form', 1, 1), +(544, 'actionAdminAdvancedParametersPerformanceControllerPostProcessOptionalFeaturesBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Optional Features form', 1, 1), +(545, 'actionAdminAdvancedParametersPerformanceControllerPostProcessCombineCompressCacheBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Combine Compress Cache form', 1, 1), +(546, 'actionAdminAdvancedParametersPerformanceControllerPostProcessMediaServersBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Media Servers form', 1, 1), +(547, 'actionAdminAdvancedParametersPerformanceControllerPostProcessCachingBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing the Caching form', 1, 1), +(548, 'actionAdminAdvancedParametersPerformanceControllerPostProcessBefore', 'On post-process in Admin Configure Advanced Parameters Performance Controller', 'This hook is called on Admin Configure Advanced Parameters Performance post-process before processing any form', 1, 1), +(549, 'actionAdminShopParametersMetaControllerPostProcessSetUpUrlsBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the SetUp Urls form', 1, 1), +(550, 'actionAdminShopParametersMetaControllerPostProcessShopUrlsBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Shop Urls form', 1, 1), +(551, 'actionAdminShopParametersMetaControllerPostProcessUrlSchemaBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Url Schema form', 1, 1), +(552, 'actionAdminShopParametersMetaControllerPostProcessSeoOptionsBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing the Seo Options form', 1, 1), +(553, 'actionAdminAdminShopParametersMetaControllerPostProcessBefore', 'On post-process in Admin Configure Shop Parameters Meta Controller', 'This hook is called on Admin Configure Shop Parameters Meta post-process before processing any form', 1, 1), +(554, 'actionAdminShopParametersOrderPreferencesControllerPostProcessGeneralBefore', 'On post-process in Admin Configure Shop Parameters Order Preferences Controller', 'This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing the General form', 1, 1), +(555, 'actionAdminShopParametersOrderPreferencesControllerPostProcessGiftOptionsBefore', 'On post-process in Admin Configure Shop Parameters Order Preferences Controller', 'This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing the Gift Options form', 1, 1), +(556, 'actionAdminShopParametersOrderPreferencesControllerPostProcessBefore', 'On post-process in Admin Configure Shop Parameters Order Preferences Controller', 'This hook is called on Admin Configure Shop Parameters Order Preferences post-process before processing any form', 1, 1), +(557, 'actionAdminInternationalGeolocationControllerPostProcessByIpAddressBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing the By Ip Address form', 1, 1), +(558, 'actionAdminInternationalGeolocationControllerPostProcessWhitelistBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing the Whitelist form', 1, 1), +(559, 'actionAdminInternationalGeolocationControllerPostProcessOptionsBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing the Options form', 1, 1), +(560, 'actionAdminInternationalGeolocationControllerPostProcessBefore', 'On post-process in Admin Improve International Geolocation Controller', 'This hook is called on Admin Improve International Geolocation post-process before processing any form', 1, 1), +(561, 'actionAdminInternationalLocalizationControllerPostProcessConfigurationBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing the Configuration form', 1, 1), +(562, 'actionAdminInternationalLocalizationControllerPostProcessLocalUnitsBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing the Local Units form', 1, 1), +(563, 'actionAdminInternationalLocalizationControllerPostProcessAdvancedBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing the Advanced form', 1, 1), +(564, 'actionAdminInternationalLocalizationControllerPostProcessBefore', 'On post-process in Admin Improve International Localization Controller', 'This hook is called on Admin Improve International Localization post-process before processing any form', 1, 1), +(565, 'actionAdminShippingPreferencesControllerPostProcessHandlingBefore', 'On post-process in Admin Improve Shipping Preferences Controller', 'This hook is called on Admin Improve Shipping Preferences post-process before processing the Handling form', 1, 1), +(566, 'actionAdminShippingPreferencesControllerPostProcessCarrierOptionsBefore', 'On post-process in Admin Improve Shipping Preferences Controller', 'This hook is called on Admin Improve Shipping Preferences post-process before processing the Carrier Options form', 1, 1), +(567, 'actionAdminShippingPreferencesControllerPostProcessBefore', 'On post-process in Admin Improve Shipping Preferences Controller', 'This hook is called on Admin Improve Shipping Preferences post-process before processing any form', 1, 1), +(568, 'actionCheckoutRender', 'Modify checkout process', 'This hook is called when constructing the checkout process', 1, 1), +(569, 'actionPresentProductListing', 'Product Listing Presenter', 'This hook is called before a product listing is presented', 1, 1), +(570, 'actionGetProductPropertiesAfterUnitPrice', 'Product Properties', 'This hook is called after defining the properties of a product', 1, 1), +(571, 'actionProductPriceCalculation', 'Product Price Calculation', 'This hook is called into the priceCalculation method to be able to override the price calculation', 1, 1), +(572, 'actionOverrideEmployeeImage', 'Get Employee Image', 'This hook is used to get the employee image', 1, 1), +(573, 'actionProductSearchProviderRunQueryBefore', 'Runs an action before ProductSearchProviderInterface::RunQuery()', 'Required to modify an SQL query before executing it', 1, 1), +(574, 'actionProductSearchProviderRunQueryAfter', 'Runs an action after ProductSearchProviderInterface::RunQuery()', 'Required to return a previous state of an SQL query or/and to change a result of the SQL query after executing it', 1, 1), +(575, 'actionFrontControllerSetVariables', 'Add variables in JavaScript object and Smarty templates', 'Add variables to javascript object that is available in Front Office. These are also available in smarty templates in modules.your_module_name.', 1, 1), +(576, 'displayAdminOrderCreateExtraButtons', 'Add buttons on the create order page dropdown', 'Add buttons on the create order page dropdown', 1, 1), +(579, 'actionProductFormBuilderModifier', 'Modify product identifiable object form', 'This hook allows to modify product identifiable object form content by modifying form builder data or FormBuilder itself', 1, 1), +(580, 'actionBeforeCreateProductFormHandler', 'Modify product identifiable object data before creating it', 'This hook allows to modify product identifiable object form data before it was created', 1, 1), +(582, 'actionBeforeUpdateProductFormHandler', 'Modify product identifiable object data before updating it', 'This hook allows to modify product identifiable object form data before it was updated', 1, 1), +(583, 'actionAfterUpdateProductFormHandler', 'Modify product identifiable object data after updating it', 'This hook allows to modify product identifiable object form data after it was updated', 1, 1), +(584, 'actionCustomerDiscountGridDefinitionModifier', 'Modify customer discount grid definition', 'This hook allows to alter customer discount grid columns, actions and filters', 1, 1), +(585, 'actionCustomerAddressGridDefinitionModifier', 'Modify customer address grid definition', 'This hook allows to alter customer address grid columns, actions and filters', 1, 1), +(586, 'actionCartRuleGridDefinitionModifier', 'Modify cart rule grid definition', 'This hook allows to alter cart rule grid columns, actions and filters', 1, 1), +(587, 'actionOrderStatesGridDefinitionModifier', 'Modify order states grid definition', 'This hook allows to alter order states grid columns, actions and filters', 1, 1), +(588, 'actionOrderReturnStatesGridDefinitionModifier', 'Modify order return states grid definition', 'This hook allows to alter order return states grid columns, actions and filters', 1, 1), +(589, 'actionOutstandingGridDefinitionModifier', 'Modify outstanding grid definition', 'This hook allows to alter outstanding grid columns, actions and filters', 1, 1), +(590, 'actionCarrierGridDefinitionModifier', 'Modify carrier grid definition', 'This hook allows to alter carrier grid columns, actions and filters', 1, 1), +(591, 'actionZoneGridDefinitionModifier', 'Modify zone grid definition', 'This hook allows to alter zone grid columns, actions and filters', 1, 1), +(592, 'actionCustomerDiscountGridQueryBuilderModifier', 'Modify customer discount grid query builder', 'This hook allows to alter Doctrine query builder for customer discount grid', 1, 1), +(593, 'actionCustomerAddressGridQueryBuilderModifier', 'Modify customer address grid query builder', 'This hook allows to alter Doctrine query builder for customer address grid', 1, 1), +(594, 'actionCartRuleGridQueryBuilderModifier', 'Modify cart rule grid query builder', 'This hook allows to alter Doctrine query builder for cart rule grid', 1, 1), +(595, 'actionOrderStatesGridQueryBuilderModifier', 'Modify order states grid query builder', 'This hook allows to alter Doctrine query builder for order states grid', 1, 1), +(596, 'actionOrderReturnStatesGridQueryBuilderModifier', 'Modify order return states grid query builder', 'This hook allows to alter Doctrine query builder for order return states grid', 1, 1), +(597, 'actionOutstandingGridQueryBuilderModifier', 'Modify outstanding grid query builder', 'This hook allows to alter Doctrine query builder for outstanding grid', 1, 1), +(598, 'actionCarrierGridQueryBuilderModifier', 'Modify carrier grid query builder', 'This hook allows to alter Doctrine query builder for carrier grid', 1, 1), +(599, 'actionZoneGridQueryBuilderModifier', 'Modify zone grid query builder', 'This hook allows to alter Doctrine query builder for zone grid', 1, 1), +(600, 'actionCustomerDiscountGridDataModifier', 'Modify customer discount grid data', 'This hook allows to modify customer discount grid data', 1, 1), +(601, 'actionCustomerAddressGridDataModifier', 'Modify customer address grid data', 'This hook allows to modify customer address grid data', 1, 1), +(602, 'actionCartRuleGridDataModifier', 'Modify cart rule grid data', 'This hook allows to modify cart rule grid data', 1, 1), +(603, 'actionOrderStatesGridDataModifier', 'Modify order states grid data', 'This hook allows to modify order states grid data', 1, 1), +(604, 'actionOrderReturnStatesGridDataModifier', 'Modify order return states grid data', 'This hook allows to modify order return states grid data', 1, 1), +(605, 'actionOutstandingGridDataModifier', 'Modify outstanding grid data', 'This hook allows to modify outstanding grid data', 1, 1), +(606, 'actionCarrierGridDataModifier', 'Modify carrier grid data', 'This hook allows to modify carrier grid data', 1, 1), +(607, 'actionZoneGridDataModifier', 'Modify zone grid data', 'This hook allows to modify zone grid data', 1, 1), +(608, 'actionCustomerDiscountGridFilterFormModifier', 'Modify customer discount grid filters', 'This hook allows to modify filters for customer discount grid', 1, 1), +(609, 'actionCustomerAddressGridFilterFormModifier', 'Modify customer address grid filters', 'This hook allows to modify filters for customer address grid', 1, 1), +(610, 'actionCartRuleGridFilterFormModifier', 'Modify cart rule grid filters', 'This hook allows to modify filters for cart rule grid', 1, 1), +(611, 'actionOrderStatesGridFilterFormModifier', 'Modify order states grid filters', 'This hook allows to modify filters for order states grid', 1, 1), +(612, 'actionOrderReturnStatesGridFilterFormModifier', 'Modify order return states grid filters', 'This hook allows to modify filters for order return states grid', 1, 1), +(613, 'actionOutstandingGridFilterFormModifier', 'Modify outstanding grid filters', 'This hook allows to modify filters for outstanding grid', 1, 1), +(614, 'actionCarrierGridFilterFormModifier', 'Modify carrier grid filters', 'This hook allows to modify filters for carrier grid', 1, 1), +(615, 'actionZoneGridFilterFormModifier', 'Modify zone grid filters', 'This hook allows to modify filters for zone grid', 1, 1), +(616, 'actionCustomerDiscountGridPresenterModifier', 'Modify customer discount grid template data', 'This hook allows to modify data which is about to be used in template for customer discount grid\n ', 1, 1), +(617, 'actionCustomerAddressGridPresenterModifier', 'Modify customer address grid template data', 'This hook allows to modify data which is about to be used in template for customer address grid\n ', 1, 1), +(618, 'actionCartRuleGridPresenterModifier', 'Modify cart rule grid template data', 'This hook allows to modify data which is about to be used in template for cart rule grid\n ', 1, 1), +(619, 'actionOrderStatesGridPresenterModifier', 'Modify order states grid template data', 'This hook allows to modify data which is about to be used in template for order states grid\n ', 1, 1), +(620, 'actionOrderReturnStatesGridPresenterModifier', 'Modify order return states grid template data', 'This hook allows to modify data which is about to be used in template for order return states grid\n ', 1, 1), +(621, 'actionOutstandingGridPresenterModifier', 'Modify outstanding grid template data', 'This hook allows to modify data which is about to be used in template for outstanding grid\n ', 1, 1), +(622, 'actionCarrierGridPresenterModifier', 'Modify carrier grid template data', 'This hook allows to modify data which is about to be used in template for carrier grid', 1, 1), +(623, 'actionZoneGridPresenterModifier', 'Modify zone grid template data', 'This hook allows to modify data which is about to be used in template for zone grid', 1, 1), +(624, 'actionPerformancePageSmartyForm', 'Modify performance page smarty options form content', 'This hook allows to modify performance page smarty options form FormBuilder', 1, 1), +(625, 'actionPerformancePageDebugModeForm', 'Modify performance page debug mode options form content', 'This hook allows to modify performance page debug mode options form FormBuilder', 1, 1), +(626, 'actionPerformancePageOptionalFeaturesForm', 'Modify performance page optional features options form content', 'This hook allows to modify performance page optional features options form FormBuilder', 1, 1), +(627, 'actionPerformancePageCombineCompressCacheForm', 'Modify performance page combine compress cache options form content', 'This hook allows to modify performance page combine compress cache options form FormBuilder\n ', 1, 1), +(628, 'actionPerformancePageMediaServersForm', 'Modify performance page media servers options form content', 'This hook allows to modify performance page media servers options form FormBuilder', 1, 1), +(629, 'actionPerformancePagecachingForm', 'Modify performance pagecaching options form content', 'This hook allows to modify performance pagecaching options form FormBuilder', 1, 1), +(630, 'actionAdministrationPageGeneralForm', 'Modify administration page general options form content', 'This hook allows to modify administration page general options form FormBuilder', 1, 1), +(631, 'actionAdministrationPageUploadQuotaForm', 'Modify administration page upload quota options form content', 'This hook allows to modify administration page upload quota options form FormBuilder', 1, 1), +(632, 'actionAdministrationPageNotificationsForm', 'Modify administration page notifications options form content', 'This hook allows to modify administration page notifications options form FormBuilder', 1, 1), +(633, 'actionShippingPreferencesPageHandlingForm', 'Modify shipping preferences page handling options form content', 'This hook allows to modify shipping preferences page handling options form FormBuilder', 1, 1), +(634, 'actionShippingPreferencesPageCarrierOptionsForm', 'Modify shipping preferences page carrier options options form content', 'This hook allows to modify shipping preferences page carrier options options form FormBuilder\n ', 1, 1), +(635, 'actionOrderPreferencesPageGeneralForm', 'Modify order preferences page general options form content', 'This hook allows to modify order preferences page general options form FormBuilder', 1, 1), +(636, 'actionOrderPreferencesPageGiftOptionsForm', 'Modify order preferences page gift options options form content', 'This hook allows to modify order preferences page gift options options form FormBuilder', 1, 1), +(637, 'actionProductPreferencesPageGeneralForm', 'Modify product preferences page general options form content', 'This hook allows to modify product preferences page general options form FormBuilder', 1, 1), +(638, 'actionProductPreferencesPagePaginationForm', 'Modify product preferences page pagination options form content', 'This hook allows to modify product preferences page pagination options form FormBuilder', 1, 1), +(639, 'actionProductPreferencesPagePageForm', 'Modify product preferences page page options form content', 'This hook allows to modify product preferences page page options form FormBuilder', 1, 1), +(640, 'actionProductPreferencesPageStockForm', 'Modify product preferences page stock options form content', 'This hook allows to modify product preferences page stock options form FormBuilder', 1, 1), +(641, 'actionGeolocationPageByAddressForm', 'Modify geolocation page by address options form content', 'This hook allows to modify geolocation page by address options form FormBuilder', 1, 1), +(642, 'actionGeolocationPageWhitelistForm', 'Modify geolocation page whitelist options form content', 'This hook allows to modify geolocation page whitelist options form FormBuilder', 1, 1), +(643, 'actionGeolocationPageOptionsForm', 'Modify geolocation page options options form content', 'This hook allows to modify geolocation page options options form FormBuilder', 1, 1), +(644, 'actionLocalizationPageConfigurationForm', 'Modify localization page configuration options form content', 'This hook allows to modify localization page configuration options form FormBuilder', 1, 1), +(645, 'actionLocalizationPageLocalUnitsForm', 'Modify localization page local units options form content', 'This hook allows to modify localization page local units options form FormBuilder', 1, 1), +(646, 'actionLocalizationPageAdvancedForm', 'Modify localization page advanced options form content', 'This hook allows to modify localization page advanced options form FormBuilder', 1, 1), +(647, 'actionFeatureFlagForm', 'Modify feature flag page form content', 'This hook allows to modify the Feature Flag page form\'s FormBuilder', 1, 1), +(648, 'actionPerformancePageSmartySave', 'Modify performance page smarty options form saved data', 'This hook allows to modify data of performance page smarty options form after it was saved\n ', 1, 1), +(649, 'actionPerformancePageDebugModeSave', 'Modify performance page debug mode options form saved data', 'This hook allows to modify data of performance page debug mode options form after it was saved\n ', 1, 1), +(650, 'actionPerformancePageOptionalFeaturesSave', 'Modify performance page optional features options form saved data', 'This hook allows to modify data of performance page optional features options form after it was\n saved\n ', 1, 1), +(651, 'actionPerformancePageCombineCompressCacheSave', 'Modify performance page combine compress cache options form saved data', 'This hook allows to modify data of performance page combine compress cache options form after it was\n saved\n ', 1, 1), +(652, 'actionPerformancePageMediaServersSave', 'Modify performance page media servers options form saved data', 'This hook allows to modify data of performance page media servers options form after it was saved\n ', 1, 1), +(653, 'actionPerformancePagecachingSave', 'Modify performance pagecaching options form saved data', 'This hook allows to modify data of performance pagecaching options form after it was saved\n ', 1, 1), +(654, 'actionAdministrationPageGeneralSave', 'Modify administration page general options form saved data', 'This hook allows to modify data of administration page general options form after it was saved\n ', 1, 1), +(655, 'actionAdministrationPageUploadQuotaSave', 'Modify administration page upload quota options form saved data', 'This hook allows to modify data of administration page upload quota options form after it was saved\n ', 1, 1), +(656, 'actionAdministrationPageNotificationsSave', 'Modify administration page notifications options form saved data', 'This hook allows to modify data of administration page notifications options form after it was\n saved\n ', 1, 1), +(657, 'actionShippingPreferencesPageHandlingSave', 'Modify shipping preferences page handling options form saved data', 'This hook allows to modify data of shipping preferences page handling options form after it was\n saved\n ', 1, 1), +(658, 'actionShippingPreferencesPageCarrierOptionsSave', 'Modify shipping preferences page carrier options options form saved data', 'This hook allows to modify data of shipping preferences page carrier options options form after it\n was saved\n ', 1, 1), +(659, 'actionOrderPreferencesPageGeneralSave', 'Modify order preferences page general options form saved data', 'This hook allows to modify data of order preferences page general options form after it was saved\n ', 1, 1), +(660, 'actionOrderPreferencesPageGiftOptionsSave', 'Modify order preferences page gift options options form saved data', 'This hook allows to modify data of order preferences page gift options options form after it was\n saved\n ', 1, 1), +(661, 'actionProductPreferencesPageGeneralSave', 'Modify product preferences page general options form saved data', 'This hook allows to modify data of product preferences page general options form after it was saved\n ', 1, 1), +(662, 'actionProductPreferencesPagePaginationSave', 'Modify product preferences page pagination options form saved data', 'This hook allows to modify data of product preferences page pagination options form after it was\n saved\n ', 1, 1), +(663, 'actionProductPreferencesPagePageSave', 'Modify product preferences page page options form saved data', 'This hook allows to modify data of product preferences page page options form after it was saved\n ', 1, 1), +(664, 'actionProductPreferencesPageStockSave', 'Modify product preferences page stock options form saved data', 'This hook allows to modify data of product preferences page stock options form after it was saved\n ', 1, 1), +(665, 'actionGeolocationPageByAddressSave', 'Modify geolocation page by address options form saved data', 'This hook allows to modify data of geolocation page by address options form after it was saved\n ', 1, 1), +(666, 'actionGeolocationPageWhitelistSave', 'Modify geolocation page whitelist options form saved data', 'This hook allows to modify data of geolocation page whitelist options form after it was saved\n ', 1, 1), +(667, 'actionGeolocationPageOptionsSave', 'Modify geolocation page options options form saved data', 'This hook allows to modify data of geolocation page options options form after it was saved\n ', 1, 1), +(668, 'actionLocalizationPageConfigurationSave', 'Modify localization page configuration options form saved data', 'This hook allows to modify data of localization page configuration options form after it was saved\n ', 1, 1), +(669, 'actionLocalizationPageLocalUnitsSave', 'Modify localization page local units options form saved data', 'This hook allows to modify data of localization page local units options form after it was saved\n ', 1, 1), +(670, 'actionLocalizationPageAdvancedSave', 'Modify localization page advanced options form saved data', 'This hook allows to modify data of localization page advanced options form after it was saved\n ', 1, 1), +(671, 'actionFeatureFlagSave', 'Modify feature flag form submitted data', 'This hook allows to modify the Feature Flag data being submitted through the form after it was\n saved\n ', 1, 1), +(672, 'actionOrderStateFormBuilderModifier', 'Modify order state identifiable object form', 'This hook allows to modify order state identifiable object forms content by modifying form builder\n data or FormBuilder itself\n ', 1, 1), +(673, 'actionOrderReturnStateFormBuilderModifier', 'Modify order return state identifiable object form', 'This hook allows to modify order return state identifiable object forms content by modifying form\n builder data or FormBuilder itself\n ', 1, 1), +(674, 'actionZoneFormBuilderModifier', 'Modify zone identifiable object form', 'This hook allows to modify zone identifiable object forms content by modifying form builder data or\n FormBuilder itself\n ', 1, 1), +(675, 'actionBeforeUpdateOrderStateFormHandler', 'Modify order state identifiable object data before updating it', 'This hook allows to modify order state identifiable object forms data before it was updated\n ', 1, 1), +(676, 'actionBeforeUpdateOrderReturnStateFormHandler', 'Modify order return state identifiable object data before updating it', 'This hook allows to modify order return state identifiable object forms data before it was updated\n ', 1, 1), +(677, 'actionBeforeUpdateZoneFormHandler', 'Modify zone identifiable object data before updating it', 'This hook allows to modify zone identifiable object forms data before it was updated', 1, 1), +(678, 'actionAfterUpdateOrderStateFormHandler', 'Modify order state identifiable object data after updating it', 'This hook allows to modify order state identifiable object forms data after it was updated\n ', 1, 1), +(679, 'actionAfterUpdateOrderReturnStateFormHandler', 'Modify order return state identifiable object data after updating it', 'This hook allows to modify order return state identifiable object forms data after it was updated\n ', 1, 1), +(680, 'actionAfterUpdateProductImageFormHandler', 'Modify product image identifiable object data after updating it', 'This hook allows to modify product image identifiable object forms data after it was updated\n ', 1, 1), +(681, 'actionAfterUpdateZoneFormHandler', 'Modify zone identifiable object data after updating it', 'This hook allows to modify zone identifiable object forms data after it was updated', 1, 1), +(682, 'actionBeforeCreateOrderStateFormHandler', 'Modify order state identifiable object data before creating it', 'This hook allows to modify order state identifiable object forms data before it was created\n ', 1, 1), +(683, 'actionBeforeCreateOrderReturnStateFormHandler', 'Modify order return state identifiable object data before creating it', 'This hook allows to modify order return state identifiable object forms data before it was created\n ', 1, 1), +(684, 'actionBeforeCreateZoneFormHandler', 'Modify zone identifiable object data before creating it', 'This hook allows to modify zone identifiable object forms data before it was created', 1, 1), +(685, 'actionAfterCreateOrderStateFormHandler', 'Modify order state identifiable object data after creating it', 'This hook allows to modify order state identifiable object forms data after it was created\n ', 1, 1), +(686, 'actionAfterCreateOrderReturnStateFormHandler', 'Modify order return state identifiable object data after creating it', 'This hook allows to modify order return state identifiable object forms data after it was created\n ', 1, 1), +(687, 'actionAfterCreateZoneFormHandler', 'Modify zone identifiable object data after creating it', 'This hook allows to modify zone identifiable object forms data after it was created', 1, 1), +(690, 'actionAdminSecurityControllerPostProcessBefore', 'On post-process in Admin Security Controller', 'This hook is called on Admin Security Controller post-process before processing any form', 1, 1), +(691, 'actionAdminSecurityControllerPostProcessGeneralBefore', 'On post-process in Admin Security Controller', 'This hook is called on Admin Security Controller post-process before processing the General form', 1, 1), +(692, 'actionBeforeCreateCartSummaryFormHandler', 'Modify back office order data before creating it', 'This hook allows to modify order created from back office data before it is created', 1, 1), +(693, 'actionAfterCreateCartSummaryFormHandler', 'Modify back office order data after creating it', 'This hook allows to modify order created from back office data after it is created', 1, 1), +(694, 'actionAdminOrdersTrackingNumberUpdate', 'After setting the tracking number for the order', 'This hook allows you to execute code after the unique tracking number for the order was added', 1, 1), +(695, 'displayBackOfficeEmployeeMenu', 'Administration Employee menu', 'This hook is displayed in the employee menu', 1, 1), +(696, 'actionCustomerLogoutBefore', 'Before customer logout', 'This hook allows you to execute code before customer logout', 1, 1), +(697, 'actionCustomerLogoutAfter', 'After customer logout', 'This hook allows you to execute code after customer logout', 1, 1), +(698, 'displayCheckoutSummaryTop', 'Cart summary top', 'This hook allows you to display new elements in top of cart summary', 1, 1), +(699, 'actionPresentPaymentOptions', 'Payment options Presenter', 'This hook is called before payment options are presented', 1, 1), +(700, 'dashboardZoneThree', 'Dashboard column three', 'This hook is displayed in the third column of the dashboard', 1, 1), +(701, 'actionFilterDeliveryOptionList', 'Modify delivery option list result', 'This hook allows you to modify delivery option list', 1, 1), +(702, 'displayCheckoutBeforeConfirmation', 'Show custom content before checkout confirmation', 'This hook allows you to display custom content at the end of checkout process', 1, 1), +(703, 'actionListModules', 'Add modules to the module manager list', 'This hook allows you to add modules to the list of modules displayed in the module manager page', 1, 1), +(704, 'actionBeforeInstallModule', 'Before a module is installed', 'This hook is called just before a module is installed', 1, 1), +(705, 'actionBeforePostInstallModule', 'Before method `postInstall()` is called', 'This hook is called juste before a module execute its `postInstall()` method', 1, 1), +(706, 'actionBeforeUninstallModule', 'Before a module is uninstalled', 'This hook is called just before a module is uninstalled', 1, 1), +(707, 'actionBeforeUpgradeModule', 'Before a module is upgraded', 'This hook is called just before a module is upgraded', 1, 1), +(708, 'actionBeforeEnableModule', 'Before a module is enabled', 'This hook is called just before a module is enabled', 1, 1), +(709, 'actionBeforeDisableModule', 'Before a module is disabled', 'This hook is called just before a module is disabled', 1, 1), +(710, 'actionBeforeEnableMobileModule', 'Before a module is enabled for mobile', 'This hook is called just before a module is enabled for mobile', 1, 1), +(711, 'actionBeforeDisableMobileModule', 'Before a module is disabled for mobile', 'This hook is called just before a module is disabled for mobile', 1, 1), +(712, 'actionBeforeResetModule', 'Before a module is reset', 'This hook is called just before a module is reset', 1, 1), +(713, 'displayAdminThemesListAfter', 'BO themes list extra content', 'This hook displays content after the themes list in the back office', 1, 1), +(714, 'actionGetAdminToolbarButtons', 'Allows to add buttons in any toolbar in the back office', 'This hook allows you to define descriptions of buttons to add in any toolbar of the back office', 1, 1), +(715, 'displayEmptyModuleCategoryExtraMessage', 'Extra message to display for an empty modules category', 'This hook allows to add an extra message to display in the Module manager page when a category doesn\'t have any module', 1, 1), +(716, 'actionGetAlternativeSearchPanels', 'Additional search panel', 'This hook allows to add an additional search panel for external providers in PrestaShop back office', 1, 1), +(717, 'actionCreateProductFormBuilderModifier', 'Modify create product identifiable object form', 'This hook allows to modify create product identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(718, 'actionCombinationListFormBuilderModifier', 'Modify combination list identifiable object form', 'This hook allows to modify combination list identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(719, 'actionProductImageFormBuilderModifier', 'Modify product image identifiable object form', 'This hook allows to modify product image identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(720, 'actionSearchEngineFormBuilderModifier', 'Modify search engine identifiable object form', 'This hook allows to modify search engine identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(721, 'actionCategoryTreeSelectorFormBuilderModifier', 'Modify category tree selector identifiable object form', 'This hook allows to modify category tree selector identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(722, 'actionSqlRequestFormDataProviderData', 'Provide sql request identifiable object form data for update', 'This hook allows to provide sql request identifiable object form data which will prefill the form in update/edition page', 1, 1), +(723, 'actionCustomerFormDataProviderData', 'Provide customer identifiable object form data for update', 'This hook allows to provide customer identifiable object form data which will prefill the form in update/edition page', 1, 1), +(724, 'actionLanguageFormDataProviderData', 'Provide language identifiable object form data for update', 'This hook allows to provide language identifiable object form data which will prefill the form in update/edition page', 1, 1), +(725, 'actionCurrencyFormDataProviderData', 'Provide currency identifiable object form data for update', 'This hook allows to provide currency identifiable object form data which will prefill the form in update/edition page', 1, 1), +(726, 'actionWebserviceKeyFormDataProviderData', 'Provide webservice key identifiable object form data for update', 'This hook allows to provide webservice key identifiable object form data which will prefill the form in update/edition page', 1, 1), +(727, 'actionMetaFormDataProviderData', 'Provide meta identifiable object form data for update', 'This hook allows to provide meta identifiable object form data which will prefill the form in update/edition page', 1, 1), +(728, 'actionCategoryFormDataProviderData', 'Provide category identifiable object form data for update', 'This hook allows to provide category identifiable object form data which will prefill the form in update/edition page', 1, 1), +(729, 'actionRootCategoryFormDataProviderData', 'Provide root category identifiable object form data for update', 'This hook allows to provide root category identifiable object form data which will prefill the form in update/edition page', 1, 1), +(730, 'actionContactFormDataProviderData', 'Provide contact identifiable object form data for update', 'This hook allows to provide contact identifiable object form data which will prefill the form in update/edition page', 1, 1), +(731, 'actionCmsPageCategoryFormDataProviderData', 'Provide cms page category identifiable object form data for update', 'This hook allows to provide cms page category identifiable object form data which will prefill the form in update/edition page', 1, 1), +(732, 'actionTaxFormDataProviderData', 'Provide tax identifiable object form data for update', 'This hook allows to provide tax identifiable object form data which will prefill the form in update/edition page', 1, 1), +(733, 'actionManufacturerFormDataProviderData', 'Provide manufacturer identifiable object form data for update', 'This hook allows to provide manufacturer identifiable object form data which will prefill the form in update/edition page', 1, 1), +(734, 'actionEmployeeFormDataProviderData', 'Provide employee identifiable object form data for update', 'This hook allows to provide employee identifiable object form data which will prefill the form in update/edition page', 1, 1), +(735, 'actionProfileFormDataProviderData', 'Provide profile identifiable object form data for update', 'This hook allows to provide profile identifiable object form data which will prefill the form in update/edition page', 1, 1), +(736, 'actionCmsPageFormDataProviderData', 'Provide cms page identifiable object form data for update', 'This hook allows to provide cms page identifiable object form data which will prefill the form in update/edition page', 1, 1), +(737, 'actionFeatureFormDataProviderData', 'Provide feature identifiable object form data for update', 'This hook allows to provide feature identifiable object form data which will prefill the form in update/edition page', 1, 1), +(738, 'actionOrderMessageFormDataProviderData', 'Provide order message identifiable object form data for update', 'This hook allows to provide order message identifiable object form data which will prefill the form in update/edition page', 1, 1), +(739, 'actionCatalogPriceRuleFormDataProviderData', 'Provide catalog price rule identifiable object form data for update', 'This hook allows to provide catalog price rule identifiable object form data which will prefill the form in update/edition page', 1, 1), +(740, 'actionAttachmentFormDataProviderData', 'Provide attachment identifiable object form data for update', 'This hook allows to provide attachment identifiable object form data which will prefill the form in update/edition page', 1, 1), +(741, 'actionOrderStateFormDataProviderData', 'Provide order state identifiable object form data for update', 'This hook allows to provide order state identifiable object form data which will prefill the form in update/edition page', 1, 1), +(742, 'actionOrderReturnStateFormDataProviderData', 'Provide order return state identifiable object form data for update', 'This hook allows to provide order return state identifiable object form data which will prefill the form in update/edition page', 1, 1), +(743, 'actionCreateProductFormDataProviderData', 'Provide create product identifiable object form data for update', 'This hook allows to provide create product identifiable object form data which will prefill the form in update/edition page', 1, 1), +(744, 'actionCombinationListFormDataProviderData', 'Provide combination list identifiable object form data for update', 'This hook allows to provide combination list identifiable object form data which will prefill the form in update/edition page', 1, 1), +(745, 'actionProductImageFormDataProviderData', 'Provide product image identifiable object form data for update', 'This hook allows to provide product image identifiable object form data which will prefill the form in update/edition page', 1, 1), +(746, 'actionZoneFormDataProviderData', 'Provide zone identifiable object form data for update', 'This hook allows to provide zone identifiable object form data which will prefill the form in update/edition page', 1, 1), +(747, 'actionSearchEngineFormDataProviderData', 'Provide search engine identifiable object form data for update', 'This hook allows to provide search engine identifiable object form data which will prefill the form in update/edition page', 1, 1), +(748, 'actionCategoryTreeSelectorFormDataProviderData', 'Provide category tree selector identifiable object form data for update', 'This hook allows to provide category tree selector identifiable object form data which will prefill the form in update/edition page', 1, 1), +(749, 'actionSqlRequestFormDataProviderDefaultData', 'Provide sql request identifiable object default form data for creation', 'This hook allows to provide sql request identifiable object form data which will prefill the form in creation page', 1, 1), +(750, 'actionCustomerFormDataProviderDefaultData', 'Provide customer identifiable object default form data for creation', 'This hook allows to provide customer identifiable object form data which will prefill the form in creation page', 1, 1), +(751, 'actionLanguageFormDataProviderDefaultData', 'Provide language identifiable object default form data for creation', 'This hook allows to provide language identifiable object form data which will prefill the form in creation page', 1, 1), +(752, 'actionCurrencyFormDataProviderDefaultData', 'Provide currency identifiable object default form data for creation', 'This hook allows to provide currency identifiable object form data which will prefill the form in creation page', 1, 1), +(753, 'actionWebserviceKeyFormDataProviderDefaultData', 'Provide webservice key identifiable object default form data for creation', 'This hook allows to provide webservice key identifiable object form data which will prefill the form in creation page', 1, 1), +(754, 'actionMetaFormDataProviderDefaultData', 'Provide meta identifiable object default form data for creation', 'This hook allows to provide meta identifiable object form data which will prefill the form in creation page', 1, 1), +(755, 'actionCategoryFormDataProviderDefaultData', 'Provide category identifiable object default form data for creation', 'This hook allows to provide category identifiable object form data which will prefill the form in creation page', 1, 1), +(756, 'actionRootCategoryFormDataProviderDefaultData', 'Provide root category identifiable object default form data for creation', 'This hook allows to provide root category identifiable object form data which will prefill the form in creation page', 1, 1), +(757, 'actionContactFormDataProviderDefaultData', 'Provide contact identifiable object default form data for creation', 'This hook allows to provide contact identifiable object form data which will prefill the form in creation page', 1, 1), +(758, 'actionCmsPageCategoryFormDataProviderDefaultData', 'Provide cms page category identifiable object default form data for creation', 'This hook allows to provide cms page category identifiable object form data which will prefill the form in creation page', 1, 1), +(759, 'actionTaxFormDataProviderDefaultData', 'Provide tax identifiable object default form data for creation', 'This hook allows to provide tax identifiable object form data which will prefill the form in creation page', 1, 1), +(760, 'actionManufacturerFormDataProviderDefaultData', 'Provide manufacturer identifiable object default form data for creation', 'This hook allows to provide manufacturer identifiable object form data which will prefill the form in creation page', 1, 1), +(761, 'actionEmployeeFormDataProviderDefaultData', 'Provide employee identifiable object default form data for creation', 'This hook allows to provide employee identifiable object form data which will prefill the form in creation page', 1, 1), +(762, 'actionProfileFormDataProviderDefaultData', 'Provide profile identifiable object default form data for creation', 'This hook allows to provide profile identifiable object form data which will prefill the form in creation page', 1, 1), +(763, 'actionCmsPageFormDataProviderDefaultData', 'Provide cms page identifiable object default form data for creation', 'This hook allows to provide cms page identifiable object form data which will prefill the form in creation page', 1, 1), +(764, 'actionFeatureFormDataProviderDefaultData', 'Provide feature identifiable object default form data for creation', 'This hook allows to provide feature identifiable object form data which will prefill the form in creation page', 1, 1), +(765, 'actionOrderMessageFormDataProviderDefaultData', 'Provide order message identifiable object default form data for creation', 'This hook allows to provide order message identifiable object form data which will prefill the form in creation page', 1, 1), +(766, 'actionCatalogPriceRuleFormDataProviderDefaultData', 'Provide catalog price rule identifiable object default form data for creation', 'This hook allows to provide catalog price rule identifiable object form data which will prefill the form in creation page', 1, 1), +(767, 'actionAttachmentFormDataProviderDefaultData', 'Provide attachment identifiable object default form data for creation', 'This hook allows to provide attachment identifiable object form data which will prefill the form in creation page', 1, 1), +(768, 'actionOrderStateFormDataProviderDefaultData', 'Provide order state identifiable object default form data for creation', 'This hook allows to provide order state identifiable object form data which will prefill the form in creation page', 1, 1), +(769, 'actionOrderReturnStateFormDataProviderDefaultData', 'Provide order return state identifiable object default form data for creation', 'This hook allows to provide order return state identifiable object form data which will prefill the form in creation page', 1, 1), +(770, 'actionCreateProductFormDataProviderDefaultData', 'Provide create product identifiable object default form data for creation', 'This hook allows to provide create product identifiable object form data which will prefill the form in creation page', 1, 1), +(771, 'actionCombinationListFormDataProviderDefaultData', 'Provide combination list identifiable object default form data for creation', 'This hook allows to provide combination list identifiable object form data which will prefill the form in creation page', 1, 1), +(772, 'actionProductImageFormDataProviderDefaultData', 'Provide product image identifiable object default form data for creation', 'This hook allows to provide product image identifiable object form data which will prefill the form in creation page', 1, 1), +(773, 'actionZoneFormDataProviderDefaultData', 'Provide zone identifiable object default form data for creation', 'This hook allows to provide zone identifiable object form data which will prefill the form in creation page', 1, 1), +(774, 'actionSearchEngineFormDataProviderDefaultData', 'Provide search engine identifiable object default form data for creation', 'This hook allows to provide search engine identifiable object form data which will prefill the form in creation page', 1, 1), +(775, 'actionCategoryTreeSelectorFormDataProviderDefaultData', 'Provide category tree selector identifiable object default form data for creation', 'This hook allows to provide category tree selector identifiable object form data which will prefill the form in creation page', 1, 1), +(776, 'actionBeforeUpdateCreateProductFormHandler', 'Modify create product identifiable object data before updating it', 'This hook allows to modify create product identifiable object forms data before it was updated', 1, 1), +(777, 'actionBeforeUpdateCombinationListFormHandler', 'Modify combination list identifiable object data before updating it', 'This hook allows to modify combination list identifiable object forms data before it was updated', 1, 1), +(778, 'actionBeforeUpdateProductImageFormHandler', 'Modify product image identifiable object data before updating it', 'This hook allows to modify product image identifiable object forms data before it was updated', 1, 1), +(779, 'actionBeforeUpdateSearchEngineFormHandler', 'Modify search engine identifiable object data before updating it', 'This hook allows to modify search engine identifiable object forms data before it was updated', 1, 1), +(780, 'actionBeforeUpdateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data before updating it', 'This hook allows to modify category tree selector identifiable object forms data before it was updated', 1, 1), +(781, 'actionAfterUpdateCreateProductFormHandler', 'Modify create product identifiable object data after updating it', 'This hook allows to modify create product identifiable object forms data after it was updated', 1, 1), +(782, 'actionAfterUpdateCombinationListFormHandler', 'Modify combination list identifiable object data after updating it', 'This hook allows to modify combination list identifiable object forms data after it was updated', 1, 1), +(783, 'actionAfterUpdateSearchEngineFormHandler', 'Modify search engine identifiable object data after updating it', 'This hook allows to modify search engine identifiable object forms data after it was updated', 1, 1), +(784, 'actionAfterUpdateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data after updating it', 'This hook allows to modify category tree selector identifiable object forms data after it was updated', 1, 1), +(785, 'actionBeforeCreateCreateProductFormHandler', 'Modify create product identifiable object data before creating it', 'This hook allows to modify create product identifiable object forms data before it was created', 1, 1), +(786, 'actionBeforeCreateCombinationListFormHandler', 'Modify combination list identifiable object data before creating it', 'This hook allows to modify combination list identifiable object forms data before it was created', 1, 1), +(787, 'actionBeforeCreateProductImageFormHandler', 'Modify product image identifiable object data before creating it', 'This hook allows to modify product image identifiable object forms data before it was created', 1, 1), +(788, 'actionBeforeCreateSearchEngineFormHandler', 'Modify search engine identifiable object data before creating it', 'This hook allows to modify search engine identifiable object forms data before it was created', 1, 1), +(789, 'actionBeforeCreateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data before creating it', 'This hook allows to modify category tree selector identifiable object forms data before it was created', 1, 1), +(790, 'actionAfterCreateCreateProductFormHandler', 'Modify create product identifiable object data after creating it', 'This hook allows to modify create product identifiable object forms data after it was created', 1, 1), +(791, 'actionAfterCreateCombinationListFormHandler', 'Modify combination list identifiable object data after creating it', 'This hook allows to modify combination list identifiable object forms data after it was created', 1, 1), +(792, 'actionAfterCreateProductImageFormHandler', 'Modify product image identifiable object data after creating it', 'This hook allows to modify product image identifiable object forms data after it was created', 1, 1), +(793, 'actionAfterCreateSearchEngineFormHandler', 'Modify search engine identifiable object data after creating it', 'This hook allows to modify search engine identifiable object forms data after it was created', 1, 1), +(794, 'actionAfterCreateCategoryTreeSelectorFormHandler', 'Modify category tree selector identifiable object data after creating it', 'This hook allows to modify category tree selector identifiable object forms data after it was created', 1, 1), +(795, 'actionFeatureFlagStableForm', 'Modify feature flag stable options form content', 'This hook allows to modify feature flag stable options form FormBuilder', 1, 1), +(796, 'actionFeatureFlagBetaForm', 'Modify feature flag beta options form content', 'This hook allows to modify feature flag beta options form FormBuilder', 1, 1), +(797, 'actionSecurityPageGeneralForm', 'Modify security page general options form content', 'This hook allows to modify security page general options form FormBuilder', 1, 1), +(798, 'actionSecurityPagePasswordPolicyForm', 'Modify security page password policy options form content', 'This hook allows to modify security page password policy options form FormBuilder', 1, 1), +(799, 'actionFeatureFlagStableSave', 'Modify feature flag stable options form saved data', 'This hook allows to modify data of feature flag stable options form after it was saved', 1, 1), +(800, 'actionFeatureFlagBetaSave', 'Modify feature flag beta options form saved data', 'This hook allows to modify data of feature flag beta options form after it was saved', 1, 1), +(801, 'actionSecurityPageGeneralSave', 'Modify security page general options form saved data', 'This hook allows to modify data of security page general options form after it was saved', 1, 1), +(802, 'actionSecurityPagePasswordPolicySave', 'Modify security page password policy options form saved data', 'This hook allows to modify data of security page password policy options form after it was saved', 1, 1), +(803, 'actionCountryGridDefinitionModifier', 'Modify country grid definition', 'This hook allows to alter country grid columns, actions and filters', 1, 1), +(804, 'actionSearchEngineGridDefinitionModifier', 'Modify search engine grid definition', 'This hook allows to alter search engine grid columns, actions and filters', 1, 1), +(805, 'actionProductGridDefinitionModifier', 'Modify product grid definition', 'This hook allows to alter product grid columns, actions and filters', 1, 1), +(807, 'actionSecuritySessionEmployeeGridDefinitionModifier', 'Modify security session employee grid definition', 'This hook allows to alter security session employee grid columns, actions and filters', 1, 1), +(808, 'actionSecuritySessionCustomerGridDefinitionModifier', 'Modify security session customer grid definition', 'This hook allows to alter security session customer grid columns, actions and filters', 1, 1), +(809, 'actionStateGridDefinitionModifier', 'Modify state grid definition', 'This hook allows to alter state grid columns, actions and filters', 1, 1), +(810, 'actionTitleGridDefinitionModifier', 'Modify title grid definition', 'This hook allows to alter title grid columns, actions and filters', 1, 1), +(811, 'actionCountryGridQueryBuilderModifier', 'Modify country grid query builder', 'This hook allows to alter Doctrine query builder for country grid', 1, 1), +(812, 'actionSearchEngineGridQueryBuilderModifier', 'Modify search engine grid query builder', 'This hook allows to alter Doctrine query builder for search engine grid', 1, 1), +(813, 'actionProductGridQueryBuilderModifier', 'Modify product grid query builder', 'This hook allows to alter Doctrine query builder for product grid', 1, 1), +(815, 'actionSecuritySessionEmployeeGridQueryBuilderModifier', 'Modify security session employee grid query builder', 'This hook allows to alter Doctrine query builder for security session employee grid', 1, 1), +(816, 'actionSecuritySessionCustomerGridQueryBuilderModifier', 'Modify security session customer grid query builder', 'This hook allows to alter Doctrine query builder for security session customer grid', 1, 1), +(817, 'actionStateGridQueryBuilderModifier', 'Modify state grid query builder', 'This hook allows to alter Doctrine query builder for state grid', 1, 1), +(818, 'actionTitleGridQueryBuilderModifier', 'Modify title grid query builder', 'This hook allows to alter Doctrine query builder for title grid', 1, 1), +(819, 'actionCountryGridDataModifier', 'Modify country grid data', 'This hook allows to modify country grid data', 1, 1), +(820, 'actionSearchEngineGridDataModifier', 'Modify search engine grid data', 'This hook allows to modify search engine grid data', 1, 1), +(821, 'actionProductGridDataModifier', 'Modify product grid data', 'This hook allows to modify product grid data', 1, 1), +(823, 'actionSecuritySessionEmployeeGridDataModifier', 'Modify security session employee grid data', 'This hook allows to modify security session employee grid data', 1, 1), +(824, 'actionSecuritySessionCustomerGridDataModifier', 'Modify security session customer grid data', 'This hook allows to modify security session customer grid data', 1, 1), +(825, 'actionStateGridDataModifier', 'Modify state grid data', 'This hook allows to modify state grid data', 1, 1), +(826, 'actionTitleGridDataModifier', 'Modify title grid data', 'This hook allows to modify title grid data', 1, 1), +(827, 'actionCountryGridFilterFormModifier', 'Modify country grid filters', 'This hook allows to modify filters for country grid', 1, 1), +(828, 'actionSearchEngineGridFilterFormModifier', 'Modify search engine grid filters', 'This hook allows to modify filters for search engine grid', 1, 1), +(829, 'actionProductGridFilterFormModifier', 'Modify product grid filters', 'This hook allows to modify filters for product grid', 1, 1), +(831, 'actionSecuritySessionEmployeeGridFilterFormModifier', 'Modify security session employee grid filters', 'This hook allows to modify filters for security session employee grid', 1, 1), +(832, 'actionSecuritySessionCustomerGridFilterFormModifier', 'Modify security session customer grid filters', 'This hook allows to modify filters for security session customer grid', 1, 1), +(833, 'actionStateGridFilterFormModifier', 'Modify state grid filters', 'This hook allows to modify filters for state grid', 1, 1), +(834, 'actionTitleGridFilterFormModifier', 'Modify title grid filters', 'This hook allows to modify filters for title grid', 1, 1), +(835, 'actionCountryGridPresenterModifier', 'Modify country grid template data', 'This hook allows to modify data which is about to be used in template for country grid', 1, 1), +(836, 'actionSearchEngineGridPresenterModifier', 'Modify search engine grid template data', 'This hook allows to modify data which is about to be used in template for search engine grid', 1, 1), +(837, 'actionProductGridPresenterModifier', 'Modify product grid template data', 'This hook allows to modify data which is about to be used in template for product grid', 1, 1), +(839, 'actionSecuritySessionEmployeeGridPresenterModifier', 'Modify security session employee grid template data', 'This hook allows to modify data which is about to be used in template for security session employee grid', 1, 1), +(840, 'actionSecuritySessionCustomerGridPresenterModifier', 'Modify security session customer grid template data', 'This hook allows to modify data which is about to be used in template for security session customer grid', 1, 1), +(841, 'actionStateGridPresenterModifier', 'Modify state grid template data', 'This hook allows to modify data which is about to be used in template for state grid', 1, 1), +(842, 'actionTitleGridPresenterModifier', 'Modify title grid template data', 'This hook allows to modify data which is about to be used in template for title grid', 1, 1), +(843, 'actionGenerateDocumentReference', 'Modify document reference', 'This hook allows modules to return custom document references', 1, 1), +(844, 'actionModifyFrontendSitemap', 'Add or remove links on sitemap page', 'This hook allows to modify links on sitemap page of your shop. Useful to improve indexation of your modules.', 1, 1), +(845, 'displayAddressSelectorBottom', 'After address selection on checkout page', 'This hook is displayed after the address selection in checkout step.', 1, 1), +(846, 'actionLoggerLogMessage', 'Allows to make extra action while a log is triggered', 'This hook allows to make an extra action while an exception is thrown and the logger logs it', 1, 1), +(847, 'actionOrderReturnFormBuilderModifier', 'Modify order return identifiable object form', 'This hook allows to modify order return identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(848, 'actionProductShopsFormBuilderModifier', 'Modify product shops identifiable object form', 'This hook allows to modify product shops identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(849, 'actionCountryFormBuilderModifier', 'Modify country identifiable object form', 'This hook allows to modify country identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(850, 'actionStateFormBuilderModifier', 'Modify state identifiable object form', 'This hook allows to modify state identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(851, 'actionTaxRulesGroupFormBuilderModifier', 'Modify tax rules group identifiable object form', 'This hook allows to modify tax rules group identifiable object forms content by modifying form builder data or FormBuilder itself', 1, 1), +(852, 'actionOrderReturnFormDataProviderData', 'Provide order return identifiable object form data for update', 'This hook allows to provide order return identifiable object form data which will prefill the form in update/edition page', 1, 1), +(853, 'actionProductShopsFormDataProviderData', 'Provide product shops identifiable object form data for update', 'This hook allows to provide product shops identifiable object form data which will prefill the form in update/edition page', 1, 1), +(854, 'actionCountryFormDataProviderData', 'Provide country identifiable object form data for update', 'This hook allows to provide country identifiable object form data which will prefill the form in update/edition page', 1, 1), +(855, 'actionStateFormDataProviderData', 'Provide state identifiable object form data for update', 'This hook allows to provide state identifiable object form data which will prefill the form in update/edition page', 1, 1), +(856, 'actionTaxRulesGroupFormDataProviderData', 'Provide tax rules group identifiable object form data for update', 'This hook allows to provide tax rules group identifiable object form data which will prefill the form in update/edition page', 1, 1), +(857, 'actionOrderReturnFormDataProviderDefaultData', 'Provide order return identifiable object default form data for creation', 'This hook allows to provide order return identifiable object form data which will prefill the form in creation page', 1, 1), +(858, 'actionProductShopsFormDataProviderDefaultData', 'Provide product shops identifiable object default form data for creation', 'This hook allows to provide product shops identifiable object form data which will prefill the form in creation page', 1, 1), +(859, 'actionCountryFormDataProviderDefaultData', 'Provide country identifiable object default form data for creation', 'This hook allows to provide country identifiable object form data which will prefill the form in creation page', 1, 1), +(860, 'actionStateFormDataProviderDefaultData', 'Provide state identifiable object default form data for creation', 'This hook allows to provide state identifiable object form data which will prefill the form in creation page', 1, 1), +(861, 'actionTaxRulesGroupFormDataProviderDefaultData', 'Provide tax rules group identifiable object default form data for creation', 'This hook allows to provide tax rules group identifiable object form data which will prefill the form in creation page', 1, 1), +(862, 'actionBeforeUpdateOrderReturnFormHandler', 'Modify order return identifiable object data before updating it', 'This hook allows to modify order return identifiable object forms data before it was updated', 1, 1), +(863, 'actionBeforeUpdateProductShopsFormHandler', 'Modify product shops identifiable object data before updating it', 'This hook allows to modify product shops identifiable object forms data before it was updated', 1, 1), +(864, 'actionBeforeUpdateCountryFormHandler', 'Modify country identifiable object data before updating it', 'This hook allows to modify country identifiable object forms data before it was updated', 1, 1), +(865, 'actionBeforeUpdateStateFormHandler', 'Modify state identifiable object data before updating it', 'This hook allows to modify state identifiable object forms data before it was updated', 1, 1), +(866, 'actionBeforeUpdateTaxRulesGroupFormHandler', 'Modify tax rules group identifiable object data before updating it', 'This hook allows to modify tax rules group identifiable object forms data before it was updated', 1, 1), +(867, 'actionAfterUpdateOrderReturnFormHandler', 'Modify order return identifiable object data after updating it', 'This hook allows to modify order return identifiable object forms data after it was updated', 1, 1), +(868, 'actionAfterUpdateProductShopsFormHandler', 'Modify product shops identifiable object data after updating it', 'This hook allows to modify product shops identifiable object forms data after it was updated', 1, 1), +(869, 'actionAfterUpdateCountryFormHandler', 'Modify country identifiable object data after updating it', 'This hook allows to modify country identifiable object forms data after it was updated', 1, 1), +(870, 'actionAfterUpdateStateFormHandler', 'Modify state identifiable object data after updating it', 'This hook allows to modify state identifiable object forms data after it was updated', 1, 1), +(871, 'actionAfterUpdateTaxRulesGroupFormHandler', 'Modify tax rules group identifiable object data after updating it', 'This hook allows to modify tax rules group identifiable object forms data after it was updated', 1, 1), +(872, 'actionBeforeCreateOrderReturnFormHandler', 'Modify order return identifiable object data before creating it', 'This hook allows to modify order return identifiable object forms data before it was created', 1, 1), +(873, 'actionBeforeCreateProductShopsFormHandler', 'Modify product shops identifiable object data before creating it', 'This hook allows to modify product shops identifiable object forms data before it was created', 1, 1), +(874, 'actionBeforeCreateCountryFormHandler', 'Modify country identifiable object data before creating it', 'This hook allows to modify country identifiable object forms data before it was created', 1, 1), +(875, 'actionBeforeCreateStateFormHandler', 'Modify state identifiable object data before creating it', 'This hook allows to modify state identifiable object forms data before it was created', 1, 1), +(876, 'actionBeforeCreateTaxRulesGroupFormHandler', 'Modify tax rules group identifiable object data before creating it', 'This hook allows to modify tax rules group identifiable object forms data before it was created', 1, 1), +(877, 'actionAfterCreateOrderReturnFormHandler', 'Modify order return identifiable object data after creating it', 'This hook allows to modify order return identifiable object forms data after it was created', 1, 1), +(878, 'actionAfterCreateProductShopsFormHandler', 'Modify product shops identifiable object data after creating it', 'This hook allows to modify product shops identifiable object forms data after it was created', 1, 1), +(879, 'actionAfterCreateCountryFormHandler', 'Modify country identifiable object data after creating it', 'This hook allows to modify country identifiable object forms data after it was created', 1, 1), +(880, 'actionAfterCreateStateFormHandler', 'Modify state identifiable object data after creating it', 'This hook allows to modify state identifiable object forms data after it was created', 1, 1), +(881, 'actionAfterCreateTaxRulesGroupFormHandler', 'Modify tax rules group identifiable object data after creating it', 'This hook allows to modify tax rules group identifiable object forms data after it was created', 1, 1), +(882, 'actionCustomerThreadGridDefinitionModifier', 'Modify customer thread grid definition', 'This hook allows to alter customer thread grid columns, actions and filters', 1, 1), +(883, 'actionCustomerThreadGridQueryBuilderModifier', 'Modify customer thread grid query builder', 'This hook allows to alter Doctrine query builder for customer thread grid', 1, 1), +(884, 'actionCustomerThreadGridDataModifier', 'Modify customer thread grid data', 'This hook allows to modify customer thread grid data', 1, 1), +(885, 'actionCustomerThreadGridFilterFormModifier', 'Modify customer thread grid filters', 'This hook allows to modify filters for customer thread grid', 1, 1), +(886, 'actionCustomerThreadGridPresenterModifier', 'Modify customer thread grid template data', 'This hook allows to modify data which is about to be used in template for customer thread grid', 1, 1), +(887, 'actionAdminMenuTabsModifier', 'Modify back office menu', 'This hook allows modifying back office menu tabs', 1, 1), +(888, 'actionAdminBreadcrumbModifier', 'Modify back office breadcrumb', 'This hook allows modifying back office breadcrumb', 1, 1), +(889, 'actionLanguageLinkParameters', 'Add parameters to language link', 'Allows modules to provide proper parameters for links in other languages.', 1, 1), +(890, 'actionAfterLoadRoutes', 'Triggers after loading routes', 'Allow modules to modify routes in any way or add their own multilanguage routes.', 1, 1), +(891, 'displayFooterAfter', 'displayFooterAfter', '', 1, 1), +(892, 'displayFooterBefore', 'displayFooterBefore', '', 1, 1), +(893, 'displayReassurance', 'displayReassurance', '', 1, 1), +(894, 'actionFrontControllerSetMedia', 'actionFrontControllerSetMedia', '', 1, 1), +(895, 'actionAdminControllerSetMedia', 'actionAdminControllerSetMedia', '', 1, 1), +(896, 'deleteProductAttribute', 'deleteProductAttribute', '', 1, 1), +(897, 'displayGDPRConsent', 'displayGDPRConsent', '', 1, 1), +(898, 'displayNav1', 'displayNav1', '', 1, 1), +(899, 'actionAdminStoresControllerUpdate_optionsAfter', 'actionAdminStoresControllerUpdate_optionsAfter', '', 1, 1), +(900, 'actionAdminCurrenciesControllerSaveAfter', 'actionAdminCurrenciesControllerSaveAfter', '', 1, 1), +(901, 'displayNav2', 'displayNav2', '', 1, 1), +(902, 'actionObjectCategoryUpdateAfter', 'actionObjectCategoryUpdateAfter', '', 1, 1), +(903, 'actionObjectCategoryDeleteAfter', 'actionObjectCategoryDeleteAfter', '', 1, 1), +(904, 'actionObjectCategoryAddAfter', 'actionObjectCategoryAddAfter', '', 1, 1), +(905, 'actionObjectCmsUpdateAfter', 'actionObjectCmsUpdateAfter', '', 1, 1), +(906, 'actionObjectCmsDeleteAfter', 'actionObjectCmsDeleteAfter', '', 1, 1), +(907, 'actionObjectCmsAddAfter', 'actionObjectCmsAddAfter', '', 1, 1), +(908, 'actionObjectSupplierUpdateAfter', 'actionObjectSupplierUpdateAfter', '', 1, 1), +(909, 'actionObjectSupplierDeleteAfter', 'actionObjectSupplierDeleteAfter', '', 1, 1), +(910, 'actionObjectSupplierAddAfter', 'actionObjectSupplierAddAfter', '', 1, 1), +(911, 'actionObjectManufacturerUpdateAfter', 'actionObjectManufacturerUpdateAfter', '', 1, 1), +(912, 'actionObjectManufacturerDeleteAfter', 'actionObjectManufacturerDeleteAfter', '', 1, 1), +(913, 'actionObjectManufacturerAddAfter', 'actionObjectManufacturerAddAfter', '', 1, 1), +(914, 'actionObjectProductUpdateAfter', 'actionObjectProductUpdateAfter', '', 1, 1), +(915, 'actionObjectProductDeleteAfter', 'actionObjectProductDeleteAfter', '', 1, 1), +(916, 'actionObjectProductAddAfter', 'actionObjectProductAddAfter', '', 1, 1), +(917, 'actionShopDataDuplication', 'actionShopDataDuplication', '', 1, 1), +(918, 'displaySearch', 'displaySearch', '', 1, 1), +(919, 'displayOrderConfirmation2', 'displayOrderConfirmation2', '', 1, 1), +(920, 'actionAdminGroupsControllerSaveAfter', 'actionAdminGroupsControllerSaveAfter', '', 1, 1), +(921, 'actionObjectLanguageAddAfter', 'actionObjectLanguageAddAfter', '', 1, 1), +(922, 'actionObjectSpecificPriceCoreDeleteAfter', 'actionObjectSpecificPriceCoreDeleteAfter', '', 1, 1), +(923, 'actionObjectSpecificPriceCoreAddAfter', 'actionObjectSpecificPriceCoreAddAfter', '', 1, 1), +(924, 'actionObjectSpecificPriceCoreUpdateAfter', 'actionObjectSpecificPriceCoreUpdateAfter', '', 1, 1), +(925, 'actionObjectCustomerUpdateBefore', 'actionObjectCustomerUpdateBefore', '', 1, 1), +(926, 'displayAdminCustomersForm', 'displayAdminCustomersForm', '', 1, 1), +(927, 'registerGDPRConsent', 'registerGDPRConsent', '', 1, 1), +(928, 'actionDeleteGDPRCustomer', 'actionDeleteGDPRCustomer', '', 1, 1), +(929, 'actionExportGDPRData', 'actionExportGDPRData', '', 1, 1), +(930, 'actionModuleRegisterHookAfter', 'actionModuleRegisterHookAfter', '', 1, 1), +(931, 'actionModuleUnRegisterHookAfter', 'actionModuleUnRegisterHookAfter', '', 1, 1), +(932, 'displayProductListReviews', 'displayProductListReviews', '', 1, 1), +(933, 'actionFeatureValueFormBuilderModifier', 'actionFeatureValueFormBuilderModifier', '', 1, 1), +(934, 'actionAfterCreateFeatureValueFormHandler', 'actionAfterCreateFeatureValueFormHandler', '', 1, 1), +(935, 'actionAfterUpdateFeatureValueFormHandler', 'actionAfterUpdateFeatureValueFormHandler', '', 1, 1), +(936, 'productSearchProvider', 'productSearchProvider', '', 1, 1), +(937, 'actionObjectSpecificPriceRuleUpdateBefore', 'actionObjectSpecificPriceRuleUpdateBefore', '', 1, 1), +(938, 'actionAdminSpecificPriceRuleControllerSaveAfter', 'actionAdminSpecificPriceRuleControllerSaveAfter', '', 1, 1), +(939, 'dashboardZoneOne', 'dashboardZoneOne', '', 1, 1), +(940, 'dashboardData', 'dashboardData', '', 1, 1), +(941, 'dashboardZoneTwo', 'dashboardZoneTwo', '', 1, 1), +(942, 'GraphEngine', 'GraphEngine', '', 1, 1), +(943, 'GridEngine', 'GridEngine', '', 1, 1), +(944, 'gSitemapAppendUrls', 'GSitemap Append URLs', 'This hook allows a module to add URLs to a generated sitemap', 1, 1), +(945, 'paymentOptions', 'paymentOptions', '', 1, 1), +(946, 'actionProductCoverage', 'actionProductCoverage', '', 1, 1), +(947, 'createAccount', 'createAccount', '', 1, 1), +(948, 'actionSearch', 'actionSearch', '', 1, 1), +(949, 'DisplayAdminAfterHeader', 'DisplayAdminAfterHeader', '', 1, 1), +(950, 'ActionObjectShopUrlUpdateAfter', 'ActionObjectShopUrlUpdateAfter', '', 1, 1), +(951, 'ActionObjectEmployeeDeleteBefore', 'ActionObjectEmployeeDeleteBefore', '', 1, 1), +(952, 'ActionObjectEmployeeUpdateBefore', 'ActionObjectEmployeeUpdateBefore', '', 1, 1), +(953, 'actionMboRecommendedModules', '', '', 1, 1), +(954, 'displayAccountUpdateWarning', 'Display account update warning', 'Show a warning message when the user wants to update his shop configuration', 1, 1), +(955, 'actionShopAccountLinkAfter', 'Shop linked event', 'Shop linked with PrestaShop Account', 1, 1), +(956, 'actionShopAccountUnlinkAfter', 'Shop unlinked event', 'Shop unlinked with PrestaShop Account', 1, 1), +(957, 'actionObjectShopAddAfter', 'actionObjectShopAddAfter', '', 1, 1), +(958, 'actionObjectShopUpdateAfter', 'actionObjectShopUpdateAfter', '', 1, 1), +(959, 'actionObjectShopDeleteBefore', 'actionObjectShopDeleteBefore', '', 1, 1), +(960, 'actionObjectShopDeleteAfter', 'actionObjectShopDeleteAfter', '', 1, 1); DROP TABLE IF EXISTS `ps_hook_alias`; CREATE TABLE `ps_hook_alias` ( @@ -7806,116 +6602,103 @@ CREATE TABLE `ps_hook_module` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_hook_module` (`id_module`, `id_shop`, `id_hook`, `position`) VALUES -(1, 1, 42, 1), -(1, 1, 143, 1), -(1, 1, 325, 1), -(2, 1, 23, 1), -(2, 1, 27, 1), -(2, 1, 839, 1), -(2, 1, 841, 1), -(2, 1, 842, 1), -(3, 1, 29, 1), -(3, 1, 45, 1), -(3, 1, 50, 1), -(3, 1, 77, 1), -(3, 1, 104, 1), +(1, 1, 45, 1), +(1, 1, 146, 1), +(1, 1, 328, 1), +(2, 1, 26, 1), +(2, 1, 30, 1), +(2, 1, 891, 1), +(2, 1, 893, 1), +(2, 1, 894, 1), +(3, 1, 32, 1), +(3, 1, 48, 1), +(3, 1, 53, 1), +(3, 1, 80, 1), (3, 1, 107, 1), -(3, 1, 209, 1), -(3, 1, 843, 1), -(3, 1, 844, 1), -(4, 1, 48, 1), -(4, 1, 124, 1), -(5, 1, 846, 1), -(5, 1, 847, 1), -(5, 1, 848, 1), -(5, 1, 850, 1), -(6, 1, 852, 1), -(7, 1, 851, 1), -(9, 1, 17, 1), -(10, 1, 26, 1), -(10, 1, 84, 1), -(10, 1, 853, 1), -(10, 1, 854, 1), -(10, 1, 855, 1), -(10, 1, 856, 1), -(10, 1, 857, 1), -(10, 1, 858, 1), -(10, 1, 859, 1), -(10, 1, 860, 1), -(10, 1, 861, 1), -(10, 1, 862, 1), -(10, 1, 863, 1), -(10, 1, 864, 1), -(10, 1, 865, 1), -(10, 1, 866, 1), -(10, 1, 867, 1), -(10, 1, 868, 1), -(11, 1, 869, 1), -(12, 1, 16, 1), -(13, 1, 20, 1), -(13, 1, 21, 1), -(13, 1, 870, 1), -(13, 1, 872, 1), -(14, 1, 873, 1), -(16, 1, 874, 1), -(16, 1, 875, 1), -(16, 1, 876, 1), -(18, 1, 71, 1), -(19, 1, 49, 1), -(19, 1, 840, 1), -(19, 1, 877, 1), -(19, 1, 879, 1), -(19, 1, 880, 1), -(19, 1, 881, 1), -(21, 1, 882, 1), -(21, 1, 883, 1), -(22, 1, 32, 1), -(22, 1, 137, 1), -(22, 1, 884, 1), -(23, 1, 15, 1), -(25, 1, 849, 1), -(26, 1, 60, 1), -(27, 1, 57, 1), -(28, 1, 10, 1), -(31, 1, 889, 1), -(31, 1, 890, 1), -(31, 1, 891, 1), -(31, 1, 892, 1), -(32, 1, 893, 1), -(32, 1, 894, 1), -(34, 1, 895, 1), -(38, 1, 699, 1), -(38, 1, 700, 1), -(38, 1, 703, 1), -(45, 1, 18, 1), -(45, 1, 37, 1), -(45, 1, 47, 1), -(45, 1, 64, 1), -(45, 1, 73, 1), -(45, 1, 78, 1), -(46, 1, 896, 1), -(46, 1, 897, 1), -(46, 1, 898, 1), -(46, 1, 899, 1), -(46, 1, 900, 1), -(50, 1, 902, 1), -(52, 1, 1, 1), -(52, 1, 9, 1), -(52, 1, 59, 1), -(52, 1, 67, 1), -(52, 1, 118, 1), -(52, 1, 888, 1), -(52, 1, 903, 1), -(53, 1, 8, 1), -(60, 1, 904, 1), -(63, 1, 25, 1), -(63, 1, 905, 1), -(63, 1, 906, 1), -(67, 1, 83, 1), -(67, 1, 85, 1), -(67, 1, 89, 1), -(67, 1, 90, 1), -(67, 1, 91, 1), +(3, 1, 110, 1), +(3, 1, 212, 1), +(3, 1, 895, 1), +(4, 1, 51, 1), +(4, 1, 127, 1), +(5, 1, 11, 1), +(5, 1, 18, 1), +(5, 1, 898, 1), +(5, 1, 899, 1), +(6, 1, 901, 1), +(7, 1, 900, 1), +(9, 1, 20, 1), +(10, 1, 29, 1), +(10, 1, 87, 1), +(10, 1, 902, 1), +(10, 1, 903, 1), +(10, 1, 904, 1), +(10, 1, 905, 1), +(10, 1, 906, 1), +(10, 1, 907, 1), +(10, 1, 908, 1), +(10, 1, 909, 1), +(10, 1, 910, 1), +(10, 1, 911, 1), +(10, 1, 912, 1), +(10, 1, 913, 1), +(10, 1, 914, 1), +(10, 1, 915, 1), +(10, 1, 916, 1), +(10, 1, 917, 1), +(11, 1, 918, 1), +(12, 1, 19, 1), +(13, 1, 23, 1), +(13, 1, 24, 1), +(13, 1, 919, 1), +(13, 1, 920, 1), +(14, 1, 921, 1), +(16, 1, 922, 1), +(16, 1, 923, 1), +(16, 1, 924, 1), +(18, 1, 74, 1), +(19, 1, 52, 1), +(19, 1, 892, 1), +(19, 1, 925, 1), +(19, 1, 927, 1), +(19, 1, 928, 1), +(19, 1, 929, 1), +(21, 1, 930, 1), +(21, 1, 931, 1), +(22, 1, 35, 1), +(22, 1, 140, 1), +(22, 1, 932, 1), +(23, 1, 17, 1), +(25, 1, 14, 1), +(26, 1, 63, 1), +(27, 1, 940, 1), +(28, 1, 941, 1), +(31, 1, 942, 1), +(32, 1, 943, 1), +(34, 1, 60, 1), +(35, 1, 10, 1), +(36, 1, 50, 1), +(36, 1, 945, 1), +(38, 1, 8, 1), +(41, 1, 703, 1), +(41, 1, 704, 1), +(41, 1, 707, 1), +(42, 1, 1, 1), +(42, 1, 9, 1), +(42, 1, 62, 1), +(42, 1, 70, 1), +(42, 1, 121, 1), +(42, 1, 946, 1), +(43, 1, 76, 1), +(44, 1, 21, 1), +(44, 1, 28, 1), +(44, 1, 40, 1), +(44, 1, 67, 1), +(44, 1, 81, 1), +(58, 1, 22, 1), +(58, 1, 947, 1), +(65, 1, 948, 1), +(67, 1, 86, 1), +(67, 1, 88, 1), (67, 1, 92, 1), (67, 1, 93, 1), (67, 1, 94, 1), @@ -7928,123 +6711,172 @@ INSERT INTO `ps_hook_module` (`id_module`, `id_shop`, `id_hook`, `position`) VAL (67, 1, 101, 1), (67, 1, 102, 1), (67, 1, 103, 1), +(67, 1, 104, 1), (67, 1, 105, 1), -(67, 1, 428, 1), -(67, 1, 436, 1), -(67, 1, 444, 1), -(67, 1, 660, 1), -(67, 1, 885, 1), -(67, 1, 886, 1), -(67, 1, 887, 1), -(3, 1, 842, 2), -(4, 1, 50, 2), -(4, 1, 843, 2), -(7, 1, 852, 2), -(11, 1, 17, 2), -(11, 1, 26, 2), -(12, 1, 868, 2), -(13, 1, 16, 2), -(13, 1, 29, 2), -(13, 1, 84, 2), -(16, 1, 20, 2), -(16, 1, 21, 2), -(19, 1, 48, 2), -(19, 1, 124, 2), -(20, 1, 840, 2), -(21, 1, 42, 2), -(22, 1, 60, 2), -(22, 1, 879, 2), -(22, 1, 880, 2), -(22, 1, 881, 2), -(28, 1, 15, 2), -(28, 1, 862, 2), -(28, 1, 863, 2), -(28, 1, 864, 2), -(29, 1, 57, 2), -(33, 1, 892, 2), -(35, 1, 32, 2), -(40, 1, 865, 2), -(40, 1, 866, 2), -(43, 1, 10, 2), -(43, 1, 859, 2), -(43, 1, 860, 2), -(43, 1, 861, 2), -(45, 1, 71, 2), -(46, 1, 890, 2), -(46, 1, 891, 2), -(52, 1, 77, 2), -(52, 1, 107, 2), -(53, 1, 893, 2), -(55, 1, 895, 2), -(58, 1, 889, 2), -(64, 1, 47, 2), -(2, 1, 840, 3), -(5, 1, 42, 3), -(8, 1, 852, 3), -(12, 1, 17, 3), -(14, 1, 16, 3), -(15, 1, 868, 3), -(16, 1, 29, 3), -(17, 1, 20, 3), -(17, 1, 21, 3), -(19, 1, 842, 3), -(25, 1, 879, 3), -(30, 1, 57, 3), -(40, 1, 32, 3), -(40, 1, 60, 3), -(43, 1, 15, 3), -(46, 1, 843, 3), -(48, 1, 26, 3), -(49, 1, 124, 3), -(52, 1, 50, 3), -(52, 1, 880, 3), -(52, 1, 881, 3), -(57, 1, 71, 3), -(58, 1, 890, 3), -(59, 1, 895, 3), -(62, 1, 889, 3), -(64, 1, 893, 3), -(67, 1, 84, 3), -(3, 1, 42, 4), -(9, 1, 852, 4), -(15, 1, 16, 4), -(17, 1, 29, 4), -(18, 1, 20, 4), -(18, 1, 21, 4), -(22, 1, 17, 4), -(33, 1, 57, 4), -(45, 1, 32, 4), -(50, 1, 843, 4), -(52, 1, 60, 4), -(52, 1, 842, 4), -(58, 1, 71, 4), -(61, 1, 895, 4), -(62, 1, 890, 4), -(67, 1, 15, 4), -(16, 1, 16, 5), -(18, 1, 29, 5), -(35, 1, 20, 5), -(35, 1, 21, 5), -(36, 1, 57, 5), -(45, 1, 17, 5), -(45, 1, 42, 5), -(57, 1, 32, 5), -(58, 1, 843, 5), -(65, 1, 895, 5), -(17, 1, 16, 6), -(35, 1, 29, 6), -(37, 1, 57, 6), -(62, 1, 843, 6), -(18, 1, 16, 7), -(39, 1, 57, 7), -(52, 1, 29, 7), -(41, 1, 57, 8), -(45, 1, 16, 8), -(42, 1, 57, 9), -(44, 1, 57, 10), -(48, 1, 57, 11), -(54, 1, 57, 12), -(56, 1, 57, 13); +(67, 1, 106, 1), +(67, 1, 108, 1), +(67, 1, 431, 1), +(67, 1, 439, 1), +(67, 1, 447, 1), +(67, 1, 664, 1), +(67, 1, 933, 1), +(67, 1, 934, 1), +(67, 1, 935, 1), +(67, 1, 936, 1), +(67, 1, 937, 1), +(67, 1, 938, 1), +(68, 1, 59, 1), +(68, 1, 79, 1), +(68, 1, 145, 1), +(68, 1, 149, 1), +(68, 1, 695, 1), +(68, 1, 700, 1), +(68, 1, 706, 1), +(68, 1, 709, 1), +(68, 1, 712, 1), +(68, 1, 713, 1), +(68, 1, 714, 1), +(68, 1, 715, 1), +(68, 1, 716, 1), +(68, 1, 939, 1), +(68, 1, 949, 1), +(68, 1, 950, 1), +(68, 1, 951, 1), +(68, 1, 952, 1), +(69, 1, 112, 1), +(69, 1, 171, 1), +(69, 1, 176, 1), +(69, 1, 954, 1), +(69, 1, 955, 1), +(69, 1, 956, 1), +(69, 1, 957, 1), +(69, 1, 958, 1), +(69, 1, 959, 1), +(69, 1, 960, 1), +(3, 1, 894, 2), +(4, 1, 53, 2), +(4, 1, 895, 2), +(7, 1, 901, 2), +(11, 1, 20, 2), +(11, 1, 29, 2), +(12, 1, 917, 2), +(13, 1, 19, 2), +(13, 1, 32, 2), +(13, 1, 87, 2), +(16, 1, 23, 2), +(16, 1, 24, 2), +(19, 1, 51, 2), +(19, 1, 127, 2), +(20, 1, 892, 2), +(21, 1, 45, 2), +(22, 1, 63, 2), +(22, 1, 927, 2), +(22, 1, 928, 2), +(22, 1, 929, 2), +(27, 1, 939, 2), +(28, 1, 940, 2), +(29, 1, 941, 2), +(35, 1, 17, 2), +(35, 1, 911, 2), +(35, 1, 912, 2), +(35, 1, 913, 2), +(37, 1, 35, 2), +(38, 1, 945, 2), +(39, 1, 74, 2), +(42, 1, 80, 2), +(42, 1, 110, 2), +(44, 1, 50, 2), +(44, 1, 76, 2), +(45, 1, 10, 2), +(45, 1, 908, 2), +(45, 1, 909, 2), +(45, 1, 910, 2), +(47, 1, 914, 2), +(47, 1, 915, 2), +(48, 1, 8, 2), +(49, 1, 60, 2), +(58, 1, 28, 2), +(68, 1, 328, 2), +(68, 1, 703, 2), +(68, 1, 704, 2), +(68, 1, 707, 2), +(68, 1, 930, 2), +(69, 1, 145, 2), +(69, 1, 695, 2), +(69, 1, 950, 2), +(2, 1, 892, 3), +(5, 1, 45, 3), +(8, 1, 901, 3), +(12, 1, 20, 3), +(14, 1, 19, 3), +(15, 1, 917, 3), +(16, 1, 32, 3), +(17, 1, 23, 3), +(17, 1, 24, 3), +(19, 1, 894, 3), +(25, 1, 927, 3), +(27, 1, 895, 3), +(29, 1, 940, 3), +(30, 1, 941, 3), +(34, 1, 29, 3), +(39, 1, 35, 3), +(40, 1, 127, 3), +(42, 1, 53, 3), +(42, 1, 63, 3), +(42, 1, 928, 3), +(42, 1, 929, 3), +(44, 1, 74, 3), +(45, 1, 17, 3), +(48, 1, 945, 3), +(50, 1, 60, 3), +(67, 1, 87, 3), +(69, 1, 76, 3), +(3, 1, 45, 4), +(9, 1, 901, 4), +(15, 1, 19, 4), +(17, 1, 32, 4), +(18, 1, 23, 4), +(18, 1, 24, 4), +(20, 1, 894, 4), +(22, 1, 20, 4), +(28, 1, 895, 4), +(30, 1, 940, 4), +(42, 1, 927, 4), +(44, 1, 35, 4), +(47, 1, 63, 4), +(51, 1, 60, 4), +(67, 1, 17, 4), +(68, 1, 941, 4), +(16, 1, 19, 5), +(18, 1, 32, 5), +(30, 1, 895, 5), +(37, 1, 23, 5), +(37, 1, 24, 5), +(42, 1, 894, 5), +(44, 1, 20, 5), +(44, 1, 45, 5), +(47, 1, 35, 5), +(52, 1, 60, 5), +(17, 1, 19, 6), +(31, 1, 895, 6), +(37, 1, 32, 6), +(53, 1, 60, 6), +(18, 1, 19, 7), +(42, 1, 32, 7), +(42, 1, 895, 7), +(54, 1, 60, 7), +(55, 1, 60, 8), +(68, 1, 895, 8), +(56, 1, 60, 9), +(57, 1, 60, 10), +(59, 1, 60, 11), +(60, 1, 60, 12), +(61, 1, 60, 13), +(62, 1, 60, 14), +(63, 1, 60, 15), +(64, 1, 60, 16), +(65, 1, 60, 17), +(66, 1, 60, 18); DROP TABLE IF EXISTS `ps_hook_module_exceptions`; CREATE TABLE `ps_hook_module_exceptions` ( @@ -8295,8 +7127,8 @@ CREATE TABLE `ps_lang` ( INSERT INTO `ps_lang` (`id_lang`, `name`, `active`, `iso_code`, `language_code`, `locale`, `date_format_lite`, `date_format_full`, `is_rtl`) VALUES (1, 'English (English)', 1, 'en', 'en-us', 'en-US', 'm/d/Y', 'm/d/Y H:i:s', 0), -(2, 'Nederlands (Dutch)', 1, 'nl', 'nl-nl', 'nl-NL', 'd-m-Y', 'd-m-Y H:i:s', 0), -(3, 'Deutsch (German)', 1, 'de', 'de-de', 'de-DE', 'd.m.Y', 'd.m.Y H:i:s', 0); +(2, 'Deutsch (German)', 1, 'de', 'de-de', 'de-DE', 'd.m.Y', 'd.m.Y H:i:s', 0), +(3, 'Nederlands (Dutch)', 1, 'nl', 'nl-nl', 'nl-NL', 'd-m-Y', 'd-m-Y H:i:s', 0); DROP TABLE IF EXISTS `ps_lang_shop`; CREATE TABLE `ps_lang_shop` ( @@ -8316,9 +7148,10 @@ DROP TABLE IF EXISTS `ps_layered_category`; CREATE TABLE `ps_layered_category` ( `id_layered_category` int(10) unsigned NOT NULL AUTO_INCREMENT, `id_shop` int(11) unsigned NOT NULL, + `controller` varchar(64) NOT NULL, `id_category` int(10) unsigned NOT NULL, `id_value` int(10) unsigned DEFAULT '0', - `type` enum('category','id_feature','id_attribute_group','quantity','condition','manufacturer','weight','price') NOT NULL, + `type` enum('category','id_feature','id_attribute_group','availability','condition','manufacturer','weight','price') NOT NULL, `position` int(10) unsigned NOT NULL, `filter_type` int(10) unsigned NOT NULL DEFAULT '0', `filter_show_limit` int(10) unsigned NOT NULL DEFAULT '0', @@ -8327,103 +7160,103 @@ CREATE TABLE `ps_layered_category` ( KEY `id_category` (`id_category`,`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -INSERT INTO `ps_layered_category` (`id_layered_category`, `id_shop`, `id_category`, `id_value`, `type`, `position`, `filter_type`, `filter_show_limit`) VALUES -(1, 1, 2, NULL, 'category', 1, 0, 0), -(2, 1, 2, 2, 'id_attribute_group', 2, 0, 0), -(3, 1, 2, 3, 'id_attribute_group', 3, 0, 0), -(4, 1, 2, 1, 'id_feature', 4, 0, 0), -(5, 1, 2, NULL, 'quantity', 5, 0, 0), -(6, 1, 2, NULL, 'manufacturer', 6, 0, 0), -(7, 1, 2, NULL, 'condition', 7, 0, 0), -(8, 1, 2, NULL, 'weight', 8, 0, 0), -(9, 1, 2, NULL, 'price', 9, 0, 0), -(10, 1, 2, 4, 'id_attribute_group', 10, 0, 0), -(11, 1, 2, 5, 'id_attribute_group', 11, 0, 0), -(12, 1, 2, 2, 'id_feature', 12, 0, 0), -(13, 1, 3, NULL, 'category', 1, 0, 0), -(14, 1, 3, 2, 'id_attribute_group', 2, 0, 0), -(15, 1, 3, 3, 'id_attribute_group', 3, 0, 0), -(16, 1, 3, 1, 'id_feature', 4, 0, 0), -(17, 1, 3, NULL, 'quantity', 5, 0, 0), -(18, 1, 3, NULL, 'manufacturer', 6, 0, 0), -(19, 1, 3, NULL, 'condition', 7, 0, 0), -(20, 1, 3, NULL, 'weight', 8, 0, 0), -(21, 1, 3, NULL, 'price', 9, 0, 0), -(22, 1, 3, 4, 'id_attribute_group', 10, 0, 0), -(23, 1, 3, 5, 'id_attribute_group', 11, 0, 0), -(24, 1, 3, 2, 'id_feature', 12, 0, 0), -(25, 1, 4, NULL, 'category', 1, 0, 0), -(26, 1, 4, 2, 'id_attribute_group', 2, 0, 0), -(27, 1, 4, 3, 'id_attribute_group', 3, 0, 0), -(28, 1, 4, 1, 'id_feature', 4, 0, 0), -(29, 1, 4, NULL, 'quantity', 5, 0, 0), -(30, 1, 4, NULL, 'manufacturer', 6, 0, 0), -(31, 1, 4, NULL, 'condition', 7, 0, 0), -(32, 1, 4, NULL, 'weight', 8, 0, 0), -(33, 1, 4, NULL, 'price', 9, 0, 0), -(34, 1, 4, 4, 'id_attribute_group', 10, 0, 0), -(35, 1, 4, 5, 'id_attribute_group', 11, 0, 0), -(36, 1, 4, 2, 'id_feature', 12, 0, 0), -(37, 1, 5, NULL, 'category', 1, 0, 0), -(38, 1, 5, 2, 'id_attribute_group', 2, 0, 0), -(39, 1, 5, 3, 'id_attribute_group', 3, 0, 0), -(40, 1, 5, 1, 'id_feature', 4, 0, 0), -(41, 1, 5, NULL, 'quantity', 5, 0, 0), -(42, 1, 5, NULL, 'manufacturer', 6, 0, 0), -(43, 1, 5, NULL, 'condition', 7, 0, 0), -(44, 1, 5, NULL, 'weight', 8, 0, 0), -(45, 1, 5, NULL, 'price', 9, 0, 0), -(46, 1, 5, 4, 'id_attribute_group', 10, 0, 0), -(47, 1, 5, 5, 'id_attribute_group', 11, 0, 0), -(48, 1, 5, 2, 'id_feature', 12, 0, 0), -(49, 1, 9, NULL, 'category', 1, 0, 0), -(50, 1, 9, 2, 'id_attribute_group', 2, 0, 0), -(51, 1, 9, 3, 'id_attribute_group', 3, 0, 0), -(52, 1, 9, 1, 'id_feature', 4, 0, 0), -(53, 1, 9, NULL, 'quantity', 5, 0, 0), -(54, 1, 9, NULL, 'manufacturer', 6, 0, 0), -(55, 1, 9, NULL, 'condition', 7, 0, 0), -(56, 1, 9, NULL, 'weight', 8, 0, 0), -(57, 1, 9, NULL, 'price', 9, 0, 0), -(58, 1, 9, 4, 'id_attribute_group', 10, 0, 0), -(59, 1, 9, 5, 'id_attribute_group', 11, 0, 0), -(60, 1, 9, 2, 'id_feature', 12, 0, 0), -(61, 1, 6, NULL, 'category', 1, 0, 0), -(62, 1, 6, 2, 'id_attribute_group', 2, 0, 0), -(63, 1, 6, 3, 'id_attribute_group', 3, 0, 0), -(64, 1, 6, 1, 'id_feature', 4, 0, 0), -(65, 1, 6, NULL, 'quantity', 5, 0, 0), -(66, 1, 6, NULL, 'manufacturer', 6, 0, 0), -(67, 1, 6, NULL, 'condition', 7, 0, 0), -(68, 1, 6, NULL, 'weight', 8, 0, 0), -(69, 1, 6, NULL, 'price', 9, 0, 0), -(70, 1, 6, 4, 'id_attribute_group', 10, 0, 0), -(71, 1, 6, 5, 'id_attribute_group', 11, 0, 0), -(72, 1, 6, 2, 'id_feature', 12, 0, 0), -(73, 1, 8, NULL, 'category', 1, 0, 0), -(74, 1, 8, 2, 'id_attribute_group', 2, 0, 0), -(75, 1, 8, 3, 'id_attribute_group', 3, 0, 0), -(76, 1, 8, 1, 'id_feature', 4, 0, 0), -(77, 1, 8, NULL, 'quantity', 5, 0, 0), -(78, 1, 8, NULL, 'manufacturer', 6, 0, 0), -(79, 1, 8, NULL, 'condition', 7, 0, 0), -(80, 1, 8, NULL, 'weight', 8, 0, 0), -(81, 1, 8, NULL, 'price', 9, 0, 0), -(82, 1, 8, 4, 'id_attribute_group', 10, 0, 0), -(83, 1, 8, 5, 'id_attribute_group', 11, 0, 0), -(84, 1, 8, 2, 'id_feature', 12, 0, 0), -(85, 1, 7, NULL, 'category', 1, 0, 0), -(86, 1, 7, 2, 'id_attribute_group', 2, 0, 0), -(87, 1, 7, 3, 'id_attribute_group', 3, 0, 0), -(88, 1, 7, 1, 'id_feature', 4, 0, 0), -(89, 1, 7, NULL, 'quantity', 5, 0, 0), -(90, 1, 7, NULL, 'manufacturer', 6, 0, 0), -(91, 1, 7, NULL, 'condition', 7, 0, 0), -(92, 1, 7, NULL, 'weight', 8, 0, 0), -(93, 1, 7, NULL, 'price', 9, 0, 0), -(94, 1, 7, 4, 'id_attribute_group', 10, 0, 0), -(95, 1, 7, 5, 'id_attribute_group', 11, 0, 0), -(96, 1, 7, 2, 'id_feature', 12, 0, 0); +INSERT INTO `ps_layered_category` (`id_layered_category`, `id_shop`, `controller`, `id_category`, `id_value`, `type`, `position`, `filter_type`, `filter_show_limit`) VALUES +(1, 1, 'category', 2, NULL, 'category', 1, 0, 0), +(2, 1, 'category', 2, 1, 'id_attribute_group', 2, 0, 0), +(3, 1, 'category', 2, 2, 'id_attribute_group', 3, 0, 0), +(4, 1, 'category', 2, 1, 'id_feature', 4, 0, 0), +(5, 1, 'category', 2, 2, 'id_feature', 5, 0, 0), +(6, 1, 'category', 2, NULL, 'availability', 6, 0, 0), +(7, 1, 'category', 2, NULL, 'manufacturer', 7, 0, 0), +(8, 1, 'category', 2, NULL, 'condition', 8, 0, 0), +(9, 1, 'category', 2, NULL, 'weight', 9, 0, 0), +(10, 1, 'category', 2, NULL, 'price', 10, 0, 0), +(11, 1, 'category', 2, 3, 'id_attribute_group', 11, 0, 0), +(12, 1, 'category', 2, 4, 'id_attribute_group', 12, 0, 0), +(13, 1, 'category', 3, NULL, 'category', 1, 0, 0), +(14, 1, 'category', 3, 1, 'id_attribute_group', 2, 0, 0), +(15, 1, 'category', 3, 2, 'id_attribute_group', 3, 0, 0), +(16, 1, 'category', 3, 1, 'id_feature', 4, 0, 0), +(17, 1, 'category', 3, 2, 'id_feature', 5, 0, 0), +(18, 1, 'category', 3, NULL, 'availability', 6, 0, 0), +(19, 1, 'category', 3, NULL, 'manufacturer', 7, 0, 0), +(20, 1, 'category', 3, NULL, 'condition', 8, 0, 0), +(21, 1, 'category', 3, NULL, 'weight', 9, 0, 0), +(22, 1, 'category', 3, NULL, 'price', 10, 0, 0), +(23, 1, 'category', 3, 3, 'id_attribute_group', 11, 0, 0), +(24, 1, 'category', 3, 4, 'id_attribute_group', 12, 0, 0), +(25, 1, 'category', 4, NULL, 'category', 1, 0, 0), +(26, 1, 'category', 4, 1, 'id_attribute_group', 2, 0, 0), +(27, 1, 'category', 4, 2, 'id_attribute_group', 3, 0, 0), +(28, 1, 'category', 4, 1, 'id_feature', 4, 0, 0), +(29, 1, 'category', 4, 2, 'id_feature', 5, 0, 0), +(30, 1, 'category', 4, NULL, 'availability', 6, 0, 0), +(31, 1, 'category', 4, NULL, 'manufacturer', 7, 0, 0), +(32, 1, 'category', 4, NULL, 'condition', 8, 0, 0), +(33, 1, 'category', 4, NULL, 'weight', 9, 0, 0), +(34, 1, 'category', 4, NULL, 'price', 10, 0, 0), +(35, 1, 'category', 4, 3, 'id_attribute_group', 11, 0, 0), +(36, 1, 'category', 4, 4, 'id_attribute_group', 12, 0, 0), +(37, 1, 'category', 5, NULL, 'category', 1, 0, 0), +(38, 1, 'category', 5, 1, 'id_attribute_group', 2, 0, 0), +(39, 1, 'category', 5, 2, 'id_attribute_group', 3, 0, 0), +(40, 1, 'category', 5, 1, 'id_feature', 4, 0, 0), +(41, 1, 'category', 5, 2, 'id_feature', 5, 0, 0), +(42, 1, 'category', 5, NULL, 'availability', 6, 0, 0), +(43, 1, 'category', 5, NULL, 'manufacturer', 7, 0, 0), +(44, 1, 'category', 5, NULL, 'condition', 8, 0, 0), +(45, 1, 'category', 5, NULL, 'weight', 9, 0, 0), +(46, 1, 'category', 5, NULL, 'price', 10, 0, 0), +(47, 1, 'category', 5, 3, 'id_attribute_group', 11, 0, 0), +(48, 1, 'category', 5, 4, 'id_attribute_group', 12, 0, 0), +(49, 1, 'category', 9, NULL, 'category', 1, 0, 0), +(50, 1, 'category', 9, 1, 'id_attribute_group', 2, 0, 0), +(51, 1, 'category', 9, 2, 'id_attribute_group', 3, 0, 0), +(52, 1, 'category', 9, 1, 'id_feature', 4, 0, 0), +(53, 1, 'category', 9, 2, 'id_feature', 5, 0, 0), +(54, 1, 'category', 9, NULL, 'availability', 6, 0, 0), +(55, 1, 'category', 9, NULL, 'manufacturer', 7, 0, 0), +(56, 1, 'category', 9, NULL, 'condition', 8, 0, 0), +(57, 1, 'category', 9, NULL, 'weight', 9, 0, 0), +(58, 1, 'category', 9, NULL, 'price', 10, 0, 0), +(59, 1, 'category', 9, 3, 'id_attribute_group', 11, 0, 0), +(60, 1, 'category', 9, 4, 'id_attribute_group', 12, 0, 0), +(61, 1, 'category', 6, NULL, 'category', 1, 0, 0), +(62, 1, 'category', 6, 1, 'id_attribute_group', 2, 0, 0), +(63, 1, 'category', 6, 2, 'id_attribute_group', 3, 0, 0), +(64, 1, 'category', 6, 1, 'id_feature', 4, 0, 0), +(65, 1, 'category', 6, 2, 'id_feature', 5, 0, 0), +(66, 1, 'category', 6, NULL, 'availability', 6, 0, 0), +(67, 1, 'category', 6, NULL, 'manufacturer', 7, 0, 0), +(68, 1, 'category', 6, NULL, 'condition', 8, 0, 0), +(69, 1, 'category', 6, NULL, 'weight', 9, 0, 0), +(70, 1, 'category', 6, NULL, 'price', 10, 0, 0), +(71, 1, 'category', 6, 3, 'id_attribute_group', 11, 0, 0), +(72, 1, 'category', 6, 4, 'id_attribute_group', 12, 0, 0), +(73, 1, 'category', 8, NULL, 'category', 1, 0, 0), +(74, 1, 'category', 8, 1, 'id_attribute_group', 2, 0, 0), +(75, 1, 'category', 8, 2, 'id_attribute_group', 3, 0, 0), +(76, 1, 'category', 8, 1, 'id_feature', 4, 0, 0), +(77, 1, 'category', 8, 2, 'id_feature', 5, 0, 0), +(78, 1, 'category', 8, NULL, 'availability', 6, 0, 0), +(79, 1, 'category', 8, NULL, 'manufacturer', 7, 0, 0), +(80, 1, 'category', 8, NULL, 'condition', 8, 0, 0), +(81, 1, 'category', 8, NULL, 'weight', 9, 0, 0), +(82, 1, 'category', 8, NULL, 'price', 10, 0, 0), +(83, 1, 'category', 8, 3, 'id_attribute_group', 11, 0, 0), +(84, 1, 'category', 8, 4, 'id_attribute_group', 12, 0, 0), +(85, 1, 'category', 7, NULL, 'category', 1, 0, 0), +(86, 1, 'category', 7, 1, 'id_attribute_group', 2, 0, 0), +(87, 1, 'category', 7, 2, 'id_attribute_group', 3, 0, 0), +(88, 1, 'category', 7, 1, 'id_feature', 4, 0, 0), +(89, 1, 'category', 7, 2, 'id_feature', 5, 0, 0), +(90, 1, 'category', 7, NULL, 'availability', 6, 0, 0), +(91, 1, 'category', 7, NULL, 'manufacturer', 7, 0, 0), +(92, 1, 'category', 7, NULL, 'condition', 8, 0, 0), +(93, 1, 'category', 7, NULL, 'weight', 9, 0, 0), +(94, 1, 'category', 7, NULL, 'price', 10, 0, 0), +(95, 1, 'category', 7, 3, 'id_attribute_group', 11, 0, 0), +(96, 1, 'category', 7, 4, 'id_attribute_group', 12, 0, 0); DROP TABLE IF EXISTS `ps_layered_filter`; CREATE TABLE `ps_layered_filter` ( @@ -8436,7 +7269,7 @@ CREATE TABLE `ps_layered_filter` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_layered_filter` (`id_layered_filter`, `name`, `filters`, `n_categories`, `date_add`) VALUES -(1, 'My template 2023-08-28', 'a:14:{s:10:\"categories\";a:8:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;i:4;i:9;i:5;i:6;i:6;i:8;i:7;i:7;}s:9:\"shop_list\";a:1:{i:1;i:1;}s:31:\"layered_selection_subcategories\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_3\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:23:\"layered_selection_stock\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_manufacturer\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:27:\"layered_selection_condition\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:31:\"layered_selection_weight_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_price_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_4\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_5\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}}', 8, '2023-08-28 11:28:06'); +(1, 'My template 2024-01-23', 'a:15:{s:10:\"categories\";a:8:{i:0;i:2;i:1;i:3;i:2;i:4;i:3;i:5;i:4;i:9;i:5;i:6;i:6;i:8;i:7;i:7;}s:11:\"controllers\";a:1:{i:0;s:8:\"category\";}s:9:\"shop_list\";a:1:{i:1;i:1;}s:31:\"layered_selection_subcategories\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_1\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:24:\"layered_selection_feat_2\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:23:\"layered_selection_stock\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_manufacturer\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:27:\"layered_selection_condition\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:31:\"layered_selection_weight_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:30:\"layered_selection_price_slider\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_3\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}s:22:\"layered_selection_ag_4\";a:2:{s:11:\"filter_type\";i:0;s:17:\"filter_show_limit\";i:0;}}', 8, '2024-01-23 08:45:41'); DROP TABLE IF EXISTS `ps_layered_filter_block`; CREATE TABLE `ps_layered_filter_block` ( @@ -8468,8 +7301,7 @@ INSERT INTO `ps_layered_indexable_attribute_group` (`id_attribute_group`, `index (1, 0), (2, 0), (3, 0), -(4, 0), -(5, 0); +(4, 0); DROP TABLE IF EXISTS `ps_layered_indexable_attribute_group_lang_value`; CREATE TABLE `ps_layered_indexable_attribute_group_lang_value` ( @@ -8500,8 +7332,7 @@ CREATE TABLE `ps_layered_indexable_feature` ( INSERT INTO `ps_layered_indexable_feature` (`id_feature`, `indexable`) VALUES (1, 0), -(2, 0), -(3, 0); +(2, 0); DROP TABLE IF EXISTS `ps_layered_indexable_feature_lang_value`; CREATE TABLE `ps_layered_indexable_feature_lang_value` ( @@ -8541,119 +7372,117 @@ INSERT INTO `ps_layered_price_index` (`id_product`, `id_currency`, `id_shop`, `p (1, 1, 1, 19.120000, 23.900000, 8), (1, 1, 1, 19.120000, 23.900000, 17), (1, 1, 1, 19.120000, 23.900000, 21), -(1, 2, 1, 20.644170, 25.805212, 8), -(1, 2, 1, 20.644170, 25.805212, 17), -(1, 2, 1, 20.644170, 25.805212, 21), +(1, 2, 1, 20.807512, 26.009390, 8), +(1, 2, 1, 20.807512, 26.009390, 17), +(1, 2, 1, 20.807512, 26.009390, 21), (2, 1, 1, 28.720000, 35.900000, 8), (2, 1, 1, 28.720000, 35.900000, 17), (2, 1, 1, 28.720000, 35.900000, 21), -(2, 2, 1, 31.009444, 38.761804, 8), -(2, 2, 1, 31.009444, 38.761804, 17), -(2, 2, 1, 31.009444, 38.761804, 21), +(2, 2, 1, 31.254798, 39.068498, 8), +(2, 2, 1, 31.254798, 39.068498, 17), +(2, 2, 1, 31.254798, 39.068498, 21), (3, 1, 1, 29.000000, 29.000000, 8), (3, 1, 1, 29.000000, 29.000000, 17), (3, 1, 1, 29.000000, 29.000000, 21), -(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, 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), +(3, 2, 1, 31.559511, 31.559511, 8), +(3, 2, 1, 31.559511, 31.559511, 17), +(3, 2, 1, 31.559511, 31.559511, 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.559511, 31.559511, 8), +(4, 2, 1, 31.559511, 31.559511, 17), +(4, 2, 1, 31.559511, 31.559511, 21), (5, 1, 1, 29.000000, 29.000000, 8), (5, 1, 1, 29.000000, 29.000000, 17), (5, 1, 1, 29.000000, 29.000000, 21), -(5, 2, 1, 31.311764, 31.311764, 8), -(5, 2, 1, 31.311764, 31.311764, 17), -(5, 2, 1, 31.311764, 31.311764, 21), +(5, 2, 1, 31.559511, 31.559511, 8), +(5, 2, 1, 31.559511, 31.559511, 17), +(5, 2, 1, 31.559511, 31.559511, 21), (6, 1, 1, 11.900000, 11.900000, 8), (6, 1, 1, 11.900000, 11.900000, 17), (6, 1, 1, 11.900000, 11.900000, 21), -(6, 2, 1, 12.848620, 12.848620, 8), -(6, 2, 1, 12.848620, 12.848620, 17), -(6, 2, 1, 12.848620, 12.848620, 21), +(6, 2, 1, 12.950282, 12.950282, 8), +(6, 2, 1, 12.950282, 12.950282, 17), +(6, 2, 1, 12.950282, 12.950282, 21), (7, 1, 1, 11.900000, 11.900000, 8), (7, 1, 1, 11.900000, 11.900000, 17), (7, 1, 1, 11.900000, 11.900000, 21), -(7, 2, 1, 12.848620, 12.848620, 8), -(7, 2, 1, 12.848620, 12.848620, 17), -(7, 2, 1, 12.848620, 12.848620, 21), +(7, 2, 1, 12.950282, 12.950282, 8), +(7, 2, 1, 12.950282, 12.950282, 17), +(7, 2, 1, 12.950282, 12.950282, 21), (8, 1, 1, 11.900000, 11.900000, 8), (8, 1, 1, 11.900000, 11.900000, 17), (8, 1, 1, 11.900000, 11.900000, 21), -(8, 2, 1, 12.848620, 12.848620, 8), -(8, 2, 1, 12.848620, 12.848620, 17), -(8, 2, 1, 12.848620, 12.848620, 21), +(8, 2, 1, 12.950282, 12.950282, 8), +(8, 2, 1, 12.950282, 12.950282, 17), +(8, 2, 1, 12.950282, 12.950282, 21), (9, 1, 1, 18.900000, 18.900000, 8), (9, 1, 1, 18.900000, 18.900000, 17), (9, 1, 1, 18.900000, 18.900000, 21), -(9, 2, 1, 20.406632, 20.406632, 8), -(9, 2, 1, 20.406632, 20.406632, 17), -(9, 2, 1, 20.406632, 20.406632, 21), +(9, 2, 1, 20.568095, 20.568095, 8), +(9, 2, 1, 20.568095, 20.568095, 17), +(9, 2, 1, 20.568095, 20.568095, 21), (10, 1, 1, 18.900000, 18.900000, 8), (10, 1, 1, 18.900000, 18.900000, 17), (10, 1, 1, 18.900000, 18.900000, 21), -(10, 2, 1, 20.406632, 20.406632, 8), -(10, 2, 1, 20.406632, 20.406632, 17), -(10, 2, 1, 20.406632, 20.406632, 21), +(10, 2, 1, 20.568095, 20.568095, 8), +(10, 2, 1, 20.568095, 20.568095, 17), +(10, 2, 1, 20.568095, 20.568095, 21), (11, 1, 1, 18.900000, 18.900000, 8), (11, 1, 1, 18.900000, 18.900000, 17), (11, 1, 1, 18.900000, 18.900000, 21), -(11, 2, 1, 20.406632, 20.406632, 8), -(11, 2, 1, 20.406632, 20.406632, 17), -(11, 2, 1, 20.406632, 20.406632, 21), +(11, 2, 1, 20.568095, 20.568095, 8), +(11, 2, 1, 20.568095, 20.568095, 17), +(11, 2, 1, 20.568095, 20.568095, 21), (12, 1, 1, 9.000000, 9.000000, 8), (12, 1, 1, 9.000000, 9.000000, 17), (12, 1, 1, 9.000000, 9.000000, 21), -(12, 2, 1, 9.717444, 9.717444, 8), -(12, 2, 1, 9.717444, 9.717444, 17), -(12, 2, 1, 9.717444, 9.717444, 21), +(12, 2, 1, 9.794331, 9.794331, 8), +(12, 2, 1, 9.794331, 9.794331, 17), +(12, 2, 1, 9.794331, 9.794331, 21), (13, 1, 1, 9.000000, 9.000000, 8), (13, 1, 1, 9.000000, 9.000000, 17), (13, 1, 1, 9.000000, 9.000000, 21), -(13, 2, 1, 9.717444, 9.717444, 8), -(13, 2, 1, 9.717444, 9.717444, 17), -(13, 2, 1, 9.717444, 9.717444, 21), +(13, 2, 1, 9.794331, 9.794331, 8), +(13, 2, 1, 9.794331, 9.794331, 17), +(13, 2, 1, 9.794331, 9.794331, 21), (14, 1, 1, 9.000000, 9.000000, 8), (14, 1, 1, 9.000000, 9.000000, 17), (14, 1, 1, 9.000000, 9.000000, 21), -(14, 2, 1, 9.717444, 9.717444, 8), -(14, 2, 1, 9.717444, 9.717444, 17), -(14, 2, 1, 9.717444, 9.717444, 21), +(14, 2, 1, 9.794331, 9.794331, 8), +(14, 2, 1, 9.794331, 9.794331, 17), +(14, 2, 1, 9.794331, 9.794331, 21), (15, 1, 1, 35.000000, 35.000000, 8), (15, 1, 1, 35.000000, 35.000000, 17), (15, 1, 1, 35.000000, 35.000000, 21), -(15, 2, 1, 37.790060, 37.790060, 8), -(15, 2, 1, 37.790060, 37.790060, 17), -(15, 2, 1, 37.790060, 37.790060, 21), +(15, 2, 1, 38.089065, 38.089065, 8), +(15, 2, 1, 38.089065, 38.089065, 17), +(15, 2, 1, 38.089065, 38.089065, 21), (16, 1, 1, 12.900000, 12.900000, 8), (16, 1, 1, 12.900000, 12.900000, 17), (16, 1, 1, 12.900000, 12.900000, 21), -(16, 2, 1, 13.928336, 13.928336, 8), -(16, 2, 1, 13.928336, 13.928336, 17), -(16, 2, 1, 13.928336, 13.928336, 21), +(16, 2, 1, 14.038541, 14.038541, 8), +(16, 2, 1, 14.038541, 14.038541, 17), +(16, 2, 1, 14.038541, 14.038541, 21), (17, 1, 1, 12.900000, 12.900000, 8), (17, 1, 1, 12.900000, 12.900000, 17), (17, 1, 1, 12.900000, 12.900000, 21), -(17, 2, 1, 13.928336, 13.928336, 8), -(17, 2, 1, 13.928336, 13.928336, 17), -(17, 2, 1, 13.928336, 13.928336, 21), +(17, 2, 1, 14.038541, 14.038541, 8), +(17, 2, 1, 14.038541, 14.038541, 17), +(17, 2, 1, 14.038541, 14.038541, 21), (18, 1, 1, 12.900000, 12.900000, 8), (18, 1, 1, 12.900000, 12.900000, 17), (18, 1, 1, 12.900000, 12.900000, 21), -(18, 2, 1, 13.928336, 13.928336, 8), -(18, 2, 1, 13.928336, 13.928336, 17), -(18, 2, 1, 13.928336, 13.928336, 21), +(18, 2, 1, 14.038541, 14.038541, 8), +(18, 2, 1, 14.038541, 14.038541, 17), +(18, 2, 1, 14.038541, 14.038541, 21), (19, 1, 1, 13.900000, 13.900000, 8), (19, 1, 1, 13.900000, 13.900000, 17), (19, 1, 1, 13.900000, 13.900000, 21), -(19, 2, 1, 15.008052, 15.008052, 8), -(19, 2, 1, 15.008052, 15.008052, 17), -(19, 2, 1, 15.008052, 15.008052, 21); +(19, 2, 1, 15.126800, 15.126800, 8), +(19, 2, 1, 15.126800, 15.126800, 17), +(19, 2, 1, 15.126800, 15.126800, 21); DROP TABLE IF EXISTS `ps_layered_product_attribute`; CREATE TABLE `ps_layered_product_attribute` ( @@ -8666,43 +7495,43 @@ CREATE TABLE `ps_layered_product_attribute` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_layered_product_attribute` (`id_attribute`, `id_product`, `id_attribute_group`, `id_shop`) VALUES -(6, 1, 2, 1), -(6, 2, 2, 1), -(7, 1, 2, 1), -(7, 2, 2, 1), +(1, 1, 1, 1), +(1, 2, 1, 1), +(2, 1, 1, 1), +(2, 2, 1, 1), +(3, 1, 1, 1), +(3, 2, 1, 1), +(4, 1, 1, 1), +(4, 2, 1, 1), (8, 1, 2, 1), -(8, 2, 2, 1), -(9, 1, 2, 1), -(9, 2, 2, 1), -(13, 1, 3, 1), -(13, 9, 3, 1), -(13, 10, 3, 1), -(13, 11, 3, 1), -(16, 1, 3, 1), -(16, 9, 3, 1), -(16, 10, 3, 1), -(16, 11, 3, 1), -(24, 3, 4, 1), -(24, 4, 4, 1), -(24, 5, 4, 1), -(25, 3, 4, 1), -(25, 4, 4, 1), -(25, 5, 4, 1), -(26, 3, 4, 1), -(26, 4, 4, 1), -(26, 5, 4, 1), -(27, 16, 5, 1), -(27, 17, 5, 1), -(27, 18, 5, 1), -(28, 16, 5, 1), -(28, 17, 5, 1), -(28, 18, 5, 1), -(29, 16, 5, 1), -(29, 17, 5, 1), -(29, 18, 5, 1), -(30, 16, 5, 1), -(30, 17, 5, 1), -(30, 18, 5, 1); +(8, 9, 2, 1), +(8, 10, 2, 1), +(8, 11, 2, 1), +(11, 1, 2, 1), +(11, 9, 2, 1), +(11, 10, 2, 1), +(11, 11, 2, 1), +(19, 3, 3, 1), +(19, 4, 3, 1), +(19, 5, 3, 1), +(20, 3, 3, 1), +(20, 4, 3, 1), +(20, 5, 3, 1), +(21, 3, 3, 1), +(21, 4, 3, 1), +(21, 5, 3, 1), +(22, 16, 4, 1), +(22, 17, 4, 1), +(22, 18, 4, 1), +(23, 16, 4, 1), +(23, 17, 4, 1), +(23, 18, 4, 1), +(24, 16, 4, 1), +(24, 17, 4, 1), +(24, 18, 4, 1), +(25, 16, 4, 1), +(25, 17, 4, 1), +(25, 18, 4, 1); DROP TABLE IF EXISTS `ps_linksmenutop`; CREATE TABLE `ps_linksmenutop` ( @@ -8711,7 +7540,7 @@ CREATE TABLE `ps_linksmenutop` ( `new_window` tinyint(1) NOT NULL, PRIMARY KEY (`id_linksmenutop`), KEY `id_shop` (`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; DROP TABLE IF EXISTS `ps_linksmenutop_lang`; @@ -8722,7 +7551,7 @@ CREATE TABLE `ps_linksmenutop_lang` ( `label` varchar(128) NOT NULL, `link` varchar(128) NOT NULL, KEY `id_linksmenutop` (`id_linksmenutop`,`id_lang`,`id_shop`) -) ENGINE=InnoDB DEFAULT CHARSET=utf8; +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; DROP TABLE IF EXISTS `ps_link_block`; @@ -8735,8 +7564,8 @@ CREATE TABLE `ps_link_block` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_link_block` (`id_link_block`, `id_hook`, `position`, `content`) VALUES -(1, 42, 0, '{\"cms\":[false],\"product\":[\"prices-drop\",\"new-products\",\"best-sales\"],\"static\":[false]}'), -(2, 42, 1, '{\"cms\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"product\":[false],\"static\":[\"contact\",\"sitemap\",\"stores\"]}'); +(1, 45, 0, '{\"cms\":[false],\"product\":[\"prices-drop\",\"new-products\",\"best-sales\"],\"static\":[false]}'), +(2, 45, 1, '{\"cms\":[\"1\",\"2\",\"3\",\"4\",\"5\"],\"product\":[false],\"static\":[\"contact\",\"sitemap\",\"stores\"]}'); DROP TABLE IF EXISTS `ps_link_block_lang`; CREATE TABLE `ps_link_block_lang` ( @@ -8749,11 +7578,11 @@ CREATE TABLE `ps_link_block_lang` ( INSERT INTO `ps_link_block_lang` (`id_link_block`, `id_lang`, `name`, `custom_content`) VALUES (1, 1, 'Products', NULL), -(1, 2, 'Producten', NULL), -(1, 3, 'Artikel', NULL), +(1, 2, 'Artikel', NULL), +(1, 3, 'Producten', NULL), (2, 1, 'Our company', NULL), -(2, 2, 'Ons bedrijf', NULL), -(2, 3, 'Unternehmen', NULL); +(2, 2, 'Unternehmen', NULL), +(2, 3, 'Ons bedrijf', NULL); DROP TABLE IF EXISTS `ps_link_block_shop`; CREATE TABLE `ps_link_block_shop` ( @@ -8786,993 +7615,487 @@ CREATE TABLE `ps_log` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_log` (`id_log`, `severity`, `error_code`, `message`, `object_type`, `object_id`, `id_shop`, `id_shop_group`, `id_lang`, `in_all_shops`, `id_employee`, `date_add`, `date_upd`) VALUES -(1, 1, 0, 'Exporting mail with theme modern for language English (English)', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:12', '2023-08-28 13:26:12'), -(2, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:12', '2023-08-28 13:26:12'), -(3, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:12', '2023-08-28 13:26:12'), -(4, 1, 0, 'Generate html template account at /var/www/html/mails/en/account.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(5, 1, 0, 'Generate txt template account at /var/www/html/mails/en/account.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(6, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/en/backoffice_order.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(7, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/en/backoffice_order.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(8, 1, 0, 'Generate html template bankwire at /var/www/html/mails/en/bankwire.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(9, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/en/bankwire.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(10, 1, 0, 'Generate html template cheque at /var/www/html/mails/en/cheque.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(11, 1, 0, 'Generate txt template cheque at /var/www/html/mails/en/cheque.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(12, 1, 0, 'Generate html template contact at /var/www/html/mails/en/contact.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(13, 1, 0, 'Generate txt template contact at /var/www/html/mails/en/contact.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(14, 1, 0, 'Generate html template contact_form at /var/www/html/mails/en/contact_form.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(15, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/en/contact_form.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(16, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/en/credit_slip.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(17, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/en/credit_slip.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(18, 1, 0, 'Generate html template download_product at /var/www/html/mails/en/download_product.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(19, 1, 0, 'Generate txt template download_product at /var/www/html/mails/en/download_product.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(20, 1, 0, 'Generate html template employee_password at /var/www/html/mails/en/employee_password.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(21, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/en/employee_password.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(22, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/en/forward_msg.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(23, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/en/forward_msg.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(24, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/en/guest_to_customer.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(25, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/en/guest_to_customer.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(26, 1, 0, 'Generate html template import at /var/www/html/mails/en/import.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(27, 1, 0, 'Generate txt template import at /var/www/html/mails/en/import.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:13', '2023-08-28 13:26:13'), -(28, 1, 0, 'Generate html template in_transit at /var/www/html/mails/en/in_transit.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(29, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/en/in_transit.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(30, 1, 0, 'Generate html template log_alert at /var/www/html/mails/en/log_alert.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(31, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/en/log_alert.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(32, 1, 0, 'Generate html template newsletter at /var/www/html/mails/en/newsletter.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(33, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/en/newsletter.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(34, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/en/order_canceled.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(35, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/en/order_canceled.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(36, 1, 0, 'Generate html template order_changed at /var/www/html/mails/en/order_changed.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(37, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/en/order_changed.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(38, 1, 0, 'Generate html template order_conf at /var/www/html/mails/en/order_conf.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(39, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/en/order_conf.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(40, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/en/order_customer_comment.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(41, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/en/order_customer_comment.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(42, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/en/order_merchant_comment.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(43, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/en/order_merchant_comment.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(44, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/en/order_return_state.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(45, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/en/order_return_state.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(46, 1, 0, 'Generate html template outofstock at /var/www/html/mails/en/outofstock.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(47, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/en/outofstock.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(48, 1, 0, 'Generate html template password at /var/www/html/mails/en/password.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(49, 1, 0, 'Generate txt template password at /var/www/html/mails/en/password.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(50, 1, 0, 'Generate html template password_query at /var/www/html/mails/en/password_query.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(51, 1, 0, 'Generate txt template password_query at /var/www/html/mails/en/password_query.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(52, 1, 0, 'Generate html template payment at /var/www/html/mails/en/payment.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(53, 1, 0, 'Generate txt template payment at /var/www/html/mails/en/payment.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:14', '2023-08-28 13:26:14'), -(54, 1, 0, 'Generate html template payment_error at /var/www/html/mails/en/payment_error.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(55, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/en/payment_error.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(56, 1, 0, 'Generate html template preparation at /var/www/html/mails/en/preparation.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(57, 1, 0, 'Generate txt template preparation at /var/www/html/mails/en/preparation.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(58, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/en/productoutofstock.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(59, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/en/productoutofstock.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(60, 1, 0, 'Generate html template refund at /var/www/html/mails/en/refund.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(61, 1, 0, 'Generate txt template refund at /var/www/html/mails/en/refund.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(62, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/en/reply_msg.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(63, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/en/reply_msg.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(64, 1, 0, 'Generate html template shipped at /var/www/html/mails/en/shipped.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(65, 1, 0, 'Generate txt template shipped at /var/www/html/mails/en/shipped.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(66, 1, 0, 'Generate html template test at /var/www/html/mails/en/test.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(67, 1, 0, 'Generate txt template test at /var/www/html/mails/en/test.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(68, 1, 0, 'Generate html template voucher at /var/www/html/mails/en/voucher.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(69, 1, 0, 'Generate txt template voucher at /var/www/html/mails/en/voucher.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(70, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/en/voucher_new.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(71, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/en/voucher_new.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(72, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/en/referralprogram-congratulations.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(73, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/en/referralprogram-congratulations.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(74, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/en/referralprogram-invitation.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(75, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/en/referralprogram-invitation.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(76, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/en/referralprogram-voucher.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(77, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/en/referralprogram-voucher.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(78, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/en/followup_1.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(79, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/en/followup_1.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(80, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/en/followup_2.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:15', '2023-08-28 13:26:15'), -(81, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/en/followup_2.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(82, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/en/followup_3.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(83, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/en/followup_3.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(84, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/en/followup_4.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(85, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/en/followup_4.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(86, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_conf.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(87, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_conf.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(88, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_verif.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(89, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_verif.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(90, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_voucher.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(91, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_voucher.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(92, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/en/customer_qty.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(93, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/en/customer_qty.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(94, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/en/new_order.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(95, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/en/new_order.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(96, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/en/order_changed.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(97, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/en/order_changed.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(98, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/en/productcoverage.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(99, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/en/productcoverage.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(100, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/en/productoutofstock.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(101, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/en/productoutofstock.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(102, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/en/return_slip.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(103, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/en/return_slip.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(104, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/en/followup_1.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(105, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/en/followup_1.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(106, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/en/followup_2.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:16', '2023-08-28 13:26:16'), -(107, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/en/followup_2.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(108, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/en/followup_3.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(109, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/en/followup_3.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(110, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/en/followup_4.html', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(111, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/en/followup_4.txt', '', 0, 1, NULL, 0, 0, 0, '2023-08-28 13:26:17', '2023-08-28 13:26:17'), -(112, 1, 0, 'Protect vendor folder in module ps_linklist', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(113, 1, 0, 'Module ps_linklist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(114, 1, 0, 'Protect vendor folder in module blockreassurance', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(115, 1, 0, 'Module blockreassurance has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:21', '2023-08-28 13:26:21'), -(116, 1, 0, 'Protect vendor folder in module blockwishlist', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(117, 1, 0, 'Module blockwishlist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(118, 1, 0, 'Protect vendor folder in module psgdpr', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(119, 1, 0, 'Module psgdpr has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(120, 1, 0, 'Protect vendor folder in module ps_contactinfo', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(121, 1, 0, 'Module ps_contactinfo has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(122, 1, 0, 'Protect vendor folder in module ps_languageselector', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(123, 1, 0, 'Module ps_languageselector has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(124, 1, 0, 'Protect vendor folder in module ps_currencyselector', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(125, 1, 0, 'Module ps_currencyselector has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(126, 1, 0, 'Protect vendor folder in module ps_customersignin', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(127, 1, 0, 'Module ps_customersignin has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(128, 1, 0, 'Protect vendor folder in module ps_shoppingcart', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(129, 1, 0, 'Module ps_shoppingcart has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:22', '2023-08-28 13:26:22'), -(130, 1, 0, 'Protect vendor folder in module ps_mainmenu', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(131, 1, 0, 'Module ps_mainmenu has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(132, 1, 0, 'Protect vendor folder in module ps_searchbar', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(133, 1, 0, 'Module ps_searchbar has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(134, 1, 0, 'Protect vendor folder in module ps_imageslider', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(135, 1, 0, 'Module ps_imageslider has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(136, 1, 0, 'Protect vendor folder in module ps_featuredproducts', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(137, 1, 0, 'Module ps_featuredproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(138, 1, 0, 'Protect vendor folder in module ps_banner', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(139, 1, 0, 'Module ps_banner has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(140, 1, 0, 'Protect vendor folder in module ps_customtext', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(141, 1, 0, 'Module ps_customtext has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(142, 1, 0, 'Protect vendor folder in module ps_specials', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(143, 1, 0, 'Module ps_specials has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(144, 1, 0, 'Protect vendor folder in module ps_newproducts', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(145, 1, 0, 'Module ps_newproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(146, 1, 0, 'Protect vendor folder in module ps_bestsellers', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:23', '2023-08-28 13:26:23'), -(147, 1, 0, 'Module ps_bestsellers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(148, 1, 0, 'Protect vendor folder in module ps_emailsubscription', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(149, 1, 0, 'Module ps_emailsubscription has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(150, 1, 0, 'Protect vendor folder in module ps_socialfollow', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(151, 1, 0, 'Module ps_socialfollow has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(152, 1, 0, 'Protect vendor folder in module ps_customeraccountlinks', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(153, 1, 0, 'Module ps_customeraccountlinks has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(154, 1, 0, 'Protect vendor folder in module productcomments', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(155, 1, 0, 'Module productcomments has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(156, 1, 0, 'Protect vendor folder in module ps_categorytree', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(157, 1, 0, 'Module ps_categorytree has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:24', '2023-08-28 13:26:24'), -(158, 1, 0, 'Protect vendor folder in module ps_facetedsearch', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(159, 1, 0, 'Module ps_facetedsearch has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(160, 1, 0, 'Protect vendor folder in module contactform', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(161, 1, 0, 'Module contactform has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(162, 1, 0, 'Protect vendor folder in module ps_sharebuttons', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(163, 1, 0, 'Module ps_sharebuttons has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:26:25', '2023-08-28 13:26:25'), -(164, 1, 0, 'Protect vendor folder in module statscarrier', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(165, 1, 0, 'Module statscarrier has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(166, 1, 0, 'Protect vendor folder in module ps_brandlist', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(167, 1, 0, 'Module ps_brandlist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(168, 1, 0, 'Protect vendor folder in module statsbestcategories', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(169, 1, 0, 'Module statsbestcategories has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(170, 1, 0, 'Protect vendor folder in module statssales', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(171, 1, 0, 'Module statssales has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(172, 1, 0, 'Protect vendor folder in module dashproducts', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(173, 1, 0, 'Module dashproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(174, 1, 0, 'Protect vendor folder in module ps_checkpayment', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(175, 1, 0, 'Module ps_checkpayment has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(176, 1, 0, 'Protect vendor folder in module statssearch', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(177, 1, 0, 'Module statssearch has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(178, 1, 0, 'Protect vendor folder in module statscatalog', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(179, 1, 0, 'Module statscatalog has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(180, 1, 0, 'Protect vendor folder in module ps_categoryproducts', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:56', '2023-08-28 13:27:56'), -(181, 1, 0, 'Module ps_categoryproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(182, 1, 0, 'Protect vendor folder in module statspersonalinfos', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(183, 1, 0, 'Module statspersonalinfos has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(184, 1, 0, 'Protect vendor folder in module statsforecast', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(185, 1, 0, 'Module statsforecast has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(186, 1, 0, 'Protect vendor folder in module ps_distributionapiclient', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(187, 1, 0, 'Module ps_distributionapiclient has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(188, 1, 0, 'Protect vendor folder in module statsbestvouchers', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(189, 1, 0, 'Module statsbestvouchers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(190, 1, 0, 'Protect vendor folder in module ps_viewedproduct', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(191, 1, 0, 'Module ps_viewedproduct has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(192, 1, 0, 'Protect vendor folder in module statsbestproducts', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(193, 1, 0, 'Module statsbestproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(194, 1, 0, 'Protect vendor folder in module statsregistrations', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(195, 1, 0, 'Module statsregistrations has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(196, 1, 0, 'Protect vendor folder in module ps_supplierlist', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(197, 1, 0, 'Module ps_supplierlist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(198, 1, 0, 'Protect vendor folder in module statscheckup', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(199, 1, 0, 'Module statscheckup has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(200, 1, 0, 'Protect vendor folder in module ps_googleanalytics', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(201, 1, 0, 'Module ps_googleanalytics has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(202, 1, 0, 'Protect vendor folder in module dashactivity', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(203, 1, 0, 'Module dashactivity has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:57', '2023-08-28 13:27:57'), -(204, 1, 0, 'Protect vendor folder in module gsitemap', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(205, 1, 0, 'Module gsitemap has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(206, 1, 0, 'Protect vendor folder in module pagesnotfound', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(207, 1, 0, 'Module pagesnotfound has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(208, 1, 0, 'Protect vendor folder in module ps_dataprivacy', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(209, 1, 0, 'Module ps_dataprivacy has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(210, 1, 0, 'Protect vendor folder in module graphnvd3', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(211, 1, 0, 'Module graphnvd3 has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(212, 1, 0, 'Protect vendor folder in module ps_themecusto', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(213, 1, 0, 'Module ps_themecusto has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(214, 1, 0, 'Protect vendor folder in module ps_emailalerts', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(215, 1, 0, 'Module ps_emailalerts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(216, 1, 0, 'Protect vendor folder in module ps_wirepayment', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(217, 1, 0, 'Module ps_wirepayment has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(218, 1, 0, 'Protect vendor folder in module statsnewsletter', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(219, 1, 0, 'Module statsnewsletter has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(220, 1, 0, 'Protect vendor folder in module statsbestmanufacturers', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(221, 1, 0, 'Module statsbestmanufacturers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(222, 1, 0, 'Protect vendor folder in module statsproduct', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(223, 1, 0, 'Module statsproduct has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:58', '2023-08-28 13:27:58'), -(224, 1, 0, 'Protect vendor folder in module ps_crossselling', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(225, 1, 0, 'Module ps_crossselling has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(226, 1, 0, 'Protect vendor folder in module dashtrends', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(227, 1, 0, 'Module dashtrends has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(228, 1, 0, 'Protect vendor folder in module statsstock', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(229, 1, 0, 'Module statsstock has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(230, 1, 0, 'Protect vendor folder in module gridhtml', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(231, 1, 0, 'Module gridhtml has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(232, 1, 0, 'Protect vendor folder in module statsbestsuppliers', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(233, 1, 0, 'Module statsbestsuppliers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(234, 1, 0, 'Protect vendor folder in module dashgoals', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(235, 1, 0, 'Module dashgoals has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(236, 1, 0, 'Protect vendor folder in module statsdata', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(237, 1, 0, 'Module statsdata has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(238, 1, 0, 'Protect vendor folder in module ps_cashondelivery', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(239, 1, 0, 'Module ps_cashondelivery has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(240, 1, 0, 'Protect vendor folder in module statsbestcustomers', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(241, 1, 0, 'Module statsbestcustomers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:27:59', '2023-08-28 13:27:59'), -(242, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:28:02', '2023-08-28 13:28:02'), -(243, 1, 0, 'Protect vendor folder in module ps_facetedsearch', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(244, 1, 0, 'Module ps_facetedsearch has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:28:06', '2023-08-28 13:28:06'), -(245, 1, 0, 'Back office connection from 172.18.0.1', '', 0, NULL, NULL, 1, 1, 1, '2023-08-28 13:42:08', '2023-08-28 13:42:08'), -(246, 1, 0, 'Exporting mail with theme modern for language Nederlands (Dutch)', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(247, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(248, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(249, 1, 0, 'Generate html template account at /var/www/html/mails/nl/account.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(250, 1, 0, 'Generate txt template account at /var/www/html/mails/nl/account.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(251, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/nl/backoffice_order.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(252, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/nl/backoffice_order.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(253, 1, 0, 'Generate html template bankwire at /var/www/html/mails/nl/bankwire.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(254, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/nl/bankwire.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:03', '2023-08-28 13:47:03'), -(255, 1, 0, 'Generate html template cheque at /var/www/html/mails/nl/cheque.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(256, 1, 0, 'Generate txt template cheque at /var/www/html/mails/nl/cheque.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(257, 1, 0, 'Generate html template contact at /var/www/html/mails/nl/contact.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(258, 1, 0, 'Generate txt template contact at /var/www/html/mails/nl/contact.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(259, 1, 0, 'Generate html template contact_form at /var/www/html/mails/nl/contact_form.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(260, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/nl/contact_form.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(261, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/nl/credit_slip.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(262, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/nl/credit_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(263, 1, 0, 'Generate html template download_product at /var/www/html/mails/nl/download_product.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(264, 1, 0, 'Generate txt template download_product at /var/www/html/mails/nl/download_product.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(265, 1, 0, 'Generate html template employee_password at /var/www/html/mails/nl/employee_password.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(266, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/nl/employee_password.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(267, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/nl/forward_msg.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(268, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/nl/forward_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(269, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/nl/guest_to_customer.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(270, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/nl/guest_to_customer.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(271, 1, 0, 'Generate html template import at /var/www/html/mails/nl/import.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(272, 1, 0, 'Generate txt template import at /var/www/html/mails/nl/import.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(273, 1, 0, 'Generate html template in_transit at /var/www/html/mails/nl/in_transit.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(274, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/nl/in_transit.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(275, 1, 0, 'Generate html template log_alert at /var/www/html/mails/nl/log_alert.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(276, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/nl/log_alert.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(277, 1, 0, 'Generate html template newsletter at /var/www/html/mails/nl/newsletter.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(278, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/nl/newsletter.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(279, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/nl/order_canceled.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(280, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/nl/order_canceled.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:04', '2023-08-28 13:47:04'), -(281, 1, 0, 'Generate html template order_changed at /var/www/html/mails/nl/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(282, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/nl/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(283, 1, 0, 'Generate html template order_conf at /var/www/html/mails/nl/order_conf.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(284, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/nl/order_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(285, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/nl/order_customer_comment.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(286, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/nl/order_customer_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(287, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/nl/order_merchant_comment.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(288, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/nl/order_merchant_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(289, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/nl/order_return_state.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(290, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/nl/order_return_state.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(291, 1, 0, 'Generate html template outofstock at /var/www/html/mails/nl/outofstock.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(292, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/nl/outofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(293, 1, 0, 'Generate html template password at /var/www/html/mails/nl/password.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(294, 1, 0, 'Generate txt template password at /var/www/html/mails/nl/password.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(295, 1, 0, 'Generate html template password_query at /var/www/html/mails/nl/password_query.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(296, 1, 0, 'Generate txt template password_query at /var/www/html/mails/nl/password_query.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(297, 1, 0, 'Generate html template payment at /var/www/html/mails/nl/payment.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(298, 1, 0, 'Generate txt template payment at /var/www/html/mails/nl/payment.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(299, 1, 0, 'Generate html template payment_error at /var/www/html/mails/nl/payment_error.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(300, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/nl/payment_error.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(301, 1, 0, 'Generate html template preparation at /var/www/html/mails/nl/preparation.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(302, 1, 0, 'Generate txt template preparation at /var/www/html/mails/nl/preparation.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:05', '2023-08-28 13:47:05'), -(303, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/nl/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(304, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/nl/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(305, 1, 0, 'Generate html template refund at /var/www/html/mails/nl/refund.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(306, 1, 0, 'Generate txt template refund at /var/www/html/mails/nl/refund.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(307, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/nl/reply_msg.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(308, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/nl/reply_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(309, 1, 0, 'Generate html template shipped at /var/www/html/mails/nl/shipped.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(310, 1, 0, 'Generate txt template shipped at /var/www/html/mails/nl/shipped.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(311, 1, 0, 'Generate html template test at /var/www/html/mails/nl/test.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(312, 1, 0, 'Generate txt template test at /var/www/html/mails/nl/test.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(313, 1, 0, 'Generate html template voucher at /var/www/html/mails/nl/voucher.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(314, 1, 0, 'Generate txt template voucher at /var/www/html/mails/nl/voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(315, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/nl/voucher_new.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(316, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/nl/voucher_new.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(317, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/nl/referralprogram-congratulations.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(318, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/nl/referralprogram-congratulations.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(319, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/nl/referralprogram-invitation.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(320, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/nl/referralprogram-invitation.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(321, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/nl/referralprogram-voucher.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(322, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/nl/referralprogram-voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(323, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/nl/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(324, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/nl/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(325, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/nl/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(326, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/nl/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(327, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/nl/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(328, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/nl/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(329, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/nl/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:06', '2023-08-28 13:47:06'), -(330, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/nl/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(331, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_conf.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(332, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(333, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_verif.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(334, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_verif.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(335, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_voucher.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(336, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(337, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/nl/customer_qty.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(338, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/nl/customer_qty.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(339, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/nl/new_order.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(340, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/nl/new_order.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(341, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/nl/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(342, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/nl/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(343, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/nl/productcoverage.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(344, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/nl/productcoverage.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(345, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/nl/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(346, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/nl/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(347, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/nl/return_slip.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(348, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/nl/return_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(349, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/nl/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(350, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/nl/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(351, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/nl/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(352, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/nl/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(353, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/nl/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(354, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/nl/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:07', '2023-08-28 13:47:07'), -(355, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/nl/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:08', '2023-08-28 13:47:08'), -(356, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/nl/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:08', '2023-08-28 13:47:08'), -(357, 1, 0, 'Exporting mail with theme modern for language Deutsch (German)', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(358, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(359, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(360, 1, 0, 'Generate html template account at /var/www/html/mails/de/account.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(361, 1, 0, 'Generate txt template account at /var/www/html/mails/de/account.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(362, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/de/backoffice_order.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(363, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/de/backoffice_order.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(364, 1, 0, 'Generate html template bankwire at /var/www/html/mails/de/bankwire.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(365, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/de/bankwire.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(366, 1, 0, 'Generate html template cheque at /var/www/html/mails/de/cheque.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(367, 1, 0, 'Generate txt template cheque at /var/www/html/mails/de/cheque.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(368, 1, 0, 'Generate html template contact at /var/www/html/mails/de/contact.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(369, 1, 0, 'Generate txt template contact at /var/www/html/mails/de/contact.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(370, 1, 0, 'Generate html template contact_form at /var/www/html/mails/de/contact_form.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:51', '2023-08-28 13:47:51'), -(371, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/de/contact_form.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(372, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/de/credit_slip.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(373, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/de/credit_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(374, 1, 0, 'Generate html template download_product at /var/www/html/mails/de/download_product.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(375, 1, 0, 'Generate txt template download_product at /var/www/html/mails/de/download_product.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(376, 1, 0, 'Generate html template employee_password at /var/www/html/mails/de/employee_password.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(377, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/de/employee_password.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(378, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/de/forward_msg.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(379, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/de/forward_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(380, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/de/guest_to_customer.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(381, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/de/guest_to_customer.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(382, 1, 0, 'Generate html template import at /var/www/html/mails/de/import.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(383, 1, 0, 'Generate txt template import at /var/www/html/mails/de/import.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(384, 1, 0, 'Generate html template in_transit at /var/www/html/mails/de/in_transit.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(385, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/de/in_transit.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(386, 1, 0, 'Generate html template log_alert at /var/www/html/mails/de/log_alert.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(387, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/de/log_alert.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(388, 1, 0, 'Generate html template newsletter at /var/www/html/mails/de/newsletter.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(389, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/de/newsletter.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(390, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/de/order_canceled.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(391, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/de/order_canceled.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(392, 1, 0, 'Generate html template order_changed at /var/www/html/mails/de/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(393, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/de/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(394, 1, 0, 'Generate html template order_conf at /var/www/html/mails/de/order_conf.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(395, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/de/order_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(396, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/de/order_customer_comment.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(397, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/de/order_customer_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(398, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/de/order_merchant_comment.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(399, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/de/order_merchant_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(400, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/de/order_return_state.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(401, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/de/order_return_state.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:52', '2023-08-28 13:47:52'), -(402, 1, 0, 'Generate html template outofstock at /var/www/html/mails/de/outofstock.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(403, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/de/outofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(404, 1, 0, 'Generate html template password at /var/www/html/mails/de/password.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(405, 1, 0, 'Generate txt template password at /var/www/html/mails/de/password.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(406, 1, 0, 'Generate html template password_query at /var/www/html/mails/de/password_query.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(407, 1, 0, 'Generate txt template password_query at /var/www/html/mails/de/password_query.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(408, 1, 0, 'Generate html template payment at /var/www/html/mails/de/payment.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(409, 1, 0, 'Generate txt template payment at /var/www/html/mails/de/payment.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(410, 1, 0, 'Generate html template payment_error at /var/www/html/mails/de/payment_error.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(411, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/de/payment_error.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(412, 1, 0, 'Generate html template preparation at /var/www/html/mails/de/preparation.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(413, 1, 0, 'Generate txt template preparation at /var/www/html/mails/de/preparation.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(414, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/de/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(415, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/de/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(416, 1, 0, 'Generate html template refund at /var/www/html/mails/de/refund.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(417, 1, 0, 'Generate txt template refund at /var/www/html/mails/de/refund.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(418, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/de/reply_msg.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(419, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/de/reply_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(420, 1, 0, 'Generate html template shipped at /var/www/html/mails/de/shipped.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(421, 1, 0, 'Generate txt template shipped at /var/www/html/mails/de/shipped.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(422, 1, 0, 'Generate html template test at /var/www/html/mails/de/test.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(423, 1, 0, 'Generate txt template test at /var/www/html/mails/de/test.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(424, 1, 0, 'Generate html template voucher at /var/www/html/mails/de/voucher.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(425, 1, 0, 'Generate txt template voucher at /var/www/html/mails/de/voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(426, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/de/voucher_new.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(427, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/de/voucher_new.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(428, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/de/referralprogram-congratulations.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(429, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/de/referralprogram-congratulations.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(430, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/de/referralprogram-invitation.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(431, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/de/referralprogram-invitation.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(432, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/de/referralprogram-voucher.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(433, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/de/referralprogram-voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(434, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/de/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(435, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/de/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:53', '2023-08-28 13:47:53'), -(436, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/de/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(437, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/de/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(438, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/de/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(439, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/de/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(440, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/de/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(441, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/de/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(442, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_conf.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(443, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(444, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_verif.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(445, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_verif.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(446, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_voucher.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(447, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(448, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/de/customer_qty.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(449, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/de/customer_qty.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(450, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/de/new_order.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(451, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/de/new_order.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(452, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/de/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(453, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/de/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(454, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/de/productcoverage.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(455, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/de/productcoverage.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(456, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/de/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(457, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/de/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(458, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/de/return_slip.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(459, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/de/return_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(460, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/de/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(461, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/de/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(462, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/de/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(463, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/de/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(464, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/de/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(465, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/de/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(466, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/de/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(467, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/de/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2023-08-28 13:47:54', '2023-08-28 13:47:54'), -(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'), -(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'), -(930, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:07:36', '2023-10-30 13:07:36'), -(931, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:07:54', '2023-10-30 13:07:54'), -(932, 1, 0, 'Protect vendor folder in module mollie', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:08:09', '2023-10-30 13:08:09'), -(933, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:13:46', '2023-10-30 13:13:46'), -(934, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:16:25', '2023-10-30 13:16:25'), -(935, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:25:01', '2023-10-30 13:25:01'), -(936, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:27:11', '2023-10-30 13:27:11'), -(937, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:02', '2023-10-30 13:30:02'), -(938, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:03', '2023-10-30 13:30:03'), -(939, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:04', '2023-10-30 13:30:04'), -(940, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:04', '2023-10-30 13:30:04'), -(941, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:09', '2023-10-30 13:30:09'), -(942, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:09', '2023-10-30 13:30:09'), -(943, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 53, 1, NULL, 1, 0, 0, '2023-10-30 13:30:11', '2023-10-30 13:30:11'), -(944, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 53, 1, NULL, 1, 0, 0, '2023-10-30 13:30:12', '2023-10-30 13:30:12'), -(945, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 53, 1, NULL, 1, 0, 0, '2023-10-30 13:30:13', '2023-10-30 13:30:13'), -(946, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:36', '2023-10-30 13:30:36'), -(947, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:30:40', '2023-10-30 13:30:40'), -(948, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:35:31', '2023-10-30 13:35:31'), -(949, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:36:24', '2023-10-30 13:36:24'), -(950, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:40:56', '2023-10-30 13:40:56'), -(951, 1, 0, 'Mollie incoming webhook: id=tr_rXxXGgCvSk', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:41:14', '2023-10-30 13:41:14'), -(952, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:41:15', '2023-10-30 13:41:15'), -(953, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 39 / transaction ord_1.pg6obc', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:41:15', '2023-10-30 13:41:15'), -(954, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:43:13', '2023-10-30 13:43:13'), -(955, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:46:52', '2023-10-30 13:46:52'), -(956, 1, 0, 'Mollie incoming webhook: id=ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:33', '2023-10-30 13:47:33'), -(957, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:34', '2023-10-30 13:47:34'), -(958, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:35', '2023-10-30 13:47:35'), -(959, 1, 0, 'Error - The following e-mail template is missing: en/order_conf.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:35', '2023-10-30 13:47:35'), -(960, 1, 0, 'Error - The following e-mail template is missing: order_conf', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:35', '2023-10-30 13:47:35'), -(961, 1, 0, 'Error - The following e-mail template is missing: en/payment.txt', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:40', '2023-10-30 13:47:40'), -(962, 1, 0, 'Error - The following e-mail template is missing: payment', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:40', '2023-10-30 13:47:40'), -(963, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 40 / transaction ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:47:41', '2023-10-30 13:47:41'), -(964, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 58, 1, NULL, 1, 0, 0, '2023-10-30 13:47:42', '2023-10-30 13:47:42'), -(965, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 58, 1, NULL, 1, 0, 0, '2023-10-30 13:47:43', '2023-10-30 13:47:43'), -(966, 1, 0, 'Frontcontroller::init - Cart cannot be loaded or an order has already been placed using this cart', 'Cart', 58, 1, NULL, 1, 0, 0, '2023-10-30 13:47:43', '2023-10-30 13:47:43'), -(967, 1, 0, 'Mollie incoming webhook: id=ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:48:12', '2023-10-30 13:48:12'), -(968, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:48:13', '2023-10-30 13:48:13'), -(969, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 40 / transaction ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:48:13', '2023-10-30 13:48:13'), -(970, 1, 0, 'Mollie incoming webhook: id=ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:48:16', '2023-10-30 13:48:16'), -(971, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:48:17', '2023-10-30 13:48:17'), -(972, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 40 / transaction ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:48:17', '2023-10-30 13:48:17'), -(973, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:49:24', '2023-10-30 13:49:24'), -(974, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:50:55', '2023-10-30 13:50:55'), -(975, 1, 0, 'Back office connection from 83.187.117.14', '', 0, NULL, NULL, 1, 1, 1, '2023-10-30 13:51:48', '2023-10-30 13:51:48'), -(976, 1, 0, 'Mollie incoming webhook: id=ord_1.ggqcac', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:55:20', '2023-10-30 13:55:20'), -(977, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:55:21', '2023-10-30 13:55:21'), -(978, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 9 / transaction ord_1.ggqcac', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:55:21', '2023-10-30 13:55:21'), -(979, 1, 0, 'Mollie incoming webhook: id=ord_1.ewttge', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:55:22', '2023-10-30 13:55:22'), -(980, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:55:22', '2023-10-30 13:55:22'), -(981, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 10 / transaction ord_1.ewttge', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:55:23', '2023-10-30 13:55:23'), -(982, 1, 0, 'Mollie incoming webhook: id=ord_1.v89cdc', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:56:14', '2023-10-30 13:56:14'), -(983, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:56:15', '2023-10-30 13:56:15'), -(984, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 11 / transaction ord_1.v89cdc', '', 0, 1, NULL, 3, 0, 0, '2023-10-30 13:56:15', '2023-10-30 13:56:15'), -(985, 1, 0, 'Mollie incoming webhook: id=tr_3qWxovRsep', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:59:14', '2023-10-30 13:59:14'), -(986, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Starting to process ORDER transaction.', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:59:15', '2023-10-30 13:59:15'), -(987, 1, 0, 'Mollie\\Service\\TransactionService::processTransaction said: Received webhook request for order 40 / transaction ord_1.a0ikks', '', 0, 1, NULL, 1, 0, 0, '2023-10-30 13:59:15', '2023-10-30 13:59:15'); +(1, 1, 0, 'Exporting mail with theme modern for language English (English)', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(2, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(3, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(4, 1, 0, 'Generate html template account at /var/www/html/mails/en/account.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(5, 1, 0, 'Generate txt template account at /var/www/html/mails/en/account.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(6, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/en/backoffice_order.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(7, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/en/backoffice_order.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(8, 1, 0, 'Generate html template bankwire at /var/www/html/mails/en/bankwire.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(9, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/en/bankwire.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(10, 1, 0, 'Generate html template cheque at /var/www/html/mails/en/cheque.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(11, 1, 0, 'Generate txt template cheque at /var/www/html/mails/en/cheque.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(12, 1, 0, 'Generate html template contact at /var/www/html/mails/en/contact.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(13, 1, 0, 'Generate txt template contact at /var/www/html/mails/en/contact.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(14, 1, 0, 'Generate html template contact_form at /var/www/html/mails/en/contact_form.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(15, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/en/contact_form.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(16, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/en/credit_slip.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(17, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/en/credit_slip.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(18, 1, 0, 'Generate html template download_product at /var/www/html/mails/en/download_product.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(19, 1, 0, 'Generate txt template download_product at /var/www/html/mails/en/download_product.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(20, 1, 0, 'Generate html template employee_password at /var/www/html/mails/en/employee_password.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(21, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/en/employee_password.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(22, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/en/forward_msg.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(23, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/en/forward_msg.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(24, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/en/guest_to_customer.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(25, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/en/guest_to_customer.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(26, 1, 0, 'Generate html template import at /var/www/html/mails/en/import.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(27, 1, 0, 'Generate txt template import at /var/www/html/mails/en/import.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(28, 1, 0, 'Generate html template in_transit at /var/www/html/mails/en/in_transit.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(29, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/en/in_transit.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(30, 1, 0, 'Generate html template log_alert at /var/www/html/mails/en/log_alert.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(31, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/en/log_alert.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(32, 1, 0, 'Generate html template newsletter at /var/www/html/mails/en/newsletter.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(33, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/en/newsletter.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(34, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/en/order_canceled.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(35, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/en/order_canceled.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(36, 1, 0, 'Generate html template order_changed at /var/www/html/mails/en/order_changed.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(37, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/en/order_changed.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(38, 1, 0, 'Generate html template order_conf at /var/www/html/mails/en/order_conf.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(39, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/en/order_conf.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(40, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/en/order_customer_comment.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(41, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/en/order_customer_comment.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:29', '2024-01-23 09:45:29'), +(42, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/en/order_merchant_comment.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(43, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/en/order_merchant_comment.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(44, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/en/order_return_state.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(45, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/en/order_return_state.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(46, 1, 0, 'Generate html template outofstock at /var/www/html/mails/en/outofstock.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(47, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/en/outofstock.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(48, 1, 0, 'Generate html template password at /var/www/html/mails/en/password.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(49, 1, 0, 'Generate txt template password at /var/www/html/mails/en/password.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(50, 1, 0, 'Generate html template password_query at /var/www/html/mails/en/password_query.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(51, 1, 0, 'Generate txt template password_query at /var/www/html/mails/en/password_query.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(52, 1, 0, 'Generate html template payment at /var/www/html/mails/en/payment.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(53, 1, 0, 'Generate txt template payment at /var/www/html/mails/en/payment.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(54, 1, 0, 'Generate html template payment_error at /var/www/html/mails/en/payment_error.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(55, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/en/payment_error.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(56, 1, 0, 'Generate html template preparation at /var/www/html/mails/en/preparation.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(57, 1, 0, 'Generate txt template preparation at /var/www/html/mails/en/preparation.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(58, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/en/productoutofstock.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(59, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/en/productoutofstock.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(60, 1, 0, 'Generate html template refund at /var/www/html/mails/en/refund.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(61, 1, 0, 'Generate txt template refund at /var/www/html/mails/en/refund.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(62, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/en/reply_msg.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(63, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/en/reply_msg.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(64, 1, 0, 'Generate html template shipped at /var/www/html/mails/en/shipped.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(65, 1, 0, 'Generate txt template shipped at /var/www/html/mails/en/shipped.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(66, 1, 0, 'Generate html template test at /var/www/html/mails/en/test.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(67, 1, 0, 'Generate txt template test at /var/www/html/mails/en/test.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(68, 1, 0, 'Generate html template voucher at /var/www/html/mails/en/voucher.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(69, 1, 0, 'Generate txt template voucher at /var/www/html/mails/en/voucher.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(70, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/en/voucher_new.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(71, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/en/voucher_new.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(72, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/en/followup_1.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(73, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/en/followup_1.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(74, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/en/followup_2.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(75, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/en/followup_2.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(76, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/en/followup_3.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(77, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/en/followup_3.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(78, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/en/followup_4.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(79, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/en/followup_4.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(80, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/en/customer_qty.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(81, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/en/customer_qty.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(82, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/en/new_order.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(83, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/en/new_order.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(84, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/en/order_changed.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(85, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/en/order_changed.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(86, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/en/productcoverage.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(87, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/en/productcoverage.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(88, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/en/productoutofstock.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(89, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/en/productoutofstock.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(90, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/en/return_slip.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(91, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/en/return_slip.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(92, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_conf.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(93, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_conf.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(94, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_verif.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(95, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_verif.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(96, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_voucher.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(97, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/en/newsletter_voucher.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(98, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/en/followup_1.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(99, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/en/followup_1.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(100, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/en/followup_2.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(101, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/en/followup_2.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(102, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/en/followup_3.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(103, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/en/followup_3.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(104, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/en/followup_4.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(105, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/en/followup_4.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(106, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/en/referralprogram-congratulations.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(107, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/en/referralprogram-congratulations.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(108, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/en/referralprogram-invitation.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(109, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/en/referralprogram-invitation.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(110, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/en/referralprogram-voucher.html', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(111, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/en/referralprogram-voucher.txt', '', 0, 1, NULL, 0, 0, 0, '2024-01-23 09:45:30', '2024-01-23 09:45:30'), +(112, 1, 0, 'Protect vendor folder in module ps_linklist', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(113, 1, 0, 'Module ps_linklist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(114, 1, 0, 'Protect vendor folder in module blockreassurance', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(115, 1, 0, 'Module blockreassurance has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(116, 1, 0, 'Protect vendor folder in module blockwishlist', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(117, 1, 0, 'Module blockwishlist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(118, 1, 0, 'Protect vendor folder in module psgdpr', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(119, 1, 0, 'Module psgdpr has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:31', '2024-01-23 09:45:31'), +(120, 1, 0, 'Protect vendor folder in module ps_contactinfo', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(121, 1, 0, 'Module ps_contactinfo has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(122, 1, 0, 'Protect vendor folder in module ps_languageselector', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(123, 1, 0, 'Module ps_languageselector has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(124, 1, 0, 'Protect vendor folder in module ps_currencyselector', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(125, 1, 0, 'Module ps_currencyselector has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(126, 1, 0, 'Protect vendor folder in module ps_customersignin', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(127, 1, 0, 'Module ps_customersignin has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(128, 1, 0, 'Protect vendor folder in module ps_shoppingcart', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(129, 1, 0, 'Module ps_shoppingcart has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(130, 1, 0, 'Protect vendor folder in module ps_mainmenu', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(131, 1, 0, 'Module ps_mainmenu has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(132, 1, 0, 'Protect vendor folder in module ps_searchbar', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(133, 1, 0, 'Module ps_searchbar has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(134, 1, 0, 'Protect vendor folder in module ps_imageslider', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(135, 1, 0, 'Module ps_imageslider has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(136, 1, 0, 'Protect vendor folder in module ps_featuredproducts', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(137, 1, 0, 'Module ps_featuredproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(138, 1, 0, 'Protect vendor folder in module ps_banner', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(139, 1, 0, 'Module ps_banner has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(140, 1, 0, 'Protect vendor folder in module ps_customtext', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(141, 1, 0, 'Module ps_customtext has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(142, 1, 0, 'Protect vendor folder in module ps_specials', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(143, 1, 0, 'Module ps_specials has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(144, 1, 0, 'Protect vendor folder in module ps_newproducts', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(145, 1, 0, 'Module ps_newproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(146, 1, 0, 'Protect vendor folder in module ps_bestsellers', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(147, 1, 0, 'Module ps_bestsellers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(148, 1, 0, 'Protect vendor folder in module ps_emailsubscription', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(149, 1, 0, 'Module ps_emailsubscription has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(150, 1, 0, 'Protect vendor folder in module ps_socialfollow', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(151, 1, 0, 'Module ps_socialfollow has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(152, 1, 0, 'Protect vendor folder in module ps_customeraccountlinks', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(153, 1, 0, 'Module ps_customeraccountlinks has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(154, 1, 0, 'Protect vendor folder in module productcomments', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(155, 1, 0, 'Module productcomments has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(156, 1, 0, 'Protect vendor folder in module ps_categorytree', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(157, 1, 0, 'Module ps_categorytree has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(158, 1, 0, 'Protect vendor folder in module ps_facetedsearch', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(159, 1, 0, 'Module ps_facetedsearch has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(160, 1, 0, 'Protect vendor folder in module contactform', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(161, 1, 0, 'Module contactform has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(162, 1, 0, 'Protect vendor folder in module ps_sharebuttons', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(163, 1, 0, 'Module ps_sharebuttons has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:32', '2024-01-23 09:45:32'), +(164, 1, 0, 'Protect vendor folder in module dashactivity', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(165, 1, 0, 'Module dashactivity has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(166, 1, 0, 'Protect vendor folder in module dashgoals', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(167, 1, 0, 'Module dashgoals has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(168, 1, 0, 'Protect vendor folder in module dashproducts', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(169, 1, 0, 'Module dashproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(170, 1, 0, 'Protect vendor folder in module dashtrends', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(171, 1, 0, 'Module dashtrends has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(172, 1, 0, 'Protect vendor folder in module graphnvd3', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(173, 1, 0, 'Module graphnvd3 has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:38', '2024-01-23 09:45:38'), +(174, 1, 0, 'Protect vendor folder in module gridhtml', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(175, 1, 0, 'Module gridhtml has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(176, 1, 0, 'Protect vendor folder in module gsitemap', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(177, 1, 0, 'Module gsitemap has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(178, 1, 0, 'Protect vendor folder in module pagesnotfound', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(179, 1, 0, 'Module pagesnotfound has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(180, 1, 0, 'Protect vendor folder in module ps_brandlist', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(181, 1, 0, 'Module ps_brandlist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(182, 1, 0, 'Protect vendor folder in module ps_cashondelivery', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(183, 1, 0, 'Module ps_cashondelivery has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(184, 1, 0, 'Protect vendor folder in module ps_categoryproducts', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(185, 1, 0, 'Module ps_categoryproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(186, 1, 0, 'Protect vendor folder in module ps_checkpayment', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(187, 1, 0, 'Module ps_checkpayment has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(188, 1, 0, 'Protect vendor folder in module ps_crossselling', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(189, 1, 0, 'Module ps_crossselling has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(190, 1, 0, 'Protect vendor folder in module ps_dataprivacy', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(191, 1, 0, 'Module ps_dataprivacy has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(192, 1, 0, 'Protect vendor folder in module ps_distributionapiclient', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(193, 1, 0, 'Module ps_distributionapiclient has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(194, 1, 0, 'Protect vendor folder in module ps_emailalerts', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(195, 1, 0, 'Module ps_emailalerts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(196, 1, 0, 'Protect vendor folder in module ps_faviconnotificationbo', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(197, 1, 0, 'Module ps_faviconnotificationbo has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(198, 1, 0, 'Protect vendor folder in module ps_googleanalytics', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(199, 1, 0, 'Module ps_googleanalytics has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(200, 1, 0, 'Protect vendor folder in module ps_supplierlist', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(201, 1, 0, 'Module ps_supplierlist has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(202, 1, 0, 'Protect vendor folder in module ps_themecusto', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(203, 1, 0, 'Module ps_themecusto has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(204, 1, 0, 'Protect vendor folder in module ps_viewedproduct', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(205, 1, 0, 'Module ps_viewedproduct has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(206, 1, 0, 'Protect vendor folder in module ps_wirepayment', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(207, 1, 0, 'Module ps_wirepayment has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(208, 1, 0, 'Protect vendor folder in module statsbestcategories', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(209, 1, 0, 'Module statsbestcategories has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(210, 1, 0, 'Protect vendor folder in module statsbestcustomers', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(211, 1, 0, 'Module statsbestcustomers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(212, 1, 0, 'Protect vendor folder in module statsbestmanufacturers', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(213, 1, 0, 'Module statsbestmanufacturers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(214, 1, 0, 'Protect vendor folder in module statsbestproducts', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(215, 1, 0, 'Module statsbestproducts has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(216, 1, 0, 'Protect vendor folder in module statsbestsuppliers', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(217, 1, 0, 'Module statsbestsuppliers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(218, 1, 0, 'Protect vendor folder in module statsbestvouchers', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(219, 1, 0, 'Module statsbestvouchers has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(220, 1, 0, 'Protect vendor folder in module statscarrier', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(221, 1, 0, 'Module statscarrier has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(222, 1, 0, 'Protect vendor folder in module statscatalog', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(223, 1, 0, 'Module statscatalog has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(224, 1, 0, 'Protect vendor folder in module statscheckup', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(225, 1, 0, 'Module statscheckup has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(226, 1, 0, 'Protect vendor folder in module statsdata', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(227, 1, 0, 'Module statsdata has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(228, 1, 0, 'Protect vendor folder in module statsforecast', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(229, 1, 0, 'Module statsforecast has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(230, 1, 0, 'Protect vendor folder in module statsnewsletter', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(231, 1, 0, 'Module statsnewsletter has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(232, 1, 0, 'Protect vendor folder in module statspersonalinfos', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(233, 1, 0, 'Module statspersonalinfos has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(234, 1, 0, 'Protect vendor folder in module statsproduct', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(235, 1, 0, 'Module statsproduct has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(236, 1, 0, 'Protect vendor folder in module statsregistrations', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(237, 1, 0, 'Module statsregistrations has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(238, 1, 0, 'Protect vendor folder in module statssales', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(239, 1, 0, 'Module statssales has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(240, 1, 0, 'Protect vendor folder in module statssearch', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(241, 1, 0, 'Module statssearch has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(242, 1, 0, 'Protect vendor folder in module statsstock', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(243, 1, 0, 'Module statsstock has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:39', '2024-01-23 09:45:39'), +(244, 1, 0, 'Protect vendor folder in module ps_facetedsearch', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(245, 1, 0, 'Module ps_facetedsearch has no vendor folder', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:45:41', '2024-01-23 09:45:41'), +(246, 1, 0, 'Back office connection from 188.69.194.107', '', 0, NULL, NULL, 1, 1, 1, '2024-01-23 09:46:29', '2024-01-23 09:46:29'), +(247, 1, 0, 'Protect vendor folder in module ps_mbo', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:50:23', '2024-01-23 09:50:23'), +(248, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:50:46', '2024-01-23 09:50:46'), +(249, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:50:46', '2024-01-23 09:50:46'), +(250, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:50:49', '2024-01-23 09:50:49'), +(251, 1, 0, 'API Call received = /admin1/?controller=apiPsMbo&token=6243ffe13a1d8092692fdeece381c2b1', '', 0, 1, NULL, 1, 0, 2, '2024-01-23 09:50:49', '2024-01-23 09:50:49'), +(252, 1, 0, 'Protect vendor folder in module ps_accounts', '', 0, 1, NULL, 1, 0, 2, '2024-01-23 09:50:53', '2024-01-23 09:50:53'), +(253, 1, 0, 'API Call received = /admin1/?controller=apiPsMbo&token=6243ffe13a1d8092692fdeece381c2b1', '', 0, 1, NULL, 1, 0, 2, '2024-01-23 09:50:57', '2024-01-23 09:50:57'), +(254, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:51:32', '2024-01-23 09:51:32'), +(255, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:51:32', '2024-01-23 09:51:32'), +(256, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 09:51:32', '2024-01-23 09:51:32'), +(257, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2024-01-23 10:09:58', '2024-01-23 10:09:58'), +(258, 1, 0, 'Exporting mail with theme modern for language Deutsch (German)', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:36', '2024-01-23 10:10:36'), +(259, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:36', '2024-01-23 10:10:36'), +(260, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:36', '2024-01-23 10:10:36'), +(261, 1, 0, 'Generate html template account at /var/www/html/mails/de/account.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(262, 1, 0, 'Generate txt template account at /var/www/html/mails/de/account.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(263, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/de/backoffice_order.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(264, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/de/backoffice_order.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(265, 1, 0, 'Generate html template bankwire at /var/www/html/mails/de/bankwire.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(266, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/de/bankwire.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(267, 1, 0, 'Generate html template cheque at /var/www/html/mails/de/cheque.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(268, 1, 0, 'Generate txt template cheque at /var/www/html/mails/de/cheque.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(269, 1, 0, 'Generate html template contact at /var/www/html/mails/de/contact.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(270, 1, 0, 'Generate txt template contact at /var/www/html/mails/de/contact.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(271, 1, 0, 'Generate html template contact_form at /var/www/html/mails/de/contact_form.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(272, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/de/contact_form.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(273, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/de/credit_slip.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(274, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/de/credit_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(275, 1, 0, 'Generate html template download_product at /var/www/html/mails/de/download_product.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(276, 1, 0, 'Generate txt template download_product at /var/www/html/mails/de/download_product.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(277, 1, 0, 'Generate html template employee_password at /var/www/html/mails/de/employee_password.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(278, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/de/employee_password.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(279, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/de/forward_msg.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(280, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/de/forward_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(281, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/de/guest_to_customer.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(282, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/de/guest_to_customer.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(283, 1, 0, 'Generate html template import at /var/www/html/mails/de/import.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(284, 1, 0, 'Generate txt template import at /var/www/html/mails/de/import.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(285, 1, 0, 'Generate html template in_transit at /var/www/html/mails/de/in_transit.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(286, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/de/in_transit.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(287, 1, 0, 'Generate html template log_alert at /var/www/html/mails/de/log_alert.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(288, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/de/log_alert.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(289, 1, 0, 'Generate html template newsletter at /var/www/html/mails/de/newsletter.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(290, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/de/newsletter.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(291, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/de/order_canceled.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(292, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/de/order_canceled.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(293, 1, 0, 'Generate html template order_changed at /var/www/html/mails/de/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(294, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/de/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(295, 1, 0, 'Generate html template order_conf at /var/www/html/mails/de/order_conf.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(296, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/de/order_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(297, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/de/order_customer_comment.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(298, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/de/order_customer_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(299, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/de/order_merchant_comment.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(300, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/de/order_merchant_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(301, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/de/order_return_state.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(302, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/de/order_return_state.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(303, 1, 0, 'Generate html template outofstock at /var/www/html/mails/de/outofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(304, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/de/outofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(305, 1, 0, 'Generate html template password at /var/www/html/mails/de/password.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(306, 1, 0, 'Generate txt template password at /var/www/html/mails/de/password.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(307, 1, 0, 'Generate html template password_query at /var/www/html/mails/de/password_query.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(308, 1, 0, 'Generate txt template password_query at /var/www/html/mails/de/password_query.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(309, 1, 0, 'Generate html template payment at /var/www/html/mails/de/payment.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(310, 1, 0, 'Generate txt template payment at /var/www/html/mails/de/payment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(311, 1, 0, 'Generate html template payment_error at /var/www/html/mails/de/payment_error.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(312, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/de/payment_error.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(313, 1, 0, 'Generate html template preparation at /var/www/html/mails/de/preparation.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(314, 1, 0, 'Generate txt template preparation at /var/www/html/mails/de/preparation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(315, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/de/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(316, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/de/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(317, 1, 0, 'Generate html template refund at /var/www/html/mails/de/refund.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(318, 1, 0, 'Generate txt template refund at /var/www/html/mails/de/refund.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(319, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/de/reply_msg.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(320, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/de/reply_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(321, 1, 0, 'Generate html template shipped at /var/www/html/mails/de/shipped.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(322, 1, 0, 'Generate txt template shipped at /var/www/html/mails/de/shipped.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(323, 1, 0, 'Generate html template test at /var/www/html/mails/de/test.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(324, 1, 0, 'Generate txt template test at /var/www/html/mails/de/test.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(325, 1, 0, 'Generate html template voucher at /var/www/html/mails/de/voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(326, 1, 0, 'Generate txt template voucher at /var/www/html/mails/de/voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(327, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/de/voucher_new.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(328, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/de/voucher_new.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(329, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/de/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(330, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/de/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(331, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/de/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(332, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/de/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(333, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/de/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(334, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/de/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(335, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/de/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(336, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/de/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(337, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/de/customer_qty.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(338, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/de/customer_qty.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(339, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/de/new_order.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(340, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/de/new_order.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(341, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/de/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(342, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/de/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(343, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/de/productcoverage.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(344, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/de/productcoverage.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(345, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/de/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(346, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/de/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(347, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/de/return_slip.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(348, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/de/return_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(349, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_conf.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(350, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(351, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_verif.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(352, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_verif.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(353, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(354, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/de/newsletter_voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(355, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/de/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(356, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/de/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(357, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/de/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(358, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/de/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(359, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/de/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(360, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/de/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(361, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/de/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(362, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/de/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(363, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/de/referralprogram-congratulations.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(364, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/de/referralprogram-congratulations.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(365, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/de/referralprogram-invitation.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(366, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/de/referralprogram-invitation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(367, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/de/referralprogram-voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(368, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/de/referralprogram-voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:37', '2024-01-23 10:10:37'), +(369, 1, 0, 'Exporting mail with theme modern for language Nederlands (Dutch)', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(370, 1, 0, 'Core output folder: /var/www/html/mails', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(371, 1, 0, 'Modules output folder: /var/www/html/modules/', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(372, 1, 0, 'Generate html template account at /var/www/html/mails/nl/account.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(373, 1, 0, 'Generate txt template account at /var/www/html/mails/nl/account.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(374, 1, 0, 'Generate html template backoffice_order at /var/www/html/mails/nl/backoffice_order.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(375, 1, 0, 'Generate txt template backoffice_order at /var/www/html/mails/nl/backoffice_order.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(376, 1, 0, 'Generate html template bankwire at /var/www/html/mails/nl/bankwire.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(377, 1, 0, 'Generate txt template bankwire at /var/www/html/mails/nl/bankwire.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(378, 1, 0, 'Generate html template cheque at /var/www/html/mails/nl/cheque.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(379, 1, 0, 'Generate txt template cheque at /var/www/html/mails/nl/cheque.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(380, 1, 0, 'Generate html template contact at /var/www/html/mails/nl/contact.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(381, 1, 0, 'Generate txt template contact at /var/www/html/mails/nl/contact.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(382, 1, 0, 'Generate html template contact_form at /var/www/html/mails/nl/contact_form.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(383, 1, 0, 'Generate txt template contact_form at /var/www/html/mails/nl/contact_form.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(384, 1, 0, 'Generate html template credit_slip at /var/www/html/mails/nl/credit_slip.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(385, 1, 0, 'Generate txt template credit_slip at /var/www/html/mails/nl/credit_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(386, 1, 0, 'Generate html template download_product at /var/www/html/mails/nl/download_product.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(387, 1, 0, 'Generate txt template download_product at /var/www/html/mails/nl/download_product.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(388, 1, 0, 'Generate html template employee_password at /var/www/html/mails/nl/employee_password.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(389, 1, 0, 'Generate txt template employee_password at /var/www/html/mails/nl/employee_password.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(390, 1, 0, 'Generate html template forward_msg at /var/www/html/mails/nl/forward_msg.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(391, 1, 0, 'Generate txt template forward_msg at /var/www/html/mails/nl/forward_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(392, 1, 0, 'Generate html template guest_to_customer at /var/www/html/mails/nl/guest_to_customer.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(393, 1, 0, 'Generate txt template guest_to_customer at /var/www/html/mails/nl/guest_to_customer.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(394, 1, 0, 'Generate html template import at /var/www/html/mails/nl/import.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(395, 1, 0, 'Generate txt template import at /var/www/html/mails/nl/import.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(396, 1, 0, 'Generate html template in_transit at /var/www/html/mails/nl/in_transit.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(397, 1, 0, 'Generate txt template in_transit at /var/www/html/mails/nl/in_transit.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(398, 1, 0, 'Generate html template log_alert at /var/www/html/mails/nl/log_alert.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(399, 1, 0, 'Generate txt template log_alert at /var/www/html/mails/nl/log_alert.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(400, 1, 0, 'Generate html template newsletter at /var/www/html/mails/nl/newsletter.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(401, 1, 0, 'Generate txt template newsletter at /var/www/html/mails/nl/newsletter.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(402, 1, 0, 'Generate html template order_canceled at /var/www/html/mails/nl/order_canceled.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(403, 1, 0, 'Generate txt template order_canceled at /var/www/html/mails/nl/order_canceled.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(404, 1, 0, 'Generate html template order_changed at /var/www/html/mails/nl/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(405, 1, 0, 'Generate txt template order_changed at /var/www/html/mails/nl/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(406, 1, 0, 'Generate html template order_conf at /var/www/html/mails/nl/order_conf.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(407, 1, 0, 'Generate txt template order_conf at /var/www/html/mails/nl/order_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(408, 1, 0, 'Generate html template order_customer_comment at /var/www/html/mails/nl/order_customer_comment.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(409, 1, 0, 'Generate txt template order_customer_comment at /var/www/html/mails/nl/order_customer_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(410, 1, 0, 'Generate html template order_merchant_comment at /var/www/html/mails/nl/order_merchant_comment.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(411, 1, 0, 'Generate txt template order_merchant_comment at /var/www/html/mails/nl/order_merchant_comment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(412, 1, 0, 'Generate html template order_return_state at /var/www/html/mails/nl/order_return_state.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(413, 1, 0, 'Generate txt template order_return_state at /var/www/html/mails/nl/order_return_state.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(414, 1, 0, 'Generate html template outofstock at /var/www/html/mails/nl/outofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(415, 1, 0, 'Generate txt template outofstock at /var/www/html/mails/nl/outofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(416, 1, 0, 'Generate html template password at /var/www/html/mails/nl/password.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(417, 1, 0, 'Generate txt template password at /var/www/html/mails/nl/password.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(418, 1, 0, 'Generate html template password_query at /var/www/html/mails/nl/password_query.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(419, 1, 0, 'Generate txt template password_query at /var/www/html/mails/nl/password_query.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(420, 1, 0, 'Generate html template payment at /var/www/html/mails/nl/payment.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(421, 1, 0, 'Generate txt template payment at /var/www/html/mails/nl/payment.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(422, 1, 0, 'Generate html template payment_error at /var/www/html/mails/nl/payment_error.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(423, 1, 0, 'Generate txt template payment_error at /var/www/html/mails/nl/payment_error.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(424, 1, 0, 'Generate html template preparation at /var/www/html/mails/nl/preparation.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(425, 1, 0, 'Generate txt template preparation at /var/www/html/mails/nl/preparation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(426, 1, 0, 'Generate html template productoutofstock at /var/www/html/mails/nl/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(427, 1, 0, 'Generate txt template productoutofstock at /var/www/html/mails/nl/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(428, 1, 0, 'Generate html template refund at /var/www/html/mails/nl/refund.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(429, 1, 0, 'Generate txt template refund at /var/www/html/mails/nl/refund.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(430, 1, 0, 'Generate html template reply_msg at /var/www/html/mails/nl/reply_msg.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(431, 1, 0, 'Generate txt template reply_msg at /var/www/html/mails/nl/reply_msg.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(432, 1, 0, 'Generate html template shipped at /var/www/html/mails/nl/shipped.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(433, 1, 0, 'Generate txt template shipped at /var/www/html/mails/nl/shipped.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(434, 1, 0, 'Generate html template test at /var/www/html/mails/nl/test.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(435, 1, 0, 'Generate txt template test at /var/www/html/mails/nl/test.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(436, 1, 0, 'Generate html template voucher at /var/www/html/mails/nl/voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(437, 1, 0, 'Generate txt template voucher at /var/www/html/mails/nl/voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(438, 1, 0, 'Generate html template voucher_new at /var/www/html/mails/nl/voucher_new.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(439, 1, 0, 'Generate txt template voucher_new at /var/www/html/mails/nl/voucher_new.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(440, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//followup/mails/nl/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(441, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//followup/mails/nl/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(442, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//followup/mails/nl/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(443, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//followup/mails/nl/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(444, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//followup/mails/nl/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(445, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//followup/mails/nl/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(446, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//followup/mails/nl/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(447, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//followup/mails/nl/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(448, 1, 0, 'Generate html template customer_qty at /var/www/html/modules//ps_emailalerts/mails/nl/customer_qty.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(449, 1, 0, 'Generate txt template customer_qty at /var/www/html/modules//ps_emailalerts/mails/nl/customer_qty.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(450, 1, 0, 'Generate html template new_order at /var/www/html/modules//ps_emailalerts/mails/nl/new_order.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(451, 1, 0, 'Generate txt template new_order at /var/www/html/modules//ps_emailalerts/mails/nl/new_order.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(452, 1, 0, 'Generate html template order_changed at /var/www/html/modules//ps_emailalerts/mails/nl/order_changed.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(453, 1, 0, 'Generate txt template order_changed at /var/www/html/modules//ps_emailalerts/mails/nl/order_changed.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(454, 1, 0, 'Generate html template productcoverage at /var/www/html/modules//ps_emailalerts/mails/nl/productcoverage.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(455, 1, 0, 'Generate txt template productcoverage at /var/www/html/modules//ps_emailalerts/mails/nl/productcoverage.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(456, 1, 0, 'Generate html template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/nl/productoutofstock.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(457, 1, 0, 'Generate txt template productoutofstock at /var/www/html/modules//ps_emailalerts/mails/nl/productoutofstock.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(458, 1, 0, 'Generate html template return_slip at /var/www/html/modules//ps_emailalerts/mails/nl/return_slip.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(459, 1, 0, 'Generate txt template return_slip at /var/www/html/modules//ps_emailalerts/mails/nl/return_slip.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(460, 1, 0, 'Generate html template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_conf.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(461, 1, 0, 'Generate txt template newsletter_conf at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_conf.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(462, 1, 0, 'Generate html template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_verif.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(463, 1, 0, 'Generate txt template newsletter_verif at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_verif.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(464, 1, 0, 'Generate html template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(465, 1, 0, 'Generate txt template newsletter_voucher at /var/www/html/modules//ps_emailsubscription/mails/nl/newsletter_voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(466, 1, 0, 'Generate html template followup_1 at /var/www/html/modules//ps_reminder/mails/nl/followup_1.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(467, 1, 0, 'Generate txt template followup_1 at /var/www/html/modules//ps_reminder/mails/nl/followup_1.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(468, 1, 0, 'Generate html template followup_2 at /var/www/html/modules//ps_reminder/mails/nl/followup_2.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(469, 1, 0, 'Generate txt template followup_2 at /var/www/html/modules//ps_reminder/mails/nl/followup_2.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(470, 1, 0, 'Generate html template followup_3 at /var/www/html/modules//ps_reminder/mails/nl/followup_3.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(471, 1, 0, 'Generate txt template followup_3 at /var/www/html/modules//ps_reminder/mails/nl/followup_3.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(472, 1, 0, 'Generate html template followup_4 at /var/www/html/modules//ps_reminder/mails/nl/followup_4.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(473, 1, 0, 'Generate txt template followup_4 at /var/www/html/modules//ps_reminder/mails/nl/followup_4.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(474, 1, 0, 'Generate html template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/nl/referralprogram-congratulations.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(475, 1, 0, 'Generate txt template referralprogram-congratulations at /var/www/html/modules//referralprogram/mails/nl/referralprogram-congratulations.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(476, 1, 0, 'Generate html template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/nl/referralprogram-invitation.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(477, 1, 0, 'Generate txt template referralprogram-invitation at /var/www/html/modules//referralprogram/mails/nl/referralprogram-invitation.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(478, 1, 0, 'Generate html template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/nl/referralprogram-voucher.html', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(479, 1, 0, 'Generate txt template referralprogram-voucher at /var/www/html/modules//referralprogram/mails/nl/referralprogram-voucher.txt', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:10:50', '2024-01-23 10:10:50'), +(480, 1, 0, 'API Call received = /admin1/index.php?controller=apiSecurityPsMbo&token=3928dd8147d072f41f81248f8be0ac6f', '', 0, 1, NULL, 1, 0, 1, '2024-01-23 10:11:56', '2024-01-23 10:11:56'), +(481, 3, 0, 'Swift Error: Expected response code 220 but got an empty response', 'SwiftMessage', 0, 1, NULL, 1, 0, 0, '2024-01-23 10:12:20', '2024-01-23 10:12:20'); DROP TABLE IF EXISTS `ps_mail`; CREATE TABLE `ps_mail` ( @@ -9810,8 +8133,8 @@ CREATE TABLE `ps_manufacturer` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_manufacturer` (`id_manufacturer`, `name`, `date_add`, `date_upd`, `active`) VALUES -(1, 'Studio Design', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1), -(2, 'Graphic Corner', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1); +(1, 'Studio Design', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1), +(2, 'Graphic Corner', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1); DROP TABLE IF EXISTS `ps_manufacturer_lang`; CREATE TABLE `ps_manufacturer_lang` ( @@ -9845,6 +8168,27 @@ INSERT INTO `ps_manufacturer_shop` (`id_manufacturer`, `id_shop`) VALUES (1, 1), (2, 1); +DROP TABLE IF EXISTS `ps_mbo_api_config`; +CREATE TABLE `ps_mbo_api_config` ( + `id_mbo_api_config` int(10) unsigned NOT NULL AUTO_INCREMENT, + `config_key` varchar(255) DEFAULT NULL, + `config_value` varchar(255) DEFAULT NULL, + `ps_version` varchar(255) DEFAULT NULL, + `mbo_version` varchar(255) DEFAULT NULL, + `applied` tinyint(1) NOT NULL DEFAULT '0', + `date_add` datetime NOT NULL, + PRIMARY KEY (`id_mbo_api_config`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8; + +INSERT INTO `ps_mbo_api_config` (`id_mbo_api_config`, `config_key`, `config_value`, `ps_version`, `mbo_version`, `applied`, `date_add`) VALUES +(1, 'module_selection_menu_link', 'hide', '8.0', '4.1', 0, '2024-01-23 09:50:58'), +(2, 'module_selection_menu_link', 'hide', '8.0', '4.2', 0, '2024-01-23 09:50:58'), +(3, 'module_selection_menu_link', 'hide', '8.0', '4.3', 0, '2024-01-23 09:50:58'), +(4, 'theme_catalog_menu_link', 'show', '8.0', '4.1', 0, '2024-01-23 09:50:58'), +(5, 'theme_catalog_menu_link', 'show', '8.0', '4.2', 0, '2024-01-23 09:50:58'), +(6, 'theme_catalog_menu_link', 'show', '8.0', '4.3', 0, '2024-01-23 09:50:58'), +(7, 'theme_catalog_menu_link', 'show', '8.0', '4.4', 0, '2024-01-23 09:50:58'); + DROP TABLE IF EXISTS `ps_memcached_servers`; CREATE TABLE `ps_memcached_servers` ( `id_memcached_server` int(11) unsigned NOT NULL AUTO_INCREMENT, @@ -9929,12 +8273,12 @@ INSERT INTO `ps_meta` (`id_meta`, `page`, `configurable`) VALUES (35, 'module-ps_shoppingcart-ajax', 1), (36, 'module-ps_emailsubscription-verification', 1), (37, 'module-ps_emailsubscription-subscription', 1), -(38, 'module-ps_checkpayment-payment', 1), -(39, 'module-ps_checkpayment-validation', 1), -(40, 'module-ps_emailalerts-account', 1), -(41, 'module-ps_wirepayment-payment', 1), -(42, 'module-ps_wirepayment-validation', 1), -(43, 'module-ps_cashondelivery-validation', 1); +(38, 'module-ps_cashondelivery-validation', 1), +(39, 'module-ps_checkpayment-payment', 1), +(40, 'module-ps_checkpayment-validation', 1), +(41, 'module-ps_emailalerts-account', 1), +(42, 'module-ps_wirepayment-payment', 1), +(43, 'module-ps_wirepayment-validation', 1); DROP TABLE IF EXISTS `ps_meta_lang`; CREATE TABLE `ps_meta_lang` ( @@ -9952,83 +8296,83 @@ CREATE TABLE `ps_meta_lang` ( INSERT INTO `ps_meta_lang` (`id_meta`, `id_shop`, `id_lang`, `title`, `description`, `keywords`, `url_rewrite`) VALUES (1, 1, 1, '404 error', 'This page cannot be found', '', 'page-not-found'), -(1, 1, 2, '404 fout', 'We hebben de pagina niet gevonden', '', 'pagina-niet-gevonden'), -(1, 1, 3, 'Fehler 404', 'Seite wurde nicht gefunden', '', 'seite-nicht-gefunden'), -(2, 1, 1, 'Best sales', 'Our best sales', '', 'best-sales'), -(2, 1, 2, 'Best verkochte artikelen', 'Onze best verkochte artikelen', '', 'best-verkochte-artikelen'), -(2, 1, 3, 'Verkaufshits', 'Verkaufshits', '', 'verkaufshits'), +(1, 1, 2, 'Fehler 404', 'Seite wurde nicht gefunden', '', 'seite-nicht-gefunden'), +(1, 1, 3, '404 fout', 'We hebben de pagina niet gevonden', '', 'pagina-niet-gevonden'), +(2, 1, 1, 'Best sellers', 'Our best sales', '', 'best-sellers'), +(2, 1, 2, 'Verkaufshits', 'Verkaufshits', '', 'best-sellers'), +(2, 1, 3, 'Best verkochte producten', 'Onze best verkochte artikelen', '', 'best verkochte producten'), (3, 1, 1, 'Contact us', 'Use our form to contact us', '', 'contact-us'), -(3, 1, 2, 'Contacteer ons', 'Neem contact met ons op via ons formulier', '', 'contact-opnemen'), -(3, 1, 3, 'Kontaktieren Sie uns', 'Nutzen Sie unser Kontaktformular', '', 'kontakt'), -(4, 1, 1, '', 'Shop powered by PrestaShop', '', ''), -(4, 1, 2, '', 'Winkel gerund met behulp van PrestaShop', '', ''), -(4, 1, 3, '', 'Powered by PrestaShop', '', ''), +(3, 1, 2, 'Kontaktieren Sie uns', 'Nutzen Sie unser Kontaktformular', '', 'kontakt'), +(3, 1, 3, 'Contacteer ons', 'Neem contact met ons op via ons formulier', '', 'contact-opnemen'), +(4, 1, 1, '', '', '', ''), +(4, 1, 2, '', '', '', ''), +(4, 1, 3, '', '', '', ''), (5, 1, 1, 'Brands', 'Brands list', '', 'brands'), -(5, 1, 2, 'Merken', 'Merkenlijst', '', 'merken'), -(5, 1, 3, 'Marken', 'Brands list', '', 'Marken'), +(5, 1, 2, 'Marken', 'Brands list', '', 'Marken'), +(5, 1, 3, 'Merken', 'Merkenlijst', '', 'merken'), (6, 1, 1, 'New products', 'Our new products', '', 'new-products'), -(6, 1, 2, 'Nieuwe producten', 'Onze nieuwe producten', '', 'nieuwe-producten'), -(6, 1, 3, 'Neue Artikel', 'Neue Artikel', '', 'neue-artikel'), +(6, 1, 2, 'Neue Artikel', 'Neue Artikel', '', 'neue-artikel'), +(6, 1, 3, 'Nieuwe producten', 'Onze nieuwe producten', '', 'nieuwe-producten'), (7, 1, 1, 'Forgot your password', 'Enter the e-mail address you use to sign in to receive an e-mail with a new password', '', 'password-recovery'), -(7, 1, 2, 'Uw wachtwoord vergeten', 'Voer het e-mailadres in dat u heeft gebruikt voor uw aanmelding om een e-mail met een nieuw wachtwoord te ontvangen', '', 'wachtwoord-opvragen'), -(7, 1, 3, 'Passwort vergessen?', 'Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.', '', 'passwort-zuruecksetzen'), +(7, 1, 2, 'Passwort vergessen?', 'Geben Sie hier die E-Mail ein, unter der Sie sich angemeldet haben. Sie erhalten dann ein neues Passwort.', '', 'passwort-zuruecksetzen'), +(7, 1, 3, 'Uw wachtwoord vergeten', 'Voer het e-mailadres in dat u heeft gebruikt voor uw aanmelding om een e-mail met een nieuw wachtwoord te ontvangen', '', 'wachtwoord-opvragen'), (8, 1, 1, 'Prices drop', 'Our special products', '', 'prices-drop'), -(8, 1, 2, 'Aanbiedingen', 'Onze speciale producten', '', 'aanbiedingen'), -(8, 1, 3, 'Angebote', 'Our special products', '', 'angebote'), +(8, 1, 2, 'Angebote', 'Our special products', '', 'angebote'), +(8, 1, 3, 'Aanbiedingen', 'Onze speciale producten', '', 'aanbiedingen'), (9, 1, 1, 'Sitemap', 'Lost ? Find what your are looking for', '', 'sitemap'), -(9, 1, 2, 'Sitemap', 'De weg kwijt? Vinden wat u zoekt', '', 'sitemap'), -(9, 1, 3, 'Sitemap', 'Wissen Sie nicht weiter? Vielleicht finden Sie es hier', '', 'Sitemap'), -(10, 1, 1, 'Suppliers', 'Suppliers list', '', 'supplier'), -(10, 1, 2, 'Leveranciers', 'Lijst met leveranciers', '', 'leverancier'), -(10, 1, 3, 'Lieferanten', 'Lieferanten-Liste', '', 'lieferant'), +(9, 1, 2, 'Sitemap', 'Wissen Sie nicht weiter? Vielleicht finden Sie es hier', '', 'Sitemap'), +(9, 1, 3, 'Sitemap', 'De weg kwijt? Vinden wat u zoekt', '', 'sitemap'), +(10, 1, 1, 'Suppliers', 'Suppliers list', '', 'suppliers'), +(10, 1, 2, 'Lieferanten', 'Lieferanten-Liste', '', 'suppliers'), +(10, 1, 3, 'Leveranciers', 'Lijst met leveranciers', '', 'leveranciers'), (11, 1, 1, 'Address', '', '', 'address'), -(11, 1, 2, 'Adres', '', '', 'adres'), -(11, 1, 3, 'Straße', '', '', 'adresse'), +(11, 1, 2, 'Straße', '', '', 'adresse'), +(11, 1, 3, 'Adres', '', '', 'adres'), (12, 1, 1, 'Addresses', '', '', 'addresses'), (12, 1, 2, 'Adressen', '', '', 'adressen'), (12, 1, 3, 'Adressen', '', '', 'adressen'), (13, 1, 1, 'Login', '', '', 'login'), -(13, 1, 2, 'Inloggen', '', '', 'aanmelden'), -(13, 1, 3, 'Anmelden', '', '', 'anmeldung'), +(13, 1, 2, 'Anmelden', '', '', 'anmeldung'), +(13, 1, 3, 'Inloggen', '', '', 'aanmelden'), (14, 1, 1, 'Registration', '', '', 'registration'), -(14, 1, 2, 'Registratie', '', '', 'registratie'), -(14, 1, 3, 'Anmeldung', '', '', 'registration'), +(14, 1, 2, 'Anmeldung', '', '', 'registration'), +(14, 1, 3, 'Registratie', '', '', 'registratie'), (15, 1, 1, 'Cart', '', '', 'cart'), -(15, 1, 2, 'Winkelwagen', '', '', 'winkelmandje'), -(15, 1, 3, 'Warenkorb', '', '', 'warenkorb'), +(15, 1, 2, 'Warenkorb', '', '', 'warenkorb'), +(15, 1, 3, 'Winkelwagen', '', '', 'winkelmandje'), (16, 1, 1, 'Discount', '', '', 'discount'), -(16, 1, 2, 'Korting', '', '', 'korting'), -(16, 1, 3, 'Rabatt', '', '', 'Rabatt'), +(16, 1, 2, 'Rabatt', '', '', 'Rabatt'), +(16, 1, 3, 'Korting', '', '', 'korting'), (17, 1, 1, 'Order history', '', '', 'order-history'), -(17, 1, 2, 'Bestelgeschiedenis', '', '', 'besteloverzicht'), -(17, 1, 3, 'Bestellverlauf', '', '', 'bestellungsverlauf'), +(17, 1, 2, 'Bestellverlauf', '', '', 'bestellungsverlauf'), +(17, 1, 3, 'Bestelgeschiedenis', '', '', 'besteloverzicht'), (18, 1, 1, 'Identity', '', '', 'identity'), -(18, 1, 2, 'Identiteit', '', '', 'identiteit'), -(18, 1, 3, 'Profil', '', '', 'profil'), +(18, 1, 2, 'Profil', '', '', 'profil'), +(18, 1, 3, 'Identiteit', '', '', 'identiteit'), (19, 1, 1, 'My account', '', '', 'my-account'), -(19, 1, 2, 'Mijn account', '', '', 'mijn-account'), -(19, 1, 3, 'Ihr Kundenbereich', '', '', 'mein-Konto'), +(19, 1, 2, 'Ihr Kundenbereich', '', '', 'mein-Konto'), +(19, 1, 3, 'Mijn account', '', '', 'mijn-account'), (20, 1, 1, 'Order follow', '', '', 'order-follow'), -(20, 1, 2, 'Bestelling volgen', '', '', 'bestelling-volgen'), -(20, 1, 3, 'Bestellung verfolgen', '', '', 'bestellverfolgung'), +(20, 1, 2, 'Bestellung verfolgen', '', '', 'bestellverfolgung'), +(20, 1, 3, 'Bestelling volgen', '', '', 'bestelling-volgen'), (21, 1, 1, 'Credit slip', '', '', 'credit-slip'), -(21, 1, 2, 'Creditnota', '', '', 'bestel-bon'), -(21, 1, 3, 'Rechnungskorrektur', '', '', 'bestellschein'), +(21, 1, 2, 'Rechnungskorrektur', '', '', 'bestellschein'), +(21, 1, 3, 'Creditnota', '', '', 'bestel-bon'), (22, 1, 1, 'Order', '', '', 'order'), -(22, 1, 2, 'Bestelling', '', '', 'bestelling'), -(22, 1, 3, 'Bestellung', '', '', 'Bestellung'), +(22, 1, 2, 'Bestellung', '', '', 'Bestellung'), +(22, 1, 3, 'Bestelling', '', '', 'bestelling'), (23, 1, 1, 'Search', '', '', 'search'), -(23, 1, 2, 'Zoeken', '', '', 'zoeken'), -(23, 1, 3, 'Suche', '', '', 'suche'), +(23, 1, 2, 'Suche', '', '', 'suche'), +(23, 1, 3, 'Zoeken', '', '', 'zoeken'), (24, 1, 1, 'Stores', '', '', 'stores'), -(24, 1, 2, 'Winkels', '', '', 'winkels'), -(24, 1, 3, 'Shops', '', '', 'shops'), +(24, 1, 2, 'Shops', '', '', 'shops'), +(24, 1, 3, 'Winkels', '', '', 'winkels'), (25, 1, 1, 'Guest tracking', '', '', 'guest-tracking'), -(25, 1, 2, 'Bestelling volgen als gast', '', '', 'bestelling-volgen-als-gast'), -(25, 1, 3, 'Auftragsverfolgung Gast', '', '', 'auftragsverfolgung-gast'), +(25, 1, 2, 'Auftragsverfolgung Gast', '', '', 'auftragsverfolgung-gast'), +(25, 1, 3, 'Bestelling volgen als gast', '', '', 'bestelling-volgen-als-gast'), (26, 1, 1, 'Order confirmation', '', '', 'order-confirmation'), -(26, 1, 2, 'Bestelling bevestigd', '', '', 'order-bevestiging'), -(26, 1, 3, 'Bestellbestätigung', '', '', 'bestellbestaetigung'), +(26, 1, 2, 'Bestellbestätigung', '', '', 'bestellbestaetigung'), +(26, 1, 3, 'Bestelling bevestigd', '', '', 'order-bevestiging'), (35, 1, 1, '', '', '', ''), (35, 1, 2, '', '', '', ''), (35, 1, 3, '', '', '', ''), @@ -10069,71 +8413,74 @@ CREATE TABLE `ps_module` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_module` (`id_module`, `name`, `active`, `version`) VALUES -(1, 'ps_linklist', 1, '5.0.5'), -(2, 'blockreassurance', 1, '5.1.1'), -(3, 'blockwishlist', 1, '2.1.2'), -(4, 'psgdpr', 1, '1.4.2'), -(5, 'ps_contactinfo', 1, '3.3.1'), -(6, 'ps_languageselector', 1, '2.1.0'), -(7, 'ps_currencyselector', 1, '2.0.1'), +(1, 'ps_linklist', 1, '6.0.4'), +(2, 'blockreassurance', 1, '5.1.2'), +(3, 'blockwishlist', 1, '3.0.1'), +(4, 'psgdpr', 1, '1.4.3'), +(5, 'ps_contactinfo', 1, '3.3.2'), +(6, 'ps_languageselector', 1, '2.1.3'), +(7, 'ps_currencyselector', 1, '2.1.1'), (8, 'ps_customersignin', 1, '2.0.5'), -(9, 'ps_shoppingcart', 1, '2.0.5'), -(10, 'ps_mainmenu', 1, '2.3.1'), +(9, 'ps_shoppingcart', 1, '2.0.7'), +(10, 'ps_mainmenu', 1, '2.3.2'), (11, 'ps_searchbar', 1, '2.1.3'), -(12, 'ps_imageslider', 1, '3.1.1'), -(13, 'ps_featuredproducts', 1, '2.1.2'), +(12, 'ps_imageslider', 1, '3.1.3'), +(13, 'ps_featuredproducts', 1, '2.1.4'), (14, 'ps_banner', 1, '2.1.2'), -(15, 'ps_customtext', 1, '4.2.0'), -(16, 'ps_specials', 1, '1.0.1'), -(17, 'ps_newproducts', 1, '1.0.1'), -(18, 'ps_bestsellers', 1, '1.0.3'), -(19, 'ps_emailsubscription', 1, '2.7.0'), -(20, 'ps_socialfollow', 1, '2.2.0'), -(21, 'ps_customeraccountlinks', 1, '3.1.1'), -(22, 'productcomments', 1, '5.0.2'), -(23, 'ps_categorytree', 1, '2.0.2'), -(25, 'contactform', 1, '4.3.0'), -(26, 'ps_sharebuttons', 1, '2.1.1'), -(27, 'statscarrier', 1, '2.0.1'), -(28, 'ps_brandlist', 1, '1.0.3'), -(29, 'statsbestcategories', 1, '2.0.1'), -(30, 'statssales', 1, '2.1.0'), -(31, 'dashproducts', 1, '2.1.1'), -(32, 'ps_checkpayment', 1, '2.0.5'), -(33, 'statssearch', 1, '2.0.2'), -(34, 'statscatalog', 1, '2.0.2'), -(35, 'ps_categoryproducts', 1, '1.0.4'), -(36, 'statspersonalinfos', 1, '2.0.4'), -(37, 'statsforecast', 1, '2.0.4'), -(38, 'ps_distributionapiclient', 1, '1.0.2'), -(39, 'statsbestvouchers', 1, '2.0.1'), -(40, 'ps_viewedproduct', 1, '1.2.2'), -(41, 'statsbestproducts', 1, '2.0.1'), -(42, 'statsregistrations', 1, '2.0.1'), -(43, 'ps_supplierlist', 1, '1.0.4'), -(44, 'statscheckup', 1, '2.0.2'), -(45, 'ps_googleanalytics', 1, '4.1.2'), -(46, 'dashactivity', 1, '2.0.2'), -(47, 'gsitemap', 1, '4.2.0'), -(48, 'pagesnotfound', 1, '2.0.2'), -(49, 'ps_dataprivacy', 1, '2.1.0'), -(50, 'graphnvd3', 1, '2.0.2'), -(51, 'ps_themecusto', 1, '1.2.1'), -(52, 'ps_emailalerts', 1, '2.3.3'), -(53, 'ps_wirepayment', 1, '2.1.3'), -(54, 'statsnewsletter', 1, '2.0.3'), -(55, 'statsbestmanufacturers', 1, '2.0.0'), -(56, 'statsproduct', 1, '2.1.1'), -(57, 'ps_crossselling', 1, '2.0.1'), -(58, 'dashtrends', 1, '2.0.3'), -(59, 'statsstock', 1, '2.0.0'), -(60, 'gridhtml', 1, '2.0.2'), -(61, 'statsbestsuppliers', 1, '2.0.0'), -(62, 'dashgoals', 1, '2.0.2'), -(63, 'statsdata', 1, '2.1.0'), -(64, 'ps_cashondelivery', 1, '2.0.1'), -(65, 'statsbestcustomers', 1, '2.0.3'), -(67, 'ps_facetedsearch', 1, '3.8.0'); +(15, 'ps_customtext', 1, '4.2.1'), +(16, 'ps_specials', 1, '1.0.2'), +(17, 'ps_newproducts', 1, '1.0.4'), +(18, 'ps_bestsellers', 1, '1.0.6'), +(19, 'ps_emailsubscription', 1, '2.7.1'), +(20, 'ps_socialfollow', 1, '2.3.0'), +(21, 'ps_customeraccountlinks', 1, '3.2.0'), +(22, 'productcomments', 1, '6.0.2'), +(23, 'ps_categorytree', 1, '2.0.3'), +(25, 'contactform', 1, '4.4.1'), +(26, 'ps_sharebuttons', 1, '2.1.2'), +(27, 'dashactivity', 1, '2.1.0'), +(28, 'dashgoals', 1, '2.0.4'), +(29, 'dashproducts', 1, '2.1.3'), +(30, 'dashtrends', 1, '2.1.2'), +(31, 'graphnvd3', 1, '2.0.3'), +(32, 'gridhtml', 1, '2.0.3'), +(33, 'gsitemap', 1, '4.3.0'), +(34, 'pagesnotfound', 1, '2.0.2'), +(35, 'ps_brandlist', 1, '1.0.3'), +(36, 'ps_cashondelivery', 1, '2.0.1'), +(37, 'ps_categoryproducts', 1, '1.0.7'), +(38, 'ps_checkpayment', 1, '2.0.6'), +(39, 'ps_crossselling', 1, '2.0.2'), +(40, 'ps_dataprivacy', 1, '2.1.1'), +(41, 'ps_distributionapiclient', 1, '1.1.0'), +(42, 'ps_emailalerts', 1, '2.4.2'), +(43, 'ps_faviconnotificationbo', 1, '2.1.3'), +(44, 'ps_googleanalytics', 1, '4.2.2'), +(45, 'ps_supplierlist', 1, '1.0.6'), +(46, 'ps_themecusto', 1, '1.2.3'), +(47, 'ps_viewedproduct', 1, '1.2.4'), +(48, 'ps_wirepayment', 1, '2.1.3'), +(49, 'statsbestcategories', 1, '2.0.1'), +(50, 'statsbestcustomers', 1, '2.0.4'), +(51, 'statsbestmanufacturers', 1, '2.0.3'), +(52, 'statsbestproducts', 1, '2.0.1'), +(53, 'statsbestsuppliers', 1, '2.0.2'), +(54, 'statsbestvouchers', 1, '2.0.1'), +(55, 'statscarrier', 1, '2.0.1'), +(56, 'statscatalog', 1, '2.0.3'), +(57, 'statscheckup', 1, '2.0.2'), +(58, 'statsdata', 1, '2.1.1'), +(59, 'statsforecast', 1, '2.0.4'), +(60, 'statsnewsletter', 1, '2.0.3'), +(61, 'statspersonalinfos', 1, '2.0.4'), +(62, 'statsproduct', 1, '2.1.1'), +(63, 'statsregistrations', 1, '2.0.1'), +(64, 'statssales', 1, '2.1.0'), +(65, 'statssearch', 1, '2.0.2'), +(66, 'statsstock', 1, '2.0.1'), +(67, 'ps_facetedsearch', 1, '3.13.2'), +(68, 'ps_mbo', 1, '4.8.0'), +(69, 'ps_accounts', 1, '6.3.2'); DROP TABLE IF EXISTS `ps_module_access`; CREATE TABLE `ps_module_access` ( @@ -10143,26 +8490,22 @@ CREATE TABLE `ps_module_access` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES -(1, 461), -(1, 462), -(1, 463), -(1, 464), (1, 465), (1, 466), (1, 467), (1, 468), -(1, 485), -(1, 486), -(1, 487), -(1, 488), +(1, 469), +(1, 470), +(1, 471), +(1, 472), (1, 489), (1, 490), (1, 491), (1, 492), -(1, 501), -(1, 502), -(1, 503), -(1, 504), +(1, 493), +(1, 494), +(1, 495), +(1, 496), (1, 505), (1, 506), (1, 507), @@ -10235,10 +8578,10 @@ INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES (1, 574), (1, 575), (1, 576), -(1, 581), -(1, 582), -(1, 583), -(1, 584), +(1, 577), +(1, 578), +(1, 579), +(1, 580), (1, 585), (1, 586), (1, 587), @@ -10251,10 +8594,6 @@ INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES (1, 594), (1, 595), (1, 596), -(1, 597), -(1, 598), -(1, 599), -(1, 600), (1, 601), (1, 602), (1, 603), @@ -10319,10 +8658,6 @@ INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES (1, 662), (1, 663), (1, 664), -(1, 665), -(1, 666), -(1, 667), -(1, 668), (1, 669), (1, 670), (1, 671), @@ -10335,14 +8670,14 @@ INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES (1, 678), (1, 679), (1, 680), -(1, 681), -(1, 682), -(1, 683), -(1, 684), -(1, 685), -(1, 686), -(1, 687), -(1, 688), +(1, 693), +(1, 694), +(1, 695), +(1, 696), +(1, 697), +(1, 698), +(1, 699), +(1, 700), (1, 701), (1, 702), (1, 703), @@ -10383,6 +8718,10 @@ INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES (1, 738), (1, 739), (1, 740), +(1, 741), +(1, 742), +(1, 743), +(1, 744), (1, 745), (1, 746), (1, 747), @@ -10399,10 +8738,30 @@ INSERT INTO `ps_module_access` (`id_profile`, `id_authorization_role`) VALUES (1, 758), (1, 759), (1, 760), +(1, 761), +(1, 762), +(1, 763), +(1, 764), +(1, 765), +(1, 766), +(1, 767), +(1, 768), +(1, 769), +(1, 770), +(1, 771), +(1, 772), +(1, 773), +(1, 774), +(1, 775), +(1, 776), (1, 805), (1, 806), (1, 807), -(1, 808); +(1, 808), +(1, 821), +(1, 822), +(1, 823), +(1, 824); DROP TABLE IF EXISTS `ps_module_carrier`; CREATE TABLE `ps_module_carrier` ( @@ -10413,18 +8772,18 @@ CREATE TABLE `ps_module_carrier` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_module_carrier` (`id_module`, `id_shop`, `id_reference`) VALUES -(32, 1, 1), -(32, 1, 2), -(32, 1, 3), -(32, 1, 4), -(53, 1, 1), -(53, 1, 2), -(53, 1, 3), -(53, 1, 4), -(64, 1, 1), -(64, 1, 2), -(64, 1, 3), -(64, 1, 4); +(36, 1, 1), +(36, 1, 2), +(36, 1, 3), +(36, 1, 4), +(38, 1, 1), +(38, 1, 2), +(38, 1, 3), +(38, 1, 4), +(48, 1, 1), +(48, 1, 2), +(48, 1, 3), +(48, 1, 4); DROP TABLE IF EXISTS `ps_module_country`; CREATE TABLE `ps_module_country` ( @@ -10435,729 +8794,729 @@ CREATE TABLE `ps_module_country` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_module_country` (`id_module`, `id_shop`, `id_country`) VALUES -(32, 1, 1), -(32, 1, 2), -(32, 1, 3), -(32, 1, 4), -(32, 1, 5), -(32, 1, 6), -(32, 1, 7), -(32, 1, 8), -(32, 1, 9), -(32, 1, 10), -(32, 1, 11), -(32, 1, 12), -(32, 1, 13), -(32, 1, 14), -(32, 1, 15), -(32, 1, 16), -(32, 1, 17), -(32, 1, 18), -(32, 1, 19), -(32, 1, 20), -(32, 1, 21), -(32, 1, 22), -(32, 1, 23), -(32, 1, 24), -(32, 1, 25), -(32, 1, 26), -(32, 1, 27), -(32, 1, 28), -(32, 1, 29), -(32, 1, 30), -(32, 1, 31), -(32, 1, 32), -(32, 1, 33), -(32, 1, 34), -(32, 1, 35), -(32, 1, 36), -(32, 1, 37), -(32, 1, 38), -(32, 1, 39), -(32, 1, 40), -(32, 1, 41), -(32, 1, 42), -(32, 1, 43), -(32, 1, 44), -(32, 1, 45), -(32, 1, 46), -(32, 1, 47), -(32, 1, 48), -(32, 1, 49), -(32, 1, 50), -(32, 1, 51), -(32, 1, 52), -(32, 1, 53), -(32, 1, 54), -(32, 1, 55), -(32, 1, 56), -(32, 1, 57), -(32, 1, 58), -(32, 1, 59), -(32, 1, 60), -(32, 1, 61), -(32, 1, 62), -(32, 1, 63), -(32, 1, 64), -(32, 1, 65), -(32, 1, 66), -(32, 1, 67), -(32, 1, 68), -(32, 1, 69), -(32, 1, 70), -(32, 1, 71), -(32, 1, 72), -(32, 1, 73), -(32, 1, 74), -(32, 1, 75), -(32, 1, 76), -(32, 1, 77), -(32, 1, 78), -(32, 1, 79), -(32, 1, 80), -(32, 1, 81), -(32, 1, 82), -(32, 1, 83), -(32, 1, 84), -(32, 1, 85), -(32, 1, 86), -(32, 1, 87), -(32, 1, 88), -(32, 1, 89), -(32, 1, 90), -(32, 1, 91), -(32, 1, 92), -(32, 1, 93), -(32, 1, 94), -(32, 1, 95), -(32, 1, 96), -(32, 1, 97), -(32, 1, 98), -(32, 1, 99), -(32, 1, 100), -(32, 1, 101), -(32, 1, 102), -(32, 1, 103), -(32, 1, 104), -(32, 1, 105), -(32, 1, 106), -(32, 1, 107), -(32, 1, 108), -(32, 1, 109), -(32, 1, 110), -(32, 1, 111), -(32, 1, 112), -(32, 1, 113), -(32, 1, 114), -(32, 1, 115), -(32, 1, 116), -(32, 1, 117), -(32, 1, 118), -(32, 1, 119), -(32, 1, 120), -(32, 1, 121), -(32, 1, 122), -(32, 1, 123), -(32, 1, 124), -(32, 1, 125), -(32, 1, 126), -(32, 1, 127), -(32, 1, 128), -(32, 1, 129), -(32, 1, 130), -(32, 1, 131), -(32, 1, 132), -(32, 1, 133), -(32, 1, 134), -(32, 1, 135), -(32, 1, 136), -(32, 1, 137), -(32, 1, 138), -(32, 1, 139), -(32, 1, 140), -(32, 1, 141), -(32, 1, 142), -(32, 1, 143), -(32, 1, 144), -(32, 1, 145), -(32, 1, 146), -(32, 1, 147), -(32, 1, 148), -(32, 1, 149), -(32, 1, 150), -(32, 1, 151), -(32, 1, 152), -(32, 1, 153), -(32, 1, 154), -(32, 1, 155), -(32, 1, 156), -(32, 1, 157), -(32, 1, 158), -(32, 1, 159), -(32, 1, 160), -(32, 1, 161), -(32, 1, 162), -(32, 1, 163), -(32, 1, 164), -(32, 1, 165), -(32, 1, 166), -(32, 1, 167), -(32, 1, 168), -(32, 1, 169), -(32, 1, 170), -(32, 1, 171), -(32, 1, 172), -(32, 1, 173), -(32, 1, 174), -(32, 1, 175), -(32, 1, 176), -(32, 1, 177), -(32, 1, 178), -(32, 1, 179), -(32, 1, 180), -(32, 1, 181), -(32, 1, 182), -(32, 1, 183), -(32, 1, 184), -(32, 1, 185), -(32, 1, 186), -(32, 1, 187), -(32, 1, 188), -(32, 1, 189), -(32, 1, 190), -(32, 1, 191), -(32, 1, 192), -(32, 1, 193), -(32, 1, 194), -(32, 1, 195), -(32, 1, 196), -(32, 1, 197), -(32, 1, 198), -(32, 1, 199), -(32, 1, 200), -(32, 1, 201), -(32, 1, 202), -(32, 1, 203), -(32, 1, 204), -(32, 1, 205), -(32, 1, 206), -(32, 1, 207), -(32, 1, 208), -(32, 1, 209), -(32, 1, 210), -(32, 1, 211), -(32, 1, 212), -(32, 1, 213), -(32, 1, 214), -(32, 1, 215), -(32, 1, 216), -(32, 1, 217), -(32, 1, 218), -(32, 1, 219), -(32, 1, 220), -(32, 1, 221), -(32, 1, 222), -(32, 1, 223), -(32, 1, 224), -(32, 1, 225), -(32, 1, 226), -(32, 1, 227), -(32, 1, 228), -(32, 1, 229), -(32, 1, 230), -(32, 1, 231), -(32, 1, 232), -(32, 1, 233), -(32, 1, 234), -(32, 1, 235), -(32, 1, 236), -(32, 1, 237), -(32, 1, 238), -(32, 1, 239), -(32, 1, 240), -(32, 1, 241), -(53, 1, 1), -(53, 1, 2), -(53, 1, 3), -(53, 1, 4), -(53, 1, 5), -(53, 1, 6), -(53, 1, 7), -(53, 1, 8), -(53, 1, 9), -(53, 1, 10), -(53, 1, 11), -(53, 1, 12), -(53, 1, 13), -(53, 1, 14), -(53, 1, 15), -(53, 1, 16), -(53, 1, 17), -(53, 1, 18), -(53, 1, 19), -(53, 1, 20), -(53, 1, 21), -(53, 1, 22), -(53, 1, 23), -(53, 1, 24), -(53, 1, 25), -(53, 1, 26), -(53, 1, 27), -(53, 1, 28), -(53, 1, 29), -(53, 1, 30), -(53, 1, 31), -(53, 1, 32), -(53, 1, 33), -(53, 1, 34), -(53, 1, 35), -(53, 1, 36), -(53, 1, 37), -(53, 1, 38), -(53, 1, 39), -(53, 1, 40), -(53, 1, 41), -(53, 1, 42), -(53, 1, 43), -(53, 1, 44), -(53, 1, 45), -(53, 1, 46), -(53, 1, 47), -(53, 1, 48), -(53, 1, 49), -(53, 1, 50), -(53, 1, 51), -(53, 1, 52), -(53, 1, 53), -(53, 1, 54), -(53, 1, 55), -(53, 1, 56), -(53, 1, 57), -(53, 1, 58), -(53, 1, 59), -(53, 1, 60), -(53, 1, 61), -(53, 1, 62), -(53, 1, 63), -(53, 1, 64), -(53, 1, 65), -(53, 1, 66), -(53, 1, 67), -(53, 1, 68), -(53, 1, 69), -(53, 1, 70), -(53, 1, 71), -(53, 1, 72), -(53, 1, 73), -(53, 1, 74), -(53, 1, 75), -(53, 1, 76), -(53, 1, 77), -(53, 1, 78), -(53, 1, 79), -(53, 1, 80), -(53, 1, 81), -(53, 1, 82), -(53, 1, 83), -(53, 1, 84), -(53, 1, 85), -(53, 1, 86), -(53, 1, 87), -(53, 1, 88), -(53, 1, 89), -(53, 1, 90), -(53, 1, 91), -(53, 1, 92), -(53, 1, 93), -(53, 1, 94), -(53, 1, 95), -(53, 1, 96), -(53, 1, 97), -(53, 1, 98), -(53, 1, 99), -(53, 1, 100), -(53, 1, 101), -(53, 1, 102), -(53, 1, 103), -(53, 1, 104), -(53, 1, 105), -(53, 1, 106), -(53, 1, 107), -(53, 1, 108), -(53, 1, 109), -(53, 1, 110), -(53, 1, 111), -(53, 1, 112), -(53, 1, 113), -(53, 1, 114), -(53, 1, 115), -(53, 1, 116), -(53, 1, 117), -(53, 1, 118), -(53, 1, 119), -(53, 1, 120), -(53, 1, 121), -(53, 1, 122), -(53, 1, 123), -(53, 1, 124), -(53, 1, 125), -(53, 1, 126), -(53, 1, 127), -(53, 1, 128), -(53, 1, 129), -(53, 1, 130), -(53, 1, 131), -(53, 1, 132), -(53, 1, 133), -(53, 1, 134), -(53, 1, 135), -(53, 1, 136), -(53, 1, 137), -(53, 1, 138), -(53, 1, 139), -(53, 1, 140), -(53, 1, 141), -(53, 1, 142), -(53, 1, 143), -(53, 1, 144), -(53, 1, 145), -(53, 1, 146), -(53, 1, 147), -(53, 1, 148), -(53, 1, 149), -(53, 1, 150), -(53, 1, 151), -(53, 1, 152), -(53, 1, 153), -(53, 1, 154), -(53, 1, 155), -(53, 1, 156), -(53, 1, 157), -(53, 1, 158), -(53, 1, 159), -(53, 1, 160), -(53, 1, 161), -(53, 1, 162), -(53, 1, 163), -(53, 1, 164), -(53, 1, 165), -(53, 1, 166), -(53, 1, 167), -(53, 1, 168), -(53, 1, 169), -(53, 1, 170), -(53, 1, 171), -(53, 1, 172), -(53, 1, 173), -(53, 1, 174), -(53, 1, 175), -(53, 1, 176), -(53, 1, 177), -(53, 1, 178), -(53, 1, 179), -(53, 1, 180), -(53, 1, 181), -(53, 1, 182), -(53, 1, 183), -(53, 1, 184), -(53, 1, 185), -(53, 1, 186), -(53, 1, 187), -(53, 1, 188), -(53, 1, 189), -(53, 1, 190), -(53, 1, 191), -(53, 1, 192), -(53, 1, 193), -(53, 1, 194), -(53, 1, 195), -(53, 1, 196), -(53, 1, 197), -(53, 1, 198), -(53, 1, 199), -(53, 1, 200), -(53, 1, 201), -(53, 1, 202), -(53, 1, 203), -(53, 1, 204), -(53, 1, 205), -(53, 1, 206), -(53, 1, 207), -(53, 1, 208), -(53, 1, 209), -(53, 1, 210), -(53, 1, 211), -(53, 1, 212), -(53, 1, 213), -(53, 1, 214), -(53, 1, 215), -(53, 1, 216), -(53, 1, 217), -(53, 1, 218), -(53, 1, 219), -(53, 1, 220), -(53, 1, 221), -(53, 1, 222), -(53, 1, 223), -(53, 1, 224), -(53, 1, 225), -(53, 1, 226), -(53, 1, 227), -(53, 1, 228), -(53, 1, 229), -(53, 1, 230), -(53, 1, 231), -(53, 1, 232), -(53, 1, 233), -(53, 1, 234), -(53, 1, 235), -(53, 1, 236), -(53, 1, 237), -(53, 1, 238), -(53, 1, 239), -(53, 1, 240), -(53, 1, 241), -(64, 1, 1), -(64, 1, 2), -(64, 1, 3), -(64, 1, 4), -(64, 1, 5), -(64, 1, 6), -(64, 1, 7), -(64, 1, 8), -(64, 1, 9), -(64, 1, 10), -(64, 1, 11), -(64, 1, 12), -(64, 1, 13), -(64, 1, 14), -(64, 1, 15), -(64, 1, 16), -(64, 1, 17), -(64, 1, 18), -(64, 1, 19), -(64, 1, 20), -(64, 1, 21), -(64, 1, 22), -(64, 1, 23), -(64, 1, 24), -(64, 1, 25), -(64, 1, 26), -(64, 1, 27), -(64, 1, 28), -(64, 1, 29), -(64, 1, 30), -(64, 1, 31), -(64, 1, 32), -(64, 1, 33), -(64, 1, 34), -(64, 1, 35), -(64, 1, 36), -(64, 1, 37), -(64, 1, 38), -(64, 1, 39), -(64, 1, 40), -(64, 1, 41), -(64, 1, 42), -(64, 1, 43), -(64, 1, 44), -(64, 1, 45), -(64, 1, 46), -(64, 1, 47), -(64, 1, 48), -(64, 1, 49), -(64, 1, 50), -(64, 1, 51), -(64, 1, 52), -(64, 1, 53), -(64, 1, 54), -(64, 1, 55), -(64, 1, 56), -(64, 1, 57), -(64, 1, 58), -(64, 1, 59), -(64, 1, 60), -(64, 1, 61), -(64, 1, 62), -(64, 1, 63), -(64, 1, 64), -(64, 1, 65), -(64, 1, 66), -(64, 1, 67), -(64, 1, 68), -(64, 1, 69), -(64, 1, 70), -(64, 1, 71), -(64, 1, 72), -(64, 1, 73), -(64, 1, 74), -(64, 1, 75), -(64, 1, 76), -(64, 1, 77), -(64, 1, 78), -(64, 1, 79), -(64, 1, 80), -(64, 1, 81), -(64, 1, 82), -(64, 1, 83), -(64, 1, 84), -(64, 1, 85), -(64, 1, 86), -(64, 1, 87), -(64, 1, 88), -(64, 1, 89), -(64, 1, 90), -(64, 1, 91), -(64, 1, 92), -(64, 1, 93), -(64, 1, 94), -(64, 1, 95), -(64, 1, 96), -(64, 1, 97), -(64, 1, 98), -(64, 1, 99), -(64, 1, 100), -(64, 1, 101), -(64, 1, 102), -(64, 1, 103), -(64, 1, 104), -(64, 1, 105), -(64, 1, 106), -(64, 1, 107), -(64, 1, 108), -(64, 1, 109), -(64, 1, 110), -(64, 1, 111), -(64, 1, 112), -(64, 1, 113), -(64, 1, 114), -(64, 1, 115), -(64, 1, 116), -(64, 1, 117), -(64, 1, 118), -(64, 1, 119), -(64, 1, 120), -(64, 1, 121), -(64, 1, 122), -(64, 1, 123), -(64, 1, 124), -(64, 1, 125), -(64, 1, 126), -(64, 1, 127), -(64, 1, 128), -(64, 1, 129), -(64, 1, 130), -(64, 1, 131), -(64, 1, 132), -(64, 1, 133), -(64, 1, 134), -(64, 1, 135), -(64, 1, 136), -(64, 1, 137), -(64, 1, 138), -(64, 1, 139), -(64, 1, 140), -(64, 1, 141), -(64, 1, 142), -(64, 1, 143), -(64, 1, 144), -(64, 1, 145), -(64, 1, 146), -(64, 1, 147), -(64, 1, 148), -(64, 1, 149), -(64, 1, 150), -(64, 1, 151), -(64, 1, 152), -(64, 1, 153), -(64, 1, 154), -(64, 1, 155), -(64, 1, 156), -(64, 1, 157), -(64, 1, 158), -(64, 1, 159), -(64, 1, 160), -(64, 1, 161), -(64, 1, 162), -(64, 1, 163), -(64, 1, 164), -(64, 1, 165), -(64, 1, 166), -(64, 1, 167), -(64, 1, 168), -(64, 1, 169), -(64, 1, 170), -(64, 1, 171), -(64, 1, 172), -(64, 1, 173), -(64, 1, 174), -(64, 1, 175), -(64, 1, 176), -(64, 1, 177), -(64, 1, 178), -(64, 1, 179), -(64, 1, 180), -(64, 1, 181), -(64, 1, 182), -(64, 1, 183), -(64, 1, 184), -(64, 1, 185), -(64, 1, 186), -(64, 1, 187), -(64, 1, 188), -(64, 1, 189), -(64, 1, 190), -(64, 1, 191), -(64, 1, 192), -(64, 1, 193), -(64, 1, 194), -(64, 1, 195), -(64, 1, 196), -(64, 1, 197), -(64, 1, 198), -(64, 1, 199), -(64, 1, 200), -(64, 1, 201), -(64, 1, 202), -(64, 1, 203), -(64, 1, 204), -(64, 1, 205), -(64, 1, 206), -(64, 1, 207), -(64, 1, 208), -(64, 1, 209), -(64, 1, 210), -(64, 1, 211), -(64, 1, 212), -(64, 1, 213), -(64, 1, 214), -(64, 1, 215), -(64, 1, 216), -(64, 1, 217), -(64, 1, 218), -(64, 1, 219), -(64, 1, 220), -(64, 1, 221), -(64, 1, 222), -(64, 1, 223), -(64, 1, 224), -(64, 1, 225), -(64, 1, 226), -(64, 1, 227), -(64, 1, 228), -(64, 1, 229), -(64, 1, 230), -(64, 1, 231), -(64, 1, 232), -(64, 1, 233), -(64, 1, 234), -(64, 1, 235), -(64, 1, 236), -(64, 1, 237), -(64, 1, 238), -(64, 1, 239), -(64, 1, 240), -(64, 1, 241); +(36, 1, 1), +(36, 1, 2), +(36, 1, 3), +(36, 1, 4), +(36, 1, 5), +(36, 1, 6), +(36, 1, 7), +(36, 1, 8), +(36, 1, 9), +(36, 1, 10), +(36, 1, 11), +(36, 1, 12), +(36, 1, 13), +(36, 1, 14), +(36, 1, 15), +(36, 1, 16), +(36, 1, 17), +(36, 1, 18), +(36, 1, 19), +(36, 1, 20), +(36, 1, 21), +(36, 1, 22), +(36, 1, 23), +(36, 1, 24), +(36, 1, 25), +(36, 1, 26), +(36, 1, 27), +(36, 1, 28), +(36, 1, 29), +(36, 1, 30), +(36, 1, 31), +(36, 1, 32), +(36, 1, 33), +(36, 1, 34), +(36, 1, 35), +(36, 1, 36), +(36, 1, 37), +(36, 1, 38), +(36, 1, 39), +(36, 1, 40), +(36, 1, 41), +(36, 1, 42), +(36, 1, 43), +(36, 1, 44), +(36, 1, 45), +(36, 1, 46), +(36, 1, 47), +(36, 1, 48), +(36, 1, 49), +(36, 1, 50), +(36, 1, 51), +(36, 1, 52), +(36, 1, 53), +(36, 1, 54), +(36, 1, 55), +(36, 1, 56), +(36, 1, 57), +(36, 1, 58), +(36, 1, 59), +(36, 1, 60), +(36, 1, 61), +(36, 1, 62), +(36, 1, 63), +(36, 1, 64), +(36, 1, 65), +(36, 1, 66), +(36, 1, 67), +(36, 1, 68), +(36, 1, 69), +(36, 1, 70), +(36, 1, 71), +(36, 1, 72), +(36, 1, 73), +(36, 1, 74), +(36, 1, 75), +(36, 1, 76), +(36, 1, 77), +(36, 1, 78), +(36, 1, 79), +(36, 1, 80), +(36, 1, 81), +(36, 1, 82), +(36, 1, 83), +(36, 1, 84), +(36, 1, 85), +(36, 1, 86), +(36, 1, 87), +(36, 1, 88), +(36, 1, 89), +(36, 1, 90), +(36, 1, 91), +(36, 1, 92), +(36, 1, 93), +(36, 1, 94), +(36, 1, 95), +(36, 1, 96), +(36, 1, 97), +(36, 1, 98), +(36, 1, 99), +(36, 1, 100), +(36, 1, 101), +(36, 1, 102), +(36, 1, 103), +(36, 1, 104), +(36, 1, 105), +(36, 1, 106), +(36, 1, 107), +(36, 1, 108), +(36, 1, 109), +(36, 1, 110), +(36, 1, 111), +(36, 1, 112), +(36, 1, 113), +(36, 1, 114), +(36, 1, 115), +(36, 1, 116), +(36, 1, 117), +(36, 1, 118), +(36, 1, 119), +(36, 1, 120), +(36, 1, 121), +(36, 1, 122), +(36, 1, 123), +(36, 1, 124), +(36, 1, 125), +(36, 1, 126), +(36, 1, 127), +(36, 1, 128), +(36, 1, 129), +(36, 1, 130), +(36, 1, 131), +(36, 1, 132), +(36, 1, 133), +(36, 1, 134), +(36, 1, 135), +(36, 1, 136), +(36, 1, 137), +(36, 1, 138), +(36, 1, 139), +(36, 1, 140), +(36, 1, 141), +(36, 1, 142), +(36, 1, 143), +(36, 1, 144), +(36, 1, 145), +(36, 1, 146), +(36, 1, 147), +(36, 1, 148), +(36, 1, 149), +(36, 1, 150), +(36, 1, 151), +(36, 1, 152), +(36, 1, 153), +(36, 1, 154), +(36, 1, 155), +(36, 1, 156), +(36, 1, 157), +(36, 1, 158), +(36, 1, 159), +(36, 1, 160), +(36, 1, 161), +(36, 1, 162), +(36, 1, 163), +(36, 1, 164), +(36, 1, 165), +(36, 1, 166), +(36, 1, 167), +(36, 1, 168), +(36, 1, 169), +(36, 1, 170), +(36, 1, 171), +(36, 1, 172), +(36, 1, 173), +(36, 1, 174), +(36, 1, 175), +(36, 1, 176), +(36, 1, 177), +(36, 1, 178), +(36, 1, 179), +(36, 1, 180), +(36, 1, 181), +(36, 1, 182), +(36, 1, 183), +(36, 1, 184), +(36, 1, 185), +(36, 1, 186), +(36, 1, 187), +(36, 1, 188), +(36, 1, 189), +(36, 1, 190), +(36, 1, 191), +(36, 1, 192), +(36, 1, 193), +(36, 1, 194), +(36, 1, 195), +(36, 1, 196), +(36, 1, 197), +(36, 1, 198), +(36, 1, 199), +(36, 1, 200), +(36, 1, 201), +(36, 1, 202), +(36, 1, 203), +(36, 1, 204), +(36, 1, 205), +(36, 1, 206), +(36, 1, 207), +(36, 1, 208), +(36, 1, 209), +(36, 1, 210), +(36, 1, 211), +(36, 1, 212), +(36, 1, 213), +(36, 1, 214), +(36, 1, 215), +(36, 1, 216), +(36, 1, 217), +(36, 1, 218), +(36, 1, 219), +(36, 1, 220), +(36, 1, 221), +(36, 1, 222), +(36, 1, 223), +(36, 1, 224), +(36, 1, 225), +(36, 1, 226), +(36, 1, 227), +(36, 1, 228), +(36, 1, 229), +(36, 1, 230), +(36, 1, 231), +(36, 1, 232), +(36, 1, 233), +(36, 1, 234), +(36, 1, 235), +(36, 1, 236), +(36, 1, 237), +(36, 1, 238), +(36, 1, 239), +(36, 1, 240), +(36, 1, 241), +(38, 1, 1), +(38, 1, 2), +(38, 1, 3), +(38, 1, 4), +(38, 1, 5), +(38, 1, 6), +(38, 1, 7), +(38, 1, 8), +(38, 1, 9), +(38, 1, 10), +(38, 1, 11), +(38, 1, 12), +(38, 1, 13), +(38, 1, 14), +(38, 1, 15), +(38, 1, 16), +(38, 1, 17), +(38, 1, 18), +(38, 1, 19), +(38, 1, 20), +(38, 1, 21), +(38, 1, 22), +(38, 1, 23), +(38, 1, 24), +(38, 1, 25), +(38, 1, 26), +(38, 1, 27), +(38, 1, 28), +(38, 1, 29), +(38, 1, 30), +(38, 1, 31), +(38, 1, 32), +(38, 1, 33), +(38, 1, 34), +(38, 1, 35), +(38, 1, 36), +(38, 1, 37), +(38, 1, 38), +(38, 1, 39), +(38, 1, 40), +(38, 1, 41), +(38, 1, 42), +(38, 1, 43), +(38, 1, 44), +(38, 1, 45), +(38, 1, 46), +(38, 1, 47), +(38, 1, 48), +(38, 1, 49), +(38, 1, 50), +(38, 1, 51), +(38, 1, 52), +(38, 1, 53), +(38, 1, 54), +(38, 1, 55), +(38, 1, 56), +(38, 1, 57), +(38, 1, 58), +(38, 1, 59), +(38, 1, 60), +(38, 1, 61), +(38, 1, 62), +(38, 1, 63), +(38, 1, 64), +(38, 1, 65), +(38, 1, 66), +(38, 1, 67), +(38, 1, 68), +(38, 1, 69), +(38, 1, 70), +(38, 1, 71), +(38, 1, 72), +(38, 1, 73), +(38, 1, 74), +(38, 1, 75), +(38, 1, 76), +(38, 1, 77), +(38, 1, 78), +(38, 1, 79), +(38, 1, 80), +(38, 1, 81), +(38, 1, 82), +(38, 1, 83), +(38, 1, 84), +(38, 1, 85), +(38, 1, 86), +(38, 1, 87), +(38, 1, 88), +(38, 1, 89), +(38, 1, 90), +(38, 1, 91), +(38, 1, 92), +(38, 1, 93), +(38, 1, 94), +(38, 1, 95), +(38, 1, 96), +(38, 1, 97), +(38, 1, 98), +(38, 1, 99), +(38, 1, 100), +(38, 1, 101), +(38, 1, 102), +(38, 1, 103), +(38, 1, 104), +(38, 1, 105), +(38, 1, 106), +(38, 1, 107), +(38, 1, 108), +(38, 1, 109), +(38, 1, 110), +(38, 1, 111), +(38, 1, 112), +(38, 1, 113), +(38, 1, 114), +(38, 1, 115), +(38, 1, 116), +(38, 1, 117), +(38, 1, 118), +(38, 1, 119), +(38, 1, 120), +(38, 1, 121), +(38, 1, 122), +(38, 1, 123), +(38, 1, 124), +(38, 1, 125), +(38, 1, 126), +(38, 1, 127), +(38, 1, 128), +(38, 1, 129), +(38, 1, 130), +(38, 1, 131), +(38, 1, 132), +(38, 1, 133), +(38, 1, 134), +(38, 1, 135), +(38, 1, 136), +(38, 1, 137), +(38, 1, 138), +(38, 1, 139), +(38, 1, 140), +(38, 1, 141), +(38, 1, 142), +(38, 1, 143), +(38, 1, 144), +(38, 1, 145), +(38, 1, 146), +(38, 1, 147), +(38, 1, 148), +(38, 1, 149), +(38, 1, 150), +(38, 1, 151), +(38, 1, 152), +(38, 1, 153), +(38, 1, 154), +(38, 1, 155), +(38, 1, 156), +(38, 1, 157), +(38, 1, 158), +(38, 1, 159), +(38, 1, 160), +(38, 1, 161), +(38, 1, 162), +(38, 1, 163), +(38, 1, 164), +(38, 1, 165), +(38, 1, 166), +(38, 1, 167), +(38, 1, 168), +(38, 1, 169), +(38, 1, 170), +(38, 1, 171), +(38, 1, 172), +(38, 1, 173), +(38, 1, 174), +(38, 1, 175), +(38, 1, 176), +(38, 1, 177), +(38, 1, 178), +(38, 1, 179), +(38, 1, 180), +(38, 1, 181), +(38, 1, 182), +(38, 1, 183), +(38, 1, 184), +(38, 1, 185), +(38, 1, 186), +(38, 1, 187), +(38, 1, 188), +(38, 1, 189), +(38, 1, 190), +(38, 1, 191), +(38, 1, 192), +(38, 1, 193), +(38, 1, 194), +(38, 1, 195), +(38, 1, 196), +(38, 1, 197), +(38, 1, 198), +(38, 1, 199), +(38, 1, 200), +(38, 1, 201), +(38, 1, 202), +(38, 1, 203), +(38, 1, 204), +(38, 1, 205), +(38, 1, 206), +(38, 1, 207), +(38, 1, 208), +(38, 1, 209), +(38, 1, 210), +(38, 1, 211), +(38, 1, 212), +(38, 1, 213), +(38, 1, 214), +(38, 1, 215), +(38, 1, 216), +(38, 1, 217), +(38, 1, 218), +(38, 1, 219), +(38, 1, 220), +(38, 1, 221), +(38, 1, 222), +(38, 1, 223), +(38, 1, 224), +(38, 1, 225), +(38, 1, 226), +(38, 1, 227), +(38, 1, 228), +(38, 1, 229), +(38, 1, 230), +(38, 1, 231), +(38, 1, 232), +(38, 1, 233), +(38, 1, 234), +(38, 1, 235), +(38, 1, 236), +(38, 1, 237), +(38, 1, 238), +(38, 1, 239), +(38, 1, 240), +(38, 1, 241), +(48, 1, 1), +(48, 1, 2), +(48, 1, 3), +(48, 1, 4), +(48, 1, 5), +(48, 1, 6), +(48, 1, 7), +(48, 1, 8), +(48, 1, 9), +(48, 1, 10), +(48, 1, 11), +(48, 1, 12), +(48, 1, 13), +(48, 1, 14), +(48, 1, 15), +(48, 1, 16), +(48, 1, 17), +(48, 1, 18), +(48, 1, 19), +(48, 1, 20), +(48, 1, 21), +(48, 1, 22), +(48, 1, 23), +(48, 1, 24), +(48, 1, 25), +(48, 1, 26), +(48, 1, 27), +(48, 1, 28), +(48, 1, 29), +(48, 1, 30), +(48, 1, 31), +(48, 1, 32), +(48, 1, 33), +(48, 1, 34), +(48, 1, 35), +(48, 1, 36), +(48, 1, 37), +(48, 1, 38), +(48, 1, 39), +(48, 1, 40), +(48, 1, 41), +(48, 1, 42), +(48, 1, 43), +(48, 1, 44), +(48, 1, 45), +(48, 1, 46), +(48, 1, 47), +(48, 1, 48), +(48, 1, 49), +(48, 1, 50), +(48, 1, 51), +(48, 1, 52), +(48, 1, 53), +(48, 1, 54), +(48, 1, 55), +(48, 1, 56), +(48, 1, 57), +(48, 1, 58), +(48, 1, 59), +(48, 1, 60), +(48, 1, 61), +(48, 1, 62), +(48, 1, 63), +(48, 1, 64), +(48, 1, 65), +(48, 1, 66), +(48, 1, 67), +(48, 1, 68), +(48, 1, 69), +(48, 1, 70), +(48, 1, 71), +(48, 1, 72), +(48, 1, 73), +(48, 1, 74), +(48, 1, 75), +(48, 1, 76), +(48, 1, 77), +(48, 1, 78), +(48, 1, 79), +(48, 1, 80), +(48, 1, 81), +(48, 1, 82), +(48, 1, 83), +(48, 1, 84), +(48, 1, 85), +(48, 1, 86), +(48, 1, 87), +(48, 1, 88), +(48, 1, 89), +(48, 1, 90), +(48, 1, 91), +(48, 1, 92), +(48, 1, 93), +(48, 1, 94), +(48, 1, 95), +(48, 1, 96), +(48, 1, 97), +(48, 1, 98), +(48, 1, 99), +(48, 1, 100), +(48, 1, 101), +(48, 1, 102), +(48, 1, 103), +(48, 1, 104), +(48, 1, 105), +(48, 1, 106), +(48, 1, 107), +(48, 1, 108), +(48, 1, 109), +(48, 1, 110), +(48, 1, 111), +(48, 1, 112), +(48, 1, 113), +(48, 1, 114), +(48, 1, 115), +(48, 1, 116), +(48, 1, 117), +(48, 1, 118), +(48, 1, 119), +(48, 1, 120), +(48, 1, 121), +(48, 1, 122), +(48, 1, 123), +(48, 1, 124), +(48, 1, 125), +(48, 1, 126), +(48, 1, 127), +(48, 1, 128), +(48, 1, 129), +(48, 1, 130), +(48, 1, 131), +(48, 1, 132), +(48, 1, 133), +(48, 1, 134), +(48, 1, 135), +(48, 1, 136), +(48, 1, 137), +(48, 1, 138), +(48, 1, 139), +(48, 1, 140), +(48, 1, 141), +(48, 1, 142), +(48, 1, 143), +(48, 1, 144), +(48, 1, 145), +(48, 1, 146), +(48, 1, 147), +(48, 1, 148), +(48, 1, 149), +(48, 1, 150), +(48, 1, 151), +(48, 1, 152), +(48, 1, 153), +(48, 1, 154), +(48, 1, 155), +(48, 1, 156), +(48, 1, 157), +(48, 1, 158), +(48, 1, 159), +(48, 1, 160), +(48, 1, 161), +(48, 1, 162), +(48, 1, 163), +(48, 1, 164), +(48, 1, 165), +(48, 1, 166), +(48, 1, 167), +(48, 1, 168), +(48, 1, 169), +(48, 1, 170), +(48, 1, 171), +(48, 1, 172), +(48, 1, 173), +(48, 1, 174), +(48, 1, 175), +(48, 1, 176), +(48, 1, 177), +(48, 1, 178), +(48, 1, 179), +(48, 1, 180), +(48, 1, 181), +(48, 1, 182), +(48, 1, 183), +(48, 1, 184), +(48, 1, 185), +(48, 1, 186), +(48, 1, 187), +(48, 1, 188), +(48, 1, 189), +(48, 1, 190), +(48, 1, 191), +(48, 1, 192), +(48, 1, 193), +(48, 1, 194), +(48, 1, 195), +(48, 1, 196), +(48, 1, 197), +(48, 1, 198), +(48, 1, 199), +(48, 1, 200), +(48, 1, 201), +(48, 1, 202), +(48, 1, 203), +(48, 1, 204), +(48, 1, 205), +(48, 1, 206), +(48, 1, 207), +(48, 1, 208), +(48, 1, 209), +(48, 1, 210), +(48, 1, 211), +(48, 1, 212), +(48, 1, 213), +(48, 1, 214), +(48, 1, 215), +(48, 1, 216), +(48, 1, 217), +(48, 1, 218), +(48, 1, 219), +(48, 1, 220), +(48, 1, 221), +(48, 1, 222), +(48, 1, 223), +(48, 1, 224), +(48, 1, 225), +(48, 1, 226), +(48, 1, 227), +(48, 1, 228), +(48, 1, 229), +(48, 1, 230), +(48, 1, 231), +(48, 1, 232), +(48, 1, 233), +(48, 1, 234), +(48, 1, 235), +(48, 1, 236), +(48, 1, 237), +(48, 1, 238), +(48, 1, 239), +(48, 1, 240), +(48, 1, 241); DROP TABLE IF EXISTS `ps_module_currency`; CREATE TABLE `ps_module_currency` ( @@ -11169,12 +9528,12 @@ CREATE TABLE `ps_module_currency` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_module_currency` (`id_module`, `id_shop`, `id_currency`) VALUES -(32, 1, 1), -(32, 1, 2), -(53, 1, 1), -(53, 1, 2), -(64, 1, 1), -(64, 1, 2); +(36, 1, 1), +(36, 1, 2), +(38, 1, 1), +(38, 1, 2), +(48, 1, 1), +(48, 1, 2); DROP TABLE IF EXISTS `ps_module_group`; CREATE TABLE `ps_module_group` ( @@ -11377,9 +9736,18 @@ INSERT INTO `ps_module_group` (`id_module`, `id_shop`, `id_group`) VALUES (65, 1, 1), (65, 1, 2), (65, 1, 3), +(66, 1, 1), +(66, 1, 2), +(66, 1, 3), (67, 1, 1), (67, 1, 2), -(67, 1, 3); +(67, 1, 3), +(68, 1, 1), +(68, 1, 2), +(68, 1, 3), +(69, 1, 1), +(69, 1, 2), +(69, 1, 3); DROP TABLE IF EXISTS `ps_module_history`; CREATE TABLE `ps_module_history` ( @@ -11478,7 +9846,10 @@ INSERT INTO `ps_module_shop` (`id_module`, `id_shop`, `enable_device`) VALUES (63, 1, 7), (64, 1, 7), (65, 1, 7), -(67, 1, 7); +(66, 1, 7), +(67, 1, 7), +(68, 1, 7), +(69, 1, 7); DROP TABLE IF EXISTS `ps_operating_system`; CREATE TABLE `ps_operating_system` ( @@ -11563,46 +9934,12 @@ CREATE TABLE `ps_orders` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_orders` (`id_order`, `reference`, `id_shop_group`, `id_shop`, `id_carrier`, `id_lang`, `id_customer`, `id_cart`, `id_currency`, `id_address_delivery`, `id_address_invoice`, `current_state`, `secure_key`, `payment`, `conversion_rate`, `module`, `recyclable`, `gift`, `gift_message`, `mobile_theme`, `total_discounts`, `total_discounts_tax_incl`, `total_discounts_tax_excl`, `total_paid`, `total_paid_tax_incl`, `total_paid_tax_excl`, `total_paid_real`, `total_products`, `total_products_wt`, `total_shipping`, `total_shipping_tax_incl`, `total_shipping_tax_excl`, `carrier_tax_rate`, `total_wrapping`, `total_wrapping_tax_incl`, `total_wrapping_tax_excl`, `round_mode`, `round_type`, `invoice_number`, `delivery_number`, `invoice_date`, `delivery_date`, `valid`, `date_add`, `date_upd`, `note`) VALUES -(1, 'XKBKNABJK', 1, 1, 2, 1, 2, 1, 1, 5, 5, 6, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 61.800000, 68.200000, 66.800000, 0.000000, 59.800000, 59.800000, 7.000000, 8.400000, 7.000000, 0.000, 0.000000, 0.000000, 0.000000, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 'Test'), -(2, 'OHSATSERP', 1, 1, 2, 1, 2, 2, 1, 5, 5, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 169.900000, 169.900000, 169.900000, 0.000000, 169.900000, 169.900000, 0.000000, 0.000000, 0.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', ''), -(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', ''), -(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, 14, '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-30 13:55:21', ''), -(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, 14, '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', 0, '2023-10-23 10:03:24', '2023-10-30 13:56:15', ''), -(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', ''), -(39, 'TERJATGDM', 1, 1, 5, 1, 3, 53, 1, 9, 9, 14, '4c26b11e96bb59693af803acba66be93', 'Pay with Klarna', 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, 33, 0, '2023-10-30 13:30:03', '0000-00-00 00:00:00', 0, '2023-10-30 13:30:03', '2023-10-30 13:41:15', ''), -(40, 'XPXTRXFIM', 1, 1, 5, 1, 3, 58, 1, 9, 9, 14, '4c26b11e96bb59693af803acba66be93', 'Pay with Klarna', 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, 34, 0, '2023-10-30 13:47:35', '0000-00-00 00:00:00', 0, '2023-10-30 13:47:34', '2023-10-30 13:59:15', ''); +(1, 'XKBKNABJK', 1, 1, 2, 1, 2, 1, 1, 5, 5, 6, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 61.800000, 68.200000, 66.800000, 0.000000, 59.800000, 59.800000, 7.000000, 8.400000, 7.000000, 0.000, 0.000000, 0.000000, 0.000000, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 'Test'), +(2, 'OHSATSERP', 1, 1, 2, 1, 2, 2, 1, 5, 5, 1, 'b44a6d9efd7a0076a0fbce6b15eaf3b1', 'Payment by check', 1.000000, 'ps_checkpayment', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 169.900000, 169.900000, 169.900000, 0.000000, 169.900000, 169.900000, 0.000000, 0.000000, 0.000000, 0.000, 0.000000, 0.000000, 0.000000, 0, 0, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', ''), +(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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', ''), +(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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', ''), +(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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', ''), +(6, 'PTNWBGYGA', 1, 1, 1, 1, 3, 6, 1, 7, 7, 13, '32648c94413ccce330b118321504e443', 'Cash on delivery (COD)', 1.000000, 'ps_cashondelivery', 0, 0, '', 0, 0.000000, 0.000000, 0.000000, 136.710000, 136.710000, 114.880000, 0.000000, 114.880000, 136.710000, 0.000000, 0.000000, 0.000000, 19.000, 0.000000, 0.000000, 0.000000, 2, 2, 0, 0, '0000-00-00 00:00:00', '0000-00-00 00:00:00', 0, '2024-01-23 10:12:20', '2024-01-23 10:12:20', ''); DROP TABLE IF EXISTS `ps_order_carrier`; CREATE TABLE `ps_order_carrier` ( @@ -11622,46 +9959,12 @@ CREATE TABLE `ps_order_carrier` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_carrier` (`id_order_carrier`, `id_order`, `id_carrier`, `id_order_invoice`, `weight`, `shipping_cost_tax_excl`, `shipping_cost_tax_incl`, `tracking_number`, `date_add`) VALUES -(1, 1, 2, 0, 0.000000, 7.000000, 8.400000, '', '2023-08-28 13:28:04'), -(2, 2, 2, 0, 0.000000, 7.000000, 8.400000, '', '2023-08-28 13:28:04'), -(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'), -(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'), -(39, 39, 5, 33, 1.200000, 0.000000, 0.000000, '', '2023-10-30 13:30:03'), -(40, 40, 5, 34, 1.200000, 0.000000, 0.000000, '', '2023-10-30 13:47:34'); +(1, 1, 2, 0, 0.000000, 7.000000, 8.400000, '', '2024-01-23 09:45:40'), +(2, 2, 2, 0, 0.000000, 7.000000, 8.400000, '', '2024-01-23 09:45:40'), +(3, 3, 2, 0, 0.000000, 7.000000, 8.400000, '', '2024-01-23 09:45:40'), +(4, 4, 2, 0, 0.000000, 7.000000, 8.400000, '', '2024-01-23 09:45:40'), +(5, 5, 2, 0, 0.000000, 7.000000, 8.400000, '', '2024-01-23 09:45:40'), +(6, 6, 1, 0, 1.200000, 0.000000, 0.000000, '', '2024-01-23 10:12:20'); DROP TABLE IF EXISTS `ps_order_cart_rule`; CREATE TABLE `ps_order_cart_rule` ( @@ -11742,46 +10045,12 @@ CREATE TABLE `ps_order_detail` ( INSERT INTO `ps_order_detail` (`id_order_detail`, `id_order`, `id_order_invoice`, `id_warehouse`, `id_shop`, `product_id`, `product_attribute_id`, `id_customization`, `product_name`, `product_quantity`, `product_quantity_in_stock`, `product_quantity_refunded`, `product_quantity_return`, `product_quantity_reinjected`, `product_price`, `reduction_percent`, `reduction_amount`, `reduction_amount_tax_incl`, `reduction_amount_tax_excl`, `group_reduction`, `product_quantity_discount`, `product_ean13`, `product_isbn`, `product_upc`, `product_mpn`, `product_reference`, `product_supplier_reference`, `product_weight`, `id_tax_rules_group`, `tax_computation_method`, `tax_name`, `tax_rate`, `ecotax`, `ecotax_tax_rate`, `discount_quantity_applied`, `download_hash`, `download_nb`, `download_deadline`, `total_price_tax_incl`, `total_price_tax_excl`, `unit_price_tax_incl`, `unit_price_tax_excl`, `total_shipping_price_tax_incl`, `total_shipping_price_tax_excl`, `purchase_supplier_price`, `original_product_price`, `original_wholesale_price`, `total_refunded_tax_excl`, `total_refunded_tax_incl`) VALUES (1, 1, 0, 0, 1, 1, 1, 0, 'Hummingbird printed t-shirt - Color : White, Size : S', 1, 1, 0, 0, 0, 23.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_1', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 23.900000, 23.900000, 23.900000, 23.900000, 0.000000, 0.000000, 0.000000, 23.900000, 5.490000, 0.000000, 0.000000), (2, 1, 0, 0, 1, 2, 9, 0, 'Hummingbird printed sweater - Color : White, Size : S', 1, 1, 0, 0, 0, 35.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_3', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 35.900000, 35.900000, 35.900000, 35.900000, 0.000000, 0.000000, 0.000000, 35.900000, 5.490000, 0.000000, 0.000000), -(3, 2, 0, 0, 1, 4, 18, 0, 'The adventure begins Framed poster - Size : 80x120cm', 2, 3, 0, 0, 0, 79.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 158.000000, 79.000000, 79.000000, 79.000000, 0.000000, 0.000000, 0.000000, 79.000000, 5.490000, 0.000000, 0.000000), +(3, 2, 0, 0, 1, 4, 18, 0, 'The adventure begins Framed poster - Size : 80x120cm', 2, 3, 0, 0, 0, 79.000000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_5', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 158.000000, 158.000000, 79.000000, 79.000000, 0.000000, 0.000000, 0.000000, 79.000000, 5.490000, 0.000000, 0.000000), (4, 2, 0, 0, 1, 8, 0, 0, 'Mug Today is a good day', 1, 1, 0, 0, 0, 11.900000, 0.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_13', '', 0.000000, 0, 0, '', 0.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 11.900000, 11.900000, 11.900000, 11.900000, 0.000000, 0.000000, 0.000000, 11.900000, 5.490000, 0.000000, 0.000000), (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), -(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), -(41, 39, 33, 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), -(42, 40, 34, 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, 2, 9, 0, 'Hummingbird printed sweater (Size: S)', 4, 4, 0, 0, 0, 28.720000, 20.00, 0.000000, 0.000000, 0.000000, 0.00, 0.000000, '', '', '', '', 'demo_3', 'demo_3_62', 0.300000, 1, 0, 'MwSt. DE 19%', 19.000, 0.000000, 0.000, 0, '', 0, '0000-00-00 00:00:00', 136.710000, 114.880000, 34.176800, 28.720000, 0.000000, 0.000000, 5.490000, 35.900000, 5.490000, 0.000000, 0.000000); DROP TABLE IF EXISTS `ps_order_detail_tax`; CREATE TABLE `ps_order_detail_tax` ( @@ -11794,41 +10063,7 @@ 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), -(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), -(41, 1, 6.090000, 24.360000), -(42, 1, 6.090000, 24.360000); +(8, 1, 5.456800, 21.830000); DROP TABLE IF EXISTS `ps_order_history`; CREATE TABLE `ps_order_history` ( @@ -11844,119 +10079,14 @@ CREATE TABLE `ps_order_history` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_history` (`id_order_history`, `id_employee`, `id_order`, `id_order_state`, `date_add`) VALUES -(1, 0, 1, 1, '2023-08-28 13:28:04'), -(2, 0, 2, 1, '2023-08-28 13:28:04'), -(3, 0, 3, 1, '2023-08-28 13:28:04'), -(4, 0, 4, 1, '2023-08-28 13:28:04'), -(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'), -(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'), -(104, 0, 39, 15, '2023-10-30 13:30:03'), -(105, 0, 39, 2, '2023-10-30 13:30:04'), -(106, 0, 39, 16, '2023-10-30 13:30:36'), -(107, 0, 39, 14, '2023-10-30 13:41:15'), -(108, 0, 40, 15, '2023-10-30 13:47:35'), -(109, 0, 40, 2, '2023-10-30 13:47:35'), -(110, 0, 40, 16, '2023-10-30 13:48:13'), -(111, 0, 9, 14, '2023-10-30 13:55:21'), -(112, 0, 11, 14, '2023-10-30 13:56:15'), -(113, 0, 40, 14, '2023-10-30 13:59:15'); +(1, 0, 1, 1, '2024-01-23 09:45:40'), +(2, 0, 2, 1, '2024-01-23 09:45:40'), +(3, 0, 3, 1, '2024-01-23 09:45:40'), +(4, 0, 4, 1, '2024-01-23 09:45:40'), +(5, 0, 5, 10, '2024-01-23 09:45:40'), +(6, 1, 1, 6, '2024-01-23 09:45:40'), +(7, 1, 3, 8, '2024-01-23 09:45:40'), +(8, 0, 6, 13, '2024-01-23 10:12:20'); DROP TABLE IF EXISTS `ps_order_invoice`; CREATE TABLE `ps_order_invoice` ( @@ -11983,41 +10113,6 @@ 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'), -(33, 39, 33, 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-30 13:30:03'), -(34, 40, 34, 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-30 13:47:35'); DROP TABLE IF EXISTS `ps_order_invoice_payment`; CREATE TABLE `ps_order_invoice_payment` ( @@ -12029,41 +10124,6 @@ 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), -(33, 33, 39), -(34, 34, 40); DROP TABLE IF EXISTS `ps_order_invoice_tax`; CREATE TABLE `ps_order_invoice_tax` ( @@ -12074,41 +10134,6 @@ 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), -(33, 'shipping', 1, 0.000000), -(34, 'shipping', 1, 0.000000); DROP TABLE IF EXISTS `ps_order_message`; CREATE TABLE `ps_order_message` ( @@ -12118,7 +10143,7 @@ CREATE TABLE `ps_order_message` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_order_message` (`id_order_message`, `date_add`) VALUES -(1, '2023-08-28 13:28:04'); +(1, '2024-01-23 09:45:40'); DROP TABLE IF EXISTS `ps_order_message_lang`; CREATE TABLE `ps_order_message_lang` ( @@ -12131,8 +10156,8 @@ CREATE TABLE `ps_order_message_lang` ( INSERT INTO `ps_order_message_lang` (`id_order_message`, `id_lang`, `name`, `message`) VALUES (1, 1, 'Delay', 'Hi,\n\nUnfortunately, an item on your order is currently out of stock. This may cause a slight delay in delivery.\nPlease accept our apologies and rest assured that we are working hard to rectify this.\n\nBest regards,'), -(1, 2, 'Vertraging', 'Hallo, Een van de door u bestelde artikelen is momenteel niet op voorraad. Hierdoor kan de levertijd iets uitlopen. Wij bieden u onze excuses aan en doen er alles aan om u zo snel mogelijk te leveren. Met vriendelijke groet,'), -(1, 3, 'Lieferung', 'Leider sind ein oder mehrere Artikel Ihrer Bestellung derzeit nicht auf Lager. Dies kann zu einer leichten Verzögerung bei Auslieferung führen. Wir entschuldigen uns und versichern Ihnen, dass Sie Ihre Bestellung schnellstmöglich erhalten.'); +(1, 2, 'Lieferung', 'Leider sind ein oder mehrere Artikel Ihrer Bestellung derzeit nicht auf Lager. Dies kann zu einer leichten Verzögerung bei Auslieferung führen. Wir entschuldigen uns und versichern Ihnen, dass Sie Ihre Bestellung schnellstmöglich erhalten.'), +(1, 3, 'Vertraging', 'Hallo, Een van de door u bestelde artikelen is momenteel niet op voorraad. Hierdoor kan de levertijd iets uitlopen. Wij bieden u onze excuses aan en doen er alles aan om u zo snel mogelijk te leveren. Met vriendelijke groet,'); DROP TABLE IF EXISTS `ps_order_payment`; CREATE TABLE `ps_order_payment` ( @@ -12148,45 +10173,11 @@ CREATE TABLE `ps_order_payment` ( `card_expiration` char(7) DEFAULT NULL, `card_holder` varchar(254) DEFAULT NULL, `date_add` datetime NOT NULL, + `id_employee` int(11) DEFAULT NULL, PRIMARY KEY (`id_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'), -(33, 'TERJATGDM', 1, 173.360000, 'Pay with Klarna', 1.000000, 'ord_1.pg6obc', '', '', '', '', '2023-10-30 13:30:04'), -(34, 'XPXTRXFIM', 1, 173.360000, 'Pay with Klarna', 1.000000, 'ord_1.a0ikks', '', '', '', '', '2023-10-30 13:47:35'); DROP TABLE IF EXISTS `ps_order_return`; CREATE TABLE `ps_order_return` ( @@ -12237,20 +10228,20 @@ CREATE TABLE `ps_order_return_state_lang` ( INSERT INTO `ps_order_return_state_lang` (`id_order_return_state`, `id_lang`, `name`) VALUES (1, 1, 'Waiting for confirmation'), -(1, 2, 'Wacht op bevestiging'), -(1, 3, 'Warten auf Bestätigung'), +(1, 2, 'Warten auf Bestätigung'), +(1, 3, 'Wacht op bevestiging'), (2, 1, 'Waiting for package'), -(2, 2, 'Wacht op pakket'), -(2, 3, 'Sendung erwartet'), +(2, 2, 'Sendung erwartet'), +(2, 3, 'Wacht op pakket'), (3, 1, 'Package received'), -(3, 2, 'Pakket ontvangen'), -(3, 3, 'Sendung erhalten'), +(3, 2, 'Sendung erhalten'), +(3, 3, 'Pakket ontvangen'), (4, 1, 'Return denied'), -(4, 2, 'Retour geweigerd'), -(4, 3, 'Rücksendung verweigert'), +(4, 2, 'Rücksendung verweigert'), +(4, 3, 'Retour geweigerd'), (5, 1, 'Return completed'), -(5, 2, 'Retour voltooid'), -(5, 3, 'Rücksendung abgeschlossen'); +(5, 2, 'Rücksendung abgeschlossen'), +(5, 3, 'Retour voltooid'); DROP TABLE IF EXISTS `ps_order_slip`; CREATE TABLE `ps_order_slip` ( @@ -12323,16 +10314,7 @@ INSERT INTO `ps_order_state` (`id_order_state`, `invoice`, `send_email`, `module (10, 0, 1, 'ps_wirepayment', '#34209E', 1, 0, 0, 0, 0, 0, 0, 0, 0), (11, 1, 1, '', '#3498D8', 1, 0, 1, 0, 0, 1, 0, 0, 0), (12, 0, 1, '', '#34209E', 1, 0, 0, 0, 0, 0, 0, 0, 0), -(13, 0, 0, 'ps_cashondelivery', '#34209E', 1, 0, 0, 0, 0, 0, 0, 0, 0), -(14, 0, 0, 'mollie', '#6F8C9F', 0, 0, 0, 0, 0, 0, 0, 0, 0), -(15, 0, 0, 'mollie', '#4169E1', 0, 0, 0, 0, 0, 0, 0, 0, 0), -(16, 0, 0, 'mollie', '#8A2BE2', 0, 0, 0, 0, 0, 0, 0, 0, 0), -(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), -(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); +(13, 0, 0, 'ps_cashondelivery', '#34209E', 1, 0, 0, 0, 0, 0, 0, 0, 0); DROP TABLE IF EXISTS `ps_order_state_lang`; CREATE TABLE `ps_order_state_lang` ( @@ -12345,71 +10327,44 @@ CREATE TABLE `ps_order_state_lang` ( INSERT INTO `ps_order_state_lang` (`id_order_state`, `id_lang`, `name`, `template`) VALUES (1, 1, 'Awaiting check payment', 'cheque'), -(1, 2, 'Wachtend op uw betaling', 'cheque'), -(1, 3, 'Scheckzahlung wird erwartet', 'cheque'), +(1, 2, 'Scheckzahlung wird erwartet', 'cheque'), +(1, 3, 'Wachtend op uw betaling', 'cheque'), (2, 1, 'Payment accepted', 'payment'), -(2, 2, 'Betaling aanvaard', 'payment'), -(2, 3, 'Zahlung eingegangen', 'payment'), +(2, 2, 'Zahlung eingegangen', 'payment'), +(2, 3, 'Betaling aanvaard', 'payment'), (3, 1, 'Processing in progress', 'preparation'), -(3, 2, 'Wordt momenteel voorbereid', 'preparation'), -(3, 3, 'Bestellung in Bearbeitung', 'preparation'), +(3, 2, 'Bestellung in Bearbeitung', 'preparation'), +(3, 3, 'Wordt momenteel voorbereid', 'preparation'), (4, 1, 'Shipped', 'shipped'), -(4, 2, 'Verzonden', 'shipped'), -(4, 3, 'Versand', 'shipped'), +(4, 2, 'Versand', 'shipped'), +(4, 3, 'Verzonden', 'shipped'), (5, 1, 'Delivered', ''), -(5, 2, 'Afgeleverd', ''), -(5, 3, 'Bestellung ausgeliefert', ''), +(5, 2, 'Bestellung ausgeliefert', ''), +(5, 3, 'Afgeleverd', ''), (6, 1, 'Canceled', 'order_canceled'), -(6, 2, 'Geannuleerd', 'order_canceled'), -(6, 3, 'Bestellung storniert', 'order_canceled'), +(6, 2, 'Bestellung storniert', 'order_canceled'), +(6, 3, 'Geannuleerd', 'order_canceled'), (7, 1, 'Refunded', 'refund'), -(7, 2, 'Terugbetaald', 'refund'), -(7, 3, 'Erstattet', 'refund'), +(7, 2, 'Erstattet', 'refund'), +(7, 3, 'Terugbetaald', 'refund'), (8, 1, 'Payment error', 'payment_error'), -(8, 2, 'Betalingsfout', 'payment_error'), -(8, 3, 'Fehler bei der Bezahlung', 'payment_error'), +(8, 2, 'Fehler bei der Bezahlung', 'payment_error'), +(8, 3, 'Betalingsfout', 'payment_error'), (9, 1, 'On backorder (paid)', 'outofstock'), -(9, 2, 'Momenteel in backorder (betaald)', 'outofstock'), -(9, 3, 'Artikel nicht auf Lager (bezahlt)', 'outofstock'), +(9, 2, 'Artikel nicht auf Lager (bezahlt)', 'outofstock'), +(9, 3, 'Momenteel in backorder (betaald)', 'outofstock'), (10, 1, 'Awaiting bank wire payment', 'bankwire'), -(10, 2, 'In afwachting van bankoverschrijving', 'bankwire'), -(10, 3, 'Warten auf Zahlungseingang Überweisung', 'bankwire'), +(10, 2, 'Warten auf Zahlungseingang Überweisung', 'bankwire'), +(10, 3, 'In afwachting van bankoverschrijving', 'bankwire'), (11, 1, 'Remote payment accepted', 'payment'), -(11, 2, 'Betaling op afstand aanvaard', 'payment'), -(11, 3, 'Zahlung ausserhalb von PrestaShop eingegangen', 'payment'), +(11, 2, 'Zahlung ausserhalb von PrestaShop eingegangen', 'payment'), +(11, 3, 'Betaling op afstand aanvaard', 'payment'), (12, 1, 'On backorder (not paid)', 'outofstock'), -(12, 2, 'Momenteel in backorder (niet betaald)', 'outofstock'), -(12, 3, 'Artikel nicht auf Lager', 'outofstock'), +(12, 2, 'Artikel nicht auf Lager', 'outofstock'), +(12, 3, 'Momenteel in backorder (niet betaald)', 'outofstock'), (13, 1, 'Awaiting Cash On Delivery validation', 'cashondelivery'), -(13, 2, 'Wachten op bevestiging (rembours)', 'cashondelivery'), -(13, 3, 'Warten auf Zahlungseingang Nachnahme', 'cashondelivery'), -(14, 1, 'Partially refunded by Mollie', ''), -(14, 2, 'Partially refunded by Mollie', ''), -(14, 3, 'Partially refunded by Mollie', ''), -(15, 1, 'Awaiting Mollie payment', ''), -(15, 2, 'Awaiting Mollie payment', ''), -(15, 3, 'Awaiting Mollie payment', ''), -(16, 1, 'Partially shipped', ''), -(16, 2, 'Partially shipped', ''), -(16, 3, 'Partially shipped', ''), -(17, 1, 'Completed', ''), -(17, 2, 'Completed', ''), -(17, 3, 'Completed', ''), -(18, 1, 'Klarna payment authorized', 'payment'), -(18, 2, 'Klarna payment authorized', 'payment'), -(18, 3, 'Klarna payment authorized', 'payment'), -(19, 1, 'Klarna payment shipped', 'shipped'), -(19, 2, 'Klarna payment shipped', 'shipped'), -(19, 3, 'Klarna payment shipped', 'shipped'), -(20, 1, 'Mollie Chargeback', ''), -(20, 2, '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'); +(13, 2, 'Warten auf Zahlungseingang Nachnahme', 'cashondelivery'), +(13, 3, 'Wachten op bevestiging (rembours)', 'cashondelivery'); DROP TABLE IF EXISTS `ps_pack`; CREATE TABLE `ps_pack` ( @@ -12436,9 +10391,7 @@ CREATE TABLE `ps_page` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_page` (`id_page`, `id_page_type`, `id_object`) VALUES -(1, 1, NULL), -(2, 2, NULL), -(3, 3, NULL); +(1, 1, NULL); DROP TABLE IF EXISTS `ps_pagenotfound`; CREATE TABLE `ps_pagenotfound` ( @@ -12452,23 +10405,6 @@ CREATE TABLE `ps_pagenotfound` ( KEY `date_add` (`date_add`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -INSERT INTO `ps_pagenotfound` (`id_pagenotfound`, `id_shop`, `id_shop_group`, `request_uri`, `http_referer`, `date_add`) VALUES -(1, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:42:41'), -(2, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:43:15'), -(3, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:43:23'), -(4, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:44:23'), -(5, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:44:29'), -(6, 1, 1, '/admin1/themes/new-theme/public/index.php?controller=AdminDashboard&token=7ce3ba8406914d581737513944a076fe', 'http://demoshop8.ngrok.io/admin1/index.php/improve/modules/manage?_token=iHz2B3KMeESrucKO9NHNUL8lnnCUG7s9nDPyWcZUiVM', '2023-08-28 11:46:16'), -(7, 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:46:41'), -(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'), -(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'), -(15, 1, 1, '/__/fonts/FiraCode-VF.woff2', 'https://demoshop8.ngrok.io/__/assets/index-bda26968.css', '2023-10-30 12:13:18'), -(16, 1, 1, '/__/fonts/FiraCode-VF.woff2', 'https://demoshop8.ngrok.io/__/assets/index-bda26968.css', '2023-10-30 12:40:16'); DROP TABLE IF EXISTS `ps_page_type`; CREATE TABLE `ps_page_type` ( @@ -12479,9 +10415,7 @@ CREATE TABLE `ps_page_type` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_page_type` (`id_page_type`, `name`) VALUES -(3, 'authentication'), -(1, 'index'), -(2, 'pagenotfound'); +(1, 'index'); DROP TABLE IF EXISTS `ps_page_viewed`; CREATE TABLE `ps_page_viewed` ( @@ -12533,7 +10467,7 @@ CREATE TABLE `ps_product` ( `uploadable_files` tinyint(4) NOT NULL DEFAULT '0', `text_fields` tinyint(4) NOT NULL DEFAULT '0', `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `redirect_type` enum('404','410','301-product','302-product','301-category','302-category') NOT NULL DEFAULT '404', + `redirect_type` enum('','404','410','301-product','302-product','301-category','302-category','200-displayed','404-displayed','410-displayed','default') NOT NULL DEFAULT 'default', `id_type_redirected` int(10) unsigned NOT NULL DEFAULT '0', `available_for_order` tinyint(1) NOT NULL DEFAULT '1', `available_date` date DEFAULT NULL, @@ -12564,25 +10498,25 @@ CREATE TABLE `ps_product` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product` (`id_product`, `id_supplier`, `id_manufacturer`, `id_category_default`, `id_shop_default`, `id_tax_rules_group`, `on_sale`, `online_only`, `ean13`, `isbn`, `upc`, `mpn`, `ecotax`, `quantity`, `minimal_quantity`, `low_stock_threshold`, `low_stock_alert`, `price`, `wholesale_price`, `unity`, `unit_price`, `unit_price_ratio`, `additional_shipping_cost`, `reference`, `supplier_reference`, `location`, `width`, `height`, `depth`, `weight`, `out_of_stock`, `additional_delivery_times`, `quantity_discount`, `customizable`, `uploadable_files`, `text_fields`, `active`, `redirect_type`, `id_type_redirected`, `available_for_order`, `available_date`, `show_condition`, `condition`, `show_price`, `indexed`, `visibility`, `cache_is_pack`, `cache_has_attachments`, `is_virtual`, `cache_default_attribute`, `date_add`, `date_upd`, `advanced_stock_management`, `pack_stock_type`, `state`, `product_type`) VALUES -(1, 1, 1, 4, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 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, 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'), -(8, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_13', '', '', 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, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'standard'), -(9, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 18.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_15', '', '', 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, 22, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), -(10, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 18.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_16', '', '', 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, 24, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), -(11, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 18.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_17', '', '', 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, 26, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), -(12, 2, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 9.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_18', '', '', 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, 1, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'virtual'), -(13, 2, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 9.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_19', '', '', 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, 1, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'virtual'), -(14, 2, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 9.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_20', '', '', 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, 1, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'virtual'), -(15, 2, 0, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 35.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_21', '', '', 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', 1, 0, 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'pack'), -(16, 2, 2, 7, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 12.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_8', '', '', 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, 28, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 0, 3, 1, 'combinations'), -(17, 2, 2, 7, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 12.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_9', '', '', 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, 32, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 0, 3, 1, 'combinations'), -(18, 2, 2, 7, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 12.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_10', '', '', 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, 36, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 0, 3, 1, 'combinations'), -(19, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, NULL, 0, 13.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_14', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 1, 0, 1, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 0, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 0, 3, 1, 'standard'); +(1, 1, 1, 4, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 23.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_1', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 0, 0, 0, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(2, 1, 1, 5, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(3, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(4, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(5, 1, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(6, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'standard'), +(7, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'standard'), +(8, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_13', '', '', 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, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'standard'), +(9, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 18.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_15', '', '', 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, 22, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(10, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 18.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_16', '', '', 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, 24, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(11, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 18.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_17', '', '', 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, 26, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(12, 2, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 9.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_18', '', '', 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, 1, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'virtual'), +(13, 2, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 9.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_19', '', '', 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, 1, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'virtual'), +(14, 2, 2, 9, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 9.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_20', '', '', 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, 1, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'virtual'), +(15, 2, 0, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 35.000000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_21', '', '', 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', 1, 0, 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'pack'), +(16, 2, 2, 7, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 12.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_8', '', '', 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, 28, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(17, 2, 2, 7, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 12.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_9', '', '', 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, 32, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(18, 2, 2, 7, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 12.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_10', '', '', 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, 36, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'combinations'), +(19, 2, 1, 8, 1, 1, 0, 0, '', '', '', '', 0.000000, 0, 1, 0, 0, 13.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 'demo_14', '', '', 0.000000, 0.000000, 0.000000, 0.300000, 2, 1, 0, 1, 0, 1, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 0, 3, 1, 'standard'); DROP TABLE IF EXISTS `ps_product_attachment`; CREATE TABLE `ps_product_attachment` ( @@ -12621,45 +10555,45 @@ CREATE TABLE `ps_product_attribute` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product_attribute` (`id_product_attribute`, `id_product`, `reference`, `supplier_reference`, `ean13`, `isbn`, `upc`, `mpn`, `wholesale_price`, `price`, `ecotax`, `weight`, `unit_price_impact`, `default_on`, `minimal_quantity`, `low_stock_threshold`, `low_stock_alert`, `available_date`) VALUES -(1, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(2, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(3, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(4, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(5, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(6, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(7, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(8, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(9, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(10, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(11, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(12, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(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', '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'), -(22, 9, 'demo_15', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(23, 9, 'demo_15', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(24, 10, 'demo_16', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(25, 10, 'demo_16', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(26, 11, 'demo_17', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(27, 11, 'demo_17', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(28, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(29, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(30, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(31, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(32, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(33, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(34, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(35, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(36, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(37, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(38, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(39, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'); +(1, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(2, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(3, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(4, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(5, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(6, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(7, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(8, 1, 'demo_1', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(9, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(10, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(11, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(12, 2, 'demo_3', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(13, 3, 'demo_6', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(14, 3, 'demo_6', '', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(15, 3, 'demo_6', '', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(16, 4, 'demo_5', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(17, 4, 'demo_5', '', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(18, 4, 'demo_5', '', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(19, 5, 'demo_7', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(20, 5, 'demo_7', '', '', '', '', '', 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(21, 5, 'demo_7', '', '', '', '', '', 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(22, 9, 'demo_15', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(23, 9, 'demo_15', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(24, 10, 'demo_16', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(25, 10, 'demo_16', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(26, 11, 'demo_17', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(27, 11, 'demo_17', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(28, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(29, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(30, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(31, 16, 'demo_8', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(32, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(33, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(34, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(35, 17, 'demo_9', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(36, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(37, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(38, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(39, 18, 'demo_10', '', '', '', '', '', 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'); DROP TABLE IF EXISTS `ps_product_attribute_combination`; CREATE TABLE `ps_product_attribute_combination` ( @@ -12670,53 +10604,53 @@ CREATE TABLE `ps_product_attribute_combination` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product_attribute_combination` (`id_attribute`, `id_product_attribute`) VALUES -(6, 1), -(13, 1), -(6, 2), -(16, 2), -(7, 3), -(13, 3), -(7, 4), -(16, 4), +(1, 1), +(8, 1), +(1, 2), +(11, 2), +(2, 3), +(8, 3), +(2, 4), +(11, 4), +(3, 5), (8, 5), -(13, 5), -(8, 6), -(16, 6), -(9, 7), -(13, 7), -(9, 8), -(16, 8), -(6, 9), -(7, 10), -(8, 11), -(9, 12), -(24, 13), -(25, 14), -(26, 15), -(24, 16), -(25, 17), -(26, 18), -(24, 19), -(25, 20), -(26, 21), -(13, 22), -(16, 23), -(13, 24), -(16, 25), -(13, 26), -(16, 27), -(27, 28), -(28, 29), -(29, 30), -(30, 31), -(27, 32), -(28, 33), -(29, 34), -(30, 35), -(27, 36), -(28, 37), -(29, 38), -(30, 39); +(3, 6), +(11, 6), +(4, 7), +(8, 7), +(4, 8), +(11, 8), +(1, 9), +(2, 10), +(3, 11), +(4, 12), +(19, 13), +(20, 14), +(21, 15), +(19, 16), +(20, 17), +(21, 18), +(19, 19), +(20, 20), +(21, 21), +(8, 22), +(11, 23), +(8, 24), +(11, 25), +(8, 26), +(11, 27), +(22, 28), +(23, 29), +(24, 30), +(25, 31), +(22, 32), +(23, 33), +(24, 34), +(25, 35), +(22, 36), +(23, 37), +(24, 38), +(25, 39); DROP TABLE IF EXISTS `ps_product_attribute_image`; CREATE TABLE `ps_product_attribute_image` ( @@ -12767,6 +10701,134 @@ INSERT INTO `ps_product_attribute_image` (`id_product_attribute`, `id_image`) VA (11, 21), (12, 21); +DROP TABLE IF EXISTS `ps_product_attribute_lang`; +CREATE TABLE `ps_product_attribute_lang` ( + `id_product_attribute` int(10) unsigned NOT NULL, + `id_lang` int(10) unsigned NOT NULL, + `available_now` varchar(255) DEFAULT NULL, + `available_later` varchar(255) DEFAULT NULL, + PRIMARY KEY (`id_product_attribute`,`id_lang`) +) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; + +INSERT INTO `ps_product_attribute_lang` (`id_product_attribute`, `id_lang`, `available_now`, `available_later`) VALUES +(1, 1, '', ''), +(1, 2, '', ''), +(1, 3, '', ''), +(2, 1, '', ''), +(2, 2, '', ''), +(2, 3, '', ''), +(3, 1, '', ''), +(3, 2, '', ''), +(3, 3, '', ''), +(4, 1, '', ''), +(4, 2, '', ''), +(4, 3, '', ''), +(5, 1, '', ''), +(5, 2, '', ''), +(5, 3, '', ''), +(6, 1, '', ''), +(6, 2, '', ''), +(6, 3, '', ''), +(7, 1, '', ''), +(7, 2, '', ''), +(7, 3, '', ''), +(8, 1, '', ''), +(8, 2, '', ''), +(8, 3, '', ''), +(9, 1, '', ''), +(9, 2, '', ''), +(9, 3, '', ''), +(10, 1, '', ''), +(10, 2, '', ''), +(10, 3, '', ''), +(11, 1, '', ''), +(11, 2, '', ''), +(11, 3, '', ''), +(12, 1, '', ''), +(12, 2, '', ''), +(12, 3, '', ''), +(13, 1, '', ''), +(13, 2, '', ''), +(13, 3, '', ''), +(14, 1, '', ''), +(14, 2, '', ''), +(14, 3, '', ''), +(15, 1, '', ''), +(15, 2, '', ''), +(15, 3, '', ''), +(16, 1, '', ''), +(16, 2, '', ''), +(16, 3, '', ''), +(17, 1, '', ''), +(17, 2, '', ''), +(17, 3, '', ''), +(18, 1, '', ''), +(18, 2, '', ''), +(18, 3, '', ''), +(19, 1, '', ''), +(19, 2, '', ''), +(19, 3, '', ''), +(20, 1, '', ''), +(20, 2, '', ''), +(20, 3, '', ''), +(21, 1, '', ''), +(21, 2, '', ''), +(21, 3, '', ''), +(22, 1, '', ''), +(22, 2, '', ''), +(22, 3, '', ''), +(23, 1, '', ''), +(23, 2, '', ''), +(23, 3, '', ''), +(24, 1, '', ''), +(24, 2, '', ''), +(24, 3, '', ''), +(25, 1, '', ''), +(25, 2, '', ''), +(25, 3, '', ''), +(26, 1, '', ''), +(26, 2, '', ''), +(26, 3, '', ''), +(27, 1, '', ''), +(27, 2, '', ''), +(27, 3, '', ''), +(28, 1, '', ''), +(28, 2, '', ''), +(28, 3, '', ''), +(29, 1, '', ''), +(29, 2, '', ''), +(29, 3, '', ''), +(30, 1, '', ''), +(30, 2, '', ''), +(30, 3, '', ''), +(31, 1, '', ''), +(31, 2, '', ''), +(31, 3, '', ''), +(32, 1, '', ''), +(32, 2, '', ''), +(32, 3, '', ''), +(33, 1, '', ''), +(33, 2, '', ''), +(33, 3, '', ''), +(34, 1, '', ''), +(34, 2, '', ''), +(34, 3, '', ''), +(35, 1, '', ''), +(35, 2, '', ''), +(35, 3, '', ''), +(36, 1, '', ''), +(36, 2, '', ''), +(36, 3, '', ''), +(37, 1, '', ''), +(37, 2, '', ''), +(37, 3, '', ''), +(38, 1, '', ''), +(38, 2, '', ''), +(38, 3, '', ''), +(39, 1, '', ''), +(39, 2, '', ''), +(39, 3, '', ''); + DROP TABLE IF EXISTS `ps_product_attribute_shop`; CREATE TABLE `ps_product_attribute_shop` ( `id_product` int(10) unsigned NOT NULL, @@ -12787,45 +10849,45 @@ CREATE TABLE `ps_product_attribute_shop` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product_attribute_shop` (`id_product`, `id_product_attribute`, `id_shop`, `wholesale_price`, `price`, `ecotax`, `weight`, `unit_price_impact`, `default_on`, `minimal_quantity`, `low_stock_threshold`, `low_stock_alert`, `available_date`) VALUES -(1, 1, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(1, 2, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(1, 3, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(1, 4, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(1, 5, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(1, 6, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(1, 7, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(1, 8, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(2, 9, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(2, 10, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(2, 11, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(2, 12, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(3, 13, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(3, 14, 1, 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(3, 15, 1, 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(4, 16, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(4, 17, 1, 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(4, 18, 1, 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(5, 19, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(5, 20, 1, 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(5, 21, 1, 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(9, 22, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(9, 23, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(10, 24, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(10, 25, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(11, 26, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(11, 27, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(16, 28, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(16, 29, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(16, 30, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(16, 31, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(17, 32, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(17, 33, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(17, 34, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(17, 35, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(18, 36, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, NULL, 0, '0000-00-00'), -(18, 37, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(18, 38, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'), -(18, 39, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, NULL, 0, '0000-00-00'); +(1, 1, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(1, 2, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(1, 3, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(1, 4, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(1, 5, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(1, 6, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(1, 7, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(1, 8, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(2, 9, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(2, 10, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(2, 11, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(2, 12, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(3, 13, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(3, 14, 1, 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(3, 15, 1, 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(4, 16, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(4, 17, 1, 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(4, 18, 1, 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(5, 19, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(5, 20, 1, 0.000000, 20.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(5, 21, 1, 0.000000, 50.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(9, 22, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(9, 23, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(10, 24, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(10, 25, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(11, 26, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(11, 27, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(16, 28, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(16, 29, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(16, 30, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(16, 31, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(17, 32, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(17, 33, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(17, 34, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(17, 35, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(18, 36, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 1, 1, 0, 0, '0000-00-00'), +(18, 37, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(18, 38, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'), +(18, 39, 1, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, NULL, 1, 0, 0, '0000-00-00'); DROP TABLE IF EXISTS `ps_product_carrier`; CREATE TABLE `ps_product_carrier` ( @@ -13072,7 +11134,7 @@ CREATE TABLE `ps_product_shop` ( `uploadable_files` tinyint(4) NOT NULL DEFAULT '0', `text_fields` tinyint(4) NOT NULL DEFAULT '0', `active` tinyint(1) unsigned NOT NULL DEFAULT '0', - `redirect_type` enum('','404','410','301-product','302-product','301-category','302-category') NOT NULL DEFAULT '', + `redirect_type` enum('','404','410','301-product','302-product','301-category','302-category','200-displayed','404-displayed','410-displayed','default') NOT NULL DEFAULT 'default', `id_type_redirected` int(10) unsigned NOT NULL DEFAULT '0', `available_for_order` tinyint(1) NOT NULL DEFAULT '1', `available_date` date DEFAULT NULL, @@ -13093,25 +11155,25 @@ CREATE TABLE `ps_product_shop` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_product_shop` (`id_product`, `id_shop`, `id_category_default`, `id_tax_rules_group`, `on_sale`, `online_only`, `ecotax`, `minimal_quantity`, `low_stock_threshold`, `low_stock_alert`, `price`, `wholesale_price`, `unity`, `unit_price`, `unit_price_ratio`, `additional_shipping_cost`, `customizable`, `uploadable_files`, `text_fields`, `active`, `redirect_type`, `id_type_redirected`, `available_for_order`, `available_date`, `show_condition`, `condition`, `show_price`, `indexed`, `visibility`, `cache_default_attribute`, `advanced_stock_management`, `date_add`, `date_upd`, `pack_stock_type`) VALUES -(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-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), -(8, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '404', 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), -(9, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 18.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', 22, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(10, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 18.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', 24, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(11, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 18.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', 26, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(12, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 9.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', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(13, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 9.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', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(14, 1, 9, 1, 0, 0, 0.000000, 1, NULL, 0, 9.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', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(15, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 35.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', 0, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(16, 1, 7, 1, 0, 0, 0.000000, 1, NULL, 0, 12.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', 28, 0, '2023-08-28 13:28:03', '2023-08-28 13:28:03', 3), -(17, 1, 7, 1, 0, 0, 0.000000, 1, NULL, 0, 12.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', 32, 0, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 3), -(18, 1, 7, 1, 0, 0, 0.000000, 1, NULL, 0, 12.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', 36, 0, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 3), -(19, 1, 8, 1, 0, 0, 0.000000, 1, NULL, 0, 13.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 1, 0, 1, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, '2023-08-28 13:28:04', '2023-08-28 13:28:04', 3); +(1, 1, 4, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(2, 1, 5, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(3, 1, 9, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(4, 1, 9, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(5, 1, 9, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(6, 1, 8, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(7, 1, 8, 1, 0, 0, 0.000000, 1, 0, 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, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(8, 1, 8, 1, 0, 0, 0.000000, 1, 0, 0, 11.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 0, 0, 0, 1, '404', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(9, 1, 8, 1, 0, 0, 0.000000, 1, 0, 0, 18.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', 22, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(10, 1, 8, 1, 0, 0, 0.000000, 1, 0, 0, 18.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', 24, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(11, 1, 8, 1, 0, 0, 0.000000, 1, 0, 0, 18.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', 26, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(12, 1, 9, 1, 0, 0, 0.000000, 1, 0, 0, 9.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', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(13, 1, 9, 1, 0, 0, 0.000000, 1, 0, 0, 9.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', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(14, 1, 9, 1, 0, 0, 0.000000, 1, 0, 0, 9.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', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(15, 1, 8, 1, 0, 0, 0.000000, 1, 0, 0, 35.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', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(16, 1, 7, 1, 0, 0, 0.000000, 1, 0, 0, 12.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', 28, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(17, 1, 7, 1, 0, 0, 0.000000, 1, 0, 0, 12.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', 32, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(18, 1, 7, 1, 0, 0, 0.000000, 1, 0, 0, 12.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', 36, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3), +(19, 1, 8, 1, 0, 0, 0.000000, 1, 0, 0, 13.900000, 5.490000, '', 0.000000, 0.000000, 0.000000, 1, 0, 1, 1, '301-category', 0, 1, '0000-00-00', 0, 'new', 1, 1, 'both', 0, 0, '2024-01-23 09:45:40', '2024-01-23 09:45:40', 3); DROP TABLE IF EXISTS `ps_product_supplier`; CREATE TABLE `ps_product_supplier` ( @@ -13238,14 +11300,14 @@ INSERT INTO `ps_profile_lang` (`id_lang`, `id_profile`, `name`) VALUES (2, 1, 'SuperAdmin'), (3, 1, 'SuperAdmin'), (1, 2, 'Logistician'), -(2, 2, 'Logistiek medewerker'), -(3, 2, 'Logistiker'), +(2, 2, 'Logistiker'), +(3, 2, 'Logistiek medewerker'), (1, 3, 'Translator'), -(2, 3, 'Vertaler'), -(3, 3, 'Übersetzer'), +(2, 3, 'Übersetzer'), +(3, 3, 'Vertaler'), (1, 4, 'Salesman'), -(2, 4, 'Verkoper'), -(3, 4, 'Verkäufer'); +(2, 4, 'Verkäufer'), +(3, 4, 'Verkoper'); DROP TABLE IF EXISTS `ps_psgdpr_consent`; CREATE TABLE `ps_psgdpr_consent` ( @@ -13286,7 +11348,7 @@ CREATE TABLE `ps_psgdpr_log` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_psgdpr_log` (`id_gdpr_log`, `id_customer`, `id_guest`, `client_name`, `id_module`, `request_type`, `date_add`, `date_upd`) VALUES -(1, 3, 0, 'TEST TEST TESSST', 0, 1, '2023-08-28 13:48:29', '2023-08-28 13:48:29'); +(1, 3, 0, 'TEST TEST', 0, 1, '2024-01-23 10:09:58', '2024-01-23 10:09:58'); DROP TABLE IF EXISTS `ps_psreassurance`; CREATE TABLE `ps_psreassurance` ( @@ -13303,9 +11365,9 @@ CREATE TABLE `ps_psreassurance` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_psreassurance` (`id_psreassurance`, `icon`, `custom_icon`, `status`, `position`, `type_link`, `id_cms`, `date_add`, `date_upd`) VALUES -(1, '//modules/blockreassurance/views/img/reassurance/pack2/security.svg', NULL, 1, 1, NULL, NULL, '2023-08-28 11:26:21', NULL), -(2, '//modules/blockreassurance/views/img/reassurance/pack2/carrier.svg', NULL, 1, 2, NULL, NULL, '2023-08-28 11:26:21', NULL), -(3, '//modules/blockreassurance/views/img/reassurance/pack2/parcel.svg', NULL, 1, 3, NULL, NULL, '2023-08-28 11:26:21', NULL); +(1, '//modules/blockreassurance/views/img/reassurance/pack2/security.svg', NULL, 1, 1, NULL, NULL, '2024-01-23 08:45:31', NULL), +(2, '//modules/blockreassurance/views/img/reassurance/pack2/carrier.svg', NULL, 1, 2, NULL, NULL, '2024-01-23 08:45:31', NULL), +(3, '//modules/blockreassurance/views/img/reassurance/pack2/parcel.svg', NULL, 1, 3, NULL, NULL, '2024-01-23 08:45:31', NULL); DROP TABLE IF EXISTS `ps_psreassurance_lang`; CREATE TABLE `ps_psreassurance_lang` ( @@ -13354,23 +11416,23 @@ CREATE TABLE `ps_quick_access_lang` ( INSERT INTO `ps_quick_access_lang` (`id_quick_access`, `id_lang`, `name`) VALUES (1, 1, 'Orders'), -(1, 2, 'Bestellingen'), -(1, 3, 'Bestellungen'), +(1, 2, 'Bestellungen'), +(1, 3, 'Bestellingen'), (2, 1, 'New voucher'), -(2, 2, 'Nieuwe voucher'), -(2, 3, 'Neuer Ermäßigungsgutschein'), +(2, 2, 'Neuer Ermäßigungsgutschein'), +(2, 3, 'Nieuwe voucher'), (3, 1, 'New product'), -(3, 2, 'Nieuw product'), -(3, 3, 'Neuer Artikel'), +(3, 2, 'Neuer Artikel'), +(3, 3, 'Nieuw product'), (4, 1, 'New category'), -(4, 2, 'Nieuwe categorie'), -(4, 3, 'Neue Kategorie'), +(4, 2, 'Neue Kategorie'), +(4, 3, 'Nieuwe categorie'), (5, 1, 'Installed modules'), -(5, 2, 'Geïnstalleerde modules'), -(5, 3, 'Installierte Module'), +(5, 2, 'Installierte Module'), +(5, 3, 'Geïnstalleerde modules'), (6, 1, 'Catalog evaluation'), -(6, 2, 'Winkel evaluatie'), -(6, 3, 'Katalogauswertung'); +(6, 2, 'Katalogauswertung'), +(6, 3, 'Winkel evaluatie'); DROP TABLE IF EXISTS `ps_range_price`; CREATE TABLE `ps_range_price` ( @@ -13448,17 +11510,17 @@ CREATE TABLE `ps_risk_lang` ( INSERT INTO `ps_risk_lang` (`id_risk`, `id_lang`, `name`) VALUES (1, 1, 'None'), -(1, 2, 'Geen'), -(1, 3, 'Keine'), +(1, 2, 'Keine'), +(1, 3, 'Geen'), (2, 1, 'Low'), -(2, 2, 'Laag'), -(2, 3, 'Niedrig'), +(2, 2, 'Niedrig'), +(2, 3, 'Laag'), (3, 1, 'Medium'), -(3, 2, 'Gemiddeld'), -(3, 3, 'Mittel'), +(3, 2, 'Mittel'), +(3, 3, 'Gemiddeld'), (4, 1, 'High'), -(4, 2, 'Hoog'), -(4, 3, 'Hoch'); +(4, 2, 'Hoch'), +(4, 3, 'Hoog'); DROP TABLE IF EXISTS `ps_search_engine`; CREATE TABLE `ps_search_engine` ( @@ -13522,14 +11584,11 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (1, 8, 1), (1, 9, 1), (1, 10, 1), -(1, 11, 1), -(1, 12, 1), (1, 13, 1), (1, 14, 1), (1, 15, 1), (1, 16, 1), (1, 17, 1), -(1, 18, 1), (1, 19, 1), (1, 20, 1), (1, 21, 1), @@ -13562,9 +11621,9 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (1, 50, 1), (1, 52, 2), (1, 53, 2), -(1, 54, 2), -(1, 55, 2), -(1, 56, 2), +(1, 11, 3), +(1, 12, 3), +(1, 18, 3), (1, 51, 3), (1, 25, 4), (1, 26, 4), @@ -13578,9 +11637,7 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (2, 8, 1), (2, 9, 1), (2, 10, 1), -(2, 12, 1), (2, 14, 1), -(2, 15, 1), (2, 27, 1), (2, 28, 1), (2, 29, 1), @@ -13605,21 +11662,24 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (2, 48, 1), (2, 49, 1), (2, 50, 1), +(2, 55, 1), +(2, 56, 1), +(2, 57, 1), (2, 58, 1), (2, 59, 1), -(2, 60, 1), -(2, 61, 1), -(2, 62, 1), -(2, 54, 2), +(2, 12, 3), +(2, 15, 3), (2, 18, 3), -(2, 63, 3), +(2, 60, 3), (2, 25, 4), (2, 26, 4), (2, 1, 6), (2, 2, 6), -(2, 57, 6), +(2, 54, 6), (2, 6, 50), (3, 2, 1), +(3, 103, 1), +(3, 106, 1), (3, 107, 1), (3, 108, 1), (3, 109, 1), @@ -13643,29 +11703,29 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (3, 127, 1), (3, 128, 1), (3, 129, 1), -(3, 130, 1), -(3, 131, 1), -(3, 132, 1), -(3, 133, 1), -(3, 137, 2), -(3, 138, 2), -(3, 139, 2), -(3, 140, 2), -(3, 134, 3), -(3, 135, 3), -(3, 136, 3), +(3, 133, 2), +(3, 134, 2), +(3, 135, 2), +(3, 104, 3), +(3, 105, 3), +(3, 130, 3), +(3, 131, 3), +(3, 132, 3), +(3, 98, 7), +(3, 99, 7), +(3, 100, 7), +(3, 101, 7), (3, 102, 7), -(3, 103, 7), -(3, 104, 7), -(3, 105, 7), -(3, 106, 7), (3, 6, 40), (4, 2, 1), -(4, 102, 1), +(4, 98, 1), +(4, 99, 1), +(4, 100, 1), (4, 103, 1), -(4, 104, 1), +(4, 106, 1), (4, 107, 1), (4, 108, 1), +(4, 109, 1), (4, 110, 1), (4, 111, 1), (4, 112, 1), @@ -13686,136 +11746,26 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (4, 127, 1), (4, 128, 1), (4, 129, 1), -(4, 130, 1), -(4, 131, 1), -(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, 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, 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), +(4, 140, 1), +(4, 105, 2), +(4, 133, 2), +(4, 134, 2), +(4, 135, 2), +(4, 104, 3), +(4, 130, 3), +(4, 131, 3), +(4, 132, 3), +(4, 138, 6), +(4, 139, 6), +(4, 101, 7), +(4, 102, 7), +(4, 6, 40), (5, 2, 1), -(5, 102, 1), +(5, 98, 1), +(5, 99, 1), +(5, 100, 1), (5, 103, 1), -(5, 104, 1), +(5, 106, 1), (5, 107, 1), (5, 108, 1), (5, 109, 1), @@ -13839,27 +11789,28 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (5, 127, 1), (5, 128, 1), (5, 129, 1), -(5, 130, 1), -(5, 131, 1), -(5, 132, 1), -(5, 133, 1), -(5, 145, 1), -(5, 137, 2), -(5, 138, 2), -(5, 139, 2), -(5, 140, 2), -(5, 134, 3), -(5, 135, 3), -(5, 136, 3), -(5, 186, 6), -(5, 187, 6), -(5, 188, 6), -(5, 105, 7), -(5, 106, 7), +(5, 140, 1), +(5, 133, 2), +(5, 134, 2), +(5, 135, 2), +(5, 104, 3), +(5, 105, 3), +(5, 130, 3), +(5, 131, 3), +(5, 132, 3), +(5, 181, 6), +(5, 182, 6), +(5, 183, 6), +(5, 101, 7), +(5, 102, 7), (5, 6, 40), (6, 53, 1), -(6, 140, 1), -(6, 188, 1), +(6, 183, 1), +(6, 227, 1), +(6, 228, 1), +(6, 229, 1), +(6, 230, 1), +(6, 231, 1), (6, 232, 1), (6, 233, 1), (6, 234, 1), @@ -13869,85 +11820,85 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (6, 238, 1), (6, 239, 1), (6, 240, 1), -(6, 241, 1), -(6, 242, 1), -(6, 243, 1), -(6, 244, 1), -(6, 245, 1), -(6, 248, 2), (6, 25, 3), (6, 26, 3), -(6, 246, 3), -(6, 247, 3), -(6, 102, 7), -(6, 103, 7), -(6, 104, 7), -(6, 231, 7), +(6, 226, 3), +(6, 241, 3), +(6, 242, 3), +(6, 98, 7), +(6, 99, 7), +(6, 100, 7), +(6, 225, 7), (6, 6, 10), (7, 53, 1), -(7, 140, 1), -(7, 188, 1), +(7, 183, 1), +(7, 227, 1), (7, 232, 1), +(7, 233, 1), +(7, 234, 1), +(7, 235, 1), +(7, 236, 1), (7, 237, 1), (7, 238, 1), (7, 239, 1), (7, 240, 1), -(7, 241, 1), -(7, 242, 1), -(7, 243, 1), -(7, 244, 1), -(7, 245, 1), -(7, 258, 1), -(7, 259, 1), -(7, 260, 1), -(7, 261, 1), -(7, 248, 2), +(7, 251, 1), +(7, 252, 1), +(7, 253, 1), +(7, 254, 1), (7, 25, 3), (7, 26, 3), -(7, 246, 3), -(7, 247, 3), -(7, 143, 7), -(7, 144, 7), -(7, 231, 7), +(7, 226, 3), +(7, 241, 3), +(7, 242, 3), +(7, 138, 7), +(7, 139, 7), +(7, 225, 7), (7, 6, 10), (8, 53, 1), -(8, 116, 1), -(8, 140, 1), +(8, 112, 1), +(8, 227, 1), +(8, 228, 1), (8, 232, 1), (8, 233, 1), +(8, 234, 1), +(8, 235, 1), +(8, 236, 1), (8, 237, 1), (8, 238, 1), (8, 239, 1), (8, 240, 1), -(8, 241, 1), -(8, 242, 1), -(8, 243, 1), -(8, 244, 1), -(8, 245, 1), -(8, 259, 1), -(8, 284, 1), -(8, 285, 1), -(8, 286, 1), -(8, 287, 1), -(8, 248, 2), +(8, 252, 1), +(8, 276, 1), +(8, 277, 1), +(8, 278, 1), +(8, 279, 1), (8, 25, 3), (8, 26, 3), -(8, 246, 3), -(8, 247, 3), -(8, 186, 6), -(8, 187, 7), -(8, 188, 7), -(8, 231, 7), +(8, 226, 3), +(8, 241, 3), +(8, 242, 3), +(8, 181, 6), +(8, 182, 7), +(8, 183, 7), +(8, 225, 7), (8, 6, 10), (9, 18, 1), (9, 32, 1), -(9, 54, 1), -(9, 58, 1), -(9, 117, 1), -(9, 135, 1), -(9, 284, 1), -(9, 285, 1), +(9, 55, 1), +(9, 113, 1), +(9, 131, 1), +(9, 276, 1), +(9, 277, 1), +(9, 309, 1), +(9, 310, 1), +(9, 311, 1), +(9, 312, 1), +(9, 313, 1), +(9, 314, 1), +(9, 315, 1), (9, 316, 1), +(9, 317, 1), (9, 318, 1), (9, 319, 1), (9, 320, 1), @@ -13956,38 +11907,35 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (9, 323, 1), (9, 324, 1), (9, 325, 1), -(9, 326, 1), -(9, 327, 1), -(9, 328, 1), -(9, 329, 1), -(9, 330, 1), -(9, 331, 1), -(9, 332, 1), -(9, 333, 1), -(9, 334, 1), (9, 52, 2), (9, 53, 2), -(9, 108, 2), -(9, 109, 2), -(9, 317, 2), -(9, 335, 2), (9, 25, 3), (9, 26, 3), -(9, 246, 3), -(9, 247, 3), -(9, 313, 7), -(9, 314, 7), -(9, 315, 8), +(9, 241, 3), +(9, 242, 3), +(9, 307, 3), +(9, 326, 3), +(9, 308, 4), +(9, 304, 7), +(9, 305, 7), +(9, 306, 8), (9, 6, 30), (10, 18, 1), (10, 32, 1), -(10, 54, 1), -(10, 58, 1), -(10, 117, 1), -(10, 135, 1), -(10, 284, 1), -(10, 285, 1), +(10, 55, 1), +(10, 113, 1), +(10, 131, 1), +(10, 276, 1), +(10, 277, 1), +(10, 309, 1), +(10, 310, 1), +(10, 311, 1), +(10, 312, 1), +(10, 313, 1), +(10, 314, 1), +(10, 315, 1), (10, 316, 1), +(10, 317, 1), (10, 318, 1), (10, 319, 1), (10, 320, 1), @@ -13996,38 +11944,35 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (10, 323, 1), (10, 324, 1), (10, 325, 1), -(10, 326, 1), -(10, 327, 1), -(10, 328, 1), -(10, 329, 1), -(10, 330, 1), -(10, 331, 1), -(10, 332, 1), -(10, 333, 1), -(10, 334, 1), (10, 52, 2), (10, 53, 2), -(10, 108, 2), -(10, 109, 2), -(10, 317, 2), -(10, 335, 2), (10, 25, 3), (10, 26, 3), -(10, 246, 3), -(10, 247, 3), -(10, 353, 7), -(10, 354, 7), -(10, 315, 8), +(10, 241, 3), +(10, 242, 3), +(10, 307, 3), +(10, 326, 3), +(10, 308, 4), +(10, 341, 7), +(10, 342, 7), +(10, 306, 8), (10, 6, 30), (11, 18, 1), (11, 32, 1), -(11, 54, 1), -(11, 58, 1), -(11, 117, 1), -(11, 135, 1), -(11, 284, 1), -(11, 285, 1), +(11, 55, 1), +(11, 113, 1), +(11, 131, 1), +(11, 276, 1), +(11, 277, 1), +(11, 309, 1), +(11, 310, 1), +(11, 311, 1), +(11, 312, 1), +(11, 313, 1), +(11, 314, 1), +(11, 315, 1), (11, 316, 1), +(11, 317, 1), (11, 318, 1), (11, 319, 1), (11, 320, 1), @@ -14036,286 +11981,269 @@ INSERT INTO `ps_search_index` (`id_product`, `id_word`, `weight`) VALUES (11, 323, 1), (11, 324, 1), (11, 325, 1), -(11, 326, 1), -(11, 327, 1), -(11, 328, 1), -(11, 329, 1), -(11, 330, 1), -(11, 331, 1), -(11, 332, 1), -(11, 333, 1), -(11, 334, 1), (11, 52, 2), (11, 53, 2), -(11, 108, 2), -(11, 109, 2), -(11, 317, 2), -(11, 335, 2), (11, 25, 3), (11, 26, 3), -(11, 246, 3), -(11, 247, 3), +(11, 241, 3), +(11, 242, 3), +(11, 307, 3), +(11, 326, 3), +(11, 308, 4), (11, 1, 7), -(11, 315, 8), +(11, 306, 8), (11, 6, 30), (12, 43, 1), +(12, 416, 1), +(12, 417, 1), +(12, 418, 1), +(12, 419, 1), +(12, 420, 1), +(12, 421, 1), +(12, 422, 1), +(12, 423, 1), +(12, 424, 1), +(12, 425, 1), +(12, 426, 1), +(12, 427, 1), +(12, 428, 1), +(12, 429, 1), +(12, 430, 1), +(12, 431, 1), +(12, 432, 1), +(12, 433, 1), (12, 434, 1), (12, 435, 1), -(12, 436, 1), -(12, 437, 1), -(12, 438, 1), -(12, 439, 1), -(12, 440, 1), -(12, 441, 1), -(12, 442, 1), -(12, 443, 1), -(12, 444, 1), -(12, 445, 1), -(12, 446, 1), -(12, 447, 1), -(12, 448, 1), -(12, 449, 1), -(12, 450, 1), -(12, 451, 1), -(12, 452, 1), -(12, 453, 1), -(12, 134, 3), -(12, 136, 3), -(12, 135, 5), -(12, 433, 6), -(12, 313, 7), -(12, 314, 7), -(12, 432, 8), +(12, 130, 3), +(12, 132, 3), +(12, 131, 5), +(12, 415, 6), +(12, 304, 7), +(12, 305, 7), +(12, 414, 8), (12, 6, 10), (13, 43, 1), -(13, 313, 1), -(13, 314, 1), +(13, 304, 1), +(13, 305, 1), +(13, 416, 1), +(13, 417, 1), +(13, 418, 1), +(13, 419, 1), +(13, 420, 1), +(13, 421, 1), +(13, 422, 1), +(13, 423, 1), +(13, 424, 1), +(13, 425, 1), +(13, 426, 1), +(13, 427, 1), +(13, 428, 1), +(13, 429, 1), +(13, 430, 1), +(13, 431, 1), +(13, 432, 1), +(13, 433, 1), (13, 434, 1), (13, 435, 1), -(13, 436, 1), -(13, 437, 1), -(13, 438, 1), -(13, 439, 1), -(13, 440, 1), -(13, 441, 1), -(13, 442, 1), -(13, 443, 1), -(13, 444, 1), -(13, 445, 1), -(13, 446, 1), -(13, 447, 1), -(13, 448, 1), -(13, 449, 1), -(13, 450, 1), -(13, 451, 1), -(13, 452, 1), -(13, 453, 1), -(13, 134, 3), -(13, 136, 3), -(13, 135, 5), -(13, 353, 6), -(13, 354, 6), -(13, 433, 6), -(13, 432, 8), +(13, 130, 3), +(13, 132, 3), +(13, 131, 5), +(13, 341, 6), +(13, 342, 6), +(13, 415, 6), +(13, 414, 8), (13, 6, 10), (14, 43, 1), -(14, 313, 1), -(14, 314, 1), +(14, 304, 1), +(14, 305, 1), +(14, 416, 1), +(14, 417, 1), +(14, 418, 1), +(14, 419, 1), +(14, 420, 1), +(14, 421, 1), +(14, 422, 1), +(14, 423, 1), +(14, 424, 1), +(14, 425, 1), +(14, 426, 1), +(14, 427, 1), +(14, 428, 1), +(14, 429, 1), +(14, 430, 1), +(14, 431, 1), +(14, 432, 1), +(14, 433, 1), (14, 434, 1), (14, 435, 1), -(14, 436, 1), -(14, 437, 1), -(14, 438, 1), -(14, 439, 1), -(14, 440, 1), -(14, 441, 1), -(14, 442, 1), -(14, 443, 1), -(14, 444, 1), -(14, 445, 1), -(14, 446, 1), -(14, 447, 1), -(14, 448, 1), -(14, 449, 1), -(14, 450, 1), -(14, 451, 1), -(14, 452, 1), -(14, 453, 1), -(14, 134, 3), -(14, 136, 3), -(14, 135, 5), +(14, 130, 3), +(14, 132, 3), +(14, 131, 5), (14, 1, 6), -(14, 433, 6), -(14, 432, 8), +(14, 415, 6), +(14, 414, 8), (14, 6, 10), -(15, 137, 1), -(15, 143, 1), -(15, 144, 1), -(15, 186, 1), -(15, 187, 1), -(15, 188, 1), -(15, 246, 3), -(15, 247, 3), -(15, 522, 6), -(15, 105, 7), -(15, 106, 7), -(15, 231, 7), +(15, 133, 1), +(15, 138, 1), +(15, 139, 1), +(15, 181, 1), +(15, 182, 1), +(15, 183, 1), +(15, 241, 3), +(15, 242, 3), +(15, 504, 6), +(15, 101, 7), +(15, 102, 7), +(15, 225, 7), (15, 6, 10), (16, 13, 1), (16, 26, 1), -(16, 55, 1), -(16, 56, 1), -(16, 102, 1), -(16, 109, 1), -(16, 117, 1), -(16, 246, 1), -(16, 317, 1), +(16, 98, 1), +(16, 105, 1), +(16, 113, 1), +(16, 241, 1), +(16, 308, 1), +(16, 519, 1), +(16, 520, 1), +(16, 523, 1), +(16, 524, 1), +(16, 525, 1), +(16, 526, 1), +(16, 527, 1), +(16, 528, 1), +(16, 529, 1), +(16, 530, 1), +(16, 531, 1), +(16, 532, 1), +(16, 533, 1), +(16, 534, 1), +(16, 535, 1), (16, 536, 1), (16, 537, 1), (16, 538, 1), (16, 539, 1), (16, 540, 1), -(16, 541, 1), -(16, 542, 1), -(16, 543, 1), -(16, 544, 1), -(16, 545, 1), -(16, 546, 1), -(16, 547, 1), -(16, 548, 1), -(16, 549, 1), -(16, 550, 1), -(16, 551, 1), -(16, 552, 1), -(16, 553, 1), -(16, 554, 1), -(16, 555, 1), -(16, 556, 1), -(16, 12, 2), -(16, 15, 2), -(16, 558, 2), -(16, 559, 2), -(16, 560, 2), -(16, 561, 2), -(16, 562, 2), -(16, 135, 3), -(16, 136, 3), -(16, 557, 3), -(16, 313, 7), -(16, 314, 7), -(16, 535, 8), +(16, 542, 2), +(16, 543, 2), +(16, 544, 2), +(16, 545, 2), +(16, 546, 2), +(16, 131, 3), +(16, 132, 3), +(16, 518, 3), +(16, 521, 3), +(16, 522, 3), +(16, 541, 3), +(16, 304, 7), +(16, 305, 7), +(16, 517, 8), (16, 6, 50), (17, 13, 1), (17, 26, 1), -(17, 55, 1), -(17, 56, 1), -(17, 102, 1), -(17, 109, 1), -(17, 117, 1), -(17, 246, 1), -(17, 313, 1), -(17, 314, 1), -(17, 317, 1), +(17, 98, 1), +(17, 105, 1), +(17, 113, 1), +(17, 241, 1), +(17, 304, 1), +(17, 305, 1), +(17, 308, 1), +(17, 519, 1), +(17, 520, 1), +(17, 523, 1), +(17, 524, 1), +(17, 525, 1), +(17, 526, 1), +(17, 527, 1), +(17, 528, 1), +(17, 529, 1), +(17, 530, 1), +(17, 531, 1), +(17, 532, 1), +(17, 533, 1), +(17, 534, 1), +(17, 535, 1), (17, 536, 1), (17, 537, 1), (17, 538, 1), (17, 539, 1), (17, 540, 1), -(17, 541, 1), -(17, 542, 1), -(17, 543, 1), -(17, 544, 1), -(17, 545, 1), -(17, 546, 1), -(17, 547, 1), -(17, 548, 1), -(17, 549, 1), -(17, 550, 1), -(17, 551, 1), -(17, 552, 1), -(17, 553, 1), -(17, 554, 1), -(17, 555, 1), -(17, 556, 1), -(17, 12, 2), -(17, 15, 2), -(17, 558, 2), -(17, 559, 2), -(17, 560, 2), -(17, 561, 2), -(17, 562, 2), -(17, 135, 3), -(17, 136, 3), -(17, 557, 3), -(17, 353, 6), -(17, 354, 6), -(17, 535, 8), +(17, 542, 2), +(17, 543, 2), +(17, 544, 2), +(17, 545, 2), +(17, 546, 2), +(17, 131, 3), +(17, 132, 3), +(17, 518, 3), +(17, 521, 3), +(17, 522, 3), +(17, 541, 3), +(17, 341, 6), +(17, 342, 6), +(17, 517, 8), (17, 6, 50), (18, 13, 1), (18, 26, 1), -(18, 55, 1), -(18, 56, 1), -(18, 102, 1), -(18, 109, 1), -(18, 117, 1), -(18, 246, 1), -(18, 313, 1), -(18, 314, 1), -(18, 317, 1), +(18, 98, 1), +(18, 105, 1), +(18, 113, 1), +(18, 241, 1), +(18, 304, 1), +(18, 305, 1), +(18, 308, 1), +(18, 519, 1), +(18, 520, 1), +(18, 523, 1), +(18, 524, 1), +(18, 525, 1), +(18, 526, 1), +(18, 527, 1), +(18, 528, 1), +(18, 529, 1), +(18, 530, 1), +(18, 531, 1), +(18, 532, 1), +(18, 533, 1), +(18, 534, 1), +(18, 535, 1), (18, 536, 1), (18, 537, 1), (18, 538, 1), (18, 539, 1), (18, 540, 1), -(18, 541, 1), -(18, 542, 1), -(18, 543, 1), -(18, 544, 1), -(18, 545, 1), -(18, 546, 1), -(18, 547, 1), -(18, 548, 1), -(18, 549, 1), -(18, 550, 1), -(18, 551, 1), -(18, 552, 1), -(18, 553, 1), -(18, 554, 1), -(18, 555, 1), -(18, 556, 1), -(18, 12, 2), -(18, 15, 2), -(18, 558, 2), -(18, 559, 2), -(18, 560, 2), -(18, 561, 2), -(18, 562, 2), -(18, 135, 3), -(18, 136, 3), -(18, 557, 3), +(18, 542, 2), +(18, 543, 2), +(18, 544, 2), +(18, 545, 2), +(18, 546, 2), +(18, 131, 3), +(18, 132, 3), +(18, 518, 3), +(18, 521, 3), +(18, 522, 3), +(18, 541, 3), (18, 1, 6), -(18, 535, 8), +(18, 517, 8), (18, 6, 50), (19, 53, 1), -(19, 140, 1), -(19, 232, 1), -(19, 287, 1), -(19, 671, 1), -(19, 672, 1), -(19, 673, 1), -(19, 674, 1), -(19, 675, 1), -(19, 676, 1), -(19, 677, 1), -(19, 678, 1), -(19, 679, 1), -(19, 248, 2), +(19, 227, 1), +(19, 279, 1), +(19, 647, 1), +(19, 648, 1), +(19, 649, 1), +(19, 650, 1), +(19, 651, 1), +(19, 652, 1), +(19, 653, 1), +(19, 654, 1), +(19, 655, 1), (19, 25, 3), (19, 26, 3), -(19, 246, 3), -(19, 247, 3), -(19, 670, 6), -(19, 231, 8), +(19, 226, 3), +(19, 241, 3), +(19, 242, 3), +(19, 646, 6), +(19, 225, 8), (19, 6, 10); DROP TABLE IF EXISTS `ps_search_word`; @@ -14329,337 +12257,224 @@ CREATE TABLE `ps_search_word` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_search_word` (`id_word`, `id_shop`, `id_lang`, `word`) VALUES -(679, 1, 1, '---'), -(241, 1, 1, '043kg'), -(58, 1, 1, '100'), -(536, 1, 1, '120'), -(539, 1, 1, '16x22cm'), -(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'), -(239, 1, 1, '95cm'), -(247, 1, 1, 'accessories'), -(284, 1, 1, 'add'), -(143, 1, 1, 'adventure'), -(115, 1, 1, 'aesthethic'), -(323, 1, 1, 'armchair'), -(134, 1, 1, 'art'), -(328, 1, 1, 'atmosphere'), -(320, 1, 1, 'back'), -(354, 1, 1, 'bear'), -(324, 1, 1, 'bed'), -(144, 1, 1, 'begins'), -(102, 1, 1, 'best'), -(556, 1, 1, 'binding'), +(655, 1, 1, '---'), +(236, 1, 1, '043kg'), +(55, 1, 1, '100'), +(518, 1, 1, '120'), +(523, 1, 1, '16x22cm'), +(227, 1, 1, '325ml'), +(312, 1, 1, '32x32cm'), +(133, 1, 1, '40x60cm'), +(134, 1, 1, '60x90cm'), +(135, 1, 1, '80x120cm'), +(232, 1, 1, '82cm'), +(234, 1, 1, '95cm'), +(242, 1, 1, 'accessories'), +(276, 1, 1, 'add'), +(138, 1, 1, 'adventure'), +(111, 1, 1, 'aesthethic'), +(314, 1, 1, 'armchair'), +(130, 1, 1, 'art'), +(319, 1, 1, 'atmosphere'), +(311, 1, 1, 'back'), +(342, 1, 1, 'bear'), +(315, 1, 1, 'bed'), +(139, 1, 1, 'begins'), +(98, 1, 1, 'best'), +(540, 1, 1, 'binding'), (52, 1, 1, 'black'), -(353, 1, 1, 'brown'), -(59, 1, 1, 'brushed'), -(56, 1, 1, 'cardboard'), -(140, 1, 1, 'ceramic'), -(678, 1, 1, 'characters'), +(341, 1, 1, 'brown'), +(56, 1, 1, 'brushed'), +(522, 1, 1, 'cardboard'), +(226, 1, 1, 'ceramic'), +(654, 1, 1, 'characters'), (39, 1, 1, 'chino'), -(673, 1, 1, 'choice'), +(649, 1, 1, 'choice'), (30, 1, 1, 'classic'), -(259, 1, 1, 'coffee'), +(252, 1, 1, 'coffee'), (28, 1, 1, 'collection'), (47, 1, 1, 'color'), (32, 1, 1, 'colorful'), -(104, 1, 1, 'come'), -(62, 1, 1, 'comfort'), -(440, 1, 1, 'commercial'), -(261, 1, 1, 'conquer'), -(136, 1, 1, 'corner'), +(100, 1, 1, 'come'), +(59, 1, 1, 'comfort'), +(422, 1, 1, 'commercial'), +(254, 1, 1, 'conquer'), +(132, 1, 1, 'corner'), (18, 1, 1, 'cotton'), -(317, 1, 1, 'cover'), -(325, 1, 1, 'create'), -(445, 1, 1, 'creative'), -(258, 1, 1, 'cup'), +(308, 1, 1, 'cover'), +(316, 1, 1, 'create'), +(427, 1, 1, 'creative'), +(251, 1, 1, 'cup'), (23, 1, 1, 'curiosity'), -(315, 1, 1, 'cushion'), -(444, 1, 1, 'custom'), -(670, 1, 1, 'customizable'), -(671, 1, 1, 'customize'), -(188, 1, 1, 'day'), +(306, 1, 1, 'cushion'), +(426, 1, 1, 'custom'), +(646, 1, 1, 'customizable'), +(647, 1, 1, 'customize'), +(183, 1, 1, 'day'), (21, 1, 1, 'delicacy'), (6, 1, 1, 'demo'), -(129, 1, 1, 'depth'), +(125, 1, 1, 'depth'), (26, 1, 1, 'design'), -(120, 1, 1, 'desk'), -(238, 1, 1, 'diameter'), -(242, 1, 1, 'dishwasher'), -(245, 1, 1, 'dishwasher-proo'), -(244, 1, 1, 'dishwasherproof'), -(560, 1, 1, 'doted'), -(554, 1, 1, 'double'), -(436, 1, 1, 'download'), -(248, 1, 1, 'eco'), -(546, 1, 1, 'endearing'), +(116, 1, 1, 'desk'), +(233, 1, 1, 'diameter'), +(237, 1, 1, 'dishwasher'), +(240, 1, 1, 'dishwasher-proo'), +(239, 1, 1, 'dishwasherproof'), +(544, 1, 1, 'doted'), +(538, 1, 1, 'double'), +(418, 1, 1, 'download'), +(530, 1, 1, 'endearing'), (22, 1, 1, 'evokes'), (46, 1, 1, 'exceptional'), (14, 1, 1, 'extra'), (29, 1, 1, 'features'), -(550, 1, 1, 'feel'), -(333, 1, 1, 'filling'), -(145, 1, 1, 'finish'), +(534, 1, 1, 'feel'), +(324, 1, 1, 'filling'), +(140, 1, 1, 'finish'), (8, 1, 1, 'fit'), -(434, 1, 1, 'format'), -(314, 1, 1, 'fox'), -(126, 1, 1, 'frame'), -(105, 1, 1, 'framed'), -(112, 1, 1, 'give'), -(187, 1, 1, 'good'), -(135, 1, 1, 'graphic'), -(433, 1, 1, 'graphics'), -(119, 1, 1, 'great'), -(553, 1, 1, 'gsm'), +(416, 1, 1, 'format'), +(305, 1, 1, 'fox'), +(122, 1, 1, 'frame'), +(101, 1, 1, 'framed'), +(108, 1, 1, 'give'), +(182, 1, 1, 'good'), +(131, 1, 1, 'graphic'), +(415, 1, 1, 'graphics'), +(115, 1, 1, 'great'), +(537, 1, 1, 'gsm'), (49, 1, 1, 'guaranteed'), -(538, 1, 1, 'hard'), -(240, 1, 1, 'height'), -(246, 1, 1, 'home'), +(520, 1, 1, 'hard'), +(235, 1, 1, 'height'), +(241, 1, 1, 'home'), (1, 1, 1, 'hummingbird'), -(334, 1, 1, 'hypoallergenic'), -(543, 1, 1, 'ideas'), -(447, 1, 1, 'illustration'), -(542, 1, 1, 'ingenious'), -(60, 1, 1, 'inner'), +(325, 1, 1, 'hypoallergenic'), +(527, 1, 1, 'ideas'), +(429, 1, 1, 'illustration'), +(526, 1, 1, 'ingenious'), +(57, 1, 1, 'inner'), (34, 1, 1, 'inspired'), -(329, 1, 1, 'inspires'), -(318, 1, 1, 'invisible'), +(320, 1, 1, 'inspires'), +(309, 1, 1, 'invisible'), (36, 1, 1, 'japanese'), (40, 1, 1, 'jeans'), (24, 1, 1, 'joy'), (20, 1, 1, 'lightness'), -(551, 1, 1, 'like'), -(453, 1, 1, 'limitation'), +(535, 1, 1, 'like'), +(435, 1, 1, 'limitation'), (15, 1, 1, 'long'), -(118, 1, 1, 'look'), -(331, 1, 1, 'machine'), +(114, 1, 1, 'look'), +(322, 1, 1, 'machine'), (13, 1, 1, 'made'), -(549, 1, 1, 'make'), -(547, 1, 1, 'manufacturing'), -(108, 1, 1, 'matt'), -(676, 1, 1, 'maximum'), -(335, 1, 1, 'meal'), +(533, 1, 1, 'make'), +(531, 1, 1, 'manufacturing'), +(104, 1, 1, 'matt'), +(652, 1, 1, 'maximum'), (51, 1, 1, 'men'), -(674, 1, 1, 'message'), -(326, 1, 1, 'modern'), -(287, 1, 1, 'mood'), -(286, 1, 1, 'morning'), -(313, 1, 1, 'mountain'), -(231, 1, 1, 'mug'), +(650, 1, 1, 'message'), +(317, 1, 1, 'modern'), +(279, 1, 1, 'mood'), +(278, 1, 1, 'morning'), +(304, 1, 1, 'mountain'), +(225, 1, 1, 'mug'), (10, 1, 1, 'neckline'), -(439, 1, 1, 'non'), -(443, 1, 1, 'non-commercial'), -(442, 1, 1, 'noncommercial'), -(535, 1, 1, 'notebook'), -(677, 1, 1, 'number'), -(123, 1, 1, 'office'), -(121, 1, 1, 'open'), -(132, 1, 1, 'open-space'), -(130, 1, 1, 'openspace'), -(116, 1, 1, 'optimistic'), -(540, 1, 1, 'option'), +(421, 1, 1, 'non'), +(425, 1, 1, 'non-commercial'), +(424, 1, 1, 'noncommercial'), +(517, 1, 1, 'notebook'), +(653, 1, 1, 'number'), +(119, 1, 1, 'office'), +(117, 1, 1, 'open'), +(128, 1, 1, 'open-space'), +(126, 1, 1, 'openspace'), +(112, 1, 1, 'optimistic'), +(524, 1, 1, 'option'), (37, 1, 1, 'origamis'), (50, 1, 1, 'overtime'), -(522, 1, 1, 'pack'), -(124, 1, 1, 'painted'), -(109, 1, 1, 'paper'), -(128, 1, 1, 'partout'), -(127, 1, 1, 'passe'), -(133, 1, 1, 'passe-partout'), -(131, 1, 1, 'passepartout'), +(504, 1, 1, 'pack'), +(546, 1, 1, 'pages'), +(120, 1, 1, 'painted'), +(105, 1, 1, 'paper'), +(124, 1, 1, 'partout'), +(123, 1, 1, 'passe'), +(129, 1, 1, 'passe-partout'), +(127, 1, 1, 'passepartout'), (33, 1, 1, 'patterns'), -(437, 1, 1, 'personal'), +(419, 1, 1, 'personal'), (17, 1, 1, 'pima'), -(558, 1, 1, 'plain'), -(54, 1, 1, 'polyester'), +(542, 1, 1, 'plain'), +(326, 1, 1, 'polyester'), (27, 1, 1, 'polyfaune'), -(235, 1, 1, 'positive'), -(106, 1, 1, 'poster'), +(230, 1, 1, 'positive'), +(102, 1, 1, 'poster'), (2, 1, 1, 'printed'), (43, 1, 1, 'printing'), -(438, 1, 1, 'private'), +(420, 1, 1, 'private'), (44, 1, 1, 'process'), (31, 1, 1, 'products'), -(446, 1, 1, 'project'), -(243, 1, 1, 'proof'), +(428, 1, 1, 'project'), +(238, 1, 1, 'proof'), (45, 1, 1, 'provides'), -(449, 1, 1, 'purpose'), -(548, 1, 1, 'quality'), -(675, 1, 1, 'quote'), -(55, 1, 1, 'recycled'), +(431, 1, 1, 'purpose'), +(532, 1, 1, 'quality'), +(651, 1, 1, 'quote'), +(521, 1, 1, 'recycled'), (7, 1, 1, 'regular'), -(330, 1, 1, 'relaxation'), -(316, 1, 1, 'removable'), +(321, 1, 1, 'relaxation'), +(307, 1, 1, 'removable'), (48, 1, 1, 'rendering'), -(234, 1, 1, 'right'), -(107, 1, 1, 'rigid'), +(229, 1, 1, 'right'), +(103, 1, 1, 'rigid'), (9, 1, 1, 'round'), -(561, 1, 1, 'ruled'), -(260, 1, 1, 'set'), -(537, 1, 1, 'sheets'), +(545, 1, 1, 'ruled'), +(253, 1, 1, 'set'), +(519, 1, 1, 'sheets'), (3, 1, 1, 'shirt'), (11, 1, 1, 'short'), -(61, 1, 1, 'side'), -(452, 1, 1, 'size'), +(58, 1, 1, 'side'), +(434, 1, 1, 'size'), (12, 1, 1, 'sleeves'), -(110, 1, 1, 'smooth'), -(322, 1, 1, 'sofa'), -(122, 1, 1, 'space'), -(555, 1, 1, 'spiral'), -(559, 1, 1, 'squarred'), +(106, 1, 1, 'smooth'), +(313, 1, 1, 'sofa'), +(118, 1, 1, 'space'), +(539, 1, 1, 'spiral'), +(543, 1, 1, 'squarred'), (16, 1, 1, 'staple'), -(233, 1, 1, 'start'), -(557, 1, 1, 'stationery'), +(228, 1, 1, 'start'), +(541, 1, 1, 'stationery'), (25, 1, 1, 'studio'), (41, 1, 1, 'sublimation'), -(450, 1, 1, 'support'), -(111, 1, 1, 'surface'), -(435, 1, 1, 'svg'), -(57, 1, 1, 'sweater'), +(432, 1, 1, 'support'), +(107, 1, 1, 'surface'), +(417, 1, 1, 'svg'), +(54, 1, 1, 'sweater'), (19, 1, 1, 'symbol'), (5, 1, 1, 't-shirt'), -(672, 1, 1, 'text'), +(648, 1, 1, 'text'), (42, 1, 1, 'textile'), -(236, 1, 1, 'thought'), -(186, 1, 1, 'today'), -(285, 1, 1, 'touch'), +(231, 1, 1, 'thought'), +(181, 1, 1, 'today'), +(277, 1, 1, 'touch'), (35, 1, 1, 'traditional'), -(545, 1, 1, 'traveling'), +(529, 1, 1, 'traveling'), (4, 1, 1, 'tshirt'), -(441, 1, 1, 'use'), -(448, 1, 1, 'used'), -(432, 1, 1, 'vector'), -(114, 1, 1, 'voice'), -(113, 1, 1, 'walls'), -(332, 1, 1, 'washable'), +(423, 1, 1, 'use'), +(430, 1, 1, 'used'), +(414, 1, 1, 'vector'), +(110, 1, 1, 'voice'), +(109, 1, 1, 'walls'), +(323, 1, 1, 'washable'), (38, 1, 1, 'wear'), (53, 1, 1, 'white'), -(117, 1, 1, 'will'), -(451, 1, 1, 'without'), -(63, 1, 1, 'women'), -(125, 1, 1, 'wooden'), -(562, 1, 1, 'wool'), -(544, 1, 1, 'work'), -(541, 1, 1, 'write'), -(552, 1, 1, 'writing'), -(103, 1, 1, 'yet'), -(327, 1, 1, 'zen'), -(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'); +(113, 1, 1, 'will'), +(433, 1, 1, 'without'), +(60, 1, 1, 'women'), +(121, 1, 1, 'wooden'), +(528, 1, 1, 'work'), +(525, 1, 1, 'write'), +(536, 1, 1, 'writing'), +(99, 1, 1, 'yet'), +(318, 1, 1, 'zen'), +(310, 1, 1, 'zip'); DROP TABLE IF EXISTS `ps_shop`; CREATE TABLE `ps_shop` ( @@ -14790,8 +12605,6 @@ 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` ( @@ -15269,9 +13082,9 @@ CREATE TABLE `ps_stock_available` ( INSERT INTO `ps_stock_available` (`id_stock_available`, `id_product`, `id_product_attribute`, `id_shop`, `id_shop_group`, `quantity`, `physical_quantity`, `reserved_quantity`, `depends_on_stock`, `out_of_stock`, `location`) VALUES (1, 1, 0, 1, 0, 2400, 0, 0, 0, 2, ''), -(2, 2, 0, 1, 0, 2100, 0, 0, 0, 2, ''), +(2, 2, 0, 1, 0, 2096, 2096, 0, 0, 2, ''), (3, 3, 0, 1, 0, 1500, 0, 0, 0, 2, ''), -(4, 4, 0, 1, 0, 1360, 1360, 0, 0, 2, ''), +(4, 4, 0, 1, 0, 1500, 0, 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, ''), @@ -15295,16 +13108,16 @@ INSERT INTO `ps_stock_available` (`id_stock_available`, `id_product`, `id_produc (25, 1, 6, 1, 0, 300, 0, 0, 0, 2, ''), (26, 1, 7, 1, 0, 300, 0, 0, 0, 2, ''), (27, 1, 8, 1, 0, 300, 0, 0, 0, 2, ''), -(28, 2, 9, 1, 0, 1200, 0, 0, 0, 2, ''), -(29, 2, 10, 1, 0, 300, 0, 0, 0, 2, ''), -(30, 2, 11, 1, 0, 300, 0, 0, 0, 2, ''), -(31, 2, 12, 1, 0, 300, 0, 0, 0, 2, ''), +(28, 2, 9, 1, 0, 1196, 1200, 4, 0, 2, ''), +(29, 2, 10, 1, 0, 300, 300, 0, 0, 2, ''), +(30, 2, 11, 1, 0, 300, 300, 0, 0, 2, ''), +(31, 2, 12, 1, 0, 300, 300, 0, 0, 2, ''), (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, 760, 900, 140, 0, 2, ''), -(36, 4, 17, 1, 0, 300, 300, 0, 0, 2, ''), -(37, 4, 18, 1, 0, 300, 302, 2, 0, 2, ''), +(35, 4, 16, 1, 0, 900, 0, 0, 0, 2, ''), +(36, 4, 17, 1, 0, 300, 0, 0, 0, 2, ''), +(37, 4, 18, 1, 0, 300, 0, 0, 0, 2, ''), (38, 5, 19, 1, 0, 300, 0, 0, 0, 2, ''), (39, 5, 20, 1, 0, 300, 0, 0, 0, 2, ''), (40, 5, 21, 1, 0, 300, 0, 0, 0, 2, ''), @@ -15335,9 +13148,9 @@ CREATE TABLE `ps_stock_mvt` ( `id_supply_order` int(11) DEFAULT NULL, `id_stock_mvt_reason` int(11) NOT NULL, `id_employee` int(11) NOT NULL, - `employee_lastname` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `employee_firstname` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, - `physical_quantity` int(11) NOT NULL, + `employee_lastname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `employee_firstname` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, + `physical_quantity` int(10) unsigned NOT NULL, `date_add` datetime NOT NULL, `sign` smallint(6) NOT NULL DEFAULT '1', `price_te` decimal(20,6) DEFAULT '0.000000', @@ -15361,18 +13174,18 @@ CREATE TABLE `ps_stock_mvt_reason` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_stock_mvt_reason` (`id_stock_mvt_reason`, `sign`, `date_add`, `date_upd`, `deleted`) VALUES -(1, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(2, -1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(3, -1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(4, -1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(5, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(6, -1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(7, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(8, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(9, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(10, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(11, 1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0), -(12, -1, '2023-08-28 13:26:18', '2023-08-28 13:26:18', 0); +(1, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(2, -1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(3, -1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(4, -1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(5, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(6, -1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(7, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(8, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(9, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(10, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(11, 1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0), +(12, -1, '2024-01-23 09:45:30', '2024-01-23 09:45:30', 0); DROP TABLE IF EXISTS `ps_stock_mvt_reason_lang`; CREATE TABLE `ps_stock_mvt_reason_lang` ( @@ -15384,14 +13197,14 @@ CREATE TABLE `ps_stock_mvt_reason_lang` ( INSERT INTO `ps_stock_mvt_reason_lang` (`id_stock_mvt_reason`, `id_lang`, `name`) VALUES (1, 1, 'Increase'), -(1, 2, 'Verhoog'), -(1, 3, 'Erhöhung'), +(1, 2, 'Erhöhung'), +(1, 3, 'Verhoog'), (2, 1, 'Decrease'), -(2, 2, 'Verlaag'), -(2, 3, 'Reduzierung'), +(2, 2, 'Reduzierung'), +(2, 3, 'Verlaag'), (3, 1, 'Customer Order'), -(3, 2, 'Klantbestelling'), -(3, 3, 'Bestellung'), +(3, 2, 'Bestellung'), +(3, 3, 'Klantbestelling'), (4, 1, 'Regulation following an inventory of stock'), (4, 2, 'Regulation following an inventory of stock'), (4, 3, 'Regulation following an inventory of stock'), @@ -15399,20 +13212,20 @@ INSERT INTO `ps_stock_mvt_reason_lang` (`id_stock_mvt_reason`, `id_lang`, `name` (5, 2, 'Regulation following an inventory of stock'), (5, 3, 'Regulation following an inventory of stock'), (6, 1, 'Transfer to another warehouse'), -(6, 2, 'Naar een ander magazijn verplaatsen'), -(6, 3, 'Übertragung in anderes Lager'), +(6, 2, 'Übertragung in anderes Lager'), +(6, 3, 'Naar een ander magazijn verplaatsen'), (7, 1, 'Transfer from another warehouse'), -(7, 2, 'Van een ander magazijn verplaatsen'), -(7, 3, 'Übertragung von anderem Lager'), +(7, 2, 'Übertragung von anderem Lager'), +(7, 3, 'Van een ander magazijn verplaatsen'), (8, 1, 'Supply Order'), -(8, 2, 'Bestelling'), -(8, 3, 'Lieferbestellung'), +(8, 2, 'Lieferbestellung'), +(8, 3, 'Bestelling'), (9, 1, 'Customer Order'), -(9, 2, 'Klantbestelling'), -(9, 3, 'Bestellung'), +(9, 2, 'Bestellung'), +(9, 3, 'Klantbestelling'), (10, 1, 'Product return'), -(10, 2, 'Productretour'), -(10, 3, 'Warenrücksendung'), +(10, 2, 'Warenrücksendung'), +(10, 3, 'Productretour'), (11, 1, 'Employee Edition'), (11, 2, 'Employee Edition'), (11, 3, 'Employee Edition'), @@ -15439,11 +13252,11 @@ CREATE TABLE `ps_store` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_store` (`id_store`, `id_country`, `id_state`, `city`, `postcode`, `latitude`, `longitude`, `phone`, `fax`, `email`, `active`, `date_add`, `date_upd`) VALUES -(1, 21, 12, 'Miami', '33135', 25.76500500, -80.24379700, '', '', '', 1, '2023-08-28 13:28:05', '2023-08-28 13:28:05'), -(2, 21, 12, 'Miami', '33304', 26.13793600, -80.13943500, '', '', '', 1, '2023-08-28 13:28:05', '2023-08-28 13:28:05'), -(3, 21, 12, 'Miami', '33026', 26.00998700, -80.29447200, '', '', '', 1, '2023-08-28 13:28:05', '2023-08-28 13:28:05'), -(4, 21, 12, 'Miami', '33133', 25.73629600, -80.24479700, '', '', '', 1, '2023-08-28 13:28:05', '2023-08-28 13:28:05'), -(5, 21, 12, 'Miami', '33181', 25.88674000, -80.16329200, '', '', '', 1, '2023-08-28 13:28:05', '2023-08-28 13:28:05'); +(1, 21, 12, 'Miami', '33135', 25.76500500, -80.24379700, '', '', '', 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40'), +(2, 21, 12, 'Miami', '33304', 26.13793600, -80.13943500, '', '', '', 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40'), +(3, 21, 12, 'Miami', '33026', 26.00998700, -80.29447200, '', '', '', 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40'), +(4, 21, 12, 'Miami', '33133', 25.73629600, -80.24479700, '', '', '', 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40'), +(5, 21, 12, 'Miami', '33181', 25.88674000, -80.16329200, '', '', '', 1, '2024-01-23 09:45:40', '2024-01-23 09:45:40'); DROP TABLE IF EXISTS `ps_store_lang`; CREATE TABLE `ps_store_lang` ( @@ -15500,8 +13313,8 @@ CREATE TABLE `ps_supplier` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_supplier` (`id_supplier`, `name`, `date_add`, `date_upd`, `active`) VALUES -(1, 'Fashion supplier', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1), -(2, 'Accessories supplier', '2023-08-28 13:28:03', '2023-08-28 13:28:03', 1); +(1, 'Fashion supplier', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1), +(2, 'Accessories supplier', '2024-01-23 09:45:40', '2024-01-23 09:45:40', 1); DROP TABLE IF EXISTS `ps_supplier_lang`; CREATE TABLE `ps_supplier_lang` ( @@ -15658,23 +13471,23 @@ CREATE TABLE `ps_supply_order_state_lang` ( INSERT INTO `ps_supply_order_state_lang` (`id_supply_order_state`, `id_lang`, `name`) VALUES (1, 1, '1 - Creation in progress'), -(1, 2, '1 - Bezig met aanmaken'), -(1, 3, '1 - In Bearbeitung'), +(1, 2, '1 - In Bearbeitung'), +(1, 3, '1 - Bezig met aanmaken'), (2, 1, '2 - Order validated'), -(2, 2, '2 - Bestelling bevestigd'), -(2, 3, '2 - Bestellung geprüft'), +(2, 2, '2 - Bestellung geprüft'), +(2, 3, '2 - Bestelling bevestigd'), (3, 1, '3 - Pending receipt'), -(3, 2, '3 - In afwachting van ontvangst'), -(3, 3, '3 - Warten auf Rechnung'), +(3, 2, '3 - Warten auf Rechnung'), +(3, 3, '3 - In afwachting van ontvangst'), (4, 1, '4 - Order received in part'), -(4, 2, '4 - Bestelling gedeeltelijk ontvangen'), -(4, 3, '4 - Teillieferung erhalten'), +(4, 2, '4 - Teillieferung erhalten'), +(4, 3, '4 - Bestelling gedeeltelijk ontvangen'), (5, 1, '5 - Order received completely'), -(5, 2, '5 - Bestelling geheel ontvangen'), -(5, 3, '5 - Lieferung erhalten'), +(5, 2, '5 - Lieferung erhalten'), +(5, 3, '5 - Bestelling geheel ontvangen'), (6, 1, '6 - Order canceled'), -(6, 2, '6 - Bestelling geannuleerd'), -(6, 3, '6 - Bestellung storniert'); +(6, 2, '6 - Bestellung storniert'), +(6, 3, '6 - Bestelling geannuleerd'); DROP TABLE IF EXISTS `ps_tab`; CREATE TABLE `ps_tab` ( @@ -15730,25 +13543,25 @@ INSERT INTO `ps_tab` (`id_tab`, `id_parent`, `position`, `module`, `class_name`, (35, 33, 1, NULL, 'AdminParentStockManagement', '', 1, 1, '', 'Stock Management', 'Admin.Navigation.Menu'), (36, 35, 0, NULL, 'AdminStockManagement', '', 1, 1, '', 'Stock Management', 'Admin.Navigation.Menu'), (37, 0, 2, NULL, 'IMPROVE', '', 1, 1, '', 'Improve', 'Admin.Navigation.Menu'), -(38, 37, 1, NULL, 'AdminParentModulesSf', '', 1, 1, 'extension', 'Modules', 'Admin.Navigation.Menu'), -(39, 38, 0, NULL, 'AdminModulesSf', '', 1, 1, '', 'Module Manager', 'Admin.Navigation.Menu'), +(38, 37, 0, NULL, 'AdminParentModulesSf', '', 1, 1, 'extension', 'Modules', 'Admin.Navigation.Menu'), +(39, 38, 4, NULL, 'AdminModulesSf', '', 1, 1, '', 'Module Manager', 'Admin.Navigation.Menu'), (40, 39, 0, NULL, 'AdminModulesManage', '', 1, 1, '', 'Modules', 'Admin.Navigation.Menu'), (41, 39, 1, NULL, 'AdminModulesNotifications', '', 1, 1, '', 'Alerts', 'Admin.Navigation.Menu'), (42, 39, 2, NULL, 'AdminModulesUpdates', '', 1, 1, '', 'Updates', 'Admin.Navigation.Menu'), -(43, 37, 2, NULL, 'AdminParentThemes', '', 1, 1, 'desktop_mac', 'Design', 'Admin.Navigation.Menu'), -(44, 124, 1, '', 'AdminThemes', '', 1, 1, '', 'Theme & Logo', 'Admin.Navigation.Menu'), -(45, 43, 1, NULL, 'AdminParentMailTheme', '', 1, 1, '', 'Email Theme', 'Admin.Navigation.Menu'), +(43, 37, 1, NULL, 'AdminParentThemes', '', 1, 1, 'desktop_mac', 'Design', 'Admin.Navigation.Menu'), +(44, 127, 1, '', 'AdminThemes', '', 1, 1, '', 'Theme & Logo', 'Admin.Navigation.Menu'), +(45, 43, 3, NULL, 'AdminParentMailTheme', '', 1, 1, '', 'Email Theme', 'Admin.Navigation.Menu'), (46, 45, 0, NULL, 'AdminMailTheme', '', 1, 1, '', 'Email Theme', 'Admin.Navigation.Menu'), -(47, 43, 2, NULL, 'AdminCmsContent', '', 1, 1, '', 'Pages', 'Admin.Navigation.Menu'), -(48, 43, 3, NULL, 'AdminModulesPositions', '', 1, 1, '', 'Positions', 'Admin.Navigation.Menu'), -(49, 43, 4, NULL, 'AdminImages', '', 1, 1, '', 'Image Settings', 'Admin.Navigation.Menu'), -(50, 37, 3, NULL, 'AdminParentShipping', '', 1, 1, 'local_shipping', 'Shipping', 'Admin.Navigation.Menu'), +(47, 43, 4, NULL, 'AdminCmsContent', '', 1, 1, '', 'Pages', 'Admin.Navigation.Menu'), +(48, 43, 5, NULL, 'AdminModulesPositions', '', 1, 1, '', 'Positions', 'Admin.Navigation.Menu'), +(49, 43, 6, NULL, 'AdminImages', '', 1, 1, '', 'Image Settings', 'Admin.Navigation.Menu'), +(50, 37, 2, NULL, 'AdminParentShipping', '', 1, 1, 'local_shipping', 'Shipping', 'Admin.Navigation.Menu'), (51, 50, 0, NULL, 'AdminCarriers', '', 1, 1, '', 'Carriers', 'Admin.Navigation.Menu'), (52, 50, 1, NULL, 'AdminShipping', '', 1, 1, '', 'Preferences', 'Admin.Navigation.Menu'), -(53, 37, 4, NULL, 'AdminParentPayment', '', 1, 1, 'payment', 'Payment', 'Admin.Navigation.Menu'), +(53, 37, 3, NULL, 'AdminParentPayment', '', 1, 1, 'payment', 'Payment', 'Admin.Navigation.Menu'), (54, 53, 0, NULL, 'AdminPayment', '', 1, 1, '', 'Payment Methods', 'Admin.Navigation.Menu'), (55, 53, 1, NULL, 'AdminPaymentPreferences', '', 1, 1, '', 'Preferences', 'Admin.Navigation.Menu'), -(56, 37, 5, NULL, 'AdminInternational', '', 1, 1, 'language', 'International', 'Admin.Navigation.Menu'), +(56, 37, 4, NULL, 'AdminInternational', '', 1, 1, 'language', 'International', 'Admin.Navigation.Menu'), (57, 56, 0, NULL, 'AdminParentLocalization', '', 1, 1, '', 'Localization', 'Admin.Navigation.Menu'), (58, 57, 0, NULL, 'AdminLocalization', '', 1, 1, '', 'Localization', 'Admin.Navigation.Menu'), (59, 57, 1, NULL, 'AdminLanguages', '', 1, 1, '', 'Languages', 'Admin.Navigation.Menu'), @@ -15799,27 +13612,40 @@ INSERT INTO `ps_tab` (`id_tab`, `id_parent`, `position`, `module`, `class_name`, (104, 102, 1, NULL, 'AdminBackup', '', 1, 1, '', 'DB Backup', 'Admin.Navigation.Menu'), (105, 92, 7, NULL, 'AdminLogs', '', 1, 1, '', 'Logs', 'Admin.Navigation.Menu'), (106, 92, 8, NULL, 'AdminWebservice', '', 1, 1, '', 'Webservice', 'Admin.Navigation.Menu'), -(107, 92, 9, NULL, 'AdminShopGroup', '', 0, 1, '', 'Multistore', 'Admin.Navigation.Menu'), -(108, 92, 10, NULL, 'AdminShopUrl', '', 0, 1, '', 'Multistore', 'Admin.Navigation.Menu'), -(109, 92, 11, NULL, 'AdminFeatureFlag', '', 1, 1, '', 'New & Experimental Features', 'Admin.Navigation.Menu'), -(110, 92, 12, NULL, 'AdminParentSecurity', '', 1, 1, '', '', ''), -(111, 110, 0, NULL, 'AdminSecurity', 'admin_security', 1, 1, '', 'Security', 'Admin.Navigation.Menu'), -(112, 110, 1, NULL, 'AdminSecuritySessionEmployee', 'admin_security_sessions_employee_list', 1, 1, '', '', ''), -(113, 110, 2, NULL, 'AdminSecuritySessionCustomer', 'admin_security_sessions_customer_list', 1, 1, '', '', ''), -(114, -1, 0, NULL, 'AdminQuickAccesses', '', 1, 1, '', 'Quick Access', 'Admin.Navigation.Menu'), -(115, 0, 4, NULL, 'DEFAULT', '', 1, 1, '', 'More', 'Admin.Navigation.Menu'), -(116, -1, 1, NULL, 'AdminPatterns', '', 1, 1, '', '', ''), -(117, 43, 5, 'ps_linklist', 'AdminLinkWidget', 'admin_link_block_list', 1, 1, '', 'Link List', 'Modules.Linklist.Admin'), -(118, 0, 5, 'blockreassurance', 'AdminBlockListing', '', 0, 1, '', NULL, NULL), -(119, 38, 1, 'blockwishlist', 'WishlistConfigurationAdminParentController', '', 0, 1, '', NULL, NULL), -(120, 119, 1, 'blockwishlist', 'WishlistConfigurationAdminController', '', 1, 1, '', NULL, NULL), -(121, 119, 2, 'blockwishlist', 'WishlistStatisticsAdminController', '', 1, 1, '', NULL, NULL), -(122, -1, 2, 'psgdpr', 'AdminAjaxPsgdpr', '', 1, 1, '', NULL, NULL), -(123, -1, 3, 'psgdpr', 'AdminDownloadInvoicesPsgdpr', '', 1, 1, '', NULL, NULL), -(124, 43, 0, '', 'AdminThemesParent', '', 1, 1, '', 'Theme & Logo', 'Admin.Navigation.Menu'), -(125, 124, 2, 'ps_themecusto', 'AdminPsThemeCustoConfiguration', '', 1, 1, '', NULL, NULL), -(126, 124, 3, 'ps_themecusto', 'AdminPsThemeCustoAdvanced', '', 1, 1, '', NULL, NULL), -(127, -1, 4, 'dashgoals', 'AdminDashgoals', '', 1, 1, '', NULL, NULL); +(107, 92, 9, NULL, 'AdminAuthorizationServer', '', 0, 1, '', 'Authorization Server', 'Admin.Navigation.Menu'), +(108, 92, 10, NULL, 'AdminShopGroup', '', 0, 1, '', 'Multistore', 'Admin.Navigation.Menu'), +(109, 92, 11, NULL, 'AdminShopUrl', '', 0, 1, '', 'Multistore', 'Admin.Navigation.Menu'), +(110, 92, 12, NULL, 'AdminFeatureFlag', '', 1, 1, '', 'New & Experimental Features', 'Admin.Navigation.Menu'), +(111, 92, 13, NULL, 'AdminParentSecurity', '', 1, 1, '', 'Security', 'Admin.Navigation.Menu'), +(112, 111, 0, NULL, 'AdminSecurity', 'admin_security', 1, 1, '', 'Security', 'Admin.Navigation.Menu'), +(113, 111, 1, NULL, 'AdminSecuritySessionEmployee', 'admin_security_sessions_employee_list', 1, 1, '', 'Employee Sessions', 'Admin.Navigation.Menu'), +(114, 111, 2, NULL, 'AdminSecuritySessionCustomer', 'admin_security_sessions_customer_list', 1, 1, '', 'Customer Sessions', 'Admin.Navigation.Menu'), +(115, -1, 2, NULL, 'AdminQuickAccesses', '', 1, 1, '', 'Quick Access', 'Admin.Navigation.Menu'), +(116, 0, 4, NULL, 'DEFAULT', '', 1, 1, '', 'More', 'Admin.Navigation.Menu'), +(117, -1, 3, NULL, 'AdminPatterns', '', 1, 1, '', '', ''), +(118, 43, 7, 'ps_linklist', 'AdminLinkWidget', 'admin_link_block_list', 1, 1, '', 'Link List', 'Modules.Linklist.Admin'), +(119, 0, 5, 'blockreassurance', 'AdminBlockListing', '', 0, 1, '', NULL, NULL), +(120, 38, 5, 'blockwishlist', 'WishlistConfigurationAdminParentController', '', 0, 1, '', NULL, NULL), +(121, 120, 1, 'blockwishlist', 'WishlistConfigurationAdminController', '', 1, 1, '', NULL, NULL), +(122, 120, 2, 'blockwishlist', 'WishlistStatisticsAdminController', '', 1, 1, '', NULL, NULL), +(123, -1, 4, 'psgdpr', 'AdminAjaxPsgdpr', '', 1, 1, '', NULL, NULL), +(124, -1, 5, 'psgdpr', 'AdminDownloadInvoicesPsgdpr', '', 1, 1, '', NULL, NULL), +(125, -1, 6, 'dashgoals', 'AdminDashgoals', '', 1, 1, '', NULL, NULL), +(126, -1, 7, 'ps_faviconnotificationbo', 'AdminConfigureFaviconBo', '', 1, 1, '', NULL, NULL), +(127, 43, 1, '', 'AdminThemesParent', '', 1, 1, '', 'Theme & Logo', 'Admin.Navigation.Menu'), +(128, 127, 2, 'ps_themecusto', 'AdminPsThemeCustoConfiguration', '', 1, 1, '', NULL, NULL), +(129, 127, 3, 'ps_themecusto', 'AdminPsThemeCustoAdvanced', '', 1, 1, '', NULL, NULL), +(130, 38, 3, 'ps_mbo', 'AdminPsMboModuleParent', '', 1, 1, '', NULL, NULL), +(131, 130, 2, 'ps_mbo', 'AdminPsMboSelection', '', 0, 1, '', 'Modules in the spotlight', 'Modules.Mbo.Modulesselection'), +(132, 130, 0, 'ps_mbo', 'AdminPsMboModule', '', 1, 1, '', NULL, NULL), +(133, -1, 0, 'ps_mbo', 'AdminPsMboRecommended', '', 1, 1, '', NULL, NULL), +(134, 43, 2, 'ps_mbo', 'AdminPsMboTheme', '', 1, 1, '', 'Themes Catalog', 'Modules.Mbo.Themescatalog'), +(135, 38, 2, 'ps_mbo', 'ApiPsMbo', '', 0, 1, '', NULL, NULL), +(136, 38, 0, 'ps_mbo', 'ApiSecurityPsMbo', '', 0, 1, '', NULL, NULL), +(137, 0, 6, 'ps_accounts', 'AdminAjaxPsAccounts', '', 0, 1, '', NULL, NULL), +(138, 0, 7, 'ps_accounts', 'AdminDebugPsAccounts', '', 0, 1, '', NULL, NULL), +(139, 0, 8, 'ps_accounts', 'AdminOAuth2PsAccounts', '', 0, 1, '', NULL, NULL), +(140, 0, 9, 'ps_accounts', 'AdminLogin', '', 0, 1, '', NULL, NULL); DROP TABLE IF EXISTS `ps_tab_lang`; CREATE TABLE `ps_tab_lang` ( @@ -15833,377 +13659,416 @@ CREATE TABLE `ps_tab_lang` ( INSERT INTO `ps_tab_lang` (`id_tab`, `id_lang`, `name`) VALUES (1, 1, 'Dashboard'), -(1, 2, 'Dashboard'), -(1, 3, 'Übersicht'), +(1, 2, 'Übersicht'), +(1, 3, 'Dashboard'), (2, 1, 'Sell'), -(2, 2, 'Verkopen'), -(2, 3, 'Verkauf'), +(2, 2, 'Verkauf'), +(2, 3, 'Verkopen'), (3, 1, 'Orders'), -(3, 2, 'Bestellingen'), -(3, 3, 'Bestellungen'), +(3, 2, 'Bestellungen'), +(3, 3, 'Bestellingen'), (4, 1, 'Orders'), -(4, 2, 'Bestellingen'), -(4, 3, 'Bestellungen'), +(4, 2, 'Bestellungen'), +(4, 3, 'Bestellingen'), (5, 1, 'Invoices'), -(5, 2, 'Facturen'), -(5, 3, 'Rechnungen'), +(5, 2, 'Rechnungen'), +(5, 3, 'Facturen'), (6, 1, 'Credit Slips'), -(6, 2, 'Creditnota\'s'), -(6, 3, 'Rechnungskorrekturen'), +(6, 2, 'Rechnungskorrekturen'), +(6, 3, 'Creditnota\'s'), (7, 1, 'Delivery Slips'), -(7, 2, 'Pakbonnen'), -(7, 3, 'Lieferscheine'), +(7, 2, 'Lieferscheine'), +(7, 3, 'Pakbonnen'), (8, 1, 'Shopping Carts'), -(8, 2, 'Winkelwagens'), -(8, 3, 'Warenkörbe'), +(8, 2, 'Warenkörbe'), +(8, 3, 'Winkelwagens'), (9, 1, 'Catalog'), -(9, 2, 'Catalogus'), -(9, 3, 'Katalog'), +(9, 2, 'Katalog'), +(9, 3, 'Catalogus'), (10, 1, 'Products'), -(10, 2, 'Producten'), -(10, 3, 'Artikel'), +(10, 2, 'Artikel'), +(10, 3, 'Producten'), (11, 1, 'Categories'), -(11, 2, 'Categorieën'), -(11, 3, 'Kategorien'), +(11, 2, 'Kategorien'), +(11, 3, 'Categorieën'), (12, 1, 'Monitoring'), -(12, 2, 'Monitoring'), -(12, 3, 'Kontrollübersicht'), +(12, 2, 'Kontrollübersicht'), +(12, 3, 'Monitoring'), (13, 1, 'Attributes & Features'), -(13, 2, 'Kenmerken en functies'), -(13, 3, 'Varianten & Eigenschaften'), +(13, 2, 'Varianten & Eigenschaften'), +(13, 3, 'Kenmerken en functies'), (14, 1, 'Attributes'), -(14, 2, 'Attributen'), -(14, 3, 'Varianten'), +(14, 2, 'Varianten'), +(14, 3, 'Attributen'), (15, 1, 'Features'), -(15, 2, 'Functies'), -(15, 3, 'Eigenschaften'), +(15, 2, 'Eigenschaften'), +(15, 3, 'Functies'), (16, 1, 'Brands & Suppliers'), -(16, 2, 'Merken en leveranciers'), -(16, 3, 'Marken & Lieferanten'), +(16, 2, 'Marken & Lieferanten'), +(16, 3, 'Merken en leveranciers'), (17, 1, 'Brands'), -(17, 2, 'Merken'), -(17, 3, 'Marken'), +(17, 2, 'Marken'), +(17, 3, 'Merken'), (18, 1, 'Suppliers'), -(18, 2, 'Leveranciers'), -(18, 3, 'Lieferanten'), +(18, 2, 'Lieferanten'), +(18, 3, 'Leveranciers'), (19, 1, 'Files'), -(19, 2, 'Bestanden'), -(19, 3, 'Dateien'), +(19, 2, 'Dateien'), +(19, 3, 'Bestanden'), (20, 1, 'Discounts'), -(20, 2, 'Kortingen'), -(20, 3, 'Rabatt'), +(20, 2, 'Rabatt'), +(20, 3, 'Kortingen'), (21, 1, 'Cart Rules'), -(21, 2, 'Winkelwagenregels'), -(21, 3, 'Warenkorb Preisregeln'), +(21, 2, 'Warenkorb Preisregeln'), +(21, 3, 'Winkelwagenregels'), (22, 1, 'Catalog Price Rules'), -(22, 2, 'Catalogusprijsregels'), -(22, 3, 'Katalog Preisregeln'), +(22, 2, 'Katalog Preisregeln'), +(22, 3, 'Catalogusprijsregels'), (23, 1, 'Stock'), -(23, 2, 'Voorraad'), -(23, 3, 'Lager'), +(23, 2, 'Lager'), +(23, 3, 'Voorraad'), (24, 1, 'Customers'), -(24, 2, 'Klanten'), -(24, 3, 'Kunden'), +(24, 2, 'Kunden'), +(24, 3, 'Klanten'), (25, 1, 'Customers'), -(25, 2, 'Klanten'), -(25, 3, 'Kunden'), +(25, 2, 'Kunden'), +(25, 3, 'Klanten'), (26, 1, 'Addresses'), (26, 2, 'Adressen'), (26, 3, 'Adressen'), (27, 1, 'Outstanding'), -(27, 2, 'Openstaand'), -(27, 3, 'Offene Posten'), +(27, 2, 'Offene Posten'), +(27, 3, 'Openstaand'), (28, 1, 'Customer Service'), -(28, 2, 'Klantenservice'), -(28, 3, 'Kundenservice'), +(28, 2, 'Kundenservice'), +(28, 3, 'Klantenservice'), (29, 1, 'Customer Service'), -(29, 2, 'Klantenservice'), -(29, 3, 'Kundenservice'), +(29, 2, 'Kundenservice'), +(29, 3, 'Klantenservice'), (30, 1, 'Order Messages'), -(30, 2, 'Bestellingsberichten'), -(30, 3, 'Bestellnachrichten'), +(30, 2, 'Bestellnachrichten'), +(30, 3, 'Bestellingsberichten'), (31, 1, 'Merchandise Returns'), -(31, 2, 'Retourzendingen'), -(31, 3, 'Warenrücksendungen'), +(31, 2, 'Warenrücksendungen'), +(31, 3, 'Retourzendingen'), (32, 1, 'Stats'), -(32, 2, 'Statistieken'), -(32, 3, 'Statistiken'), +(32, 2, 'Statistiken'), +(32, 3, 'Statistieken'), (34, 1, 'Warehouses'), -(34, 2, 'Magazijnen'), -(34, 3, 'Lager'), +(34, 2, 'Lager'), +(34, 3, 'Magazijnen'), (35, 1, 'Stock Management'), -(35, 2, 'Voorraadbeheer'), -(35, 3, 'Lagerverwaltung'), +(35, 2, 'Lagerverwaltung'), +(35, 3, 'Voorraadbeheer'), (37, 1, 'Improve'), -(37, 2, 'Verbeteren'), -(37, 3, 'Optimierung'), +(37, 2, 'Optimierung'), +(37, 3, 'Verbeteren'), (38, 1, 'Modules'), -(38, 2, 'Modules'), -(38, 3, 'Module'), +(38, 2, 'Module'), +(38, 3, 'Modules'), (39, 1, 'Module Manager'), -(39, 2, 'Module manager'), -(39, 3, 'Modul-Verwaltung'), +(39, 2, 'Modul-Verwaltung'), +(39, 3, 'Module manager'), (40, 1, 'Modules'), -(40, 2, 'Modules'), -(40, 3, 'Module'), +(40, 2, 'Module'), +(40, 3, 'Modules'), (41, 1, 'Alerts'), -(41, 2, 'Waarschuwingen'), -(41, 3, 'Meldungen'), +(41, 2, 'Meldungen'), +(41, 3, 'Waarschuwingen'), (42, 1, 'Updates'), -(42, 2, 'Updates'), -(42, 3, 'Aktualisierungen'), +(42, 2, 'Aktualisierungen'), +(42, 3, 'Updates'), (43, 1, 'Design'), (43, 2, 'Design'), (43, 3, 'Design'), (44, 1, 'Theme & Logo'), -(44, 2, 'Thema en logo'), -(44, 3, 'Template und Logo'), +(44, 2, 'Template und Logo'), +(44, 3, 'Thema en logo'), (45, 1, 'Email Theme'), -(45, 2, 'Email thema'), -(45, 3, 'E-Mail-Theme'), +(45, 2, 'E-Mail-Theme'), +(45, 3, 'Email thema'), (46, 1, 'Email Theme'), -(46, 2, 'Email thema'), -(46, 3, 'E-Mail-Theme'), +(46, 2, 'E-Mail-Theme'), +(46, 3, 'Email thema'), (47, 1, 'Pages'), -(47, 2, 'Pagina\'s'), -(47, 3, 'Seiten'), +(47, 2, 'Seiten'), +(47, 3, 'Pagina\'s'), (48, 1, 'Positions'), -(48, 2, 'Posities'), -(48, 3, 'Positionen'), +(48, 2, 'Positionen'), +(48, 3, 'Posities'), (49, 1, 'Image Settings'), -(49, 2, 'Afbeeldingsinstellingen'), -(49, 3, 'Bilder'), +(49, 2, 'Bilder'), +(49, 3, 'Afbeeldingsinstellingen'), (50, 1, 'Shipping'), -(50, 2, 'Verzending'), -(50, 3, 'Versand'), +(50, 2, 'Versand'), +(50, 3, 'Verzending'), (51, 1, 'Carriers'), -(51, 2, 'Vervoerders'), -(51, 3, 'Versanddienste'), +(51, 2, 'Versanddienste'), +(51, 3, 'Vervoerders'), (52, 1, 'Preferences'), -(52, 2, 'Instellingen'), -(52, 3, 'Voreinstellungen'), +(52, 2, 'Voreinstellungen'), +(52, 3, 'Instellingen'), (53, 1, 'Payment'), -(53, 2, 'Betaling'), -(53, 3, 'Zahlung'), +(53, 2, 'Zahlung'), +(53, 3, 'Betaling'), (54, 1, 'Payment Methods'), -(54, 2, 'Betaalmethoden'), -(54, 3, 'Zahlungsarten'), +(54, 2, 'Zahlungsarten'), +(54, 3, 'Betaalmethoden'), (55, 1, 'Preferences'), -(55, 2, 'Instellingen'), -(55, 3, 'Voreinstellungen'), +(55, 2, 'Voreinstellungen'), +(55, 3, 'Instellingen'), (56, 1, 'International'), -(56, 2, 'Internationaal'), -(56, 3, 'International'), +(56, 2, 'International'), +(56, 3, 'Internationaal'), (57, 1, 'Localization'), -(57, 2, 'Lokalisatie'), -(57, 3, 'Lokalisierung'), +(57, 2, 'Lokalisierung'), +(57, 3, 'Lokalisatie'), (58, 1, 'Localization'), -(58, 2, 'Lokalisatie'), -(58, 3, 'Lokalisierung'), +(58, 2, 'Lokalisierung'), +(58, 3, 'Lokalisatie'), (59, 1, 'Languages'), -(59, 2, 'Talen'), -(59, 3, 'Sprachen'), +(59, 2, 'Sprachen'), +(59, 3, 'Talen'), (60, 1, 'Currencies'), -(60, 2, 'Valuta\'s'), -(60, 3, 'Währungen'), +(60, 2, 'Währungen'), +(60, 3, 'Valuta\'s'), (61, 1, 'Geolocation'), -(61, 2, 'Geolocatie'), -(61, 3, 'Geotargeting'), +(61, 2, 'Geotargeting'), +(61, 3, 'Geolocatie'), (62, 1, 'Locations'), -(62, 2, 'Locaties'), -(62, 3, 'Länder & Gebiete'), +(62, 2, 'Länder & Gebiete'), +(62, 3, 'Locaties'), (63, 1, 'Zones'), -(63, 2, 'Zones'), -(63, 3, 'Gebiete'), +(63, 2, 'Gebiete'), +(63, 3, 'Zones'), (64, 1, 'Countries'), -(64, 2, 'Landen'), -(64, 3, 'Länder'), +(64, 2, 'Länder'), +(64, 3, 'Landen'), (65, 1, 'States'), -(65, 2, 'Provincies'), -(65, 3, 'Bundesländer'), +(65, 2, 'Bundesländer'), +(65, 3, 'Provincies'), (66, 1, 'Taxes'), -(66, 2, 'BTW'), -(66, 3, 'Steuersätze'), +(66, 2, 'Steuersätze'), +(66, 3, 'BTW'), (67, 1, 'Taxes'), -(67, 2, 'BTW'), -(67, 3, 'Steuersätze'), +(67, 2, 'Steuersätze'), +(67, 3, 'BTW'), (68, 1, 'Tax Rules'), -(68, 2, 'Belastingregel'), -(68, 3, 'Steuerregeln'), +(68, 2, 'Steuerregeln'), +(68, 3, 'Belastingregel'), (69, 1, 'Translations'), -(69, 2, 'Vertalingen'), -(69, 3, 'Übersetzungen'), +(69, 2, 'Übersetzungen'), +(69, 3, 'Vertalingen'), (70, 1, 'Configure'), -(70, 2, 'Configureer'), -(70, 3, 'Einstellungen'), +(70, 2, 'Einstellungen'), +(70, 3, 'Configureer'), (71, 1, 'Shop Parameters'), -(71, 2, 'Winkelinstellingen'), -(71, 3, 'Shop-Einstellungen'), +(71, 2, 'Shop-Einstellungen'), +(71, 3, 'Winkelinstellingen'), (72, 1, 'General'), -(72, 2, 'Algemeen'), -(72, 3, 'Allgemein'), +(72, 2, 'Allgemein'), +(72, 3, 'Algemeen'), (73, 1, 'General'), -(73, 2, 'Algemeen'), -(73, 3, 'Allgemein'), +(73, 2, 'Allgemein'), +(73, 3, 'Algemeen'), (74, 1, 'Maintenance'), -(74, 2, 'Onderhoud'), -(74, 3, 'Wartung'), +(74, 2, 'Wartung'), +(74, 3, 'Onderhoud'), (75, 1, 'Order Settings'), -(75, 2, 'Bestellingsinstellingen'), -(75, 3, 'Bestellungen'), +(75, 2, 'Bestellungen'), +(75, 3, 'Bestellingsinstellingen'), (76, 1, 'Order Settings'), -(76, 2, 'Bestellingsinstellingen'), -(76, 3, 'Bestellungen'), +(76, 2, 'Bestellungen'), +(76, 3, 'Bestellingsinstellingen'), (77, 1, 'Statuses'), -(77, 2, 'Statussen'), -(77, 3, 'Status'), +(77, 2, 'Status'), +(77, 3, 'Statussen'), (78, 1, 'Product Settings'), -(78, 2, 'Producten'), -(78, 3, 'Artikel'), +(78, 2, 'Artikel'), +(78, 3, 'Producten'), (79, 1, 'Customer Settings'), -(79, 2, 'Klantinstellingen'), -(79, 3, 'Benutzerdefinierte Einstellungen'), +(79, 2, 'Benutzerdefinierte Einstellungen'), +(79, 3, 'Klantinstellingen'), (80, 1, 'Customer Settings'), -(80, 2, 'Klantinstellingen'), -(80, 3, 'Benutzerdefinierte Einstellungen'), +(80, 2, 'Benutzerdefinierte Einstellungen'), +(80, 3, 'Klantinstellingen'), (81, 1, 'Groups'), -(81, 2, 'Groepen'), -(81, 3, 'Gruppen'), +(81, 2, 'Gruppen'), +(81, 3, 'Groepen'), (82, 1, 'Titles'), -(82, 2, 'Sociale titels'), -(82, 3, 'Bezeichnung'), +(82, 2, 'Bezeichnung'), +(82, 3, 'Sociale titels'), (83, 1, 'Contact'), -(83, 2, 'Contact'), -(83, 3, 'Kontakt'), +(83, 2, 'Kontakt'), +(83, 3, 'Contact'), (84, 1, 'Contacts'), -(84, 2, 'Contactpersonen'), -(84, 3, 'Kontakte'), +(84, 2, 'Kontakte'), +(84, 3, 'Contactpersonen'), (85, 1, 'Stores'), -(85, 2, 'Winkels'), -(85, 3, 'Shops'), +(85, 2, 'Shops'), +(85, 3, 'Winkels'), (86, 1, 'Traffic & SEO'), -(86, 2, 'Verkeer en SEO'), -(86, 3, 'Traffic & SEO'), +(86, 2, 'Traffic & SEO'), +(86, 3, 'Verkeer en SEO'), (87, 1, 'SEO & URLs'), -(87, 2, 'SEO & URL\'s'), -(87, 3, 'SEO & URLs'), +(87, 2, 'SEO & URLs'), +(87, 3, 'SEO & URL\'s'), (88, 1, 'Search Engines'), -(88, 2, 'Zoekmachines'), -(88, 3, 'Suchmaschinen'), +(88, 2, 'Suchmaschinen'), +(88, 3, 'Zoekmachines'), (89, 1, 'Search'), -(89, 2, 'Zoeken'), -(89, 3, 'Suche'), +(89, 2, 'Suche'), +(89, 3, 'Zoeken'), (90, 1, 'Search'), -(90, 2, 'Zoeken'), -(90, 3, 'Suche'), +(90, 2, 'Suche'), +(90, 3, 'Zoeken'), (91, 1, 'Tags'), -(91, 2, 'Tags'), -(91, 3, 'Stichwörter'), +(91, 2, 'Stichwörter'), +(91, 3, 'Tags'), (92, 1, 'Advanced Parameters'), -(92, 2, 'Geavanceerde instellingen'), -(92, 3, 'Erweiterte Einstellungen'), +(92, 2, 'Erweiterte Einstellungen'), +(92, 3, 'Geavanceerde instellingen'), (93, 1, 'Information'), -(93, 2, 'Informatie'), -(93, 3, 'Informationen'), +(93, 2, 'Informationen'), +(93, 3, 'Informatie'), (94, 1, 'Performance'), -(94, 2, 'Prestaties'), -(94, 3, 'Leistung'), +(94, 2, 'Leistung'), +(94, 3, 'Prestaties'), (95, 1, 'Administration'), -(95, 2, 'Administratie'), -(95, 3, 'Verwaltung'), +(95, 2, 'Verwaltung'), +(95, 3, 'Administratie'), (96, 1, 'E-mail'), (96, 2, 'E-mail'), (96, 3, 'E-mail'), (97, 1, 'Import'), -(97, 2, 'Importeren'), -(97, 3, 'Importieren'), +(97, 2, 'Importieren'), +(97, 3, 'Importeren'), (98, 1, 'Team'), -(98, 2, 'Medewerkers'), -(98, 3, 'Benutzerrechte'), +(98, 2, 'Benutzerrechte'), +(98, 3, 'Medewerkers'), (99, 1, 'Employees'), -(99, 2, 'Medewerkers'), -(99, 3, 'Mitarbeiter'), +(99, 2, 'Mitarbeiter'), +(99, 3, 'Medewerkers'), (100, 1, 'Profiles'), -(100, 2, 'Profielen'), -(100, 3, 'Profile'), +(100, 2, 'Profile'), +(100, 3, 'Profielen'), (101, 1, 'Permissions'), -(101, 2, 'Permissies'), -(101, 3, 'Berechtigungen'), +(101, 2, 'Berechtigungen'), +(101, 3, 'Permissies'), (102, 1, 'Database'), -(102, 2, 'Database'), -(102, 3, 'Datenbank'), +(102, 2, 'Datenbank'), +(102, 3, 'Database'), (103, 1, 'SQL Manager'), -(103, 2, 'SQL-beheer'), -(103, 3, 'SQL-Abfragen'), +(103, 2, 'SQL-Abfragen'), +(103, 3, 'SQL-beheer'), (104, 1, 'DB Backup'), -(104, 2, 'DB-backup'), -(104, 3, 'Datenbank-Backup'), +(104, 2, 'Datenbank-Backup'), +(104, 3, 'DB-backup'), (105, 1, 'Logs'), -(105, 2, 'Logboeken'), -(105, 3, 'Log-Dateien'), +(105, 2, 'Log-Dateien'), +(105, 3, 'Logboeken'), (106, 1, 'Webservice'), (106, 2, 'Webservice'), (106, 3, 'Webservice'), -(107, 1, 'Multistore'), -(107, 2, 'Multistore'), -(107, 3, 'Multishop'), +(107, 1, 'Authorization Server'), +(107, 2, 'Authorization Server'), +(107, 3, 'Autorisatie server'), (108, 1, 'Multistore'), -(108, 2, 'Multistore'), -(108, 3, 'Multishop'), -(109, 1, 'New & Experimental Features'), -(109, 2, 'Nieuwe en experimentele functies'), -(109, 3, 'Neue & experimentelle Funktionen'), -(110, 1, 'Security'), -(110, 2, 'Beveiliging'), -(110, 3, 'Security'), +(108, 2, 'Multishop'), +(108, 3, 'Multistore'), +(109, 1, 'Multistore'), +(109, 2, 'Multishop'), +(109, 3, 'Multistore'), +(110, 1, 'New & Experimental Features'), +(110, 2, 'Neue & experimentelle Funktionen'), +(110, 3, 'Nieuwe en experimentele functies'), (111, 1, 'Security'), -(111, 2, 'Beveiliging'), -(111, 3, 'Security'), -(112, 1, 'Employee Sessions'), -(112, 2, 'Werknemer sessies'), -(112, 3, 'Employee Sessions'), -(113, 1, 'Customer Sessions'), -(113, 2, 'Klantensessies'), -(113, 3, 'Customer Sessions'), -(114, 1, 'Quick Access'), -(114, 2, 'Snelle toegang'), -(114, 3, 'Schnellzugriff'), -(115, 1, 'More'), -(115, 2, 'Meer'), -(115, 3, 'Mehr'), -(117, 1, 'Link List'), -(117, 2, 'Linklijst'), -(117, 3, 'Linkliste'), -(118, 1, 'AdminBlockListing'), -(118, 2, 'AdminBlockListing'), -(118, 3, 'AdminBlockListing'), -(119, 1, 'Wishlist Module'), -(119, 2, 'Wishlist Module'), -(119, 3, 'Wishlist Module'), -(120, 1, 'Configuration'), -(120, 2, 'Configuratie'), -(120, 3, 'Einstellungen'), -(121, 1, 'Statistics'), -(121, 2, 'Statistics'), -(121, 3, 'Statistics'), -(122, 1, 'Official GDPR compliance'), -(122, 2, 'Official GDPR compliance'), -(122, 3, 'Official GDPR compliance'), +(111, 2, 'Security'), +(111, 3, 'Beveiliging'), +(112, 1, 'Security'), +(112, 2, 'Security'), +(112, 3, 'Beveiliging'), +(113, 1, 'Employee Sessions'), +(113, 2, 'Employee Sessions'), +(113, 3, 'Werknemer Sessies'), +(114, 1, 'Customer Sessions'), +(114, 2, 'Customer Sessions'), +(114, 3, 'Klantsessies'), +(115, 1, 'Quick Access'), +(115, 2, 'Schnellzugriff'), +(115, 3, 'Snelle toegang'), +(116, 1, 'More'), +(116, 2, 'Mehr'), +(116, 3, 'Meer'), +(118, 1, 'Link List'), +(118, 2, 'Linkliste'), +(118, 3, 'Linklijst'), +(119, 1, 'AdminBlockListing'), +(119, 2, 'AdminBlockListing'), +(119, 3, 'AdminBlockListing'), +(120, 1, 'Wishlist Module'), +(120, 2, 'Wishlist Module'), +(120, 3, 'Wishlist Module'), +(121, 1, 'Configuration'), +(121, 2, 'Einstellungen'), +(121, 3, 'Configuratie'), +(122, 1, 'Statistics'), +(122, 2, 'Statistics'), +(122, 3, 'Statistics'), (123, 1, 'Official GDPR compliance'), (123, 2, 'Official GDPR compliance'), (123, 3, 'Official GDPR compliance'), -(124, 1, 'Theme & Logo'), -(124, 2, 'Thema en logo'), -(124, 3, 'Template und Logo'), -(125, 1, 'Pages Configuration'), -(125, 2, 'Pages Configuration'), -(125, 3, 'Pages Configuration'), -(126, 1, 'Advanced Customization'), -(126, 2, 'Advanced Customization'), -(126, 3, 'Advanced Customization'), -(127, 1, 'Dashgoals'), -(127, 2, 'Dashgoals'), -(127, 3, 'Dashgoals'); +(124, 1, 'Official GDPR compliance'), +(124, 2, 'Official GDPR compliance'), +(124, 3, 'Official GDPR compliance'), +(125, 1, 'Dashgoals'), +(125, 2, 'Dashgoals'), +(125, 3, 'Dashgoals'), +(126, 1, 'Order Notifications on the Favicon'), +(126, 2, 'Order Notifications on the Favicon'), +(126, 3, 'Order Notifications on the Favicon'), +(127, 1, 'Theme & Logo'), +(127, 2, 'Template und Logo'), +(127, 3, 'Thema en logo'), +(128, 1, 'Pages Configuration'), +(128, 2, 'Pages Configuration'), +(128, 3, 'Pages Configuration'), +(129, 1, 'Advanced Customization'), +(129, 2, 'Advanced Customization'), +(129, 3, 'Advanced Customization'), +(130, 1, 'Marketplace'), +(130, 2, 'Marketplace'), +(130, 3, 'Marketplace'), +(131, 1, 'Modules in the spotlight'), +(131, 2, 'Module im Rampenlicht'), +(131, 3, 'Modules in de kijker'), +(132, 1, 'Marketplace'), +(132, 2, 'Marketplace'), +(132, 3, 'Marketplace'), +(133, 1, 'Modules recommandés'), +(133, 2, 'Modules recommandés'), +(133, 3, 'Modules recommandés'), +(134, 1, 'Themes Catalog'), +(134, 2, 'Templates'), +(134, 3, 'Thema catalogus'), +(135, 1, 'MBO Api'), +(135, 2, 'MBO Api'), +(135, 3, 'MBO Api'), +(136, 1, 'MBO Api Security'), +(136, 2, 'MBO Api Security'), +(136, 3, 'MBO Api Security'), +(137, 1, 'PrestaShop Account (ajax)'), +(137, 2, 'PrestaShop Account (ajax)'), +(137, 3, 'PrestaShop Account (ajax)'), +(138, 1, 'PrestaShop Account (debug)'), +(138, 2, 'PrestaShop Account (debug)'), +(138, 3, 'PrestaShop Account (debug)'), +(139, 1, 'PrestaShop Account (oauth2)'), +(139, 2, 'PrestaShop Account (oauth2)'), +(139, 3, 'PrestaShop Account (oauth2)'), +(140, 1, 'AdminLogin'), +(140, 2, 'AdminLogin'), +(140, 3, 'AdminLogin'); DROP TABLE IF EXISTS `ps_tab_module_preference`; CREATE TABLE `ps_tab_module_preference` ( @@ -16249,37 +14114,37 @@ CREATE TABLE `ps_tax` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_tax` (`id_tax`, `rate`, `active`, `deleted`) VALUES -(1, 21.000, 1, 0), -(2, 9.000, 1, 0), +(1, 19.000, 1, 0), +(2, 7.000, 1, 0), (3, 20.000, 1, 0), (4, 21.000, 1, 0), (5, 20.000, 1, 0), (6, 19.000, 1, 0), (7, 21.000, 1, 0), -(8, 19.000, 1, 0), -(9, 25.000, 1, 0), -(10, 20.000, 1, 0), -(11, 21.000, 1, 0), -(12, 24.000, 1, 0), +(8, 25.000, 1, 0), +(9, 20.000, 1, 0), +(10, 21.000, 1, 0), +(11, 24.000, 1, 0), +(12, 20.000, 1, 0), (13, 20.000, 1, 0), -(14, 20.000, 1, 0), -(15, 24.000, 1, 0), -(16, 25.000, 1, 0), -(17, 27.000, 1, 0), -(18, 23.000, 1, 0), -(19, 22.000, 1, 0), -(20, 21.000, 1, 0), -(21, 17.000, 1, 0), -(22, 21.000, 1, 0), -(23, 20.000, 1, 0), -(24, 18.000, 1, 0), +(14, 24.000, 1, 0), +(15, 25.000, 1, 0), +(16, 27.000, 1, 0), +(17, 23.000, 1, 0), +(18, 22.000, 1, 0), +(19, 21.000, 1, 0), +(20, 17.000, 1, 0), +(21, 21.000, 1, 0), +(22, 20.000, 1, 0), +(23, 18.000, 1, 0), +(24, 21.000, 1, 0), (25, 23.000, 1, 0), (26, 23.000, 1, 0), (27, 19.000, 1, 0), (28, 25.000, 1, 0), (29, 22.000, 1, 0), (30, 20.000, 1, 0), -(31, 7.000, 1, 0); +(31, 9.000, 1, 0); DROP TABLE IF EXISTS `ps_tax_lang`; CREATE TABLE `ps_tax_lang` ( @@ -16290,12 +14155,12 @@ CREATE TABLE `ps_tax_lang` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_tax_lang` (`id_tax`, `id_lang`, `name`) VALUES -(1, 1, 'BTW NL 21%'), -(1, 2, 'BTW NL 21%'), -(1, 3, 'BTW NL 21%'), -(2, 1, 'BTW NL 9%'), -(2, 2, 'BTW NL 9%'), -(2, 3, 'BTW NL 9%'), +(1, 1, 'MwSt. DE 19%'), +(1, 2, 'MwSt. DE 19%'), +(1, 3, 'MwSt. DE 19%'), +(2, 1, 'MwSt. DE 7%'), +(2, 2, 'MwSt. DE 7%'), +(2, 3, 'MwSt. DE 7%'), (3, 1, 'USt. AT 20%'), (3, 2, 'USt. AT 20%'), (3, 3, 'USt. AT 20%'), @@ -16311,57 +14176,57 @@ INSERT INTO `ps_tax_lang` (`id_tax`, `id_lang`, `name`) VALUES (7, 1, 'DPH CZ 21%'), (7, 2, 'DPH CZ 21%'), (7, 3, 'DPH CZ 21%'), -(8, 1, 'MwSt. DE 19%'), -(8, 2, 'MwSt. DE 19%'), -(8, 3, 'MwSt. DE 19%'), -(9, 1, 'moms DK 25%'), -(9, 2, 'moms DK 25%'), -(9, 3, 'moms DK 25%'), -(10, 1, 'km EE 20%'), -(10, 2, 'km EE 20%'), -(10, 3, 'km EE 20%'), -(11, 1, 'IVA ES 21%'), -(11, 2, 'IVA ES 21%'), -(11, 3, 'IVA ES 21%'), -(12, 1, 'ALV FI 24%'), -(12, 2, 'ALV FI 24%'), -(12, 3, 'ALV FI 24%'), -(13, 1, 'TVA FR 20%'), -(13, 2, 'TVA FR 20%'), -(13, 3, 'TVA FR 20%'), -(14, 1, 'VAT UK 20%'), -(14, 2, 'VAT UK 20%'), -(14, 3, 'VAT UK 20%'), -(15, 1, 'ΦΠΑ GR 24%'), -(15, 2, 'ΦΠΑ GR 24%'), -(15, 3, 'ΦΠΑ GR 24%'), -(16, 1, 'Croatia PDV 25%'), -(16, 2, 'Croatia PDV 25%'), -(16, 3, 'Croatia PDV 25%'), -(17, 1, 'ÁFA HU 27%'), -(17, 2, 'ÁFA HU 27%'), -(17, 3, 'ÁFA HU 27%'), -(18, 1, 'VAT IE 23%'), -(18, 2, 'VAT IE 23%'), -(18, 3, 'VAT IE 23%'), -(19, 1, 'IVA IT 22%'), -(19, 2, 'IVA IT 22%'), -(19, 3, 'IVA IT 22%'), -(20, 1, 'PVM LT 21%'), -(20, 2, 'PVM LT 21%'), -(20, 3, 'PVM LT 21%'), -(21, 1, 'TVA LU 17%'), -(21, 2, 'TVA LU 17%'), -(21, 3, 'TVA LU 17%'), -(22, 1, 'PVN LV 21%'), -(22, 2, 'PVN LV 21%'), -(22, 3, 'PVN LV 21%'), -(23, 1, 'TVA MC 20%'), -(23, 2, 'TVA MC 20%'), -(23, 3, 'TVA MC 20%'), -(24, 1, 'VAT MT 18%'), -(24, 2, 'VAT MT 18%'), -(24, 3, 'VAT MT 18%'), +(8, 1, 'moms DK 25%'), +(8, 2, 'moms DK 25%'), +(8, 3, 'moms DK 25%'), +(9, 1, 'km EE 20%'), +(9, 2, 'km EE 20%'), +(9, 3, 'km EE 20%'), +(10, 1, 'IVA ES 21%'), +(10, 2, 'IVA ES 21%'), +(10, 3, 'IVA ES 21%'), +(11, 1, 'ALV FI 24%'), +(11, 2, 'ALV FI 24%'), +(11, 3, 'ALV FI 24%'), +(12, 1, 'TVA FR 20%'), +(12, 2, 'TVA FR 20%'), +(12, 3, 'TVA FR 20%'), +(13, 1, 'VAT UK 20%'), +(13, 2, 'VAT UK 20%'), +(13, 3, 'VAT UK 20%'), +(14, 1, 'ΦΠΑ GR 24%'), +(14, 2, 'ΦΠΑ GR 24%'), +(14, 3, 'ΦΠΑ GR 24%'), +(15, 1, 'Croatia PDV 25%'), +(15, 2, 'Croatia PDV 25%'), +(15, 3, 'Croatia PDV 25%'), +(16, 1, 'ÁFA HU 27%'), +(16, 2, 'ÁFA HU 27%'), +(16, 3, 'ÁFA HU 27%'), +(17, 1, 'VAT IE 23%'), +(17, 2, 'VAT IE 23%'), +(17, 3, 'VAT IE 23%'), +(18, 1, 'IVA IT 22%'), +(18, 2, 'IVA IT 22%'), +(18, 3, 'IVA IT 22%'), +(19, 1, 'PVM LT 21%'), +(19, 2, 'PVM LT 21%'), +(19, 3, 'PVM LT 21%'), +(20, 1, 'TVA LU 17%'), +(20, 2, 'TVA LU 17%'), +(20, 3, 'TVA LU 17%'), +(21, 1, 'PVN LV 21%'), +(21, 2, 'PVN LV 21%'), +(21, 3, 'PVN LV 21%'), +(22, 1, 'TVA MC 20%'), +(22, 2, 'TVA MC 20%'), +(22, 3, 'TVA MC 20%'), +(23, 1, 'VAT MT 18%'), +(23, 2, 'VAT MT 18%'), +(23, 3, 'VAT MT 18%'), +(24, 1, 'BTW NL 21%'), +(24, 2, 'BTW NL 21%'), +(24, 3, 'BTW NL 21%'), (25, 1, 'PTU PL 23%'), (25, 2, 'PTU PL 23%'), (25, 3, 'PTU PL 23%'), @@ -16380,9 +14245,9 @@ INSERT INTO `ps_tax_lang` (`id_tax`, `id_lang`, `name`) VALUES (30, 1, 'DPH SK 20%'), (30, 2, 'DPH SK 20%'), (30, 3, 'DPH SK 20%'), -(31, 1, 'MwSt. DE 7%'), -(31, 2, 'MwSt. DE 7%'), -(31, 3, 'MwSt. DE 7%'); +(31, 1, 'BTW NL 9%'), +(31, 2, 'BTW NL 9%'), +(31, 3, 'BTW NL 9%'); DROP TABLE IF EXISTS `ps_tax_rule`; CREATE TABLE `ps_tax_rule` ( @@ -16518,64 +14383,64 @@ INSERT INTO `ps_tax_rule` (`id_tax_rule`, `id_tax_rules_group`, `id_country`, `i (114, 4, 7, 0, '0', '0', 2, 0, ''), (115, 4, 18, 0, '0', '0', 2, 0, ''), (116, 4, 17, 0, '0', '0', 2, 0, ''), -(117, 5, 13, 0, '0', '0', 1, 0, ''), +(117, 5, 1, 0, '0', '0', 1, 0, ''), (118, 5, 2, 0, '0', '0', 3, 0, ''), (119, 5, 3, 0, '0', '0', 4, 0, ''), (120, 5, 233, 0, '0', '0', 5, 0, ''), (121, 5, 76, 0, '0', '0', 6, 0, ''), (122, 5, 16, 0, '0', '0', 7, 0, ''), -(123, 5, 1, 0, '0', '0', 8, 0, ''), -(124, 5, 20, 0, '0', '0', 9, 0, ''), -(125, 5, 86, 0, '0', '0', 10, 0, ''), -(126, 5, 6, 0, '0', '0', 11, 0, ''), -(127, 5, 7, 0, '0', '0', 12, 0, ''), -(128, 5, 8, 0, '0', '0', 13, 0, ''), -(129, 5, 17, 0, '0', '0', 14, 0, ''), -(130, 5, 9, 0, '0', '0', 15, 0, ''), -(131, 5, 74, 0, '0', '0', 16, 0, ''), -(132, 5, 142, 0, '0', '0', 17, 0, ''), -(133, 5, 26, 0, '0', '0', 18, 0, ''), -(134, 5, 10, 0, '0', '0', 19, 0, ''), -(135, 5, 130, 0, '0', '0', 20, 0, ''), -(136, 5, 12, 0, '0', '0', 21, 0, ''), -(137, 5, 124, 0, '0', '0', 22, 0, ''), -(138, 5, 147, 0, '0', '0', 23, 0, ''), -(139, 5, 138, 0, '0', '0', 24, 0, ''), +(123, 5, 20, 0, '0', '0', 8, 0, ''), +(124, 5, 86, 0, '0', '0', 9, 0, ''), +(125, 5, 6, 0, '0', '0', 10, 0, ''), +(126, 5, 7, 0, '0', '0', 11, 0, ''), +(127, 5, 8, 0, '0', '0', 12, 0, ''), +(128, 5, 17, 0, '0', '0', 13, 0, ''), +(129, 5, 9, 0, '0', '0', 14, 0, ''), +(130, 5, 74, 0, '0', '0', 15, 0, ''), +(131, 5, 142, 0, '0', '0', 16, 0, ''), +(132, 5, 26, 0, '0', '0', 17, 0, ''), +(133, 5, 10, 0, '0', '0', 18, 0, ''), +(134, 5, 130, 0, '0', '0', 19, 0, ''), +(135, 5, 12, 0, '0', '0', 20, 0, ''), +(136, 5, 124, 0, '0', '0', 21, 0, ''), +(137, 5, 147, 0, '0', '0', 22, 0, ''), +(138, 5, 138, 0, '0', '0', 23, 0, ''), +(139, 5, 13, 0, '0', '0', 24, 0, ''), (140, 5, 14, 0, '0', '0', 25, 0, ''), (141, 5, 15, 0, '0', '0', 26, 0, ''), (142, 5, 36, 0, '0', '0', 27, 0, ''), (143, 5, 18, 0, '0', '0', 28, 0, ''), (144, 5, 191, 0, '0', '0', 29, 0, ''), (145, 5, 37, 0, '0', '0', 30, 0, ''), -(146, 6, 3, 0, '0', '0', 8, 0, ''), -(147, 6, 233, 0, '0', '0', 8, 0, ''), -(148, 6, 16, 0, '0', '0', 8, 0, ''), -(149, 6, 20, 0, '0', '0', 8, 0, ''), -(150, 6, 1, 0, '0', '0', 8, 0, ''), -(151, 6, 86, 0, '0', '0', 8, 0, ''), -(152, 6, 9, 0, '0', '0', 8, 0, ''), -(153, 6, 74, 0, '0', '0', 8, 0, ''), -(154, 6, 6, 0, '0', '0', 8, 0, ''), -(155, 6, 8, 0, '0', '0', 8, 0, ''), -(156, 6, 147, 0, '0', '0', 8, 0, ''), -(157, 6, 26, 0, '0', '0', 8, 0, ''), -(158, 6, 10, 0, '0', '0', 8, 0, ''), -(159, 6, 76, 0, '0', '0', 8, 0, ''), -(160, 6, 124, 0, '0', '0', 8, 0, ''), -(161, 6, 130, 0, '0', '0', 8, 0, ''), -(162, 6, 12, 0, '0', '0', 8, 0, ''), -(163, 6, 142, 0, '0', '0', 8, 0, ''), -(164, 6, 138, 0, '0', '0', 8, 0, ''), -(165, 6, 13, 0, '0', '0', 8, 0, ''), -(166, 6, 2, 0, '0', '0', 8, 0, ''), -(167, 6, 14, 0, '0', '0', 8, 0, ''), -(168, 6, 15, 0, '0', '0', 8, 0, ''), -(169, 6, 36, 0, '0', '0', 8, 0, ''), -(170, 6, 191, 0, '0', '0', 8, 0, ''), -(171, 6, 37, 0, '0', '0', 8, 0, ''), -(172, 6, 7, 0, '0', '0', 8, 0, ''), -(173, 6, 18, 0, '0', '0', 8, 0, ''), -(174, 6, 17, 0, '0', '0', 8, 0, ''), +(146, 6, 3, 0, '0', '0', 24, 0, ''), +(147, 6, 233, 0, '0', '0', 24, 0, ''), +(148, 6, 16, 0, '0', '0', 24, 0, ''), +(149, 6, 20, 0, '0', '0', 24, 0, ''), +(150, 6, 1, 0, '0', '0', 24, 0, ''), +(151, 6, 86, 0, '0', '0', 24, 0, ''), +(152, 6, 9, 0, '0', '0', 24, 0, ''), +(153, 6, 74, 0, '0', '0', 24, 0, ''), +(154, 6, 6, 0, '0', '0', 24, 0, ''), +(155, 6, 8, 0, '0', '0', 24, 0, ''), +(156, 6, 147, 0, '0', '0', 24, 0, ''), +(157, 6, 26, 0, '0', '0', 24, 0, ''), +(158, 6, 10, 0, '0', '0', 24, 0, ''), +(159, 6, 76, 0, '0', '0', 24, 0, ''), +(160, 6, 124, 0, '0', '0', 24, 0, ''), +(161, 6, 130, 0, '0', '0', 24, 0, ''), +(162, 6, 12, 0, '0', '0', 24, 0, ''), +(163, 6, 142, 0, '0', '0', 24, 0, ''), +(164, 6, 138, 0, '0', '0', 24, 0, ''), +(165, 6, 13, 0, '0', '0', 24, 0, ''), +(166, 6, 2, 0, '0', '0', 24, 0, ''), +(167, 6, 14, 0, '0', '0', 24, 0, ''), +(168, 6, 15, 0, '0', '0', 24, 0, ''), +(169, 6, 36, 0, '0', '0', 24, 0, ''), +(170, 6, 191, 0, '0', '0', 24, 0, ''), +(171, 6, 37, 0, '0', '0', 24, 0, ''), +(172, 6, 7, 0, '0', '0', 24, 0, ''), +(173, 6, 18, 0, '0', '0', 24, 0, ''), +(174, 6, 17, 0, '0', '0', 24, 0, ''), (175, 7, 3, 0, '0', '0', 31, 0, ''), (176, 7, 233, 0, '0', '0', 31, 0, ''), (177, 7, 16, 0, '0', '0', 31, 0, ''), @@ -16676,15 +14541,15 @@ CREATE TABLE `ps_tax_rules_group` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; INSERT INTO `ps_tax_rules_group` (`id_tax_rules_group`, `name`, `active`, `deleted`, `date_add`, `date_upd`) VALUES -(1, 'NL Standard Rate (21%)', 1, 0, '2023-08-28 13:46:53', '2023-08-28 13:46:53'), -(2, 'NL Reduced Rate (9%)', 1, 0, '2023-08-28 13:46:54', '2023-08-28 13:46:54'), -(3, 'NL Foodstuff Rate (9%)', 1, 0, '2023-08-28 13:46:54', '2023-08-28 13:46:54'), -(4, 'NL Books Rate (9%)', 1, 0, '2023-08-28 13:46:54', '2023-08-28 13:46:54'), -(5, 'EU VAT For Virtual Products', 1, 0, '2023-08-28 13:46:54', '2023-08-28 13:46:54'), -(6, 'DE Standard Rate (19%)', 1, 0, '2023-08-28 13:47:43', '2023-08-28 13:47:43'), -(7, 'DE Reduced Rate (7%)', 1, 0, '2023-08-28 13:47:43', '2023-08-28 13:47:43'), -(8, 'DE Foodstuff Rate (7%)', 1, 0, '2023-08-28 13:47:43', '2023-08-28 13:47:43'), -(9, 'DE Books Rate (7%)', 1, 0, '2023-08-28 13:47:43', '2023-08-28 13:47:43'); +(1, 'DE Standard Rate (19%)', 1, 0, '2024-01-23 10:10:33', '2024-01-23 10:10:33'), +(2, 'DE Reduced Rate (7%)', 1, 0, '2024-01-23 10:10:33', '2024-01-23 10:10:33'), +(3, 'DE Foodstuff Rate (7%)', 1, 0, '2024-01-23 10:10:33', '2024-01-23 10:10:33'), +(4, 'DE Books Rate (7%)', 1, 0, '2024-01-23 10:10:33', '2024-01-23 10:10:33'), +(5, 'EU VAT For Virtual Products', 1, 0, '2024-01-23 10:10:33', '2024-01-23 10:10:33'), +(6, 'NL Standard Rate (21%)', 1, 0, '2024-01-23 10:10:47', '2024-01-23 10:10:47'), +(7, 'NL Reduced Rate (9%)', 1, 0, '2024-01-23 10:10:47', '2024-01-23 10:10:47'), +(8, 'NL Foodstuff Rate (9%)', 1, 0, '2024-01-23 10:10:47', '2024-01-23 10:10:47'), +(9, 'NL Books Rate (9%)', 1, 0, '2024-01-23 10:10:47', '2024-01-23 10:10:47'); DROP TABLE IF EXISTS `ps_tax_rules_group_shop`; CREATE TABLE `ps_tax_rules_group_shop` ( @@ -17267,12 +15132,11 @@ INSERT INTO `ps_timezone` (`id_timezone`, `name`) VALUES (552, 'US/Michigan'), (553, 'US/Mountain'), (554, 'US/Pacific'), -(555, 'US/Pacific-New'), -(556, 'US/Samoa'), -(557, 'UTC'), -(558, 'W-SU'), -(559, 'WET'), -(560, 'Zulu'); +(555, 'US/Samoa'), +(556, 'UTC'), +(557, 'W-SU'), +(558, 'WET'), +(559, 'Zulu'); DROP TABLE IF EXISTS `ps_translation`; CREATE TABLE `ps_translation` ( @@ -17407,7 +15271,7 @@ CREATE TABLE `ps_wishlist` ( ) ENGINE=InnoDB DEFAULT CHARSET=utf8; INSERT INTO `ps_wishlist` (`id_wishlist`, `id_customer`, `id_shop`, `id_shop_group`, `token`, `name`, `counter`, `date_add`, `date_upd`, `default`) VALUES -(1, 3, 1, 1, 'B9E5965B932F0105', 'My wishlist', NULL, '2023-08-28 13:48:31', '2023-08-28 13:48:31', 1); +(1, 3, 1, 1, '36AFA2D0B8AD0A9D', 'My wishlist', NULL, '2024-01-23 10:12:21', '2024-01-23 10:12:21', 1); DROP TABLE IF EXISTS `ps_wishlist_product`; CREATE TABLE `ps_wishlist_product` ( @@ -17466,4 +15330,4 @@ INSERT INTO `ps_zone_shop` (`id_zone`, `id_shop`) VALUES (7, 1), (8, 1); --- 2023-10-30 13:49:43 +-- 2024-01-23 09:15:52 From 2007f4e4d02c080bbaf70989622b70a682359c75 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Tue, 23 Jan 2024 11:25:50 +0200 Subject: [PATCH 21/26] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d85364773..ec420b7ae 100755 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ e2eh$(VERSION): open-e2e-tests-locally: npm install -D cypress npm ci - npx cypress open --env CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) --config baseUrl=$(baseUrl$(VERSION)) + npx cypress open --env MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) --config baseUrl=$(baseUrl$(VERSION)) run-e2e-tests-locally: npm install -D cypress From c2ad6bf72124b418e1c0c69e4bee727e2680100a Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 29 Jan 2024 10:17:54 +0200 Subject: [PATCH 22/26] cypress update --- package-lock.json | 12 ++++++------ package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package-lock.json b/package-lock.json index 7c54bbb34..6d2fa5e14 100755 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "ISC", "devDependencies": { "@frsource/cypress-plugin-visual-regression-diff": "^3.3.10", - "cypress": "^13.6.2", + "cypress": "^13.6.3", "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", @@ -158,7 +158,8 @@ "version": "18.18.1", "resolved": "https://registry.npmjs.org/@types/node/-/node-18.18.1.tgz", "integrity": "sha512-3G42sxmm0fF2+Vtb9TJQpnjmP+uKlWvFa8KoEGquh4gqRmoUG/N0ufuhikw6HEsdG2G2oIKhog1GCTfz9v5NdQ==", - "dev": true + "dev": true, + "optional": true }, "node_modules/@types/sinonjs__fake-timers": { "version": "8.1.1", @@ -827,15 +828,14 @@ } }, "node_modules/cypress": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.2.tgz", - "integrity": "sha512-TW3bGdPU4BrfvMQYv1z3oMqj71YI4AlgJgnrycicmPZAXtvywVFZW9DAToshO65D97rCWfG/kqMFsYB6Kp91gQ==", + "version": "13.6.3", + "resolved": "https://registry.npmjs.org/cypress/-/cypress-13.6.3.tgz", + "integrity": "sha512-d/pZvgwjAyZsoyJ3FOsJT5lDsqnxQ/clMqnNc++rkHjbkkiF2h9s0JsZSyyH4QXhVFW3zPFg82jD25roFLOdZA==", "dev": true, "hasInstallScript": true, "dependencies": { "@cypress/request": "^3.0.0", "@cypress/xvfb": "^1.2.4", - "@types/node": "^18.17.5", "@types/sinonjs__fake-timers": "8.1.1", "@types/sizzle": "^2.3.2", "arch": "^2.2.0", diff --git a/package.json b/package.json index 34fcd98a7..a91432fde 100755 --- a/package.json +++ b/package.json @@ -21,7 +21,7 @@ "homepage": "https://github.com/mollie/PrestaShop#readme", "devDependencies": { "@frsource/cypress-plugin-visual-regression-diff": "^3.3.10", - "cypress": "^13.6.2", + "cypress": "^13.6.3", "cypress-fail-fast": "^7.0.3", "cypress-iframe": "^1.0.1", "cypress-terminal-report": "^5.3.3", From c2e2531fb8889d8c6292776ce850a93eb6bc1d07 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 29 Jan 2024 13:01:58 +0200 Subject: [PATCH 23/26] makefile env improvements --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec420b7ae..98b71498f 100755 --- a/Makefile +++ b/Makefile @@ -58,7 +58,9 @@ e2eh$(VERSION): open-e2e-tests-locally: npm install -D cypress npm ci - npx cypress open --env MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) --config baseUrl=$(baseUrl$(VERSION)) + export CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) + export CYPRESS_baseUrl=$(baseUrl$(VERSION)) + npx cypress open run-e2e-tests-locally: npm install -D cypress From 98d323124203d141f0f7ccac308dcc678366f26f Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 29 Jan 2024 14:26:51 +0200 Subject: [PATCH 24/26] Update Dockerfile.8 --- .docker/Dockerfile.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.docker/Dockerfile.8 b/.docker/Dockerfile.8 index 1c27c7cd3..12593bfdb 100755 --- a/.docker/Dockerfile.8 +++ b/.docker/Dockerfile.8 @@ -1,4 +1,4 @@ -FROM prestashop/prestashop:8.1.2-apache +FROM prestashop/prestashop:8.1.3 RUN cd /usr/local/etc/php/conf.d/ && \ echo 'memory_limit = 4096M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini From 1b853cb44e2eb8875eacd4dd676b1848ffb15009 Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 29 Jan 2024 15:30:09 +0200 Subject: [PATCH 25/26] Update Makefile --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 98b71498f..a7af3eb00 100755 --- a/Makefile +++ b/Makefile @@ -58,9 +58,7 @@ e2eh$(VERSION): open-e2e-tests-locally: npm install -D cypress npm ci - export CYPRESS_MOLLIE_TEST_API_KEY=$(MOLLIE_TEST_API_KEY) - export CYPRESS_baseUrl=$(baseUrl$(VERSION)) - npx cypress open + npx cypress open --config baseUrl=$(ENV_baseUrl$(VERSION)) --env MOLLIE_TEST_API_KEY=$(ENV_MOLLIE_TEST_API_KEY) run-e2e-tests-locally: npm install -D cypress From e43bac990060751dc4d6e58a72c4b6ac2cd1a9ad Mon Sep 17 00:00:00 2001 From: SimonasB88 Date: Mon, 29 Jan 2024 15:50:37 +0200 Subject: [PATCH 26/26] Update Makefile --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7af3eb00..f6c145e8c 100755 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ e2eh$(VERSION): open-e2e-tests-locally: npm install -D cypress npm ci - npx cypress open --config baseUrl=$(ENV_baseUrl$(VERSION)) --env MOLLIE_TEST_API_KEY=$(ENV_MOLLIE_TEST_API_KEY) + npx cypress open --config baseUrl=$(ENV_baseUrl$(VERSION)) --env MOLLIE_TEST_API_KEY='$(ENV_MOLLIE_TEST_API_KEY)' run-e2e-tests-locally: npm install -D cypress